1.1 Binary file bootstrap-source/bootstrap-3.0.3.zip has changed
2.1 --- a/bootstrap-source/bootstrap-3.0.3/.editorconfig Sat Jan 18 12:34:36 2014 +0100
2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
2.3 @@ -1,11 +0,0 @@
2.4 -# editorconfig.org
2.5 -
2.6 -root = true
2.7 -
2.8 -[*]
2.9 -indent_style = space
2.10 -indent_size = 2
2.11 -end_of_line = lf
2.12 -charset = utf-8
2.13 -trim_trailing_whitespace = true
2.14 -insert_final_newline = true
3.1 --- a/bootstrap-source/bootstrap-3.0.3/.gitattributes Sat Jan 18 12:34:36 2014 +0100
3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
3.3 @@ -1,8 +0,0 @@
3.4 -# Enforce Unix newlines
3.5 -*.css text eol=lf
3.6 -*.html text eol=lf
3.7 -*.js text eol=lf
3.8 -*.json text eol=lf
3.9 -*.less text eol=lf
3.10 -*.md text eol=lf
3.11 -*.yml text eol=lf
4.1 --- a/bootstrap-source/bootstrap-3.0.3/.gitignore Sat Jan 18 12:34:36 2014 +0100
4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
4.3 @@ -1,42 +0,0 @@
4.4 -# Ignore docs files
4.5 -_gh_pages
4.6 -_site
4.7 -.ruby-version
4.8 -
4.9 -# Numerous always-ignore extensions
4.10 -*.diff
4.11 -*.err
4.12 -*.orig
4.13 -*.log
4.14 -*.rej
4.15 -*.swo
4.16 -*.swp
4.17 -*.zip
4.18 -*.vi
4.19 -*~
4.20 -
4.21 -# OS or Editor folders
4.22 -.DS_Store
4.23 -._*
4.24 -Thumbs.db
4.25 -.cache
4.26 -.project
4.27 -.settings
4.28 -.tmproj
4.29 -*.esproj
4.30 -nbproject
4.31 -*.sublime-project
4.32 -*.sublime-workspace
4.33 -.idea
4.34 -
4.35 -# Komodo
4.36 -*.komodoproject
4.37 -.komodotools
4.38 -
4.39 -# grunt-html-validation
4.40 -validation-status.json
4.41 -validation-report.json
4.42 -
4.43 -# Folders to ignore
4.44 -node_modules
4.45 -bower_components
5.1 --- a/bootstrap-source/bootstrap-3.0.3/.travis.yml Sat Jan 18 12:34:36 2014 +0100
5.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
5.3 @@ -1,10 +0,0 @@
5.4 -language: node_js
5.5 -node_js:
5.6 - - 0.10
5.7 -before_script:
5.8 - - gem install jekyll
5.9 - - npm install -g grunt-cli
5.10 -env:
5.11 - global:
5.12 - - SAUCE_USERNAME: bootstrap
5.13 - - secure: "pJkBwnuae9dKU5tEcCqccfS1QQw7/meEcfz63fM7ba7QJNjoA6BaXj08L5Z3Vb5vBmVPwBawxo5Hp0jC0r/Z/O0hGnAmz/Cz09L+cy7dSAZ9x4hvZePSja/UAusaB5ogMoO8l2b773MzgQeSmrLbExr9BWLeqEfjC2hFgdgHLaQ="
6.1 --- a/bootstrap-source/bootstrap-3.0.3/CNAME Sat Jan 18 12:34:36 2014 +0100
6.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
6.3 @@ -1,1 +0,0 @@
6.4 -getbootstrap.com
7.1 --- a/bootstrap-source/bootstrap-3.0.3/CONTRIBUTING.md Sat Jan 18 12:34:36 2014 +0100
7.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
7.3 @@ -1,79 +0,0 @@
7.4 -# Contributing to Bootstrap
7.5 -
7.6 -Looking to contribute something to Bootstrap? **Here's how you can help.**
7.7 -
7.8 -
7.9 -
7.10 -## Reporting issues
7.11 -
7.12 -We only accept issues that are bug reports or feature requests. Bugs must be isolated and reproducible problems that we can fix within the Bootstrap core. Please read the following guidelines before opening any issue.
7.13 -
7.14 -1. **Search for existing issues.** We get a lot of duplicate issues, and you'd help us out a lot by first checking if someone else has reported the same issue. Moreover, the issue may have already been resolved with a fix available.
7.15 -2. **Create an isolated and reproducible test case.** Be sure the problem exists in Bootstrap's code with a [reduced test case](http://css-tricks.com/reduced-test-cases/) that should be included in each bug report.
7.16 -3. **Include a live example.** Make use of jsFiddle or jsBin to share your isolated test cases.
7.17 -4. **Share as much information as possible.** Include operating system and version, browser and version, version of Bootstrap, customized or vanilla build, etc. where appropriate. Also include steps to reproduce the bug.
7.18 -
7.19 -
7.20 -
7.21 -## Pull requests
7.22 -
7.23 -- CSS changes must be done in `.less` files first, never just in the compiled `.css` files
7.24 -- If modifying the `.less` files, always recompile and commit the compiled files `bootstrap.css` and `bootstrap.min.css`
7.25 -- Try not to pollute your pull request with unintended changes--keep them simple and small
7.26 -- Try to share which browsers your code has been tested in before submitting a pull request
7.27 -- Pull requests should always be against the `master` branch, never against `gh-pages`.
7.28 -
7.29 -
7.30 -
7.31 -## Coding standards
7.32 -
7.33 -### HTML
7.34 -
7.35 -- Two spaces for indentation, never tabs
7.36 -- Double quotes only, never single quotes
7.37 -- Always use proper indentation
7.38 -- Use tags and elements appropriate for an HTML5 doctype (e.g., self-closing tags)
7.39 -- Use CDNs and HTTPS for third-party JS when possible. We don't use protocol-relative URLs in this case because they break when viewing the page locally via `file://`.
7.40 -
7.41 -### CSS
7.42 -
7.43 -- Adhere to the [RECESS CSS property order](http://markdotto.com/2011/11/29/css-property-order/)
7.44 -- Multiple-line approach (one property and value per line)
7.45 -- Always a space after a property's colon (e.g., `display: block;` and not `display:block;`)
7.46 -- End all lines with a semi-colon
7.47 -- For multiple, comma-separated selectors, place each selector on its own line
7.48 -- Attribute selectors, like `input[type="text"]` should always wrap the attribute's value in double quotes, for consistency and safety (see this [blog post on unquoted attribute values](http://mathiasbynens.be/notes/unquoted-attribute-values) that can lead to XSS attacks).
7.49 -
7.50 -### JS
7.51 -
7.52 -- No semicolons
7.53 -- Comma first
7.54 -- 2 spaces (no tabs)
7.55 -- strict mode
7.56 -- "Attractive"
7.57 -
7.58 -
7.59 -
7.60 -## License
7.61 -
7.62 -With v3.1, we're moving from the Apache 2 to the MIT license for the Bootstrap code (not the docs). We're in the process of collecting permissions from all Bootstrap contributors with code still part of the project to make this happen. For details, please see [#2054](https://github.com/twbs/bootstrap/issues/2054).
7.63 -
7.64 -By contributing your code, you agree to dual-license your contribution under the [Apache 2](https://github.com/twbs/bootstrap/blob/master/LICENSE) and [MIT](https://github.com/twbs/bootstrap/blob/master/LICENSE-MIT) licenses.
7.65 -
7.66 -
7.67 -
7.68 -## Release checklist
7.69 -
7.70 -1. Close ship list issue for the release.
7.71 -2. Close the milestone for the release.
7.72 -3. Open new release issue that includes this checklist.
7.73 -4. Ping folks to coordinate release (mainly @jdorfman for BootstrapCDN).
7.74 -5. Update version numbers using `grunt change-version-number --oldver=A.B.C --newver=X.Y.Z`. Review the changes and stage them manually.
7.75 -6. Run `grunt` one last time.
7.76 -7. Push to `master` branch.
7.77 -8. Merge `master` into `gh-pages`.
7.78 -9. Generate `bootstrap-X.Y.Z-dist.zip` file for release.
7.79 -10. Create release on GitHub with `/dist/` folder and release notes.
7.80 -11. Push `gh-pages`.
7.81 -12. Publish blog post.
7.82 -13. Tweet tweet.
8.1 --- a/bootstrap-source/bootstrap-3.0.3/DOCS-LICENSE Sat Jan 18 12:34:36 2014 +0100
8.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
8.3 @@ -1,319 +0,0 @@
8.4 -Creative Commons Legal Code
8.5 -
8.6 -Attribution 3.0 Unported
8.7 -
8.8 - CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
8.9 - LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
8.10 - ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
8.11 - INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
8.12 - REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
8.13 - DAMAGES RESULTING FROM ITS USE.
8.14 -
8.15 -License
8.16 -
8.17 -THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
8.18 -COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
8.19 -COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
8.20 -AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
8.21 -
8.22 -BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
8.23 -TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
8.24 -BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
8.25 -CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
8.26 -CONDITIONS.
8.27 -
8.28 -1. Definitions
8.29 -
8.30 - a. "Adaptation" means a work based upon the Work, or upon the Work and
8.31 - other pre-existing works, such as a translation, adaptation,
8.32 - derivative work, arrangement of music or other alterations of a
8.33 - literary or artistic work, or phonogram or performance and includes
8.34 - cinematographic adaptations or any other form in which the Work may be
8.35 - recast, transformed, or adapted including in any form recognizably
8.36 - derived from the original, except that a work that constitutes a
8.37 - Collection will not be considered an Adaptation for the purpose of
8.38 - this License. For the avoidance of doubt, where the Work is a musical
8.39 - work, performance or phonogram, the synchronization of the Work in
8.40 - timed-relation with a moving image ("synching") will be considered an
8.41 - Adaptation for the purpose of this License.
8.42 - b. "Collection" means a collection of literary or artistic works, such as
8.43 - encyclopedias and anthologies, or performances, phonograms or
8.44 - broadcasts, or other works or subject matter other than works listed
8.45 - in Section 1(f) below, which, by reason of the selection and
8.46 - arrangement of their contents, constitute intellectual creations, in
8.47 - which the Work is included in its entirety in unmodified form along
8.48 - with one or more other contributions, each constituting separate and
8.49 - independent works in themselves, which together are assembled into a
8.50 - collective whole. A work that constitutes a Collection will not be
8.51 - considered an Adaptation (as defined above) for the purposes of this
8.52 - License.
8.53 - c. "Distribute" means to make available to the public the original and
8.54 - copies of the Work or Adaptation, as appropriate, through sale or
8.55 - other transfer of ownership.
8.56 - d. "Licensor" means the individual, individuals, entity or entities that
8.57 - offer(s) the Work under the terms of this License.
8.58 - e. "Original Author" means, in the case of a literary or artistic work,
8.59 - the individual, individuals, entity or entities who created the Work
8.60 - or if no individual or entity can be identified, the publisher; and in
8.61 - addition (i) in the case of a performance the actors, singers,
8.62 - musicians, dancers, and other persons who act, sing, deliver, declaim,
8.63 - play in, interpret or otherwise perform literary or artistic works or
8.64 - expressions of folklore; (ii) in the case of a phonogram the producer
8.65 - being the person or legal entity who first fixes the sounds of a
8.66 - performance or other sounds; and, (iii) in the case of broadcasts, the
8.67 - organization that transmits the broadcast.
8.68 - f. "Work" means the literary and/or artistic work offered under the terms
8.69 - of this License including without limitation any production in the
8.70 - literary, scientific and artistic domain, whatever may be the mode or
8.71 - form of its expression including digital form, such as a book,
8.72 - pamphlet and other writing; a lecture, address, sermon or other work
8.73 - of the same nature; a dramatic or dramatico-musical work; a
8.74 - choreographic work or entertainment in dumb show; a musical
8.75 - composition with or without words; a cinematographic work to which are
8.76 - assimilated works expressed by a process analogous to cinematography;
8.77 - a work of drawing, painting, architecture, sculpture, engraving or
8.78 - lithography; a photographic work to which are assimilated works
8.79 - expressed by a process analogous to photography; a work of applied
8.80 - art; an illustration, map, plan, sketch or three-dimensional work
8.81 - relative to geography, topography, architecture or science; a
8.82 - performance; a broadcast; a phonogram; a compilation of data to the
8.83 - extent it is protected as a copyrightable work; or a work performed by
8.84 - a variety or circus performer to the extent it is not otherwise
8.85 - considered a literary or artistic work.
8.86 - g. "You" means an individual or entity exercising rights under this
8.87 - License who has not previously violated the terms of this License with
8.88 - respect to the Work, or who has received express permission from the
8.89 - Licensor to exercise rights under this License despite a previous
8.90 - violation.
8.91 - h. "Publicly Perform" means to perform public recitations of the Work and
8.92 - to communicate to the public those public recitations, by any means or
8.93 - process, including by wire or wireless means or public digital
8.94 - performances; to make available to the public Works in such a way that
8.95 - members of the public may access these Works from a place and at a
8.96 - place individually chosen by them; to perform the Work to the public
8.97 - by any means or process and the communication to the public of the
8.98 - performances of the Work, including by public digital performance; to
8.99 - broadcast and rebroadcast the Work by any means including signs,
8.100 - sounds or images.
8.101 - i. "Reproduce" means to make copies of the Work by any means including
8.102 - without limitation by sound or visual recordings and the right of
8.103 - fixation and reproducing fixations of the Work, including storage of a
8.104 - protected performance or phonogram in digital form or other electronic
8.105 - medium.
8.106 -
8.107 -2. Fair Dealing Rights. Nothing in this License is intended to reduce,
8.108 -limit, or restrict any uses free from copyright or rights arising from
8.109 -limitations or exceptions that are provided for in connection with the
8.110 -copyright protection under copyright law or other applicable laws.
8.111 -
8.112 -3. License Grant. Subject to the terms and conditions of this License,
8.113 -Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
8.114 -perpetual (for the duration of the applicable copyright) license to
8.115 -exercise the rights in the Work as stated below:
8.116 -
8.117 - a. to Reproduce the Work, to incorporate the Work into one or more
8.118 - Collections, and to Reproduce the Work as incorporated in the
8.119 - Collections;
8.120 - b. to create and Reproduce Adaptations provided that any such Adaptation,
8.121 - including any translation in any medium, takes reasonable steps to
8.122 - clearly label, demarcate or otherwise identify that changes were made
8.123 - to the original Work. For example, a translation could be marked "The
8.124 - original work was translated from English to Spanish," or a
8.125 - modification could indicate "The original work has been modified.";
8.126 - c. to Distribute and Publicly Perform the Work including as incorporated
8.127 - in Collections; and,
8.128 - d. to Distribute and Publicly Perform Adaptations.
8.129 - e. For the avoidance of doubt:
8.130 -
8.131 - i. Non-waivable Compulsory License Schemes. In those jurisdictions in
8.132 - which the right to collect royalties through any statutory or
8.133 - compulsory licensing scheme cannot be waived, the Licensor
8.134 - reserves the exclusive right to collect such royalties for any
8.135 - exercise by You of the rights granted under this License;
8.136 - ii. Waivable Compulsory License Schemes. In those jurisdictions in
8.137 - which the right to collect royalties through any statutory or
8.138 - compulsory licensing scheme can be waived, the Licensor waives the
8.139 - exclusive right to collect such royalties for any exercise by You
8.140 - of the rights granted under this License; and,
8.141 - iii. Voluntary License Schemes. The Licensor waives the right to
8.142 - collect royalties, whether individually or, in the event that the
8.143 - Licensor is a member of a collecting society that administers
8.144 - voluntary licensing schemes, via that society, from any exercise
8.145 - by You of the rights granted under this License.
8.146 -
8.147 -The above rights may be exercised in all media and formats whether now
8.148 -known or hereafter devised. The above rights include the right to make
8.149 -such modifications as are technically necessary to exercise the rights in
8.150 -other media and formats. Subject to Section 8(f), all rights not expressly
8.151 -granted by Licensor are hereby reserved.
8.152 -
8.153 -4. Restrictions. The license granted in Section 3 above is expressly made
8.154 -subject to and limited by the following restrictions:
8.155 -
8.156 - a. You may Distribute or Publicly Perform the Work only under the terms
8.157 - of this License. You must include a copy of, or the Uniform Resource
8.158 - Identifier (URI) for, this License with every copy of the Work You
8.159 - Distribute or Publicly Perform. You may not offer or impose any terms
8.160 - on the Work that restrict the terms of this License or the ability of
8.161 - the recipient of the Work to exercise the rights granted to that
8.162 - recipient under the terms of the License. You may not sublicense the
8.163 - Work. You must keep intact all notices that refer to this License and
8.164 - to the disclaimer of warranties with every copy of the Work You
8.165 - Distribute or Publicly Perform. When You Distribute or Publicly
8.166 - Perform the Work, You may not impose any effective technological
8.167 - measures on the Work that restrict the ability of a recipient of the
8.168 - Work from You to exercise the rights granted to that recipient under
8.169 - the terms of the License. This Section 4(a) applies to the Work as
8.170 - incorporated in a Collection, but this does not require the Collection
8.171 - apart from the Work itself to be made subject to the terms of this
8.172 - License. If You create a Collection, upon notice from any Licensor You
8.173 - must, to the extent practicable, remove from the Collection any credit
8.174 - as required by Section 4(b), as requested. If You create an
8.175 - Adaptation, upon notice from any Licensor You must, to the extent
8.176 - practicable, remove from the Adaptation any credit as required by
8.177 - Section 4(b), as requested.
8.178 - b. If You Distribute, or Publicly Perform the Work or any Adaptations or
8.179 - Collections, You must, unless a request has been made pursuant to
8.180 - Section 4(a), keep intact all copyright notices for the Work and
8.181 - provide, reasonable to the medium or means You are utilizing: (i) the
8.182 - name of the Original Author (or pseudonym, if applicable) if supplied,
8.183 - and/or if the Original Author and/or Licensor designate another party
8.184 - or parties (e.g., a sponsor institute, publishing entity, journal) for
8.185 - attribution ("Attribution Parties") in Licensor's copyright notice,
8.186 - terms of service or by other reasonable means, the name of such party
8.187 - or parties; (ii) the title of the Work if supplied; (iii) to the
8.188 - extent reasonably practicable, the URI, if any, that Licensor
8.189 - specifies to be associated with the Work, unless such URI does not
8.190 - refer to the copyright notice or licensing information for the Work;
8.191 - and (iv) , consistent with Section 3(b), in the case of an Adaptation,
8.192 - a credit identifying the use of the Work in the Adaptation (e.g.,
8.193 - "French translation of the Work by Original Author," or "Screenplay
8.194 - based on original Work by Original Author"). The credit required by
8.195 - this Section 4 (b) may be implemented in any reasonable manner;
8.196 - provided, however, that in the case of a Adaptation or Collection, at
8.197 - a minimum such credit will appear, if a credit for all contributing
8.198 - authors of the Adaptation or Collection appears, then as part of these
8.199 - credits and in a manner at least as prominent as the credits for the
8.200 - other contributing authors. For the avoidance of doubt, You may only
8.201 - use the credit required by this Section for the purpose of attribution
8.202 - in the manner set out above and, by exercising Your rights under this
8.203 - License, You may not implicitly or explicitly assert or imply any
8.204 - connection with, sponsorship or endorsement by the Original Author,
8.205 - Licensor and/or Attribution Parties, as appropriate, of You or Your
8.206 - use of the Work, without the separate, express prior written
8.207 - permission of the Original Author, Licensor and/or Attribution
8.208 - Parties.
8.209 - c. Except as otherwise agreed in writing by the Licensor or as may be
8.210 - otherwise permitted by applicable law, if You Reproduce, Distribute or
8.211 - Publicly Perform the Work either by itself or as part of any
8.212 - Adaptations or Collections, You must not distort, mutilate, modify or
8.213 - take other derogatory action in relation to the Work which would be
8.214 - prejudicial to the Original Author's honor or reputation. Licensor
8.215 - agrees that in those jurisdictions (e.g. Japan), in which any exercise
8.216 - of the right granted in Section 3(b) of this License (the right to
8.217 - make Adaptations) would be deemed to be a distortion, mutilation,
8.218 - modification or other derogatory action prejudicial to the Original
8.219 - Author's honor and reputation, the Licensor will waive or not assert,
8.220 - as appropriate, this Section, to the fullest extent permitted by the
8.221 - applicable national law, to enable You to reasonably exercise Your
8.222 - right under Section 3(b) of this License (right to make Adaptations)
8.223 - but not otherwise.
8.224 -
8.225 -5. Representations, Warranties and Disclaimer
8.226 -
8.227 -UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
8.228 -OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
8.229 -KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
8.230 -INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
8.231 -FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
8.232 -LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
8.233 -WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
8.234 -OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
8.235 -
8.236 -6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
8.237 -LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
8.238 -ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
8.239 -ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
8.240 -BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
8.241 -
8.242 -7. Termination
8.243 -
8.244 - a. This License and the rights granted hereunder will terminate
8.245 - automatically upon any breach by You of the terms of this License.
8.246 - Individuals or entities who have received Adaptations or Collections
8.247 - from You under this License, however, will not have their licenses
8.248 - terminated provided such individuals or entities remain in full
8.249 - compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
8.250 - survive any termination of this License.
8.251 - b. Subject to the above terms and conditions, the license granted here is
8.252 - perpetual (for the duration of the applicable copyright in the Work).
8.253 - Notwithstanding the above, Licensor reserves the right to release the
8.254 - Work under different license terms or to stop distributing the Work at
8.255 - any time; provided, however that any such election will not serve to
8.256 - withdraw this License (or any other license that has been, or is
8.257 - required to be, granted under the terms of this License), and this
8.258 - License will continue in full force and effect unless terminated as
8.259 - stated above.
8.260 -
8.261 -8. Miscellaneous
8.262 -
8.263 - a. Each time You Distribute or Publicly Perform the Work or a Collection,
8.264 - the Licensor offers to the recipient a license to the Work on the same
8.265 - terms and conditions as the license granted to You under this License.
8.266 - b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
8.267 - offers to the recipient a license to the original Work on the same
8.268 - terms and conditions as the license granted to You under this License.
8.269 - c. If any provision of this License is invalid or unenforceable under
8.270 - applicable law, it shall not affect the validity or enforceability of
8.271 - the remainder of the terms of this License, and without further action
8.272 - by the parties to this agreement, such provision shall be reformed to
8.273 - the minimum extent necessary to make such provision valid and
8.274 - enforceable.
8.275 - d. No term or provision of this License shall be deemed waived and no
8.276 - breach consented to unless such waiver or consent shall be in writing
8.277 - and signed by the party to be charged with such waiver or consent.
8.278 - e. This License constitutes the entire agreement between the parties with
8.279 - respect to the Work licensed here. There are no understandings,
8.280 - agreements or representations with respect to the Work not specified
8.281 - here. Licensor shall not be bound by any additional provisions that
8.282 - may appear in any communication from You. This License may not be
8.283 - modified without the mutual written agreement of the Licensor and You.
8.284 - f. The rights granted under, and the subject matter referenced, in this
8.285 - License were drafted utilizing the terminology of the Berne Convention
8.286 - for the Protection of Literary and Artistic Works (as amended on
8.287 - September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
8.288 - Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
8.289 - and the Universal Copyright Convention (as revised on July 24, 1971).
8.290 - These rights and subject matter take effect in the relevant
8.291 - jurisdiction in which the License terms are sought to be enforced
8.292 - according to the corresponding provisions of the implementation of
8.293 - those treaty provisions in the applicable national law. If the
8.294 - standard suite of rights granted under applicable copyright law
8.295 - includes additional rights not granted under this License, such
8.296 - additional rights are deemed to be included in the License; this
8.297 - License is not intended to restrict the license of any rights under
8.298 - applicable law.
8.299 -
8.300 -
8.301 -Creative Commons Notice
8.302 -
8.303 - Creative Commons is not a party to this License, and makes no warranty
8.304 - whatsoever in connection with the Work. Creative Commons will not be
8.305 - liable to You or any party on any legal theory for any damages
8.306 - whatsoever, including without limitation any general, special,
8.307 - incidental or consequential damages arising in connection to this
8.308 - license. Notwithstanding the foregoing two (2) sentences, if Creative
8.309 - Commons has expressly identified itself as the Licensor hereunder, it
8.310 - shall have all rights and obligations of Licensor.
8.311 -
8.312 - Except for the limited purpose of indicating to the public that the
8.313 - Work is licensed under the CCPL, Creative Commons does not authorize
8.314 - the use by either party of the trademark "Creative Commons" or any
8.315 - related trademark or logo of Creative Commons without the prior
8.316 - written consent of Creative Commons. Any permitted use will be in
8.317 - compliance with Creative Commons' then-current trademark usage
8.318 - guidelines, as may be published on its website or otherwise made
8.319 - available upon request from time to time. For the avoidance of doubt,
8.320 - this trademark restriction does not form part of this License.
8.321 -
8.322 - Creative Commons may be contacted at http://creativecommons.org/.
9.1 --- a/bootstrap-source/bootstrap-3.0.3/Gruntfile.js Sat Jan 18 12:34:36 2014 +0100
9.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
9.3 @@ -1,337 +0,0 @@
9.4 -/* jshint node: true */
9.5 -
9.6 -module.exports = function(grunt) {
9.7 - "use strict";
9.8 -
9.9 - // Force use of Unix newlines
9.10 - grunt.util.linefeed = '\n';
9.11 -
9.12 - RegExp.quote = require('regexp-quote')
9.13 - var btoa = require('btoa')
9.14 - // Project configuration.
9.15 - grunt.initConfig({
9.16 -
9.17 - // Metadata.
9.18 - pkg: grunt.file.readJSON('package.json'),
9.19 - banner: '/*!\n' +
9.20 - ' * Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)\n' +
9.21 - ' * Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' +
9.22 - ' * Licensed under <%= _.pluck(pkg.licenses, "url").join(", ") %>\n' +
9.23 - ' */\n\n',
9.24 - jqueryCheck: 'if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }\n\n',
9.25 -
9.26 - // Task configuration.
9.27 - clean: {
9.28 - dist: ['dist']
9.29 - },
9.30 -
9.31 - jshint: {
9.32 - options: {
9.33 - jshintrc: 'js/.jshintrc'
9.34 - },
9.35 - gruntfile: {
9.36 - src: 'Gruntfile.js'
9.37 - },
9.38 - src: {
9.39 - src: ['js/*.js']
9.40 - },
9.41 - test: {
9.42 - src: ['js/tests/unit/*.js']
9.43 - }
9.44 - },
9.45 -
9.46 - concat: {
9.47 - options: {
9.48 - banner: '<%= banner %><%= jqueryCheck %>',
9.49 - stripBanners: false
9.50 - },
9.51 - bootstrap: {
9.52 - src: [
9.53 - 'js/transition.js',
9.54 - 'js/alert.js',
9.55 - 'js/button.js',
9.56 - 'js/carousel.js',
9.57 - 'js/collapse.js',
9.58 - 'js/dropdown.js',
9.59 - 'js/modal.js',
9.60 - 'js/tooltip.js',
9.61 - 'js/popover.js',
9.62 - 'js/scrollspy.js',
9.63 - 'js/tab.js',
9.64 - 'js/affix.js'
9.65 - ],
9.66 - dest: 'dist/js/<%= pkg.name %>.js'
9.67 - }
9.68 - },
9.69 -
9.70 - uglify: {
9.71 - options: {
9.72 - banner: '<%= banner %>',
9.73 - report: 'min'
9.74 - },
9.75 - bootstrap: {
9.76 - src: ['<%= concat.bootstrap.dest %>'],
9.77 - dest: 'dist/js/<%= pkg.name %>.min.js'
9.78 - }
9.79 - },
9.80 -
9.81 - recess: {
9.82 - options: {
9.83 - compile: true,
9.84 - banner: '<%= banner %>'
9.85 - },
9.86 - bootstrap: {
9.87 - src: ['less/bootstrap.less'],
9.88 - dest: 'dist/css/<%= pkg.name %>.css'
9.89 - },
9.90 - min: {
9.91 - options: {
9.92 - compress: true
9.93 - },
9.94 - src: ['less/bootstrap.less'],
9.95 - dest: 'dist/css/<%= pkg.name %>.min.css'
9.96 - },
9.97 - theme: {
9.98 - src: ['less/theme.less'],
9.99 - dest: 'dist/css/<%= pkg.name %>-theme.css'
9.100 - },
9.101 - theme_min: {
9.102 - options: {
9.103 - compress: true
9.104 - },
9.105 - src: ['less/theme.less'],
9.106 - dest: 'dist/css/<%= pkg.name %>-theme.min.css'
9.107 - }
9.108 - },
9.109 -
9.110 - copy: {
9.111 - fonts: {
9.112 - expand: true,
9.113 - src: ["fonts/*"],
9.114 - dest: 'dist/'
9.115 - }
9.116 - },
9.117 -
9.118 - qunit: {
9.119 - options: {
9.120 - inject: 'js/tests/unit/phantom.js'
9.121 - },
9.122 - files: ['js/tests/*.html']
9.123 - },
9.124 -
9.125 - connect: {
9.126 - server: {
9.127 - options: {
9.128 - port: 3000,
9.129 - base: '.'
9.130 - }
9.131 - }
9.132 - },
9.133 -
9.134 - jekyll: {
9.135 - docs: {}
9.136 - },
9.137 -
9.138 - validation: {
9.139 - options: {
9.140 - reset: true,
9.141 - relaxerror: [
9.142 - "Bad value X-UA-Compatible for attribute http-equiv on element meta.",
9.143 - "Element img is missing required attribute src."
9.144 - ]
9.145 - },
9.146 - files: {
9.147 - src: ["_gh_pages/**/*.html"]
9.148 - }
9.149 - },
9.150 -
9.151 - watch: {
9.152 - src: {
9.153 - files: '<%= jshint.src.src %>',
9.154 - tasks: ['jshint:src', 'qunit']
9.155 - },
9.156 - test: {
9.157 - files: '<%= jshint.test.src %>',
9.158 - tasks: ['jshint:test', 'qunit']
9.159 - },
9.160 - recess: {
9.161 - files: 'less/*.less',
9.162 - tasks: ['recess']
9.163 - }
9.164 - },
9.165 -
9.166 - sed: {
9.167 - versionNumber: {
9.168 - pattern: (function () {
9.169 - var old = grunt.option('oldver')
9.170 - return old ? RegExp.quote(old) : old
9.171 - })(),
9.172 - replacement: grunt.option('newver'),
9.173 - recursive: true
9.174 - }
9.175 - },
9.176 -
9.177 - 'saucelabs-qunit': {
9.178 - all: {
9.179 - options: {
9.180 - build: process.env.TRAVIS_JOB_ID,
9.181 - concurrency: 3,
9.182 - urls: ['http://127.0.0.1:3000/js/tests/index.html'],
9.183 - browsers: [
9.184 - // See https://saucelabs.com/docs/platforms/webdriver
9.185 - {
9.186 - browserName: 'safari',
9.187 - version: '6',
9.188 - platform: 'OS X 10.8'
9.189 - },
9.190 - {
9.191 - browserName: 'chrome',
9.192 - version: '28',
9.193 - platform: 'OS X 10.6'
9.194 - },
9.195 - /* FIXME: currently fails 1 tooltip test
9.196 - {
9.197 - browserName: 'firefox',
9.198 - version: '25',
9.199 - platform: 'OS X 10.6'
9.200 - },*/
9.201 - // Mac Opera not currently supported by Sauce Labs
9.202 - /* FIXME: currently fails 1 tooltip test
9.203 - {
9.204 - browserName: 'internet explorer',
9.205 - version: '11',
9.206 - platform: 'Windows 8.1'
9.207 - },*/
9.208 - /*
9.209 - {
9.210 - browserName: 'internet explorer',
9.211 - version: '10',
9.212 - platform: 'Windows 8'
9.213 - },
9.214 - {
9.215 - browserName: 'internet explorer',
9.216 - version: '9',
9.217 - platform: 'Windows 7'
9.218 - },
9.219 - {
9.220 - browserName: 'internet explorer',
9.221 - version: '8',
9.222 - platform: 'Windows 7'
9.223 - },
9.224 - {// unofficial
9.225 - browserName: 'internet explorer',
9.226 - version: '7',
9.227 - platform: 'Windows XP'
9.228 - },
9.229 - */
9.230 - {
9.231 - browserName: 'chrome',
9.232 - version: '31',
9.233 - platform: 'Windows 8.1'
9.234 - },
9.235 - {
9.236 - browserName: 'firefox',
9.237 - version: '25',
9.238 - platform: 'Windows 8.1'
9.239 - },
9.240 - // Win Opera 15+ not currently supported by Sauce Labs
9.241 - {
9.242 - browserName: 'iphone',
9.243 - version: '6.1',
9.244 - platform: 'OS X 10.8'
9.245 - },
9.246 - // iOS Chrome not currently supported by Sauce Labs
9.247 - // Linux (unofficial)
9.248 - {
9.249 - browserName: 'chrome',
9.250 - version: '30',
9.251 - platform: 'Linux'
9.252 - },
9.253 - {
9.254 - browserName: 'firefox',
9.255 - version: '25',
9.256 - platform: 'Linux'
9.257 - }
9.258 - // Android Chrome not currently supported by Sauce Labs
9.259 - /* Android Browser (super-unofficial)
9.260 - {
9.261 - browserName: 'android',
9.262 - version: '4.0',
9.263 - platform: 'Linux'
9.264 - }
9.265 - */
9.266 - ],
9.267 - }
9.268 - }
9.269 - }
9.270 - });
9.271 -
9.272 -
9.273 - // These plugins provide necessary tasks.
9.274 - grunt.loadNpmTasks('grunt-contrib-clean');
9.275 - grunt.loadNpmTasks('grunt-contrib-concat');
9.276 - grunt.loadNpmTasks('grunt-contrib-connect');
9.277 - grunt.loadNpmTasks('grunt-contrib-copy');
9.278 - grunt.loadNpmTasks('grunt-contrib-jshint');
9.279 - grunt.loadNpmTasks('grunt-contrib-qunit');
9.280 - grunt.loadNpmTasks('grunt-contrib-uglify');
9.281 - grunt.loadNpmTasks('grunt-contrib-watch');
9.282 - grunt.loadNpmTasks('grunt-html-validation');
9.283 - grunt.loadNpmTasks('grunt-jekyll');
9.284 - grunt.loadNpmTasks('grunt-recess');
9.285 - grunt.loadNpmTasks('grunt-saucelabs');
9.286 - grunt.loadNpmTasks('grunt-sed');
9.287 -
9.288 - // Docs HTML validation task
9.289 - grunt.registerTask('validate-html', ['jekyll', 'validation']);
9.290 -
9.291 - // Test task.
9.292 - var testSubtasks = ['dist-css', 'jshint', 'qunit', 'validate-html'];
9.293 - // Only run Sauce Labs tests if there's a Sauce access key
9.294 - if (typeof process.env.SAUCE_ACCESS_KEY !== 'undefined') {
9.295 - testSubtasks.push('connect');
9.296 - testSubtasks.push('saucelabs-qunit');
9.297 - }
9.298 - grunt.registerTask('test', testSubtasks);
9.299 -
9.300 - // JS distribution task.
9.301 - grunt.registerTask('dist-js', ['concat', 'uglify']);
9.302 -
9.303 - // CSS distribution task.
9.304 - grunt.registerTask('dist-css', ['recess']);
9.305 -
9.306 - // Fonts distribution task.
9.307 - grunt.registerTask('dist-fonts', ['copy']);
9.308 -
9.309 - // Full distribution task.
9.310 - grunt.registerTask('dist', ['clean', 'dist-css', 'dist-fonts', 'dist-js']);
9.311 -
9.312 - // Default task.
9.313 - grunt.registerTask('default', ['test', 'dist', 'build-customizer']);
9.314 -
9.315 - // Version numbering task.
9.316 - // grunt change-version-number --oldver=A.B.C --newver=X.Y.Z
9.317 - // This can be overzealous, so its changes should always be manually reviewed!
9.318 - grunt.registerTask('change-version-number', ['sed']);
9.319 -
9.320 - // task for building customizer
9.321 - grunt.registerTask('build-customizer', 'Add scripts/less files to customizer.', function () {
9.322 - var fs = require('fs')
9.323 -
9.324 - function getFiles(type) {
9.325 - var files = {}
9.326 - fs.readdirSync(type)
9.327 - .filter(function (path) {
9.328 - return type == 'fonts' ? true : new RegExp('\\.' + type + '$').test(path)
9.329 - })
9.330 - .forEach(function (path) {
9.331 - var fullPath = type + '/' + path
9.332 - return files[path] = (type == 'fonts' ? btoa(fs.readFileSync(fullPath)) : fs.readFileSync(fullPath, 'utf8'))
9.333 - })
9.334 - return 'var __' + type + ' = ' + JSON.stringify(files) + '\n'
9.335 - }
9.336 -
9.337 - var files = getFiles('js') + getFiles('less') + getFiles('fonts')
9.338 - fs.writeFileSync('docs-assets/js/raw-files.js', files)
9.339 - });
9.340 -};
10.1 --- a/bootstrap-source/bootstrap-3.0.3/LICENSE Sat Jan 18 12:34:36 2014 +0100
10.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
10.3 @@ -1,176 +0,0 @@
10.4 - Apache License
10.5 - Version 2.0, January 2004
10.6 - http://www.apache.org/licenses/
10.7 -
10.8 - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
10.9 -
10.10 - 1. Definitions.
10.11 -
10.12 - "License" shall mean the terms and conditions for use, reproduction,
10.13 - and distribution as defined by Sections 1 through 9 of this document.
10.14 -
10.15 - "Licensor" shall mean the copyright owner or entity authorized by
10.16 - the copyright owner that is granting the License.
10.17 -
10.18 - "Legal Entity" shall mean the union of the acting entity and all
10.19 - other entities that control, are controlled by, or are under common
10.20 - control with that entity. For the purposes of this definition,
10.21 - "control" means (i) the power, direct or indirect, to cause the
10.22 - direction or management of such entity, whether by contract or
10.23 - otherwise, or (ii) ownership of fifty percent (50%) or more of the
10.24 - outstanding shares, or (iii) beneficial ownership of such entity.
10.25 -
10.26 - "You" (or "Your") shall mean an individual or Legal Entity
10.27 - exercising permissions granted by this License.
10.28 -
10.29 - "Source" form shall mean the preferred form for making modifications,
10.30 - including but not limited to software source code, documentation
10.31 - source, and configuration files.
10.32 -
10.33 - "Object" form shall mean any form resulting from mechanical
10.34 - transformation or translation of a Source form, including but
10.35 - not limited to compiled object code, generated documentation,
10.36 - and conversions to other media types.
10.37 -
10.38 - "Work" shall mean the work of authorship, whether in Source or
10.39 - Object form, made available under the License, as indicated by a
10.40 - copyright notice that is included in or attached to the work
10.41 - (an example is provided in the Appendix below).
10.42 -
10.43 - "Derivative Works" shall mean any work, whether in Source or Object
10.44 - form, that is based on (or derived from) the Work and for which the
10.45 - editorial revisions, annotations, elaborations, or other modifications
10.46 - represent, as a whole, an original work of authorship. For the purposes
10.47 - of this License, Derivative Works shall not include works that remain
10.48 - separable from, or merely link (or bind by name) to the interfaces of,
10.49 - the Work and Derivative Works thereof.
10.50 -
10.51 - "Contribution" shall mean any work of authorship, including
10.52 - the original version of the Work and any modifications or additions
10.53 - to that Work or Derivative Works thereof, that is intentionally
10.54 - submitted to Licensor for inclusion in the Work by the copyright owner
10.55 - or by an individual or Legal Entity authorized to submit on behalf of
10.56 - the copyright owner. For the purposes of this definition, "submitted"
10.57 - means any form of electronic, verbal, or written communication sent
10.58 - to the Licensor or its representatives, including but not limited to
10.59 - communication on electronic mailing lists, source code control systems,
10.60 - and issue tracking systems that are managed by, or on behalf of, the
10.61 - Licensor for the purpose of discussing and improving the Work, but
10.62 - excluding communication that is conspicuously marked or otherwise
10.63 - designated in writing by the copyright owner as "Not a Contribution."
10.64 -
10.65 - "Contributor" shall mean Licensor and any individual or Legal Entity
10.66 - on behalf of whom a Contribution has been received by Licensor and
10.67 - subsequently incorporated within the Work.
10.68 -
10.69 - 2. Grant of Copyright License. Subject to the terms and conditions of
10.70 - this License, each Contributor hereby grants to You a perpetual,
10.71 - worldwide, non-exclusive, no-charge, royalty-free, irrevocable
10.72 - copyright license to reproduce, prepare Derivative Works of,
10.73 - publicly display, publicly perform, sublicense, and distribute the
10.74 - Work and such Derivative Works in Source or Object form.
10.75 -
10.76 - 3. Grant of Patent License. Subject to the terms and conditions of
10.77 - this License, each Contributor hereby grants to You a perpetual,
10.78 - worldwide, non-exclusive, no-charge, royalty-free, irrevocable
10.79 - (except as stated in this section) patent license to make, have made,
10.80 - use, offer to sell, sell, import, and otherwise transfer the Work,
10.81 - where such license applies only to those patent claims licensable
10.82 - by such Contributor that are necessarily infringed by their
10.83 - Contribution(s) alone or by combination of their Contribution(s)
10.84 - with the Work to which such Contribution(s) was submitted. If You
10.85 - institute patent litigation against any entity (including a
10.86 - cross-claim or counterclaim in a lawsuit) alleging that the Work
10.87 - or a Contribution incorporated within the Work constitutes direct
10.88 - or contributory patent infringement, then any patent licenses
10.89 - granted to You under this License for that Work shall terminate
10.90 - as of the date such litigation is filed.
10.91 -
10.92 - 4. Redistribution. You may reproduce and distribute copies of the
10.93 - Work or Derivative Works thereof in any medium, with or without
10.94 - modifications, and in Source or Object form, provided that You
10.95 - meet the following conditions:
10.96 -
10.97 - (a) You must give any other recipients of the Work or
10.98 - Derivative Works a copy of this License; and
10.99 -
10.100 - (b) You must cause any modified files to carry prominent notices
10.101 - stating that You changed the files; and
10.102 -
10.103 - (c) You must retain, in the Source form of any Derivative Works
10.104 - that You distribute, all copyright, patent, trademark, and
10.105 - attribution notices from the Source form of the Work,
10.106 - excluding those notices that do not pertain to any part of
10.107 - the Derivative Works; and
10.108 -
10.109 - (d) If the Work includes a "NOTICE" text file as part of its
10.110 - distribution, then any Derivative Works that You distribute must
10.111 - include a readable copy of the attribution notices contained
10.112 - within such NOTICE file, excluding those notices that do not
10.113 - pertain to any part of the Derivative Works, in at least one
10.114 - of the following places: within a NOTICE text file distributed
10.115 - as part of the Derivative Works; within the Source form or
10.116 - documentation, if provided along with the Derivative Works; or,
10.117 - within a display generated by the Derivative Works, if and
10.118 - wherever such third-party notices normally appear. The contents
10.119 - of the NOTICE file are for informational purposes only and
10.120 - do not modify the License. You may add Your own attribution
10.121 - notices within Derivative Works that You distribute, alongside
10.122 - or as an addendum to the NOTICE text from the Work, provided
10.123 - that such additional attribution notices cannot be construed
10.124 - as modifying the License.
10.125 -
10.126 - You may add Your own copyright statement to Your modifications and
10.127 - may provide additional or different license terms and conditions
10.128 - for use, reproduction, or distribution of Your modifications, or
10.129 - for any such Derivative Works as a whole, provided Your use,
10.130 - reproduction, and distribution of the Work otherwise complies with
10.131 - the conditions stated in this License.
10.132 -
10.133 - 5. Submission of Contributions. Unless You explicitly state otherwise,
10.134 - any Contribution intentionally submitted for inclusion in the Work
10.135 - by You to the Licensor shall be under the terms and conditions of
10.136 - this License, without any additional terms or conditions.
10.137 - Notwithstanding the above, nothing herein shall supersede or modify
10.138 - the terms of any separate license agreement you may have executed
10.139 - with Licensor regarding such Contributions.
10.140 -
10.141 - 6. Trademarks. This License does not grant permission to use the trade
10.142 - names, trademarks, service marks, or product names of the Licensor,
10.143 - except as required for reasonable and customary use in describing the
10.144 - origin of the Work and reproducing the content of the NOTICE file.
10.145 -
10.146 - 7. Disclaimer of Warranty. Unless required by applicable law or
10.147 - agreed to in writing, Licensor provides the Work (and each
10.148 - Contributor provides its Contributions) on an "AS IS" BASIS,
10.149 - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
10.150 - implied, including, without limitation, any warranties or conditions
10.151 - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
10.152 - PARTICULAR PURPOSE. You are solely responsible for determining the
10.153 - appropriateness of using or redistributing the Work and assume any
10.154 - risks associated with Your exercise of permissions under this License.
10.155 -
10.156 - 8. Limitation of Liability. In no event and under no legal theory,
10.157 - whether in tort (including negligence), contract, or otherwise,
10.158 - unless required by applicable law (such as deliberate and grossly
10.159 - negligent acts) or agreed to in writing, shall any Contributor be
10.160 - liable to You for damages, including any direct, indirect, special,
10.161 - incidental, or consequential damages of any character arising as a
10.162 - result of this License or out of the use or inability to use the
10.163 - Work (including but not limited to damages for loss of goodwill,
10.164 - work stoppage, computer failure or malfunction, or any and all
10.165 - other commercial damages or losses), even if such Contributor
10.166 - has been advised of the possibility of such damages.
10.167 -
10.168 - 9. Accepting Warranty or Additional Liability. While redistributing
10.169 - the Work or Derivative Works thereof, You may choose to offer,
10.170 - and charge a fee for, acceptance of support, warranty, indemnity,
10.171 - or other liability obligations and/or rights consistent with this
10.172 - License. However, in accepting such obligations, You may act only
10.173 - on Your own behalf and on Your sole responsibility, not on behalf
10.174 - of any other Contributor, and only if You agree to indemnify,
10.175 - defend, and hold each Contributor harmless for any liability
10.176 - incurred by, or claims asserted against, such Contributor by reason
10.177 - of your accepting any such warranty or additional liability.
10.178 -
10.179 - END OF TERMS AND CONDITIONS
11.1 --- a/bootstrap-source/bootstrap-3.0.3/LICENSE-MIT Sat Jan 18 12:34:36 2014 +0100
11.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
11.3 @@ -1,21 +0,0 @@
11.4 -The MIT License (MIT)
11.5 -
11.6 -Copyright (c) 2013 Twitter, Inc
11.7 -
11.8 -Permission is hereby granted, free of charge, to any person obtaining a copy
11.9 -of this software and associated documentation files (the "Software"), to deal
11.10 -in the Software without restriction, including without limitation the rights
11.11 -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11.12 -copies of the Software, and to permit persons to whom the Software is
11.13 -furnished to do so, subject to the following conditions:
11.14 -
11.15 -The above copyright notice and this permission notice shall be included in
11.16 -all copies or substantial portions of the Software.
11.17 -
11.18 -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11.19 -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11.20 -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
11.21 -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
11.22 -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
11.23 -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
11.24 -THE SOFTWARE.
12.1 --- a/bootstrap-source/bootstrap-3.0.3/README.md Sat Jan 18 12:34:36 2014 +0100
12.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
12.3 @@ -1,166 +0,0 @@
12.4 -# [Bootstrap](http://getbootstrap.com) [](http://travis-ci.org/twbs/bootstrap) [](https://david-dm.org/twbs/bootstrap#info=devDependencies)
12.5 -[](https://saucelabs.com/u/bootstrap)
12.6 -
12.7 -Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat).
12.8 -
12.9 -To get started, check out <http://getbootstrap.com>!
12.10 -
12.11 -
12.12 -
12.13 -## Quick start
12.14 -
12.15 -Three quick start options are available:
12.16 -
12.17 -* [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.0.3.zip).
12.18 -* Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
12.19 -* Install with [Bower](http://bower.io): `bower install bootstrap`.
12.20 -
12.21 -Read the [Getting Started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more.
12.22 -
12.23 -### What's included
12.24 -
12.25 -Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
12.26 -
12.27 -```
12.28 -bootstrap/
12.29 -├── css/
12.30 -│ ├── bootstrap.css
12.31 -│ ├── bootstrap.min.css
12.32 -│ ├── bootstrap-theme.css
12.33 -│ └── bootstrap-theme.min.css
12.34 -├── js/
12.35 -│ ├── bootstrap.js
12.36 -│ └── bootstrap.min.js
12.37 -└── fonts/
12.38 - ├── glyphicons-halflings-regular.eot
12.39 - ├── glyphicons-halflings-regular.svg
12.40 - ├── glyphicons-halflings-regular.ttf
12.41 - └── glyphicons-halflings-regular.woff
12.42 -```
12.43 -
12.44 -We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). Fonts from Glyphicons are included, as is the optional Bootstrap theme.
12.45 -
12.46 -
12.47 -
12.48 -## Bugs and feature requests
12.49 -
12.50 -Have a bug or a feature request? [Please open a new issue](https://github.com/twbs/bootstrap/issues). Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/).
12.51 -
12.52 -You may use [this JS Bin](http://jsbin.com/aKiCIDO/1/edit) as a template for your bug reports.
12.53 -
12.54 -
12.55 -
12.56 -## Documentation
12.57 -
12.58 -Bootstrap's documentation, included in this repo in the root directory, is built with [Jekyll](http://jekyllrb.com) and publicly hosted on GitHub Pages at <http://getbootstrap.com>. The docs may also be run locally.
12.59 -
12.60 -### Running documentation locally
12.61 -
12.62 -1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v1.x).
12.63 -2. From the root `/bootstrap` directory, run `jekyll serve` in the command line.
12.64 - - **Windows users:** run `chcp 65001` first to change the command prompt's character encoding ([code page](http://en.wikipedia.org/wiki/Windows_code_page)) to UTF-8 so Jekyll runs without errors.
12.65 -3. Open <http://localhost:9001> in your browser, and voilà.
12.66 -
12.67 -Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).
12.68 -
12.69 -### Documentation for previous releases
12.70 -
12.71 -Documentation for v2.3.2 has been made available for the time being at <http://getbootstrap.com/2.3.2/> while folks transition to Bootstrap 3.
12.72 -
12.73 -[Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download.
12.74 -
12.75 -
12.76 -
12.77 -## Compiling CSS and JavaScript
12.78 -
12.79 -Bootstrap uses [Grunt](http://gruntjs.com/) with convenient methods for working with the framework. It's how we compile our code, run tests, and more. To use it, install the required dependencies as directed and then run some Grunt commands.
12.80 -
12.81 -### Install Grunt
12.82 -
12.83 -From the command line:
12.84 -
12.85 -1. Install `grunt-cli` globally with `npm install -g grunt-cli`.
12.86 -2. Navigate to the root `/bootstrap` directory, then run `npm install`. npm will look at [package.json](package.json) and automatically install the necessary local dependencies listed there.
12.87 -
12.88 -When completed, you'll be able to run the various Grunt commands provided from the command line.
12.89 -
12.90 -**Unfamiliar with `npm`? Don't have node installed?** That's a-okay. npm stands for [node packaged modules](http://npmjs.org/) and is a way to manage development dependencies through node.js. [Download and install node.js](http://nodejs.org/download/) before proceeding.
12.91 -
12.92 -### Available Grunt commands
12.93 -
12.94 -#### Build - `grunt`
12.95 -Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Uses [recess](http://twitter.github.io/recess/) and [UglifyJS](http://lisperator.net/uglifyjs/).**
12.96 -
12.97 -#### Only compile CSS and JavaScript - `grunt dist`
12.98 -`grunt dist` creates the `/dist` directory with compiled files. **Uses [recess](http://twitter.github.io/recess/) and [UglifyJS](http://lisperator.net/uglifyjs/).**
12.99 -
12.100 -#### Tests - `grunt test`
12.101 -Runs [JSHint](http://jshint.com) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI).
12.102 -
12.103 -#### Watch - `grunt watch`
12.104 -This is a convenience method for watching just Less files and automatically building them whenever you save.
12.105 -
12.106 -### Troubleshooting dependencies
12.107 -
12.108 -Should you encounter problems with installing dependencies or running Grunt commands, uninstall all previous dependency versions (global and local). Then, rerun `npm install`.
12.109 -
12.110 -
12.111 -
12.112 -## Contributing
12.113 -
12.114 -Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
12.115 -
12.116 -More over, if your pull request contains JavaScript patches or features, you must include relevant unit tests. All HTML and CSS should conform to the [Code Guide](http://github.com/mdo/code-guide), maintained by [Mark Otto](http://github.com/mdo).
12.117 -
12.118 -Editor preferences are available in the [editor config](.editorconfig) for easy use in common text editors. Read more and download plugins at <http://editorconfig.org>.
12.119 -
12.120 -With v3.1, we're moving from the Apache 2 to the MIT license for the Bootstrap code (not the docs). Please see the [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md) for more information.
12.121 -
12.122 -
12.123 -## Community
12.124 -
12.125 -Keep track of development and community news.
12.126 -
12.127 -* Follow [@twbootstrap on Twitter](http://twitter.com/twbootstrap).
12.128 -* Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com).
12.129 -* Have a question that's not a feature request or bug report? [Ask on the mailing list.](http://groups.google.com/group/twitter-bootstrap)
12.130 -* Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##twitter-bootstrap` channel.
12.131 -
12.132 -
12.133 -
12.134 -
12.135 -## Versioning
12.136 -
12.137 -For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.
12.138 -
12.139 -Releases will be numbered with the following format:
12.140 -
12.141 -`<major>.<minor>.<patch>`
12.142 -
12.143 -And constructed with the following guidelines:
12.144 -
12.145 -* Breaking backward compatibility bumps the major (and resets the minor and patch)
12.146 -* New additions without breaking backward compatibility bumps the minor (and resets the patch)
12.147 -* Bug fixes and misc changes bumps the patch
12.148 -
12.149 -For more information on SemVer, please visit <http://semver.org/>.
12.150 -
12.151 -
12.152 -
12.153 -## Authors
12.154 -
12.155 -**Mark Otto**
12.156 -
12.157 -+ <http://twitter.com/mdo>
12.158 -+ <http://github.com/mdo>
12.159 -
12.160 -**Jacob Thornton**
12.161 -
12.162 -+ <http://twitter.com/fat>
12.163 -+ <http://github.com/fat>
12.164 -
12.165 -
12.166 -
12.167 -## Copyright and license
12.168 -
12.169 -Copyright 2013 Twitter, Inc under [the Apache 2.0 license](LICENSE).
13.1 --- a/bootstrap-source/bootstrap-3.0.3/_config.yml Sat Jan 18 12:34:36 2014 +0100
13.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
13.3 @@ -1,25 +0,0 @@
13.4 -# Dependencies
13.5 -markdown: rdiscount
13.6 -pygments: true
13.7 -
13.8 -# Permalinks
13.9 -permalink: pretty
13.10 -
13.11 -# Server
13.12 -destination: ./_gh_pages
13.13 -exclude: [".editorconfig", ".gitignore", "bower.json", "composer.json", "CONTRIBUTING.md", "CNAME", "LICENSE", "Gruntfile.js", "package.json", "node_modules", "README.md", "less"]
13.14 -port: 9001
13.15 -
13.16 -# Custom vars
13.17 -current_version: 3.0.3
13.18 -repo: https://github.com/twbs/bootstrap
13.19 -
13.20 -download_source: https://github.com/twbs/bootstrap/archive/v3.0.3.zip
13.21 -download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.3/bootstrap-3.0.3-dist.zip
13.22 -
13.23 -blog: http://blog.getbootstrap.com
13.24 -expo: http://expo.getbootstrap.com
13.25 -
13.26 -cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css
13.27 -cdn_theme_css: //netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css
13.28 -cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js
14.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/ads.html Sat Jan 18 12:34:36 2014 +0100
14.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
14.3 @@ -1,1 +0,0 @@
14.4 -<div id="carbonads-container"><div class="carbonad"><div id="azcarbon"></div><script>var z = document.createElement("script"); z.async = true; z.src = "http://engine.carbonads.com/z/32341/azcarbon_2_1_0_HORIZ"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script></div></div>
15.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/footer.html Sat Jan 18 12:34:36 2014 +0100
15.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
15.3 @@ -1,48 +0,0 @@
15.4 -<!-- Bootstrap core JavaScript
15.5 -================================================== -->
15.6 -<!-- Placed at the end of the document so the pages load faster -->
15.7 -<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
15.8 -<script src="{{ page.base_url }}dist/js/bootstrap.js"></script>
15.9 -
15.10 -<script src="{{ page.base_url }}docs-assets/js/holder.js"></script>
15.11 -
15.12 -<script src="{{ page.base_url }}docs-assets/js/application.js"></script>
15.13 -
15.14 -{% if page.slug == "customize" %}
15.15 -<script src="{{ page.base_url }}docs-assets/js/less.js"></script>
15.16 -<script src="{{ page.base_url }}docs-assets/js/jszip.js"></script>
15.17 -<script src="{{ page.base_url }}docs-assets/js/uglify.js"></script>
15.18 -<script src="{{ page.base_url }}docs-assets/js/filesaver.js"></script>
15.19 -<script src="{{ page.base_url }}docs-assets/js/raw-files.js"></script>
15.20 -<script src="{{ page.base_url }}docs-assets/js/customizer.js"></script>
15.21 -{% endif %}
15.22 -
15.23 -{% comment %}
15.24 - Inject Twitter widgets asynchronously. Snippet snipped from Twitter's
15.25 - JS interface site: https://dev.twitter.com/docs/tfw-javascript
15.26 -
15.27 - * "js.async=1;" added to add async attribute to the generated script tag.
15.28 -{% endcomment %}
15.29 -<script>
15.30 - window.twttr = (function (d,s,id) {
15.31 - var t, js, fjs = d.getElementsByTagName(s)[0];
15.32 - if (d.getElementById(id)) return; js=d.createElement(s); js.id=id; js.async=1;
15.33 - js.src="https://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs);
15.34 - return window.twttr || (t = { _e: [], ready: function(f){ t._e.push(f) } });
15.35 - }(document, "script", "twitter-wjs"));
15.36 -</script>
15.37 -
15.38 -<!-- Analytics
15.39 -================================================== -->
15.40 -<script>
15.41 - var _gauges = _gauges || [];
15.42 - (function() {
15.43 - var t = document.createElement('script');
15.44 - t.async = true;
15.45 - t.id = 'gauges-tracker';
15.46 - t.setAttribute('data-site-id', '4f0dc9fef5a1f55508000013');
15.47 - t.src = '//secure.gaug.es/track.js';
15.48 - var s = document.getElementsByTagName('script')[0];
15.49 - s.parentNode.insertBefore(t, s);
15.50 - })();
15.51 -</script>
16.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/header.html Sat Jan 18 12:34:36 2014 +0100
16.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
16.3 @@ -1,42 +0,0 @@
16.4 -<meta charset="utf-8">
16.5 -<meta http-equiv="X-UA-Compatible" content="IE=edge">
16.6 -<meta name="viewport" content="width=device-width, initial-scale=1.0">
16.7 -<meta name="description" content="">
16.8 -<meta name="author" content="">
16.9 -
16.10 -<title>
16.11 - {% if page.title == "Bootstrap" %}
16.12 - {{ page.title }}
16.13 - {% else %}
16.14 - {{ page.title }} · Bootstrap
16.15 - {% endif %}
16.16 -</title>
16.17 -
16.18 -<!-- Bootstrap core CSS -->
16.19 -<link href="{{ page.base_url }}dist/css/bootstrap.min.css" rel="stylesheet">
16.20 -
16.21 -<!-- Documentation extras -->
16.22 -<link href="{{ page.base_url }}docs-assets/css/docs.css" rel="stylesheet">
16.23 -<link href="{{ page.base_url }}docs-assets/css/pygments-manni.css" rel="stylesheet">
16.24 -<!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
16.25 -
16.26 -<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
16.27 -<!--[if lt IE 9]>
16.28 - <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
16.29 - <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
16.30 -<![endif]-->
16.31 -
16.32 -<!-- Favicons -->
16.33 -<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ page.base_url }}docs-assets/ico/apple-touch-icon-144-precomposed.png">
16.34 - <link rel="shortcut icon" href="{{ page.base_url }}docs-assets/ico/favicon.png">
16.35 -
16.36 -<script>
16.37 - var _gaq = _gaq || [];
16.38 - _gaq.push(['_setAccount', 'UA-146052-10']);
16.39 - _gaq.push(['_trackPageview']);
16.40 - (function() {
16.41 - var ga = document.createElement('script'); ga.async = true;
16.42 - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
16.43 - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
16.44 - })();
16.45 -</script>
17.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/nav-about.html Sat Jan 18 12:34:36 2014 +0100
17.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
17.3 @@ -1,12 +0,0 @@
17.4 -<li>
17.5 - <a href="#history">History</a>
17.6 -</li>
17.7 -<li>
17.8 - <a href="#team">Core team</a>
17.9 -</li>
17.10 -<li>
17.11 - <a href="#community">Community</a>
17.12 -</li>
17.13 -<li>
17.14 - <a href="#translations">Translations</a>
17.15 -</li>
18.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/nav-components.html Sat Jan 18 12:34:36 2014 +0100
18.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
18.3 @@ -1,137 +0,0 @@
18.4 -<li>
18.5 - <a href="#glyphicons">Glyphicons</a>
18.6 - <ul class="nav">
18.7 - <li><a href="#glyphicons-glyphs">Available glyphs</a></li>
18.8 - <li><a href="#glyphicons-how-to-use">How to use</a></li>
18.9 - <li><a href="#glyphicons-examples">Examples</a></li>
18.10 - </ul>
18.11 -</li>
18.12 -<li>
18.13 - <a href="#dropdowns">Dropdowns</a>
18.14 - <ul class="nav">
18.15 - <li><a href="#dropdowns-example">Example</a></li>
18.16 - <li><a href="#dropdowns-alignment">Alignment options</a></li>
18.17 - <li><a href="#dropdowns-headers">Headers</a></li>
18.18 - <li><a href="#dropdowns-disabled">Disabled menu items</a></li>
18.19 - </ul>
18.20 -</li>
18.21 -<li>
18.22 - <a href="#btn-groups">Button groups</a>
18.23 - <ul class="nav">
18.24 - <li><a href="#btn-groups-single">Basic example</a></li>
18.25 - <li><a href="#btn-groups-toolbar">Button toolbar</a></li>
18.26 - <li><a href="#btn-groups-sizing">Sizing</a></li>
18.27 - <li><a href="#btn-groups-nested">Nesting</a></li>
18.28 - <li><a href="#btn-groups-vertical">Vertical variation</a></li>
18.29 - <li><a href="#btn-groups-justified">Justified link variation</a></li>
18.30 - </ul>
18.31 -</li>
18.32 -<li>
18.33 - <a href="#btn-dropdowns">Button dropdowns</a>
18.34 - <ul class="nav">
18.35 - <li><a href="#btn-dropdowns-single">Single button dropdowns</a></li>
18.36 - <li><a href="#btn-dropdowns-split">Split button dropdowns</a></li>
18.37 - <li><a href="#btn-dropdowns-sizing">Sizing</a></li>
18.38 - <li><a href="#btn-dropdowns-dropup">Dropup variation</a></li>
18.39 - </ul>
18.40 -</li>
18.41 -<li>
18.42 - <a href="#input-groups">Input groups</a>
18.43 - <ul class="nav">
18.44 - <li><a href="#input-groups-basic">Basic example</a></li>
18.45 - <li><a href="#input-groups-sizing">Sizing</a></li>
18.46 - <li><a href="#input-groups-checkboxes-radios">Checkbox and radios addons</a></li>
18.47 - <li><a href="#input-groups-buttons">Button addons</a></li>
18.48 - <li><a href="#input-groups-buttons-dropdowns">Buttons with dropdowns</a></li>
18.49 - <li><a href="#input-groups-buttons-segmented">Segmented buttons</a></li>
18.50 - </ul>
18.51 -</li>
18.52 -<li>
18.53 - <a href="#nav">Navs</a>
18.54 - <ul class="nav">
18.55 - <li><a href="#nav-tabs">Tabs</a></li>
18.56 - <li><a href="#nav-pills">Pills</a></li>
18.57 - <li><a href="#nav-justified">Justified nav</a></li>
18.58 - <li><a href="#nav-disabled-links">Disabled links</a></li>
18.59 - <li><a href="#nav-dropdowns">Using dropdowns</a></li>
18.60 - </ul>
18.61 -</li>
18.62 -<li>
18.63 - <a href="#navbar">Navbar</a>
18.64 - <ul class="nav">
18.65 - <li><a href="#navbar-default">Default navbar</a></li>
18.66 - <li><a href="#navbar-forms">Forms</a></li>
18.67 - <li><a href="#navbar-buttons">Buttons</a></li>
18.68 - <li><a href="#navbar-text">Text</a></li>
18.69 - <li><a href="#navbar-links">Non-nav links</a></li>
18.70 - <li><a href="#navbar-component-alignment">Component alignment</a></li>
18.71 - <li><a href="#navbar-fixed-top">Fixed to top</a></li>
18.72 - <li><a href="#navbar-fixed-bottom">Fixed to bottom</a></li>
18.73 - <li><a href="#navbar-static-top">Static top</a></li>
18.74 - <li><a href="#navbar-inverted">Inverted navbar</a></li>
18.75 - </ul>
18.76 -</li>
18.77 -<li><a href="#breadcrumbs">Breadcrumbs</a></li>
18.78 -<li>
18.79 - <a href="#pagination">Pagination</a>
18.80 - <ul class="nav">
18.81 - <li><a href="#pagination-default">Default pagination</a></li>
18.82 - <li><a href="#pagination-pager">Pager</a></li>
18.83 - </ul>
18.84 -</li>
18.85 -<li><a href="#labels">Labels</a></li>
18.86 -<li><a href="#badges">Badges</a></li>
18.87 -<li><a href="#jumbotron">Jumbotron</a></li>
18.88 -<li><a href="#page-header">Page header</a></li>
18.89 -<li>
18.90 - <a href="#thumbnails">Thumbnails</a>
18.91 - <ul class="nav">
18.92 - <li><a href="#thumbnails-default">Default example</a></li>
18.93 - <li><a href="#thumbnails-custom-content">Custom content</a></li>
18.94 - </ul>
18.95 -</li>
18.96 -<li>
18.97 - <a href="#alerts">Alerts</a>
18.98 - <ul class="nav">
18.99 - <li><a href="#alerts-examples">Examples</a></li>
18.100 - <li><a href="#alerts-dismissable">Dismissable alerts</a></li>
18.101 - <li><a href="#alerts-links">Links in alerts</a></li>
18.102 - </ul>
18.103 -</li>
18.104 -<li>
18.105 - <a href="#progress">Progress bars</a>
18.106 - <ul class="nav">
18.107 - <li><a href="#progress-basic">Basic example</a></li>
18.108 - <li><a href="#progress-alternatives">Contextual alternatives</a></li>
18.109 - <li><a href="#progress-striped">Striped</a></li>
18.110 - <li><a href="#progress-animated">Animated</a></li>
18.111 - <li><a href="#progress-stacked">Stacked</a></li>
18.112 - </ul>
18.113 -</li>
18.114 -<li>
18.115 - <a href="#media">Media object</a>
18.116 - <ul class="nav">
18.117 - <li><a href="#media-default">Default media</a></li>
18.118 - <li><a href="#media-list">Media list</a></li>
18.119 - </ul>
18.120 -</li>
18.121 -<li>
18.122 - <a href="#list-group">List group</a>
18.123 - <ul class="nav">
18.124 - <li><a href="#list-group-basic">Basic example</a></li>
18.125 - <li><a href="#list-group-badges">Badges</a></li>
18.126 - <li><a href="#list-group-linked">Linked items</a></li>
18.127 - <li><a href="#list-group-custom-content">Custom content</a></li>
18.128 - </ul>
18.129 -</li>
18.130 -<li>
18.131 - <a href="#panels">Panels</a>
18.132 - <ul class="nav">
18.133 - <li><a href="#panels-basic">Basic example</a></li>
18.134 - <li><a href="#panels-heading">Panel with heading</a></li>
18.135 - <li><a href="#panels-alternatives">Contextual alternatives</a></li>
18.136 - <li><a href="#panels-tables">With tables</a>
18.137 - <li><a href="#panels-list-group">With list groups</a>
18.138 - </ul>
18.139 -</li>
18.140 -<li><a href="#wells">Wells</a></li>
19.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/nav-css.html Sat Jan 18 12:34:36 2014 +0100
19.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
19.3 @@ -1,99 +0,0 @@
19.4 -<li>
19.5 - <a href="#overview">Overview</a>
19.6 - <ul class="nav">
19.7 - <li><a href="#overview-doctype">HTML5 doctype</a></li>
19.8 - <li><a href="#overview-mobile">Mobile first</a></li>
19.9 - <li><a href="#overview-responsive-images">Responsive images</a></li>
19.10 - <li><a href="#overview-type-links">Typography and links</a></li>
19.11 - <li><a href="#overview-normalize">Normalize</a></li>
19.12 - <li><a href="#overview-container">Containers</a></li>
19.13 - </ul>
19.14 -</li>
19.15 -<li>
19.16 - <a href="#grid">Grid system</a>
19.17 - <ul class="nav">
19.18 - <li><a href="#grid-intro">Introduction</a></li>
19.19 - <li><a href="#grid-media-queries">Media queries</a></li>
19.20 - <li><a href="#grid-options">Grid options</a></li>
19.21 - <li><a href="#grid-example-basic">Ex: Stacked-to-horizonal</a></li>
19.22 - <li><a href="#grid-example-mixed">Ex: Mobile and desktops</a></li>
19.23 - <li><a href="#grid-example-mixed-complete">Ex: Mobile, tablet, desktops</a></li>
19.24 - <li><a href="#grid-responsive-resets">Responsive column resets</a></li>
19.25 - <li><a href="#grid-offsetting">Offsetting columns</a></li>
19.26 - <li><a href="#grid-nesting">Nesting columns</a></li>
19.27 - <li><a href="#grid-column-ordering">Column ordering</a></li>
19.28 - <li><a href="#grid-less">LESS mixins and variables</a></li>
19.29 - </ul>
19.30 -</li>
19.31 -<li>
19.32 - <a href="#type">Typography</a>
19.33 - <ul class="nav">
19.34 - <li><a href="#type-headings">Headings</a></li>
19.35 - <li><a href="#type-body-copy">Body copy</a></li>
19.36 - <li><a href="#type-emphasis">Emphasis</a></li>
19.37 - <li><a href="#type-abbreviations">Abbreviations</a></li>
19.38 - <li><a href="#type-addresses">Addresses</a></li>
19.39 - <li><a href="#type-blockquotes">Blockquotes</a></li>
19.40 - <li><a href="#type-lists">Lists</a></li>
19.41 - </ul>
19.42 -</li>
19.43 -<li><a href="#code">Code</a></li>
19.44 -<li>
19.45 - <a href="#tables">Tables</a>
19.46 - <ul class="nav">
19.47 - <li><a href="#tables-example">Basic example</a></li>
19.48 - <li><a href="#tables-striped">Striped rows</a></li>
19.49 - <li><a href="#tables-bordered">Bordered table</a></li>
19.50 - <li><a href="#tables-hover-rows">Hover rows</a></li>
19.51 - <li><a href="#tables-condensed">Condensed table</a></li>
19.52 - <li><a href="#tables-contextual-classes">Contextual classes</a></li>
19.53 - <li><a href="#tables-responsive">Responsive tables</a></li>
19.54 - </ul>
19.55 -</li>
19.56 -<li>
19.57 - <a href="#forms">Forms</a>
19.58 - <ul class="nav">
19.59 - <li><a href="#forms-example">Basic example</a></li>
19.60 - <li><a href="#forms-inline">Inline form</a></li>
19.61 - <li><a href="#forms-horizontal">Horizontal form</a></li>
19.62 - <li><a href="#forms-controls">Supported controls</a></li>
19.63 - <li><a href="#forms-controls-static">Static control</a></li>
19.64 - <li><a href="#forms-control-states">Control states</a></li>
19.65 - <li><a href="#forms-control-sizes">Control sizing</a></li>
19.66 - <li><a href="#forms-help-text">Help text</a></li>
19.67 - </ul>
19.68 -</li>
19.69 -<li>
19.70 - <a href="#buttons">Buttons</a>
19.71 - <ul class="nav">
19.72 - <li><a href="#buttons-options">Options</a></li>
19.73 - <li><a href="#buttons-sizes">Sizes</a></li>
19.74 - <li><a href="#buttons-active">Active state</a></li>
19.75 - <li><a href="#buttons-disabled">Disabled state</a></li>
19.76 - <li><a href="#buttons-tags">Button tags</a></li>
19.77 - </ul>
19.78 -</li>
19.79 -<li>
19.80 - <a href="#images">Images</a>
19.81 -</li>
19.82 -<li>
19.83 - <a href="#helper-classes">Helper classes</a>
19.84 - <ul class="nav">
19.85 - <li><a href="#helper-classes-close">Close icon</a></li>
19.86 - <li><a href="#helper-classes-carets">Carets</a></li>
19.87 - <li><a href="#helper-classes-floats">Quick floats</a></li>
19.88 - <li><a href="#helper-classes-center">Center content blocks</a></li>
19.89 - <li><a href="#helper-classes-clearfix">Clearfix</a></li>
19.90 - <li><a href="#helper-classes-show-hide">Showing and hiding content</a></li>
19.91 - <li><a href="#helper-classes-screen-readers">Screen reader content</a></li>
19.92 - <li><a href="#helper-classes-image-replacement">Image replacement</a></li>
19.93 - </ul>
19.94 -</li>
19.95 -<li>
19.96 - <a href="#responsive-utilities">Responsive utilities</a>
19.97 - <ul class="nav">
19.98 - <li><a href="#responsive-utilities-classes">Available classes</a></li>
19.99 - <li><a href="#responsive-utilities-print">Print classes</a></li>
19.100 - <li><a href="#responsive-utilities-tests">Test cases</a></li>
19.101 - </ul>
19.102 -</li>
20.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/nav-customize.html Sat Jan 18 12:34:36 2014 +0100
20.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
20.3 @@ -1,40 +0,0 @@
20.4 -<li>
20.5 - <a href="#less">LESS components</a>
20.6 -</li>
20.7 -<li>
20.8 - <a href="#plugins">jQuery plugins</a>
20.9 -</li>
20.10 -<li>
20.11 - <a href="#less-variables">LESS variables</a>
20.12 - <ul class="nav">
20.13 - <li><a href="#variables-basics">Basics</a></li>
20.14 - <li><a href="#variables-buttons">Buttons</a></li>
20.15 - <li><a href="#variables-form-states">Form states</a></li>
20.16 - <li><a href="#variables-alerts">Alerts</a></li>
20.17 - <li><a href="#variables-navbar">Navbar</a></li>
20.18 - <li><a href="#variables-nav">Nav</a></li>
20.19 - <li><a href="#variables-tables">Tables</a></li>
20.20 - <li><a href="#variables-forms">Forms</a></li>
20.21 - <li><a href="#variables-dropdowns">Dropdowns</a></li>
20.22 - <li><a href="#variables-panels-wells">Panels and wells</a></li>
20.23 - <li><a href="#variables-accordion">Accordion</a></li>
20.24 - <li><a href="#variables-badges">Badges</a></li>
20.25 - <li><a href="#variables-breadcrumbs">Breadcrumbs</a></li>
20.26 - <li><a href="#variables-jumbotron">Jumbotron</a></li>
20.27 - <li><a href="#variables-modals">Modals</a></li>
20.28 - <li><a href="#variables-carousel">Carousel</a></li>
20.29 - <li><a href="#variables-list-group">List group</a></li>
20.30 - <li><a href="#variables-thumbnails">Thumbnails</a></li>
20.31 - <li><a href="#variables-progress">Progress bars</a></li>
20.32 - <li><a href="#variables-pagination">Pagination</a></li>
20.33 - <li><a href="#variables-pager">Pager</a></li>
20.34 - <li><a href="#variables-labels">Labels</a></li>
20.35 - <li><a href="#variables-tooltips-popovers">Tooltips and popovers</a></li>
20.36 - <li><a href="#variables-close">Close button</a></li>
20.37 - <li><a href="#variables-type">Type</a></li>
20.38 - <li><a href="#variables-other">Other</a></li>
20.39 - </ul>
20.40 -</li>
20.41 -<li>
20.42 - <a href="#download">Download</a>
20.43 -</li>
21.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/nav-getting-started.html Sat Jan 18 12:34:36 2014 +0100
21.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
21.3 @@ -1,48 +0,0 @@
21.4 -<li>
21.5 - <a href="#download">Download Bootstrap</a>
21.6 - <ul class="nav">
21.7 - <li><a href="#download-compiled">Compiled CSS, JS, and fonts</a></li>
21.8 - <li><a href="#download-additional">Additional downloads</a></li>
21.9 - <li><a href="#download-cdn">Bootstrap CDN</a></li>
21.10 - </ul>
21.11 -</li>
21.12 -<li>
21.13 - <a href="#whats-included">What's included</a>
21.14 - <ul class="nav">
21.15 - <li><a href="#whats-included-precompiled">Precompiled</a></li>
21.16 - <li><a href="#whats-included-source">Source code</a></li>
21.17 - </ul>
21.18 -</li>
21.19 -<li>
21.20 - <a href="#template">Basic template</a>
21.21 -</li>
21.22 -<li>
21.23 - <a href="#examples">Examples</a>
21.24 -</li>
21.25 -<li>
21.26 - <a href="#disable-responsive">Disabling responsiveness</a>
21.27 -</li>
21.28 -<li>
21.29 - <a href="#migration">Migrating from 2.x to 3.0</a>
21.30 - <ul class="nav">
21.31 - <li><a href="#migration-classes">Major class changes</a></li>
21.32 - <li><a href="#migration-new">What's new</a></li>
21.33 - <li><a href="#migration-dropped">What's removed</a></li>
21.34 - <li><a href="#migration-notes">Additional notes</a></li>
21.35 - </ul>
21.36 -</li>
21.37 -<li>
21.38 - <a href="#browsers">Browser support</a>
21.39 -</li>
21.40 -<li>
21.41 - <a href="#third-parties">Third party support</a>
21.42 -</li>
21.43 -<li>
21.44 - <a href="#accessibility">Accessibility</a>
21.45 -</li>
21.46 -<li>
21.47 - <a href="#license-faqs">License FAQs</a>
21.48 -</li>
21.49 -<li>
21.50 - <a href="#customizing">Customizing Bootstrap</a>
21.51 -</li>
22.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/nav-javascript.html Sat Jan 18 12:34:36 2014 +0100
22.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
22.3 @@ -1,88 +0,0 @@
22.4 -<li>
22.5 - <a href="#js-overview">Overview</a>
22.6 - <ul class="nav">
22.7 - <li><a href="#js-individual-compiled">Individual or compiled</a></li>
22.8 - <li><a href="#js-data-attrs">Data attributes</a></li>
22.9 - <li><a href="#js-programmatic-api">Programmatic API</a></li>
22.10 - <li><a href="#js-noconflict">No conflict</a></li>
22.11 - <li><a href="#js-events">Events</a></li>
22.12 - </ul>
22.13 -</li>
22.14 -<li><a href="#transitions">Transitions</a></li>
22.15 -<li>
22.16 - <a href="#modals">Modal</a>
22.17 - <ul class="nav">
22.18 - <li><a href="#modals-examples">Examples</a></li>
22.19 - <li><a href="#modals-usage">Usage</a></li>
22.20 - </ul>
22.21 -</li>
22.22 -<li>
22.23 - <a href="#dropdowns">Dropdown</a>
22.24 - <ul class="nav">
22.25 - <li><a href="#dropdowns-examples">Examples</a></li>
22.26 - <li><a href="#dropdowns-usage">Usage</a></li>
22.27 - </ul>
22.28 -</li>
22.29 -<li>
22.30 - <a href="#scrollspy">Scrollspy</a>
22.31 - <ul class="nav">
22.32 - <li><a href="#scrollspy-examples">Examples</a></li>
22.33 - <li><a href="#scrollspy-usage">Usage</a></li>
22.34 - </ul>
22.35 -</li>
22.36 -<li>
22.37 - <a href="#tabs">Tab</a>
22.38 - <ul class="nav">
22.39 - <li><a href="#tabs-examples">Examples</a></li>
22.40 - <li><a href="#tabs-usage">Usage</a></li>
22.41 - </ul>
22.42 -</li>
22.43 -<li>
22.44 - <a href="#tooltips">Tooltip</a>
22.45 - <ul class="nav">
22.46 - <li><a href="#tooltips-examples">Examples</a></li>
22.47 - <li><a href="#tooltips-usage">Usage</a></li>
22.48 - </ul>
22.49 -</li>
22.50 -<li>
22.51 - <a href="#popovers">Popover</a>
22.52 - <ul class="nav">
22.53 - <li><a href="#popovers-examples">Examples</a></li>
22.54 - <li><a href="#popovers-usage">Usage</a></li>
22.55 - </ul>
22.56 -</li>
22.57 -<li>
22.58 - <a href="#alerts">Alert</a>
22.59 - <ul class="nav">
22.60 - <li><a href="#alerts-examples">Examples</a></li>
22.61 - <li><a href="#alerts-usage">Usage</a></li>
22.62 - </ul>
22.63 -</li>
22.64 -<li>
22.65 - <a href="#buttons">Button</a>
22.66 - <ul class="nav">
22.67 - <li><a href="#buttons-examples">Examples</a></li>
22.68 - <li><a href="#buttons-usage">Usage</a></li>
22.69 - </ul>
22.70 -</li>
22.71 -<li>
22.72 - <a href="#collapse">Collapse</a>
22.73 - <ul class="nav">
22.74 - <li><a href="#collapse-examples">Examples</a></li>
22.75 - <li><a href="#collapse-usage">Usage</a></li>
22.76 - </ul>
22.77 -</li>
22.78 -<li>
22.79 - <a href="#carousel">Carousel</a>
22.80 - <ul class="nav">
22.81 - <li><a href="#carousel-examples">Examples</a></li>
22.82 - <li><a href="#carousel-usage">Usage</a></li>
22.83 - </ul>
22.84 -</li>
22.85 -<li>
22.86 - <a href="#affix">Affix</a>
22.87 - <ul class="nav">
22.88 - <li><a href="#affix-examples">Examples</a></li>
22.89 - <li><a href="#affix-usage">Usage</a></li>
22.90 - </ul>
22.91 -</li>
23.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/nav-main.html Sat Jan 18 12:34:36 2014 +0100
23.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
23.3 @@ -1,37 +0,0 @@
23.4 -<header class="navbar navbar-inverse navbar-fixed-top bs-docs-nav" role="banner">
23.5 - <div class="container">
23.6 - <div class="navbar-header">
23.7 - <button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
23.8 - <span class="sr-only">Toggle navigation</span>
23.9 - <span class="icon-bar"></span>
23.10 - <span class="icon-bar"></span>
23.11 - <span class="icon-bar"></span>
23.12 - </button>
23.13 - <a href="{{ page.base_url }}" class="navbar-brand">Bootstrap</a>
23.14 - </div>
23.15 - <nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
23.16 - <ul class="nav navbar-nav">
23.17 - <li{% if page.slug == "getting-started" %} class="active"{% endif %}>
23.18 - <a href="{{ page.base_url }}getting-started">Getting started</a>
23.19 - </li>
23.20 - <li{% if page.slug == "css" %} class="active"{% endif %}>
23.21 - <a href="{{ page.base_url }}css">CSS</a>
23.22 - </li>
23.23 - <li{% if page.slug == "components" %} class="active"{% endif %}>
23.24 - <a href="{{ page.base_url }}components">Components</a>
23.25 - </li>
23.26 - <li{% if page.slug == "js" %} class="active"{% endif %}>
23.27 - <a href="{{ page.base_url }}javascript">JavaScript</a>
23.28 - </li>
23.29 - <li{% if page.slug == "customize" %} class="active"{% endif %}>
23.30 - <a href="{{ page.base_url }}customize">Customize</a>
23.31 - </li>
23.32 - </ul>
23.33 - <ul class="nav navbar-nav navbar-right">
23.34 - <li{% if page.slug == "about" %} class="active"{% endif %}>
23.35 - <a href="{{ page.base_url }}about">About</a>
23.36 - </li>
23.37 - </ul>
23.38 - </nav>
23.39 - </div>
23.40 -</header>
24.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/old-bs-docs.html Sat Jan 18 12:34:36 2014 +0100
24.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
24.3 @@ -1,8 +0,0 @@
24.4 -<div class="bs-old-docs">
24.5 - <div class="container">
24.6 - <strong>
24.7 - <a href="{{ page.base_url }}2.3.2/">Looking for Bootstrap 2.3.2 docs?</a>
24.8 - </strong>
24.9 - We've moved it to a new home while we push forward with Bootstrap 3. <a href="http://blog.getbootstrap.com/">Read the blog</a> for details.
24.10 - </div>
24.11 -</div>
25.1 --- a/bootstrap-source/bootstrap-3.0.3/_includes/social-buttons.html Sat Jan 18 12:34:36 2014 +0100
25.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
25.3 @@ -1,16 +0,0 @@
25.4 -<div class="bs-social">
25.5 - <ul class="bs-social-buttons">
25.6 - <li>
25.7 - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=watch&count=true" width="100" height="20" title="Star on GitHub"></iframe>
25.8 - </li>
25.9 - <li>
25.10 - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=fork&count=true" width="102" height="20" title="Fork on GitHub"></iframe>
25.11 - </li>
25.12 - <li class="follow-btn">
25.13 - <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @twbootstrap</a>
25.14 - </li>
25.15 - <li class="tweet-btn">
25.16 - <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://getbootstrap.com/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a>
25.17 - </li>
25.18 - </ul>
25.19 -</div>
26.1 --- a/bootstrap-source/bootstrap-3.0.3/_layouts/default.html Sat Jan 18 12:34:36 2014 +0100
26.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
26.3 @@ -1,79 +0,0 @@
26.4 -<!DOCTYPE html>
26.5 -<html lang="en">
26.6 - <head>
26.7 - <!-- Meta, title, CSS, favicons, etc. -->
26.8 - {% include header.html %}
26.9 - </head>
26.10 - <body>
26.11 - <a class="sr-only" href="#content">Skip to main content</a>
26.12 -
26.13 - <!-- Docs master nav -->
26.14 - {% include nav-main.html %}
26.15 -
26.16 - <!-- Docs page layout -->
26.17 - <div class="bs-header" id="content">
26.18 - <div class="container">
26.19 - <h1>{{ page.title }}</h1>
26.20 - <p>{{ page.lead }}</p>
26.21 - {% include ads.html %}
26.22 - </div>
26.23 - </div>
26.24 -
26.25 - <!-- Callout for the old docs link -->
26.26 - {% include old-bs-docs.html %}
26.27 -
26.28 - <div class="container bs-docs-container">
26.29 - <div class="row">
26.30 - <div class="col-md-3">
26.31 - <div class="bs-sidebar hidden-print" role="complementary">
26.32 - <ul class="nav bs-sidenav">
26.33 - {% if page.slug == "getting-started" %}
26.34 - {% include nav-getting-started.html %}
26.35 - {% elsif page.slug == "css" %}
26.36 - {% include nav-css.html %}
26.37 - {% elsif page.slug == "components" %}
26.38 - {% include nav-components.html %}
26.39 - {% elsif page.slug == "js" %}
26.40 - {% include nav-javascript.html %}
26.41 - {% elsif page.slug == "customize" %}
26.42 - {% include nav-customize.html %}
26.43 - {% elsif page.slug == "about" %}
26.44 - {% include nav-about.html %}
26.45 - {% endif %}
26.46 - </ul>
26.47 - </div>
26.48 - </div>
26.49 - <div class="col-md-9" role="main">
26.50 - {{ content }}
26.51 - </div>
26.52 - </div>
26.53 -
26.54 - </div>
26.55 -
26.56 - <!-- Footer
26.57 - ================================================== -->
26.58 - <footer class="bs-footer" role="contentinfo">
26.59 - <div class="container">
26.60 - {% include social-buttons.html %}
26.61 -
26.62 - <p>Designed and built with all the love in the world by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.</p>
26.63 - <p>Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
26.64 - <ul class="footer-links">
26.65 - <li>Currently v{{ site.current_version }}</li>
26.66 - <li class="muted">·</li>
26.67 - <li><a href="{{ page.base_url }}2.3.2/">Bootstrap 2.3.2 docs</a></li>
26.68 - <li class="muted">·</li>
26.69 - <li><a href="{{ site.blog }}">Blog</a></li>
26.70 - <li class="muted">·</li>
26.71 - <li><a href="{{ site.repo }}/issues?state=open">Issues</a></li>
26.72 - <li class="muted">·</li>
26.73 - <li><a href="{{ site.repo }}/releases">Releases</a></li>
26.74 - </ul>
26.75 - </div>
26.76 - </footer>
26.77 -
26.78 - <!-- JS and analytics only. -->
26.79 - {% include footer.html %}
26.80 -
26.81 - </body>
26.82 -</html>
27.1 --- a/bootstrap-source/bootstrap-3.0.3/_layouts/home.html Sat Jan 18 12:34:36 2014 +0100
27.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
27.3 @@ -1,47 +0,0 @@
27.4 -<!DOCTYPE html>
27.5 -<html lang="en">
27.6 - <head>
27.7 - <!-- Meta, title, CSS, favicons, etc. -->
27.8 - {% include header.html %}
27.9 - </head>
27.10 - <body class="bs-docs-home">
27.11 - <a class="sr-only" href="#content">Skip to main content</a>
27.12 -
27.13 - <!-- Docs master nav -->
27.14 - {% include nav-main.html %}
27.15 -
27.16 - <!-- Page content of course! -->
27.17 - {{ content }}
27.18 -
27.19 - <footer class="container" role="contentinfo">
27.20 - {% include ads.html %}
27.21 -
27.22 - {% include social-buttons.html %}
27.23 -
27.24 - <ul class="bs-masthead-links">
27.25 - <li class="current-version">
27.26 - Currently v{{ site.current_version }}
27.27 - </li>
27.28 - <li>
27.29 - <a href="{{ page.base_url }}2.3.2/">Bootstrap 2.3.2 docs</a>
27.30 - </li>
27.31 - <li>
27.32 - <a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
27.33 - </li>
27.34 - <li>
27.35 - <a href="{{ page.base_url }}getting-started/#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
27.36 - </li>
27.37 - <li>
27.38 - <a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Expo</a>
27.39 - </li>
27.40 - <li>
27.41 - <a href="{{ site.blog }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Blog']);">Blog</a>
27.42 - </li>
27.43 - </ul>
27.44 - </footer>
27.45 -
27.46 - <!-- JS and analytics only. -->
27.47 - {% include footer.html %}
27.48 -
27.49 - </body>
27.50 -</html>
28.1 --- a/bootstrap-source/bootstrap-3.0.3/about.html Sat Jan 18 12:34:36 2014 +0100
28.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
28.3 @@ -1,94 +0,0 @@
28.4 ----
28.5 -layout: default
28.6 -title: About
28.7 -slug: about
28.8 -lead: "Learn about the history of Bootstrap, meet the core team, and check out the ever-growing community resources."
28.9 -base_url: "../"
28.10 ----
28.11 -
28.12 -
28.13 -<!-- History
28.14 -================================================== -->
28.15 -<div class="bs-docs-section">
28.16 - <div class="page-header">
28.17 - <h1 id="history">History</h1>
28.18 - </div>
28.19 - <p class="lead">Originally created by a designer and a developer at Twitter, Bootstrap has become one of the most popular front-end frameworks and open source projects in the world.</p>
28.20 - <p>Bootstrap was created at Twitter in mid-2010 by <a href="https://twitter.com/mdo">@mdo</a> and <a href="https://twitter.com/fat">@fat</a>. Prior to being an open-sourced framework, Bootstrap was known as <em>Twitter Blueprint</em>. A few months into development, Twitter held its <a href="https://blog.twitter.com/2010/hack-week">first Hack Week</a> and the project exploded as developers of all skill levels jumped in without any external guidance. It served as the style guide for internal tools development at the company for over a year before its public release, and continues to do so today.</p>
28.21 - <p>Originally <a href="https://dev.twitter.com/blog/bootstrap-twitter">released</a> on <a href="https://twitter.com/mdo/statuses/104620039650557952"><time datetime="2011-08-19 11:25">Friday, August 19, 2011</time></a>, we've since had over <a href="https://github.com/twbs/bootstrap/releases">twenty releases</a>, including two major rewrites with v2 and v3. With Bootstrap 2, we added responsive functionality to the entire framework as an optional stylesheet. Building on that with Bootstrap 3, we rewrote the library once more to make it responsive by default with a mobile first approach.</p>
28.22 -</div>
28.23 -
28.24 -
28.25 -<!-- Team
28.26 -================================================== -->
28.27 -<div class="bs-docs-section">
28.28 - <div class="page-header">
28.29 - <h1 id="team">Core team</h1>
28.30 - </div>
28.31 - <p class="lead">Bootstrap is maintained by the founding team and a small group of invaluable core contributors, with the massive support and involvement of our community.</p>
28.32 - <div class="list-group bs-team">
28.33 - <div class="list-group-item">
28.34 - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=mdo&type=follow"></iframe>
28.35 - <a class="team-member" href="https://github.com/mdo">
28.36 - <img src="http://www.gravatar.com/avatar/bc4ab438f7a4ce1c406aadc688427f2c" alt="@mdo">
28.37 - <strong>Mark Otto</strong> <small>@mdo</small>
28.38 - </a>
28.39 - </div>
28.40 - <div class="list-group-item">
28.41 - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=fat&type=follow"></iframe>
28.42 - <a class="team-member" href="https://github.com/fat">
28.43 - <img src="http://www.gravatar.com/avatar/a98244cbdacaf1c0b55499466002f7a8" alt="@fat">
28.44 - <strong>Jacob Thornton</strong> <small>@fat</small>
28.45 - </a>
28.46 - </div>
28.47 - <div class="list-group-item">
28.48 - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=cvrebert&type=follow"></iframe>
28.49 - <a class="team-member" href="https://github.com/cvrebert">
28.50 - <img src="http://www.gravatar.com/avatar/edec428c425453955f770095a7d26c50" alt="@cvrebert">
28.51 - <strong>Chris Rebert</strong> <small>@cvrebert</small>
28.52 - </a>
28.53 - </div>
28.54 - <div class="list-group-item">
28.55 - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=juthilo&type=follow"></iframe>
28.56 - <a class="team-member" href="https://github.com/juthilo">
28.57 - <img src="http://www.gravatar.com/avatar/0f7dd3ce58a416be5685ea6194f82b11" alt="@juthilo">
28.58 - <strong>Julian Thilo</strong> <small>@juthilo</small>
28.59 - </a>
28.60 - </div>
28.61 - </div>
28.62 - <p>Get involved with Bootstrap development by <a href="https://github.com/twbs/bootstrap/issues/new">opening an issue</a> or submitting a pull request. Read our <a href="https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md">contributing guidelines</a> for information on how we develop.</p>
28.63 -</div>
28.64 -
28.65 -
28.66 -<!-- Community
28.67 -================================================== -->
28.68 -<div class="bs-docs-section">
28.69 - <div class="page-header">
28.70 - <h1 id="community">Community</h1>
28.71 - </div>
28.72 - <p class="lead">Stay up to date on the development of Bootstrap and reach out to the community with these helpful resources.</p>
28.73 - <ul>
28.74 - <li>Read and subscribe to <a href="http://blog.getbootstrap.com/">The Official Bootstrap Blog</a>.</li>
28.75 - <li>Have a question that's not a feature request or bug report? <a href="http://groups.google.com/group/twitter-bootstrap">Ask on the mailing list.</a></li>
28.76 - <li>Chat with fellow Bootstrappers using IRC in the <code>irc.freenode.net</code> server, in the <a href="irc://irc.freenode.net/#twitter-bootstrap">##twitter-bootstrap channel</a>.</li>
28.77 - <li>Find inspiring examples of people building with Bootstrap at the <a href="http://expo.getbootstrap.com">Bootstrap Expo</a>.</li>
28.78 - </ul>
28.79 - <p>You can also follow <a href="https://twitter.com/twbootstrap">@twbootstrap on Twitter</a> for the latest gossip and awesome music videos.</p>
28.80 -</div>
28.81 -
28.82 -
28.83 -<!-- Translations
28.84 -================================================== -->
28.85 -<div class="bs-docs-section">
28.86 - <div class="page-header">
28.87 - <h1 id="translations">Translations</h1>
28.88 - </div>
28.89 - <p class="lead">Community members have translated Bootstrap's documentation into various langauges. None are officially supported and may not always be up to date.</p>
28.90 - <ul>
28.91 - <li><a href="http://v3.bootcss.com/">Bootstrap 中文文档 (Chinese)</a></li>
28.92 - <li><a href="http://www.oneskyapp.com/docs/bootstrap/ru">Bootstrap по-русски (Russian)</a></li>
28.93 - <li><a href="http://www.oneskyapp.com/docs/bootstrap/es">Bootstrap en Español (Spanish)</a></li>
28.94 - <li><a href="http://twbs.site-konstruktor.com.ua">Bootstrap ua Українською (Ukrainian)</a></li>
28.95 - </ul>
28.96 - <p>Have another language to add, or perhaps a different or better translation? Let us know by <a href="https://github.com/twbs/bootstrap/issues/new">opening an issue</a>.</p>
28.97 -</div>
29.1 --- a/bootstrap-source/bootstrap-3.0.3/bower.json Sat Jan 18 12:34:36 2014 +0100
29.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
29.3 @@ -1,30 +0,0 @@
29.4 -{
29.5 - "name": "bootstrap",
29.6 - "version": "3.0.3",
29.7 - "main": [
29.8 - "./dist/js/bootstrap.js",
29.9 - "./dist/css/bootstrap.css",
29.10 - "./dist/fonts/glyphicons-halflings-regular.eot",
29.11 - "./dist/fonts/glyphicons-halflings-regular.svg",
29.12 - "./dist/fonts/glyphicons-halflings-regular.ttf",
29.13 - "./dist/fonts/glyphicons-halflings-regular.woff"
29.14 - ],
29.15 - "ignore": [
29.16 - "**/.*",
29.17 - "_*",
29.18 - "docs-assets",
29.19 - "examples",
29.20 - "/fonts",
29.21 - "js/tests",
29.22 - "CNAME",
29.23 - "CONTRIBUTING.md",
29.24 - "Gruntfile.js",
29.25 - "browserstack.json",
29.26 - "composer.json",
29.27 - "package.json",
29.28 - "*.html"
29.29 - ],
29.30 - "dependencies": {
29.31 - "jquery": ">= 1.9.0"
29.32 - }
29.33 -}
30.1 --- a/bootstrap-source/bootstrap-3.0.3/components.html Sat Jan 18 12:34:36 2014 +0100
30.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
30.3 @@ -1,3714 +0,0 @@
30.4 ----
30.5 -layout: default
30.6 -title: Components
30.7 -slug: components
30.8 -lead: "Over a dozen reusable components built to provide iconography, dropdowns, navigation, alerts, popovers, and much more."
30.9 -base_url: "../"
30.10 ----
30.11 -
30.12 -
30.13 - <!-- Glyphicons
30.14 - ================================================== -->
30.15 - <div class="bs-docs-section">
30.16 - <div class="page-header">
30.17 - <h1 id="glyphicons">Glyphicons</h1>
30.18 - </div>
30.19 -
30.20 - <h2 id="glyphicons-glyphs">Available glyphs</h2>
30.21 - <p>Includes 200 glyphs in font format from the Glyphicon Halflings set. <a href="http://glyphicons.com/">Glyphicons</a> Halflings are normally not available for free, but their creator has made them available for Bootstrap free of cost. As a thank you, we only ask that you to include a link back to <a href="http://glyphicons.com/">Glyphicons</a> whenever possible.</p>
30.22 - <ul class="bs-glyphicons">
30.23 - <li>
30.24 - <span class="glyphicon glyphicon-adjust"></span>
30.25 - <span class="glyphicon-class">glyphicon glyphicon-adjust</span>
30.26 - </li>
30.27 - <li>
30.28 - <span class="glyphicon glyphicon-align-center"></span>
30.29 - <span class="glyphicon-class">glyphicon glyphicon-align-center</span>
30.30 - </li>
30.31 - <li>
30.32 - <span class="glyphicon glyphicon-align-justify"></span>
30.33 - <span class="glyphicon-class">glyphicon glyphicon-align-justify</span>
30.34 - </li>
30.35 - <li>
30.36 - <span class="glyphicon glyphicon-align-left"></span>
30.37 - <span class="glyphicon-class">glyphicon glyphicon-align-left</span>
30.38 - </li>
30.39 - <li>
30.40 - <span class="glyphicon glyphicon-align-right"></span>
30.41 - <span class="glyphicon-class">glyphicon glyphicon-align-right</span>
30.42 - </li>
30.43 - <li>
30.44 - <span class="glyphicon glyphicon-arrow-down"></span>
30.45 - <span class="glyphicon-class">glyphicon glyphicon-arrow-down</span>
30.46 - </li>
30.47 - <li>
30.48 - <span class="glyphicon glyphicon-arrow-left"></span>
30.49 - <span class="glyphicon-class">glyphicon glyphicon-arrow-left</span>
30.50 - </li>
30.51 - <li>
30.52 - <span class="glyphicon glyphicon-arrow-right"></span>
30.53 - <span class="glyphicon-class">glyphicon glyphicon-arrow-right</span>
30.54 - </li>
30.55 - <li>
30.56 - <span class="glyphicon glyphicon-arrow-up"></span>
30.57 - <span class="glyphicon-class">glyphicon glyphicon-arrow-up</span>
30.58 - </li>
30.59 - <li>
30.60 - <span class="glyphicon glyphicon-asterisk"></span>
30.61 - <span class="glyphicon-class">glyphicon glyphicon-asterisk</span>
30.62 - </li>
30.63 - <li>
30.64 - <span class="glyphicon glyphicon-backward"></span>
30.65 - <span class="glyphicon-class">glyphicon glyphicon-backward</span>
30.66 - </li>
30.67 - <li>
30.68 - <span class="glyphicon glyphicon-ban-circle"></span>
30.69 - <span class="glyphicon-class">glyphicon glyphicon-ban-circle</span>
30.70 - </li>
30.71 - <li>
30.72 - <span class="glyphicon glyphicon-barcode"></span>
30.73 - <span class="glyphicon-class">glyphicon glyphicon-barcode</span>
30.74 - </li>
30.75 - <li>
30.76 - <span class="glyphicon glyphicon-bell"></span>
30.77 - <span class="glyphicon-class">glyphicon glyphicon-bell</span>
30.78 - </li>
30.79 - <li>
30.80 - <span class="glyphicon glyphicon-bold"></span>
30.81 - <span class="glyphicon-class">glyphicon glyphicon-bold</span>
30.82 - </li>
30.83 - <li>
30.84 - <span class="glyphicon glyphicon-book"></span>
30.85 - <span class="glyphicon-class">glyphicon glyphicon-book</span>
30.86 - </li>
30.87 - <li>
30.88 - <span class="glyphicon glyphicon-bookmark"></span>
30.89 - <span class="glyphicon-class">glyphicon glyphicon-bookmark</span>
30.90 - </li>
30.91 - <li>
30.92 - <span class="glyphicon glyphicon-briefcase"></span>
30.93 - <span class="glyphicon-class">glyphicon glyphicon-briefcase</span>
30.94 - </li>
30.95 - <li>
30.96 - <span class="glyphicon glyphicon-bullhorn"></span>
30.97 - <span class="glyphicon-class">glyphicon glyphicon-bullhorn</span>
30.98 - </li>
30.99 - <li>
30.100 - <span class="glyphicon glyphicon-calendar"></span>
30.101 - <span class="glyphicon-class">glyphicon glyphicon-calendar</span>
30.102 - </li>
30.103 - <li>
30.104 - <span class="glyphicon glyphicon-camera"></span>
30.105 - <span class="glyphicon-class">glyphicon glyphicon-camera</span>
30.106 - </li>
30.107 - <li>
30.108 - <span class="glyphicon glyphicon-certificate"></span>
30.109 - <span class="glyphicon-class">glyphicon glyphicon-certificate</span>
30.110 - </li>
30.111 - <li>
30.112 - <span class="glyphicon glyphicon-check"></span>
30.113 - <span class="glyphicon-class">glyphicon glyphicon-check</span>
30.114 - </li>
30.115 - <li>
30.116 - <span class="glyphicon glyphicon-chevron-down"></span>
30.117 - <span class="glyphicon-class">glyphicon glyphicon-chevron-down</span>
30.118 - </li>
30.119 - <li>
30.120 - <span class="glyphicon glyphicon-chevron-left"></span>
30.121 - <span class="glyphicon-class">glyphicon glyphicon-chevron-left</span>
30.122 - </li>
30.123 - <li>
30.124 - <span class="glyphicon glyphicon-chevron-right"></span>
30.125 - <span class="glyphicon-class">glyphicon glyphicon-chevron-right</span>
30.126 - </li>
30.127 - <li>
30.128 - <span class="glyphicon glyphicon-chevron-up"></span>
30.129 - <span class="glyphicon-class">glyphicon glyphicon-chevron-up</span>
30.130 - </li>
30.131 - <li>
30.132 - <span class="glyphicon glyphicon-circle-arrow-down"></span>
30.133 - <span class="glyphicon-class">glyphicon glyphicon-circle-arrow-down</span>
30.134 - </li>
30.135 - <li>
30.136 - <span class="glyphicon glyphicon-circle-arrow-left"></span>
30.137 - <span class="glyphicon-class">glyphicon glyphicon-circle-arrow-left</span>
30.138 - </li>
30.139 - <li>
30.140 - <span class="glyphicon glyphicon-circle-arrow-right"></span>
30.141 - <span class="glyphicon-class">glyphicon glyphicon-circle-arrow-right</span>
30.142 - </li>
30.143 - <li>
30.144 - <span class="glyphicon glyphicon-circle-arrow-up"></span>
30.145 - <span class="glyphicon-class">glyphicon glyphicon-circle-arrow-up</span>
30.146 - </li>
30.147 - <li>
30.148 - <span class="glyphicon glyphicon-cloud"></span>
30.149 - <span class="glyphicon-class">glyphicon glyphicon-cloud</span>
30.150 - </li>
30.151 - <li>
30.152 - <span class="glyphicon glyphicon-cloud-download"></span>
30.153 - <span class="glyphicon-class">glyphicon glyphicon-cloud-download</span>
30.154 - </li>
30.155 - <li>
30.156 - <span class="glyphicon glyphicon-cloud-upload"></span>
30.157 - <span class="glyphicon-class">glyphicon glyphicon-cloud-upload</span>
30.158 - </li>
30.159 - <li>
30.160 - <span class="glyphicon glyphicon-cog"></span>
30.161 - <span class="glyphicon-class">glyphicon glyphicon-cog</span>
30.162 - </li>
30.163 - <li>
30.164 - <span class="glyphicon glyphicon-collapse-down"></span>
30.165 - <span class="glyphicon-class">glyphicon glyphicon-collapse-down</span>
30.166 - </li>
30.167 - <li>
30.168 - <span class="glyphicon glyphicon-collapse-up"></span>
30.169 - <span class="glyphicon-class">glyphicon glyphicon-collapse-up</span>
30.170 - </li>
30.171 - <li>
30.172 - <span class="glyphicon glyphicon-comment"></span>
30.173 - <span class="glyphicon-class">glyphicon glyphicon-comment</span>
30.174 - </li>
30.175 - <li>
30.176 - <span class="glyphicon glyphicon-compressed"></span>
30.177 - <span class="glyphicon-class">glyphicon glyphicon-compressed</span>
30.178 - </li>
30.179 - <li>
30.180 - <span class="glyphicon glyphicon-copyright-mark"></span>
30.181 - <span class="glyphicon-class">glyphicon glyphicon-copyright-mark</span>
30.182 - </li>
30.183 - <li>
30.184 - <span class="glyphicon glyphicon-credit-card"></span>
30.185 - <span class="glyphicon-class">glyphicon glyphicon-credit-card</span>
30.186 - </li>
30.187 - <li>
30.188 - <span class="glyphicon glyphicon-cutlery"></span>
30.189 - <span class="glyphicon-class">glyphicon glyphicon-cutlery</span>
30.190 - </li>
30.191 - <li>
30.192 - <span class="glyphicon glyphicon-dashboard"></span>
30.193 - <span class="glyphicon-class">glyphicon glyphicon-dashboard</span>
30.194 - </li>
30.195 - <li>
30.196 - <span class="glyphicon glyphicon-download"></span>
30.197 - <span class="glyphicon-class">glyphicon glyphicon-download</span>
30.198 - </li>
30.199 - <li>
30.200 - <span class="glyphicon glyphicon-download-alt"></span>
30.201 - <span class="glyphicon-class">glyphicon glyphicon-download-alt</span>
30.202 - </li>
30.203 - <li>
30.204 - <span class="glyphicon glyphicon-earphone"></span>
30.205 - <span class="glyphicon-class">glyphicon glyphicon-earphone</span>
30.206 - </li>
30.207 - <li>
30.208 - <span class="glyphicon glyphicon-edit"></span>
30.209 - <span class="glyphicon-class">glyphicon glyphicon-edit</span>
30.210 - </li>
30.211 - <li>
30.212 - <span class="glyphicon glyphicon-eject"></span>
30.213 - <span class="glyphicon-class">glyphicon glyphicon-eject</span>
30.214 - </li>
30.215 - <li>
30.216 - <span class="glyphicon glyphicon-envelope"></span>
30.217 - <span class="glyphicon-class">glyphicon glyphicon-envelope</span>
30.218 - </li>
30.219 - <li>
30.220 - <span class="glyphicon glyphicon-euro"></span>
30.221 - <span class="glyphicon-class">glyphicon glyphicon-euro</span>
30.222 - </li>
30.223 - <li>
30.224 - <span class="glyphicon glyphicon-exclamation-sign"></span>
30.225 - <span class="glyphicon-class">glyphicon glyphicon-exclamation-sign</span>
30.226 - </li>
30.227 - <li>
30.228 - <span class="glyphicon glyphicon-expand"></span>
30.229 - <span class="glyphicon-class">glyphicon glyphicon-expand</span>
30.230 - </li>
30.231 - <li>
30.232 - <span class="glyphicon glyphicon-export"></span>
30.233 - <span class="glyphicon-class">glyphicon glyphicon-export</span>
30.234 - </li>
30.235 - <li>
30.236 - <span class="glyphicon glyphicon-eye-close"></span>
30.237 - <span class="glyphicon-class">glyphicon glyphicon-eye-close</span>
30.238 - </li>
30.239 - <li>
30.240 - <span class="glyphicon glyphicon-eye-open"></span>
30.241 - <span class="glyphicon-class">glyphicon glyphicon-eye-open</span>
30.242 - </li>
30.243 - <li>
30.244 - <span class="glyphicon glyphicon-facetime-video"></span>
30.245 - <span class="glyphicon-class">glyphicon glyphicon-facetime-video</span>
30.246 - </li>
30.247 - <li>
30.248 - <span class="glyphicon glyphicon-fast-backward"></span>
30.249 - <span class="glyphicon-class">glyphicon glyphicon-fast-backward</span>
30.250 - </li>
30.251 - <li>
30.252 - <span class="glyphicon glyphicon-fast-forward"></span>
30.253 - <span class="glyphicon-class">glyphicon glyphicon-fast-forward</span>
30.254 - </li>
30.255 - <li>
30.256 - <span class="glyphicon glyphicon-file"></span>
30.257 - <span class="glyphicon-class">glyphicon glyphicon-file</span>
30.258 - </li>
30.259 - <li>
30.260 - <span class="glyphicon glyphicon-film"></span>
30.261 - <span class="glyphicon-class">glyphicon glyphicon-film</span>
30.262 - </li>
30.263 - <li>
30.264 - <span class="glyphicon glyphicon-filter"></span>
30.265 - <span class="glyphicon-class">glyphicon glyphicon-filter</span>
30.266 - </li>
30.267 - <li>
30.268 - <span class="glyphicon glyphicon-fire"></span>
30.269 - <span class="glyphicon-class">glyphicon glyphicon-fire</span>
30.270 - </li>
30.271 - <li>
30.272 - <span class="glyphicon glyphicon-flag"></span>
30.273 - <span class="glyphicon-class">glyphicon glyphicon-flag</span>
30.274 - </li>
30.275 - <li>
30.276 - <span class="glyphicon glyphicon-flash"></span>
30.277 - <span class="glyphicon-class">glyphicon glyphicon-flash</span>
30.278 - </li>
30.279 - <li>
30.280 - <span class="glyphicon glyphicon-floppy-disk"></span>
30.281 - <span class="glyphicon-class">glyphicon glyphicon-floppy-disk</span>
30.282 - </li>
30.283 - <li>
30.284 - <span class="glyphicon glyphicon-floppy-open"></span>
30.285 - <span class="glyphicon-class">glyphicon glyphicon-floppy-open</span>
30.286 - </li>
30.287 - <li>
30.288 - <span class="glyphicon glyphicon-floppy-remove"></span>
30.289 - <span class="glyphicon-class">glyphicon glyphicon-floppy-remove</span>
30.290 - </li>
30.291 - <li>
30.292 - <span class="glyphicon glyphicon-floppy-save"></span>
30.293 - <span class="glyphicon-class">glyphicon glyphicon-floppy-save</span>
30.294 - </li>
30.295 - <li>
30.296 - <span class="glyphicon glyphicon-floppy-saved"></span>
30.297 - <span class="glyphicon-class">glyphicon glyphicon-floppy-saved</span>
30.298 - </li>
30.299 - <li>
30.300 - <span class="glyphicon glyphicon-folder-close"></span>
30.301 - <span class="glyphicon-class">glyphicon glyphicon-folder-close</span>
30.302 - </li>
30.303 - <li>
30.304 - <span class="glyphicon glyphicon-folder-open"></span>
30.305 - <span class="glyphicon-class">glyphicon glyphicon-folder-open</span>
30.306 - </li>
30.307 - <li>
30.308 - <span class="glyphicon glyphicon-font"></span>
30.309 - <span class="glyphicon-class">glyphicon glyphicon-font</span>
30.310 - </li>
30.311 - <li>
30.312 - <span class="glyphicon glyphicon-forward"></span>
30.313 - <span class="glyphicon-class">glyphicon glyphicon-forward</span>
30.314 - </li>
30.315 - <li>
30.316 - <span class="glyphicon glyphicon-fullscreen"></span>
30.317 - <span class="glyphicon-class">glyphicon glyphicon-fullscreen</span>
30.318 - </li>
30.319 - <li>
30.320 - <span class="glyphicon glyphicon-gbp"></span>
30.321 - <span class="glyphicon-class">glyphicon glyphicon-gbp</span>
30.322 - </li>
30.323 - <li>
30.324 - <span class="glyphicon glyphicon-gift"></span>
30.325 - <span class="glyphicon-class">glyphicon glyphicon-gift</span>
30.326 - </li>
30.327 - <li>
30.328 - <span class="glyphicon glyphicon-glass"></span>
30.329 - <span class="glyphicon-class">glyphicon glyphicon-glass</span>
30.330 - </li>
30.331 - <li>
30.332 - <span class="glyphicon glyphicon-globe"></span>
30.333 - <span class="glyphicon-class">glyphicon glyphicon-globe</span>
30.334 - </li>
30.335 - <li>
30.336 - <span class="glyphicon glyphicon-hand-down"></span>
30.337 - <span class="glyphicon-class">glyphicon glyphicon-hand-down</span>
30.338 - </li>
30.339 - <li>
30.340 - <span class="glyphicon glyphicon-hand-left"></span>
30.341 - <span class="glyphicon-class">glyphicon glyphicon-hand-left</span>
30.342 - </li>
30.343 - <li>
30.344 - <span class="glyphicon glyphicon-hand-right"></span>
30.345 - <span class="glyphicon-class">glyphicon glyphicon-hand-right</span>
30.346 - </li>
30.347 - <li>
30.348 - <span class="glyphicon glyphicon-hand-up"></span>
30.349 - <span class="glyphicon-class">glyphicon glyphicon-hand-up</span>
30.350 - </li>
30.351 - <li>
30.352 - <span class="glyphicon glyphicon-hd-video"></span>
30.353 - <span class="glyphicon-class">glyphicon glyphicon-hd-video</span>
30.354 - </li>
30.355 - <li>
30.356 - <span class="glyphicon glyphicon-hdd"></span>
30.357 - <span class="glyphicon-class">glyphicon glyphicon-hdd</span>
30.358 - </li>
30.359 - <li>
30.360 - <span class="glyphicon glyphicon-header"></span>
30.361 - <span class="glyphicon-class">glyphicon glyphicon-header</span>
30.362 - </li>
30.363 - <li>
30.364 - <span class="glyphicon glyphicon-headphones"></span>
30.365 - <span class="glyphicon-class">glyphicon glyphicon-headphones</span>
30.366 - </li>
30.367 - <li>
30.368 - <span class="glyphicon glyphicon-heart"></span>
30.369 - <span class="glyphicon-class">glyphicon glyphicon-heart</span>
30.370 - </li>
30.371 - <li>
30.372 - <span class="glyphicon glyphicon-heart-empty"></span>
30.373 - <span class="glyphicon-class">glyphicon glyphicon-heart-empty</span>
30.374 - </li>
30.375 - <li>
30.376 - <span class="glyphicon glyphicon-home"></span>
30.377 - <span class="glyphicon-class">glyphicon glyphicon-home</span>
30.378 - </li>
30.379 - <li>
30.380 - <span class="glyphicon glyphicon-import"></span>
30.381 - <span class="glyphicon-class">glyphicon glyphicon-import</span>
30.382 - </li>
30.383 - <li>
30.384 - <span class="glyphicon glyphicon-inbox"></span>
30.385 - <span class="glyphicon-class">glyphicon glyphicon-inbox</span>
30.386 - </li>
30.387 - <li>
30.388 - <span class="glyphicon glyphicon-indent-left"></span>
30.389 - <span class="glyphicon-class">glyphicon glyphicon-indent-left</span>
30.390 - </li>
30.391 - <li>
30.392 - <span class="glyphicon glyphicon-indent-right"></span>
30.393 - <span class="glyphicon-class">glyphicon glyphicon-indent-right</span>
30.394 - </li>
30.395 - <li>
30.396 - <span class="glyphicon glyphicon-info-sign"></span>
30.397 - <span class="glyphicon-class">glyphicon glyphicon-info-sign</span>
30.398 - </li>
30.399 - <li>
30.400 - <span class="glyphicon glyphicon-italic"></span>
30.401 - <span class="glyphicon-class">glyphicon glyphicon-italic</span>
30.402 - </li>
30.403 - <li>
30.404 - <span class="glyphicon glyphicon-leaf"></span>
30.405 - <span class="glyphicon-class">glyphicon glyphicon-leaf</span>
30.406 - </li>
30.407 - <li>
30.408 - <span class="glyphicon glyphicon-link"></span>
30.409 - <span class="glyphicon-class">glyphicon glyphicon-link</span>
30.410 - </li>
30.411 - <li>
30.412 - <span class="glyphicon glyphicon-list"></span>
30.413 - <span class="glyphicon-class">glyphicon glyphicon-list</span>
30.414 - </li>
30.415 - <li>
30.416 - <span class="glyphicon glyphicon-list-alt"></span>
30.417 - <span class="glyphicon-class">glyphicon glyphicon-list-alt</span>
30.418 - </li>
30.419 - <li>
30.420 - <span class="glyphicon glyphicon-lock"></span>
30.421 - <span class="glyphicon-class">glyphicon glyphicon-lock</span>
30.422 - </li>
30.423 - <li>
30.424 - <span class="glyphicon glyphicon-log-in"></span>
30.425 - <span class="glyphicon-class">glyphicon glyphicon-log-in</span>
30.426 - </li>
30.427 - <li>
30.428 - <span class="glyphicon glyphicon-log-out"></span>
30.429 - <span class="glyphicon-class">glyphicon glyphicon-log-out</span>
30.430 - </li>
30.431 - <li>
30.432 - <span class="glyphicon glyphicon-magnet"></span>
30.433 - <span class="glyphicon-class">glyphicon glyphicon-magnet</span>
30.434 - </li>
30.435 - <li>
30.436 - <span class="glyphicon glyphicon-map-marker"></span>
30.437 - <span class="glyphicon-class">glyphicon glyphicon-map-marker</span>
30.438 - </li>
30.439 - <li>
30.440 - <span class="glyphicon glyphicon-minus"></span>
30.441 - <span class="glyphicon-class">glyphicon glyphicon-minus</span>
30.442 - </li>
30.443 - <li>
30.444 - <span class="glyphicon glyphicon-minus-sign"></span>
30.445 - <span class="glyphicon-class">glyphicon glyphicon-minus-sign</span>
30.446 - </li>
30.447 - <li>
30.448 - <span class="glyphicon glyphicon-move"></span>
30.449 - <span class="glyphicon-class">glyphicon glyphicon-move</span>
30.450 - </li>
30.451 - <li>
30.452 - <span class="glyphicon glyphicon-music"></span>
30.453 - <span class="glyphicon-class">glyphicon glyphicon-music</span>
30.454 - </li>
30.455 - <li>
30.456 - <span class="glyphicon glyphicon-new-window"></span>
30.457 - <span class="glyphicon-class">glyphicon glyphicon-new-window</span>
30.458 - </li>
30.459 - <li>
30.460 - <span class="glyphicon glyphicon-off"></span>
30.461 - <span class="glyphicon-class">glyphicon glyphicon-off</span>
30.462 - </li>
30.463 - <li>
30.464 - <span class="glyphicon glyphicon-ok"></span>
30.465 - <span class="glyphicon-class">glyphicon glyphicon-ok</span>
30.466 - </li>
30.467 - <li>
30.468 - <span class="glyphicon glyphicon-ok-circle"></span>
30.469 - <span class="glyphicon-class">glyphicon glyphicon-ok-circle</span>
30.470 - </li>
30.471 - <li>
30.472 - <span class="glyphicon glyphicon-ok-sign"></span>
30.473 - <span class="glyphicon-class">glyphicon glyphicon-ok-sign</span>
30.474 - </li>
30.475 - <li>
30.476 - <span class="glyphicon glyphicon-open"></span>
30.477 - <span class="glyphicon-class">glyphicon glyphicon-open</span>
30.478 - </li>
30.479 - <li>
30.480 - <span class="glyphicon glyphicon-paperclip"></span>
30.481 - <span class="glyphicon-class">glyphicon glyphicon-paperclip</span>
30.482 - </li>
30.483 - <li>
30.484 - <span class="glyphicon glyphicon-pause"></span>
30.485 - <span class="glyphicon-class">glyphicon glyphicon-pause</span>
30.486 - </li>
30.487 - <li>
30.488 - <span class="glyphicon glyphicon-pencil"></span>
30.489 - <span class="glyphicon-class">glyphicon glyphicon-pencil</span>
30.490 - </li>
30.491 - <li>
30.492 - <span class="glyphicon glyphicon-phone"></span>
30.493 - <span class="glyphicon-class">glyphicon glyphicon-phone</span>
30.494 - </li>
30.495 - <li>
30.496 - <span class="glyphicon glyphicon-phone-alt"></span>
30.497 - <span class="glyphicon-class">glyphicon glyphicon-phone-alt</span>
30.498 - </li>
30.499 - <li>
30.500 - <span class="glyphicon glyphicon-picture"></span>
30.501 - <span class="glyphicon-class">glyphicon glyphicon-picture</span>
30.502 - </li>
30.503 - <li>
30.504 - <span class="glyphicon glyphicon-plane"></span>
30.505 - <span class="glyphicon-class">glyphicon glyphicon-plane</span>
30.506 - </li>
30.507 - <li>
30.508 - <span class="glyphicon glyphicon-play"></span>
30.509 - <span class="glyphicon-class">glyphicon glyphicon-play</span>
30.510 - </li>
30.511 - <li>
30.512 - <span class="glyphicon glyphicon-play-circle"></span>
30.513 - <span class="glyphicon-class">glyphicon glyphicon-play-circle</span>
30.514 - </li>
30.515 - <li>
30.516 - <span class="glyphicon glyphicon-plus"></span>
30.517 - <span class="glyphicon-class">glyphicon glyphicon-plus</span>
30.518 - </li>
30.519 - <li>
30.520 - <span class="glyphicon glyphicon-plus-sign"></span>
30.521 - <span class="glyphicon-class">glyphicon glyphicon-plus-sign</span>
30.522 - </li>
30.523 - <li>
30.524 - <span class="glyphicon glyphicon-print"></span>
30.525 - <span class="glyphicon-class">glyphicon glyphicon-print</span>
30.526 - </li>
30.527 - <li>
30.528 - <span class="glyphicon glyphicon-pushpin"></span>
30.529 - <span class="glyphicon-class">glyphicon glyphicon-pushpin</span>
30.530 - </li>
30.531 - <li>
30.532 - <span class="glyphicon glyphicon-qrcode"></span>
30.533 - <span class="glyphicon-class">glyphicon glyphicon-qrcode</span>
30.534 - </li>
30.535 - <li>
30.536 - <span class="glyphicon glyphicon-question-sign"></span>
30.537 - <span class="glyphicon-class">glyphicon glyphicon-question-sign</span>
30.538 - </li>
30.539 - <li>
30.540 - <span class="glyphicon glyphicon-random"></span>
30.541 - <span class="glyphicon-class">glyphicon glyphicon-random</span>
30.542 - </li>
30.543 - <li>
30.544 - <span class="glyphicon glyphicon-record"></span>
30.545 - <span class="glyphicon-class">glyphicon glyphicon-record</span>
30.546 - </li>
30.547 - <li>
30.548 - <span class="glyphicon glyphicon-refresh"></span>
30.549 - <span class="glyphicon-class">glyphicon glyphicon-refresh</span>
30.550 - </li>
30.551 - <li>
30.552 - <span class="glyphicon glyphicon-registration-mark"></span>
30.553 - <span class="glyphicon-class">glyphicon glyphicon-registration-mark</span>
30.554 - </li>
30.555 - <li>
30.556 - <span class="glyphicon glyphicon-remove"></span>
30.557 - <span class="glyphicon-class">glyphicon glyphicon-remove</span>
30.558 - </li>
30.559 - <li>
30.560 - <span class="glyphicon glyphicon-remove-circle"></span>
30.561 - <span class="glyphicon-class">glyphicon glyphicon-remove-circle</span>
30.562 - </li>
30.563 - <li>
30.564 - <span class="glyphicon glyphicon-remove-sign"></span>
30.565 - <span class="glyphicon-class">glyphicon glyphicon-remove-sign</span>
30.566 - </li>
30.567 - <li>
30.568 - <span class="glyphicon glyphicon-repeat"></span>
30.569 - <span class="glyphicon-class">glyphicon glyphicon-repeat</span>
30.570 - </li>
30.571 - <li>
30.572 - <span class="glyphicon glyphicon-resize-full"></span>
30.573 - <span class="glyphicon-class">glyphicon glyphicon-resize-full</span>
30.574 - </li>
30.575 - <li>
30.576 - <span class="glyphicon glyphicon-resize-horizontal"></span>
30.577 - <span class="glyphicon-class">glyphicon glyphicon-resize-horizontal</span>
30.578 - </li>
30.579 - <li>
30.580 - <span class="glyphicon glyphicon-resize-small"></span>
30.581 - <span class="glyphicon-class">glyphicon glyphicon-resize-small</span>
30.582 - </li>
30.583 - <li>
30.584 - <span class="glyphicon glyphicon-resize-vertical"></span>
30.585 - <span class="glyphicon-class">glyphicon glyphicon-resize-vertical</span>
30.586 - </li>
30.587 - <li>
30.588 - <span class="glyphicon glyphicon-retweet"></span>
30.589 - <span class="glyphicon-class">glyphicon glyphicon-retweet</span>
30.590 - </li>
30.591 - <li>
30.592 - <span class="glyphicon glyphicon-road"></span>
30.593 - <span class="glyphicon-class">glyphicon glyphicon-road</span>
30.594 - </li>
30.595 - <li>
30.596 - <span class="glyphicon glyphicon-save"></span>
30.597 - <span class="glyphicon-class">glyphicon glyphicon-save</span>
30.598 - </li>
30.599 - <li>
30.600 - <span class="glyphicon glyphicon-saved"></span>
30.601 - <span class="glyphicon-class">glyphicon glyphicon-saved</span>
30.602 - </li>
30.603 - <li>
30.604 - <span class="glyphicon glyphicon-screenshot"></span>
30.605 - <span class="glyphicon-class">glyphicon glyphicon-screenshot</span>
30.606 - </li>
30.607 - <li>
30.608 - <span class="glyphicon glyphicon-sd-video"></span>
30.609 - <span class="glyphicon-class">glyphicon glyphicon-sd-video</span>
30.610 - </li>
30.611 - <li>
30.612 - <span class="glyphicon glyphicon-search"></span>
30.613 - <span class="glyphicon-class">glyphicon glyphicon-search</span>
30.614 - </li>
30.615 - <li>
30.616 - <span class="glyphicon glyphicon-send"></span>
30.617 - <span class="glyphicon-class">glyphicon glyphicon-send</span>
30.618 - </li>
30.619 - <li>
30.620 - <span class="glyphicon glyphicon-share"></span>
30.621 - <span class="glyphicon-class">glyphicon glyphicon-share</span>
30.622 - </li>
30.623 - <li>
30.624 - <span class="glyphicon glyphicon-share-alt"></span>
30.625 - <span class="glyphicon-class">glyphicon glyphicon-share-alt</span>
30.626 - </li>
30.627 - <li>
30.628 - <span class="glyphicon glyphicon-shopping-cart"></span>
30.629 - <span class="glyphicon-class">glyphicon glyphicon-shopping-cart</span>
30.630 - </li>
30.631 - <li>
30.632 - <span class="glyphicon glyphicon-signal"></span>
30.633 - <span class="glyphicon-class">glyphicon glyphicon-signal</span>
30.634 - </li>
30.635 - <li>
30.636 - <span class="glyphicon glyphicon-sort"></span>
30.637 - <span class="glyphicon-class">glyphicon glyphicon-sort</span>
30.638 - </li>
30.639 - <li>
30.640 - <span class="glyphicon glyphicon-sort-by-alphabet"></span>
30.641 - <span class="glyphicon-class">glyphicon glyphicon-sort-by-alphabet</span>
30.642 - </li>
30.643 - <li>
30.644 - <span class="glyphicon glyphicon-sort-by-alphabet-alt"></span>
30.645 - <span class="glyphicon-class">glyphicon glyphicon-sort-by-alphabet-alt</span>
30.646 - </li>
30.647 - <li>
30.648 - <span class="glyphicon glyphicon-sort-by-attributes"></span>
30.649 - <span class="glyphicon-class">glyphicon glyphicon-sort-by-attributes</span>
30.650 - </li>
30.651 - <li>
30.652 - <span class="glyphicon glyphicon-sort-by-attributes-alt"></span>
30.653 - <span class="glyphicon-class">glyphicon glyphicon-sort-by-attributes-alt</span>
30.654 - </li>
30.655 - <li>
30.656 - <span class="glyphicon glyphicon-sort-by-order"></span>
30.657 - <span class="glyphicon-class">glyphicon glyphicon-sort-by-order</span>
30.658 - </li>
30.659 - <li>
30.660 - <span class="glyphicon glyphicon-sort-by-order-alt"></span>
30.661 - <span class="glyphicon-class">glyphicon glyphicon-sort-by-order-alt</span>
30.662 - </li>
30.663 - <li>
30.664 - <span class="glyphicon glyphicon-sound-5-1"></span>
30.665 - <span class="glyphicon-class">glyphicon glyphicon-sound-5-1</span>
30.666 - </li>
30.667 - <li>
30.668 - <span class="glyphicon glyphicon-sound-6-1"></span>
30.669 - <span class="glyphicon-class">glyphicon glyphicon-sound-6-1</span>
30.670 - </li>
30.671 - <li>
30.672 - <span class="glyphicon glyphicon-sound-7-1"></span>
30.673 - <span class="glyphicon-class">glyphicon glyphicon-sound-7-1</span>
30.674 - </li>
30.675 - <li>
30.676 - <span class="glyphicon glyphicon-sound-dolby"></span>
30.677 - <span class="glyphicon-class">glyphicon glyphicon-sound-dolby</span>
30.678 - </li>
30.679 - <li>
30.680 - <span class="glyphicon glyphicon-sound-stereo"></span>
30.681 - <span class="glyphicon-class">glyphicon glyphicon-sound-stereo</span>
30.682 - </li>
30.683 - <li>
30.684 - <span class="glyphicon glyphicon-star"></span>
30.685 - <span class="glyphicon-class">glyphicon glyphicon-star</span>
30.686 - </li>
30.687 - <li>
30.688 - <span class="glyphicon glyphicon-star-empty"></span>
30.689 - <span class="glyphicon-class">glyphicon glyphicon-star-empty</span>
30.690 - </li>
30.691 - <li>
30.692 - <span class="glyphicon glyphicon-stats"></span>
30.693 - <span class="glyphicon-class">glyphicon glyphicon-stats</span>
30.694 - </li>
30.695 - <li>
30.696 - <span class="glyphicon glyphicon-step-backward"></span>
30.697 - <span class="glyphicon-class">glyphicon glyphicon-step-backward</span>
30.698 - </li>
30.699 - <li>
30.700 - <span class="glyphicon glyphicon-step-forward"></span>
30.701 - <span class="glyphicon-class">glyphicon glyphicon-step-forward</span>
30.702 - </li>
30.703 - <li>
30.704 - <span class="glyphicon glyphicon-stop"></span>
30.705 - <span class="glyphicon-class">glyphicon glyphicon-stop</span>
30.706 - </li>
30.707 - <li>
30.708 - <span class="glyphicon glyphicon-subtitles"></span>
30.709 - <span class="glyphicon-class">glyphicon glyphicon-subtitles</span>
30.710 - </li>
30.711 - <li>
30.712 - <span class="glyphicon glyphicon-tag"></span>
30.713 - <span class="glyphicon-class">glyphicon glyphicon-tag</span>
30.714 - </li>
30.715 - <li>
30.716 - <span class="glyphicon glyphicon-tags"></span>
30.717 - <span class="glyphicon-class">glyphicon glyphicon-tags</span>
30.718 - </li>
30.719 - <li>
30.720 - <span class="glyphicon glyphicon-tasks"></span>
30.721 - <span class="glyphicon-class">glyphicon glyphicon-tasks</span>
30.722 - </li>
30.723 - <li>
30.724 - <span class="glyphicon glyphicon-text-height"></span>
30.725 - <span class="glyphicon-class">glyphicon glyphicon-text-height</span>
30.726 - </li>
30.727 - <li>
30.728 - <span class="glyphicon glyphicon-text-width"></span>
30.729 - <span class="glyphicon-class">glyphicon glyphicon-text-width</span>
30.730 - </li>
30.731 - <li>
30.732 - <span class="glyphicon glyphicon-th"></span>
30.733 - <span class="glyphicon-class">glyphicon glyphicon-th</span>
30.734 - </li>
30.735 - <li>
30.736 - <span class="glyphicon glyphicon-th-large"></span>
30.737 - <span class="glyphicon-class">glyphicon glyphicon-th-large</span>
30.738 - </li>
30.739 - <li>
30.740 - <span class="glyphicon glyphicon-th-list"></span>
30.741 - <span class="glyphicon-class">glyphicon glyphicon-th-list</span>
30.742 - </li>
30.743 - <li>
30.744 - <span class="glyphicon glyphicon-thumbs-down"></span>
30.745 - <span class="glyphicon-class">glyphicon glyphicon-thumbs-down</span>
30.746 - </li>
30.747 - <li>
30.748 - <span class="glyphicon glyphicon-thumbs-up"></span>
30.749 - <span class="glyphicon-class">glyphicon glyphicon-thumbs-up</span>
30.750 - </li>
30.751 - <li>
30.752 - <span class="glyphicon glyphicon-time"></span>
30.753 - <span class="glyphicon-class">glyphicon glyphicon-time</span>
30.754 - </li>
30.755 - <li>
30.756 - <span class="glyphicon glyphicon-tint"></span>
30.757 - <span class="glyphicon-class">glyphicon glyphicon-tint</span>
30.758 - </li>
30.759 - <li>
30.760 - <span class="glyphicon glyphicon-tower"></span>
30.761 - <span class="glyphicon-class">glyphicon glyphicon-tower</span>
30.762 - </li>
30.763 - <li>
30.764 - <span class="glyphicon glyphicon-transfer"></span>
30.765 - <span class="glyphicon-class">glyphicon glyphicon-transfer</span>
30.766 - </li>
30.767 - <li>
30.768 - <span class="glyphicon glyphicon-trash"></span>
30.769 - <span class="glyphicon-class">glyphicon glyphicon-trash</span>
30.770 - </li>
30.771 - <li>
30.772 - <span class="glyphicon glyphicon-tree-conifer"></span>
30.773 - <span class="glyphicon-class">glyphicon glyphicon-tree-conifer</span>
30.774 - </li>
30.775 - <li>
30.776 - <span class="glyphicon glyphicon-tree-deciduous"></span>
30.777 - <span class="glyphicon-class">glyphicon glyphicon-tree-deciduous</span>
30.778 - </li>
30.779 - <li>
30.780 - <span class="glyphicon glyphicon-unchecked"></span>
30.781 - <span class="glyphicon-class">glyphicon glyphicon-unchecked</span>
30.782 - </li>
30.783 - <li>
30.784 - <span class="glyphicon glyphicon-upload"></span>
30.785 - <span class="glyphicon-class">glyphicon glyphicon-upload</span>
30.786 - </li>
30.787 - <li>
30.788 - <span class="glyphicon glyphicon-usd"></span>
30.789 - <span class="glyphicon-class">glyphicon glyphicon-usd</span>
30.790 - </li>
30.791 - <li>
30.792 - <span class="glyphicon glyphicon-user"></span>
30.793 - <span class="glyphicon-class">glyphicon glyphicon-user</span>
30.794 - </li>
30.795 - <li>
30.796 - <span class="glyphicon glyphicon-volume-down"></span>
30.797 - <span class="glyphicon-class">glyphicon glyphicon-volume-down</span>
30.798 - </li>
30.799 - <li>
30.800 - <span class="glyphicon glyphicon-volume-off"></span>
30.801 - <span class="glyphicon-class">glyphicon glyphicon-volume-off</span>
30.802 - </li>
30.803 - <li>
30.804 - <span class="glyphicon glyphicon-volume-up"></span>
30.805 - <span class="glyphicon-class">glyphicon glyphicon-volume-up</span>
30.806 - </li>
30.807 - <li>
30.808 - <span class="glyphicon glyphicon-warning-sign"></span>
30.809 - <span class="glyphicon-class">glyphicon glyphicon-warning-sign</span>
30.810 - </li>
30.811 - <li>
30.812 - <span class="glyphicon glyphicon-wrench"></span>
30.813 - <span class="glyphicon-class">glyphicon glyphicon-wrench</span>
30.814 - </li>
30.815 - <li>
30.816 - <span class="glyphicon glyphicon-zoom-in"></span>
30.817 - <span class="glyphicon-class">glyphicon glyphicon-zoom-in</span>
30.818 - </li>
30.819 - <li>
30.820 - <span class="glyphicon glyphicon-zoom-out"></span>
30.821 - <span class="glyphicon-class">glyphicon glyphicon-zoom-out</span>
30.822 - </li>
30.823 - </ul>
30.824 -
30.825 -
30.826 - <h2 id="glyphicons-how-to-use">How to use</h2>
30.827 - <p>For performance reasons, all icons require a base class and individual icon class. To use, place the following code just about anywhere. Be sure to leave a space between the icon and text for proper padding.</p>
30.828 - <div class="bs-callout bs-callout-danger">
30.829 - <h4>Don't mix with other components</h4>
30.830 - <p>Icon classes cannot be combined with other elements. They are designed to be standalone elements.</p>
30.831 - </div>
30.832 -{% highlight html %}
30.833 -<span class="glyphicon glyphicon-search"></span>
30.834 -{% endhighlight %}
30.835 -
30.836 -
30.837 - <h2 id="glyphicons-examples">Examples</h2>
30.838 - <p>Use them in buttons, button groups for a toolbar, navigation, or prepended form inputs.</p>
30.839 - <div class="bs-example">
30.840 - <div class="btn-toolbar" role="toolbar">
30.841 - <div class="btn-group">
30.842 - <button type="button" class="btn btn-default"><span class="glyphicon glyphicon-align-left"></span></button>
30.843 - <button type="button" class="btn btn-default"><span class="glyphicon glyphicon-align-center"></span></button>
30.844 - <button type="button" class="btn btn-default"><span class="glyphicon glyphicon-align-right"></span></button>
30.845 - <button type="button" class="btn btn-default"><span class="glyphicon glyphicon-align-justify"></span></button>
30.846 - </div>
30.847 - </div>
30.848 - <div class="btn-toolbar" role="toolbar">
30.849 - <button type="button" class="btn btn-default btn-lg"><span class="glyphicon glyphicon-star"></span> Star</button>
30.850 - <button type="button" class="btn btn-default"><span class="glyphicon glyphicon-star"></span> Star</button>
30.851 - <button type="button" class="btn btn-default btn-sm"><span class="glyphicon glyphicon-star"></span> Star</button>
30.852 - <button type="button" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-star"></span> Star</button>
30.853 - </div>
30.854 - </div>
30.855 -{% highlight html %}
30.856 -<button type="button" class="btn btn-default btn-lg">
30.857 - <span class="glyphicon glyphicon-star"></span> Star
30.858 -</button>
30.859 -{% endhighlight %}
30.860 -
30.861 - </div>
30.862 -
30.863 -
30.864 - <!-- Dropdowns
30.865 - ================================================== -->
30.866 - <div class="bs-docs-section">
30.867 - <div class="page-header">
30.868 - <h1 id="dropdowns">Dropdowns</h1>
30.869 - </div>
30.870 - <p class="lead">Toggleable, contextual menu for displaying lists of links. Made interactive with the <a href="../javascript/#dropdowns">dropdown JavaScript plugin</a>.</p>
30.871 -
30.872 - <h3 id="dropdowns-example">Example</h3>
30.873 - <p>Wrap the dropdown's trigger and the dropdown menu within <code>.dropdown</code>, or another element that declares <code>position: relative;</code>. Then add the menu's HTML.</p>
30.874 - <div class="bs-example">
30.875 - <div class="dropdown clearfix">
30.876 - <button class="btn dropdown-toggle sr-only" type="button" id="dropdownMenu1" data-toggle="dropdown">
30.877 - Dropdown
30.878 - <span class="caret"></span>
30.879 - </button>
30.880 - <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu1">
30.881 - <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Action</a></li>
30.882 - <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Another action</a></li>
30.883 - <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Something else here</a></li>
30.884 - <li role="presentation" class="divider"></li>
30.885 - <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Separated link</a></li>
30.886 - </ul>
30.887 - </div>
30.888 - </div><!-- /example -->
30.889 -{% highlight html %}
30.890 -<div class="dropdown">
30.891 - <button class="btn dropdown-toggle sr-only" type="button" id="dropdownMenu1" data-toggle="dropdown">
30.892 - Dropdown
30.893 - <span class="caret"></span>
30.894 - </button>
30.895 - <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu1">
30.896 - <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Action</a></li>
30.897 - <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Another action</a></li>
30.898 - <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Something else here</a></li>
30.899 - <li role="presentation" class="divider"></li>
30.900 - <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Separated link</a></li>
30.901 - </ul>
30.902 -</div>
30.903 -{% endhighlight %}
30.904 -
30.905 - <h3 id="dropdowns-alignment">Alignment options</h3>
30.906 - <p>Add <code>.pull-right</code> to a <code>.dropdown-menu</code> to right align the dropdown menu.</p>
30.907 -{% highlight html %}
30.908 -<ul class="dropdown-menu pull-right" role="menu" aria-labelledby="dLabel">
30.909 - ...
30.910 -</ul>
30.911 -{% endhighlight %}
30.912 -
30.913 - <h3 id="dropdowns-headers">Headers</h3>
30.914 - <p>Add a header to label sections of actions in any dropdown menu.</p>
30.915 - <div class="bs-example">
30.916 - <div class="dropdown clearfix">
30.917 - <button class="btn dropdown-toggle sr-only" type="button" id="dropdownMenu2" data-toggle="dropdown">
30.918 - Dropdown
30.919 - <span class="caret"></span>
30.920 - </button>
30.921 - <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu2">
30.922 - <li role="presentation" class="dropdown-header">Dropdown header</li>
30.923 - <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Action</a></li>
30.924 - <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Another action</a></li>
30.925 - <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Something else here</a></li>
30.926 - <li role="presentation" class="divider"></li>
30.927 - <li role="presentation" class="dropdown-header">Dropdown header</li>
30.928 - <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Separated link</a></li>
30.929 - </ul>
30.930 - </div>
30.931 - </div><!-- /example -->
30.932 -{% highlight html %}
30.933 -<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu2">
30.934 - <li role="presentation" class="dropdown-header">Dropdown header</li>
30.935 - ...
30.936 - <li role="presentation" class="divider"></li>
30.937 - <li role="presentation" class="dropdown-header">Dropdown header</li>
30.938 - ...
30.939 -</ul>
30.940 -{% endhighlight %}
30.941 -
30.942 - <h3 id="dropdowns-disabled">Disabled menu items</h3>
30.943 - <p>Add <code>.disabled</code> to a <code><li></code> in the dropdown to disable the link.</p>
30.944 - <div class="bs-example">
30.945 - <div class="dropdown clearfix">
30.946 - <button class="btn dropdown-toggle sr-only" type="button" id="dropdownMenu3" data-toggle="dropdown">
30.947 - Dropdown
30.948 - <span class="caret"></span>
30.949 - </button>
30.950 - <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu3">
30.951 - <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Regular link</a></li>
30.952 - <li role="presentation" class="disabled"><a role="menuitem" tabindex="-1" href="#">Disabled link</a></li>
30.953 - <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Another link</a></li>
30.954 - </ul>
30.955 - </div>
30.956 - </div><!-- /example -->
30.957 -{% highlight html %}
30.958 -<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu3">
30.959 - <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Regular link</a></li>
30.960 - <li role="presentation" class="disabled"><a role="menuitem" tabindex="-1" href="#">Disabled link</a></li>
30.961 - <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Another link</a></li>
30.962 -</ul>
30.963 -{% endhighlight %}
30.964 - </div>
30.965 -
30.966 -
30.967 -
30.968 - <!-- Button Groups
30.969 - ================================================== -->
30.970 - <div class="bs-docs-section">
30.971 - <div class="page-header">
30.972 - <h1 id="btn-groups">Button groups</h1>
30.973 - </div>
30.974 - <p class="lead">Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with <a href="../javascript/#buttons">our buttons plugin</a>.</p>
30.975 -
30.976 - <div class="bs-callout bs-callout-info">
30.977 - <h4>Tooltips & popovers in button groups require special setting</h4>
30.978 - <p>When using tooltips or popovers on elements within a <code>.btn-group</code>, you'll have to specify the option <code>container: 'body'</code> to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).</p>
30.979 - </div>
30.980 -
30.981 - <h3 id="btn-groups-single">Basic example</h3>
30.982 - <p>Wrap a series of buttons with <code>.btn</code> in <code>.btn-group</code>.</p>
30.983 - <div class="bs-example">
30.984 - <div class="btn-group" style="margin: 9px 0 5px;">
30.985 - <button type="button" class="btn btn-default">Left</button>
30.986 - <button type="button" class="btn btn-default">Middle</button>
30.987 - <button type="button" class="btn btn-default">Right</button>
30.988 - </div>
30.989 - </div>
30.990 -{% highlight html %}
30.991 -<div class="btn-group">
30.992 - <button type="button" class="btn btn-default">Left</button>
30.993 - <button type="button" class="btn btn-default">Middle</button>
30.994 - <button type="button" class="btn btn-default">Right</button>
30.995 -</div>
30.996 -{% endhighlight %}
30.997 -
30.998 - <h3 id="btn-groups-toolbar">Button toolbar</h3>
30.999 - <p>Combine sets of <code><div class="btn-group"></code> into a <code><div class="btn-toolbar"></code> for more complex components.</p>
30.1000 - <div class="bs-example">
30.1001 - <div class="btn-toolbar" role="toolbar" style="margin: 0;">
30.1002 - <div class="btn-group">
30.1003 - <button type="button" class="btn btn-default">1</button>
30.1004 - <button type="button" class="btn btn-default">2</button>
30.1005 - <button type="button" class="btn btn-default">3</button>
30.1006 - <button type="button" class="btn btn-default">4</button>
30.1007 - </div>
30.1008 - <div class="btn-group">
30.1009 - <button type="button" class="btn btn-default">5</button>
30.1010 - <button type="button" class="btn btn-default">6</button>
30.1011 - <button type="button" class="btn btn-default">7</button>
30.1012 - </div>
30.1013 - <div class="btn-group">
30.1014 - <button type="button" class="btn btn-default">8</button>
30.1015 - </div>
30.1016 - </div>
30.1017 - </div>
30.1018 -{% highlight html %}
30.1019 -<div class="btn-toolbar" role="toolbar">
30.1020 - <div class="btn-group">...</div>
30.1021 - <div class="btn-group">...</div>
30.1022 - <div class="btn-group">...</div>
30.1023 -</div>
30.1024 -{% endhighlight %}
30.1025 -
30.1026 - <h3 id="btn-groups-sizing">Sizing</h3>
30.1027 - <p>Instead of applying button sizing classes to every button in a group, just add <code>.btn-group-*</code> to the <code>.btn-group</code>.</p>
30.1028 - <div class="bs-example">
30.1029 - <div class="btn-toolbar" role="toolbar">
30.1030 - <div class="btn-group btn-group-lg">
30.1031 - <button type="button" class="btn btn-default">Left</button>
30.1032 - <button type="button" class="btn btn-default">Middle</button>
30.1033 - <button type="button" class="btn btn-default">Right</button>
30.1034 - </div>
30.1035 - </div>
30.1036 - <div class="btn-toolbar" role="toolbar">
30.1037 - <div class="btn-group">
30.1038 - <button type="button" class="btn btn-default">Left</button>
30.1039 - <button type="button" class="btn btn-default">Middle</button>
30.1040 - <button type="button" class="btn btn-default">Right</button>
30.1041 - </div>
30.1042 - </div>
30.1043 - <div class="btn-toolbar" role="toolbar">
30.1044 - <div class="btn-group btn-group-sm">
30.1045 - <button type="button" class="btn btn-default">Left</button>
30.1046 - <button type="button" class="btn btn-default">Middle</button>
30.1047 - <button type="button" class="btn btn-default">Right</button>
30.1048 - </div>
30.1049 - </div>
30.1050 - <div class="btn-toolbar" role="toolbar">
30.1051 - <div class="btn-group btn-group-xs">
30.1052 - <button type="button" class="btn btn-default">Left</button>
30.1053 - <button type="button" class="btn btn-default">Middle</button>
30.1054 - <button type="button" class="btn btn-default">Right</button>
30.1055 - </div>
30.1056 - </div>
30.1057 - </div>
30.1058 -{% highlight html %}
30.1059 -<div class="btn-group btn-group-lg">...</div>
30.1060 -<div class="btn-group">...</div>
30.1061 -<div class="btn-group btn-group-sm">...</div>
30.1062 -<div class="btn-group btn-group-xs">...</div>
30.1063 -{% endhighlight %}
30.1064 -
30.1065 - <h3 id="btn-groups-nested">Nesting</h3>
30.1066 - <p>Place a <code>.btn-group</code> within another <code>.btn-group</code> when you want dropdown menus mixed with a series of buttons.</p>
30.1067 - <div class="bs-example">
30.1068 - <div class="btn-group">
30.1069 - <button type="button" class="btn btn-default">1</button>
30.1070 - <button type="button" class="btn btn-default">2</button>
30.1071 -
30.1072 - <div class="btn-group">
30.1073 - <button id="btnGroupDrop1" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
30.1074 - Dropdown
30.1075 - <span class="caret"></span>
30.1076 - </button>
30.1077 - <ul class="dropdown-menu" role="menu" aria-labelledby="btnGroupDrop1">
30.1078 - <li><a href="#">Dropdown link</a></li>
30.1079 - <li><a href="#">Dropdown link</a></li>
30.1080 - </ul>
30.1081 - </div>
30.1082 - </div>
30.1083 - </div>
30.1084 -{% highlight html %}
30.1085 -<div class="btn-group">
30.1086 - <button type="button" class="btn btn-default">1</button>
30.1087 - <button type="button" class="btn btn-default">2</button>
30.1088 -
30.1089 - <div class="btn-group">
30.1090 - <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
30.1091 - Dropdown
30.1092 - <span class="caret"></span>
30.1093 - </button>
30.1094 - <ul class="dropdown-menu">
30.1095 - <li><a href="#">Dropdown link</a></li>
30.1096 - <li><a href="#">Dropdown link</a></li>
30.1097 - </ul>
30.1098 - </div>
30.1099 -</div>
30.1100 -{% endhighlight %}
30.1101 -
30.1102 - <h3 id="btn-groups-vertical">Vertical variation</h3>
30.1103 - <p>Make a set of buttons appear vertically stacked rather than horizontally.</p>
30.1104 - <div class="bs-example">
30.1105 - <div class="btn-group-vertical">
30.1106 - <button type="button" class="btn btn-default">Button</button>
30.1107 - <button type="button" class="btn btn-default">Button</button>
30.1108 - <div class="btn-group">
30.1109 - <button id="btnGroupVerticalDrop1" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
30.1110 - Dropdown
30.1111 - <span class="caret"></span>
30.1112 - </button>
30.1113 - <ul class="dropdown-menu" role="menu" aria-labelledby="btnGroupVerticalDrop1">
30.1114 - <li><a href="#">Dropdown link</a></li>
30.1115 - <li><a href="#">Dropdown link</a></li>
30.1116 - </ul>
30.1117 - </div>
30.1118 - <button type="button" class="btn btn-default">Button</button>
30.1119 - <button type="button" class="btn btn-default">Button</button>
30.1120 - <div class="btn-group">
30.1121 - <button id="btnGroupVerticalDrop2" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
30.1122 - Dropdown
30.1123 - <span class="caret"></span>
30.1124 - </button>
30.1125 - <ul class="dropdown-menu" role="menu" aria-labelledby="btnGroupVerticalDrop2">
30.1126 - <li><a href="#">Dropdown link</a></li>
30.1127 - <li><a href="#">Dropdown link</a></li>
30.1128 - </ul>
30.1129 - </div>
30.1130 - <div class="btn-group">
30.1131 - <button id="btnGroupVerticalDrop3" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
30.1132 - Dropdown
30.1133 - <span class="caret"></span>
30.1134 - </button>
30.1135 - <ul class="dropdown-menu" role="menu" aria-labelledby="btnGroupVerticalDrop3">
30.1136 - <li><a href="#">Dropdown link</a></li>
30.1137 - <li><a href="#">Dropdown link</a></li>
30.1138 - </ul>
30.1139 - </div>
30.1140 - <div class="btn-group">
30.1141 - <button id="btnGroupVerticalDrop4" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
30.1142 - Dropdown
30.1143 - <span class="caret"></span>
30.1144 - </button>
30.1145 - <ul class="dropdown-menu" role="menu" aria-labelledby="btnGroupVerticalDrop4">
30.1146 - <li><a href="#">Dropdown link</a></li>
30.1147 - <li><a href="#">Dropdown link</a></li>
30.1148 - </ul>
30.1149 - </div>
30.1150 - </div>
30.1151 - </div>
30.1152 -{% highlight html %}
30.1153 -<div class="btn-group-vertical">
30.1154 - ...
30.1155 -</div>
30.1156 -{% endhighlight %}
30.1157 -
30.1158 - <h3 id="btn-groups-justified">Justified link variation</h3>
30.1159 - <p>Make a group of buttons stretch at the same size to span the entire width of its parent. Also works with button dropdowns within the button group.</p>
30.1160 -
30.1161 - <div class="bs-callout bs-callout-warning">
30.1162 - <h4>Element-specific usage</h4>
30.1163 - <p>This only works with <code><a></code> elements as the <code><button></code> doesn't pick up the styles we use to justify content (some <code>display: table-cell;</code>-fu).</p>
30.1164 - </div>
30.1165 -
30.1166 - <div class="bs-example">
30.1167 - <div class="btn-group btn-group-justified">
30.1168 - <a class="btn btn-default" role="button">Left</a>
30.1169 - <a class="btn btn-default" role="button">Middle</a>
30.1170 - <a class="btn btn-default" role="button">Right</a>
30.1171 - </div>
30.1172 - <br>
30.1173 - <div class="btn-group btn-group-justified">
30.1174 - <a class="btn btn-default" role="button">Left</a>
30.1175 - <a class="btn btn-default" role="button">Middle</a>
30.1176 - <div class="btn-group">
30.1177 - <a class="btn btn-default dropdown-toggle" data-toggle="dropdown">
30.1178 - Right dropdown <span class="caret"></span>
30.1179 - </a>
30.1180 - <ul class="dropdown-menu" role="menu">
30.1181 - <li><a href="#">Action</a></li>
30.1182 - <li><a href="#">Another action</a></li>
30.1183 - <li><a href="#">Something else here</a></li>
30.1184 - <li class="divider"></li>
30.1185 - <li><a href="#">Separated link</a></li>
30.1186 - </ul>
30.1187 - </div>
30.1188 - </div>
30.1189 - </div>
30.1190 -{% highlight html %}
30.1191 -<div class="btn-group btn-group-justified">
30.1192 - ...
30.1193 -</div>
30.1194 -{% endhighlight %}
30.1195 -
30.1196 - </div>
30.1197 -
30.1198 -
30.1199 -
30.1200 - <!-- Split button dropdowns
30.1201 - ================================================== -->
30.1202 - <div class="bs-docs-section">
30.1203 - <div class="page-header">
30.1204 - <h1 id="btn-dropdowns">Button dropdowns</h1>
30.1205 - </div>
30.1206 - <p class="lead">Use any button to trigger a dropdown menu by placing it within a <code>.btn-group</code> and providing the proper menu markup.</p>
30.1207 -
30.1208 - <div class="bs-callout bs-callout-danger">
30.1209 - <h4>Plugin dependency</h4>
30.1210 - <p>Button dropdowns require the <a href="../javascript/#dropdowns">dropdown plugin</a> to be included in your version of Bootstrap.</p>
30.1211 - </div>
30.1212 -
30.1213 - <h3 id="btn-dropdowns-single">Single button dropdowns</h3>
30.1214 - <p>Turn a button into a dropdown toggle with some basic markup changes.</p>
30.1215 - <div class="bs-example">
30.1216 - <div class="btn-group">
30.1217 - <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">Default <span class="caret"></span></button>
30.1218 - <ul class="dropdown-menu" role="menu">
30.1219 - <li><a href="#">Action</a></li>
30.1220 - <li><a href="#">Another action</a></li>
30.1221 - <li><a href="#">Something else here</a></li>
30.1222 - <li class="divider"></li>
30.1223 - <li><a href="#">Separated link</a></li>
30.1224 - </ul>
30.1225 - </div><!-- /btn-group -->
30.1226 - <div class="btn-group">
30.1227 - <button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">Primary <span class="caret"></span></button>
30.1228 - <ul class="dropdown-menu" role="menu">
30.1229 - <li><a href="#">Action</a></li>
30.1230 - <li><a href="#">Another action</a></li>
30.1231 - <li><a href="#">Something else here</a></li>
30.1232 - <li class="divider"></li>
30.1233 - <li><a href="#">Separated link</a></li>
30.1234 - </ul>
30.1235 - </div><!-- /btn-group -->
30.1236 - <div class="btn-group">
30.1237 - <button type="button" class="btn btn-success dropdown-toggle" data-toggle="dropdown">Success <span class="caret"></span></button>
30.1238 - <ul class="dropdown-menu" role="menu">
30.1239 - <li><a href="#">Action</a></li>
30.1240 - <li><a href="#">Another action</a></li>
30.1241 - <li><a href="#">Something else here</a></li>
30.1242 - <li class="divider"></li>
30.1243 - <li><a href="#">Separated link</a></li>
30.1244 - </ul>
30.1245 - </div><!-- /btn-group -->
30.1246 - <div class="btn-group">
30.1247 - <button type="button" class="btn btn-info dropdown-toggle" data-toggle="dropdown">Info <span class="caret"></span></button>
30.1248 - <ul class="dropdown-menu" role="menu">
30.1249 - <li><a href="#">Action</a></li>
30.1250 - <li><a href="#">Another action</a></li>
30.1251 - <li><a href="#">Something else here</a></li>
30.1252 - <li class="divider"></li>
30.1253 - <li><a href="#">Separated link</a></li>
30.1254 - </ul>
30.1255 - </div><!-- /btn-group -->
30.1256 - <div class="btn-group">
30.1257 - <button type="button" class="btn btn-warning dropdown-toggle" data-toggle="dropdown">Warning <span class="caret"></span></button>
30.1258 - <ul class="dropdown-menu" role="menu">
30.1259 - <li><a href="#">Action</a></li>
30.1260 - <li><a href="#">Another action</a></li>
30.1261 - <li><a href="#">Something else here</a></li>
30.1262 - <li class="divider"></li>
30.1263 - <li><a href="#">Separated link</a></li>
30.1264 - </ul>
30.1265 - </div><!-- /btn-group -->
30.1266 - <div class="btn-group">
30.1267 - <button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown">Danger <span class="caret"></span></button>
30.1268 - <ul class="dropdown-menu" role="menu">
30.1269 - <li><a href="#">Action</a></li>
30.1270 - <li><a href="#">Another action</a></li>
30.1271 - <li><a href="#">Something else here</a></li>
30.1272 - <li class="divider"></li>
30.1273 - <li><a href="#">Separated link</a></li>
30.1274 - </ul>
30.1275 - </div><!-- /btn-group -->
30.1276 - </div>
30.1277 -{% highlight html %}
30.1278 -<!-- Single button -->
30.1279 -<div class="btn-group">
30.1280 - <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
30.1281 - Action <span class="caret"></span>
30.1282 - </button>
30.1283 - <ul class="dropdown-menu" role="menu">
30.1284 - <li><a href="#">Action</a></li>
30.1285 - <li><a href="#">Another action</a></li>
30.1286 - <li><a href="#">Something else here</a></li>
30.1287 - <li class="divider"></li>
30.1288 - <li><a href="#">Separated link</a></li>
30.1289 - </ul>
30.1290 -</div>
30.1291 -{% endhighlight %}
30.1292 -
30.1293 - <h3 id="btn-dropdowns-split">Split button dropdowns</h3>
30.1294 - <p>Similarly, create split button dropdowns with the same markup changes, only with a separate button.</p>
30.1295 - <div class="bs-example">
30.1296 - <div class="btn-group">
30.1297 - <button type="button" class="btn btn-default">Default</button>
30.1298 - <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
30.1299 - <span class="caret"></span>
30.1300 - <span class="sr-only">Toggle Dropdown</span>
30.1301 - </button>
30.1302 - <ul class="dropdown-menu" role="menu">
30.1303 - <li><a href="#">Action</a></li>
30.1304 - <li><a href="#">Another action</a></li>
30.1305 - <li><a href="#">Something else here</a></li>
30.1306 - <li class="divider"></li>
30.1307 - <li><a href="#">Separated link</a></li>
30.1308 - </ul>
30.1309 - </div><!-- /btn-group -->
30.1310 - <div class="btn-group">
30.1311 - <button type="button" class="btn btn-primary">Primary</button>
30.1312 - <button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
30.1313 - <span class="caret"></span>
30.1314 - <span class="sr-only">Toggle Dropdown</span>
30.1315 - </button>
30.1316 - <ul class="dropdown-menu" role="menu">
30.1317 - <li><a href="#">Action</a></li>
30.1318 - <li><a href="#">Another action</a></li>
30.1319 - <li><a href="#">Something else here</a></li>
30.1320 - <li class="divider"></li>
30.1321 - <li><a href="#">Separated link</a></li>
30.1322 - </ul>
30.1323 - </div><!-- /btn-group -->
30.1324 - <div class="btn-group">
30.1325 - <button type="button" class="btn btn-success">Success</button>
30.1326 - <button type="button" class="btn btn-success dropdown-toggle" data-toggle="dropdown">
30.1327 - <span class="caret"></span>
30.1328 - <span class="sr-only">Toggle Dropdown</span>
30.1329 - </button>
30.1330 - <ul class="dropdown-menu" role="menu">
30.1331 - <li><a href="#">Action</a></li>
30.1332 - <li><a href="#">Another action</a></li>
30.1333 - <li><a href="#">Something else here</a></li>
30.1334 - <li class="divider"></li>
30.1335 - <li><a href="#">Separated link</a></li>
30.1336 - </ul>
30.1337 - </div><!-- /btn-group -->
30.1338 - <div class="btn-group">
30.1339 - <button type="button" class="btn btn-info">Info</button>
30.1340 - <button type="button" class="btn btn-info dropdown-toggle" data-toggle="dropdown">
30.1341 - <span class="caret"></span>
30.1342 - <span class="sr-only">Toggle Dropdown</span>
30.1343 - </button>
30.1344 - <ul class="dropdown-menu" role="menu">
30.1345 - <li><a href="#">Action</a></li>
30.1346 - <li><a href="#">Another action</a></li>
30.1347 - <li><a href="#">Something else here</a></li>
30.1348 - <li class="divider"></li>
30.1349 - <li><a href="#">Separated link</a></li>
30.1350 - </ul>
30.1351 - </div><!-- /btn-group -->
30.1352 - <div class="btn-group">
30.1353 - <button type="button" class="btn btn-warning">Warning</button>
30.1354 - <button type="button" class="btn btn-warning dropdown-toggle" data-toggle="dropdown">
30.1355 - <span class="caret"></span>
30.1356 - <span class="sr-only">Toggle Dropdown</span>
30.1357 - </button>
30.1358 - <ul class="dropdown-menu" role="menu">
30.1359 - <li><a href="#">Action</a></li>
30.1360 - <li><a href="#">Another action</a></li>
30.1361 - <li><a href="#">Something else here</a></li>
30.1362 - <li class="divider"></li>
30.1363 - <li><a href="#">Separated link</a></li>
30.1364 - </ul>
30.1365 - </div><!-- /btn-group -->
30.1366 - <div class="btn-group">
30.1367 - <button type="button" class="btn btn-danger">Danger</button>
30.1368 - <button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown">
30.1369 - <span class="caret"></span>
30.1370 - <span class="sr-only">Toggle Dropdown</span>
30.1371 - </button>
30.1372 - <ul class="dropdown-menu" role="menu">
30.1373 - <li><a href="#">Action</a></li>
30.1374 - <li><a href="#">Another action</a></li>
30.1375 - <li><a href="#">Something else here</a></li>
30.1376 - <li class="divider"></li>
30.1377 - <li><a href="#">Separated link</a></li>
30.1378 - </ul>
30.1379 - </div><!-- /btn-group -->
30.1380 - </div>
30.1381 -{% highlight html %}
30.1382 -<!-- Split button -->
30.1383 -<div class="btn-group">
30.1384 - <button type="button" class="btn btn-danger">Action</button>
30.1385 - <button type="button" class="btn btn-danger dropdown-toggle" data-toggle="dropdown">
30.1386 - <span class="caret"></span>
30.1387 - <span class="sr-only">Toggle Dropdown</span>
30.1388 - </button>
30.1389 - <ul class="dropdown-menu" role="menu">
30.1390 - <li><a href="#">Action</a></li>
30.1391 - <li><a href="#">Another action</a></li>
30.1392 - <li><a href="#">Something else here</a></li>
30.1393 - <li class="divider"></li>
30.1394 - <li><a href="#">Separated link</a></li>
30.1395 - </ul>
30.1396 -</div>
30.1397 -{% endhighlight %}
30.1398 -
30.1399 - <h3 id="btn-dropdowns-sizing">Sizing</h3>
30.1400 - <p>Button dropdowns work with buttons of all sizes.</p>
30.1401 - <div class="bs-example">
30.1402 - <div class="btn-toolbar" role="toolbar">
30.1403 - <div class="btn-group">
30.1404 - <button class="btn btn-default btn-lg dropdown-toggle" type="button" data-toggle="dropdown">
30.1405 - Large button <span class="caret"></span>
30.1406 - </button>
30.1407 - <ul class="dropdown-menu" role="menu">
30.1408 - <li><a href="#">Action</a></li>
30.1409 - <li><a href="#">Another action</a></li>
30.1410 - <li><a href="#">Something else here</a></li>
30.1411 - <li class="divider"></li>
30.1412 - <li><a href="#">Separated link</a></li>
30.1413 - </ul>
30.1414 - </div><!-- /btn-group -->
30.1415 - </div><!-- /btn-toolbar -->
30.1416 - <div class="btn-toolbar" role="toolbar">
30.1417 - <div class="btn-group">
30.1418 - <button class="btn btn-default btn-sm dropdown-toggle" type="button" data-toggle="dropdown">
30.1419 - Small button <span class="caret"></span>
30.1420 - </button>
30.1421 - <ul class="dropdown-menu" role="menu">
30.1422 - <li><a href="#">Action</a></li>
30.1423 - <li><a href="#">Another action</a></li>
30.1424 - <li><a href="#">Something else here</a></li>
30.1425 - <li class="divider"></li>
30.1426 - <li><a href="#">Separated link</a></li>
30.1427 - </ul>
30.1428 - </div><!-- /btn-group -->
30.1429 - </div><!-- /btn-toolbar -->
30.1430 - <div class="btn-toolbar" role="toolbar">
30.1431 - <div class="btn-group">
30.1432 - <button class="btn btn-default btn-xs dropdown-toggle" type="button" data-toggle="dropdown">
30.1433 - Extra small button <span class="caret"></span>
30.1434 - </button>
30.1435 - <ul class="dropdown-menu" role="menu">
30.1436 - <li><a href="#">Action</a></li>
30.1437 - <li><a href="#">Another action</a></li>
30.1438 - <li><a href="#">Something else here</a></li>
30.1439 - <li class="divider"></li>
30.1440 - <li><a href="#">Separated link</a></li>
30.1441 - </ul>
30.1442 - </div><!-- /btn-group -->
30.1443 - </div><!-- /btn-toolbar -->
30.1444 - </div><!-- /example -->
30.1445 -{% highlight html %}
30.1446 -<!-- Large button group -->
30.1447 -<div class="btn-group">
30.1448 - <button class="btn btn-default btn-lg dropdown-toggle" type="button" data-toggle="dropdown">
30.1449 - Large button <span class="caret"></span>
30.1450 - </button>
30.1451 - <ul class="dropdown-menu">
30.1452 - ...
30.1453 - </ul>
30.1454 -</div>
30.1455 -
30.1456 -<!-- Small button group -->
30.1457 -<div class="btn-group">
30.1458 - <button class="btn btn-default btn-sm dropdown-toggle" type="button" data-toggle="dropdown">
30.1459 - Small button <span class="caret"></span>
30.1460 - </button>
30.1461 - <ul class="dropdown-menu">
30.1462 - ...
30.1463 - </ul>
30.1464 -</div>
30.1465 -
30.1466 -<!-- Extra small button group -->
30.1467 -<div class="btn-group">
30.1468 - <button class="btn btn-default btn-xs dropdown-toggle" type="button" data-toggle="dropdown">
30.1469 - Extra small button <span class="caret"></span>
30.1470 - </button>
30.1471 - <ul class="dropdown-menu">
30.1472 - ...
30.1473 - </ul>
30.1474 -</div>
30.1475 -{% endhighlight %}
30.1476 -
30.1477 - <h3 id="btn-dropdowns-dropup">Dropup variation</h3>
30.1478 - <p>Trigger dropdown menus above elements by adding <code>.dropup</code> to the parent.</p>
30.1479 - <div class="bs-example">
30.1480 - <div class="btn-toolbar" role="toolbar">
30.1481 - <div class="btn-group dropup">
30.1482 - <button type="button" class="btn btn-default">Dropup</button>
30.1483 - <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
30.1484 - <span class="caret"></span>
30.1485 - <span class="sr-only">Toggle Dropdown</span>
30.1486 - </button>
30.1487 - <ul class="dropdown-menu" role="menu">
30.1488 - <li><a href="#">Action</a></li>
30.1489 - <li><a href="#">Another action</a></li>
30.1490 - <li><a href="#">Something else here</a></li>
30.1491 - <li class="divider"></li>
30.1492 - <li><a href="#">Separated link</a></li>
30.1493 - </ul>
30.1494 - </div><!-- /btn-group -->
30.1495 - <div class="btn-group dropup">
30.1496 - <button type="button" class="btn btn-primary">Right dropup</button>
30.1497 - <button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
30.1498 - <span class="caret"></span>
30.1499 - <span class="sr-only">Toggle Dropdown</span>
30.1500 - </button>
30.1501 - <ul class="dropdown-menu pull-right" role="menu">
30.1502 - <li><a href="#">Action</a></li>
30.1503 - <li><a href="#">Another action</a></li>
30.1504 - <li><a href="#">Something else here</a></li>
30.1505 - <li class="divider"></li>
30.1506 - <li><a href="#">Separated link</a></li>
30.1507 - </ul>
30.1508 - </div><!-- /btn-group -->
30.1509 - </div>
30.1510 - </div><!-- /example -->
30.1511 -{% highlight html %}
30.1512 -<div class="btn-group dropup">
30.1513 - <button type="button" class="btn btn-default">Dropup</button>
30.1514 - <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
30.1515 - <span class="caret"></span>
30.1516 - <span class="sr-only">Toggle Dropdown</span>
30.1517 - </button>
30.1518 - <ul class="dropdown-menu">
30.1519 - <!-- Dropdown menu links -->
30.1520 - </ul>
30.1521 -</div>
30.1522 -{% endhighlight %}
30.1523 -
30.1524 - </div>
30.1525 -
30.1526 -
30.1527 -
30.1528 -
30.1529 - <!-- Input groups
30.1530 - ================================================== -->
30.1531 - <div class="bs-docs-section">
30.1532 - <div class="page-header">
30.1533 - <h1 id="input-groups">Input groups</h1>
30.1534 - </div>
30.1535 - <p class="lead">Extend form controls by adding text or buttons before, after, or on both sides of any text-based input. Use <code>.input-group</code> with an <code>.input-group-addon</code> to prepend or append elements to a <code>.form-control</code>.</p>
30.1536 -
30.1537 - <div class="bs-callout bs-callout-danger">
30.1538 - <h4>Cross-browser compatibility</h4>
30.1539 - <p>Avoid using <code><select></code> elements here as they cannot be fully styled in WebKit browsers.</p>
30.1540 - </div>
30.1541 - <div class="bs-callout bs-callout-info">
30.1542 - <h4>Tooltips & popovers in input groups require special setting</h4>
30.1543 - <p>When using tooltips or popovers on elements within an <code>.input-group</code>, you'll have to specify the option <code>container: 'body'</code> to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).</p>
30.1544 - </div>
30.1545 - <div class="bs-callout bs-callout-info">
30.1546 - <h4>Don't mix with form groups</h4>
30.1547 - <p>Do not apply input group classes directly to form groups. An input group is an isolated component.</p>
30.1548 - </div>
30.1549 -
30.1550 -
30.1551 - <h2 id="input-groups-basic">Basic example</h2>
30.1552 - <form class="bs-example bs-example-form" role="form">
30.1553 - <div class="input-group">
30.1554 - <span class="input-group-addon">@</span>
30.1555 - <input type="text" class="form-control" placeholder="Username">
30.1556 - </div>
30.1557 - <br>
30.1558 - <div class="input-group">
30.1559 - <input type="text" class="form-control">
30.1560 - <span class="input-group-addon">.00</span>
30.1561 - </div>
30.1562 - <br>
30.1563 - <div class="input-group">
30.1564 - <span class="input-group-addon">$</span>
30.1565 - <input type="text" class="form-control">
30.1566 - <span class="input-group-addon">.00</span>
30.1567 - </div>
30.1568 - </form>
30.1569 -{% highlight html %}
30.1570 -<div class="input-group">
30.1571 - <span class="input-group-addon">@</span>
30.1572 - <input type="text" class="form-control" placeholder="Username">
30.1573 -</div>
30.1574 -
30.1575 -<div class="input-group">
30.1576 - <input type="text" class="form-control">
30.1577 - <span class="input-group-addon">.00</span>
30.1578 -</div>
30.1579 -
30.1580 -<div class="input-group">
30.1581 - <span class="input-group-addon">$</span>
30.1582 - <input type="text" class="form-control">
30.1583 - <span class="input-group-addon">.00</span>
30.1584 -</div>
30.1585 -{% endhighlight %}
30.1586 -
30.1587 -
30.1588 - <h2 id="input-groups-sizing">Sizing</h2>
30.1589 - <p>Add the relative form sizing classes to the <code>.input-group</code> itself and contents within will automatically resize—no need for repeating the form control size classes on each element.</p>
30.1590 - <form class="bs-example bs-example-form" role="form">
30.1591 - <div class="input-group input-group-lg">
30.1592 - <span class="input-group-addon">@</span>
30.1593 - <input type="text" class="form-control" placeholder="Username">
30.1594 - </div>
30.1595 - <br>
30.1596 - <div class="input-group">
30.1597 - <span class="input-group-addon">@</span>
30.1598 - <input type="text" class="form-control" placeholder="Username">
30.1599 - </div>
30.1600 - <br>
30.1601 - <div class="input-group input-group-sm">
30.1602 - <span class="input-group-addon">@</span>
30.1603 - <input type="text" class="form-control" placeholder="Username">
30.1604 - </div>
30.1605 - </form>
30.1606 -{% highlight html %}
30.1607 -<div class="input-group input-group-lg">
30.1608 - <span class="input-group-addon">@</span>
30.1609 - <input type="text" class="form-control" placeholder="Username">
30.1610 -</div>
30.1611 -
30.1612 -<div class="input-group">
30.1613 - <span class="input-group-addon">@</span>
30.1614 - <input type="text" class="form-control" placeholder="Username">
30.1615 -</div>
30.1616 -
30.1617 -<div class="input-group input-group-sm">
30.1618 - <span class="input-group-addon">@</span>
30.1619 - <input type="text" class="form-control" placeholder="Username">
30.1620 -</div>
30.1621 -{% endhighlight %}
30.1622 -
30.1623 -
30.1624 - <h2 id="input-groups-checkboxes-radios">Checkboxes and radio addons</h2>
30.1625 - <p>Place any checkbox or radio option within an input group's addon instead of text.</p>
30.1626 - <form class="bs-example bs-example-form">
30.1627 - <div class="row">
30.1628 - <div class="col-lg-6">
30.1629 - <div class="input-group">
30.1630 - <span class="input-group-addon">
30.1631 - <input type="checkbox">
30.1632 - </span>
30.1633 - <input type="text" class="form-control">
30.1634 - </div><!-- /input-group -->
30.1635 - </div><!-- /.col-lg-6 -->
30.1636 - <div class="col-lg-6">
30.1637 - <div class="input-group">
30.1638 - <span class="input-group-addon">
30.1639 - <input type="radio">
30.1640 - </span>
30.1641 - <input type="text" class="form-control">
30.1642 - </div><!-- /input-group -->
30.1643 - </div><!-- /.col-lg-6 -->
30.1644 - </div><!-- /.row -->
30.1645 - </form>
30.1646 -{% highlight html %}
30.1647 -<div class="row">
30.1648 - <div class="col-lg-6">
30.1649 - <div class="input-group">
30.1650 - <span class="input-group-addon">
30.1651 - <input type="checkbox">
30.1652 - </span>
30.1653 - <input type="text" class="form-control">
30.1654 - </div><!-- /input-group -->
30.1655 - </div><!-- /.col-lg-6 -->
30.1656 - <div class="col-lg-6">
30.1657 - <div class="input-group">
30.1658 - <span class="input-group-addon">
30.1659 - <input type="radio">
30.1660 - </span>
30.1661 - <input type="text" class="form-control">
30.1662 - </div><!-- /input-group -->
30.1663 - </div><!-- /.col-lg-6 -->
30.1664 -</div><!-- /.row -->
30.1665 -{% endhighlight %}
30.1666 -
30.1667 -
30.1668 - <h2 id="input-groups-buttons">Button addons</h2>
30.1669 - <p>Buttons in input groups are a bit different and require one extra level of nesting. Instead of <code>.input-group-addon</code>, you'll need to use <code>.input-group-btn</code> to wrap the buttons. This is required due to default browser styles that cannot be overridden.</p>
30.1670 - <form class="bs-example bs-example-form">
30.1671 - <div class="row">
30.1672 - <div class="col-lg-6">
30.1673 - <div class="input-group">
30.1674 - <span class="input-group-btn">
30.1675 - <button class="btn btn-default" type="button">Go!</button>
30.1676 - </span>
30.1677 - <input type="text" class="form-control">
30.1678 - </div><!-- /input-group -->
30.1679 - </div><!-- /.col-lg-6 -->
30.1680 - <div class="col-lg-6">
30.1681 - <div class="input-group">
30.1682 - <input type="text" class="form-control">
30.1683 - <span class="input-group-btn">
30.1684 - <button class="btn btn-default" type="button">Go!</button>
30.1685 - </span>
30.1686 - </div><!-- /input-group -->
30.1687 - </div><!-- /.col-lg-6 -->
30.1688 - </div><!-- /.row -->
30.1689 - </form>
30.1690 -{% highlight html %}
30.1691 -<div class="row">
30.1692 - <div class="col-lg-6">
30.1693 - <div class="input-group">
30.1694 - <span class="input-group-btn">
30.1695 - <button class="btn btn-default" type="button">Go!</button>
30.1696 - </span>
30.1697 - <input type="text" class="form-control">
30.1698 - </div><!-- /input-group -->
30.1699 - </div><!-- /.col-lg-6 -->
30.1700 - <div class="col-lg-6">
30.1701 - <div class="input-group">
30.1702 - <input type="text" class="form-control">
30.1703 - <span class="input-group-btn">
30.1704 - <button class="btn btn-default" type="button">Go!</button>
30.1705 - </span>
30.1706 - </div><!-- /input-group -->
30.1707 - </div><!-- /.col-lg-6 -->
30.1708 -</div><!-- /.row -->
30.1709 -{% endhighlight %}
30.1710 -
30.1711 - <h2 id="input-groups-buttons-dropdowns">Buttons with dropdowns</h2>
30.1712 - <p></p>
30.1713 - <form class="bs-example bs-example-form" role="form">
30.1714 - <div class="row">
30.1715 - <div class="col-lg-6">
30.1716 - <div class="input-group">
30.1717 - <div class="input-group-btn">
30.1718 - <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">Action <span class="caret"></span></button>
30.1719 - <ul class="dropdown-menu" role="menu">
30.1720 - <li><a href="#">Action</a></li>
30.1721 - <li><a href="#">Another action</a></li>
30.1722 - <li><a href="#">Something else here</a></li>
30.1723 - <li class="divider"></li>
30.1724 - <li><a href="#">Separated link</a></li>
30.1725 - </ul>
30.1726 - </div><!-- /btn-group -->
30.1727 - <input type="text" class="form-control">
30.1728 - </div><!-- /input-group -->
30.1729 - </div><!-- /.col-lg-6 -->
30.1730 - <div class="col-lg-6">
30.1731 - <div class="input-group">
30.1732 - <input type="text" class="form-control">
30.1733 - <div class="input-group-btn">
30.1734 - <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">Action <span class="caret"></span></button>
30.1735 - <ul class="dropdown-menu pull-right" role="menu">
30.1736 - <li><a href="#">Action</a></li>
30.1737 - <li><a href="#">Another action</a></li>
30.1738 - <li><a href="#">Something else here</a></li>
30.1739 - <li class="divider"></li>
30.1740 - <li><a href="#">Separated link</a></li>
30.1741 - </ul>
30.1742 - </div><!-- /btn-group -->
30.1743 - </div><!-- /input-group -->
30.1744 - </div><!-- /.col-lg-6 -->
30.1745 - </div><!-- /.row -->
30.1746 - </form>
30.1747 -{% highlight html %}
30.1748 -<div class="row">
30.1749 - <div class="col-lg-6">
30.1750 - <div class="input-group">
30.1751 - <div class="input-group-btn">
30.1752 - <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">Action <span class="caret"></span></button>
30.1753 - <ul class="dropdown-menu">
30.1754 - <li><a href="#">Action</a></li>
30.1755 - <li><a href="#">Another action</a></li>
30.1756 - <li><a href="#">Something else here</a></li>
30.1757 - <li class="divider"></li>
30.1758 - <li><a href="#">Separated link</a></li>
30.1759 - </ul>
30.1760 - </div><!-- /btn-group -->
30.1761 - <input type="text" class="form-control">
30.1762 - </div><!-- /input-group -->
30.1763 - </div><!-- /.col-lg-6 -->
30.1764 - <div class="col-lg-6">
30.1765 - <div class="input-group">
30.1766 - <input type="text" class="form-control">
30.1767 - <div class="input-group-btn">
30.1768 - <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">Action <span class="caret"></span></button>
30.1769 - <ul class="dropdown-menu pull-right">
30.1770 - <li><a href="#">Action</a></li>
30.1771 - <li><a href="#">Another action</a></li>
30.1772 - <li><a href="#">Something else here</a></li>
30.1773 - <li class="divider"></li>
30.1774 - <li><a href="#">Separated link</a></li>
30.1775 - </ul>
30.1776 - </div><!-- /btn-group -->
30.1777 - </div><!-- /input-group -->
30.1778 - </div><!-- /.col-lg-6 -->
30.1779 -</div><!-- /.row -->
30.1780 -{% endhighlight %}
30.1781 -
30.1782 - <h2 id="input-groups-buttons-segmented">Segmented buttons</h2>
30.1783 - <form class="bs-example bs-example-form" role="form">
30.1784 - <div class="row">
30.1785 - <div class="col-lg-6">
30.1786 - <div class="input-group">
30.1787 - <div class="input-group-btn">
30.1788 - <button type="button" class="btn btn-default" tabindex="-1">Action</button>
30.1789 - <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" tabindex="-1">
30.1790 - <span class="caret"></span>
30.1791 - <span class="sr-only">Toggle Dropdown</span>
30.1792 - </button>
30.1793 - <ul class="dropdown-menu" role="menu">
30.1794 - <li><a href="#">Action</a></li>
30.1795 - <li><a href="#">Another action</a></li>
30.1796 - <li><a href="#">Something else here</a></li>
30.1797 - <li class="divider"></li>
30.1798 - <li><a href="#">Separated link</a></li>
30.1799 - </ul>
30.1800 - </div>
30.1801 - <input type="text" class="form-control">
30.1802 - </div><!-- /.input-group -->
30.1803 - </div><!-- /.col-lg-6 -->
30.1804 - <div class="col-lg-6">
30.1805 - <div class="input-group">
30.1806 - <input type="text" class="form-control">
30.1807 - <div class="input-group-btn">
30.1808 - <button type="button" class="btn btn-default" tabindex="-1">Action</button>
30.1809 - <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" tabindex="-1">
30.1810 - <span class="caret"></span>
30.1811 - <span class="sr-only">Toggle Dropdown</span>
30.1812 - </button>
30.1813 - <ul class="dropdown-menu pull-right" role="menu">
30.1814 - <li><a href="#">Action</a></li>
30.1815 - <li><a href="#">Another action</a></li>
30.1816 - <li><a href="#">Something else here</a></li>
30.1817 - <li class="divider"></li>
30.1818 - <li><a href="#">Separated link</a></li>
30.1819 - </ul>
30.1820 - </div>
30.1821 - </div><!-- /.input-group -->
30.1822 - </div><!-- /.col-lg-6 -->
30.1823 - </div><!-- /.row -->
30.1824 - </form>
30.1825 -{% highlight html %}
30.1826 -<div class="input-group">
30.1827 - <div class="input-group-btn">
30.1828 - <!-- Button and dropdown menu -->
30.1829 - </div>
30.1830 - <input type="text" class="form-control">
30.1831 -</div>
30.1832 -
30.1833 -<div class="input-group">
30.1834 - <input type="text" class="form-control">
30.1835 - <div class="input-group-btn">
30.1836 - <!-- Button and dropdown menu -->
30.1837 - </div>
30.1838 -</div>
30.1839 -{% endhighlight %}
30.1840 -
30.1841 -</div>
30.1842 -
30.1843 -
30.1844 -
30.1845 - <!-- Navs
30.1846 - ================================================== -->
30.1847 - <div class="bs-docs-section">
30.1848 - <div class="page-header">
30.1849 - <h1 id="nav">Navs</h1>
30.1850 - </div>
30.1851 -
30.1852 - <p class="lead">Navs available in Bootstrap have shared markup, starting with the base <code>.nav</code> class, as well as shared states. Swap modifier classes to switch between each style.</p>
30.1853 -
30.1854 - <h2 id="nav-tabs">Tabs</h2>
30.1855 - <p>Note the <code>.nav-tabs</code> class requires the <code>.nav</code> base class.</p>
30.1856 - <div class="bs-example">
30.1857 - <ul class="nav nav-tabs">
30.1858 - <li class="active"><a href="#">Home</a></li>
30.1859 - <li><a href="#">Profile</a></li>
30.1860 - <li><a href="#">Messages</a></li>
30.1861 - </ul>
30.1862 - </div>
30.1863 -{% highlight html %}
30.1864 -<ul class="nav nav-tabs">
30.1865 - <li class="active"><a href="#">Home</a></li>
30.1866 - <li><a href="#">Profile</a></li>
30.1867 - <li><a href="#">Messages</a></li>
30.1868 -</ul>
30.1869 -{% endhighlight %}
30.1870 - <div class="bs-callout bs-callout-info">
30.1871 - <h4>Requires JavaScript tabs plugin</h4>
30.1872 - <p>For tabs with tabbable areas, you must use the <a href="../javascript/#tabs">tabs JavaScript plugin</a>.</p>
30.1873 - </div>
30.1874 -
30.1875 - <h2 id="nav-pills">Pills</h2>
30.1876 - <p>Take that same HTML, but use <code>.nav-pills</code> instead:</p>
30.1877 - <div class="bs-example">
30.1878 - <ul class="nav nav-pills">
30.1879 - <li class="active"><a href="#">Home</a></li>
30.1880 - <li><a href="#">Profile</a></li>
30.1881 - <li><a href="#">Messages</a></li>
30.1882 - </ul>
30.1883 - </div>
30.1884 -{% highlight html %}
30.1885 -<ul class="nav nav-pills">
30.1886 - <li class="active"><a href="#">Home</a></li>
30.1887 - <li><a href="#">Profile</a></li>
30.1888 - <li><a href="#">Messages</a></li>
30.1889 -</ul>
30.1890 -{% endhighlight %}
30.1891 - <p>Pills are also vertically stackable. Just add <code>.nav-stacked</code>.</p>
30.1892 - <div class="bs-example">
30.1893 - <ul class="nav nav-pills nav-stacked" style="max-width: 300px;">
30.1894 - <li class="active"><a href="#">Home</a></li>
30.1895 - <li><a href="#">Profile</a></li>
30.1896 - <li><a href="#">Messages</a></li>
30.1897 - </ul>
30.1898 - </div>
30.1899 -{% highlight html %}
30.1900 -<ul class="nav nav-pills nav-stacked">
30.1901 - ...
30.1902 -</ul>
30.1903 -{% endhighlight %}
30.1904 -
30.1905 -
30.1906 - <h2 id="nav-justified">Justified</h2>
30.1907 - <p>Easily make tabs or pills equal widths of their parent at screens wider than 768px with <code>.nav-justified</code>. On smaller screens, the nav links are stacked.</p>
30.1908 - <div class="bs-callout bs-callout-warning">
30.1909 - <h4>Safari and responsive justified navs</h4>
30.1910 - <p>Safari exhibits a bug in which resizing your browser horizontally causes rendering errors in the justified nav that are cleared upon refreshing. This bug is also shown in the <a href="../examples/justified-nav/">justified nav example</a>.</p>
30.1911 - </div>
30.1912 - <div class="bs-example">
30.1913 - <ul class="nav nav-tabs nav-justified">
30.1914 - <li class="active"><a href="#">Home</a></li>
30.1915 - <li><a href="#">Profile</a></li>
30.1916 - <li><a href="#">Messages</a></li>
30.1917 - </ul>
30.1918 - <br>
30.1919 - <ul class="nav nav-pills nav-justified">
30.1920 - <li class="active"><a href="#">Home</a></li>
30.1921 - <li><a href="#">Profile</a></li>
30.1922 - <li><a href="#">Messages</a></li>
30.1923 - </ul>
30.1924 - </div>
30.1925 -{% highlight html %}
30.1926 -<ul class="nav nav-tabs nav-justified">
30.1927 - ...
30.1928 -</ul>
30.1929 -<ul class="nav nav-pills nav-justified">
30.1930 - ...
30.1931 -</ul>
30.1932 -{% endhighlight %}
30.1933 -
30.1934 -
30.1935 - <h2 id="nav-disabled-links">Disabled links</h2>
30.1936 - <p>For any nav component (tabs, pills, or list), add <code>.disabled</code> for <strong>gray links and no hover effects</strong>.</p>
30.1937 -
30.1938 - <div class="bs-callout bs-callout-warning">
30.1939 - <h4>Link functionality not impacted</h4>
30.1940 - <p>This class will only change the <code><a></code>'s appearance, not its functionality. Use custom JavaScript to disable links here.</p>
30.1941 - </div>
30.1942 -
30.1943 - <div class="bs-example">
30.1944 - <ul class="nav nav-pills">
30.1945 - <li><a href="#">Clickable link</a></li>
30.1946 - <li><a href="#">Clickable link</a></li>
30.1947 - <li class="disabled"><a href="#">Disabled link</a></li>
30.1948 - </ul>
30.1949 - </div>
30.1950 -{% highlight html %}
30.1951 -<ul class="nav nav-pills">
30.1952 - ...
30.1953 - <li class="disabled"><a href="#">Disabled link</a></li>
30.1954 - ...
30.1955 -</ul>
30.1956 -{% endhighlight %}
30.1957 -
30.1958 -
30.1959 - <h2 id="nav-dropdowns">Using dropdowns</h2>
30.1960 - <p>Add dropdown menus with a little extra HTML and the <a href="../javascript/#dropdowns">dropdowns JavaScript plugin</a>.</p>
30.1961 -
30.1962 - <h3>Tabs with dropdowns</h3>
30.1963 - <div class="bs-example">
30.1964 - <ul class="nav nav-tabs">
30.1965 - <li class="active"><a href="#">Home</a></li>
30.1966 - <li><a href="#">Help</a></li>
30.1967 - <li class="dropdown">
30.1968 - <a class="dropdown-toggle" data-toggle="dropdown" href="#">
30.1969 - Dropdown <span class="caret"></span>
30.1970 - </a>
30.1971 - <ul class="dropdown-menu" role="menu">
30.1972 - <li><a href="#">Action</a></li>
30.1973 - <li><a href="#">Another action</a></li>
30.1974 - <li><a href="#">Something else here</a></li>
30.1975 - <li class="divider"></li>
30.1976 - <li><a href="#">Separated link</a></li>
30.1977 - </ul>
30.1978 - </li>
30.1979 - </ul>
30.1980 - </div>
30.1981 -{% highlight html %}
30.1982 -<ul class="nav nav-tabs">
30.1983 - ...
30.1984 - <li class="dropdown">
30.1985 - <a class="dropdown-toggle" data-toggle="dropdown" href="#">
30.1986 - Dropdown <span class="caret"></span>
30.1987 - </a>
30.1988 - <ul class="dropdown-menu">
30.1989 - ...
30.1990 - </ul>
30.1991 - </li>
30.1992 - ...
30.1993 -</ul>
30.1994 -{% endhighlight %}
30.1995 -
30.1996 - <h3>Pills with dropdowns</h3>
30.1997 - <div class="bs-example">
30.1998 - <ul class="nav nav-pills">
30.1999 - <li class="active"><a href="#">Home</a></li>
30.2000 - <li><a href="#">Help</a></li>
30.2001 - <li class="dropdown">
30.2002 - <a class="dropdown-toggle" data-toggle="dropdown" href="#">
30.2003 - Dropdown <span class="caret"></span>
30.2004 - </a>
30.2005 - <ul class="dropdown-menu" role="menu">
30.2006 - <li><a href="#">Action</a></li>
30.2007 - <li><a href="#">Another action</a></li>
30.2008 - <li><a href="#">Something else here</a></li>
30.2009 - <li class="divider"></li>
30.2010 - <li><a href="#">Separated link</a></li>
30.2011 - </ul>
30.2012 - </li>
30.2013 - </ul>
30.2014 - </div><!-- /example -->
30.2015 -{% highlight html %}
30.2016 -<ul class="nav nav-pills">
30.2017 - ...
30.2018 - <li class="dropdown">
30.2019 - <a class="dropdown-toggle" data-toggle="dropdown" href="#">
30.2020 - Dropdown <span class="caret"></span>
30.2021 - </a>
30.2022 - <ul class="dropdown-menu">
30.2023 - ...
30.2024 - </ul>
30.2025 - </li>
30.2026 - ...
30.2027 -</ul>
30.2028 -{% endhighlight %}
30.2029 -
30.2030 - </div>
30.2031 -
30.2032 -
30.2033 -
30.2034 - <!-- Navbar
30.2035 - ================================================== -->
30.2036 - <div class="bs-docs-section">
30.2037 - <div class="page-header">
30.2038 - <h1 id="navbar">Navbar</h1>
30.2039 - </div>
30.2040 -
30.2041 - <h2 id="navbar-default">Default navbar</h2>
30.2042 - <p>Navbars are responsive meta components that serve as navigation headers for your application or site. They begin collapsed (and are toggleable) in mobile views and become horizontal as the available viewport width increases.</p>
30.2043 -
30.2044 - <div class="bs-callout bs-callout-info">
30.2045 - <h4>Customize the collapsing point</h4>
30.2046 - <p>Depending on the content in your navbar, you might need to change the point at which your navbar switches between collapsed and horizontal mode. Customize the <code>@grid-float-breakpoint</code> variable or add your own media query.</p>
30.2047 - </div>
30.2048 - <div class="bs-callout bs-callout-danger">
30.2049 - <h4>Requires JavaScript</h4>
30.2050 - <p>If JavaScript is disabled and the viewport is narrow enough that the navbar collapses, it will be impossible to expand the navbar and view the content within the <code>.navbar-collapse</code>.</p>
30.2051 - </div>
30.2052 -
30.2053 - <div class="bs-example">
30.2054 - <nav class="navbar navbar-default" role="navigation">
30.2055 - <!-- Brand and toggle get grouped for better mobile display -->
30.2056 - <div class="navbar-header">
30.2057 - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
30.2058 - <span class="sr-only">Toggle navigation</span>
30.2059 - <span class="icon-bar"></span>
30.2060 - <span class="icon-bar"></span>
30.2061 - <span class="icon-bar"></span>
30.2062 - </button>
30.2063 - <a class="navbar-brand" href="#">Brand</a>
30.2064 - </div>
30.2065 -
30.2066 - <!-- Collect the nav links, forms, and other content for toggling -->
30.2067 - <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
30.2068 - <ul class="nav navbar-nav">
30.2069 - <li class="active"><a href="#">Link</a></li>
30.2070 - <li><a href="#">Link</a></li>
30.2071 - <li class="dropdown">
30.2072 - <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
30.2073 - <ul class="dropdown-menu" role="menu">
30.2074 - <li><a href="#">Action</a></li>
30.2075 - <li><a href="#">Another action</a></li>
30.2076 - <li><a href="#">Something else here</a></li>
30.2077 - <li class="divider"></li>
30.2078 - <li><a href="#">Separated link</a></li>
30.2079 - <li class="divider"></li>
30.2080 - <li><a href="#">One more separated link</a></li>
30.2081 - </ul>
30.2082 - </li>
30.2083 - </ul>
30.2084 - <form class="navbar-form navbar-left" role="search">
30.2085 - <div class="form-group">
30.2086 - <input type="text" class="form-control" placeholder="Search">
30.2087 - </div>
30.2088 - <button type="submit" class="btn btn-default">Submit</button>
30.2089 - </form>
30.2090 - <ul class="nav navbar-nav navbar-right">
30.2091 - <li><a href="#">Link</a></li>
30.2092 - <li class="dropdown">
30.2093 - <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
30.2094 - <ul class="dropdown-menu" role="menu">
30.2095 - <li><a href="#">Action</a></li>
30.2096 - <li><a href="#">Another action</a></li>
30.2097 - <li><a href="#">Something else here</a></li>
30.2098 - <li class="divider"></li>
30.2099 - <li><a href="#">Separated link</a></li>
30.2100 - </ul>
30.2101 - </li>
30.2102 - </ul>
30.2103 - </div><!-- /.navbar-collapse -->
30.2104 - </nav>
30.2105 - </div>
30.2106 -{% highlight html %}
30.2107 -<nav class="navbar navbar-default" role="navigation">
30.2108 - <!-- Brand and toggle get grouped for better mobile display -->
30.2109 - <div class="navbar-header">
30.2110 - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
30.2111 - <span class="sr-only">Toggle navigation</span>
30.2112 - <span class="icon-bar"></span>
30.2113 - <span class="icon-bar"></span>
30.2114 - <span class="icon-bar"></span>
30.2115 - </button>
30.2116 - <a class="navbar-brand" href="#">Brand</a>
30.2117 - </div>
30.2118 -
30.2119 - <!-- Collect the nav links, forms, and other content for toggling -->
30.2120 - <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
30.2121 - <ul class="nav navbar-nav">
30.2122 - <li class="active"><a href="#">Link</a></li>
30.2123 - <li><a href="#">Link</a></li>
30.2124 - <li class="dropdown">
30.2125 - <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
30.2126 - <ul class="dropdown-menu">
30.2127 - <li><a href="#">Action</a></li>
30.2128 - <li><a href="#">Another action</a></li>
30.2129 - <li><a href="#">Something else here</a></li>
30.2130 - <li class="divider"></li>
30.2131 - <li><a href="#">Separated link</a></li>
30.2132 - <li class="divider"></li>
30.2133 - <li><a href="#">One more separated link</a></li>
30.2134 - </ul>
30.2135 - </li>
30.2136 - </ul>
30.2137 - <form class="navbar-form navbar-left" role="search">
30.2138 - <div class="form-group">
30.2139 - <input type="text" class="form-control" placeholder="Search">
30.2140 - </div>
30.2141 - <button type="submit" class="btn btn-default">Submit</button>
30.2142 - </form>
30.2143 - <ul class="nav navbar-nav navbar-right">
30.2144 - <li><a href="#">Link</a></li>
30.2145 - <li class="dropdown">
30.2146 - <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
30.2147 - <ul class="dropdown-menu">
30.2148 - <li><a href="#">Action</a></li>
30.2149 - <li><a href="#">Another action</a></li>
30.2150 - <li><a href="#">Something else here</a></li>
30.2151 - <li class="divider"></li>
30.2152 - <li><a href="#">Separated link</a></li>
30.2153 - </ul>
30.2154 - </li>
30.2155 - </ul>
30.2156 - </div><!-- /.navbar-collapse -->
30.2157 -</nav>
30.2158 -{% endhighlight %}
30.2159 -
30.2160 - <div class="bs-callout bs-callout-danger">
30.2161 - <h4>Plugin dependency</h4>
30.2162 - <p>The responsive navbar requires the <a href="../javascript/#collapse">collapse plugin</a> to be included in your version of Bootstrap.</p>
30.2163 - </div>
30.2164 -
30.2165 - <div class="bs-callout bs-callout-warning">
30.2166 - <h4>Make navbars accessible</h4>
30.2167 - <p>Be sure to add a <code>role="navigation"</code> to every navbar to help with accessibility.</p>
30.2168 - </div>
30.2169 -
30.2170 -
30.2171 - <h2 id="navbar-forms">Forms</h2>
30.2172 - <p>Place form content within <code>.navbar-form</code> for proper vertical alignment and collapsed behavior in narrow viewports. Use the alignment options to decide where it resides within the navbar content.</p>
30.2173 - <p>As a heads up, <code>.navbar-form</code> shares much of its code with <code>.form-inline</code> via mixin.</p>
30.2174 - <div class="bs-example">
30.2175 - <nav class="navbar navbar-default" role="navigation">
30.2176 - <div class="navbar-header">
30.2177 - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-2">
30.2178 - <span class="sr-only">Toggle navigation</span>
30.2179 - <span class="icon-bar"></span>
30.2180 - <span class="icon-bar"></span>
30.2181 - <span class="icon-bar"></span>
30.2182 - </button>
30.2183 - <a class="navbar-brand" href="#">Brand</a>
30.2184 - </div>
30.2185 - <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-2">
30.2186 - <form class="navbar-form navbar-left" role="search">
30.2187 - <div class="form-group">
30.2188 - <input type="text" class="form-control" placeholder="Search">
30.2189 - </div>
30.2190 - <button type="submit" class="btn btn-default">Submit</button>
30.2191 - </form>
30.2192 - </div>
30.2193 - </nav>
30.2194 - </div>
30.2195 -{% highlight html %}
30.2196 -<form class="navbar-form navbar-left" role="search">
30.2197 - <div class="form-group">
30.2198 - <input type="text" class="form-control" placeholder="Search">
30.2199 - </div>
30.2200 - <button type="submit" class="btn btn-default">Submit</button>
30.2201 -</form>
30.2202 -{% endhighlight %}
30.2203 -
30.2204 - <div class="bs-callout bs-callout-danger">
30.2205 - <h4>Always add labels</h4>
30.2206 - <p>Screen readers will have trouble with your forms if you don't include a label for every input. For these inline navbar forms, you can hide the labels using the <code>.sr-only</code> class.</p>
30.2207 - </div>
30.2208 -
30.2209 -
30.2210 - <h2 id="navbar-buttons">Buttons</h2>
30.2211 - <p>Add the <code>.navbar-btn</code> class to <code><button></code> elements not residing in a <code><form></code> to vertically center them in the navbar.</p>
30.2212 - <div class="bs-example">
30.2213 - <nav class="navbar navbar-default" role="navigation">
30.2214 - <div class="navbar-header">
30.2215 - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-3">
30.2216 - <span class="sr-only">Toggle navigation</span>
30.2217 - <span class="icon-bar"></span>
30.2218 - <span class="icon-bar"></span>
30.2219 - <span class="icon-bar"></span>
30.2220 - </button>
30.2221 - <a class="navbar-brand" href="#">Brand</a>
30.2222 - </div>
30.2223 - <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-3">
30.2224 - <button type="button" class="btn btn-default navbar-btn">Sign in</button>
30.2225 - </div>
30.2226 - </nav>
30.2227 - </div>
30.2228 -{% highlight html %}
30.2229 -<button type="button" class="btn btn-default navbar-btn">Sign in</button>
30.2230 -{% endhighlight %}
30.2231 -
30.2232 - <div class="bs-callout bs-callout-warning">
30.2233 - <h4>Context-specific usage</h4>
30.2234 - <p>Like the standard <a href="{{ page.base_url }}css#buttons">button classes</a>, <code>.navbar-btn</code> can be used on <code><a></code> and <code><input></code> elements. However, neither <code>.navbar-btn</code> nor the standard button classes should be used on <code><a></code> elements within <code>.navbar-nav</code>.</p>
30.2235 - </div>
30.2236 -
30.2237 - <h2 id="navbar-text">Text</h2>
30.2238 - <p>Wrap strings of text in an element with <code>.navbar-text</code>, usually on a <code><p></code> tag for proper leading and color.</p>
30.2239 - <div class="bs-example">
30.2240 - <nav class="navbar navbar-default" role="navigation">
30.2241 - <div class="navbar-header">
30.2242 - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-4">
30.2243 - <span class="sr-only">Toggle navigation</span>
30.2244 - <span class="icon-bar"></span>
30.2245 - <span class="icon-bar"></span>
30.2246 - <span class="icon-bar"></span>
30.2247 - </button>
30.2248 - <a class="navbar-brand" href="#">Brand</a>
30.2249 - </div>
30.2250 - <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-4">
30.2251 - <p class="navbar-text">Signed in as Mark Otto</p>
30.2252 - </div>
30.2253 - </nav>
30.2254 - </div>
30.2255 -{% highlight html %}
30.2256 -<p class="navbar-text">Signed in as Mark Otto</p>
30.2257 -{% endhighlight %}
30.2258 -
30.2259 -
30.2260 - <h2 id="navbar-links">Non-nav links</h2>
30.2261 - <p>For folks using standard links that are not within the regular navbar navigation component, use the <code>.navbar-link</code> class to add the proper colors for the default and inverse navbar options.</p>
30.2262 - <div class="bs-example">
30.2263 - <nav class="navbar navbar-default" role="navigation">
30.2264 - <div class="navbar-header">
30.2265 - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-5">
30.2266 - <span class="sr-only">Toggle navigation</span>
30.2267 - <span class="icon-bar"></span>
30.2268 - <span class="icon-bar"></span>
30.2269 - <span class="icon-bar"></span>
30.2270 - </button>
30.2271 - <a class="navbar-brand" href="#">Brand</a>
30.2272 - </div>
30.2273 - <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-5">
30.2274 - <p class="navbar-text navbar-right">Signed in as <a href="#" class="navbar-link">Mark Otto</a></p>
30.2275 - </div>
30.2276 - </nav>
30.2277 - </div>
30.2278 -{% highlight html %}
30.2279 -<p class="navbar-text navbar-right">Signed in as <a href="#" class="navbar-link">Mark Otto</a></p>
30.2280 -{% endhighlight %}
30.2281 -
30.2282 -
30.2283 - <h2 id="navbar-component-alignment">Component alignment</h2>
30.2284 - <p>Align nav links, forms, buttons, or text, using the <code>.navbar-left</code> or <code>.navbar-right</code> utility classes. Both classes will add a CSS float in the specified direction. For example, to align nav links, put them in a separate <code><ul></code> with the respective utility class applied.</p>
30.2285 - <p>These classes are mixin-ed versions of <code>.pull-left</code> and <code>.pull-right</code>, but they're scoped to media queries for easier handling of navbar components across device sizes.</p>
30.2286 -
30.2287 -
30.2288 - <h2 id="navbar-fixed-top">Fixed to top</h2>
30.2289 - <p>Add <code>.navbar-fixed-top</code>.</p>
30.2290 - <div class="bs-example bs-navbar-top-example">
30.2291 - <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
30.2292 - <!-- Brand and toggle get grouped for better mobile display -->
30.2293 - <div class="navbar-header">
30.2294 - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-6">
30.2295 - <span class="sr-only">Toggle navigation</span>
30.2296 - <span class="icon-bar"></span>
30.2297 - <span class="icon-bar"></span>
30.2298 - <span class="icon-bar"></span>
30.2299 - </button>
30.2300 - <a class="navbar-brand" href="#">Brand</a>
30.2301 - </div>
30.2302 -
30.2303 - <!-- Collect the nav links, forms, and other content for toggling -->
30.2304 - <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-6">
30.2305 - <ul class="nav navbar-nav">
30.2306 - <li class="active"><a href="#">Home</a></li>
30.2307 - <li><a href="#">Link</a></li>
30.2308 - <li><a href="#">Link</a></li>
30.2309 - </ul>
30.2310 - </div><!-- /.navbar-collapse -->
30.2311 - </nav>
30.2312 - </div><!-- /example -->
30.2313 -{% highlight html %}
30.2314 -<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
30.2315 - ...
30.2316 -</nav>
30.2317 -{% endhighlight %}
30.2318 -
30.2319 - <div class="bs-callout bs-callout-danger">
30.2320 - <h4>Body padding required</h4>
30.2321 - <p>The fixed navbar will overlay your other content, unless you add <code>padding</code> to the top of the <code><body></code>. Try out your own values or use our snippet below. Tip: By default, the navbar is 50px high.</p>
30.2322 -{% highlight css %}
30.2323 -body { padding-top: 70px; }
30.2324 -{% endhighlight %}
30.2325 - <p>Make sure to include this <strong>after</strong> the core Bootstrap CSS.</p>
30.2326 - </div>
30.2327 -
30.2328 -
30.2329 - <h2 id="navbar-fixed-bottom">Fixed to bottom</h2>
30.2330 - <p>Add <code>.navbar-fixed-bottom</code> instead.</p>
30.2331 - <div class="bs-example bs-navbar-bottom-example">
30.2332 - <nav class="navbar navbar-default navbar-fixed-bottom" role="navigation">
30.2333 - <!-- Brand and toggle get grouped for better mobile display -->
30.2334 - <div class="navbar-header">
30.2335 - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-7">
30.2336 - <span class="sr-only">Toggle navigation</span>
30.2337 - <span class="icon-bar"></span>
30.2338 - <span class="icon-bar"></span>
30.2339 - <span class="icon-bar"></span>
30.2340 - </button>
30.2341 - <a class="navbar-brand" href="#">Brand</a>
30.2342 - </div>
30.2343 -
30.2344 - <!-- Collect the nav links, forms, and other content for toggling -->
30.2345 - <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-7">
30.2346 - <ul class="nav navbar-nav">
30.2347 - <li class="active"><a href="#">Home</a></li>
30.2348 - <li><a href="#">Link</a></li>
30.2349 - <li><a href="#">Link</a></li>
30.2350 - </ul>
30.2351 - </div><!-- /.navbar-collapse -->
30.2352 - </nav>
30.2353 - </div><!-- /example -->
30.2354 -{% highlight html %}
30.2355 -<nav class="navbar navbar-default navbar-fixed-bottom" role="navigation">
30.2356 - ...
30.2357 -</nav>
30.2358 -{% endhighlight %}
30.2359 -
30.2360 - <div class="bs-callout bs-callout-danger">
30.2361 - <h4>Body padding required</h4>
30.2362 - <p>The fixed navbar will overlay your other content, unless you add <code>padding</code> to the bottom of the <code><body></code>. Try out your own values or use our snippet below. Tip: By default, the navbar is 50px high.</p>
30.2363 -{% highlight css %}
30.2364 -body { padding-bottom: 70px; }
30.2365 -{% endhighlight %}
30.2366 - <p>Make sure to include this <strong>after</strong> the core Bootstrap CSS.</p>
30.2367 - </div>
30.2368 -
30.2369 -
30.2370 - <h2 id="navbar-static-top">Static top</h2>
30.2371 - <p>Create a full-width navbar that scrolls away with the page by adding <code>.navbar-static-top</code>. Unlike the <code>.navbar-fixed-*</code> classes, you do not need to change any padding on the <code>body</code>.</p>
30.2372 - <div class="bs-example bs-navbar-top-example">
30.2373 - <nav class="navbar navbar-default navbar-static-top" role="navigation">
30.2374 - <!-- Brand and toggle get grouped for better mobile display -->
30.2375 - <div class="navbar-header">
30.2376 - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-8">
30.2377 - <span class="sr-only">Toggle navigation</span>
30.2378 - <span class="icon-bar"></span>
30.2379 - <span class="icon-bar"></span>
30.2380 - <span class="icon-bar"></span>
30.2381 - </button>
30.2382 - <a class="navbar-brand" href="#">Brand</a>
30.2383 - </div>
30.2384 -
30.2385 - <!-- Collect the nav links, forms, and other content for toggling -->
30.2386 - <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-8">
30.2387 - <ul class="nav navbar-nav">
30.2388 - <li class="active"><a href="#">Home</a></li>
30.2389 - <li><a href="#">Link</a></li>
30.2390 - <li><a href="#">Link</a></li>
30.2391 - </ul>
30.2392 - </div><!-- /.navbar-collapse -->
30.2393 - </nav>
30.2394 - </div><!-- /example -->
30.2395 -{% highlight html %}
30.2396 -<nav class="navbar navbar-default navbar-static-top" role="navigation">
30.2397 - ...
30.2398 -</nav>
30.2399 -{% endhighlight %}
30.2400 -
30.2401 -
30.2402 - <h2 id="navbar-inverted">Inverted navbar</h2>
30.2403 - <p>Modify the look of the navbar by adding <code>.navbar-inverse</code>.</p>
30.2404 - <div class="bs-example">
30.2405 - <nav class="navbar navbar-inverse" role="navigation">
30.2406 - <!-- Brand and toggle get grouped for better mobile display -->
30.2407 - <div class="navbar-header">
30.2408 - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-9">
30.2409 - <span class="sr-only">Toggle navigation</span>
30.2410 - <span class="icon-bar"></span>
30.2411 - <span class="icon-bar"></span>
30.2412 - <span class="icon-bar"></span>
30.2413 - </button>
30.2414 - <a class="navbar-brand" href="#">Brand</a>
30.2415 - </div>
30.2416 -
30.2417 - <!-- Collect the nav links, forms, and other content for toggling -->
30.2418 - <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-9">
30.2419 - <ul class="nav navbar-nav">
30.2420 - <li class="active"><a href="#">Home</a></li>
30.2421 - <li><a href="#">Link</a></li>
30.2422 - <li><a href="#">Link</a></li>
30.2423 - </ul>
30.2424 - </div><!-- /.navbar-collapse -->
30.2425 - </nav>
30.2426 - </div><!-- /example -->
30.2427 -{% highlight html %}
30.2428 -<nav class="navbar navbar-inverse" role="navigation">
30.2429 - ...
30.2430 -</nav>
30.2431 -{% endhighlight %}
30.2432 -
30.2433 - </div>
30.2434 -
30.2435 -
30.2436 -
30.2437 - <!-- Breadcrumbs
30.2438 - ================================================== -->
30.2439 - <div class="bs-docs-section">
30.2440 - <div class="page-header">
30.2441 - <h1 id="breadcrumbs">Breadcrumbs <small></small></h1>
30.2442 - </div>
30.2443 - <p class="lead">Indicate the current page's location within a navigational hierarchy.</p>
30.2444 - <p>Separators are automatically added in CSS through <code>:before</code> and <code>content</code>.</p>
30.2445 - <div class="bs-example">
30.2446 - <ol class="breadcrumb">
30.2447 - <li class="active">Home</li>
30.2448 - </ol>
30.2449 - <ol class="breadcrumb">
30.2450 - <li><a href="#">Home</a></li>
30.2451 - <li class="active">Library</li>
30.2452 - </ol>
30.2453 - <ol class="breadcrumb" style="margin-bottom: 5px;">
30.2454 - <li><a href="#">Home</a></li>
30.2455 - <li><a href="#">Library</a></li>
30.2456 - <li class="active">Data</li>
30.2457 - </ol>
30.2458 - </div>
30.2459 -{% highlight html %}
30.2460 -<ol class="breadcrumb">
30.2461 - <li><a href="#">Home</a></li>
30.2462 - <li><a href="#">Library</a></li>
30.2463 - <li class="active">Data</li>
30.2464 -</ol>
30.2465 -{% endhighlight %}
30.2466 - </div>
30.2467 -
30.2468 -
30.2469 -
30.2470 - <!-- Pagination
30.2471 - ================================================== -->
30.2472 - <div class="bs-docs-section">
30.2473 - <div class="page-header">
30.2474 - <h1 id="pagination">Pagination</h1>
30.2475 - </div>
30.2476 - <p class="lead">Provide pagination links for your site or app with the multi-page pagination component, or the simpler <a href="#pagination-pager">pager alternative</a>.</p>
30.2477 -
30.2478 - <h2 id="pagination-default">Default pagination</h2>
30.2479 - <p>Simple pagination inspired by Rdio, great for apps and search results. The large block is hard to miss, easily scalable, and provides large click areas.</p>
30.2480 - <div class="bs-example">
30.2481 - <ul class="pagination">
30.2482 - <li><a href="#">«</a></li>
30.2483 - <li><a href="#">1</a></li>
30.2484 - <li><a href="#">2</a></li>
30.2485 - <li><a href="#">3</a></li>
30.2486 - <li><a href="#">4</a></li>
30.2487 - <li><a href="#">5</a></li>
30.2488 - <li><a href="#">»</a></li>
30.2489 - </ul>
30.2490 - </div>
30.2491 -{% highlight html %}
30.2492 -<ul class="pagination">
30.2493 - <li><a href="#">«</a></li>
30.2494 - <li><a href="#">1</a></li>
30.2495 - <li><a href="#">2</a></li>
30.2496 - <li><a href="#">3</a></li>
30.2497 - <li><a href="#">4</a></li>
30.2498 - <li><a href="#">5</a></li>
30.2499 - <li><a href="#">»</a></li>
30.2500 -</ul>
30.2501 -{% endhighlight %}
30.2502 -
30.2503 - <h3>Disabled and active states</h3>
30.2504 - <p>Links are customizable for different circumstances. Use <code>.disabled</code> for unclickable links and <code>.active</code> to indicate the current page.</p>
30.2505 - <div class="bs-example">
30.2506 - <ul class="pagination">
30.2507 - <li class="disabled"><a href="#">«</a></li>
30.2508 - <li class="active"><a href="#">1 <span class="sr-only">(current)</span></a></li>
30.2509 - <li><a href="#">2</a></li>
30.2510 - <li><a href="#">3</a></li>
30.2511 - <li><a href="#">4</a></li>
30.2512 - <li><a href="#">5</a></li>
30.2513 - <li><a href="#">»</a></li>
30.2514 - </ul>
30.2515 - </div>
30.2516 -{% highlight html %}
30.2517 -<ul class="pagination">
30.2518 - <li class="disabled"><a href="#">«</a></li>
30.2519 - <li class="active"><a href="#">1 <span class="sr-only">(current)</span></a></li>
30.2520 - ...
30.2521 -</ul>
30.2522 -{% endhighlight %}
30.2523 - <p>You can optionally swap out active or disabled anchors for <code><span></code> to remove click functionality while retaining intended styles.</p>
30.2524 -{% highlight html %}
30.2525 -<ul class="pagination">
30.2526 - <li class="disabled"><span>«</span></li>
30.2527 - <li class="active"><span>1 <span class="sr-only">(current)</span></span></li>
30.2528 - ...
30.2529 -</ul>
30.2530 -{% endhighlight %}
30.2531 -
30.2532 -
30.2533 - <h3>Sizing</h3>
30.2534 - <p>Fancy larger or smaller pagination? Add <code>.pagination-lg</code> or <code>.pagination-sm</code> for additional sizes.</p>
30.2535 - <div class="bs-example">
30.2536 - <div>
30.2537 - <ul class="pagination pagination-lg">
30.2538 - <li><a href="#">«</a></li>
30.2539 - <li><a href="#">1</a></li>
30.2540 - <li><a href="#">2</a></li>
30.2541 - <li><a href="#">3</a></li>
30.2542 - <li><a href="#">4</a></li>
30.2543 - <li><a href="#">5</a></li>
30.2544 - <li><a href="#">»</a></li>
30.2545 - </ul>
30.2546 - </div>
30.2547 - <div>
30.2548 - <ul class="pagination">
30.2549 - <li><a href="#">«</a></li>
30.2550 - <li><a href="#">1</a></li>
30.2551 - <li><a href="#">2</a></li>
30.2552 - <li><a href="#">3</a></li>
30.2553 - <li><a href="#">4</a></li>
30.2554 - <li><a href="#">5</a></li>
30.2555 - <li><a href="#">»</a></li>
30.2556 - </ul>
30.2557 - </div>
30.2558 - <div>
30.2559 - <ul class="pagination pagination-sm">
30.2560 - <li><a href="#">«</a></li>
30.2561 - <li><a href="#">1</a></li>
30.2562 - <li><a href="#">2</a></li>
30.2563 - <li><a href="#">3</a></li>
30.2564 - <li><a href="#">4</a></li>
30.2565 - <li><a href="#">5</a></li>
30.2566 - <li><a href="#">»</a></li>
30.2567 - </ul>
30.2568 - </div>
30.2569 - </div>
30.2570 -{% highlight html %}
30.2571 -<ul class="pagination pagination-lg">...</ul>
30.2572 -<ul class="pagination">...</ul>
30.2573 -<ul class="pagination pagination-sm">...</ul>
30.2574 -{% endhighlight %}
30.2575 -
30.2576 -
30.2577 - <h2 id="pagination-pager">Pager</h2>
30.2578 - <p>Quick previous and next links for simple pagination implementations with light markup and styles. It's great for simple sites like blogs or magazines.</p>
30.2579 -
30.2580 - <h3>Default example</h3>
30.2581 - <p>By default, the pager centers links.</p>
30.2582 - <div class="bs-example">
30.2583 - <ul class="pager">
30.2584 - <li><a href="#">Previous</a></li>
30.2585 - <li><a href="#">Next</a></li>
30.2586 - </ul>
30.2587 - </div>
30.2588 -{% highlight html %}
30.2589 -<ul class="pager">
30.2590 - <li><a href="#">Previous</a></li>
30.2591 - <li><a href="#">Next</a></li>
30.2592 -</ul>
30.2593 -{% endhighlight %}
30.2594 -
30.2595 - <h3>Aligned links</h3>
30.2596 - <p>Alternatively, you can align each link to the sides:</p>
30.2597 - <div class="bs-example">
30.2598 - <ul class="pager">
30.2599 - <li class="previous"><a href="#">← Older</a></li>
30.2600 - <li class="next"><a href="#">Newer →</a></li>
30.2601 - </ul>
30.2602 - </div>
30.2603 -{% highlight html %}
30.2604 -<ul class="pager">
30.2605 - <li class="previous"><a href="#">← Older</a></li>
30.2606 - <li class="next"><a href="#">Newer →</a></li>
30.2607 -</ul>
30.2608 -{% endhighlight %}
30.2609 -
30.2610 -
30.2611 - <h3>Optional disabled state</h3>
30.2612 - <p>Pager links also use the general <code>.disabled</code> utility class from the pagination.</p>
30.2613 - <div class="bs-example">
30.2614 - <ul class="pager">
30.2615 - <li class="previous disabled"><a href="#">← Older</a></li>
30.2616 - <li class="next"><a href="#">Newer →</a></li>
30.2617 - </ul>
30.2618 - </div>
30.2619 -{% highlight html %}
30.2620 -<ul class="pager">
30.2621 - <li class="previous disabled"><a href="#">← Older</a></li>
30.2622 - <li class="next"><a href="#">Newer →</a></li>
30.2623 -</ul>
30.2624 -{% endhighlight %}
30.2625 - </div>
30.2626 -
30.2627 -
30.2628 -
30.2629 - <!-- Labels
30.2630 - ================================================== -->
30.2631 - <div class="bs-docs-section">
30.2632 - <div class="page-header">
30.2633 - <h1 id="labels">Labels</h1>
30.2634 - </div>
30.2635 - <p class="lead"></p>
30.2636 -
30.2637 - <h3>Example</h3>
30.2638 - <div class="bs-example">
30.2639 - <h1>Example heading <span class="label label-default">New</span></h1>
30.2640 - <h2>Example heading <span class="label label-default">New</span></h2>
30.2641 - <h3>Example heading <span class="label label-default">New</span></h3>
30.2642 - <h4>Example heading <span class="label label-default">New</span></h4>
30.2643 - <h5>Example heading <span class="label label-default">New</span></h5>
30.2644 - <h6>Example heading <span class="label label-default">New</span></h6>
30.2645 - </div>
30.2646 -{% highlight html %}
30.2647 -<h3>Example heading <span class="label label-default">New</span></h3>
30.2648 -{% endhighlight %}
30.2649 -
30.2650 - <h3>Available variations</h3>
30.2651 - <p>Add any of the below mentioned modifier classes to change the appearance of a label.</p>
30.2652 - <div class="bs-example">
30.2653 - <span class="label label-default">Default</span>
30.2654 - <span class="label label-primary">Primary</span>
30.2655 - <span class="label label-success">Success</span>
30.2656 - <span class="label label-info">Info</span>
30.2657 - <span class="label label-warning">Warning</span>
30.2658 - <span class="label label-danger">Danger</span>
30.2659 - </div>
30.2660 -{% highlight html %}
30.2661 -<span class="label label-default">Default</span>
30.2662 -<span class="label label-primary">Primary</span>
30.2663 -<span class="label label-success">Success</span>
30.2664 -<span class="label label-info">Info</span>
30.2665 -<span class="label label-warning">Warning</span>
30.2666 -<span class="label label-danger">Danger</span>
30.2667 -{% endhighlight %}
30.2668 -
30.2669 - </div>
30.2670 -
30.2671 -
30.2672 -
30.2673 - <!-- Badges
30.2674 - ================================================== -->
30.2675 - <div class="bs-docs-section">
30.2676 - <div class="page-header">
30.2677 - <h1 id="badges">Badges</h1>
30.2678 - </div>
30.2679 - <p class="lead">Easily highlight new or unread items by adding a <code><span class="badge"></code> to links, Bootstrap navs, and more.</p>
30.2680 -
30.2681 - <div class="bs-example">
30.2682 - <a href="#">Inbox <span class="badge">42</span></a>
30.2683 - </div>
30.2684 -{% highlight html %}
30.2685 -<a href="#">Inbox <span class="badge">42</span></a>
30.2686 -{% endhighlight %}
30.2687 -
30.2688 - <h4>Self collapsing</h4>
30.2689 - <p>When there are no new or unread items, badges will simply collapse (via CSS's <code>:empty</code> selector) provided no content exists within.</p>
30.2690 -
30.2691 - <div class="bs-callout bs-callout-danger">
30.2692 - <h4>Cross-browser compatibility</h4>
30.2693 - <p>Badges won't self collapse in Internet Explorer 8 because it lacks support for the <code>:empty</code> selector.</p>
30.2694 - </div>
30.2695 -
30.2696 - <h4>Adapts to active nav states</h4>
30.2697 - <p>Built-in styles are included for placing badges in active states in pill and list navigations.</p>
30.2698 - <div class="bs-example">
30.2699 - <ul class="nav nav-pills">
30.2700 - <li class="active"><a href="#">Home <span class="badge">42</span></a></li>
30.2701 - <li><a href="#">Profile</a></li>
30.2702 - <li><a href="#">Messages <span class="badge">3</span></a></li>
30.2703 - </ul>
30.2704 - <br>
30.2705 - <ul class="nav nav-pills nav-stacked" style="max-width: 260px;">
30.2706 - <li class="active">
30.2707 - <a href="#">
30.2708 - <span class="badge pull-right">42</span>
30.2709 - Home
30.2710 - </a>
30.2711 - </li>
30.2712 - <li><a href="#">Profile</a></li>
30.2713 - <li>
30.2714 - <a href="#">
30.2715 - <span class="badge pull-right">3</span>
30.2716 - Messages
30.2717 - </a>
30.2718 - </li>
30.2719 - </ul>
30.2720 - <br>
30.2721 - <button class="btn btn-primary" type="button">
30.2722 - Messages <span class="badge">4</span>
30.2723 - </button>
30.2724 - </div>
30.2725 -{% highlight html %}
30.2726 -<ul class="nav nav-pills nav-stacked">
30.2727 - <li class="active">
30.2728 - <a href="#">
30.2729 - <span class="badge pull-right">42</span>
30.2730 - Home
30.2731 - </a>
30.2732 - </li>
30.2733 - ...
30.2734 -</ul>
30.2735 -{% endhighlight %}
30.2736 - </div>
30.2737 -
30.2738 -
30.2739 -
30.2740 - <!-- Jumbotron
30.2741 - ================================================== -->
30.2742 - <div class="bs-docs-section">
30.2743 - <div class="page-header">
30.2744 - <h1 id="jumbotron">Jumbotron</h1>
30.2745 - </div>
30.2746 - <p>A lightweight, flexible component that can optionally extend the entire viewport to showcase key content on your site.</p>
30.2747 - <div class="bs-example">
30.2748 - <div class="jumbotron">
30.2749 - <h1>Hello, world!</h1>
30.2750 - <p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
30.2751 - <p><a class="btn btn-primary btn-lg" role="button">Learn more</a></p>
30.2752 - </div>
30.2753 - </div>
30.2754 -{% highlight html %}
30.2755 -<div class="jumbotron">
30.2756 - <h1>Hello, world!</h1>
30.2757 - <p>...</p>
30.2758 - <p><a class="btn btn-primary btn-lg" role="button">Learn more</a></p>
30.2759 -</div>
30.2760 -{% endhighlight %}
30.2761 - <p>To make the jumbotron full width, and without rounded corners, place it outside all <code>.container</code>s and instead add a <code>.container</code> within.</p>
30.2762 -{% highlight html %}
30.2763 -<div class="jumbotron">
30.2764 - <div class="container">
30.2765 - ...
30.2766 - </div>
30.2767 -</div>
30.2768 -{% endhighlight %}
30.2769 -
30.2770 - </div>
30.2771 -
30.2772 -
30.2773 -
30.2774 - <!-- Page header
30.2775 - ================================================== -->
30.2776 - <div class="bs-docs-section">
30.2777 - <div class="page-header">
30.2778 - <h1 id="page-header">Page header</h1>
30.2779 - </div>
30.2780 - <p>A simple shell for an <code>h1</code> to appropriately space out and segment sections of content on a page. It can utilize the <code>h1</code>'s default <code>small</code> element, as well as most other components (with additional styles).</p>
30.2781 - <div class="bs-example">
30.2782 - <div class="page-header">
30.2783 - <h1>Example page header <small>Subtext for header</small></h1>
30.2784 - </div>
30.2785 - </div>
30.2786 -{% highlight html %}
30.2787 -<div class="page-header">
30.2788 - <h1>Example page header <small>Subtext for header</small></h1>
30.2789 -</div>
30.2790 -{% endhighlight %}
30.2791 - </div>
30.2792 -
30.2793 -
30.2794 -
30.2795 - <!-- Thumbnails
30.2796 - ================================================== -->
30.2797 - <div class="bs-docs-section">
30.2798 - <div class="page-header">
30.2799 - <h1 id="thumbnails">Thumbnails</h1>
30.2800 - </div>
30.2801 - <p class="lead">Extend Bootstrap's <a href="../css/#grid">grid system</a> with the thumbnail component to easily display grids of images, videos, text, and more.</p>
30.2802 -
30.2803 - <h3 id="thumbnails-default">Default example</h3>
30.2804 - <p>By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.</p>
30.2805 - <div class="bs-example">
30.2806 - <div class="row">
30.2807 - <div class="col-xs-6 col-md-3">
30.2808 - <a href="#" class="thumbnail">
30.2809 - <img data-src="holder.js/100%x180" alt="Generic placeholder thumbnail">
30.2810 - </a>
30.2811 - </div>
30.2812 - <div class="col-xs-6 col-md-3">
30.2813 - <a href="#" class="thumbnail">
30.2814 - <img data-src="holder.js/100%x180" alt="Generic placeholder thumbnail">
30.2815 - </a>
30.2816 - </div>
30.2817 - <div class="col-xs-6 col-md-3">
30.2818 - <a href="#" class="thumbnail">
30.2819 - <img data-src="holder.js/100%x180" alt="Generic placeholder thumbnail">
30.2820 - </a>
30.2821 - </div>
30.2822 - <div class="col-xs-6 col-md-3">
30.2823 - <a href="#" class="thumbnail">
30.2824 - <img data-src="holder.js/100%x180" alt="Generic placeholder thumbnail">
30.2825 - </a>
30.2826 - </div>
30.2827 - </div>
30.2828 - </div><!-- /.bs-example -->
30.2829 -{% highlight html %}
30.2830 -<div class="row">
30.2831 - <div class="col-xs-6 col-md-3">
30.2832 - <a href="#" class="thumbnail">
30.2833 - <img data-src="holder.js/100%x180" alt="...">
30.2834 - </a>
30.2835 - </div>
30.2836 - ...
30.2837 -</div>
30.2838 -{% endhighlight %}
30.2839 -
30.2840 - <h3 id="thumbnails-custom-content">Custom content</h3>
30.2841 - <p>With a bit of extra markup, it's possible to add any kind of HTML content like headings, paragraphs, or buttons into thumbnails.</p>
30.2842 - <div class="bs-example">
30.2843 - <div class="row">
30.2844 - <div class="col-sm-6 col-md-4">
30.2845 - <div class="thumbnail">
30.2846 - <img data-src="holder.js/300x200" alt="Generic placeholder thumbnail">
30.2847 - <div class="caption">
30.2848 - <h3>Thumbnail label</h3>
30.2849 - <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
30.2850 - <p><a href="#" class="btn btn-primary" role="button">Button</a> <a href="#" class="btn btn-default" role="button">Button</a></p>
30.2851 - </div>
30.2852 - </div>
30.2853 - </div>
30.2854 - <div class="col-sm-6 col-md-4">
30.2855 - <div class="thumbnail">
30.2856 - <img data-src="holder.js/300x200" alt="Generic placeholder thumbnail">
30.2857 - <div class="caption">
30.2858 - <h3>Thumbnail label</h3>
30.2859 - <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
30.2860 - <p><a href="#" class="btn btn-primary" role="button">Button</a> <a href="#" class="btn btn-default" role="button">Button</a></p>
30.2861 - </div>
30.2862 - </div>
30.2863 - </div>
30.2864 - <div class="col-sm-6 col-md-4">
30.2865 - <div class="thumbnail">
30.2866 - <img data-src="holder.js/300x200" alt="Generic placeholder thumbnail">
30.2867 - <div class="caption">
30.2868 - <h3>Thumbnail label</h3>
30.2869 - <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
30.2870 - <p><a href="#" class="btn btn-primary" role="button">Button</a> <a href="#" class="btn btn-default" role="button">Button</a></p>
30.2871 - </div>
30.2872 - </div>
30.2873 - </div>
30.2874 - </div>
30.2875 - </div><!-- /.bs-example -->
30.2876 -{% highlight html %}
30.2877 -<div class="row">
30.2878 - <div class="col-sm-6 col-md-4">
30.2879 - <div class="thumbnail">
30.2880 - <img data-src="holder.js/300x200" alt="...">
30.2881 - <div class="caption">
30.2882 - <h3>Thumbnail label</h3>
30.2883 - <p>...</p>
30.2884 - <p><a href="#" class="btn btn-primary" role="button">Button</a> <a href="#" class="btn btn-default" role="button">Button</a></p>
30.2885 - </div>
30.2886 - </div>
30.2887 - </div>
30.2888 -</div>
30.2889 -{% endhighlight %}
30.2890 - </div>
30.2891 -
30.2892 -
30.2893 -
30.2894 -
30.2895 - <!-- Alerts
30.2896 - ================================================== -->
30.2897 - <div class="bs-docs-section">
30.2898 - <div class="page-header">
30.2899 - <h1 id="alerts">Alerts</h1>
30.2900 - </div>
30.2901 - <p class="lead">Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the <a href="../javascript/#alerts">alerts jQuery plugin</a>.</p>
30.2902 -
30.2903 - <h2 id="alerts-examples">Examples</h2>
30.2904 - <p>Wrap any text and an optional dismiss button in <code>.alert</code> and one of the four contextual classes (e.g., <code>.alert-success</code>) for basic alert messages.</p>
30.2905 -
30.2906 - <div class="bs-callout bs-callout-info">
30.2907 - <h4>No default class</h4>
30.2908 - <p>Alerts don't have default classes, only base and modifier classes. A default gray alert doesn't make too much sense, so you're required to specify a type via contextual class. Choose from success, info, warning, or danger.</p>
30.2909 - </div>
30.2910 -
30.2911 - <div class="bs-example">
30.2912 - <div class="alert alert-success">
30.2913 - <strong>Well done!</strong> You successfully read this important alert message.
30.2914 - </div>
30.2915 - <div class="alert alert-info">
30.2916 - <strong>Heads up!</strong> This alert needs your attention, but it's not super important.
30.2917 - </div>
30.2918 - <div class="alert alert-warning">
30.2919 - <strong>Warning!</strong> Best check yo self, you're not looking too good.
30.2920 - </div>
30.2921 - <div class="alert alert-danger">
30.2922 - <strong>Oh snap!</strong> Change a few things up and try submitting again.
30.2923 - </div>
30.2924 - </div>
30.2925 -{% highlight html %}
30.2926 -<div class="alert alert-success">...</div>
30.2927 -<div class="alert alert-info">...</div>
30.2928 -<div class="alert alert-warning">...</div>
30.2929 -<div class="alert alert-danger">...</div>
30.2930 -{% endhighlight %}
30.2931 -
30.2932 - <h2 id="alerts-dismissable">Dismissable alerts</h2>
30.2933 - <p>Build on any alert by adding an optional <code>.alert-dismissable</code> and close button.</p>
30.2934 - <div class="bs-example">
30.2935 - <div class="alert alert-warning alert-dismissable">
30.2936 - <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
30.2937 - <strong>Warning!</strong> Best check yo self, you're not looking too good.
30.2938 - </div>
30.2939 - </div>
30.2940 -{% highlight html %}
30.2941 -<div class="alert alert-warning alert-dismissable">
30.2942 - <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
30.2943 - <strong>Warning!</strong> Best check yo self, you're not looking too good.
30.2944 -</div>
30.2945 -{% endhighlight %}
30.2946 -
30.2947 - <div class="bs-callout bs-callout-warning">
30.2948 - <h4>Ensure proper behavior across all devices</h4>
30.2949 - <p>Be sure to use the <code><button></code> element with the <code>data-dismiss="alert"</code> data attribute.</p>
30.2950 - </div>
30.2951 -
30.2952 - <h2 id="alerts-links">Links in alerts</h2>
30.2953 - <p>Use the <code>.alert-link</code> utility class to quickly provide matching colored links within any alert.</p>
30.2954 - <div class="bs-example">
30.2955 - <div class="alert alert-success">
30.2956 - <strong>Well done!</strong> You successfully read <a href="#" class="alert-link">this important alert message</a>.
30.2957 - </div>
30.2958 - <div class="alert alert-info">
30.2959 - <strong>Heads up!</strong> This <a href="#" class="alert-link">alert needs your attention</a>, but it's not super important.
30.2960 - </div>
30.2961 - <div class="alert alert-warning">
30.2962 - <strong>Warning!</strong> Best check yo self, you're <a href="#" class="alert-link">not looking too good</a>.
30.2963 - </div>
30.2964 - <div class="alert alert-danger">
30.2965 - <strong>Oh snap!</strong> <a href="#" class="alert-link">Change a few things up</a> and try submitting again.
30.2966 - </div>
30.2967 - </div>
30.2968 -{% highlight html %}
30.2969 -<div class="alert alert-success">
30.2970 - <a href="#" class="alert-link">...</a>
30.2971 -</div>
30.2972 -<div class="alert alert-info">
30.2973 - <a href="#" class="alert-link">...</a>
30.2974 -</div>
30.2975 -<div class="alert alert-warning">
30.2976 - <a href="#" class="alert-link">...</a>
30.2977 -</div>
30.2978 -<div class="alert alert-danger">
30.2979 - <a href="#" class="alert-link">...</a>
30.2980 -</div>
30.2981 -{% endhighlight %}
30.2982 - </div>
30.2983 -
30.2984 -
30.2985 -
30.2986 -
30.2987 - <!-- Progress bars
30.2988 - ================================================== -->
30.2989 - <div class="bs-docs-section">
30.2990 - <div class="page-header">
30.2991 - <h1 id="progress">Progress bars</h1>
30.2992 - </div>
30.2993 - <p class="lead">Provide up-to-date feedback on the progress of a workflow or action with simple yet flexible progress bars.</p>
30.2994 -
30.2995 - <div class="bs-callout bs-callout-danger">
30.2996 - <h4>Cross-browser compatibility</h4>
30.2997 - <p>Progress bars use CSS3 transitions and animations to achieve some of their effects. These features are not supported in Internet Explorer 9 and below or older versions of Firefox. Opera 12 does not support animations.</p>
30.2998 - </div>
30.2999 -
30.3000 - <h3 id="progress-basic">Basic example</h3>
30.3001 - <p>Default progress bar.</p>
30.3002 - <div class="bs-example">
30.3003 - <div class="progress">
30.3004 - <div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
30.3005 - <span class="sr-only">60% Complete</span>
30.3006 - </div>
30.3007 - </div>
30.3008 - </div>
30.3009 -{% highlight html %}
30.3010 -<div class="progress">
30.3011 - <div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
30.3012 - <span class="sr-only">60% Complete</span>
30.3013 - </div>
30.3014 -</div>
30.3015 -{% endhighlight %}
30.3016 -
30.3017 - <h3 id="progress-alternatives">Contextual alternatives</h3>
30.3018 - <p>Progress bars use some of the same button and alert classes for consistent styles.</p>
30.3019 - <div class="bs-example">
30.3020 - <div class="progress">
30.3021 - <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
30.3022 - <span class="sr-only">40% Complete (success)</span>
30.3023 - </div>
30.3024 - </div>
30.3025 - <div class="progress">
30.3026 - <div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%">
30.3027 - <span class="sr-only">20% Complete</span>
30.3028 - </div>
30.3029 - </div>
30.3030 - <div class="progress">
30.3031 - <div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
30.3032 - <span class="sr-only">60% Complete (warning)</span>
30.3033 - </div>
30.3034 - </div>
30.3035 - <div class="progress">
30.3036 - <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
30.3037 - <span class="sr-only">80% Complete (danger)</span>
30.3038 - </div>
30.3039 - </div>
30.3040 - </div>
30.3041 -{% highlight html %}
30.3042 -<div class="progress">
30.3043 - <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
30.3044 - <span class="sr-only">40% Complete (success)</span>
30.3045 - </div>
30.3046 -</div>
30.3047 -<div class="progress">
30.3048 - <div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%">
30.3049 - <span class="sr-only">20% Complete</span>
30.3050 - </div>
30.3051 -</div>
30.3052 -<div class="progress">
30.3053 - <div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
30.3054 - <span class="sr-only">60% Complete (warning)</span>
30.3055 - </div>
30.3056 -</div>
30.3057 -<div class="progress">
30.3058 - <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
30.3059 - <span class="sr-only">80% Complete</span>
30.3060 - </div>
30.3061 -</div>
30.3062 -{% endhighlight %}
30.3063 -
30.3064 - <h3 id="progress-striped">Striped</h3>
30.3065 - <p>Uses a gradient to create a striped effect. Not available in IE8.</p>
30.3066 - <div class="bs-example">
30.3067 - <div class="progress progress-striped" >
30.3068 - <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
30.3069 - <span class="sr-only">40% Complete (success)</span>
30.3070 - </div>
30.3071 - </div>
30.3072 - <div class="progress progress-striped">
30.3073 - <div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%">
30.3074 - <span class="sr-only">20% Complete</span>
30.3075 - </div>
30.3076 - </div>
30.3077 - <div class="progress progress-striped">
30.3078 - <div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
30.3079 - <span class="sr-only">60% Complete (warning)</span>
30.3080 - </div>
30.3081 - </div>
30.3082 - <div class="progress progress-striped">
30.3083 - <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
30.3084 - <span class="sr-only">80% Complete (danger)</span>
30.3085 - </div>
30.3086 - </div>
30.3087 - </div>
30.3088 -{% highlight html %}
30.3089 -<div class="progress progress-striped">
30.3090 - <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
30.3091 - <span class="sr-only">40% Complete (success)</span>
30.3092 - </div>
30.3093 -</div>
30.3094 -<div class="progress progress-striped">
30.3095 - <div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%">
30.3096 - <span class="sr-only">20% Complete</span>
30.3097 - </div>
30.3098 -</div>
30.3099 -<div class="progress progress-striped">
30.3100 - <div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
30.3101 - <span class="sr-only">60% Complete (warning)</span>
30.3102 - </div>
30.3103 -</div>
30.3104 -<div class="progress progress-striped">
30.3105 - <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
30.3106 - <span class="sr-only">80% Complete (danger)</span>
30.3107 - </div>
30.3108 -</div>
30.3109 -{% endhighlight %}
30.3110 -
30.3111 - <h3 id="progress-animated">Animated</h3>
30.3112 - <p>Add <code>.active</code> to <code>.progress-striped</code> to animate the stripes right to left. Not available in all versions of IE.</p>
30.3113 - <div class="bs-example">
30.3114 - <div class="progress progress-striped active">
30.3115 - <div class="progress-bar" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 45%"><span class="sr-only">45% Complete</span></div>
30.3116 - </div>
30.3117 - </div>
30.3118 -{% highlight html %}
30.3119 -<div class="progress progress-striped active">
30.3120 - <div class="progress-bar" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 45%">
30.3121 - <span class="sr-only">45% Complete</span>
30.3122 - </div>
30.3123 -</div>
30.3124 -{% endhighlight %}
30.3125 -
30.3126 - <h3 id="progress-stacked">Stacked</h3>
30.3127 - <p>Place multiple bars into the same <code>.progress</code> to stack them.</p>
30.3128 - <div class="bs-example">
30.3129 - <div class="progress">
30.3130 - <div class="progress-bar progress-bar-success" style="width: 35%">
30.3131 - <span class="sr-only">35% Complete (success)</span>
30.3132 - </div>
30.3133 - <div class="progress-bar progress-bar-warning" style="width: 20%">
30.3134 - <span class="sr-only">20% Complete (warning)</span>
30.3135 - </div>
30.3136 - <div class="progress-bar progress-bar-danger" style="width: 10%">
30.3137 - <span class="sr-only">10% Complete (danger)</span>
30.3138 - </div>
30.3139 - </div>
30.3140 - </div>
30.3141 -{% highlight html %}
30.3142 -<div class="progress">
30.3143 - <div class="progress-bar progress-bar-success" style="width: 35%">
30.3144 - <span class="sr-only">35% Complete (success)</span>
30.3145 - </div>
30.3146 - <div class="progress-bar progress-bar-warning" style="width: 20%">
30.3147 - <span class="sr-only">20% Complete (warning)</span>
30.3148 - </div>
30.3149 - <div class="progress-bar progress-bar-danger" style="width: 10%">
30.3150 - <span class="sr-only">10% Complete (danger)</span>
30.3151 - </div>
30.3152 -</div>
30.3153 -{% endhighlight %}
30.3154 - </div>
30.3155 -
30.3156 -
30.3157 -
30.3158 -
30.3159 - <!-- Media object
30.3160 - ================================================== -->
30.3161 - <div class="bs-docs-section">
30.3162 - <div class="page-header">
30.3163 - <h1 id="media">Media object</h1>
30.3164 - </div>
30.3165 - <p class="lead">Abstract object styles for building various types of components (like blog comments, Tweets, etc) that feature a left- or right-aligned image alongside textual content.</p>
30.3166 -
30.3167 - <h3 id="media-default">Default media</h3>
30.3168 - <p>The default media allow to float a media object (images, video, audio) to the left or right of a content block.</p>
30.3169 - <div class="bs-example">
30.3170 - <div class="media">
30.3171 - <a class="pull-left" href="#">
30.3172 - <img class="media-object" data-src="holder.js/64x64" alt="Generic placeholder image">
30.3173 - </a>
30.3174 - <div class="media-body">
30.3175 - <h4 class="media-heading">Media heading</h4>
30.3176 - Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
30.3177 - </div>
30.3178 - </div>
30.3179 - <div class="media">
30.3180 - <a class="pull-left" href="#">
30.3181 - <img class="media-object" data-src="holder.js/64x64" alt="Generic placeholder image">
30.3182 - </a>
30.3183 - <div class="media-body">
30.3184 - <h4 class="media-heading">Media heading</h4>
30.3185 - Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
30.3186 - <div class="media">
30.3187 - <a class="pull-left" href="#">
30.3188 - <img class="media-object" data-src="holder.js/64x64" alt="Generic placeholder image">
30.3189 - </a>
30.3190 - <div class="media-body">
30.3191 - <h4 class="media-heading">Nested media heading</h4>
30.3192 - Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.
30.3193 - </div>
30.3194 - </div>
30.3195 - </div>
30.3196 - </div>
30.3197 - </div><!-- /.bs-example -->
30.3198 -{% highlight html %}
30.3199 -<div class="media">
30.3200 - <a class="pull-left" href="#">
30.3201 - <img class="media-object" src="..." alt="...">
30.3202 - </a>
30.3203 - <div class="media-body">
30.3204 - <h4 class="media-heading">Media heading</h4>
30.3205 - ...
30.3206 - </div>
30.3207 -</div>
30.3208 -{% endhighlight %}
30.3209 -
30.3210 - <h3 id="media-list">Media list</h3>
30.3211 - <p>With a bit of extra markup, you can use media inside list (useful for comment threads or articles lists).</p>
30.3212 - <div class="bs-example">
30.3213 - <ul class="media-list">
30.3214 - <li class="media">
30.3215 - <a class="pull-left" href="#">
30.3216 - <img class="media-object" data-src="holder.js/64x64" alt="Generic placeholder image">
30.3217 - </a>
30.3218 - <div class="media-body">
30.3219 - <h4 class="media-heading">Media heading</h4>
30.3220 - <p>Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.</p>
30.3221 - <!-- Nested media object -->
30.3222 - <div class="media">
30.3223 - <a class="pull-left" href="#">
30.3224 - <img class="media-object" data-src="holder.js/64x64" alt="Generic placeholder image">
30.3225 - </a>
30.3226 - <div class="media-body">
30.3227 - <h4 class="media-heading">Nested media heading</h4>
30.3228 - Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.
30.3229 - <!-- Nested media object -->
30.3230 - <div class="media">
30.3231 - <a class="pull-left" href="#">
30.3232 - <img class="media-object" data-src="holder.js/64x64" alt="Generic placeholder image">
30.3233 - </a>
30.3234 - <div class="media-body">
30.3235 - <h4 class="media-heading">Nested media heading</h4>
30.3236 - Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.
30.3237 - </div>
30.3238 - </div>
30.3239 - </div>
30.3240 - </div>
30.3241 - <!-- Nested media object -->
30.3242 - <div class="media">
30.3243 - <a class="pull-left" href="#">
30.3244 - <img class="media-object" data-src="holder.js/64x64" alt="Generic placeholder image">
30.3245 - </a>
30.3246 - <div class="media-body">
30.3247 - <h4 class="media-heading">Nested media heading</h4>
30.3248 - Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.
30.3249 - </div>
30.3250 - </div>
30.3251 - </div>
30.3252 - </li>
30.3253 - <li class="media">
30.3254 - <a class="pull-right" href="#">
30.3255 - <img class="media-object" data-src="holder.js/64x64" alt="Generic placeholder image">
30.3256 - </a>
30.3257 - <div class="media-body">
30.3258 - <h4 class="media-heading">Media heading</h4>
30.3259 - Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.
30.3260 - </div>
30.3261 - </li>
30.3262 - </ul>
30.3263 - </div>
30.3264 -{% highlight html %}
30.3265 -<ul class="media-list">
30.3266 - <li class="media">
30.3267 - <a class="pull-left" href="#">
30.3268 - <img class="media-object" src="..." alt="...">
30.3269 - </a>
30.3270 - <div class="media-body">
30.3271 - <h4 class="media-heading">Media heading</h4>
30.3272 - ...
30.3273 - </div>
30.3274 - </li>
30.3275 -</ul>
30.3276 -{% endhighlight %}
30.3277 - </div>
30.3278 -
30.3279 -
30.3280 -
30.3281 - <!-- List group
30.3282 - ================================================== -->
30.3283 - <div class="bs-docs-section">
30.3284 - <div class="page-header">
30.3285 - <h1 id="list-group">List group</h1>
30.3286 - </div>
30.3287 - <p class="lead">List groups are a flexible and powerful component for displaying not only simple lists of elements, but complex ones with custom content.</p>
30.3288 -
30.3289 - <h3 id="list-group-basic">Basic example</h3>
30.3290 - <p>The most basic list group is simply an unordered list with list items, and the proper classes. Build upon it with the options that follow, or your own CSS as needed.</p>
30.3291 - <div class="bs-example">
30.3292 - <ul class="list-group">
30.3293 - <li class="list-group-item">Cras justo odio</li>
30.3294 - <li class="list-group-item">Dapibus ac facilisis in</li>
30.3295 - <li class="list-group-item">Morbi leo risus</li>
30.3296 - <li class="list-group-item">Porta ac consectetur ac</li>
30.3297 - <li class="list-group-item">Vestibulum at eros</li>
30.3298 - </ul>
30.3299 - </div>
30.3300 -{% highlight html %}
30.3301 -<ul class="list-group">
30.3302 - <li class="list-group-item">Cras justo odio</li>
30.3303 - <li class="list-group-item">Dapibus ac facilisis in</li>
30.3304 - <li class="list-group-item">Morbi leo risus</li>
30.3305 - <li class="list-group-item">Porta ac consectetur ac</li>
30.3306 - <li class="list-group-item">Vestibulum at eros</li>
30.3307 -</ul>
30.3308 -{% endhighlight %}
30.3309 -
30.3310 - <h3 id="list-group-badges">Badges</h3>
30.3311 - <p>Add the badges component to any list group item and it will automatically be positioned on the right.</p>
30.3312 - <div class="bs-example">
30.3313 - <ul class="list-group">
30.3314 - <li class="list-group-item">
30.3315 - <span class="badge">14</span>
30.3316 - Cras justo odio
30.3317 - </li>
30.3318 - <li class="list-group-item">
30.3319 - <span class="badge">2</span>
30.3320 - Dapibus ac facilisis in
30.3321 - </li>
30.3322 - <li class="list-group-item">
30.3323 - <span class="badge">1</span>
30.3324 - Morbi leo risus
30.3325 - </li>
30.3326 - </ul>
30.3327 - </div>
30.3328 -{% highlight html %}
30.3329 -<ul class="list-group">
30.3330 - <li class="list-group-item">
30.3331 - <span class="badge">14</span>
30.3332 - Cras justo odio
30.3333 - </li>
30.3334 -</ul>
30.3335 -{% endhighlight %}
30.3336 -
30.3337 - <h3 id="list-group-linked">Linked items</h3>
30.3338 - <p>Linkify list group items by using anchor tags instead of list items (that also means a parent <code><div></code> instead of an <code><ul></code>). No need for individual parents around each element.</p>
30.3339 - <div class="bs-example">
30.3340 - <div class="list-group">
30.3341 - <a href="#" class="list-group-item active">
30.3342 - Cras justo odio
30.3343 - </a>
30.3344 - <a href="#" class="list-group-item">Dapibus ac facilisis in</a>
30.3345 - <a href="#" class="list-group-item">Morbi leo risus</a>
30.3346 - <a href="#" class="list-group-item">Porta ac consectetur ac</a>
30.3347 - <a href="#" class="list-group-item">Vestibulum at eros</a>
30.3348 - </div>
30.3349 - </div>
30.3350 -{% highlight html %}
30.3351 -<div class="list-group">
30.3352 - <a href="#" class="list-group-item active">
30.3353 - Cras justo odio
30.3354 - </a>
30.3355 - <a href="#" class="list-group-item">Dapibus ac facilisis in</a>
30.3356 - <a href="#" class="list-group-item">Morbi leo risus</a>
30.3357 - <a href="#" class="list-group-item">Porta ac consectetur ac</a>
30.3358 - <a href="#" class="list-group-item">Vestibulum at eros</a>
30.3359 -</div>
30.3360 -{% endhighlight %}
30.3361 -
30.3362 - <h3 id="list-group-custom-content">Custom content</h3>
30.3363 - <p>Add nearly any HTML within, even for linked list groups like the one below.</p>
30.3364 - <div class="bs-example">
30.3365 - <div class="list-group">
30.3366 - <a href="#" class="list-group-item active">
30.3367 - <h4 class="list-group-item-heading">List group item heading</h4>
30.3368 - <p class="list-group-item-text">Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.</p>
30.3369 - </a>
30.3370 - <a href="#" class="list-group-item">
30.3371 - <h4 class="list-group-item-heading">List group item heading</h4>
30.3372 - <p class="list-group-item-text">Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.</p>
30.3373 - </a>
30.3374 - <a href="#" class="list-group-item">
30.3375 - <h4 class="list-group-item-heading">List group item heading</h4>
30.3376 - <p class="list-group-item-text">Donec id elit non mi porta gravida at eget metus. Maecenas sed diam eget risus varius blandit.</p>
30.3377 - </a>
30.3378 - </div>
30.3379 - </div>
30.3380 -{% highlight html %}
30.3381 -<div class="list-group">
30.3382 - <a href="#" class="list-group-item active">
30.3383 - <h4 class="list-group-item-heading">List group item heading</h4>
30.3384 - <p class="list-group-item-text">...</p>
30.3385 - </a>
30.3386 -</div>
30.3387 -{% endhighlight %}
30.3388 - </div>
30.3389 -
30.3390 -
30.3391 -
30.3392 -
30.3393 - <!-- Panels
30.3394 - ================================================== -->
30.3395 - <div class="bs-docs-section">
30.3396 - <div class="page-header">
30.3397 - <h1 id="panels">Panels</h1>
30.3398 - </div>
30.3399 - <p class="lead">While not always necessary, sometimes you need to put your DOM in a box. For those situations, try the panel component.</p>
30.3400 -
30.3401 - <h3 id="panels-basic">Basic example</h3>
30.3402 - <p>By default, all the <code>.panel</code> does is apply some basic border and padding to contain some content.</p>
30.3403 - <div class="bs-example">
30.3404 - <div class="panel panel-default">
30.3405 - <div class="panel-body">
30.3406 - Basic panel example
30.3407 - </div>
30.3408 - </div>
30.3409 - </div>
30.3410 -{% highlight html %}
30.3411 -<div class="panel panel-default">
30.3412 - <div class="panel-body">
30.3413 - Basic panel example
30.3414 - </div>
30.3415 -</div>
30.3416 -{% endhighlight %}
30.3417 -
30.3418 - <h3 id="panels-heading">Panel with heading</h3>
30.3419 - <p>Easily add a heading container to your panel with <code>.panel-heading</code>. You may also include any <code><h1></code>-<code><h6></code> with a <code>.panel-title</code> class to add a pre-styled heading.</p>
30.3420 - <div class="bs-example">
30.3421 - <div class="panel panel-default">
30.3422 - <div class="panel-heading">Panel heading without title</div>
30.3423 - <div class="panel-body">
30.3424 - Panel content
30.3425 - </div>
30.3426 - </div>
30.3427 - <div class="panel panel-default">
30.3428 - <div class="panel-heading">
30.3429 - <h3 class="panel-title">Panel title</h3>
30.3430 - </div>
30.3431 - <div class="panel-body">
30.3432 - Panel content
30.3433 - </div>
30.3434 - </div>
30.3435 - </div>
30.3436 -{% highlight html %}
30.3437 -<div class="panel panel-default">
30.3438 - <div class="panel-heading">Panel heading without title</div>
30.3439 - <div class="panel-body">
30.3440 - Panel content
30.3441 - </div>
30.3442 -</div>
30.3443 -
30.3444 -<div class="panel panel-default">
30.3445 - <div class="panel-heading">
30.3446 - <h3 class="panel-title">Panel title</h3>
30.3447 - </div>
30.3448 - <div class="panel-body">
30.3449 - Panel content
30.3450 - </div>
30.3451 -</div>
30.3452 -{% endhighlight %}
30.3453 -
30.3454 - <h3 id="panels-footer">Panel with footer</h3>
30.3455 - <p>Wrap buttons or secondary text in <code>.panel-footer</code>. Note that panel footers <strong>do not</strong> inherit colors and borders when using contextual variations as they are not meant to be in the foreground.</p>
30.3456 - <div class="bs-example">
30.3457 - <div class="panel panel-default">
30.3458 - <div class="panel-body">
30.3459 - Panel content
30.3460 - </div>
30.3461 - <div class="panel-footer">Panel footer</div>
30.3462 - </div>
30.3463 - </div>
30.3464 -{% highlight html %}
30.3465 -<div class="panel panel-default">
30.3466 - <div class="panel-body">
30.3467 - Panel content
30.3468 - </div>
30.3469 - <div class="panel-footer">Panel footer</div>
30.3470 -</div>
30.3471 -{% endhighlight %}
30.3472 -
30.3473 - <h3 id="panels-alternatives">Contextual alternatives</h3>
30.3474 - <p>Like other components, easily make a panel more meaningful to a particular context by adding any of the contextual state classes.</p>
30.3475 - <div class="bs-example">
30.3476 - <div class="panel panel-primary">
30.3477 - <div class="panel-heading">
30.3478 - <h3 class="panel-title">Panel title</h3>
30.3479 - </div>
30.3480 - <div class="panel-body">
30.3481 - Panel content
30.3482 - </div>
30.3483 - </div>
30.3484 - <div class="panel panel-success">
30.3485 - <div class="panel-heading">
30.3486 - <h3 class="panel-title">Panel title</h3>
30.3487 - </div>
30.3488 - <div class="panel-body">
30.3489 - Panel content
30.3490 - </div>
30.3491 - </div>
30.3492 - <div class="panel panel-info">
30.3493 - <div class="panel-heading">
30.3494 - <h3 class="panel-title">Panel title</h3>
30.3495 - </div>
30.3496 - <div class="panel-body">
30.3497 - Panel content
30.3498 - </div>
30.3499 - </div>
30.3500 - <div class="panel panel-warning">
30.3501 - <div class="panel-heading">
30.3502 - <h3 class="panel-title">Panel title</h3>
30.3503 - </div>
30.3504 - <div class="panel-body">
30.3505 - Panel content
30.3506 - </div>
30.3507 - </div>
30.3508 - <div class="panel panel-danger">
30.3509 - <div class="panel-heading">
30.3510 - <h3 class="panel-title">Panel title</h3>
30.3511 - </div>
30.3512 - <div class="panel-body">
30.3513 - Panel content
30.3514 - </div>
30.3515 - </div>
30.3516 - </div>
30.3517 -{% highlight html %}
30.3518 -<div class="panel panel-primary">...</div>
30.3519 -<div class="panel panel-success">...</div>
30.3520 -<div class="panel panel-info">...</div>
30.3521 -<div class="panel panel-warning">...</div>
30.3522 -<div class="panel panel-danger">...</div>
30.3523 -{% endhighlight %}
30.3524 -
30.3525 - <h3 id="panels-tables">With tables</h3>
30.3526 - <p>Add any non-bordered <code>.table</code> within a panel for a seamless design. If there is a <code>.panel-body</code>, we add an extra border to the top of the table for separation.</p>
30.3527 - <div class="bs-example">
30.3528 - <div class="panel panel-default">
30.3529 - <!-- Default panel contents -->
30.3530 - <div class="panel-heading">Panel heading</div>
30.3531 - <div class="panel-body">
30.3532 - <p>Some default panel content here. Nulla vitae elit libero, a pharetra augue. Aenean lacinia bibendum nulla sed consectetur. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
30.3533 - </div>
30.3534 -
30.3535 - <!-- Table -->
30.3536 - <table class="table">
30.3537 - <thead>
30.3538 - <tr>
30.3539 - <th>#</th>
30.3540 - <th>First Name</th>
30.3541 - <th>Last Name</th>
30.3542 - <th>Username</th>
30.3543 - </tr>
30.3544 - </thead>
30.3545 - <tbody>
30.3546 - <tr>
30.3547 - <td>1</td>
30.3548 - <td>Mark</td>
30.3549 - <td>Otto</td>
30.3550 - <td>@mdo</td>
30.3551 - </tr>
30.3552 - <tr>
30.3553 - <td>2</td>
30.3554 - <td>Jacob</td>
30.3555 - <td>Thornton</td>
30.3556 - <td>@fat</td>
30.3557 - </tr>
30.3558 - <tr>
30.3559 - <td>3</td>
30.3560 - <td>Larry</td>
30.3561 - <td>the Bird</td>
30.3562 - <td>@twitter</td>
30.3563 - </tr>
30.3564 - </tbody>
30.3565 - </table>
30.3566 - </div>
30.3567 - </div>
30.3568 -{% highlight html %}
30.3569 -<div class="panel panel-default">
30.3570 - <!-- Default panel contents -->
30.3571 - <div class="panel-heading">Panel heading</div>
30.3572 - <div class="panel-body">
30.3573 - <p>...</p>
30.3574 - </div>
30.3575 -
30.3576 - <!-- Table -->
30.3577 - <table class="table">
30.3578 - ...
30.3579 - </table>
30.3580 -</div>
30.3581 -{% endhighlight %}
30.3582 -
30.3583 - <p>If there is no panel body, the component moves from panel header to table without interruption.</p>
30.3584 - <div class="bs-example">
30.3585 - <div class="panel panel-default">
30.3586 - <!-- Default panel contents -->
30.3587 - <div class="panel-heading">Panel heading</div>
30.3588 -
30.3589 - <!-- Table -->
30.3590 - <table class="table">
30.3591 - <thead>
30.3592 - <tr>
30.3593 - <th>#</th>
30.3594 - <th>First Name</th>
30.3595 - <th>Last Name</th>
30.3596 - <th>Username</th>
30.3597 - </tr>
30.3598 - </thead>
30.3599 - <tbody>
30.3600 - <tr>
30.3601 - <td>1</td>
30.3602 - <td>Mark</td>
30.3603 - <td>Otto</td>
30.3604 - <td>@mdo</td>
30.3605 - </tr>
30.3606 - <tr>
30.3607 - <td>2</td>
30.3608 - <td>Jacob</td>
30.3609 - <td>Thornton</td>
30.3610 - <td>@fat</td>
30.3611 - </tr>
30.3612 - <tr>
30.3613 - <td>3</td>
30.3614 - <td>Larry</td>
30.3615 - <td>the Bird</td>
30.3616 - <td>@twitter</td>
30.3617 - </tr>
30.3618 - </tbody>
30.3619 - </table>
30.3620 - </div>
30.3621 - </div>
30.3622 -{% highlight html %}
30.3623 -<div class="panel panel-default">
30.3624 - <!-- Default panel contents -->
30.3625 - <div class="panel-heading">Panel heading</div>
30.3626 -
30.3627 - <!-- Table -->
30.3628 - <table class="table">
30.3629 - ...
30.3630 - </table>
30.3631 -</div>
30.3632 -{% endhighlight %}
30.3633 -
30.3634 -
30.3635 -
30.3636 - <h3 id="panels-list-group">With list groups</h3>
30.3637 - <p>Easily include full-width <a href="#list-group">list groups</a> within any panel.</p>
30.3638 - <div class="bs-example">
30.3639 - <div class="panel panel-default">
30.3640 - <!-- Default panel contents -->
30.3641 - <div class="panel-heading">Panel heading</div>
30.3642 - <div class="panel-body">
30.3643 - <p>Some default panel content here. Nulla vitae elit libero, a pharetra augue. Aenean lacinia bibendum nulla sed consectetur. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
30.3644 - </div>
30.3645 -
30.3646 - <!-- List group -->
30.3647 - <ul class="list-group">
30.3648 - <li class="list-group-item">Cras justo odio</li>
30.3649 - <li class="list-group-item">Dapibus ac facilisis in</li>
30.3650 - <li class="list-group-item">Morbi leo risus</li>
30.3651 - <li class="list-group-item">Porta ac consectetur ac</li>
30.3652 - <li class="list-group-item">Vestibulum at eros</li>
30.3653 - </ul>
30.3654 - </div>
30.3655 - </div>
30.3656 -{% highlight html %}
30.3657 -<div class="panel panel-default">
30.3658 - <!-- Default panel contents -->
30.3659 - <div class="panel-heading">Panel heading</div>
30.3660 - <div class="panel-body">
30.3661 - <p>...</p>
30.3662 - </div>
30.3663 -
30.3664 - <!-- List group -->
30.3665 - <ul class="list-group">
30.3666 - <li class="list-group-item">Cras justo odio</li>
30.3667 - <li class="list-group-item">Dapibus ac facilisis in</li>
30.3668 - <li class="list-group-item">Morbi leo risus</li>
30.3669 - <li class="list-group-item">Porta ac consectetur ac</li>
30.3670 - <li class="list-group-item">Vestibulum at eros</li>
30.3671 - </ul>
30.3672 -</div>
30.3673 -{% endhighlight %}
30.3674 -
30.3675 - </div>
30.3676 -
30.3677 -
30.3678 -
30.3679 -
30.3680 -
30.3681 - <!-- Wells
30.3682 - ================================================== -->
30.3683 - <div class="bs-docs-section">
30.3684 - <div class="page-header">
30.3685 - <h1 id="wells">Wells</h1>
30.3686 - </div>
30.3687 -
30.3688 - <h3>Default well</h3>
30.3689 - <p>Use the well as a simple effect on an element to give it an inset effect.</p>
30.3690 - <div class="bs-example">
30.3691 - <div class="well">
30.3692 - Look, I'm in a well!
30.3693 - </div>
30.3694 - </div>
30.3695 -{% highlight html %}
30.3696 -<div class="well">...</div>
30.3697 -{% endhighlight %}
30.3698 - <h3>Optional classes</h3>
30.3699 - <p>Control padding and rounded corners with two optional modifier classes.</p>
30.3700 - <div class="bs-example">
30.3701 - <div class="well well-lg">
30.3702 - Look, I'm in a large well!
30.3703 - </div>
30.3704 - </div>
30.3705 -{% highlight html %}
30.3706 -<div class="well well-lg">...</div>
30.3707 -{% endhighlight %}
30.3708 -
30.3709 - <div class="bs-example">
30.3710 - <div class="well well-sm">
30.3711 - Look, I'm in a small well!
30.3712 - </div>
30.3713 - </div>
30.3714 -{% highlight html %}
30.3715 -<div class="well well-sm">...</div>
30.3716 -{% endhighlight %}
30.3717 - </div>
31.1 --- a/bootstrap-source/bootstrap-3.0.3/composer.json Sat Jan 18 12:34:36 2014 +0100
31.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
31.3 @@ -1,25 +0,0 @@
31.4 -{
31.5 - "name": "twbs/bootstrap"
31.6 - , "description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development."
31.7 - , "keywords": ["bootstrap", "css"]
31.8 - , "homepage": "http://getbootstrap.com"
31.9 - , "authors": [
31.10 - {
31.11 - "name": "Mark Otto",
31.12 - "email": "markdotto@gmail.com"
31.13 - },
31.14 - {
31.15 - "name": "Jacob Thornton",
31.16 - "email": "jacobthornton@gmail.com"
31.17 - }
31.18 - ]
31.19 - , "support": {
31.20 - "issues": "https://github.com/twbs/bootstrap/issues"
31.21 - }
31.22 - , "license": "Apache-2.0"
31.23 - , "extra": {
31.24 - "branch-alias": {
31.25 - "dev-master": "3.0.x-dev"
31.26 - }
31.27 - }
31.28 -}
32.1 --- a/bootstrap-source/bootstrap-3.0.3/css.html Sat Jan 18 12:34:36 2014 +0100
32.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
32.3 @@ -1,2673 +0,0 @@
32.4 ----
32.5 -layout: default
32.6 -title: CSS
32.7 -slug: css
32.8 -lead: "Global CSS settings, fundamental HTML elements styled and enhanced with extensible classes, and an advanced grid system."
32.9 -base_url: "../"
32.10 ----
32.11 -
32.12 -
32.13 - <!-- Global Bootstrap settings
32.14 - ================================================== -->
32.15 - <div class="bs-docs-section">
32.16 - <div class="page-header">
32.17 - <h1 id="overview">Overview</h1>
32.18 - </div>
32.19 - <p class="lead">Get the lowdown on the key pieces of Bootstrap's infrastructure, including our approach to better, faster, stronger web development.</p>
32.20 -
32.21 - <h3 id="overview-doctype">HTML5 doctype</h3>
32.22 - <p>Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning of all your projects.</p>
32.23 -{% highlight html %}
32.24 -<!DOCTYPE html>
32.25 -<html lang="en">
32.26 - ...
32.27 -</html>
32.28 -{% endhighlight %}
32.29 -
32.30 - <h3 id="overview-mobile">Mobile first</h3>
32.31 - <p>With Bootstrap 2, we added optional mobile friendly styles for key aspects of the framework. With Bootstrap 3, we've rewritten the project to be mobile friendly from the start. Instead of adding on optional mobile styles, they're baked right into the core. In fact, <strong>Bootstrap is mobile first</strong>. Mobile first styles can be found throughout the entire library instead of in separate files.</p>
32.32 - <p>To ensure proper rendering and touch zooming, <strong>add the viewport meta tag</strong> to your <code><head></code>.</p>
32.33 -{% highlight html %}
32.34 -<meta name="viewport" content="width=device-width, initial-scale=1.0">
32.35 -{% endhighlight %}
32.36 - <p>You can disable zooming capabilities on mobile devices by adding <code>user-scalable=no</code> to the viewport meta tag. This disables zooming, meaning users are only able to scroll, and results in your site feeling a bit more like a native application. Overall we don't recommend this on every site, so use caution!</p>
32.37 -{% highlight html %}
32.38 -<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
32.39 -{% endhighlight %}
32.40 -
32.41 - <h3 id="overview-responsive-images">Responsive images</h3>
32.42 - <p>Images in Bootstrap 3 can be made responsive-friendly via the addition of the <code>.img-responsive</code> class. This applies <code>max-width: 100%;</code> and <code>height: auto;</code> to the image so that it scales nicely to the parent element.</p>
32.43 -{% highlight html %}
32.44 -<img src="..." class="img-responsive" alt="Responsive image">
32.45 -{% endhighlight %}
32.46 -
32.47 - <h3 id="overview-type-links">Typography and links</h3>
32.48 - <p>Bootstrap sets basic global display, typography, and link styles. Specifically, we:</p>
32.49 - <ul>
32.50 - <li>Set <code>background-color: #fff;</code> on the <code>body</code></li>
32.51 - <li>Use the <code>@font-family-base</code>, <code>@font-size-base</code>, and <code>@line-height-base</code> attributes as our typographic base</li>
32.52 - <li>Set the global link color via <code>@link-color</code> and apply link underlines only on <code>:hover</code></li>
32.53 - </ul>
32.54 - <p>These styles can be found within <code>scaffolding.less</code>.</p>
32.55 -
32.56 - <h3 id="overview-normalize">Normalize</h3>
32.57 - <p>For improved cross-browser rendering, we use <a href="http://necolas.github.io/normalize.css/" target="_blank">Normalize</a>, a project by <a href="http://twitter.com/necolas" target="_blank">Nicolas Gallagher</a> and <a href="http://twitter.com/jon_neal" target="_blank">Jonathan Neal</a>.</p>
32.58 -
32.59 - <h3 id="overview-container">Containers</h3>
32.60 - <p>Easily center a page's contents by wrapping its contents in a <code>.container</code>. Containers set <code>width</code> at various media query breakpoints to match our grid system.</p>
32.61 - <p>Note that, due to <code>padding</code> and fixed widths, containers are not nestable by default.</p>
32.62 -{% highlight html %}
32.63 -<div class="container">
32.64 - ...
32.65 -</div>
32.66 -{% endhighlight %}
32.67 - </div>
32.68 -
32.69 -
32.70 -
32.71 - <!-- Grid system
32.72 - ================================================== -->
32.73 - <div class="bs-docs-section">
32.74 - <div class="page-header">
32.75 - <h1 id="grid">Grid system</h1>
32.76 - </div>
32.77 - <p class="lead">Bootstrap includes a responsive, mobile first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases. It includes <a href="#grid-example-basic">predefined classes</a> for easy layout options, as well as powerful <a href="#grid-less">mixins for generating more semantic layouts</a>.</p>
32.78 -
32.79 - <h3 id="grid-intro">Introduction</h3>
32.80 - <p>Grid systems are used for creating page layouts through a series of rows and columns that house your content. Here's how the Bootstrap grid system works:</p>
32.81 - <ul>
32.82 - <li>Rows must be placed within a <code>.container</code> for proper alignment and padding.</li>
32.83 - <li>Use rows to create horizontal groups of columns.</li>
32.84 - <li>Content should be placed within columns, and only columns may be immediate children of rows.</li>
32.85 - <li>Predefined grid classes like <code>.row</code> and <code>.col-xs-4</code> are available for quickly making grid layouts. LESS mixins can also be used for more semantic layouts.</li>
32.86 - <li>Columns create gutters (gaps between column content) via <code>padding</code>. That padding is offset in rows for the first and last column via negative margin on <code>.row</code>s.</li>
32.87 - <li>Grid columns are created by specifying the number of twelve available columns you wish to span. For example, three equal columns would use three <code>.col-xs-4</code>.</li>
32.88 - </ul>
32.89 - <p>Look to the examples for applying these principles to your code.</p>
32.90 -
32.91 - <div class="bs-callout bs-callout-info">
32.92 - <h4>Grids and full-width layouts</h4>
32.93 - <p>Folks looking to create fully fluid layouts (meaning your site stretches the entire width of the viewport) must wrap their grid content in a containing element with <code>padding: 0 15px;</code> to offset the <code>margin: 0 -15px;</code> used on <code>.row</code>s.</p>
32.94 - </div>
32.95 -
32.96 - <h3 id="grid-media-queries">Media queries</h3>
32.97 - <p>We use the following media queries in our LESS files to create the key breakpoints in our grid system.</p>
32.98 -{% highlight css %}
32.99 -/* Extra small devices (phones, less than 768px) */
32.100 -/* No media query since this is the default in Bootstrap */
32.101 -
32.102 -/* Small devices (tablets, 768px and up) */
32.103 -@media (min-width: @screen-sm-min) { ... }
32.104 -
32.105 -/* Medium devices (desktops, 992px and up) */
32.106 -@media (min-width: @screen-md-min) { ... }
32.107 -
32.108 -/* Large devices (large desktops, 1200px and up) */
32.109 -@media (min-width: @screen-lg-min) { ... }
32.110 -{% endhighlight %}
32.111 - <p>We occasionally expand on these media queries to include a <code>max-width</code> to limit CSS to a narrower set of devices.</p>
32.112 -{% highlight css %}
32.113 -@media (max-width: @screen-xs-max) { ... }
32.114 -@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { ... }
32.115 -@media (min-width: @screen-md-min) and (max-width: @screen-md-max) { ... }
32.116 -@media (min-width: @screen-lg-min) { ... }
32.117 -{% endhighlight %}
32.118 -
32.119 - <h3 id="grid-options">Grid options</h3>
32.120 - <p>See how aspects of the Bootstrap grid system work across multiple devices with a handy table.</p>
32.121 - <div class="table-responsive">
32.122 - <table class="table table-bordered table-striped">
32.123 - <thead>
32.124 - <tr>
32.125 - <th></th>
32.126 - <th>
32.127 - Extra small devices
32.128 - <small>Phones (<768px)</small>
32.129 - </th>
32.130 - <th>
32.131 - Small devices
32.132 - <small>Tablets (≥768px)</small>
32.133 - </th>
32.134 - <th>
32.135 - Medium devices
32.136 - <small>Desktops (≥992px)</small>
32.137 - </th>
32.138 - <th>
32.139 - Large devices
32.140 - <small>Desktops (≥1200px)</small>
32.141 - </th>
32.142 - </tr>
32.143 - </thead>
32.144 - <tbody>
32.145 - <tr>
32.146 - <th>Grid behavior</th>
32.147 - <td>Horizontal at all times</td>
32.148 - <td colspan="3">Collapsed to start, horizontal above breakpoints</td>
32.149 - </tr>
32.150 - <tr>
32.151 - <th>Max container width</th>
32.152 - <td>None (auto)</td>
32.153 - <td>750px</td>
32.154 - <td>970px</td>
32.155 - <td>1170px</td>
32.156 - </tr>
32.157 - <tr>
32.158 - <th>Class prefix</th>
32.159 - <td><code>.col-xs-</code></td>
32.160 - <td><code>.col-sm-</code></td>
32.161 - <td><code>.col-md-</code></td>
32.162 - <td><code>.col-lg-</code></td>
32.163 - </tr>
32.164 - <tr>
32.165 - <th># of columns</th>
32.166 - <td colspan="4">12</td>
32.167 - </tr>
32.168 - <tr>
32.169 - <th>Max column width</th>
32.170 - <td class="text-muted">Auto</td>
32.171 - <td>60px</td>
32.172 - <td>78px</td>
32.173 - <td>95px</td>
32.174 - </tr>
32.175 - <tr>
32.176 - <th>Gutter width</th>
32.177 - <td colspan="4">30px (15px on each side of a column)</td>
32.178 - </tr>
32.179 - <tr>
32.180 - <th>Nestable</th>
32.181 - <td colspan="4">Yes</td>
32.182 - </tr>
32.183 - <tr>
32.184 - <th>Offsets</th>
32.185 - <td colspan="4">Yes</td>
32.186 - </tr>
32.187 - <tr>
32.188 - <th>Column ordering</th>
32.189 - <td colspan="4">Yes</td>
32.190 - </tr>
32.191 - </tbody>
32.192 - </table>
32.193 - </div>
32.194 - <p>Grid classes apply to devices with screen widths greater than or equal to the breakpoint sizes, and override grid classes targeted at smaller devices. Therefore, applying any <code>.col-md-</code> class to an element will not only affect its styling on medium devices but also on large devices if a <code>.col-lg-</code> class is not present.</p>
32.195 -
32.196 - <h3 id="grid-example-basic">Example: Stacked-to-horizontal</h3>
32.197 - <p>Using a single set of <code>.col-md-*</code> grid classes, you can create a basic grid system that starts out stacked on mobile devices and tablet devices (the extra small to small range) before becoming horizontal on desktop (medium) devices. Place grid columns in any <code>.row</code>.</p>
32.198 - <div class="bs-docs-grid">
32.199 - <div class="row show-grid">
32.200 - <div class="col-md-1">.col-md-1</div>
32.201 - <div class="col-md-1">.col-md-1</div>
32.202 - <div class="col-md-1">.col-md-1</div>
32.203 - <div class="col-md-1">.col-md-1</div>
32.204 - <div class="col-md-1">.col-md-1</div>
32.205 - <div class="col-md-1">.col-md-1</div>
32.206 - <div class="col-md-1">.col-md-1</div>
32.207 - <div class="col-md-1">.col-md-1</div>
32.208 - <div class="col-md-1">.col-md-1</div>
32.209 - <div class="col-md-1">.col-md-1</div>
32.210 - <div class="col-md-1">.col-md-1</div>
32.211 - <div class="col-md-1">.col-md-1</div>
32.212 - </div>
32.213 - <div class="row show-grid">
32.214 - <div class="col-md-8">.col-md-8</div>
32.215 - <div class="col-md-4">.col-md-4</div>
32.216 - </div>
32.217 - <div class="row show-grid">
32.218 - <div class="col-md-4">.col-md-4</div>
32.219 - <div class="col-md-4">.col-md-4</div>
32.220 - <div class="col-md-4">.col-md-4</div>
32.221 - </div>
32.222 - <div class="row show-grid">
32.223 - <div class="col-md-6">.col-md-6</div>
32.224 - <div class="col-md-6">.col-md-6</div>
32.225 - </div>
32.226 - </div>
32.227 -{% highlight html %}
32.228 -<div class="row">
32.229 - <div class="col-md-1">.col-md-1</div>
32.230 - <div class="col-md-1">.col-md-1</div>
32.231 - <div class="col-md-1">.col-md-1</div>
32.232 - <div class="col-md-1">.col-md-1</div>
32.233 - <div class="col-md-1">.col-md-1</div>
32.234 - <div class="col-md-1">.col-md-1</div>
32.235 - <div class="col-md-1">.col-md-1</div>
32.236 - <div class="col-md-1">.col-md-1</div>
32.237 - <div class="col-md-1">.col-md-1</div>
32.238 - <div class="col-md-1">.col-md-1</div>
32.239 - <div class="col-md-1">.col-md-1</div>
32.240 - <div class="col-md-1">.col-md-1</div>
32.241 -</div>
32.242 -<div class="row">
32.243 - <div class="col-md-8">.col-md-8</div>
32.244 - <div class="col-md-4">.col-md-4</div>
32.245 -</div>
32.246 -<div class="row">
32.247 - <div class="col-md-4">.col-md-4</div>
32.248 - <div class="col-md-4">.col-md-4</div>
32.249 - <div class="col-md-4">.col-md-4</div>
32.250 -</div>
32.251 -<div class="row">
32.252 - <div class="col-md-6">.col-md-6</div>
32.253 - <div class="col-md-6">.col-md-6</div>
32.254 -</div>
32.255 -{% endhighlight %}
32.256 -
32.257 - <h3 id="grid-example-mixed">Example: Mobile and desktop</h3>
32.258 - <p>Don't want your columns to simply stack in smaller devices? Use the extra small and medium device grid classes by adding <code>.col-xs-*</code> <code>.col-md-*</code> to your columns. See the example below for a better idea of how it all works.</p>
32.259 - <div class="bs-docs-grid">
32.260 - <div class="row show-grid">
32.261 - <div class="col-xs-12 col-md-8">.col-xs-12 .col-md-8</div>
32.262 - <div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
32.263 - </div>
32.264 - <div class="row show-grid">
32.265 - <div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
32.266 - <div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
32.267 - <div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
32.268 - </div>
32.269 - <div class="row show-grid">
32.270 - <div class="col-xs-6">.col-xs-6</div>
32.271 - <div class="col-xs-6">.col-xs-6</div>
32.272 - </div>
32.273 - </div>
32.274 -{% highlight html %}
32.275 -<!-- Stack the columns on mobile by making one full-width and the other half-width -->
32.276 -<div class="row">
32.277 - <div class="col-xs-12 col-md-8">.col-xs-12 .col-md-8</div>
32.278 - <div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
32.279 -</div>
32.280 -
32.281 -<!-- Columns start at 50% wide on mobile and bump up to 33.3% wide on desktop -->
32.282 -<div class="row">
32.283 - <div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
32.284 - <div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
32.285 - <div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
32.286 -</div>
32.287 -
32.288 -<!-- Columns are always 50% wide, on mobile and desktop -->
32.289 -<div class="row">
32.290 - <div class="col-xs-6">.col-xs-6</div>
32.291 - <div class="col-xs-6">.col-xs-6</div>
32.292 -</div>
32.293 -{% endhighlight %}
32.294 -
32.295 - <h3 id="grid-example-mixed-complete">Example: Mobile, tablet, desktops</h3>
32.296 - <p>Build on the previous example by creating even more dynamic and powerful layouts with tablet <code>.col-sm-*</code> classes.</p>
32.297 - <div class="bs-docs-grid">
32.298 - <div class="row show-grid">
32.299 - <div class="col-xs-12 col-sm-6 col-md-8">.col-xs-12 .col-sm-6 .col-md-8</div>
32.300 - <div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
32.301 - </div>
32.302 - <div class="row show-grid">
32.303 - <div class="col-xs-6 col-sm-4">.col-xs-6 .col-sm-4</div>
32.304 - <div class="col-xs-6 col-sm-4">.col-xs-6 .col-sm-4</div>
32.305 - <!-- Optional: clear the XS cols if their content doesn't match in height -->
32.306 - <div class="clearfix visible-xs"></div>
32.307 - <div class="col-xs-6 col-sm-4">.col-xs-6 .col-sm-4</div>
32.308 - </div>
32.309 - </div>
32.310 -{% highlight html %}
32.311 -<div class="row">
32.312 - <div class="col-xs-12 col-sm-6 col-md-8">.col-xs-12 .col-sm-6 .col-md-8</div>
32.313 - <div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
32.314 -</div>
32.315 -<div class="row">
32.316 - <div class="col-xs-6 col-sm-4">.col-xs-6 .col-sm-4</div>
32.317 - <div class="col-xs-6 col-sm-4">.col-xs-6 .col-sm-4</div>
32.318 - <!-- Optional: clear the XS cols if their content doesn't match in height -->
32.319 - <div class="clearfix visible-xs"></div>
32.320 - <div class="col-xs-6 col-sm-4">.col-xs-6 .col-sm-4</div>
32.321 -</div>
32.322 -{% endhighlight %}
32.323 -
32.324 - <h3 id="grid-responsive-resets">Responsive column resets</h3>
32.325 - <p>With the four tiers of grids available you're bound to run into issues where, at certain breakpoints, your columns don't clear quite right as one is taller than the other. To fix that, use a combination of a <code>.clearfix</code> and our <a href="#responsive-utilities">responsive utility classes</a>.</p>
32.326 -<div class="bs-docs-grid">
32.327 - <div class="row show-grid">
32.328 - <div class="col-xs-6 col-sm-3">
32.329 - .col-xs-6 .col-sm-3
32.330 - <br>
32.331 - Resize your viewport or check it out on your phone for an example.
32.332 - </div>
32.333 - <div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
32.334 -
32.335 - <!-- Add the extra clearfix for only the required viewport -->
32.336 - <div class="clearfix visible-xs"></div>
32.337 -
32.338 - <div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
32.339 - <div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
32.340 - </div>
32.341 -</div>
32.342 -{% highlight html %}
32.343 -<div class="row">
32.344 - <div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
32.345 - <div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
32.346 -
32.347 - <!-- Add the extra clearfix for only the required viewport -->
32.348 - <div class="clearfix visible-xs"></div>
32.349 -
32.350 - <div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
32.351 - <div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
32.352 -</div>
32.353 -{% endhighlight %}
32.354 - <p>In addition to column clearing at responsive breakpoints, you may need to <strong>reset offsets, pushes, or pulls</strong>. Those resets are available for medium and large grid tiers only, since they start only at the (second) small grid tier. See this in action in <a href="../examples/grid/">the grid example</a>.</p>
32.355 -{% highlight html %}
32.356 -<div class="row">
32.357 - <div class="col-sm-5 col-md-6">.col-sm-5 .col-md-6</div>
32.358 - <div class="col-sm-5 col-sm-offset-2 col-md-6 col-md-offset-0">.col-sm-5 .col-sm-offset-2 .col-md-6 .col-md-offset-0</div>
32.359 -</div>
32.360 -
32.361 -<div class="row">
32.362 - <div class="col-sm-6 col-md-5 col-lg-6">.col-sm-6 .col-md-5 .col-lg-6</div>
32.363 - <div class="col-sm-6 col-md-5 col-md-offset-2 col-lg-6 col-lg-offset-0">.col-sm-6 .col-md-5 .col-md-offset-2 .col-lg-6 .col-lg-offset-0</div>
32.364 -</div>
32.365 -{% endhighlight %}
32.366 -
32.367 -
32.368 - <h3 id="grid-offsetting">Offsetting columns</h3>
32.369 - <p>Move columns to the right using <code>.col-md-offset-*</code> classes. These classes increase the left margin of a column by <code>*</code> columns. For example, <code>.col-md-offset-4</code> moves <code>.col-md-4</code> over four columns.</p>
32.370 - <div class="bs-docs-grid">
32.371 - <div class="row show-grid">
32.372 - <div class="col-md-4">.col-md-4</div>
32.373 - <div class="col-md-4 col-md-offset-4">.col-md-4 .col-md-offset-4</div>
32.374 - </div>
32.375 - <div class="row show-grid">
32.376 - <div class="col-md-3 col-md-offset-3">.col-md-3 .col-md-offset-3</div>
32.377 - <div class="col-md-3 col-md-offset-3">.col-md-3 .col-md-offset-3</div>
32.378 - </div>
32.379 - <div class="row show-grid">
32.380 - <div class="col-md-6 col-md-offset-3">.col-md-6 .col-md-offset-3</div>
32.381 - </div>
32.382 - </div>
32.383 -{% highlight html %}
32.384 -<div class="row">
32.385 - <div class="col-md-4">.col-md-4</div>
32.386 - <div class="col-md-4 col-md-offset-4">.col-md-4 .col-md-offset-4</div>
32.387 -</div>
32.388 -<div class="row">
32.389 - <div class="col-md-3 col-md-offset-3">.col-md-3 .col-md-offset-3</div>
32.390 - <div class="col-md-3 col-md-offset-3">.col-md-3 .col-md-offset-3</div>
32.391 -</div>
32.392 -<div class="row">
32.393 - <div class="col-md-6 col-md-offset-3">.col-md-6 .col-md-offset-3</div>
32.394 -</div>
32.395 -{% endhighlight %}
32.396 -
32.397 -
32.398 - <h3 id="grid-nesting">Nesting columns</h3>
32.399 - <p>To nest your content with the default grid, add a new <code>.row</code> and set of <code>.col-md-*</code> columns within an existing <code>.col-md-*</code> column. Nested rows should include a set of columns that add up to 12.</p>
32.400 - <div class="row show-grid">
32.401 - <div class="col-md-9">
32.402 - Level 1: .col-md-9
32.403 - <div class="row show-grid">
32.404 - <div class="col-md-6">
32.405 - Level 2: .col-md-6
32.406 - </div>
32.407 - <div class="col-md-6">
32.408 - Level 2: .col-md-6
32.409 - </div>
32.410 - </div>
32.411 - </div>
32.412 - </div>
32.413 -{% highlight html %}
32.414 -<div class="row">
32.415 - <div class="col-md-9">
32.416 - Level 1: .col-md-9
32.417 - <div class="row">
32.418 - <div class="col-md-6">
32.419 - Level 2: .col-md-6
32.420 - </div>
32.421 - <div class="col-md-6">
32.422 - Level 2: .col-md-6
32.423 - </div>
32.424 - </div>
32.425 - </div>
32.426 -</div>
32.427 -{% endhighlight %}
32.428 -
32.429 - <h3 id="grid-column-ordering">Column ordering</h3>
32.430 - <p>Easily change the order of our built-in grid columns with <code>.col-md-push-*</code> and <code>.col-md-pull-*</code> modifier classes.</p>
32.431 - <div class="row show-grid">
32.432 - <div class="col-md-9 col-md-push-3">.col-md-9 .col-md-push-3</div>
32.433 - <div class="col-md-3 col-md-pull-9">.col-md-3 .col-md-pull-9</div>
32.434 - </div>
32.435 -
32.436 -{% highlight html %}
32.437 -<div class="row">
32.438 - <div class="col-md-9 col-md-push-3">.col-md-9 .col-md-push-3</div>
32.439 - <div class="col-md-3 col-md-pull-9">.col-md-3 .col-md-pull-9</div>
32.440 -</div>
32.441 -{% endhighlight %}
32.442 -
32.443 - <h3 id="grid-less">LESS mixins and variables</h3>
32.444 - <p>In addition to <a href="#grid-example-basic">prebuilt grid classes</a> for fast layouts, Bootstrap includes LESS variables and mixins for quickly generating your own simple, semantic layouts.</p>
32.445 -
32.446 - <h4>Variables</h4>
32.447 - <p>Variables determine the number of columns, the gutter width, and the media query point at which to begin floating columns. We use these to generate the predefined grid classes documented above, as well as for the custom mixins listed below.</p>
32.448 -{% highlight css %}
32.449 -@grid-columns: 12;
32.450 -@grid-gutter-width: 30px;
32.451 -@grid-float-breakpoint: 768px;
32.452 -{% endhighlight %}
32.453 -
32.454 - <h4>Mixins</h4>
32.455 - <p>Mixins are used in conjunction with the grid variables to generate semantic CSS for individual grid columns.</p>
32.456 -{% highlight css %}
32.457 -// Creates a wrapper for a series of columns
32.458 -.make-row(@gutter: @grid-gutter-width) {
32.459 - // Then clear the floated columns
32.460 - .clearfix();
32.461 -
32.462 - @media (min-width: @screen-sm-min) {
32.463 - margin-left: (@gutter / -2);
32.464 - margin-right: (@gutter / -2);
32.465 - }
32.466 -
32.467 - // Negative margin nested rows out to align the content of columns
32.468 - .row {
32.469 - margin-left: (@gutter / -2);
32.470 - margin-right: (@gutter / -2);
32.471 - }
32.472 -}
32.473 -
32.474 -// Generate the extra small columns
32.475 -.make-xs-column(@columns; @gutter: @grid-gutter-width) {
32.476 - position: relative;
32.477 - // Prevent columns from collapsing when empty
32.478 - min-height: 1px;
32.479 - // Inner gutter via padding
32.480 - padding-left: (@gutter / 2);
32.481 - padding-right: (@gutter / 2);
32.482 -
32.483 - // Calculate width based on number of columns available
32.484 - @media (min-width: @grid-float-breakpoint) {
32.485 - float: left;
32.486 - width: percentage((@columns / @grid-columns));
32.487 - }
32.488 -}
32.489 -
32.490 -// Generate the small columns
32.491 -.make-sm-column(@columns; @gutter: @grid-gutter-width) {
32.492 - position: relative;
32.493 - // Prevent columns from collapsing when empty
32.494 - min-height: 1px;
32.495 - // Inner gutter via padding
32.496 - padding-left: (@gutter / 2);
32.497 - padding-right: (@gutter / 2);
32.498 -
32.499 - // Calculate width based on number of columns available
32.500 - @media (min-width: @screen-sm-min) {
32.501 - float: left;
32.502 - width: percentage((@columns / @grid-columns));
32.503 - }
32.504 -}
32.505 -
32.506 -// Generate the small column offsets
32.507 -.make-sm-column-offset(@columns) {
32.508 - @media (min-width: @screen-sm-min) {
32.509 - margin-left: percentage((@columns / @grid-columns));
32.510 - }
32.511 -}
32.512 -.make-sm-column-push(@columns) {
32.513 - @media (min-width: @screen-sm-min) {
32.514 - left: percentage((@columns / @grid-columns));
32.515 - }
32.516 -}
32.517 -.make-sm-column-pull(@columns) {
32.518 - @media (min-width: @screen-sm-min) {
32.519 - right: percentage((@columns / @grid-columns));
32.520 - }
32.521 -}
32.522 -
32.523 -// Generate the medium columns
32.524 -.make-md-column(@columns; @gutter: @grid-gutter-width) {
32.525 - position: relative;
32.526 - // Prevent columns from collapsing when empty
32.527 - min-height: 1px;
32.528 - // Inner gutter via padding
32.529 - padding-left: (@gutter / 2);
32.530 - padding-right: (@gutter / 2);
32.531 -
32.532 - // Calculate width based on number of columns available
32.533 - @media (min-width: @screen-md-min) {
32.534 - float: left;
32.535 - width: percentage((@columns / @grid-columns));
32.536 - }
32.537 -}
32.538 -
32.539 -// Generate the medium column offsets
32.540 -.make-md-column-offset(@columns) {
32.541 - @media (min-width: @screen-md-min) {
32.542 - margin-left: percentage((@columns / @grid-columns));
32.543 - }
32.544 -}
32.545 -.make-md-column-push(@columns) {
32.546 - @media (min-width: @screen-md-min) {
32.547 - left: percentage((@columns / @grid-columns));
32.548 - }
32.549 -}
32.550 -.make-md-column-pull(@columns) {
32.551 - @media (min-width: @screen-md-min) {
32.552 - right: percentage((@columns / @grid-columns));
32.553 - }
32.554 -}
32.555 -
32.556 -// Generate the large columns
32.557 -.make-lg-column(@columns; @gutter: @grid-gutter-width) {
32.558 - position: relative;
32.559 - // Prevent columns from collapsing when empty
32.560 - min-height: 1px;
32.561 - // Inner gutter via padding
32.562 - padding-left: (@gutter / 2);
32.563 - padding-right: (@gutter / 2);
32.564 -
32.565 - // Calculate width based on number of columns available
32.566 - @media (min-width: @screen-lg-min) {
32.567 - float: left;
32.568 - width: percentage((@columns / @grid-columns));
32.569 - }
32.570 -}
32.571 -
32.572 -// Generate the large column offsets
32.573 -.make-lg-column-offset(@columns) {
32.574 - @media (min-width: @screen-lg-min) {
32.575 - margin-left: percentage((@columns / @grid-columns));
32.576 - }
32.577 -}
32.578 -.make-lg-column-push(@columns) {
32.579 - @media (min-width: @screen-lg-min) {
32.580 - left: percentage((@columns / @grid-columns));
32.581 - }
32.582 -}
32.583 -.make-lg-column-pull(@columns) {
32.584 - @media (min-width: @screen-lg-min) {
32.585 - right: percentage((@columns / @grid-columns));
32.586 - }
32.587 -}
32.588 -{% endhighlight %}
32.589 -
32.590 - <h4>Example usage</h4>
32.591 - <p>You can modify the variables to your own custom values, or just use the mixins with their default values. Here's an example of using the default settings to create a two-column layout with a gap between.</p>
32.592 -{% highlight css %}
32.593 -.wrapper {
32.594 - .make-row();
32.595 -}
32.596 -.content-main {
32.597 - .make-lg-column(8);
32.598 -}
32.599 -.content-secondary {
32.600 - .make-lg-column(3);
32.601 - .make-lg-column-offset(1);
32.602 -}
32.603 -{% endhighlight %}
32.604 -{% highlight html %}
32.605 -<div class="wrapper">
32.606 - <div class="content-main">...</div>
32.607 - <div class="content-secondary">...</div>
32.608 -</div>
32.609 -{% endhighlight %}
32.610 -
32.611 - </div>
32.612 -
32.613 -
32.614 -
32.615 -
32.616 - <!-- Typography
32.617 - ================================================== -->
32.618 - <div class="bs-docs-section">
32.619 - <div class="page-header">
32.620 - <h1 id="type">Typography</h1>
32.621 - </div>
32.622 -
32.623 - <!-- Headings -->
32.624 - <h2 id="type-headings">Headings</h2>
32.625 - <p>All HTML headings, <code><h1></code> through <code><h6></code>, are available. <code>.h1</code> through <code>.h6</code> classes are also available, for when you want to match the font styling of a heading but still want your text to be displayed inline.</p>
32.626 - <div class="bs-example bs-example-type">
32.627 - <table class="table">
32.628 - <tbody>
32.629 - <tr>
32.630 - <td><h1>h1. Bootstrap heading</h1></td>
32.631 - <td class="info">Semibold 36px</td>
32.632 - </tr>
32.633 - <tr>
32.634 - <td><h2>h2. Bootstrap heading</h2></td>
32.635 - <td class="info">Semibold 30px</td>
32.636 - </tr>
32.637 - <tr>
32.638 - <td><h3>h3. Bootstrap heading</h3></td>
32.639 - <td class="info">Semibold 24px</td>
32.640 - </tr>
32.641 - <tr>
32.642 - <td><h4>h4. Bootstrap heading</h4></td>
32.643 - <td class="info">Semibold 18px</td>
32.644 - </tr>
32.645 - <tr>
32.646 - <td><h5>h5. Bootstrap heading</h5></td>
32.647 - <td class="info">Semibold 14px</td>
32.648 - </tr>
32.649 - <tr>
32.650 - <td><h6>h6. Bootstrap heading</h6></td>
32.651 - <td class="info">Semibold 12px</td>
32.652 - </tr>
32.653 - </tbody>
32.654 - </table>
32.655 - </div>
32.656 -{% highlight html %}
32.657 -<h1>h1. Bootstrap heading</h1>
32.658 -<h2>h2. Bootstrap heading</h2>
32.659 -<h3>h3. Bootstrap heading</h3>
32.660 -<h4>h4. Bootstrap heading</h4>
32.661 -<h5>h5. Bootstrap heading</h5>
32.662 -<h6>h6. Bootstrap heading</h6>
32.663 -{% endhighlight %}
32.664 -
32.665 - <p>Create lighter, secondary text in any heading with a generic <code><small></code> tag or the <code>.small</code> class.</p>
32.666 - <div class="bs-example bs-example-type">
32.667 - <table class="table">
32.668 - <tbody>
32.669 - <tr>
32.670 - <td><h1>h1. Bootstrap heading <small>Secondary text</small></h1></td>
32.671 - </tr>
32.672 - <tr>
32.673 - <td><h2>h2. Bootstrap heading <small>Secondary text</small></h2></td>
32.674 - </tr>
32.675 - <tr>
32.676 - <td><h3>h3. Bootstrap heading <small>Secondary text</small></h3></td>
32.677 - </tr>
32.678 - <tr>
32.679 - <td><h4>h4. Bootstrap heading <small>Secondary text</small></h4></td>
32.680 - </tr>
32.681 - <tr>
32.682 - <td><h5>h5. Bootstrap heading <small>Secondary text</small></h5></td>
32.683 - </tr>
32.684 - <tr>
32.685 - <td><h6>h6. Bootstrap heading <small>Secondary text</small></h6></td>
32.686 - </tr>
32.687 - </tbody>
32.688 - </table>
32.689 - </div>
32.690 -{% highlight html %}
32.691 -<h1>h1. Bootstrap heading <small>Secondary text</small></h1>
32.692 -<h2>h2. Bootstrap heading <small>Secondary text</small></h2>
32.693 -<h3>h3. Bootstrap heading <small>Secondary text</small></h3>
32.694 -<h4>h4. Bootstrap heading <small>Secondary text</small></h4>
32.695 -<h5>h5. Bootstrap heading <small>Secondary text</small></h5>
32.696 -<h6>h6. Bootstrap heading <small>Secondary text</small></h6>
32.697 -{% endhighlight %}
32.698 -
32.699 -
32.700 - <!-- Body copy -->
32.701 - <h2 id="type-body-copy">Body copy</h2>
32.702 - <p>Bootstrap's global default <code>font-size</code> is <strong>14px</strong>, with a <code>line-height</code> of <strong>1.428</strong>. This is applied to the <code><body></code> and all paragraphs. In addition, <code><p></code> (paragraphs) receive a bottom margin of half their computed line-height (10px by default).</p>
32.703 - <div class="bs-example">
32.704 - <p>Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.</p>
32.705 - <p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec ullamcorper nulla non metus auctor fringilla.</p>
32.706 - <p>Maecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p>
32.707 - </div>
32.708 -{% highlight html %}
32.709 -<p>...</p>
32.710 -{% endhighlight %}
32.711 -
32.712 - <!-- Body copy .lead -->
32.713 - <h3>Lead body copy</h3>
32.714 - <p>Make a paragraph stand out by adding <code>.lead</code>.</p>
32.715 - <div class="bs-example">
32.716 - <p class="lead">Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.</p>
32.717 - </div>
32.718 -{% highlight html %}
32.719 -<p class="lead">...</p>
32.720 -{% endhighlight %}
32.721 -
32.722 - <!-- Using LESS -->
32.723 - <h3>Built with Less</h3>
32.724 - <p>The typographic scale is based on two LESS variables in <strong>variables.less</strong>: <code>@font-size-base</code> and <code>@line-height-base</code>. The first is the base font-size used throughout and the second is the base line-height. We use those variables and some simple math to create the margins, paddings, and line-heights of all our type and more. Customize them and Bootstrap adapts.</p>
32.725 -
32.726 -
32.727 - <!-- Emphasis -->
32.728 - <h2 id="type-emphasis">Emphasis</h2>
32.729 - <p>Make use of HTML's default emphasis tags with lightweight styles.</p>
32.730 -
32.731 - <h3>Small text</h3>
32.732 - <p>For de-emphasizing inline or blocks of text, use the <code><small></code> tag to set text at 85% the size of the parent. Heading elements receive their own <code>font-size</code> for nested <code><small></code> elements.</p>
32.733 - <p>You may alternatively use an inline element with <code>.small</code> in place of any <code><small></code></p>
32.734 - <div class="bs-example">
32.735 - <p><small>This line of text is meant to be treated as fine print.</small></p>
32.736 - </div>
32.737 -{% highlight html %}
32.738 -<small>This line of text is meant to be treated as fine print.</small>
32.739 -{% endhighlight %}
32.740 -
32.741 -
32.742 - <h3>Bold</h3>
32.743 - <p>For emphasizing a snippet of text with a heavier font-weight.</p>
32.744 - <div class="bs-example">
32.745 - <p>The following snippet of text is <strong>rendered as bold text</strong>.</p>
32.746 - </div>
32.747 -{% highlight html %}
32.748 -<strong>rendered as bold text</strong>
32.749 -{% endhighlight %}
32.750 -
32.751 - <h3>Italics</h3>
32.752 - <p>For emphasizing a snippet of text with italics.</p>
32.753 - <div class="bs-example">
32.754 - <p>The following snippet of text is <em>rendered as italicized text</em>.</p>
32.755 - </div>
32.756 -{% highlight html %}
32.757 -<em>rendered as italicized text</em>
32.758 -{% endhighlight %}
32.759 -
32.760 - <div class="bs-callout bs-callout-info">
32.761 - <h4>Alternate elements</h4>
32.762 - <p>Feel free to use <code><b></code> and <code><i></code> in HTML5. <code><b></code> is meant to highlight words or phrases without conveying additional importance while <code><i></code> is mostly for voice, technical terms, etc.</p>
32.763 - </div>
32.764 -
32.765 - <h3>Alignment classes</h3>
32.766 - <p>Easily realign text to components with text alignment classes.</p>
32.767 - <div class="bs-example">
32.768 - <p class="text-left">Left aligned text.</p>
32.769 - <p class="text-center">Center aligned text.</p>
32.770 - <p class="text-right">Right aligned text.</p>
32.771 - </div>
32.772 -{% highlight html %}
32.773 -<p class="text-left">Left aligned text.</p>
32.774 -<p class="text-center">Center aligned text.</p>
32.775 -<p class="text-right">Right aligned text.</p>
32.776 -{% endhighlight %}
32.777 -
32.778 - <h3>Emphasis classes</h3>
32.779 - <p>Convey meaning through color with a handful of emphasis utility classes. These may also be applied to links and will darken on hover just like our default link styles.</p>
32.780 - <div class="bs-example">
32.781 - <p class="text-muted">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</p>
32.782 - <p class="text-primary">Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
32.783 - <p class="text-success">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</p>
32.784 - <p class="text-info">Maecenas sed diam eget risus varius blandit sit amet non magna.</p>
32.785 - <p class="text-warning">Etiam porta sem malesuada magna mollis euismod.</p>
32.786 - <p class="text-danger">Donec ullamcorper nulla non metus auctor fringilla.</p>
32.787 - </div>
32.788 -{% highlight html %}
32.789 -<p class="text-muted">...</p>
32.790 -<p class="text-primary">...</p>
32.791 -<p class="text-success">...</p>
32.792 -<p class="text-info">...</p>
32.793 -<p class="text-warning">...</p>
32.794 -<p class="text-danger">...</p>
32.795 -{% endhighlight %}
32.796 - <div class="bs-callout bs-callout-info">
32.797 - <h4>Dealing with specificity</h4>
32.798 - <p>Sometimes emphasis classes cannot be applied due to the specificity of another selector. In most cases, a sufficient workaround is to wrap your text in a <code><span></code> with the class.</p>
32.799 - </div>
32.800 -
32.801 -
32.802 - <!-- Abbreviations -->
32.803 - <h2 id="type-abbreviations">Abbreviations</h2>
32.804 - <p>Stylized implementation of HTML's <code><abbr></code> element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a <code>title</code> attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.</p>
32.805 -
32.806 - <h3>Basic abbreviation</h3>
32.807 - <p>For expanded text on long hover of an abbreviation, include the <code>title</code> attribute with the <code><abbr></code> element.</p>
32.808 - <div class="bs-example">
32.809 - <p>An abbreviation of the word attribute is <abbr title="attribute">attr</abbr>.</p>
32.810 - </div>
32.811 -{% highlight html %}
32.812 -<abbr title="attribute">attr</abbr>
32.813 -{% endhighlight %}
32.814 -
32.815 - <h3>Initialism</h3>
32.816 - <p>Add <code>.initialism</code> to an abbreviation for a slightly smaller font-size.</p>
32.817 - <div class="bs-example">
32.818 - <p><abbr title="HyperText Markup Language" class="initialism">HTML</abbr> is the best thing since sliced bread.</p>
32.819 - </div>
32.820 -{% highlight html %}
32.821 -<abbr title="HyperText Markup Language" class="initialism">HTML</abbr>
32.822 -{% endhighlight %}
32.823 -
32.824 -
32.825 - <!-- Addresses -->
32.826 - <h2 id="type-addresses">Addresses</h2>
32.827 - <p>Present contact information for the nearest ancestor or the entire body of work. Preserve formatting by ending all lines with <code><br></code>.</p>
32.828 - <div class="bs-example">
32.829 - <address>
32.830 - <strong>Twitter, Inc.</strong><br>
32.831 - 795 Folsom Ave, Suite 600<br>
32.832 - San Francisco, CA 94107<br>
32.833 - <abbr title="Phone">P:</abbr> (123) 456-7890
32.834 - </address>
32.835 - <address>
32.836 - <strong>Full Name</strong><br>
32.837 - <a href="mailto:#">first.last@example.com</a>
32.838 - </address>
32.839 - </div>
32.840 -{% highlight html %}
32.841 -<address>
32.842 - <strong>Twitter, Inc.</strong><br>
32.843 - 795 Folsom Ave, Suite 600<br>
32.844 - San Francisco, CA 94107<br>
32.845 - <abbr title="Phone">P:</abbr> (123) 456-7890
32.846 -</address>
32.847 -
32.848 -<address>
32.849 - <strong>Full Name</strong><br>
32.850 - <a href="mailto:#">first.last@example.com</a>
32.851 -</address>
32.852 -{% endhighlight %}
32.853 -
32.854 -
32.855 - <!-- Blockquotes -->
32.856 - <h2 id="type-blockquotes">Blockquotes</h2>
32.857 - <p>For quoting blocks of content from another source within your document.</p>
32.858 -
32.859 - <h3>Default blockquote</h3>
32.860 - <p>Wrap <code><blockquote></code> around any <abbr title="HyperText Markup Language">HTML</abbr> as the quote. For straight quotes, we recommend a <code><p></code>.</p>
32.861 - <div class="bs-example">
32.862 - <blockquote>
32.863 - <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
32.864 - </blockquote>
32.865 - </div>
32.866 -{% highlight html %}
32.867 -<blockquote>
32.868 - <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
32.869 -</blockquote>
32.870 -{% endhighlight %}
32.871 -
32.872 - <h3>Blockquote options</h3>
32.873 - <p>Style and content changes for simple variations on a standard <code><blockquote></code>.</p>
32.874 -
32.875 - <h4>Naming a source</h4>
32.876 - <p>Add <code><small></code> tag or <code>.small</code> class for identifying the source. Wrap the name of the source work in <code><cite></code>.</p>
32.877 - <div class="bs-example">
32.878 - <blockquote>
32.879 - <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
32.880 - <small>Someone famous in <cite title="Source Title">Source Title</cite></small>
32.881 - </blockquote>
32.882 - </div>
32.883 -{% highlight html %}
32.884 -<blockquote>
32.885 - <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
32.886 - <small>Someone famous in <cite title="Source Title">Source Title</cite></small>
32.887 -</blockquote>
32.888 -{% endhighlight %}
32.889 -
32.890 - <h4>Alternate displays</h4>
32.891 - <p>Use <code>.pull-right</code> for a floated, right-aligned blockquote.</p>
32.892 - <div class="bs-example" style="overflow: hidden;">
32.893 - <blockquote class="pull-right">
32.894 - <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
32.895 - <small>Someone famous in <cite title="Source Title">Source Title</cite></small>
32.896 - </blockquote>
32.897 - </div>
32.898 -{% highlight html %}
32.899 -<blockquote class="pull-right">
32.900 - ...
32.901 -</blockquote>
32.902 -{% endhighlight %}
32.903 -
32.904 -
32.905 - <!-- Lists -->
32.906 - <h2 id="type-lists">Lists</h2>
32.907 -
32.908 - <h3>Unordered</h3>
32.909 - <p>A list of items in which the order does <em>not</em> explicitly matter.</p>
32.910 - <div class="bs-example">
32.911 - <ul>
32.912 - <li>Lorem ipsum dolor sit amet</li>
32.913 - <li>Consectetur adipiscing elit</li>
32.914 - <li>Integer molestie lorem at massa</li>
32.915 - <li>Facilisis in pretium nisl aliquet</li>
32.916 - <li>Nulla volutpat aliquam velit
32.917 - <ul>
32.918 - <li>Phasellus iaculis neque</li>
32.919 - <li>Purus sodales ultricies</li>
32.920 - <li>Vestibulum laoreet porttitor sem</li>
32.921 - <li>Ac tristique libero volutpat at</li>
32.922 - </ul>
32.923 - </li>
32.924 - <li>Faucibus porta lacus fringilla vel</li>
32.925 - <li>Aenean sit amet erat nunc</li>
32.926 - <li>Eget porttitor lorem</li>
32.927 - </ul>
32.928 - </div>
32.929 -{% highlight html %}
32.930 -<ul>
32.931 - <li>...</li>
32.932 -</ul>
32.933 -{% endhighlight %}
32.934 -
32.935 - <h3>Ordered</h3>
32.936 - <p>A list of items in which the order <em>does</em> explicitly matter.</p>
32.937 - <div class="bs-example">
32.938 - <ol>
32.939 - <li>Lorem ipsum dolor sit amet</li>
32.940 - <li>Consectetur adipiscing elit</li>
32.941 - <li>Integer molestie lorem at massa</li>
32.942 - <li>Facilisis in pretium nisl aliquet</li>
32.943 - <li>Nulla volutpat aliquam velit</li>
32.944 - <li>Faucibus porta lacus fringilla vel</li>
32.945 - <li>Aenean sit amet erat nunc</li>
32.946 - <li>Eget porttitor lorem</li>
32.947 - </ol>
32.948 - </div>
32.949 -{% highlight html %}
32.950 -<ol>
32.951 - <li>...</li>
32.952 -</ol>
32.953 -{% endhighlight %}
32.954 -
32.955 - <h3>Unstyled</h3>
32.956 - <p>Remove the default <code>list-style</code> and left margin on list items (immediate children only). <strong>This only applies to immediate children list items</strong>, meaning you will need to add the class for any nested lists as well.</p>
32.957 - <div class="bs-example">
32.958 - <ul class="list-unstyled">
32.959 - <li>Lorem ipsum dolor sit amet</li>
32.960 - <li>Consectetur adipiscing elit</li>
32.961 - <li>Integer molestie lorem at massa</li>
32.962 - <li>Facilisis in pretium nisl aliquet</li>
32.963 - <li>Nulla volutpat aliquam velit
32.964 - <ul>
32.965 - <li>Phasellus iaculis neque</li>
32.966 - <li>Purus sodales ultricies</li>
32.967 - <li>Vestibulum laoreet porttitor sem</li>
32.968 - <li>Ac tristique libero volutpat at</li>
32.969 - </ul>
32.970 - </li>
32.971 - <li>Faucibus porta lacus fringilla vel</li>
32.972 - <li>Aenean sit amet erat nunc</li>
32.973 - <li>Eget porttitor lorem</li>
32.974 - </ul>
32.975 - </div>
32.976 -{% highlight html %}
32.977 -<ul class="list-unstyled">
32.978 - <li>...</li>
32.979 -</ul>
32.980 -{% endhighlight %}
32.981 -
32.982 - <h3>Inline</h3>
32.983 - <p>Place all list items on a single line with <code>display: inline-block;</code> and some light padding.</p>
32.984 - <div class="bs-example">
32.985 - <ul class="list-inline">
32.986 - <li>Lorem ipsum</li>
32.987 - <li>Phasellus iaculis</li>
32.988 - <li>Nulla volutpat</li>
32.989 - </ul>
32.990 - </div>
32.991 -{% highlight html %}
32.992 -<ul class="list-inline">
32.993 - <li>...</li>
32.994 -</ul>
32.995 -{% endhighlight %}
32.996 -
32.997 - <h3>Description</h3>
32.998 - <p>A list of terms with their associated descriptions.</p>
32.999 - <div class="bs-example">
32.1000 - <dl>
32.1001 - <dt>Description lists</dt>
32.1002 - <dd>A description list is perfect for defining terms.</dd>
32.1003 - <dt>Euismod</dt>
32.1004 - <dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</dd>
32.1005 - <dd>Donec id elit non mi porta gravida at eget metus.</dd>
32.1006 - <dt>Malesuada porta</dt>
32.1007 - <dd>Etiam porta sem malesuada magna mollis euismod.</dd>
32.1008 - </dl>
32.1009 - </div>
32.1010 -{% highlight html %}
32.1011 -<dl>
32.1012 - <dt>...</dt>
32.1013 - <dd>...</dd>
32.1014 -</dl>
32.1015 -{% endhighlight %}
32.1016 -
32.1017 - <h4>Horizontal description</h4>
32.1018 - <p>Make terms and descriptions in <code><dl></code> line up side-by-side. Starts off stacked like default <code><dl></code>s, but when the navbar expands, so do these.</p>
32.1019 - <div class="bs-example">
32.1020 - <dl class="dl-horizontal">
32.1021 - <dt>Description lists</dt>
32.1022 - <dd>A description list is perfect for defining terms.</dd>
32.1023 - <dt>Euismod</dt>
32.1024 - <dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</dd>
32.1025 - <dd>Donec id elit non mi porta gravida at eget metus.</dd>
32.1026 - <dt>Malesuada porta</dt>
32.1027 - <dd>Etiam porta sem malesuada magna mollis euismod.</dd>
32.1028 - <dt>Felis euismod semper eget lacinia</dt>
32.1029 - <dd>Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</dd>
32.1030 - </dl>
32.1031 - </div>
32.1032 -{% highlight html %}
32.1033 -<dl class="dl-horizontal">
32.1034 - <dt>...</dt>
32.1035 - <dd>...</dd>
32.1036 -</dl>
32.1037 -{% endhighlight %}
32.1038 -
32.1039 - <div class="bs-callout bs-callout-info">
32.1040 - <h4>Auto-truncating</h4>
32.1041 - <p>Horizontal description lists will truncate terms that are too long to fit in the left column with <code>text-overflow</code>. In narrower viewports, they will change to the default stacked layout.</p>
32.1042 - </div>
32.1043 - </div>
32.1044 -
32.1045 -
32.1046 - <!-- Code
32.1047 - ================================================== -->
32.1048 - <div class="bs-docs-section">
32.1049 - <div class="page-header">
32.1050 - <h1 id="code">Code</h1>
32.1051 - </div>
32.1052 -
32.1053 - <h2>Inline</h2>
32.1054 - <p>Wrap inline snippets of code with <code><code></code>.</p>
32.1055 -<div class="bs-example">
32.1056 - For example, <code><section></code> should be wrapped as inline.
32.1057 -</div>
32.1058 -{% highlight html %}
32.1059 -For example, <code><section></code> should be wrapped as inline.
32.1060 -{% endhighlight %}
32.1061 -
32.1062 - <h2>Basic block</h2>
32.1063 - <p>Use <code><pre></code> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.</p>
32.1064 -<div class="bs-example">
32.1065 - <pre><p>Sample text here...</p></pre>
32.1066 -</div>
32.1067 -{% highlight html %}
32.1068 -<pre><p>Sample text here...</p></pre>
32.1069 -{% endhighlight %}
32.1070 -
32.1071 - <p>You may optionally add the <code>.pre-scrollable</code> class, which will set a max-height of 350px and provide a y-axis scrollbar.</p>
32.1072 - </div>
32.1073 -
32.1074 -
32.1075 -
32.1076 - <!-- Tables
32.1077 - ================================================== -->
32.1078 - <div class="bs-docs-section">
32.1079 - <div class="page-header">
32.1080 - <h1 id="tables">Tables</h1>
32.1081 - </div>
32.1082 -
32.1083 - <h2 id="tables-example">Basic example</h2>
32.1084 - <p>For basic styling—light padding and only horizontal dividers—add the base class <code>.table</code> to any <code><table></code>. It may seem super redundant, but given the widespread use of tables for other plugins like calendars and date pickers, we've opted to isolate our custom table styles.</p>
32.1085 - <div class="bs-example">
32.1086 - <table class="table">
32.1087 - <thead>
32.1088 - <tr>
32.1089 - <th>#</th>
32.1090 - <th>First Name</th>
32.1091 - <th>Last Name</th>
32.1092 - <th>Username</th>
32.1093 - </tr>
32.1094 - </thead>
32.1095 - <tbody>
32.1096 - <tr>
32.1097 - <td>1</td>
32.1098 - <td>Mark</td>
32.1099 - <td>Otto</td>
32.1100 - <td>@mdo</td>
32.1101 - </tr>
32.1102 - <tr>
32.1103 - <td>2</td>
32.1104 - <td>Jacob</td>
32.1105 - <td>Thornton</td>
32.1106 - <td>@fat</td>
32.1107 - </tr>
32.1108 - <tr>
32.1109 - <td>3</td>
32.1110 - <td>Larry</td>
32.1111 - <td>the Bird</td>
32.1112 - <td>@twitter</td>
32.1113 - </tr>
32.1114 - </tbody>
32.1115 - </table>
32.1116 - </div><!-- /example -->
32.1117 -{% highlight html %}
32.1118 -<table class="table">
32.1119 - ...
32.1120 -</table>
32.1121 -{% endhighlight %}
32.1122 -
32.1123 -
32.1124 - <h2 id="tables-striped">Striped rows</h2>
32.1125 - <p>Use <code>.table-striped</code> to add zebra-striping to any table row within the <code><tbody></code>.</p>
32.1126 - <div class="bs-callout bs-callout-danger">
32.1127 - <h4>Cross-browser compatibility</h4>
32.1128 - <p>Striped tables are styled via the <code>:nth-child</code> CSS selector, which is not available in Internet Explorer 8.</p>
32.1129 - </div>
32.1130 - <div class="bs-example">
32.1131 - <table class="table table-striped">
32.1132 - <thead>
32.1133 - <tr>
32.1134 - <th>#</th>
32.1135 - <th>First Name</th>
32.1136 - <th>Last Name</th>
32.1137 - <th>Username</th>
32.1138 - </tr>
32.1139 - </thead>
32.1140 - <tbody>
32.1141 - <tr>
32.1142 - <td>1</td>
32.1143 - <td>Mark</td>
32.1144 - <td>Otto</td>
32.1145 - <td>@mdo</td>
32.1146 - </tr>
32.1147 - <tr>
32.1148 - <td>2</td>
32.1149 - <td>Jacob</td>
32.1150 - <td>Thornton</td>
32.1151 - <td>@fat</td>
32.1152 - </tr>
32.1153 - <tr>
32.1154 - <td>3</td>
32.1155 - <td>Larry</td>
32.1156 - <td>the Bird</td>
32.1157 - <td>@twitter</td>
32.1158 - </tr>
32.1159 - </tbody>
32.1160 - </table>
32.1161 - </div><!-- /example -->
32.1162 -{% highlight html %}
32.1163 -<table class="table table-striped">
32.1164 - ...
32.1165 -</table>
32.1166 -{% endhighlight %}
32.1167 -
32.1168 -
32.1169 - <h2 id="tables-bordered">Bordered table</h2>
32.1170 - <p>Add <code>.table-bordered</code> for borders on all sides of the table and cells.</p>
32.1171 - <div class="bs-example">
32.1172 - <table class="table table-bordered">
32.1173 - <thead>
32.1174 - <tr>
32.1175 - <th>#</th>
32.1176 - <th>First Name</th>
32.1177 - <th>Last Name</th>
32.1178 - <th>Username</th>
32.1179 - </tr>
32.1180 - </thead>
32.1181 - <tbody>
32.1182 - <tr>
32.1183 - <td rowspan="2">1</td>
32.1184 - <td>Mark</td>
32.1185 - <td>Otto</td>
32.1186 - <td>@mdo</td>
32.1187 - </tr>
32.1188 - <tr>
32.1189 - <td>Mark</td>
32.1190 - <td>Otto</td>
32.1191 - <td>@TwBootstrap</td>
32.1192 - </tr>
32.1193 - <tr>
32.1194 - <td>2</td>
32.1195 - <td>Jacob</td>
32.1196 - <td>Thornton</td>
32.1197 - <td>@fat</td>
32.1198 - </tr>
32.1199 - <tr>
32.1200 - <td>3</td>
32.1201 - <td colspan="2">Larry the Bird</td>
32.1202 - <td>@twitter</td>
32.1203 - </tr>
32.1204 - </tbody>
32.1205 - </table>
32.1206 - </div><!-- /example -->
32.1207 -{% highlight html %}
32.1208 -<table class="table table-bordered">
32.1209 - ...
32.1210 -</table>
32.1211 -{% endhighlight %}
32.1212 -
32.1213 -
32.1214 - <h2 id="tables-hover-rows">Hover rows</h2>
32.1215 - <p>Add <code>.table-hover</code> to enable a hover state on table rows within a <code><tbody></code>.</p>
32.1216 - <div class="bs-example">
32.1217 - <table class="table table-hover">
32.1218 - <thead>
32.1219 - <tr>
32.1220 - <th>#</th>
32.1221 - <th>First Name</th>
32.1222 - <th>Last Name</th>
32.1223 - <th>Username</th>
32.1224 - </tr>
32.1225 - </thead>
32.1226 - <tbody>
32.1227 - <tr>
32.1228 - <td>1</td>
32.1229 - <td>Mark</td>
32.1230 - <td>Otto</td>
32.1231 - <td>@mdo</td>
32.1232 - </tr>
32.1233 - <tr>
32.1234 - <td>2</td>
32.1235 - <td>Jacob</td>
32.1236 - <td>Thornton</td>
32.1237 - <td>@fat</td>
32.1238 - </tr>
32.1239 - <tr>
32.1240 - <td>3</td>
32.1241 - <td colspan="2">Larry the Bird</td>
32.1242 - <td>@twitter</td>
32.1243 - </tr>
32.1244 - </tbody>
32.1245 - </table>
32.1246 - </div><!-- /example -->
32.1247 -{% highlight html %}
32.1248 -<table class="table table-hover">
32.1249 - ...
32.1250 -</table>
32.1251 -{% endhighlight %}
32.1252 -
32.1253 -
32.1254 - <h2 id="tables-condensed">Condensed table</h2>
32.1255 - <p>Add <code>.table-condensed</code> to make tables more compact by cutting cell padding in half.</p>
32.1256 - <div class="bs-example">
32.1257 - <table class="table table-condensed">
32.1258 - <thead>
32.1259 - <tr>
32.1260 - <th>#</th>
32.1261 - <th>First Name</th>
32.1262 - <th>Last Name</th>
32.1263 - <th>Username</th>
32.1264 - </tr>
32.1265 - </thead>
32.1266 - <tbody>
32.1267 - <tr>
32.1268 - <td>1</td>
32.1269 - <td>Mark</td>
32.1270 - <td>Otto</td>
32.1271 - <td>@mdo</td>
32.1272 - </tr>
32.1273 - <tr>
32.1274 - <td>2</td>
32.1275 - <td>Jacob</td>
32.1276 - <td>Thornton</td>
32.1277 - <td>@fat</td>
32.1278 - </tr>
32.1279 - <tr>
32.1280 - <td>3</td>
32.1281 - <td colspan="2">Larry the Bird</td>
32.1282 - <td>@twitter</td>
32.1283 - </tr>
32.1284 - </tbody>
32.1285 - </table>
32.1286 - </div><!-- /example -->
32.1287 -{% highlight html %}
32.1288 -<table class="table table-condensed">
32.1289 - ...
32.1290 -</table>
32.1291 -{% endhighlight %}
32.1292 -
32.1293 -
32.1294 - <h2 id="tables-contextual-classes">Contextual classes</h2>
32.1295 - <p>Use contextual classes to color table rows or individual cells.</p>
32.1296 - <div class="table-responsive">
32.1297 - <table class="table table-bordered table-striped">
32.1298 - <colgroup>
32.1299 - <col class="col-xs-1">
32.1300 - <col class="col-xs-7">
32.1301 - </colgroup>
32.1302 - <thead>
32.1303 - <tr>
32.1304 - <th>Class</th>
32.1305 - <th>Description</th>
32.1306 - </tr>
32.1307 - </thead>
32.1308 - <tbody>
32.1309 - <tr>
32.1310 - <td>
32.1311 - <code>.active</code>
32.1312 - </td>
32.1313 - <td>Applies the hover color to a particular row or cell</td>
32.1314 - </tr>
32.1315 - <tr>
32.1316 - <td>
32.1317 - <code>.success</code>
32.1318 - </td>
32.1319 - <td>Indicates a successful or positive action</td>
32.1320 - </tr>
32.1321 - <tr>
32.1322 - <td>
32.1323 - <code>.warning</code>
32.1324 - </td>
32.1325 - <td>Indicates a warning that might need attention</td>
32.1326 - </tr>
32.1327 - <tr>
32.1328 - <td>
32.1329 - <code>.danger</code>
32.1330 - </td>
32.1331 - <td>Indicates a dangerous or potentially negative action</td>
32.1332 - </tr>
32.1333 - </tbody>
32.1334 - </table>
32.1335 - </div>
32.1336 - <div class="bs-example">
32.1337 - <table class="table">
32.1338 - <thead>
32.1339 - <tr>
32.1340 - <th>#</th>
32.1341 - <th>Column heading</th>
32.1342 - <th>Column heading</th>
32.1343 - <th>Column heading</th>
32.1344 - </tr>
32.1345 - </thead>
32.1346 - <tbody>
32.1347 - <tr class="active">
32.1348 - <td>1</td>
32.1349 - <td>Column content</td>
32.1350 - <td>Column content</td>
32.1351 - <td>Column content</td>
32.1352 - </tr>
32.1353 - <tr>
32.1354 - <td>2</td>
32.1355 - <td>Column content</td>
32.1356 - <td>Column content</td>
32.1357 - <td>Column content</td>
32.1358 - </tr>
32.1359 - <tr class="success">
32.1360 - <td>3</td>
32.1361 - <td>Column content</td>
32.1362 - <td>Column content</td>
32.1363 - <td>Column content</td>
32.1364 - </tr>
32.1365 - <tr>
32.1366 - <td>4</td>
32.1367 - <td>Column content</td>
32.1368 - <td>Column content</td>
32.1369 - <td>Column content</td>
32.1370 - </tr>
32.1371 - <tr class="warning">
32.1372 - <td>5</td>
32.1373 - <td>Column content</td>
32.1374 - <td>Column content</td>
32.1375 - <td>Column content</td>
32.1376 - </tr>
32.1377 - <tr>
32.1378 - <td>6</td>
32.1379 - <td>Column content</td>
32.1380 - <td>Column content</td>
32.1381 - <td>Column content</td>
32.1382 - </tr>
32.1383 - <tr class="danger">
32.1384 - <td>7</td>
32.1385 - <td>Column content</td>
32.1386 - <td>Column content</td>
32.1387 - <td>Column content</td>
32.1388 - </tr>
32.1389 - </tbody>
32.1390 - </table>
32.1391 - </div><!-- /example -->
32.1392 -{% highlight html %}
32.1393 -<!-- On rows -->
32.1394 -<tr class="active">...</tr>
32.1395 -<tr class="success">...</tr>
32.1396 -<tr class="warning">...</tr>
32.1397 -<tr class="danger">...</tr>
32.1398 -
32.1399 -<!-- On cells (`td` or `th`) -->
32.1400 -<tr>
32.1401 - <td class="active">...</td>
32.1402 - <td class="success">...</td>
32.1403 - <td class="warning">...</td>
32.1404 - <td class="danger">...</td>
32.1405 -</tr>
32.1406 -{% endhighlight %}
32.1407 -
32.1408 -
32.1409 - <h2 id="tables-responsive">Responsive tables</h2>
32.1410 - <p>Create responsive tables by wrapping any <code>.table</code> in <code>.table-responsive</code> to make them scroll horizontally up to small devices (under 768px). When viewing on anything larger than 768px wide, you will not see any difference in these tables.</p>
32.1411 - <div class="bs-example">
32.1412 - <div class="table-responsive">
32.1413 - <table class="table">
32.1414 - <thead>
32.1415 - <tr>
32.1416 - <th>#</th>
32.1417 - <th>Table heading</th>
32.1418 - <th>Table heading</th>
32.1419 - <th>Table heading</th>
32.1420 - <th>Table heading</th>
32.1421 - <th>Table heading</th>
32.1422 - <th>Table heading</th>
32.1423 - </tr>
32.1424 - </thead>
32.1425 - <tbody>
32.1426 - <tr>
32.1427 - <td>1</td>
32.1428 - <td>Table cell</td>
32.1429 - <td>Table cell</td>
32.1430 - <td>Table cell</td>
32.1431 - <td>Table cell</td>
32.1432 - <td>Table cell</td>
32.1433 - <td>Table cell</td>
32.1434 - </tr>
32.1435 - <tr>
32.1436 - <td>2</td>
32.1437 - <td>Table cell</td>
32.1438 - <td>Table cell</td>
32.1439 - <td>Table cell</td>
32.1440 - <td>Table cell</td>
32.1441 - <td>Table cell</td>
32.1442 - <td>Table cell</td>
32.1443 - </tr>
32.1444 - <tr>
32.1445 - <td>3</td>
32.1446 - <td>Table cell</td>
32.1447 - <td>Table cell</td>
32.1448 - <td>Table cell</td>
32.1449 - <td>Table cell</td>
32.1450 - <td>Table cell</td>
32.1451 - <td>Table cell</td>
32.1452 - </tr>
32.1453 - </tbody>
32.1454 - </table>
32.1455 - </div><!-- /.table-responsive -->
32.1456 -
32.1457 - <div class="table-responsive">
32.1458 - <table class="table table-bordered">
32.1459 - <thead>
32.1460 - <tr>
32.1461 - <th>#</th>
32.1462 - <th>Table heading</th>
32.1463 - <th>Table heading</th>
32.1464 - <th>Table heading</th>
32.1465 - <th>Table heading</th>
32.1466 - <th>Table heading</th>
32.1467 - <th>Table heading</th>
32.1468 - </tr>
32.1469 - </thead>
32.1470 - <tbody>
32.1471 - <tr>
32.1472 - <td>1</td>
32.1473 - <td>Table cell</td>
32.1474 - <td>Table cell</td>
32.1475 - <td>Table cell</td>
32.1476 - <td>Table cell</td>
32.1477 - <td>Table cell</td>
32.1478 - <td>Table cell</td>
32.1479 - </tr>
32.1480 - <tr>
32.1481 - <td>2</td>
32.1482 - <td>Table cell</td>
32.1483 - <td>Table cell</td>
32.1484 - <td>Table cell</td>
32.1485 - <td>Table cell</td>
32.1486 - <td>Table cell</td>
32.1487 - <td>Table cell</td>
32.1488 - </tr>
32.1489 - <tr>
32.1490 - <td>3</td>
32.1491 - <td>Table cell</td>
32.1492 - <td>Table cell</td>
32.1493 - <td>Table cell</td>
32.1494 - <td>Table cell</td>
32.1495 - <td>Table cell</td>
32.1496 - <td>Table cell</td>
32.1497 - </tr>
32.1498 - </tbody>
32.1499 - </table>
32.1500 - </div><!-- /.table-responsive -->
32.1501 - </div><!-- /example -->
32.1502 -{% highlight html %}
32.1503 -<div class="table-responsive">
32.1504 - <table class="table">
32.1505 - ...
32.1506 - </table>
32.1507 -</div>
32.1508 -{% endhighlight %}
32.1509 -
32.1510 - </div>
32.1511 -
32.1512 -
32.1513 -
32.1514 - <!-- Forms
32.1515 - ================================================== -->
32.1516 - <div class="bs-docs-section">
32.1517 - <div class="page-header">
32.1518 - <h1 id="forms">Forms</h1>
32.1519 - </div>
32.1520 -
32.1521 - <h2 id="forms-example">Basic example</h2>
32.1522 - <p>Individual form controls automatically receive some global styling. All textual <code><input></code>, <code><textarea></code>, and <code><select></code> elements with <code>.form-control</code> are set to <code>width: 100%;</code> by default. Wrap labels and controls in <code>.form-group</code> for optimum spacing.</p>
32.1523 - <div class="bs-example">
32.1524 - <form role="form">
32.1525 - <div class="form-group">
32.1526 - <label for="exampleInputEmail1">Email address</label>
32.1527 - <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email">
32.1528 - </div>
32.1529 - <div class="form-group">
32.1530 - <label for="exampleInputPassword1">Password</label>
32.1531 - <input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
32.1532 - </div>
32.1533 - <div class="form-group">
32.1534 - <label for="exampleInputFile">File input</label>
32.1535 - <input type="file" id="exampleInputFile">
32.1536 - <p class="help-block">Example block-level help text here.</p>
32.1537 - </div>
32.1538 - <div class="checkbox">
32.1539 - <label>
32.1540 - <input type="checkbox"> Check me out
32.1541 - </label>
32.1542 - </div>
32.1543 - <button type="submit" class="btn btn-default">Submit</button>
32.1544 - </form>
32.1545 - </div><!-- /example -->
32.1546 -{% highlight html %}
32.1547 -<form role="form">
32.1548 - <div class="form-group">
32.1549 - <label for="exampleInputEmail1">Email address</label>
32.1550 - <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email">
32.1551 - </div>
32.1552 - <div class="form-group">
32.1553 - <label for="exampleInputPassword1">Password</label>
32.1554 - <input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
32.1555 - </div>
32.1556 - <div class="form-group">
32.1557 - <label for="exampleInputFile">File input</label>
32.1558 - <input type="file" id="exampleInputFile">
32.1559 - <p class="help-block">Example block-level help text here.</p>
32.1560 - </div>
32.1561 - <div class="checkbox">
32.1562 - <label>
32.1563 - <input type="checkbox"> Check me out
32.1564 - </label>
32.1565 - </div>
32.1566 - <button type="submit" class="btn btn-default">Submit</button>
32.1567 -</form>
32.1568 -{% endhighlight %}
32.1569 -
32.1570 -
32.1571 - <h2 id="forms-inline">Inline form</h2>
32.1572 - <p>Add <code>.form-inline</code> to your <code><form></code> for left-aligned and inline-block controls. <strong>This only applies to forms within viewports that are at least 768px wide.</strong></p>
32.1573 - <div class="bs-callout bs-callout-danger">
32.1574 - <h4>Requires custom widths</h4>
32.1575 - <p>Inputs, selects, and textareas are 100% wide by default in Bootstrap. To use the inline form, you'll have to set a width on the form controls used within.</p>
32.1576 - </div>
32.1577 - <div class="bs-callout bs-callout-danger">
32.1578 - <h4>Always add labels</h4>
32.1579 - <p>Screen readers will have trouble with your forms if you don't include a label for every input. For these inline forms, you can hide the labels using the <code>.sr-only</code> class.</p>
32.1580 - </div>
32.1581 - <div class="bs-example">
32.1582 - <form class="form-inline" role="form">
32.1583 - <div class="form-group">
32.1584 - <label class="sr-only" for="exampleInputEmail2">Email address</label>
32.1585 - <input type="email" class="form-control" id="exampleInputEmail2" placeholder="Enter email">
32.1586 - </div>
32.1587 - <div class="form-group">
32.1588 - <label class="sr-only" for="exampleInputPassword2">Password</label>
32.1589 - <input type="password" class="form-control" id="exampleInputPassword2" placeholder="Password">
32.1590 - </div>
32.1591 - <div class="checkbox">
32.1592 - <label>
32.1593 - <input type="checkbox"> Remember me
32.1594 - </label>
32.1595 - </div>
32.1596 - <button type="submit" class="btn btn-default">Sign in</button>
32.1597 - </form>
32.1598 - </div><!-- /example -->
32.1599 -{% highlight html %}
32.1600 -<form class="form-inline" role="form">
32.1601 - <div class="form-group">
32.1602 - <label class="sr-only" for="exampleInputEmail2">Email address</label>
32.1603 - <input type="email" class="form-control" id="exampleInputEmail2" placeholder="Enter email">
32.1604 - </div>
32.1605 - <div class="form-group">
32.1606 - <label class="sr-only" for="exampleInputPassword2">Password</label>
32.1607 - <input type="password" class="form-control" id="exampleInputPassword2" placeholder="Password">
32.1608 - </div>
32.1609 - <div class="checkbox">
32.1610 - <label>
32.1611 - <input type="checkbox"> Remember me
32.1612 - </label>
32.1613 - </div>
32.1614 - <button type="submit" class="btn btn-default">Sign in</button>
32.1615 -</form>
32.1616 -{% endhighlight %}
32.1617 -
32.1618 -
32.1619 - <h2 id="forms-horizontal">Horizontal form</h2>
32.1620 - <p>Use Bootstrap's predefined grid classes to align labels and groups of form controls in a horizontal layout by adding <code>.form-horizontal</code> to the form. Doing so changes <code>.form-group</code>s to behave as grid rows, so no need for <code>.row</code>.</p>
32.1621 - <div class="bs-example">
32.1622 - <form class="form-horizontal" role="form">
32.1623 - <div class="form-group">
32.1624 - <label for="inputEmail3" class="col-sm-2 control-label">Email</label>
32.1625 - <div class="col-sm-10">
32.1626 - <input type="email" class="form-control" id="inputEmail3" placeholder="Email">
32.1627 - </div>
32.1628 - </div>
32.1629 - <div class="form-group">
32.1630 - <label for="inputPassword3" class="col-sm-2 control-label">Password</label>
32.1631 - <div class="col-sm-10">
32.1632 - <input type="password" class="form-control" id="inputPassword3" placeholder="Password">
32.1633 - </div>
32.1634 - </div>
32.1635 - <div class="form-group">
32.1636 - <div class="col-sm-offset-2 col-sm-10">
32.1637 - <div class="checkbox">
32.1638 - <label>
32.1639 - <input type="checkbox"> Remember me
32.1640 - </label>
32.1641 - </div>
32.1642 - </div>
32.1643 - </div>
32.1644 - <div class="form-group">
32.1645 - <div class="col-sm-offset-2 col-sm-10">
32.1646 - <button type="submit" class="btn btn-default">Sign in</button>
32.1647 - </div>
32.1648 - </div>
32.1649 - </form>
32.1650 - </div><!-- /.bs-example -->
32.1651 -{% highlight html %}
32.1652 -<form class="form-horizontal" role="form">
32.1653 - <div class="form-group">
32.1654 - <label for="inputEmail3" class="col-sm-2 control-label">Email</label>
32.1655 - <div class="col-sm-10">
32.1656 - <input type="email" class="form-control" id="inputEmail3" placeholder="Email">
32.1657 - </div>
32.1658 - </div>
32.1659 - <div class="form-group">
32.1660 - <label for="inputPassword3" class="col-sm-2 control-label">Password</label>
32.1661 - <div class="col-sm-10">
32.1662 - <input type="password" class="form-control" id="inputPassword3" placeholder="Password">
32.1663 - </div>
32.1664 - </div>
32.1665 - <div class="form-group">
32.1666 - <div class="col-sm-offset-2 col-sm-10">
32.1667 - <div class="checkbox">
32.1668 - <label>
32.1669 - <input type="checkbox"> Remember me
32.1670 - </label>
32.1671 - </div>
32.1672 - </div>
32.1673 - </div>
32.1674 - <div class="form-group">
32.1675 - <div class="col-sm-offset-2 col-sm-10">
32.1676 - <button type="submit" class="btn btn-default">Sign in</button>
32.1677 - </div>
32.1678 - </div>
32.1679 -</form>
32.1680 -{% endhighlight %}
32.1681 -
32.1682 -
32.1683 - <h2 id="forms-controls">Supported controls</h2>
32.1684 - <p>Examples of standard form controls supported in an example form layout.</p>
32.1685 -
32.1686 - <h3>Inputs</h3>
32.1687 - <p>Most common form control, text-based input fields. Includes support for all HTML5 types: <code>text</code>, <code>password</code>, <code>datetime</code>, <code>datetime-local</code>, <code>date</code>, <code>month</code>, <code>time</code>, <code>week</code>, <code>number</code>, <code>email</code>, <code>url</code>, <code>search</code>, <code>tel</code>, and <code>color</code>.</p>
32.1688 - <div class="bs-callout bs-callout-danger">
32.1689 - <h4>Type declaration required</h4>
32.1690 - <p>Inputs will only be fully styled if their <code>type</code> is properly declared.</p>
32.1691 - </div>
32.1692 - <div class="bs-example">
32.1693 - <form role="form">
32.1694 - <input type="text" class="form-control" placeholder="Text input">
32.1695 - </form>
32.1696 - </div><!-- /.bs-example -->
32.1697 -{% highlight html %}
32.1698 -<input type="text" class="form-control" placeholder="Text input">
32.1699 -{% endhighlight %}
32.1700 - <div class="bs-callout bs-callout-info">
32.1701 - <h4>Input groups</h4>
32.1702 - <p>To add integrated text or buttons before and/or after any text-based <code><input></code>, <a href="../components/#input-groups">check out the input group component</a>.</p>
32.1703 - </div>
32.1704 -
32.1705 - <h3>Textarea</h3>
32.1706 - <p>Form control which supports multiple lines of text. Change <code>rows</code> attribute as necessary.</p>
32.1707 - <div class="bs-example">
32.1708 - <form role="form">
32.1709 - <textarea class="form-control" rows="3"></textarea>
32.1710 - </form>
32.1711 - </div><!-- /.bs-example -->
32.1712 -{% highlight html %}
32.1713 -<textarea class="form-control" rows="3"></textarea>
32.1714 -{% endhighlight %}
32.1715 -
32.1716 - <h3>Checkboxes and radios</h3>
32.1717 - <p>Checkboxes are for selecting one or several options in a list while radios are for selecting one option from many.</p>
32.1718 - <h4>Default (stacked)</h4>
32.1719 - <div class="bs-example">
32.1720 - <form role="form">
32.1721 - <div class="checkbox">
32.1722 - <label>
32.1723 - <input type="checkbox" value="">
32.1724 - Option one is this and that—be sure to include why it's great
32.1725 - </label>
32.1726 - </div>
32.1727 - <br>
32.1728 - <div class="radio">
32.1729 - <label>
32.1730 - <input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
32.1731 - Option one is this and that—be sure to include why it's great
32.1732 - </label>
32.1733 - </div>
32.1734 - <div class="radio">
32.1735 - <label>
32.1736 - <input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
32.1737 - Option two can be something else and selecting it will deselect option one
32.1738 - </label>
32.1739 - </div>
32.1740 - </form>
32.1741 - </div><!-- /.bs-example -->
32.1742 -{% highlight html %}
32.1743 -<div class="checkbox">
32.1744 - <label>
32.1745 - <input type="checkbox" value="">
32.1746 - Option one is this and that—be sure to include why it's great
32.1747 - </label>
32.1748 -</div>
32.1749 -
32.1750 -<div class="radio">
32.1751 - <label>
32.1752 - <input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
32.1753 - Option one is this and that—be sure to include why it's great
32.1754 - </label>
32.1755 -</div>
32.1756 -<div class="radio">
32.1757 - <label>
32.1758 - <input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
32.1759 - Option two can be something else and selecting it will deselect option one
32.1760 - </label>
32.1761 -</div>
32.1762 -{% endhighlight %}
32.1763 -
32.1764 - <h4>Inline checkboxes</h4>
32.1765 - <p>Use <code>.checkbox-inline</code> or <code>.radio-inline</code> class to a series of checkboxes or radios for controls appear on the same line.</p>
32.1766 - <div class="bs-example">
32.1767 - <form role="form">
32.1768 - <label class="checkbox-inline">
32.1769 - <input type="checkbox" id="inlineCheckbox1" value="option1"> 1
32.1770 - </label>
32.1771 - <label class="checkbox-inline">
32.1772 - <input type="checkbox" id="inlineCheckbox2" value="option2"> 2
32.1773 - </label>
32.1774 - <label class="checkbox-inline">
32.1775 - <input type="checkbox" id="inlineCheckbox3" value="option3"> 3
32.1776 - </label>
32.1777 - </form>
32.1778 - </div><!-- /.bs-example -->
32.1779 -{% highlight html %}
32.1780 -<label class="checkbox-inline">
32.1781 - <input type="checkbox" id="inlineCheckbox1" value="option1"> 1
32.1782 -</label>
32.1783 -<label class="checkbox-inline">
32.1784 - <input type="checkbox" id="inlineCheckbox2" value="option2"> 2
32.1785 -</label>
32.1786 -<label class="checkbox-inline">
32.1787 - <input type="checkbox" id="inlineCheckbox3" value="option3"> 3
32.1788 -</label>
32.1789 -{% endhighlight %}
32.1790 -
32.1791 - <h3>Selects</h3>
32.1792 - <p>Use the default option, or add <code>multiple</code> to show multiple options at once.</p>
32.1793 - <div class="bs-example">
32.1794 - <form role="form">
32.1795 - <select class="form-control">
32.1796 - <option>1</option>
32.1797 - <option>2</option>
32.1798 - <option>3</option>
32.1799 - <option>4</option>
32.1800 - <option>5</option>
32.1801 - </select>
32.1802 - <br>
32.1803 - <select multiple class="form-control">
32.1804 - <option>1</option>
32.1805 - <option>2</option>
32.1806 - <option>3</option>
32.1807 - <option>4</option>
32.1808 - <option>5</option>
32.1809 - </select>
32.1810 - </form>
32.1811 - </div><!-- /.bs-example -->
32.1812 -{% highlight html %}
32.1813 -<select class="form-control">
32.1814 - <option>1</option>
32.1815 - <option>2</option>
32.1816 - <option>3</option>
32.1817 - <option>4</option>
32.1818 - <option>5</option>
32.1819 -</select>
32.1820 -
32.1821 -<select multiple class="form-control">
32.1822 - <option>1</option>
32.1823 - <option>2</option>
32.1824 - <option>3</option>
32.1825 - <option>4</option>
32.1826 - <option>5</option>
32.1827 -</select>
32.1828 -{% endhighlight %}
32.1829 -
32.1830 -
32.1831 - <h2 id="forms-controls-static">Static control</h2>
32.1832 - <p>When you need to place plain text next to a form label within a horizontal form, use the <code>.form-control-static</code> class on a <code><p></code>.</p>
32.1833 - <div class="bs-example">
32.1834 - <form class="form-horizontal" role="form">
32.1835 - <div class="form-group">
32.1836 - <label class="col-sm-2 control-label">Email</label>
32.1837 - <div class="col-sm-10">
32.1838 - <p class="form-control-static">email@example.com</p>
32.1839 - </div>
32.1840 - </div>
32.1841 - <div class="form-group">
32.1842 - <label for="inputPassword" class="col-sm-2 control-label">Password</label>
32.1843 - <div class="col-sm-10">
32.1844 - <input type="password" class="form-control" id="inputPassword" placeholder="Password">
32.1845 - </div>
32.1846 - </div>
32.1847 - </form>
32.1848 - </div><!-- /.bs-example -->
32.1849 -{% highlight html %}
32.1850 -<form class="form-horizontal" role="form">
32.1851 - <div class="form-group">
32.1852 - <label class="col-sm-2 control-label">Email</label>
32.1853 - <div class="col-sm-10">
32.1854 - <p class="form-control-static">email@example.com</p>
32.1855 - </div>
32.1856 - </div>
32.1857 - <div class="form-group">
32.1858 - <label for="inputPassword" class="col-sm-2 control-label">Password</label>
32.1859 - <div class="col-sm-10">
32.1860 - <input type="password" class="form-control" id="inputPassword" placeholder="Password">
32.1861 - </div>
32.1862 - </div>
32.1863 -</form>
32.1864 -{% endhighlight %}
32.1865 -
32.1866 -
32.1867 - <h2 id="forms-control-states">Form states</h2>
32.1868 - <p>Provide feedback to users or visitors with basic feedback states on form controls and labels.</p>
32.1869 -
32.1870 - <h3 id="forms-input-focus">Input focus</h3>
32.1871 - <p>We remove the default <code>outline</code> styles on some form controls and apply a <code>box-shadow</code> in its place for <code>:focus</code>.</p>
32.1872 - <div class="bs-example">
32.1873 - <form role="form">
32.1874 - <input class="form-control" id="focusedInput" type="text" value="This is focused...">
32.1875 - </form>
32.1876 - </div>
32.1877 -{% highlight html %}
32.1878 -<input class="form-control" id="focusedInput" type="text" value="This is focused...">
32.1879 -{% endhighlight %}
32.1880 -
32.1881 - <h3 id="forms-disabled-inputs">Disabled inputs</h3>
32.1882 - <p>Add the <code>disabled</code> attribute on an input to prevent user input and trigger a slightly different look.</p>
32.1883 - <div class="bs-example">
32.1884 - <form role="form">
32.1885 - <input class="form-control" id="disabledInput" type="text" placeholder="Disabled input here…" disabled>
32.1886 - </form>
32.1887 - </div><!-- /.bs-example -->
32.1888 -{% highlight html %}
32.1889 -<input class="form-control" id="disabledInput" type="text" placeholder="Disabled input here..." disabled>
32.1890 -{% endhighlight %}
32.1891 -
32.1892 - <h3 id="forms-disabled-fieldsets">Disabled fieldsets</h3>
32.1893 - <p>Add the <code>disabled</code> attribute to a <code><fieldset></code> to disable all the controls within the <code><fieldset></code> at once.</p>
32.1894 -
32.1895 - <div class="bs-callout bs-callout-warning">
32.1896 - <h4>Link functionality of <code><a></code> not impacted</h4>
32.1897 - <p>This class will only change the appearance of <code><a class="btn btn-default"></code> buttons, not their functionality. Use custom JavaScript to disable links here.</p>
32.1898 - </div>
32.1899 -
32.1900 - <div class="bs-callout bs-callout-danger">
32.1901 - <h4>Cross-browser compatibility</h4>
32.1902 - <p>While Bootstrap will apply these styles in all browsers, Internet Explorer 9 and below don't actually support the <code>disabled</code> attribute on a <code><fieldset></code>. Use custom JavaScript to disable the fieldset in these browsers.</p>
32.1903 - </div>
32.1904 -
32.1905 - <div class="bs-example">
32.1906 - <form role="form">
32.1907 - <fieldset disabled>
32.1908 - <div class="form-group">
32.1909 - <label for="disabledTextInput">Disabled input</label>
32.1910 - <input type="text" id="disabledTextInput" class="form-control" placeholder="Disabled input">
32.1911 - </div>
32.1912 - <div class="form-group">
32.1913 - <label for="disabledSelect">Disabled select menu</label>
32.1914 - <select id="disabledSelect" class="form-control">
32.1915 - <option>Disabled select</option>
32.1916 - </select>
32.1917 - </div>
32.1918 - <div class="checkbox">
32.1919 - <label>
32.1920 - <input type="checkbox"> Can't check this
32.1921 - </label>
32.1922 - </div>
32.1923 - <button type="submit" class="btn btn-primary">Submit</button>
32.1924 - </fieldset>
32.1925 - </form>
32.1926 - </div><!-- /.bs-example -->
32.1927 -{% highlight html %}
32.1928 -<form role="form">
32.1929 - <fieldset disabled>
32.1930 - <div class="form-group">
32.1931 - <label for="disabledTextInput">Disabled input</label>
32.1932 - <input type="text" id="disabledTextInput" class="form-control" placeholder="Disabled input">
32.1933 - </div>
32.1934 - <div class="form-group">
32.1935 - <label for="disabledSelect">Disabled select menu</label>
32.1936 - <select id="disabledSelect" class="form-control">
32.1937 - <option>Disabled select</option>
32.1938 - </select>
32.1939 - </div>
32.1940 - <div class="checkbox">
32.1941 - <label>
32.1942 - <input type="checkbox"> Can't check this
32.1943 - </label>
32.1944 - </div>
32.1945 - <button type="submit" class="btn btn-primary">Submit</button>
32.1946 - </fieldset>
32.1947 -</form>
32.1948 -{% endhighlight %}
32.1949 -
32.1950 - <h3 id="forms-validation">Validation states</h3>
32.1951 - <p>Bootstrap includes validation styles for error, warning, and success states on form controls. To use, add <code>.has-warning</code>, <code>.has-error</code>, or <code>.has-success</code> to the parent element. Any <code>.control-label</code>, <code>.form-control</code>, and <code>.help-block</code> within that element will receive the validation styles.</p>
32.1952 -
32.1953 - <div class="bs-example">
32.1954 - <form role="form">
32.1955 - <div class="form-group has-success">
32.1956 - <label class="control-label" for="inputSuccess">Input with success</label>
32.1957 - <input type="text" class="form-control" id="inputSuccess">
32.1958 - </div>
32.1959 - <div class="form-group has-warning">
32.1960 - <label class="control-label" for="inputWarning">Input with warning</label>
32.1961 - <input type="text" class="form-control" id="inputWarning">
32.1962 - </div>
32.1963 - <div class="form-group has-error">
32.1964 - <label class="control-label" for="inputError">Input with error</label>
32.1965 - <input type="text" class="form-control" id="inputError">
32.1966 - </div>
32.1967 - </form>
32.1968 - </div><!-- /.bs-example -->
32.1969 -{% highlight html %}
32.1970 -<div class="form-group has-success">
32.1971 - <label class="control-label" for="inputSuccess">Input with success</label>
32.1972 - <input type="text" class="form-control" id="inputSuccess">
32.1973 -</div>
32.1974 -<div class="form-group has-warning">
32.1975 - <label class="control-label" for="inputWarning">Input with warning</label>
32.1976 - <input type="text" class="form-control" id="inputWarning">
32.1977 -</div>
32.1978 -<div class="form-group has-error">
32.1979 - <label class="control-label" for="inputError">Input with error</label>
32.1980 - <input type="text" class="form-control" id="inputError">
32.1981 -</div>
32.1982 -{% endhighlight %}
32.1983 -
32.1984 -
32.1985 - <h2 id="forms-control-sizes">Control sizing</h2>
32.1986 - <p>Set heights using classes like <code>.input-lg</code>, and set widths using grid column classes like <code>.col-lg-*</code>.</p>
32.1987 -
32.1988 - <h3>Height sizing</h3>
32.1989 - <p>Create larger or smaller form controls that match button sizes.</p>
32.1990 - <div class="bs-example bs-example-control-sizing">
32.1991 - <form role="form">
32.1992 - <div class="controls">
32.1993 - <input class="form-control input-lg" type="text" placeholder=".input-lg">
32.1994 - <input type="text" class="form-control" placeholder="Default input">
32.1995 - <input class="form-control input-sm" type="text" placeholder=".input-sm">
32.1996 -
32.1997 - <select class="form-control input-lg">
32.1998 - <option value="">.input-lg</option>
32.1999 - </select>
32.2000 - <select class="form-control">
32.2001 - <option value="">Default select</option>
32.2002 - </select>
32.2003 - <select class="form-control input-sm">
32.2004 - <option value="">.input-sm</option>
32.2005 - </select>
32.2006 - </div>
32.2007 - </form>
32.2008 - </div><!-- /.bs-example -->
32.2009 -{% highlight html %}
32.2010 -<input class="form-control input-lg" type="text" placeholder=".input-lg">
32.2011 -<input class="form-control" type="text" placeholder="Default input">
32.2012 -<input class="form-control input-sm" type="text" placeholder=".input-sm">
32.2013 -
32.2014 -<select class="form-control input-lg">...</select>
32.2015 -<select class="form-control">...</select>
32.2016 -<select class="form-control input-sm">...</select>
32.2017 -{% endhighlight %}
32.2018 -
32.2019 - <h3>Column sizing</h3>
32.2020 - <p>Wrap inputs in grid columns, or any custom parent element, to easily enforce desired widths.</p>
32.2021 - <div class="bs-example">
32.2022 - <form role="form">
32.2023 - <div class="row">
32.2024 - <div class="col-xs-2">
32.2025 - <input type="text" class="form-control" placeholder=".col-xs-2">
32.2026 - </div>
32.2027 - <div class="col-xs-3">
32.2028 - <input type="text" class="form-control" placeholder=".col-xs-3">
32.2029 - </div>
32.2030 - <div class="col-xs-4">
32.2031 - <input type="text" class="form-control" placeholder=".col-xs-4">
32.2032 - </div>
32.2033 - </div>
32.2034 - </form>
32.2035 - </div><!-- /.bs-example -->
32.2036 -{% highlight html %}
32.2037 -<div class="row">
32.2038 - <div class="col-xs-2">
32.2039 - <input type="text" class="form-control" placeholder=".col-xs-2">
32.2040 - </div>
32.2041 - <div class="col-xs-3">
32.2042 - <input type="text" class="form-control" placeholder=".col-xs-3">
32.2043 - </div>
32.2044 - <div class="col-xs-4">
32.2045 - <input type="text" class="form-control" placeholder=".col-xs-4">
32.2046 - </div>
32.2047 -</div>
32.2048 -{% endhighlight %}
32.2049 -
32.2050 - <h2 id="forms-help-text">Help text</h2>
32.2051 - <p>Block level help text for form controls.</p>
32.2052 - <div class="bs-example">
32.2053 - <form role="form">
32.2054 - <input type="text" class="form-control">
32.2055 - <span class="help-block">A block of help text that breaks onto a new line and may extend beyond one line.</span>
32.2056 - </form>
32.2057 - </div><!-- /.bs-example -->
32.2058 -{% highlight html %}
32.2059 -<span class="help-block">A block of help text that breaks onto a new line and may extend beyond one line.</span>
32.2060 -{% endhighlight %}
32.2061 -
32.2062 - </div>
32.2063 -
32.2064 -
32.2065 -
32.2066 - <!-- Buttons
32.2067 - ================================================== -->
32.2068 - <div class="bs-docs-section">
32.2069 - <div class="page-header">
32.2070 - <h1 id="buttons">Buttons</h1>
32.2071 - </div>
32.2072 -
32.2073 - <h2 id="buttons-options">Options</h2>
32.2074 - <p>Use any of the available button classes to quickly create a styled button.</p>
32.2075 - <div class="bs-example">
32.2076 - <button type="button" class="btn btn-default">Default</button>
32.2077 - <button type="button" class="btn btn-primary">Primary</button>
32.2078 - <button type="button" class="btn btn-success">Success</button>
32.2079 - <button type="button" class="btn btn-info">Info</button>
32.2080 - <button type="button" class="btn btn-warning">Warning</button>
32.2081 - <button type="button" class="btn btn-danger">Danger</button>
32.2082 - <button type="button" class="btn btn-link">Link</button>
32.2083 - </div>
32.2084 -{% highlight html %}
32.2085 -<!-- Standard button -->
32.2086 -<button type="button" class="btn btn-default">Default</button>
32.2087 -
32.2088 -<!-- Provides extra visual weight and identifies the primary action in a set of buttons -->
32.2089 -<button type="button" class="btn btn-primary">Primary</button>
32.2090 -
32.2091 -<!-- Indicates a successful or positive action -->
32.2092 -<button type="button" class="btn btn-success">Success</button>
32.2093 -
32.2094 -<!-- Contextual button for informational alert messages -->
32.2095 -<button type="button" class="btn btn-info">Info</button>
32.2096 -
32.2097 -<!-- Indicates caution should be taken with this action -->
32.2098 -<button type="button" class="btn btn-warning">Warning</button>
32.2099 -
32.2100 -<!-- Indicates a dangerous or potentially negative action -->
32.2101 -<button type="button" class="btn btn-danger">Danger</button>
32.2102 -
32.2103 -<!-- Deemphasize a button by making it look like a link while maintaining button behavior -->
32.2104 -<button type="button" class="btn btn-link">Link</button>
32.2105 -{% endhighlight %}
32.2106 -
32.2107 - <h2 id="buttons-sizes">Sizes</h2>
32.2108 - <p>Fancy larger or smaller buttons? Add <code>.btn-lg</code>, <code>.btn-sm</code>, or <code>.btn-xs</code> for additional sizes.</p>
32.2109 - <div class="bs-example">
32.2110 - <p>
32.2111 - <button type="button" class="btn btn-primary btn-lg">Large button</button>
32.2112 - <button type="button" class="btn btn-default btn-lg">Large button</button>
32.2113 - </p>
32.2114 - <p>
32.2115 - <button type="button" class="btn btn-primary">Default button</button>
32.2116 - <button type="button" class="btn btn-default">Default button</button>
32.2117 - </p>
32.2118 - <p>
32.2119 - <button type="button" class="btn btn-primary btn-sm">Small button</button>
32.2120 - <button type="button" class="btn btn-default btn-sm">Small button</button>
32.2121 - </p>
32.2122 - <p>
32.2123 - <button type="button" class="btn btn-primary btn-xs">Extra small button</button>
32.2124 - <button type="button" class="btn btn-default btn-xs">Extra small button</button>
32.2125 - </p>
32.2126 - </div>
32.2127 -{% highlight html %}
32.2128 -<p>
32.2129 - <button type="button" class="btn btn-primary btn-lg">Large button</button>
32.2130 - <button type="button" class="btn btn-default btn-lg">Large button</button>
32.2131 -</p>
32.2132 -<p>
32.2133 - <button type="button" class="btn btn-primary">Default button</button>
32.2134 - <button type="button" class="btn btn-default">Default button</button>
32.2135 -</p>
32.2136 -<p>
32.2137 - <button type="button" class="btn btn-primary btn-sm">Small button</button>
32.2138 - <button type="button" class="btn btn-default btn-sm">Small button</button>
32.2139 -</p>
32.2140 -<p>
32.2141 - <button type="button" class="btn btn-primary btn-xs">Extra small button</button>
32.2142 - <button type="button" class="btn btn-default btn-xs">Extra small button</button>
32.2143 -</p>
32.2144 -{% endhighlight %}
32.2145 -
32.2146 - <p>Create block level buttons—those that span the full width of a parent— by adding <code>.btn-block</code>.</p>
32.2147 - <div class="bs-example">
32.2148 - <div class="well" style="max-width: 400px; margin: 0 auto 10px;">
32.2149 - <button type="button" class="btn btn-primary btn-lg btn-block">Block level button</button>
32.2150 - <button type="button" class="btn btn-default btn-lg btn-block">Block level button</button>
32.2151 - </div>
32.2152 - </div>
32.2153 -{% highlight html %}
32.2154 -<button type="button" class="btn btn-primary btn-lg btn-block">Block level button</button>
32.2155 -<button type="button" class="btn btn-default btn-lg btn-block">Block level button</button>
32.2156 -{% endhighlight %}
32.2157 -
32.2158 -
32.2159 - <h2 id="buttons-active">Active state</h2>
32.2160 - <p>Buttons will appear pressed (with a darker background, darker border, and inset shadow) when active. For <code><button></code> elements, this is done via <code>:active</code>. For <code><a></code> elements, it's done with <code>.active</code>. However, you may use <code>.active</code> <code><button></code>s should you need to replicate the active state progammatically.</p>
32.2161 -
32.2162 - <h3>Button element</h3>
32.2163 - <p>No need to add <code>:active</code> as it's a pseudo-class, but if you need to force the same appearance, go ahead and add <code>.active</code>.</p>
32.2164 - <p class="bs-example">
32.2165 - <button type="button" class="btn btn-primary btn-lg active">Primary button</button>
32.2166 - <button type="button" class="btn btn-default btn-lg active">Button</button>
32.2167 - </p>
32.2168 -{% highlight html %}
32.2169 -<button type="button" class="btn btn-primary btn-lg active">Primary button</button>
32.2170 -<button type="button" class="btn btn-default btn-lg active">Button</button>
32.2171 -{% endhighlight %}
32.2172 -
32.2173 - <h3>Anchor element</h3>
32.2174 - <p>Add the <code>.active</code> class to <code><a></code> buttons.</p>
32.2175 - <p class="bs-example">
32.2176 - <a href="#" class="btn btn-primary btn-lg active" role="button">Primary link</a>
32.2177 - <a href="#" class="btn btn-default btn-lg active" role="button">Link</a>
32.2178 - </p>
32.2179 -{% highlight html %}
32.2180 -<a href="#" class="btn btn-primary btn-lg active" role="button">Primary link</a>
32.2181 -<a href="#" class="btn btn-default btn-lg active" role="button">Link</a>
32.2182 -{% endhighlight %}
32.2183 -
32.2184 -
32.2185 - <h2 id="buttons-disabled">Disabled state</h2>
32.2186 - <p>Make buttons look unclickable by fading them back 50%.</p>
32.2187 -
32.2188 - <h3>Button element</h3>
32.2189 - <p>Add the <code>disabled</code> attribute to <code><button></code> buttons.</p>
32.2190 - <p class="bs-example">
32.2191 - <button type="button" class="btn btn-primary btn-lg" disabled="disabled">Primary button</button>
32.2192 - <button type="button" class="btn btn-default btn-lg" disabled="disabled">Button</button>
32.2193 - </p>
32.2194 -{% highlight html %}
32.2195 -<button type="button" class="btn btn-lg btn-primary" disabled="disabled">Primary button</button>
32.2196 -<button type="button" class="btn btn-default btn-lg" disabled="disabled">Button</button>
32.2197 -{% endhighlight %}
32.2198 -
32.2199 - <div class="bs-callout bs-callout-danger">
32.2200 - <h4>Cross-browser compatibility</h4>
32.2201 - <p>If you add the <code>disabled</code> attribute to a <code><button></code>, Internet Explorer 9 and below will render text gray with a nasty text-shadow that we cannot fix.</p>
32.2202 - </div>
32.2203 -
32.2204 - <h3>Anchor element</h3>
32.2205 - <p>Add the <code>.disabled</code> class to <code><a></code> buttons.</p>
32.2206 - <p class="bs-example">
32.2207 - <a href="#" class="btn btn-primary btn-lg disabled" role="button">Primary link</a>
32.2208 - <a href="#" class="btn btn-default btn-lg disabled" role="button">Link</a>
32.2209 - </p>
32.2210 -{% highlight html %}
32.2211 -<a href="#" class="btn btn-primary btn-lg disabled" role="button">Primary link</a>
32.2212 -<a href="#" class="btn btn-default btn-lg disabled" role="button">Link</a>
32.2213 -{% endhighlight %}
32.2214 - <p>
32.2215 - We use <code>.disabled</code> as a utility class here, similar to the common <code>.active</code> class, so no prefix is required.
32.2216 - </p>
32.2217 - <div class="bs-callout bs-callout-warning">
32.2218 - <h4>Link functionality not impacted</h4>
32.2219 - <p>This class will only change the <code><a></code>'s appearance, not its functionality. Use custom JavaScript to disable links here.</p>
32.2220 - </div>
32.2221 - <div class="bs-callout bs-callout-warning">
32.2222 - <h4>Context-specific usage</h4>
32.2223 - <p>While button classes can be used on <code><a></code> and <code><button></code> elements, only <code><button></code> elements are supported within our nav and navbar components.</p>
32.2224 - </div>
32.2225 -
32.2226 -
32.2227 - <h2 id="buttons-tags">Button tags</h2>
32.2228 - <p>Use the button classes on an <code><a></code>, <code><button></code>, or <code><input></code> element.</p>
32.2229 - <form class="bs-example">
32.2230 - <a class="btn btn-default" href="#" role="button">Link</a>
32.2231 - <button class="btn btn-default" type="submit">Button</button>
32.2232 - <input class="btn btn-default" type="button" value="Input">
32.2233 - <input class="btn btn-default" type="submit" value="Submit">
32.2234 - </form>
32.2235 -{% highlight html %}
32.2236 -<a class="btn btn-default" href="#" role="button">Link</a>
32.2237 -<button class="btn btn-default" type="submit">Button</button>
32.2238 -<input class="btn btn-default" type="button" value="Input">
32.2239 -<input class="btn btn-default" type="submit" value="Submit">
32.2240 -{% endhighlight %}
32.2241 -
32.2242 - <div class="bs-callout bs-callout-warning">
32.2243 - <h4>Cross-browser rendering</h4>
32.2244 - <p>As a best practice, <strong>we highly recommend using the <code><button></code> element whenever possible</strong> to ensure matching cross-browser rendering.</p>
32.2245 - <p>Among other things, there's <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=697451">a Firefox bug</a> that prevents us from setting the <code>line-height</code> of <code><input></code>-based buttons, causing them to not exactly match the height of other buttons on Firefox.</p>
32.2246 - </div>
32.2247 -
32.2248 - </div>
32.2249 -
32.2250 -
32.2251 -
32.2252 - <!-- Images
32.2253 - ================================================== -->
32.2254 - <div class="bs-docs-section">
32.2255 - <div class="page-header">
32.2256 - <h1 id="images">Images</h1>
32.2257 - </div>
32.2258 -
32.2259 - <p>Add classes to an <code><img></code> element to easily style images in any project.</p>
32.2260 - <div class="bs-callout bs-callout-danger">
32.2261 - <h4>Cross-browser compatibility</h4>
32.2262 - <p>Keep in mind that Internet Explorer 8 lacks support for rounded corners.</p>
32.2263 - </div>
32.2264 - <div class="bs-example bs-example-images">
32.2265 - <img data-src="holder.js/140x140" class="img-rounded" alt="A generic square placeholder image with rounded corners">
32.2266 - <img data-src="holder.js/140x140" class="img-circle" alt="A generic square placeholder image where only the portion within the circle circumscribed about said square is visible">
32.2267 - <img data-src="holder.js/140x140" class="img-thumbnail" alt="A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera">
32.2268 - </div>
32.2269 -{% highlight html %}
32.2270 -<img src="..." alt="..." class="img-rounded">
32.2271 -<img src="..." alt="..." class="img-circle">
32.2272 -<img src="..." alt="..." class="img-thumbnail">
32.2273 -{% endhighlight %}
32.2274 -
32.2275 - <div class="bs-callout bs-callout-warning">
32.2276 - <h4>Responsive images</h4>
32.2277 - <p>Looking for how to make images more responsive? <a href="#overview-responsive-images">Check out the responsive images section</a> up top.</p>
32.2278 - </div>
32.2279 -
32.2280 - </div>
32.2281 -
32.2282 -
32.2283 - <!-- Helpers
32.2284 - ================================================== -->
32.2285 - <div class="bs-docs-section">
32.2286 - <div class="page-header">
32.2287 - <h1 id="helper-classes">Helper classes</h1>
32.2288 - </div>
32.2289 -
32.2290 -
32.2291 - <h3 id="helper-classes-close">Close icon</h3>
32.2292 - <p>Use the generic close icon for dismissing content like modals and alerts.</p>
32.2293 - <div class="bs-example">
32.2294 - <p><button type="button" class="close" aria-hidden="true">×</button></p>
32.2295 - </div>
32.2296 -{% highlight html %}
32.2297 -<button type="button" class="close" aria-hidden="true">×</button>
32.2298 -{% endhighlight %}
32.2299 -
32.2300 -
32.2301 - <h3 id="helper-classes-carets">Carets</h3>
32.2302 - <p>Use carets to indicate dropdown functionality and direction. Note that the default caret will reverse automatically in <a href="../components/#btn-dropdowns-dropup">dropup menus</a>.</p>
32.2303 - <div class="bs-example">
32.2304 - <span class="caret"></span>
32.2305 - </div>
32.2306 -{% highlight html %}
32.2307 -<span class="caret"></span>
32.2308 -{% endhighlight %}
32.2309 -
32.2310 -
32.2311 - <h3 id="helper-classes-floats">Quick floats</h3>
32.2312 - <p>Float an element to the left or right with a class. <code>!important</code> is included to avoid specificity issues. Classes can also be used as mixins.</p>
32.2313 -{% highlight html %}
32.2314 -<div class="pull-left">...</div>
32.2315 -<div class="pull-right">...</div>
32.2316 -{% endhighlight %}
32.2317 -{% highlight css %}
32.2318 -// Classes
32.2319 -.pull-left {
32.2320 - float: left !important;
32.2321 -}
32.2322 -.pull-right {
32.2323 - float: right !important;
32.2324 -}
32.2325 -
32.2326 -// Usage as mixins
32.2327 -.element {
32.2328 - .pull-left();
32.2329 -}
32.2330 -.another-element {
32.2331 - .pull-right();
32.2332 -}
32.2333 -{% endhighlight %}
32.2334 -
32.2335 - <div class="bs-callout bs-callout-warning">
32.2336 - <h4>Not for use in navbars</h4>
32.2337 - <p>To align components in navbars with utility classes, use <code>.navbar-left</code> or <code>.navbar-right</code> instead. <a href="../components/#navbar-component-alignment">See the navbar docs</a> for details.</p>
32.2338 - </div>
32.2339 -
32.2340 -
32.2341 - <h3 id="helper-classes-center">Center content blocks</h3>
32.2342 - <p>Set an element to <code>display: block</code> and center via <code>margin</code>. Available as a mixin and class.</p>
32.2343 -{% highlight html %}
32.2344 -<div class="center-block">...</div>
32.2345 -{% endhighlight %}
32.2346 -{% highlight css %}
32.2347 -// Classes
32.2348 -.center-block {
32.2349 - display: block;
32.2350 - margin-left: auto;
32.2351 - margin-right: auto;
32.2352 -}
32.2353 -
32.2354 -// Usage as mixins
32.2355 -.element {
32.2356 - .center-block();
32.2357 -}
32.2358 -{% endhighlight %}
32.2359 -
32.2360 -
32.2361 -
32.2362 - <h3 id="helper-classes-clearfix">Clearfix</h3>
32.2363 - <p>Clear the <code>float</code> on any element with the <code>.clearfix</code> class. Utilizes <a href="http://nicolasgallagher.com/micro-clearfix-hack/">the micro clearfix</a> as popularized by Nicolas Gallagher. Can also be used as a mixin.</p>
32.2364 -{% highlight html %}
32.2365 -<!-- Usage as a class -->
32.2366 -<div class="clearfix">...</div>
32.2367 -{% endhighlight %}
32.2368 -{% highlight css %}
32.2369 -// Mixin itself
32.2370 -.clearfix() {
32.2371 - &:before,
32.2372 - &:after {
32.2373 - content: " ";
32.2374 - display: table;
32.2375 - }
32.2376 - &:after {
32.2377 - clear: both;
32.2378 - }
32.2379 -}
32.2380 -
32.2381 -// Usage as a Mixin
32.2382 -.element {
32.2383 - .clearfix();
32.2384 -}
32.2385 -{% endhighlight %}
32.2386 -
32.2387 -
32.2388 - <h3 id="helper-classes-show-hide">Showing and hiding content</h3>
32.2389 - <p>Force an element to be shown or hidden (<strong>including for screen readers</strong>) with the use of <code>.show</code> and <code>.hidden</code> classes. These classes use <code>!important</code> to avoid specificity conflicts, just like the <a href="#helper-classes-floats">quick floats</a>. They are only available for block level toggling. They can also be used as mixins.</p>
32.2390 - <p><code>.hide</code> is available, but it does not always affect screen readers and is <strong>deprecated</strong> as of v3.0.1. Use <code>.hidden</code> or <code>.sr-only</code> instead.</p>
32.2391 - <p>Furthermore, <code>.invisible</code> can be used to toggle only the visibility of an element, meaning its <code>display</code> is not modified and the element can still affect the flow of the document.</p>
32.2392 -{% highlight html %}
32.2393 -<div class="show">...</div>
32.2394 -<div class="hidden">...</div>
32.2395 -{% endhighlight %}
32.2396 -{% highlight css %}
32.2397 -// Classes
32.2398 -.show {
32.2399 - display: block !important;
32.2400 -}
32.2401 -.hidden {
32.2402 - display: none !important;
32.2403 - visibility: hidden !important;
32.2404 -}
32.2405 -.invisible {
32.2406 - visibility: hidden;
32.2407 -}
32.2408 -
32.2409 -// Usage as mixins
32.2410 -.element {
32.2411 - .show();
32.2412 -}
32.2413 -.another-element {
32.2414 - .hidden();
32.2415 -}
32.2416 -{% endhighlight %}
32.2417 -
32.2418 -
32.2419 - <h3 id="helper-classes-screen-readers">Screen reader content</h3>
32.2420 - <p>Hide an element to all devices <strong>except screen readers</strong> with <code>.sr-only</code>. Necessary for following <a href="{{ page.base_url }}getting-started#accessibility">accessibility best practices</a>. Can also be used as a mixin.</p>
32.2421 -{% highlight html %}
32.2422 -<a class="sr-only" href="#content">Skip to main content</a>
32.2423 -{% endhighlight %}
32.2424 -{% highlight css %}
32.2425 -// Usage as a Mixin
32.2426 -.skip-navigation {
32.2427 - .sr-only();
32.2428 -}
32.2429 -{% endhighlight %}
32.2430 -
32.2431 -
32.2432 - <h3 id="helper-classes-image-replacement">Image replacement</h3>
32.2433 - <p>Utilize the <code>.text-hide</code> class or mixin to help replace an element's text content with a background image.</p>
32.2434 -{% highlight html %}
32.2435 -<h1 class="text-hide">Custom heading</h1>
32.2436 -{% endhighlight %}
32.2437 - {% highlight css %}
32.2438 -// Usage as a Mixin
32.2439 -.heading {
32.2440 - .text-hide();
32.2441 -}
32.2442 -{% endhighlight %}
32.2443 - </div>
32.2444 -
32.2445 -
32.2446 -
32.2447 - <!-- Responsive utilities
32.2448 - ================================================== -->
32.2449 - <div class="bs-docs-section" id="responsive-utilities">
32.2450 - <div class="page-header">
32.2451 - <h1>Responsive utilities</h1>
32.2452 - </div>
32.2453 - <p class="lead">For faster mobile-friendly development, use these utility classes for showing and hiding content by device via media query. Also included are utility classes for toggling content when printed.</p>
32.2454 - <p>Try to use these on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation. <strong>Responsive utilities are currently only available for block and table toggling.</strong> Use with inline and table elements is currently not supported.</p>
32.2455 -
32.2456 -
32.2457 - <h2 id="responsive-utilities-classes">Available classes</h2>
32.2458 - <p>Use a single or combination of the available classes for toggling content across viewport breakpoints.</p>
32.2459 - <div class="table-responsive">
32.2460 - <table class="table table-bordered table-striped responsive-utilities">
32.2461 - <thead>
32.2462 - <tr>
32.2463 - <th></th>
32.2464 - <th>
32.2465 - Extra small devices
32.2466 - <small>Phones (<768px)</small>
32.2467 - </th>
32.2468 - <th>
32.2469 - Small devices
32.2470 - <small>Tablets (≥768px)</small>
32.2471 - </th>
32.2472 - <th>
32.2473 - Medium devices
32.2474 - <small>Desktops (≥992px)</small>
32.2475 - </th>
32.2476 - <th>
32.2477 - Large devices
32.2478 - <small>Desktops (≥1200px)</small>
32.2479 - </th>
32.2480 - </tr>
32.2481 - </thead>
32.2482 - <tbody>
32.2483 - <tr>
32.2484 - <th><code>.visible-xs</code></th>
32.2485 - <td class="is-visible">Visible</td>
32.2486 - <td class="is-hidden">Hidden</td>
32.2487 - <td class="is-hidden">Hidden</td>
32.2488 - <td class="is-hidden">Hidden</td>
32.2489 - </tr>
32.2490 - <tr>
32.2491 - <th><code>.visible-sm</code></th>
32.2492 - <td class="is-hidden">Hidden</td>
32.2493 - <td class="is-visible">Visible</td>
32.2494 - <td class="is-hidden">Hidden</td>
32.2495 - <td class="is-hidden">Hidden</td>
32.2496 - </tr>
32.2497 - <tr>
32.2498 - <th><code>.visible-md</code></th>
32.2499 - <td class="is-hidden">Hidden</td>
32.2500 - <td class="is-hidden">Hidden</td>
32.2501 - <td class="is-visible">Visible</td>
32.2502 - <td class="is-hidden">Hidden</td>
32.2503 - </tr>
32.2504 - <tr>
32.2505 - <th><code>.visible-lg</code></th>
32.2506 - <td class="is-hidden">Hidden</td>
32.2507 - <td class="is-hidden">Hidden</td>
32.2508 - <td class="is-hidden">Hidden</td>
32.2509 - <td class="is-visible">Visible</td>
32.2510 - </tr>
32.2511 - </tbody>
32.2512 - <tbody>
32.2513 - <tr>
32.2514 - <th><code>.hidden-xs</code></th>
32.2515 - <td class="is-hidden">Hidden</td>
32.2516 - <td class="is-visible">Visible</td>
32.2517 - <td class="is-visible">Visible</td>
32.2518 - <td class="is-visible">Visible</td>
32.2519 - </tr>
32.2520 - <tr>
32.2521 - <th><code>.hidden-sm</code></th>
32.2522 - <td class="is-visible">Visible</td>
32.2523 - <td class="is-hidden">Hidden</td>
32.2524 - <td class="is-visible">Visible</td>
32.2525 - <td class="is-visible">Visible</td>
32.2526 - </tr>
32.2527 - <tr>
32.2528 - <th><code>.hidden-md</code></th>
32.2529 - <td class="is-visible">Visible</td>
32.2530 - <td class="is-visible">Visible</td>
32.2531 - <td class="is-hidden">Hidden</td>
32.2532 - <td class="is-visible">Visible</td>
32.2533 - </tr>
32.2534 - <tr>
32.2535 - <th><code>.hidden-lg</code></th>
32.2536 - <td class="is-visible">Visible</td>
32.2537 - <td class="is-visible">Visible</td>
32.2538 - <td class="is-visible">Visible</td>
32.2539 - <td class="is-hidden">Hidden</td>
32.2540 - </tr>
32.2541 - </tbody>
32.2542 - </table>
32.2543 - </div>
32.2544 -
32.2545 -
32.2546 - <h2 id="responsive-utilities-print">Print classes</h2>
32.2547 - <p>Similar to the regular responsive classes, use these for toggling content for print.</p>
32.2548 - <div class="table-responsive">
32.2549 - <table class="table table-bordered table-striped responsive-utilities">
32.2550 - <thead>
32.2551 - <tr>
32.2552 - <th>Class</th>
32.2553 - <th>Browser</th>
32.2554 - <th>Print</th>
32.2555 - </tr>
32.2556 - </thead>
32.2557 - <tbody>
32.2558 - <tr>
32.2559 - <th><code>.visible-print</code></th>
32.2560 - <td class="is-hidden">Hidden</td>
32.2561 - <td class="is-visible">Visible</td>
32.2562 - </tr>
32.2563 - <tr>
32.2564 - <th><code>.hidden-print</code></th>
32.2565 - <td class="is-visible">Visible</td>
32.2566 - <td class="is-hidden">Hidden</td>
32.2567 - </tr>
32.2568 - </tbody>
32.2569 - </table>
32.2570 - </div>
32.2571 -
32.2572 -
32.2573 - <h2 id="responsive-utilities-tests">Test cases</h2>
32.2574 - <p>Resize your browser or load on different devices to test the responsive utility classes.</p>
32.2575 -
32.2576 - <h3>Visible on...</h3>
32.2577 - <p>Green checkmarks indicate the element <strong>is visible</strong> in your current viewport.</p>
32.2578 - <div class="row responsive-utilities-test visible-on">
32.2579 - <div class="col-xs-6 col-sm-3">
32.2580 - <span class="hidden-xs">Extra small</span>
32.2581 - <span class="visible-xs">✔ Visible on x-small</span>
32.2582 - </div>
32.2583 - <div class="col-xs-6 col-sm-3">
32.2584 - <span class="hidden-sm">Small</span>
32.2585 - <span class="visible-sm">✔ Visible on small</span>
32.2586 - </div>
32.2587 - <div class="clearfix visible-xs"></div>
32.2588 - <div class="col-xs-6 col-sm-3">
32.2589 - <span class="hidden-md">Medium</span>
32.2590 - <span class="visible-md">✔ Visible on medium</span>
32.2591 - </div>
32.2592 - <div class="col-xs-6 col-sm-3">
32.2593 - <span class="hidden-lg">Large</span>
32.2594 - <span class="visible-lg">✔ Visible on large</span>
32.2595 - </div>
32.2596 - </div>
32.2597 - <div class="row responsive-utilities-test visible-on">
32.2598 - <div class="col-xs-6 col-sm-6">
32.2599 - <span class="hidden-xs hidden-sm">Extra small and small</span>
32.2600 - <span class="visible-xs visible-sm">✔ Visible on x-small and small</span>
32.2601 - </div>
32.2602 - <div class="col-xs-6 col-sm-6">
32.2603 - <span class="hidden-md hidden-lg">Medium and large</span>
32.2604 - <span class="visible-md visible-lg">✔ Visible on medium and large</span>
32.2605 - </div>
32.2606 - <div class="clearfix visible-xs"></div>
32.2607 - <div class="col-xs-6 col-sm-6">
32.2608 - <span class="hidden-xs hidden-md">Extra small and medium</span>
32.2609 - <span class="visible-xs visible-md">✔ Visible on x-small and medium</span>
32.2610 - </div>
32.2611 - <div class="col-xs-6 col-sm-6">
32.2612 - <span class="hidden-sm hidden-lg">Small and large</span>
32.2613 - <span class="visible-sm visible-lg">✔ Visible on small and large</span>
32.2614 - </div>
32.2615 - <div class="clearfix visible-xs"></div>
32.2616 - <div class="col-xs-6 col-sm-6">
32.2617 - <span class="hidden-xs hidden-lg">Extra small and large</span>
32.2618 - <span class="visible-xs visible-lg">✔ Visible on x-small and large</span>
32.2619 - </div>
32.2620 - <div class="col-xs-6 col-sm-6">
32.2621 - <span class="hidden-sm hidden-md">Small and medium</span>
32.2622 - <span class="visible-sm visible-md">✔ Visible on small and medium</span>
32.2623 - </div>
32.2624 - </div>
32.2625 -
32.2626 - <h3>Hidden on...</h3>
32.2627 - <p>Here, green checkmarks also indicate the element <strong>is hidden</strong> in your current viewport.</p>
32.2628 - <div class="row responsive-utilities-test hidden-on">
32.2629 - <div class="col-xs-6 col-sm-3">
32.2630 - <span class="hidden-xs">Extra small</span>
32.2631 - <span class="visible-xs">✔ Hidden on x-small</span>
32.2632 - </div>
32.2633 - <div class="col-xs-6 col-sm-3">
32.2634 - <span class="hidden-sm">Small</span>
32.2635 - <span class="visible-sm">✔ Hidden on small</span>
32.2636 - </div>
32.2637 - <div class="clearfix visible-xs"></div>
32.2638 - <div class="col-xs-6 col-sm-3">
32.2639 - <span class="hidden-md">Medium</span>
32.2640 - <span class="visible-md">✔ Hidden on medium</span>
32.2641 - </div>
32.2642 - <div class="col-xs-6 col-sm-3">
32.2643 - <span class="hidden-lg">Large</span>
32.2644 - <span class="visible-lg">✔ Hidden on large</span>
32.2645 - </div>
32.2646 - </div>
32.2647 - <div class="row responsive-utilities-test hidden-on">
32.2648 - <div class="col-xs-6 col-sm-6">
32.2649 - <span class="hidden-xs hidden-sm">Extra small and small</span>
32.2650 - <span class="visible-xs visible-sm">✔ Hidden on x-small and small</span>
32.2651 - </div>
32.2652 - <div class="col-xs-6 col-sm-6">
32.2653 - <span class="hidden-md hidden-lg">Medium and large</span>
32.2654 - <span class="visible-md visible-lg">✔ Hidden on medium and large</span>
32.2655 - </div>
32.2656 - <div class="clearfix visible-xs"></div>
32.2657 - <div class="col-xs-6 col-sm-6">
32.2658 - <span class="hidden-xs hidden-md">Extra small and medium</span>
32.2659 - <span class="visible-xs visible-md">✔ Hidden on x-small and medium</span>
32.2660 - </div>
32.2661 - <div class="col-xs-6 col-sm-6">
32.2662 - <span class="hidden-sm hidden-lg">Small and large</span>
32.2663 - <span class="visible-sm visible-lg">✔ Hidden on small and large</span>
32.2664 - </div>
32.2665 - <div class="clearfix visible-xs"></div>
32.2666 - <div class="col-xs-6 col-sm-6">
32.2667 - <span class="hidden-xs hidden-lg">Extra small and large</span>
32.2668 - <span class="visible-xs visible-lg">✔ Hidden on x-small and large</span>
32.2669 - </div>
32.2670 - <div class="col-xs-6 col-sm-6">
32.2671 - <span class="hidden-sm hidden-md">Small and medium</span>
32.2672 - <span class="visible-sm visible-md">✔ Hidden on small and medium</span>
32.2673 - </div>
32.2674 - </div>
32.2675 -
32.2676 - </div>
33.1 --- a/bootstrap-source/bootstrap-3.0.3/customize.html Sat Jan 18 12:34:36 2014 +0100
33.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
33.3 @@ -1,1715 +0,0 @@
33.4 ----
33.5 -layout: default
33.6 -title: Customize and download
33.7 -slug: customize
33.8 -lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to get your very own version.
33.9 -base_url: "../"
33.10 ----
33.11 -
33.12 -<!-- Customizer form -->
33.13 -<form class="bs-customizer" role="form">
33.14 - <div class="bs-docs-section" id="less-section">
33.15 - <div class="page-header">
33.16 - <button class="btn btn-default toggle" type="button">Toggle all</button>
33.17 - <h1 id="less">LESS files</h1>
33.18 - </div>
33.19 - <p class="lead">Choose which LESS files to compile into your custom build of Bootstrap. Not sure which files to use? Read through the <a href="../css/">CSS</a> and <a href="../components/">Components</a> pages in the docs.</p>
33.20 -
33.21 - <div class="row">
33.22 - <div class="col-xs-6 col-sm-4">
33.23 - <h3>Common CSS</h3>
33.24 - <div class="checkbox">
33.25 - <label>
33.26 - <input type="checkbox" checked value="print.less">
33.27 - Print media styles
33.28 - </label>
33.29 - </div>
33.30 - <div class="checkbox">
33.31 - <label>
33.32 - <input type="checkbox" checked value="type.less">
33.33 - Typography
33.34 - </label>
33.35 - </div>
33.36 - <div class="checkbox">
33.37 - <label>
33.38 - <input type="checkbox" checked value="code.less">
33.39 - Code
33.40 - </label>
33.41 - </div>
33.42 - <div class="checkbox">
33.43 - <label>
33.44 - <input type="checkbox" checked value="grid.less">
33.45 - Grid system
33.46 - </label>
33.47 - </div>
33.48 - <div class="checkbox">
33.49 - <label>
33.50 - <input type="checkbox" checked value="tables.less">
33.51 - Tables
33.52 - </label>
33.53 - </div>
33.54 - <div class="checkbox">
33.55 - <label>
33.56 - <input type="checkbox" checked value="forms.less" data-dependents="navbar.less,input-groups.less">
33.57 - Forms
33.58 - </label>
33.59 - </div>
33.60 - <div class="checkbox">
33.61 - <label>
33.62 - <input type="checkbox" checked value="buttons.less">
33.63 - Buttons
33.64 - </label>
33.65 - </div>
33.66 - </div><!-- .col-xs-6 .col-sm-4 -->
33.67 -
33.68 - <div class="col-xs-6 col-sm-4">
33.69 - <h3>Components</h3>
33.70 - <div class="checkbox">
33.71 - <label>
33.72 - <input type="checkbox" checked value="glyphicons.less">
33.73 - Glyphicons
33.74 - </label>
33.75 - </div>
33.76 - <div class="checkbox">
33.77 - <label>
33.78 - <input type="checkbox" checked value="button-groups.less" data-dependency="buttons.less">
33.79 - Button groups
33.80 - </label>
33.81 - </div>
33.82 - <div class="checkbox">
33.83 - <label>
33.84 - <input type="checkbox" checked value="input-groups.less" data-dependency="forms.less">
33.85 - Input groups
33.86 - </label>
33.87 - </div>
33.88 - <div class="checkbox">
33.89 - <label>
33.90 - <input type="checkbox" checked value="navs.less" data-dependents="navbar.less">
33.91 - Navs
33.92 - </label>
33.93 - </div>
33.94 - <div class="checkbox">
33.95 - <label>
33.96 - <input type="checkbox" checked value="navbar.less" data-dependencies="forms.less,utilities.less,navs.less">
33.97 - Navbar
33.98 - </label>
33.99 - </div>
33.100 - <div class="checkbox">
33.101 - <label>
33.102 - <input type="checkbox" checked value="breadcrumbs.less">
33.103 - Breadcrumbs
33.104 - </label>
33.105 - </div>
33.106 - <div class="checkbox">
33.107 - <label>
33.108 - <input type="checkbox" checked value="pagination.less">
33.109 - Pagination
33.110 - </label>
33.111 - </div>
33.112 - <div class="checkbox">
33.113 - <label>
33.114 - <input type="checkbox" checked value="pager.less">
33.115 - Pager
33.116 - </label>
33.117 - </div>
33.118 - <div class="checkbox">
33.119 - <label>
33.120 - <input type="checkbox" checked value="labels.less">
33.121 - Labels
33.122 - </label>
33.123 - </div>
33.124 - <div class="checkbox">
33.125 - <label>
33.126 - <input type="checkbox" checked value="badges.less">
33.127 - Badges
33.128 - </label>
33.129 - </div>
33.130 - <div class="checkbox">
33.131 - <label>
33.132 - <input type="checkbox" checked value="jumbotron.less">
33.133 - Jumbotron
33.134 - </label>
33.135 - </div>
33.136 - <div class="checkbox">
33.137 - <label>
33.138 - <input type="checkbox" checked value="thumbnails.less">
33.139 - Thumbnails
33.140 - </label>
33.141 - </div>
33.142 - <div class="checkbox">
33.143 - <label>
33.144 - <input type="checkbox" checked value="alerts.less">
33.145 - Alerts
33.146 - </label>
33.147 - </div>
33.148 - <div class="checkbox">
33.149 - <label>
33.150 - <input type="checkbox" checked value="progress-bars.less">
33.151 - Progress bars
33.152 - </label>
33.153 - </div>
33.154 - <div class="checkbox">
33.155 - <label>
33.156 - <input type="checkbox" checked value="media.less">
33.157 - Media items
33.158 - </label>
33.159 - </div>
33.160 - <div class="checkbox">
33.161 - <label>
33.162 - <input type="checkbox" checked value="list-group.less">
33.163 - List groups
33.164 - </label>
33.165 - </div>
33.166 - <div class="checkbox">
33.167 - <label>
33.168 - <input type="checkbox" checked value="panels.less">
33.169 - Panels
33.170 - </label>
33.171 - </div>
33.172 - <div class="checkbox">
33.173 - <label>
33.174 - <input type="checkbox" checked value="wells.less">
33.175 - Wells
33.176 - </label>
33.177 - </div>
33.178 - <div class="checkbox">
33.179 - <label>
33.180 - <input type="checkbox" checked value="close.less">
33.181 - Close icon
33.182 - </label>
33.183 - </div>
33.184 - </div><!-- .col-xs-6 .col-sm-4 -->
33.185 -
33.186 - <div class="col-xs-6 col-sm-4">
33.187 - <h3>JavaScript components</h3>
33.188 - <div class="checkbox">
33.189 - <label>
33.190 - <input type="checkbox" checked value="dropdowns.less">
33.191 - Dropdowns
33.192 - </label>
33.193 - </div>
33.194 - <div class="checkbox">
33.195 - <label>
33.196 - <input type="checkbox" checked value="tooltip.less">
33.197 - Tooltips
33.198 - </label>
33.199 - </div>
33.200 - <div class="checkbox">
33.201 - <label>
33.202 - <input type="checkbox" checked value="popovers.less">
33.203 - Popovers
33.204 - </label>
33.205 - </div>
33.206 - <div class="checkbox">
33.207 - <label>
33.208 - <input type="checkbox" checked value="modals.less">
33.209 - Modals
33.210 - </label>
33.211 - </div>
33.212 - <div class="checkbox">
33.213 - <label>
33.214 - <input type="checkbox" checked value="carousel.less">
33.215 - Carousel
33.216 - </label>
33.217 - </div>
33.218 -
33.219 - <h3>Utilities</h3>
33.220 - <div class="checkbox">
33.221 - <label>
33.222 - <input type="checkbox" checked value="utilities.less" data-dependents="navbar.less">
33.223 - Basic utilities
33.224 - </label>
33.225 - </div>
33.226 - <div class="checkbox">
33.227 - <label>
33.228 - <input type="checkbox" checked value="responsive-utilities.less">
33.229 - Responsive utilities
33.230 - </label>
33.231 - </div>
33.232 - <div class="checkbox">
33.233 - <label>
33.234 - <input type="checkbox" checked value="component-animations.less">
33.235 - Component animations (for JS)
33.236 - </label>
33.237 - </div>
33.238 - </div><!-- .col-xs-6 .col-sm-4 -->
33.239 - </div><!-- /.row -->
33.240 - </div>
33.241 -
33.242 -
33.243 -
33.244 - <div class="bs-docs-section" id="plugin-section">
33.245 - <div class="page-header">
33.246 - <button class="btn btn-default toggle" type="button">Toggle all</button>
33.247 - <h1 id="plugins">jQuery plugins</h1>
33.248 - </div>
33.249 - <p class="lead">Choose which jQuery plugins should be included in your custom JavaScript files. Unsure what to include? Read the <a href="../javascript/">JavaScript</a> page in the docs.</p>
33.250 - <div class="row">
33.251 - <div class="col-lg-6">
33.252 - <h4>Linked to components</h4>
33.253 - <div class="checkbox">
33.254 - <label>
33.255 - <input type="checkbox" checked value="alert.js">
33.256 - Alert dismissal
33.257 - </label>
33.258 - </div>
33.259 - <div class="checkbox">
33.260 - <label>
33.261 - <input type="checkbox" checked value="button.js">
33.262 - Advanced buttons
33.263 - </label>
33.264 - </div>
33.265 - <div class="checkbox">
33.266 - <label>
33.267 - <input type="checkbox" checked value="carousel.js">
33.268 - Carousel functionality
33.269 - </label>
33.270 - </div>
33.271 - <div class="checkbox">
33.272 - <label>
33.273 - <input type="checkbox" checked value="dropdown.js">
33.274 - Dropdowns
33.275 - </label>
33.276 - </div>
33.277 - <div class="checkbox">
33.278 - <label>
33.279 - <input type="checkbox" checked value="modal.js">
33.280 - Modals
33.281 - </label>
33.282 - </div>
33.283 - <div class="checkbox">
33.284 - <label>
33.285 - <input type="checkbox" checked value="tooltip.js">
33.286 - Tooltips
33.287 - </label>
33.288 - </div>
33.289 - <div class="checkbox">
33.290 - <label>
33.291 - <input type="checkbox" checked value="popover.js" data-dependency="tooltip.js">
33.292 - Popovers <small>(requires Tooltips)</small>
33.293 - </label>
33.294 - </div>
33.295 - <div class="checkbox">
33.296 - <label>
33.297 - <input type="checkbox" checked value="tab.js">
33.298 - Togglable tabs
33.299 - </label>
33.300 - </div>
33.301 - </div>
33.302 - <div class="col-lg-6">
33.303 - <h4>Magic</h4>
33.304 - <div class="checkbox">
33.305 - <label>
33.306 - <input type="checkbox" checked value="affix.js">
33.307 - Affix
33.308 - </label>
33.309 - </div>
33.310 - <div class="checkbox">
33.311 - <label>
33.312 - <input type="checkbox" checked value="collapse.js">
33.313 - Collapse
33.314 - </label>
33.315 - </div>
33.316 - <div class="checkbox">
33.317 - <label>
33.318 - <input type="checkbox" checked value="scrollspy.js">
33.319 - Scrollspy
33.320 - </label>
33.321 - </div>
33.322 - <div class="checkbox">
33.323 - <label>
33.324 - <input type="checkbox" checked value="transition.js">
33.325 - Transitions <small>(required for any kind of animation)</small>
33.326 - </label>
33.327 - </div>
33.328 - </div>
33.329 - </div>
33.330 -
33.331 - <div class="bs-callout bs-callout-info">
33.332 - <h4>Produces two files</h4>
33.333 - <p>All checked plugins will be compiled into a readable <code>bootstrap.js</code> and a minified <code>bootstrap.min.js</code>. We recommend you use the minified version in production.</p>
33.334 - </div>
33.335 -
33.336 - <div class="bs-callout bs-callout-danger">
33.337 - <h4>jQuery required</h4>
33.338 - <p>All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.</p>
33.339 - </div>
33.340 - </div>
33.341 -
33.342 -
33.343 -
33.344 - <div class="bs-docs-section" id="less-variables-section">
33.345 - <div class="page-header">
33.346 - <button class="btn btn-default toggle" type="button">Reset to defaults</button>
33.347 - <h1 id="less-variables">LESS variables</h1>
33.348 - </div>
33.349 - <p class="lead">Customize LESS variables to define colors, sizes and more inside your custom CSS stylesheets.</p>
33.350 -
33.351 - <h2 id="variables-basics">Basics</h2>
33.352 -
33.353 -
33.354 - <h3>Color system</h3>
33.355 - <div class="row">
33.356 - <div class="col-md-6">
33.357 - <label>@brand-primary</label>
33.358 - <input type="text" class="form-control" placeholder="#428bca" data-var="@brand-primary">
33.359 - <label>@brand-success</label>
33.360 - <input type="text" class="form-control" placeholder="#5cb85c" data-var="@brand-success">
33.361 - <label>@brand-warning</label>
33.362 - <input type="text" class="form-control" placeholder="#f0ad4e" data-var="@brand-warning">
33.363 - </div>
33.364 - <div class="col-md-6">
33.365 - <label>@brand-danger</label>
33.366 - <input type="text" class="form-control" placeholder="#d9534f" data-var="@brand-danger">
33.367 - <label>@brand-info</label>
33.368 - <input type="text" class="form-control" placeholder="#5bc0de" data-var="@brand-info">
33.369 - </div>
33.370 - </div>
33.371 -
33.372 -
33.373 - <h3>Body scaffolding</h3>
33.374 - <div class="row">
33.375 - <div class="col-md-6">
33.376 - <label>@body-bg</label>
33.377 - <input type="text" class="form-control" placeholder="#fff" data-var="@body-bg">
33.378 - <p class="help-block">Background color for <code><body></code>.</p>
33.379 - <label>@text-color</label>
33.380 - <input type="text" class="form-control" placeholder="@gray-dark" data-var="@text-color">
33.381 - <p class="help-block">Global text color on <code><body></code>.</p>
33.382 - </div>
33.383 - <div class="col-md-6">
33.384 - <label>@link-color</label>
33.385 - <input type="text" class="form-control" placeholder="@brand-primary" data-var="@link-color">
33.386 - <p class="help-block">Global textual link color</p>
33.387 - <label>@link-hover-color</label>
33.388 - <input type="text" class="form-control" placeholder="darken(@link-color, 15%)" data-var="@link-hover-color">
33.389 - <p class="help-block">Link hover color set via <code>darken()</code> function</p>
33.390 - </div>
33.391 - </div>
33.392 -
33.393 -
33.394 - <h3>Typography</h3>
33.395 - <div class="row">
33.396 - <div class="col-lg-6">
33.397 - <h4>Generic font variables</h4>
33.398 - <label>@font-family-sans-serif</label>
33.399 - <input type="text" class="form-control" placeholder="'Helvetica Neue', Helvetica, Arial, sans-serif" data-var="@font-family-sans-serif">
33.400 - <p class="help-block">Default sans-serif fonts.</p>
33.401 - <label>@font-family-serif</label>
33.402 - <input type="text" class="form-control" placeholder="Georgia, 'Times New Roman', Times, serif" data-var="@font-family-serif">
33.403 - <p class="help-block">Default serif fonts.</p>
33.404 - <label>@font-family-monospace</label>
33.405 - <input type="text" class="form-control" placeholder="Menlo, Monaco, Consolas, 'Courier New', monospace" data-var="@font-family-monospace">
33.406 - <p class="help-block">Default monospace fonts for <code><code></code> and <code><pre></code>.</p>
33.407 -
33.408 - <h4>Base type styes</h4>
33.409 - <label>@font-family-base</label>
33.410 - <input type="text" class="form-control" placeholder="@font-family-sans-serif" data-var="@font-family-base">
33.411 - <label>@font-size-base</label>
33.412 - <input type="text" class="form-control" placeholder="14px" data-var="@font-size-base">
33.413 - <label>@line-height-base</label>
33.414 - <input type="text" class="form-control" placeholder="1.428571429" data-var="@line-height-base">
33.415 - <label>@line-height-large</label>
33.416 - <input type="text" class="form-control" placeholder="1.33" data-var="@line-height-large">
33.417 - <label>@line-height-small</label>
33.418 - <input type="text" class="form-control" placeholder="1.5" data-var="@line-height-small">
33.419 - </div>
33.420 - <div class="col-lg-6">
33.421 - <h4>Heading font sizes</h4>
33.422 - <label>@font-size-h1</label>
33.423 - <input type="text" class="form-control" placeholder="floor(@font-size-base * 2.6)" data-var="@font-size-h1">
33.424 - <label>@font-size-h2</label>
33.425 - <input type="text" class="form-control" placeholder="floor(@font-size-base * 2.15)" data-var="@font-size-h2">
33.426 - <label>@font-size-h3</label>
33.427 - <input type="text" class="form-control" placeholder="ceil(@font-size-base * 1.7)" data-var="@font-size-h3">
33.428 - <label>@font-size-h4</label>
33.429 - <input type="text" class="form-control" placeholder="ceil(@font-size-base * 1.25)" data-var="@font-size-h4">
33.430 - <label>@font-size-h5</label>
33.431 - <input type="text" class="form-control" placeholder="@font-size-base" data-var="@font-size-h5">
33.432 - <label>@font-size-h6</label>
33.433 - <input type="text" class="form-control" placeholder="ceil(@font-size-base * 0.85)" data-var="@font-size-h6">
33.434 - </div>
33.435 - </div>
33.436 -
33.437 -
33.438 - <h3>Headings</h3>
33.439 - <div class="row">
33.440 - <div class="col-lg-6">
33.441 - <label>@headings-font-family</label>
33.442 - <input type="text" class="form-control" placeholder="@font-family-base" data-var="@headings-font-family">
33.443 - <label>@headings-font-weight</label>
33.444 - <input type="text" class="form-control" placeholder="500" data-var="@headings-font-weight">
33.445 - </div>
33.446 - <div class="col-lg-6">
33.447 - <label>@headings-line-height</label>
33.448 - <input type="text" class="form-control" placeholder="1.1" data-var="@headings-line-height">
33.449 - <label>@headings-color</label>
33.450 - <input type="text" class="form-control" placeholder="inherit" data-var="@headings-color">
33.451 - </div>
33.452 - </div>
33.453 -
33.454 -
33.455 - <h3>Code blocks</h3>
33.456 - <div class="row">
33.457 - <div class="col-lg-6">
33.458 - <label>@code-color</label>
33.459 - <input type="text" class="form-control" placeholder="#c7254e" data-var="@code-color">
33.460 - <label>@code-bg</label>
33.461 - <input type="text" class="form-control" placeholder="#f9f2f4" data-var="@code-bg">
33.462 - </div>
33.463 - <div class="col-lg-6">
33.464 - <label>@pre-color</label>
33.465 - <input type="text" class="form-control" placeholder="@gray-dark" data-var="@pre-color">
33.466 - <label>@pre-bg</label>
33.467 - <input type="text" class="form-control" placeholder="#f5f5f5" data-var="@pre-bg">
33.468 - <label>@pre-border-color</label>
33.469 - <input type="text" class="form-control" placeholder="#ccc" data-var="@pre-border-color">
33.470 - </div>
33.471 - </div>
33.472 -
33.473 -
33.474 - <h3>Media queries breakpoints</h3>
33.475 - <div class="row">
33.476 - <div class="col-xs-6 col-md-3">
33.477 - <label>@screen-xs-min</label>
33.478 - <input type="text" class="form-control" placeholder="480px" data-var="@screen-xs-min">
33.479 - </div>
33.480 - <div class="col-xs-6 col-md-3">
33.481 - <label>@screen-sm-min</label>
33.482 - <input type="text" class="form-control" placeholder="768px" data-var="@screen-sm-min">
33.483 - </div>
33.484 - <div class="col-xs-6 col-md-3">
33.485 - <label>@screen-md-min</label>
33.486 - <input type="text" class="form-control" placeholder="992px" data-var="@screen-md-min">
33.487 - </div>
33.488 - <div class="col-xs-6 col-md-3">
33.489 - <label>@screen-lg-min</label>
33.490 - <input type="text" class="form-control" placeholder="1200px" data-var="@screen-lg-min">
33.491 - </div>
33.492 - </div>
33.493 -
33.494 - <h3>Layout and grid system</h3>
33.495 - <div class="row">
33.496 - <div class="col-xs-6 col-sm-4">
33.497 - <label>@container-sm</label>
33.498 - <input type="text" class="form-control" placeholder="((720px + @grid-gutter-width))" data-var="@container-sm">
33.499 - <p class="help-block">For <code>@screen-sm-min</code> and up.</p>
33.500 - </div>
33.501 - <div class="col-xs-6 col-sm-4">
33.502 - <label>@container-md</label>
33.503 - <input type="text" class="form-control" placeholder="((940px + @grid-gutter-width))" data-var="@container-md">
33.504 - <p class="help-block">For <code>@screen-md-min</code> and up.</p>
33.505 - </div>
33.506 - <div class="clearfix visible-xs"></div>
33.507 - <div class="col-xs-6 col-sm-4">
33.508 - <label>@container-lg</label>
33.509 - <input type="text" class="form-control" placeholder="((1140px + @grid-gutter-width))" data-var="@container-lg">
33.510 - <p class="help-block">For <code>@screen-lg-min</code> and up.</p>
33.511 - </div>
33.512 - </div>
33.513 -
33.514 - <div class="row">
33.515 - <div class="col-xs-6 col-sm-4">
33.516 - <label>@grid-columns</label>
33.517 - <input type="text" class="form-control" placeholder="12" data-var="@grid-columns">
33.518 - <p class="help-block">Number of columns in the grid.</p>
33.519 - </div>
33.520 - <div class="col-xs-6 col-sm-4">
33.521 - <label>@grid-gutter-width</label>
33.522 - <input type="text" class="form-control" placeholder="30px" data-var="@grid-gutter-width">
33.523 - <p class="help-block">Padding between columns.</p>
33.524 - </div>
33.525 - <div class="clearfix visible-xs"></div>
33.526 - <div class="col-xs-6 col-sm-4">
33.527 - <label>@grid-float-breakpoint</label>
33.528 - <input type="text" class="form-control" placeholder="@screen-sm-min" data-var="@grid-float-breakpoint">
33.529 - <p class="help-block">Point at which the navbar stops collapsing.</p>
33.530 - </div>
33.531 - </div>
33.532 -
33.533 -
33.534 - <h3>Components</h3>
33.535 -
33.536 - <h4>Padding</h4>
33.537 - <div class="row">
33.538 - <div class="col-md-4">
33.539 - <label>@padding-base-vertical</label>
33.540 - <input type="text" class="form-control" placeholder="6px" data-var="@padding-base-vertical">
33.541 - <label>@padding-base-horizontal</label>
33.542 - <input type="text" class="form-control" placeholder="12px" data-var="@padding-base-horizontal">
33.543 - </div>
33.544 - <div class="col-md-4">
33.545 - <label>@padding-large-vertical</label>
33.546 - <input type="text" class="form-control" placeholder="10px" data-var="@padding-large-vertical">
33.547 - <label>@padding-large-horizontal</label>
33.548 - <input type="text" class="form-control" placeholder="16px" data-var="@padding-large-horizontal">
33.549 - </div>
33.550 - <div class="col-md-4">
33.551 - <label>@padding-small-vertical</label>
33.552 - <input type="text" class="form-control" placeholder="5px" data-var="@padding-small-vertical">
33.553 - <label>@padding-small-horizontal</label>
33.554 - <input type="text" class="form-control" placeholder="10px" data-var="@padding-small-horizontal">
33.555 - </div>
33.556 - </div>
33.557 -
33.558 - <h4>Rounded corners</h4>
33.559 - <div class="row">
33.560 - <div class="col-md-4">
33.561 - <label>@border-radius-base</label>
33.562 - <input type="text" class="form-control" placeholder="4px" data-var="@border-radius-base">
33.563 - </div>
33.564 - <div class="col-md-4">
33.565 - <label>@border-radius-large</label>
33.566 - <input type="text" class="form-control" placeholder="6px" data-var="@border-radius-large">
33.567 - </div>
33.568 - <div class="col-md-4">
33.569 - <label>@border-radius-small</label>
33.570 - <input type="text" class="form-control" placeholder="3px" data-var="@border-radius-small">
33.571 - </div>
33.572 - </div>
33.573 -
33.574 - <h4>Component active state</h4>
33.575 - <div class="row">
33.576 - <div class="col-md-6">
33.577 - <label>@component-active-color</label>
33.578 - <input type="text" class="form-control" placeholder="#fff" data-var="@component-active-color">
33.579 - <p class="help-block">Global color for active items (e.g., navs or dropdowns)</p>
33.580 - </div>
33.581 - <div class="col-md-6">
33.582 - <label>@component-active-bg</label>
33.583 - <input type="text" class="form-control" placeholder="@brand-primary" data-var="@component-active-bg">
33.584 - <p class="help-block">Global background color for active items (e.g., navs or dropdowns)</p>
33.585 - </div>
33.586 - </div>
33.587 -
33.588 - <h4>Carets</h4>
33.589 - <div class="row">
33.590 - <div class="col-md-6">
33.591 - <label>@caret-width-base</label>
33.592 - <input type="text" class="form-control" placeholder="4px" data-var="@caret-width-base">
33.593 - </div>
33.594 - <div class="col-md-6">
33.595 - <label>@caret-width-large</label>
33.596 - <input type="text" class="form-control" placeholder="5px" data-var="@caret-width-large">
33.597 - </div>
33.598 - </div>
33.599 -
33.600 -
33.601 - <h2 id="variables-buttons">Buttons</h2>
33.602 - <div class="row">
33.603 - <div class="col-md-6">
33.604 - <label>@btn-font-weight</label>
33.605 - <input type="text" class="form-control" placeholder="normal" data-var="@btn-font-weight">
33.606 - </div>
33.607 - <div class="col-md-6">
33.608 - <label>@btn-link-disabled-color</label>
33.609 - <input type="text" class="form-control" placeholder="@gray-light" data-var="@btn-link-disabled-color">
33.610 - </div>
33.611 - </div>
33.612 - <div class="row">
33.613 - <div class="col-md-6">
33.614 - <h4>Default</h4>
33.615 - <label>@btn-default-color</label>
33.616 - <input type="text" class="form-control" placeholder="#333" data-var="@btn-default-color">
33.617 - <label>@btn-default-bg</label>
33.618 - <input type="text" class="form-control" placeholder="#fff" data-var="@btn-default-bg">
33.619 - <label>@btn-default-border</label>
33.620 - <input type="text" class="form-control" placeholder="#ccc" data-var="@btn-default-border">
33.621 - <h4>Primary</h4>
33.622 - <label>@btn-primary-color</label>
33.623 - <input type="text" class="form-control" placeholder="@btn-default-color" data-var="@btn-primary-color">
33.624 - <label>@btn-primary-bg</label>
33.625 - <input type="text" class="form-control" placeholder="@brand-primary" data-var="@btn-primary-bg">
33.626 - <label>@btn-primary-border</label>
33.627 - <input type="text" class="form-control" placeholder="darken(@btn-primary-bg, 5%)" data-var="@btn-primary-border">
33.628 - <h4>Info</h4>
33.629 - <label>@btn-info-color</label>
33.630 - <input type="text" class="form-control" placeholder="@btn-default-color" data-var="@btn-info-color">
33.631 - <label>@btn-info-bg</label>
33.632 - <input type="text" class="form-control" placeholder="@brand-info" data-var="@btn-info-bg">
33.633 - <label>@btn-info-border</label>
33.634 - <input type="text" class="form-control" placeholder="darken(@btn-info-bg, 5%)" data-var="@btn-info-border">
33.635 - </div>
33.636 - <div class="col-md-6">
33.637 - <h4>Success</h4>
33.638 - <label>@btn-success-color</label>
33.639 - <input type="text" class="form-control" placeholder="@btn-default-color" data-var="@btn-success-color">
33.640 - <label>@btn-success-bg</label>
33.641 - <input type="text" class="form-control" placeholder="@brand-success" data-var="@btn-success-bg">
33.642 - <label>@btn-success-border</label>
33.643 - <input type="text" class="form-control" placeholder="darken(@btn-success-bg, 5%);" data-var="@btn-success-border">
33.644 - <h4>Warning</h4>
33.645 - <label>@btn-warning-color</label>
33.646 - <input type="text" class="form-control" placeholder="@btn-default-color" data-var="@btn-warning-color">
33.647 - <label>@btn-warning-bg</label>
33.648 - <input type="text" class="form-control" placeholder="@brand-warning" data-var="@btn-warning-bg">
33.649 - <label>@btn-warning-border</label>
33.650 - <input type="text" class="form-control" placeholder=" darken(@btn-warning-bg, 5%)" data-var="@btn-warning-border">
33.651 - <h4>Danger</h4>
33.652 - <label>@btn-danger-color</label>
33.653 - <input type="text" class="form-control" placeholder="@btn-default-color" data-var="@btn-danger-color">
33.654 - <label>@btn-danger-bg</label>
33.655 - <input type="text" class="form-control" placeholder="@brand-danger" data-var="@btn-danger-bg">
33.656 - <label>@btn-danger-border</label>
33.657 - <input type="text" class="form-control" placeholder="darken(@btn-danger-bg, 5%)" data-var="@btn-danger-border">
33.658 - </div>
33.659 - </div>
33.660 -
33.661 -
33.662 - <h2 id="variables-form-states">Form states and alerts</h2>
33.663 - <div class="row">
33.664 - <div class="col-md-6">
33.665 - <h4>Success</h4>
33.666 - <label>@state-success-text</label>
33.667 - <input type="text" class="form-control" placeholder="#468847" data-var="@state-success-text">
33.668 - <label>@state-success-bg</label>
33.669 - <input type="text" class="form-control" placeholder="#dff0d8" data-var="@state-success-bg">
33.670 - <label>@state-success-border</label>
33.671 - <input type="text" class="form-control" placeholder="darken(spin(@state-success-bg, -10), 5%)" data-var="@state-success-border">
33.672 - <h4>Warning</h4>
33.673 - <label>@state-warning-text</label>
33.674 - <input type="text" class="form-control" placeholder="#c09853" data-var="@state-warning-text">
33.675 - <label>@state-warning-bg</label>
33.676 - <input type="text" class="form-control" placeholder="#fcf8e3" data-var="@state-warning-bg">
33.677 - <label>@state-warning-border</label>
33.678 - <input type="text" class="form-control" placeholder="darken(spin(@state-warning-bg, -10), 3%)" data-var="@state-warning-border">
33.679 - </div>
33.680 - <div class="col-md-6">
33.681 - <h4>Danger</h4>
33.682 - <label>@state-danger-text</label>
33.683 - <input type="text" class="form-control" placeholder="#b94a48" data-var="@state-danger-text">
33.684 - <label>@state-danger-bg</label>
33.685 - <input type="text" class="form-control" placeholder="#f2dede" data-var="@state-danger-bg">
33.686 - <label>@state-danger-border</label>
33.687 - <input type="text" class="form-control" placeholder="darken(spin(@state-danger-bg, -10), 3%)" data-var="@state-danger-border">
33.688 - <h4>Info</h4>
33.689 - <label>@state-info-text</label>
33.690 - <input type="text" class="form-control" placeholder="#3a87ad" data-var="@state-info-text">
33.691 - <label>@state-info-bg</label>
33.692 - <input type="text" class="form-control" placeholder="#d9edf7" data-var="@state-info-bg">
33.693 - <label>@state-info-border</label>
33.694 - <input type="text" class="form-control" placeholder="darken(spin(@state-info-bg, -10), 7%)" data-var="@state-info-border">
33.695 - </div>
33.696 - </div>
33.697 -
33.698 -
33.699 - <h2 id="variables-alerts">Alerts</h2>
33.700 -
33.701 - <h4>Base styles</h4>
33.702 - <div class="row">
33.703 - <div class="col-md-4">
33.704 - <label>@alert-padding</label>
33.705 - <input type="text" class="form-control" placeholder="15px" data-var="@alert-padding">
33.706 - </div>
33.707 - <div class="col-md-4">
33.708 - <label>@alert-border-radius</label>
33.709 - <input type="text" class="form-control" placeholder="@border-radius-base" data-var="@alert-border-radius">
33.710 - </div>
33.711 - <div class="col-md-4">
33.712 - <label>@alert-link-font-weight</label>
33.713 - <input type="text" class="form-control" placeholder="bold" data-var="@alert-link-font-weight">
33.714 - </div>
33.715 - </div>
33.716 -
33.717 - <div class="row">
33.718 - <div class="col-lg-6">
33.719 - <h4>Warning</h4>
33.720 - <label>@alert-warning-text</label>
33.721 - <input type="text" class="form-control" placeholder="@state-warning-text" data-var="@alert-warning-text">
33.722 - <label>@alert-warning-bg</label>
33.723 - <input type="text" class="form-control" placeholder="@state-warning-bg" data-var="@alert-warning-bg">
33.724 - <label>@alert-warning-border</label>
33.725 - <input type="text" class="form-control" placeholder="@state-warning-border" data-var="@alert-warning-border">
33.726 -
33.727 - <h4>Success</h4>
33.728 - <label>@alert-success-text</label>
33.729 - <input type="text" class="form-control" placeholder="@state-success-text" data-var="@alert-success-text">
33.730 - <label>@alert-success-bg</label>
33.731 - <input type="text" class="form-control" placeholder="@state-success-bg" data-var="@alert-success-bg">
33.732 - <label>@alert-success-border</label>
33.733 - <input type="text" class="form-control" placeholder="@state-success-border" data-var="@alert-success-border">
33.734 - </div>
33.735 - <div class="col-lg-6">
33.736 - <h4>Danger</h4>
33.737 - <label>@alert-danger-text</label>
33.738 - <input type="text" class="form-control" placeholder="@state-danger-text" data-var="@alert-danger-text">
33.739 - <label>@alert-danger-bg</label>
33.740 - <input type="text" class="form-control" placeholder="@state-danger-bg" data-var="@alert-danger-bg">
33.741 - <label>@alert-danger-border</label>
33.742 - <input type="text" class="form-control" placeholder="@state-danger-border" data-var="@alert-danger-border">
33.743 -
33.744 - <h4>Info</h4>
33.745 - <label>@alert-info-text</label>
33.746 - <input type="text" class="form-control" placeholder="@state-info-text" data-var="@alert-info-text">
33.747 - <label>@alert-info-bg</label>
33.748 - <input type="text" class="form-control" placeholder="@state-info-bg" data-var="@alert-info-bg">
33.749 - <label>@alert-info-border</label>
33.750 - <input type="text" class="form-control" placeholder="@state-info-border" data-var="@alert-info-border">
33.751 - </div>
33.752 - </div>
33.753 -
33.754 -
33.755 - <h2 id="variables-navbar">Navbar</h2>
33.756 -
33.757 - <h3>Base styles</h3>
33.758 - <div class="row">
33.759 - <div class="col-md-4">
33.760 - <label>@navbar-height</label>
33.761 - <input type="text" class="form-control" placeholder="50px" data-var="@navbar-height">
33.762 - <label>@navbar-margin-bottom</label>
33.763 - <input type="text" class="form-control" placeholder="@line-height-computed" data-var="@navbar-margin-bottom">
33.764 - </div>
33.765 - <div class="col-md-4">
33.766 - <label>@navbar-padding-horizontal</label>
33.767 - <input type="text" class="form-control" placeholder="floor(@grid-gutter-width / 2)" data-var="@navbar-padding-horizontal">
33.768 - <label>@navbar-padding-vertical</label>
33.769 - <input type="text" class="form-control" placeholder="((@navbar-height - @line-height-computed) / 2)" data-var="@@navbar-padding-vertical">
33.770 - </div>
33.771 - <div class="col-md-4">
33.772 - <label>@navbar-border-radius</label>
33.773 - <input type="text" class="form-control" placeholder="@border-radius-base" data-var="@navbar-border-radius">
33.774 - </div>
33.775 - </div>
33.776 -
33.777 - <div class="row">
33.778 - <div class="col-lg-6">
33.779 - <h3>Default navbar</h3>
33.780 - <h4>Basics</h4>
33.781 - <label>@navbar-default-color</label>
33.782 - <input type="text" class="form-control" placeholder="#777" data-var="@navbar-default-color">
33.783 - <label>@navbar-default-bg</label>
33.784 - <input type="text" class="form-control" placeholder="#f8f8f8" data-var="@navbar-default-bg">
33.785 - <label>@navbar-default-border</label>
33.786 - <input type="text" class="form-control" placeholder="darken(@navbar-default-bg, 6.5%)" data-var="@navbar-default-border">
33.787 -
33.788 - <h4>Links</h4>
33.789 - <label>@navbar-default-link-color</label>
33.790 - <input type="text" class="form-control" placeholder="#777" data-var="@navbar-default-link-color">
33.791 - <label>@navbar-default-link-hover-color</label>
33.792 - <input type="text" class="form-control" placeholder="#333" data-var="@navbar-default-link-hover-color">
33.793 - <label>@navbar-default-link-hover-bg</label>
33.794 - <input type="text" class="form-control" placeholder="transparent" data-var="@navbar-default-link-hover-bg">
33.795 - <label>@navbar-default-link-active-color</label>
33.796 - <input type="text" class="form-control" placeholder="#555" data-var="@navbar-default-link-active-color">
33.797 - <label>@navbar-default-link-active-bg</label>
33.798 - <input type="text" class="form-control" placeholder="darken(@navbar-default-bg, 6.5%)" data-var="@navbar-default-link-active-bg">
33.799 - <label>@navbar-default-link-disabled-color</label>
33.800 - <input type="text" class="form-control" placeholder="#ccc" data-var="@navbar-default-link-disabled-color">
33.801 - <label>@navbar-default-link-disabled-bg</label>
33.802 - <input type="text" class="form-control" placeholder="transparent" data-var="@navbar-default-link-disabled-bg">
33.803 -
33.804 - <h4>Brand</h4>
33.805 - <label>@navbar-default-brand-color</label>
33.806 - <input type="text" class="form-control" placeholder="@navbar-default-link-color" data-var="@navbar-default-brand-color">
33.807 - <label>@navbar-default-brand-hover-color</label>
33.808 - <input type="text" class="form-control" placeholder="darken(@navbar-default-brand-color, 10%)" data-var="@navbar-default-brand-hover-color">
33.809 - <label>@navbar-default-brand-hover-bg</label>
33.810 - <input type="text" class="form-control" placeholder="transparent" data-var="@navbar-default-brand-hover-bg">
33.811 -
33.812 - <h4>Toggle</h4>
33.813 - <label>@navbar-default-toggle-hover-bg</label>
33.814 - <input type="text" class="form-control" placeholder="#ddd" data-var="@navbar-default-toggle-hover-bg">
33.815 - <label>@navbar-default-toggle-icon-bar-bg</label>
33.816 - <input type="text" class="form-control" placeholder="#ccc" data-var="@navbar-default-toggle-icon-bar-bg">
33.817 - <label>@navbar-default-toggle-border-color</label>
33.818 - <input type="text" class="form-control" placeholder="#ddd" data-var="@navbar-default-toggle-border-color">
33.819 - </div>
33.820 -
33.821 - <div class="col-lg-6">
33.822 - <h3>Inverted navbar</h3>
33.823 -
33.824 - <h4>Basics</h4>
33.825 - <label>@navbar-inverse-color</label>
33.826 - <input type="text" class="form-control" placeholder="@gray-light" data-var="@navbar-inverse-color">
33.827 - <label>@navbar-inverse-bg</label>
33.828 - <input type="text" class="form-control" placeholder="#222" data-var="@navbar-inverse-bg">
33.829 - <label>@navbar-inverse-border</label>
33.830 - <input type="text" class="form-control" placeholder="darken(@navbar-inverse-bg, 10%)" data-var="@navbar-inverse-border">
33.831 -
33.832 - <h4>Links</h4>
33.833 - <label>@navbar-inverse-link-color</label>
33.834 - <input type="text" class="form-control" placeholder="@gray-light" data-var="@navbar-inverse-link-color">
33.835 - <label>@navbar-inverse-link-hover-color</label>
33.836 - <input type="text" class="form-control" placeholder="#fff" data-var="@navbar-inverse-link-hover-color">
33.837 - <label>@navbar-inverse-link-hover-bg</label>
33.838 - <input type="text" class="form-control" placeholder="transparent" data-var="@navbar-inverse-link-hover-bg">
33.839 - <label>@navbar-inverse-link-active-color</label>
33.840 - <input type="text" class="form-control" placeholder="@navbar-inverse-link-hover-color" data-var="@navbar-inverse-link-active-color">
33.841 - <label>@navbar-inverse-link-active-bg</label>
33.842 - <input type="text" class="form-control" placeholder="darken(@navbar-inverse-bg, 10%)" data-var="@navbar-inverse-link-active-bg">
33.843 - <label>@navbar-inverse-link-disabled-color</label>
33.844 - <input type="text" class="form-control" placeholder="#444" data-var="@navbar-inverse-link-disabled-color">
33.845 - <label>@navbar-inverse-link-disabled-bg</label>
33.846 - <input type="text" class="form-control" placeholder="transparent" data-var="@navbar-inverse-link-disabled-bg">
33.847 -
33.848 - <h4>Brand</h4>
33.849 - <label>@navbar-inverse-brand-color</label>
33.850 - <input type="text" class="form-control" placeholder="@navbar-inverse-link-color" data-var="@navbar-inverse-brand-color">
33.851 - <label>@navbar-inverse-brand-hover-color</label>
33.852 - <input type="text" class="form-control" placeholder="#fff" data-var="@navbar-inverse-brand-hover-color">
33.853 - <label>@navbar-inverse-brand-hover-bg</label>
33.854 - <input type="text" class="form-control" placeholder="transparent" data-var="@navbar-inverse-brand-hover-bg">
33.855 -
33.856 - <h4>Toggle</h4>
33.857 - <label>@navbar-inverse-toggle-hover-bg</label>
33.858 - <input type="text" class="form-control" placeholder="#333" data-var="@navbar-inverse-toggle-hover-bg">
33.859 - <label>@navbar-inverse-toggle-icon-bar-bg</label>
33.860 - <input type="text" class="form-control" placeholder="#fff" data-var="@navbar-inverse-toggle-icon-bar-bg">
33.861 - <label>@navbar-inverse-toggle-border-color</label>
33.862 - <input type="text" class="form-control" placeholder="#333" data-var="@navbar-inverse-toggle-border-color">
33.863 - </div>
33.864 - </div>
33.865 -
33.866 -
33.867 - <h2 id="variables-nav">Nav</h2>
33.868 -
33.869 - <h3>Default nav</h3>
33.870 - <div class="row">
33.871 - <div class="col-lg-6">
33.872 - <h4>Common values</h4>
33.873 - <label>@nav-link-padding</label>
33.874 - <input type="text" class="form-control" placeholder="10px 15px" data-var="@nav-link-padding">
33.875 - <label>@nav-link-hover-bg</label>
33.876 - <input type="text" class="form-control" placeholder="@gray-lighter" data-var="@nav-link-hover-bg">
33.877 - <label>@nav-disabled-link-color</label>
33.878 - <input type="text" class="form-control" placeholder="@gray-light" data-var="@nav-disabled-link-color">
33.879 - <label>@nav-disabled-link-hover-color</label>
33.880 - <input type="text" class="form-control" placeholder="@gray-light" data-var="@nav-disabled-link-hover-color">
33.881 - <label>@nav-open-link-hover-color</label>
33.882 - <input type="text" class="form-control" placeholder="#fff" data-var="@nav-open-link-hover-color">
33.883 - <label>@nav-open-caret-border-color</label>
33.884 - <input type="text" class="form-control" placeholder="#fff" data-var="@nav-open-caret-border-color">
33.885 -
33.886 - <h4>Pills</h4>
33.887 - <label>@nav-pills-active-link-hover-color</label>
33.888 - <input type="text" class="form-control" placeholder="@fff" data-var="@nav-pills-active-link-hover-color">
33.889 - <label>@nav-pills-active-link-hover-bg</label>
33.890 - <input type="text" class="form-control" placeholder="@component-active-bg" data-var="@nav-pills-active-link-hover-bg">
33.891 - </div>
33.892 - <div class="col-lg-6">
33.893 - <h4>Tabs</h4>
33.894 - <label>@nav-tabs-border-color</label>
33.895 - <input type="text" class="form-control" placeholder="#ddd" data-var="@nav-tabs-border-color">
33.896 - <label>@nav-tabs-link-hover-border-color</label>
33.897 - <input type="text" class="form-control" placeholder="@gray-lighter" data-var="@nav-tabs-link-hover-border-color">
33.898 - <label>@nav-tabs-active-link-hover-color</label>
33.899 - <input type="text" class="form-control" placeholder="@gray" data-var="@nav-tabs-active-link-hover-color">
33.900 - <label>@nav-tabs-active-link-hover-bg</label>
33.901 - <input type="text" class="form-control" placeholder="@body-bg" data-var="@nav-tabs-active-link-hover-bg">
33.902 - <label>@nav-tabs-active-link-hover-border-color</label>
33.903 - <input type="text" class="form-control" placeholder="#ddd" data-var="@nav-tabs-active-link-hover-border-color">
33.904 - <label>@nav-tabs-justified-link-border-color</label>
33.905 - <input type="text" class="form-control" placeholder="#ddd" data-var="@nav-tabs-justified-link-border-color">
33.906 - <label>@nav-tabs-justified-active-link-border-color</label>
33.907 - <input type="text" class="form-control" placeholder="@body-bg" data-var="@nav-tabs-justified-active-link-border-color">
33.908 - </div>
33.909 - </div>
33.910 -
33.911 -
33.912 - <h2 id="variables-tables">Tables</h2>
33.913 - <div class="row">
33.914 - <div class="col-md-4">
33.915 - <label>@table-cell-padding</label>
33.916 - <input type="text" class="form-control" placeholder="8px" data-var="@table-cell-padding">
33.917 - <p class="help-block">Default padding for <code><th></code>s and <code><td></code>s</p>
33.918 - <label>@table-condensed-cell-padding</label>
33.919 - <input type="text" class="form-control" placeholder="5px" data-var="@table-condensed-cell-padding">
33.920 - <p class="help-block">Default padding cells in <code>.table-condensed</code></p>
33.921 - </div>
33.922 - <div class="col-md-4">
33.923 - <label>@table-bg</label>
33.924 - <input type="text" class="form-control" placeholder="transparent" data-var="@table-bg">
33.925 - <p class="help-block">Default background color used for all tables.</p>
33.926 - <label>@table-bg-accent</label>
33.927 - <input type="text" class="form-control" placeholder="#f9f9f9" data-var="@table-bg-accent">
33.928 - <p class="help-block">Background color used for <code>.table-striped</code>.</p>
33.929 - </div>
33.930 - <div class="col-md-4">
33.931 - <label>@table-bg-hover</label>
33.932 - <input type="text" class="form-control" placeholder="#f5f5f5" data-var="@table-bg-hover">
33.933 - <p class="help-block">Background color used for <code>.table-hover</code>.</p>
33.934 - <label>@table-border-color</label>
33.935 - <input type="text" class="form-control" placeholder="#ddd" data-var="@table-border-color">
33.936 - <p class="help-block">Border color for table and cell borders.</p>
33.937 - </div>
33.938 - </div>
33.939 -
33.940 -
33.941 - <h2 id="variables-forms">Forms</h2>
33.942 -
33.943 - <h3>Inputs</h3>
33.944 - <div class="row">
33.945 - <div class="col-md-4">
33.946 - <label>@input-color</label>
33.947 - <input type="text" class="form-control" placeholder="@gray" data-var="@input-color">
33.948 - <p class="help-block">Text color for <code><input></code>s</p>
33.949 - <label>@input-bg</label>
33.950 - <input type="text" class="form-control" placeholder="#fff" data-var="@input-bg">
33.951 - <p class="help-block"><code><input></code> background color</p>
33.952 - </div>
33.953 - <div class="col-md-4">
33.954 - <label>@input-border</label>
33.955 - <input type="text" class="form-control" placeholder="#ccc" data-var="@input-border">
33.956 - <p class="help-block"><code><input></code> border color</p>
33.957 - <label>@input-border-radius</label>
33.958 - <input type="text" class="form-control" placeholder="@border-radius-base" data-var="@input-border-radius">
33.959 - <p class="help-block"><code><input></code> border radius</p>
33.960 - </div>
33.961 - <div class="col-md-4">
33.962 - <label>@input-color-placeholder</label>
33.963 - <input type="text" class="form-control" placeholder="@gray-light" data-var="@input-color-placeholder">
33.964 - <p class="help-block">Placeholder text color</p>
33.965 - </div>
33.966 - </div>
33.967 -
33.968 - <h3>Input states</h3>
33.969 - <div class="row">
33.970 - <div class="col-md-4">
33.971 - <label>@input-border-focus</label>
33.972 - <input type="text" class="form-control" placeholder="#66afe9" data-var="@input-border-focus">
33.973 - <p class="help-block">Border color for inputs on focus</p>
33.974 - </div>
33.975 - <div class="col-md-4">
33.976 - <label>@input-bg-disabled</label>
33.977 - <input type="text" class="form-control" placeholder="@gray-lighter" data-var="@input-bg-disabled">
33.978 - <p class="help-block"><code><input disabled></code> background color</p>
33.979 - </div>
33.980 - </div>
33.981 -
33.982 - <h3>Input sizes</h3>
33.983 - <div class="row">
33.984 - <div class="col-md-4">
33.985 - <label>@input-height-base</label>
33.986 - <input type="text" class="form-control" placeholder="(@line-height-computed + (@padding-base-vertical * 2) + 2)" data-var="@input-height-base">
33.987 - <p class="help-block">Default <code>.form-control</code> height</p>
33.988 - </div>
33.989 - <div class="col-md-4">
33.990 - <label>@input-height-large</label>
33.991 - <input type="text" class="form-control" placeholder="(floor(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2)" data-var="@input-height-large">
33.992 - <p class="help-block">Large <code>.form-control</code> height</p>
33.993 - </div>
33.994 - <div class="col-md-4">
33.995 - <label>@input-height-small</label>
33.996 - <input type="text" class="form-control" placeholder="(floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2)" data-var="@input-height-small">
33.997 - <p class="help-block">Small <code>.form-control</code> height</p>
33.998 - </div>
33.999 - </div>
33.1000 -
33.1001 - <h3>Legend</h3>
33.1002 - <div class="row">
33.1003 - <div class="col-md-4">
33.1004 - <label>@legend-color</label>
33.1005 - <input type="text" class="form-control" placeholder="@gray-dark" data-var="@legend-color">
33.1006 - </div>
33.1007 - <div class="col-md-4">
33.1008 - <label>@legend-border-color</label>
33.1009 - <input type="text" class="form-control" placeholder="#e5e5e5" data-var="@legend-border-color">
33.1010 - </div>
33.1011 - </div>
33.1012 -
33.1013 - <h3>Input groups</h3>
33.1014 - <div class="row">
33.1015 - <div class="col-md-4">
33.1016 - <label>@input-group-addon-bg</label>
33.1017 - <input type="text" class="form-control" placeholder="@gray-lighter" data-var="@input-group-addon-bg">
33.1018 - <p class="help-block">Background color for textual input addons</p>
33.1019 - </div>
33.1020 - <div class="col-md-4">
33.1021 - <label>@input-group-addon-border-color</label>
33.1022 - <input type="text" class="form-control" placeholder="@input-border" data-var="@input-group-addon-border-color">
33.1023 - <p class="help-block">Border color for textual input addons</p>
33.1024 - </div>
33.1025 - </div>
33.1026 -
33.1027 -
33.1028 - <h2 id="variables-dropdowns">Dropdowns</h2>
33.1029 - <div class="row">
33.1030 - <div class="col-md-6">
33.1031 - <h3>Dropdown menu</h3>
33.1032 - <label>@dropdown-bg</label>
33.1033 - <input type="text" class="form-control" placeholder="#fff" data-var="@dropdown-bg">
33.1034 - <p class="help-block">Dropdown menu background color</p>
33.1035 - <label>@dropdown-border</label>
33.1036 - <input type="text" class="form-control" placeholder="rgba(0,0,0,.15)" data-var="@dropdown-border">
33.1037 - <p class="help-block">Dropdown menu border color</p>
33.1038 - <label>@dropdown-fallback-border</label>
33.1039 - <input type="text" class="form-control" placeholder="#ccc" data-var="@dropdown-fallback-border">
33.1040 - <p class="help-block">Dropdown menu border color <strong>for IE8</strong></p>
33.1041 - <label>@dropdown-caret-color</label>
33.1042 - <input type="text" class="form-control" placeholder="@dropdown-caret-color" data-var="@dropdown-caret-color">
33.1043 - <p class="help-block">Indicator arrow for showing an element has a dropdown</p>
33.1044 - <label>@dropdown-divider-bg</label>
33.1045 - <input type="text" class="form-control" placeholder="#e5e5e5" data-var="@dropdown-divider-bg">
33.1046 - <p class="help-block">Dropdown divider top border color</p>
33.1047 - <label>@dropdown-header-color</label>
33.1048 - <input type="text" class="form-control" placeholder="@gray-light" data-var="@dropdown-header-color">
33.1049 - <p class="help-block">Text color for headers within dropdown menus</p>
33.1050 - </div>
33.1051 - <div class="col-md-6">
33.1052 - <h3>Dropdown items</h3>
33.1053 - <label>@dropdown-link-color</label>
33.1054 - <input type="text" class="form-control" placeholder="@gray-dark" data-var="@dropdown-link-color">
33.1055 - <p class="help-block">Dropdown text color</p>
33.1056 -
33.1057 - <label>@dropdown-link-hover-color</label>
33.1058 - <input type="text" class="form-control" placeholder="darken(@dropdown-link-color, 5%)" data-var="@dropdown-link-hover-color">
33.1059 - <p class="help-block">Hovered dropdown menu entry text color</p>
33.1060 - <label>@dropdown-link-hover-bg</label>
33.1061 - <input type="text" class="form-control" placeholder="#f5f5f5" data-var="@dropdown-link-hover-bg">
33.1062 - <p class="help-block">Hovered dropdown menu entry text color</p>
33.1063 -
33.1064 - <label>@dropdown-link-active-color</label>
33.1065 - <input type="text" class="form-control" placeholder="@component-active-color" data-var="@dropdown-link-active-color">
33.1066 - <p class="help-block">Active dropdown menu entry text color</p>
33.1067 - <label>@dropdown-link-active-bg</label>
33.1068 - <input type="text" class="form-control" placeholder="@component-active-bg" data-var="@dropdown-link-active-bg">
33.1069 - <p class="help-block">Active dropdown menu entry background color</p>
33.1070 -
33.1071 - <label>@dropdown-link-disabled-color</label>
33.1072 - <input type="text" class="form-control" placeholder="@gray-light" data-var="@dropdown-link-disabled-color">
33.1073 - <p class="help-block">Disabled dropdown menu entry background color</p>
33.1074 - </div>
33.1075 - </div>
33.1076 -
33.1077 -
33.1078 - <h2 id="variables-panels-wells">Panels and wells</h2>
33.1079 -
33.1080 - <h3>Common panel styles</h3>
33.1081 - <div class="row">
33.1082 - <div class="col-md-6">
33.1083 - <label>@panel-bg</label>
33.1084 - <input type="text" class="form-control" placeholder="#fff" data-var="@panel-bg">
33.1085 - <label>@panel-inner-border</label>
33.1086 - <input type="text" class="form-control" placeholder="#ddd" data-var="@panel-inner-border">
33.1087 - <p class="help-block">Border color for elements within panels</p>
33.1088 - </div>
33.1089 - <div class="col-md-6">
33.1090 - <label>@panel-border-radius</label>
33.1091 - <input type="text" class="form-control" placeholder="@border-radius-base" data-var="@panel-border-radius">
33.1092 - <label>@panel-footer-bg</label>
33.1093 - <input type="text" class="form-control" placeholder="#f5f5f5" data-var="@panel-footer-bg">
33.1094 - </div>
33.1095 - </div>
33.1096 - <h3>Contextual panel colors</h3>
33.1097 - <div class="row">
33.1098 - <div class="col-md-6">
33.1099 - <h4>Default</h4>
33.1100 - <label>@panel-default-text</label>
33.1101 - <input type="text" class="form-control" placeholder="@gray-dark" data-var="@panel-default-text">
33.1102 - <label>@panel-default-border</label>
33.1103 - <input type="text" class="form-control" placeholder="#ddd" data-var="@panel-default-border">
33.1104 - <label>@panel-default-heading-bg</label>
33.1105 - <input type="text" class="form-control" placeholder="#f5f5f5" data-var="@panel-default-heading-bg">
33.1106 -
33.1107 - <h4>Primary</h4>
33.1108 - <label>@panel-primary-text</label>
33.1109 - <input type="text" class="form-control" placeholder="#fff" data-var="@panel-primary-text">
33.1110 - <label>@panel-primary-border</label>
33.1111 - <input type="text" class="form-control" placeholder="@brand-primary" data-var="@panel-primary-border">
33.1112 - <label>@panel-primary-heading-bg</label>
33.1113 - <input type="text" class="form-control" placeholder="@brand-primary" data-var="@panel-primary-heading-bg">
33.1114 -
33.1115 - <h4>Success</h4>
33.1116 - <label>@panel-success-text</label>
33.1117 - <input type="text" class="form-control" placeholder="@state-success-text" data-var="@panel-success-text">
33.1118 - <label>@panel-success-border</label>
33.1119 - <input type="text" class="form-control" placeholder="@state-success-border" data-var="@panel-success-border">
33.1120 - <label>@panel-success-heading-bg</label>
33.1121 - <input type="text" class="form-control" placeholder="@state-success-bg" data-var="@panel-success-heading-bg">
33.1122 - </div>
33.1123 - <div class="col-md-6">
33.1124 - <h4>Info</h4>
33.1125 - <label>@panel-info-text</label>
33.1126 - <input type="text" class="form-control" placeholder="@state-info-text" data-var="@panel-info-text">
33.1127 - <label>@panel-info-border</label>
33.1128 - <input type="text" class="form-control" placeholder="@state-info-border" data-var="@panel-info-border">
33.1129 - <label>@panel-info-heading-bg</label>
33.1130 - <input type="text" class="form-control" placeholder="@state-info-bg" data-var="@panel-info-heading-bg">
33.1131 -
33.1132 - <h4>Warning</h4>
33.1133 - <label>@panel-warning-text</label>
33.1134 - <input type="text" class="form-control" placeholder="@state-warning-text" data-var="@panel-warning-text">
33.1135 - <label>@panel-warning-border</label>
33.1136 - <input type="text" class="form-control" placeholder="@state-warning-border" data-var="@panel-warning-border">
33.1137 - <label>@panel-warning-heading-bg</label>
33.1138 - <input type="text" class="form-control" placeholder="@state-warning-bg" data-var="@panel-warning-heading-bg">
33.1139 -
33.1140 - <h4>Danger</h4>
33.1141 - <label>@panel-danger-text</label>
33.1142 - <input type="text" class="form-control" placeholder="@state-danger-text" data-var="@panel-danger-text">
33.1143 - <label>@panel-danger-border</label>
33.1144 - <input type="text" class="form-control" placeholder="@state-danger-border" data-var="@panel-danger-border">
33.1145 - <label>@panel-danger-heading-bg</label>
33.1146 - <input type="text" class="form-control" placeholder="@state-danger-bg" data-var="@panel-danger-heading-bg">
33.1147 - </div>
33.1148 - </div>
33.1149 -
33.1150 - <h3>Wells</h3>
33.1151 - <label>@well-bg</label>
33.1152 - <input type="text" class="form-control" placeholder="#f5f5f5" data-var="@well-bg">
33.1153 -
33.1154 -
33.1155 - <h2 id="variables-accordion">Accordion</h2>
33.1156 - <label>@accordion-border-bg</label>
33.1157 - <input type="text" class="form-control" placeholder="#e5e5e5" data-var="@accordion-border-bg">
33.1158 -
33.1159 -
33.1160 - <h2 id="variables-badges">Badges</h2>
33.1161 -
33.1162 - <h3>Base styles</h3>
33.1163 - <div class="row">
33.1164 - <div class="col-md-4">
33.1165 - <label>@badge-font-weight</label>
33.1166 - <input type="text" class="form-control" placeholder="bold" data-var="@badge-font-weight">
33.1167 - <label>@badge-color</label>
33.1168 - <input type="text" class="form-control" placeholder="#fff" data-var="@badge-color">
33.1169 - </div>
33.1170 - <div class="col-md-4">
33.1171 - <label>@badge-bg</label>
33.1172 - <input type="text" class="form-control" placeholder="@gray-light" data-var="@badge-bg">
33.1173 - </div>
33.1174 - <div class="col-md-4">
33.1175 - <label>@badge-border-radius</label>
33.1176 - <input type="text" class="form-control" placeholder="10px" data-var="@badge-border-radius">
33.1177 - </div>
33.1178 - </div>
33.1179 -
33.1180 - <h3>States</h3>
33.1181 - <div class="row">
33.1182 - <div class="col-md-4">
33.1183 - <label>@badge-link-hover-color</label>
33.1184 - <input type="text" class="form-control" placeholder="#fff" data-var="@badge-link-hover-color">
33.1185 - <p class="help-block">Linked badge text color on hover</p>
33.1186 - </div>
33.1187 - <div class="col-md-4">
33.1188 - <label>@badge-active-color</label>
33.1189 - <input type="text" class="form-control" placeholder="@link-color" data-var="@badge-active-color">
33.1190 - <p class="help-block">Badge text color in active nav link</p>
33.1191 - </div>
33.1192 - <div class="col-md-4">
33.1193 - <label>@badge-active-bg</label>
33.1194 - <input type="text" class="form-control" placeholder="@badge-color" data-var="@badge-active-bg">
33.1195 - <p class="help-block">Badge background color in active nav link</p>
33.1196 - </div>
33.1197 - </div>
33.1198 -
33.1199 -
33.1200 - <h2 id="variables-breadcrumbs">Breadcrumbs</h2>
33.1201 - <div class="row">
33.1202 - <div class="col-md-6">
33.1203 - <label>@breadcrumb-color</label>
33.1204 - <input type="text" class="form-control" placeholder="#ccc" data-var="@breadcrumb-color">
33.1205 - <p class="help-block">Breadcrumb text color</p>
33.1206 - <label>@breadcrumb-bg</label>
33.1207 - <input type="text" class="form-control" placeholder="#f5f5f5" data-var="@breadcrumb-bg">
33.1208 - <p class="help-block">Breadcrumb background color</p>
33.1209 - </div>
33.1210 - <div class="col-md-6">
33.1211 - <label>@breadcrumb-active-color</label>
33.1212 - <input type="text" class="form-control" placeholder="@gray-light" data-var="@breadcrumb-active-color">
33.1213 - <p class="help-block">Text color of current page in the breadcrumb</p>
33.1214 - <label>@breadcrumb-separator</label>
33.1215 - <input type="text" class="form-control" placeholder='"/"' data-var="@breadcrumb-separator">
33.1216 - <p class="help-block">Textual separator for between breadcrumb elements</p>
33.1217 - </div>
33.1218 - </div>
33.1219 -
33.1220 - <h2 id="variables-jumbotron">Jumbotron</h2>
33.1221 - <div class="row">
33.1222 - <div class="col-md-6">
33.1223 - <label>@jumbotron-padding</label>
33.1224 - <input type="text" class="form-control" placeholder="30px" data-var="@jumbotron-padding">
33.1225 - <label>@jumbotron-bg</label>
33.1226 - <input type="text" class="form-control" placeholder="@gray-lighter" data-var="@jumbotron-bg">
33.1227 - <label>@jumbotron-font-size</label>
33.1228 - <input type="text" class="form-control" placeholder="ceil(@font-size-base * 1.5)" data-var="@jumbotron-font-size">
33.1229 - </div>
33.1230 - <div class="col-md-6">
33.1231 - <label>@jumbotron-color</label>
33.1232 - <input type="text" class="form-control" placeholder="inherit" data-var="@jumbotron-color">
33.1233 - <label>@jumbotron-heading-color</label>
33.1234 - <input type="text" class="form-control" placeholder="inherit" data-var="@jumbotron-heading-color">
33.1235 - </div>
33.1236 - </div>
33.1237 -
33.1238 -
33.1239 - <h2 id="variables-modals">Modals</h2>
33.1240 -
33.1241 - <h3>Base modal</h3>
33.1242 - <div class="row">
33.1243 - <div class="col-md-4">
33.1244 - <label>@modal-inner-padding</label>
33.1245 - <input type="text" class="form-control" placeholder="20px" data-var="@modal-inner-padding">
33.1246 - <p class="help-block">Padding applied to the modal body</p>
33.1247 - </div>
33.1248 - <div class="col-md-4">
33.1249 - <label>@modal-backdrop-bg</label>
33.1250 - <input type="text" class="form-control" placeholder="#000" data-var="@modal-backdrop-bg">
33.1251 - <p class="help-block">Modal backdrop background color</p>
33.1252 - </div>
33.1253 - </div>
33.1254 -
33.1255 - <h3>Modal header and footer</h3>
33.1256 - <div class="row">
33.1257 - <div class="col-md-4">
33.1258 - <label>@modal-title-padding</label>
33.1259 - <input type="text" class="form-control" placeholder="15px" data-var="@modal-title-padding">
33.1260 - <p class="help-block">Padding applied to the modal title</p>
33.1261 - </div>
33.1262 - <div class="col-md-4">
33.1263 - <label>@modal-title-line-height</label>
33.1264 - <input type="text" class="form-control" placeholder="@line-height-base" data-var="@modal-title-line-height">
33.1265 - <p class="help-block">Modal title line-height</p>
33.1266 - </div>
33.1267 - <div class="col-md-4">
33.1268 - <label>@modal-header-border-color</label>
33.1269 - <input type="text" class="form-control" placeholder="#e5e5e5" data-var="@modal-header-border-color">
33.1270 - <p class="help-block">Modal header border color</p>
33.1271 - <label>@modal-footer-border-color</label>
33.1272 - <input type="text" class="form-control" placeholder="@modal-header-border-color" data-var="@modal-footer-border-color">
33.1273 - <p class="help-block">Modal footer border color</p>
33.1274 - </div>
33.1275 - </div>
33.1276 -
33.1277 - <h3>Modal content</h3>
33.1278 - <div class="row">
33.1279 - <div class="col-md-4">
33.1280 - <label>@modal-content-bg</label>
33.1281 - <input type="text" class="form-control" placeholder="#fff" data-var="@modal-content-bg">
33.1282 - <p class="help-block">Background color of modal content area</p>
33.1283 - </div>
33.1284 - <div class="col-md-4">
33.1285 - <label>@modal-content-border-color</label>
33.1286 - <input type="text" class="form-control" placeholder="rgba(0,0,0,.2)" data-var="@modal-content-border-color">
33.1287 - <p class="help-block">Modal content border color</p>
33.1288 - </div>
33.1289 - <div class="col-md-4">
33.1290 - <label>@modal-content-fallback-border-color</label>
33.1291 - <input type="text" class="form-control" placeholder="#999" data-var="@modal-content-fallback-border-color">
33.1292 - <p class="help-block">Modal content border color <strong>for IE8</strong></p>
33.1293 - </div>
33.1294 - </div>
33.1295 -
33.1296 -
33.1297 - <h2 id="variables-carousel">Carousel</h2>
33.1298 - <div class="row">
33.1299 - <div class="col-md-4">
33.1300 - <label>@carousel-text-shadow</label>
33.1301 - <input type="text" class="form-control" placeholder="0 1px 2px rgba(0,0,0,.6)" data-var="@carousel-text-shadow">
33.1302 - </div>
33.1303 - <div class="col-md-4">
33.1304 - <label>@carousel-control-color</label>
33.1305 - <input type="text" class="form-control" placeholder="#fff" data-var="@carousel-control-color">
33.1306 - </div>
33.1307 - <div class="col-md-4">
33.1308 - <label>@carousel-caption-color</label>
33.1309 - <input type="text" class="form-control" placeholder="#fff" data-var="@carousel-caption-color">
33.1310 - </div>
33.1311 - </div>
33.1312 - <div class="row">
33.1313 - <div class="col-md-4">
33.1314 - <label>@carousel-indicator-border-color</label>
33.1315 - <input type="text" class="form-control" placeholder="#fff" data-var="@carousel-indicator-border-color">
33.1316 - </div>
33.1317 - <div class="col-md-4">
33.1318 - <label>@carousel-indicator-active-bg</label>
33.1319 - <input type="text" class="form-control" placeholder="#fff" data-var="@carousel-indicator-active-bg">
33.1320 - </div>
33.1321 - </div>
33.1322 -
33.1323 -
33.1324 - <h2 id="variables-list-group">List group</h2>
33.1325 -
33.1326 - <h3>Base styles</h3>
33.1327 - <div class="row">
33.1328 - <div class="col-md-4">
33.1329 - <label>@list-group-bg</label>
33.1330 - <input type="text" class="form-control" placeholder="#fff" data-var="@list-group-bg">
33.1331 - <p class="help-block">Background color on <code>.list-group-item</code></p>
33.1332 - </div>
33.1333 - <div class="col-md-4">
33.1334 - <label>@list-group-border</label>
33.1335 - <input type="text" class="form-control" placeholder="#ddd" data-var="@list-group-border">
33.1336 - <p class="help-block"><code>.list-group-item</code> border color</p>
33.1337 - </div>
33.1338 - <div class="col-md-4">
33.1339 - <label>@list-group-border-radius</label>
33.1340 - <input type="text" class="form-control" placeholder="@border-radius-base" data-var="@list-group-border-radius">
33.1341 - <p class="help-block">List group border radius</p>
33.1342 - </div>
33.1343 - </div>
33.1344 -
33.1345 - <h3>Hover and active states</h3>
33.1346 - <div class="row">
33.1347 - <div class="col-md-6">
33.1348 - <label>@list-group-hover-bg</label>
33.1349 - <input type="text" class="form-control" placeholder="#f5f5f5" data-var="@list-group-hover-bg">
33.1350 - <p class="help-block">Background color of single list elements on hover</p>
33.1351 - </div>
33.1352 - </div>
33.1353 - <div class="row">
33.1354 - <div class="col-md-4">
33.1355 - <label>@list-group-active-color</label>
33.1356 - <input type="text" class="form-control" placeholder="#fff" data-var="@list-group-active-color">
33.1357 - <p class="help-block">Text color of active list elements</p>
33.1358 - </div>
33.1359 - <div class="col-md-4">
33.1360 - <label>@list-group-active-bg</label>
33.1361 - <input type="text" class="form-control" placeholder="@component-active-bg" data-var="@list-group-active-bg">
33.1362 - <p class="help-block">Background color of active list elements</p>
33.1363 - </div>
33.1364 - <div class="col-md-4">
33.1365 - <label>@list-group-active-border</label>
33.1366 - <input type="text" class="form-control" placeholder="@list-group-active-bg" data-var="@list-group-active-border">
33.1367 - <p class="help-block">Border color of active list elements</p>
33.1368 - </div>
33.1369 - </div>
33.1370 -
33.1371 -
33.1372 - <h2 id="variables-thumbnails">Thumbnails</h2>
33.1373 -
33.1374 - <h3>Base thumbnail</h3>
33.1375 - <div class="row">
33.1376 - <div class="col-md-6">
33.1377 - <label>@thumbnail-padding</label>
33.1378 - <input type="text" class="form-control" placeholder="4px" data-var="@thumbnail-padding">
33.1379 - <p class="help-block">Padding around the thumbnail image</p>
33.1380 - <label>@thumbnail-bg</label>
33.1381 - <input type="text" class="form-control" placeholder="@body-bg" data-var="@thumbnail-bg">
33.1382 - <p class="help-block">Thumbnail background color</p>
33.1383 - </div>
33.1384 - <div class="col-md-6">
33.1385 - <label>@thumbnail-border</label>
33.1386 - <input type="text" class="form-control" placeholder="#ddd" data-var="@thumbnail-border">
33.1387 - <p class="help-block">Thumbnail border color</p>
33.1388 - <label>@thumbnail-border-radius</label>
33.1389 - <input type="text" class="form-control" placeholder="@border-radius-base" data-var="@thumbnail-border-radius">
33.1390 - <p class="help-block">Thumbnail border radius</p>
33.1391 - </div>
33.1392 - </div>
33.1393 -
33.1394 - <h3>Thumbnail captions</h3>
33.1395 - <div class="row">
33.1396 - <div class="col-md-6">
33.1397 - <label>@thumbnail-caption-padding</label>
33.1398 - <input type="text" class="form-control" placeholder="9px" data-var="@thumbnail-caption-padding">
33.1399 - <p class="help-block">Padding around the thumbnail caption</p>
33.1400 - </div>
33.1401 - <div class="col-md-6">
33.1402 - <label>@thumbnail-caption-color</label>
33.1403 - <input type="text" class="form-control" placeholder="@text-color" data-var="@thumbnail-caption-color">
33.1404 - <p class="help-block">Custom text color for thumbnail captions</p>
33.1405 - </div>
33.1406 - </div>
33.1407 -
33.1408 -
33.1409 - <h2 id="variables-progress">Progress bars</h2>
33.1410 -
33.1411 - <h3>Shared styles</h3>
33.1412 - <div class="row">
33.1413 - <div class="col-md-4">
33.1414 - <label>@progress-bg</label>
33.1415 - <input type="text" class="form-control" placeholder="#f5f5f5" data-var="@progress-bg">
33.1416 - <p class="help-block">Background color of the whole progress component</p>
33.1417 - </div>
33.1418 - <div class="col-md-4">
33.1419 - <label>@progress-bar-color</label>
33.1420 - <input type="text" class="form-control" placeholder="#fff" data-var="@progress-bar-color">
33.1421 - <p class="help-block">Info progress bar text color</p>
33.1422 - </div>
33.1423 - <div class="col-md-4">
33.1424 - <label>@progress-bar-text-shadow</label>
33.1425 - <input type="text" class="form-control" placeholder="0 -1px 0 rgba(0,0,0,.25)" data-var="@progress-bar-text-shadow">
33.1426 - <p class="help-block">Info progress bar text shadow</p>
33.1427 - </div>
33.1428 - <div class="col-md-4">
33.1429 - <label>@progress-bar-bg</label>
33.1430 - <input type="text" class="form-control" placeholder="@brand-primary" data-var="@progress-bar-bg">
33.1431 - <p class="help-block">Default progress bar color</p>
33.1432 - </div>
33.1433 - </div>
33.1434 -
33.1435 - <h3>Contextual states</h3>
33.1436 - <div class="row">
33.1437 - <div class="col-md-4">
33.1438 - <label>@progress-bar-success-bg</label>
33.1439 - <input type="text" class="form-control" placeholder="@brand-success" data-var="@progress-bar-success-bg">
33.1440 - <p class="help-block">Success progress bar color</p>
33.1441 - <label>@progress-bar-info-bg</label>
33.1442 - <input type="text" class="form-control" placeholder="@brand-info" data-var="@progress-bar-info-bg">
33.1443 - <p class="help-block">Info progress bar color</p>
33.1444 - </div>
33.1445 - <div class="col-md-4">
33.1446 - <label>@progress-bar-warning-bg</label>
33.1447 - <input type="text" class="form-control" placeholder="@brand-warning" data-var="@progress-bar-warning-bg">
33.1448 - <p class="help-block">Warning progress bar color</p>
33.1449 - <label>@progress-bar-danger-bg</label>
33.1450 - <input type="text" class="form-control" placeholder="@brand-danger" data-var="@progress-bar-danger-bg">
33.1451 - <p class="help-block">Danger progress bar color</p>
33.1452 - </div>
33.1453 - </div>
33.1454 -
33.1455 -
33.1456 - <h2 id="variables-pagination">Pagination</h2>
33.1457 -
33.1458 - <h3>Default styles</h3>
33.1459 - <div class="row">
33.1460 - <div class="col-md-4">
33.1461 - <label>@pagination-bg</label>
33.1462 - <input type="text" class="form-control" placeholder="#fff" data-var="@pagination-bg">
33.1463 - <p class="help-block">Background color</p>
33.1464 - </div>
33.1465 - <div class="col-md-4">
33.1466 - <label>@pagination-border</label>
33.1467 - <input type="text" class="form-control" placeholder="#ddd" data-var="@pagination-border">
33.1468 - <p class="help-block">Border color</p>
33.1469 - </div>
33.1470 - <div class="col-md-4">
33.1471 - <label>@pagination-hover-bg</label>
33.1472 - <input type="text" class="form-control" placeholder="@gray-lighter" data-var="@pagination-hover-bg">
33.1473 - <p class="help-block">Background hover color</p>
33.1474 - </div>
33.1475 - </div>
33.1476 -
33.1477 - <h3>Disabled and active states</h3>
33.1478 - <div class="row">
33.1479 - <div class="col-md-4">
33.1480 - <label>@pagination-disabled-color</label>
33.1481 - <input type="text" class="form-control" placeholder="@gray-light" data-var="@pagination-disabled-color">
33.1482 - <p class="help-block">Disabled text color</p>
33.1483 - </div>
33.1484 - <div class="col-md-4">
33.1485 - <label>@pagination-active-bg</label>
33.1486 - <input type="text" class="form-control" placeholder="@brand-primary" data-var="@pagination-active-bg">
33.1487 - <p class="help-block">Active background color</p>
33.1488 - </div>
33.1489 - <div class="col-md-4">
33.1490 - <label>@pagination-active-color</label>
33.1491 - <input type="text" class="form-control" placeholder="#fff" data-var="@pagination-active-color">
33.1492 - <p class="help-block">Active text color</p>
33.1493 - </div>
33.1494 - </div>
33.1495 -
33.1496 -
33.1497 - <h2 id="variables-pager">Pager</h2>
33.1498 - <div class="row">
33.1499 - <div class="col-md-4">
33.1500 - <label>@pager-border-radius</label>
33.1501 - <input type="text" class="form-control" placeholder="15px" data-var="@pager-border-radius">
33.1502 - <p class="help-block">Pager border radius</p>
33.1503 - </div>
33.1504 - <div class="col-md-4">
33.1505 - <label>@pager-disabled-color</label>
33.1506 - <input type="text" class="form-control" placeholder="@gray-light" data-var="@pager-disabled-color">
33.1507 - <p class="help-block">Pager disabled state color</p>
33.1508 - </div>
33.1509 - </div>
33.1510 -
33.1511 -
33.1512 - <h2 id="variables-labels">Labels</h2>
33.1513 - <div class="row">
33.1514 - <div class="col-md-4">
33.1515 - <label>@label-color</label>
33.1516 - <input type="text" class="form-control" placeholder="#fff" data-var="@label-color">
33.1517 - <p class="help-block">Default label text color</p>
33.1518 - </div>
33.1519 - <div class="col-md-4">
33.1520 - <label>@label-link-hover-color</label>
33.1521 - <input type="text" class="form-control" placeholder="#fff" data-var="@label-link-hover-color">
33.1522 - <p class="help-block">Default text color of a linked label</p>
33.1523 - </div>
33.1524 - <div class="col-md-4">
33.1525 - <label>@label-default-bg</label>
33.1526 - <input type="text" class="form-control" placeholder="@gray-light" data-var="@label-default-bg">
33.1527 - <p class="help-block">Default label background color</p>
33.1528 - </div>
33.1529 - </div>
33.1530 -
33.1531 - <div class="row">
33.1532 - <div class="col-md-4">
33.1533 - <label>@label-primary-bg</label>
33.1534 - <input type="text" class="form-control" placeholder="@brand-primary" data-var="@label-primary-bg">
33.1535 - <p class="help-block">Primary label background color</p>
33.1536 - <label>@label-success-bg</label>
33.1537 - <input type="text" class="form-control" placeholder="@brand-success" data-var="@label-success-bg">
33.1538 - <p class="help-block">Success label background color</p>
33.1539 - </div>
33.1540 - <div class="col-md-4">
33.1541 - <label>@label-info-bg</label>
33.1542 - <input type="text" class="form-control" placeholder="@brand-info" data-var="@label-info-bg">
33.1543 - <p class="help-block">Info label background color</p>
33.1544 - <label>@label-warning-bg</label>
33.1545 - <input type="text" class="form-control" placeholder="@brand-warning" data-var="@label-warning-bg">
33.1546 - <p class="help-block">Warning label background color</p>
33.1547 - </div>
33.1548 - <div class="col-md-4">
33.1549 - <label>@label-danger-bg</label>
33.1550 - <input type="text" class="form-control" placeholder="@brand-danger" data-var="@label-danger-bg">
33.1551 - <p class="help-block">Danger label background color</p>
33.1552 - </div>
33.1553 - </div>
33.1554 -
33.1555 -
33.1556 - <h2 id="variables-tooltips-popovers">Tooltips and popovers</h2>
33.1557 -
33.1558 - <h3>Tooltip</h3>
33.1559 - <div class="row">
33.1560 - <div class="col-md-4">
33.1561 - <label>@tooltip-color</label>
33.1562 - <input type="text" class="form-control" placeholder="#fff" data-var="@tooltip-color">
33.1563 - <p class="help-block">Tooltip text color</p>
33.1564 - <label>@tooltip-bg</label>
33.1565 - <input type="text" class="form-control" placeholder="#000" data-var="@tooltip-bg">
33.1566 - <p class="help-block">Tooltip background color</p>
33.1567 - </div>
33.1568 - <div class="col-md-4">
33.1569 - <label>@tooltip-arrow-width</label>
33.1570 - <input type="text" class="form-control" placeholder="5px" data-var="@tooltip-arrow-width">
33.1571 - <p class="help-block">Tooltip arrow width</p>
33.1572 - <label>@tooltip-arrow-color</label>
33.1573 - <input type="text" class="form-control" placeholder="@tooltip-bg" data-var="@tooltip-arrow-color">
33.1574 - <p class="help-block">Tooltip arrow color</p>
33.1575 - </div>
33.1576 - <div class="col-md-4">
33.1577 - <label>@tooltip-max-width</label>
33.1578 - <input type="text" class="form-control" placeholder="200px" data-var="@tooltip-max-width">
33.1579 - <p class="help-block">Tooltip max width</p>
33.1580 - </div>
33.1581 - </div>
33.1582 -
33.1583 - <h3>Popovers</h3>
33.1584 -
33.1585 - <h3>Base styles</h3>
33.1586 - <div class="row">
33.1587 - <div class="col-md-4">
33.1588 - <label>@popover-bg</label>
33.1589 - <input type="text" class="form-control" placeholder="#fff" data-var="@popover-bg">
33.1590 - <p class="help-block">Popover body background color</p>
33.1591 - <label>@popover-max-width</label>
33.1592 - <input type="text" class="form-control" placeholder="276px" data-var="@popover-max-width">
33.1593 - <p class="help-block">Popover maximum width</p>
33.1594 - </div>
33.1595 - <div class="col-md-4">
33.1596 - <label>@popover-border-color</label>
33.1597 - <input type="text" class="form-control" placeholder="rgba(0,0,0,.2)" data-var="@popover-border-color">
33.1598 - <p class="help-block">Popover border color</p>
33.1599 - <label>@popover-fallback-border-color</label>
33.1600 - <input type="text" class="form-control" placeholder="#ccc" data-var="@popover-fallback-border-color">
33.1601 - <p class="help-block">Popover fallback border color</p>
33.1602 - </div>
33.1603 - <div class="col-md-4">
33.1604 - <label>@popover-title-bg</label>
33.1605 - <input type="text" class="form-control" placeholder="darken(@popover-bg, 3%)" data-var="@popover-title-bg">
33.1606 - <p class="help-block">Popover title background color</p>
33.1607 - </div>
33.1608 - </div>
33.1609 -
33.1610 - <h3>Popover arrows</h3>
33.1611 - <div class="row">
33.1612 - <div class="col-md-4">
33.1613 - <label>@popover-arrow-width</label>
33.1614 - <input type="text" class="form-control" placeholder="10px" data-var="@popover-arrow-width">
33.1615 - <p class="help-block">Popover arrow width</p>
33.1616 - </div>
33.1617 - <div class="col-md-4">
33.1618 - <label>@popover-arrow-color</label>
33.1619 - <input type="text" class="form-control" placeholder="#fff" data-var="@popover-arrow-color">
33.1620 - <p class="help-block">Popover arrow color</p>
33.1621 - </div>
33.1622 - </div>
33.1623 - <div class="row">
33.1624 - <div class="col-md-4">
33.1625 - <label>@popover-arrow-outer-width</label>
33.1626 - <input type="text" class="form-control" placeholder="(@popover-arrow-width + 1)" data-var="@popover-arrow-outer-width">
33.1627 - <p class="help-block">Popover outer arrow width</p>
33.1628 - </div>
33.1629 - <div class="col-md-4">
33.1630 - <label>@popover-arrow-outer-color</label>
33.1631 - <input type="text" class="form-control" placeholder="rgba(0,0,0,.25)" data-var="@popover-arrow-outer-color">
33.1632 - <p class="help-block">Popover outer arrow color</p>
33.1633 - </div>
33.1634 - <div class="col-md-4">
33.1635 - <label>@popover-arrow-outer-fallback-color</label>
33.1636 - <input type="text" class="form-control" placeholder="#999" data-var="@popover-arrow-outer-fallback-color">
33.1637 - <p class="help-block">Popover outer arrow fallback color</p>
33.1638 - </div>
33.1639 - </div>
33.1640 -
33.1641 -
33.1642 - <h2 id="variables-close">Close button</h2>
33.1643 - <div class="row">
33.1644 - <div class="col-md-4">
33.1645 - <label>@close-font-weight</label>
33.1646 - <input type="text" class="form-control" placeholder="bold" data-var="@close-font-weight">
33.1647 - </div>
33.1648 - <div class="col-md-4">
33.1649 - <label>@close-color</label>
33.1650 - <input type="text" class="form-control" placeholder="#000" data-var="@close-color">
33.1651 - </div>
33.1652 - <div class="col-md-4">
33.1653 - <label>@close-text-shadow</label>
33.1654 - <input type="text" class="form-control" placeholder="0 1px 0 #fff" data-var="@close-text-shadow">
33.1655 - </div>
33.1656 - </div>
33.1657 -
33.1658 -
33.1659 - <h2 id="variables-type">Type</h2>
33.1660 - <div class="row">
33.1661 - <div class="col-md-6">
33.1662 - <label>@text-muted</label>
33.1663 - <input type="text" class="form-control" placeholder="@gray-light" data-var="@text-muted">
33.1664 - <p class="help-block">Text muted color</p>
33.1665 - </div>
33.1666 - <div class="col-md-6">
33.1667 - <label>@abbr-border-color</label>
33.1668 - <input type="text" class="form-control" placeholder="@gray-light" data-var="@abbr-border-color">
33.1669 - <p class="help-block">Abbreviations and acronyms border color</p>
33.1670 - </div>
33.1671 - <div class="col-md-6">
33.1672 - <label>@headings-small-color</label>
33.1673 - <input type="text" class="form-control" placeholder="@gray-light" data-var="@headings-small-color">
33.1674 - <p class="help-block">Headings small color</p>
33.1675 - </div>
33.1676 - <div class="col-md-6">
33.1677 - <label>@blockquote-small-color</label>
33.1678 - <input type="text" class="form-control" placeholder="@gray-light" data-var="@blockquote-small-color">
33.1679 - <p class="help-block">Blockquote small color</p>
33.1680 - </div>
33.1681 - <div class="col-md-6">
33.1682 - <label>@blockquote-border-color</label>
33.1683 - <input type="text" class="form-control" placeholder="@gray-lighter" data-var="@blockquote-border-color">
33.1684 - <p class="help-block">Blockquote border color</p>
33.1685 - </div>
33.1686 - <div class="col-md-6">
33.1687 - <label>@page-header-border-color</label>
33.1688 - <input type="text" class="form-control" placeholder="@gray-lighter" data-var="@page-header-border-color">
33.1689 - <p class="help-block">Page header border color</p>
33.1690 - </div>
33.1691 - </div>
33.1692 -
33.1693 -
33.1694 - <h2 id="variables-other">Other</h2>
33.1695 - <div class="row">
33.1696 - <div class="col-md-6">
33.1697 - <label>@hr-border</label>
33.1698 - <input type="text" class="form-control" placeholder="@gray-lighter" data-var="@hr-border">
33.1699 - <p class="help-block">Horizontal line color</p>
33.1700 - </div>
33.1701 - <div class="col-md-6">
33.1702 - <label>@component-offset-horizontal</label>
33.1703 - <input type="text" class="form-control" placeholder="180px" data-var="@component-offset-horizontal">
33.1704 - <p class="help-block">Horizontal offset for forms and lists</p>
33.1705 - </div>
33.1706 - </div>
33.1707 - </div>
33.1708 -
33.1709 - <div class="bs-docs-section">
33.1710 - <div class="page-header">
33.1711 - <h1 id="download">Download</h1>
33.1712 - </div>
33.1713 - <p class="lead">Hooray! Your custom version of Bootstrap is now ready to be compiled. Just click the button below to finish the process.</p>
33.1714 - <div class="bs-customize-download">
33.1715 - <button type="submit" id="btn-compile" class="btn btn-block btn-lg btn-outline" onclick="_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);">Compile and Download</button>
33.1716 - </div>
33.1717 - </div><!-- /download -->
33.1718 -</form>
34.1 --- a/bootstrap-source/bootstrap-3.0.3/dist/css/bootstrap-theme.css Sat Jan 18 12:34:36 2014 +0100
34.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
34.3 @@ -1,397 +0,0 @@
34.4 -/*!
34.5 - * Bootstrap v3.0.3 (http://getbootstrap.com)
34.6 - * Copyright 2013 Twitter, Inc.
34.7 - * Licensed under http://www.apache.org/licenses/LICENSE-2.0
34.8 - */
34.9 -
34.10 -.btn-default,
34.11 -.btn-primary,
34.12 -.btn-success,
34.13 -.btn-info,
34.14 -.btn-warning,
34.15 -.btn-danger {
34.16 - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
34.17 - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
34.18 - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
34.19 -}
34.20 -
34.21 -.btn-default:active,
34.22 -.btn-primary:active,
34.23 -.btn-success:active,
34.24 -.btn-info:active,
34.25 -.btn-warning:active,
34.26 -.btn-danger:active,
34.27 -.btn-default.active,
34.28 -.btn-primary.active,
34.29 -.btn-success.active,
34.30 -.btn-info.active,
34.31 -.btn-warning.active,
34.32 -.btn-danger.active {
34.33 - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
34.34 - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
34.35 -}
34.36 -
34.37 -.btn:active,
34.38 -.btn.active {
34.39 - background-image: none;
34.40 -}
34.41 -
34.42 -.btn-default {
34.43 - text-shadow: 0 1px 0 #fff;
34.44 - background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
34.45 - background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
34.46 - background-repeat: repeat-x;
34.47 - border-color: #dbdbdb;
34.48 - border-color: #ccc;
34.49 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
34.50 - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
34.51 -}
34.52 -
34.53 -.btn-default:hover,
34.54 -.btn-default:focus {
34.55 - background-color: #e0e0e0;
34.56 - background-position: 0 -15px;
34.57 -}
34.58 -
34.59 -.btn-default:active,
34.60 -.btn-default.active {
34.61 - background-color: #e0e0e0;
34.62 - border-color: #dbdbdb;
34.63 -}
34.64 -
34.65 -.btn-primary {
34.66 - background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
34.67 - background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
34.68 - background-repeat: repeat-x;
34.69 - border-color: #2b669a;
34.70 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
34.71 - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
34.72 -}
34.73 -
34.74 -.btn-primary:hover,
34.75 -.btn-primary:focus {
34.76 - background-color: #2d6ca2;
34.77 - background-position: 0 -15px;
34.78 -}
34.79 -
34.80 -.btn-primary:active,
34.81 -.btn-primary.active {
34.82 - background-color: #2d6ca2;
34.83 - border-color: #2b669a;
34.84 -}
34.85 -
34.86 -.btn-success {
34.87 - background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
34.88 - background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
34.89 - background-repeat: repeat-x;
34.90 - border-color: #3e8f3e;
34.91 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
34.92 - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
34.93 -}
34.94 -
34.95 -.btn-success:hover,
34.96 -.btn-success:focus {
34.97 - background-color: #419641;
34.98 - background-position: 0 -15px;
34.99 -}
34.100 -
34.101 -.btn-success:active,
34.102 -.btn-success.active {
34.103 - background-color: #419641;
34.104 - border-color: #3e8f3e;
34.105 -}
34.106 -
34.107 -.btn-warning {
34.108 - background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
34.109 - background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
34.110 - background-repeat: repeat-x;
34.111 - border-color: #e38d13;
34.112 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
34.113 - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
34.114 -}
34.115 -
34.116 -.btn-warning:hover,
34.117 -.btn-warning:focus {
34.118 - background-color: #eb9316;
34.119 - background-position: 0 -15px;
34.120 -}
34.121 -
34.122 -.btn-warning:active,
34.123 -.btn-warning.active {
34.124 - background-color: #eb9316;
34.125 - border-color: #e38d13;
34.126 -}
34.127 -
34.128 -.btn-danger {
34.129 - background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
34.130 - background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
34.131 - background-repeat: repeat-x;
34.132 - border-color: #b92c28;
34.133 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
34.134 - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
34.135 -}
34.136 -
34.137 -.btn-danger:hover,
34.138 -.btn-danger:focus {
34.139 - background-color: #c12e2a;
34.140 - background-position: 0 -15px;
34.141 -}
34.142 -
34.143 -.btn-danger:active,
34.144 -.btn-danger.active {
34.145 - background-color: #c12e2a;
34.146 - border-color: #b92c28;
34.147 -}
34.148 -
34.149 -.btn-info {
34.150 - background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
34.151 - background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
34.152 - background-repeat: repeat-x;
34.153 - border-color: #28a4c9;
34.154 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
34.155 - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
34.156 -}
34.157 -
34.158 -.btn-info:hover,
34.159 -.btn-info:focus {
34.160 - background-color: #2aabd2;
34.161 - background-position: 0 -15px;
34.162 -}
34.163 -
34.164 -.btn-info:active,
34.165 -.btn-info.active {
34.166 - background-color: #2aabd2;
34.167 - border-color: #28a4c9;
34.168 -}
34.169 -
34.170 -.thumbnail,
34.171 -.img-thumbnail {
34.172 - -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
34.173 - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
34.174 -}
34.175 -
34.176 -.dropdown-menu > li > a:hover,
34.177 -.dropdown-menu > li > a:focus {
34.178 - background-color: #e8e8e8;
34.179 - background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
34.180 - background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
34.181 - background-repeat: repeat-x;
34.182 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
34.183 -}
34.184 -
34.185 -.dropdown-menu > .active > a,
34.186 -.dropdown-menu > .active > a:hover,
34.187 -.dropdown-menu > .active > a:focus {
34.188 - background-color: #357ebd;
34.189 - background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
34.190 - background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
34.191 - background-repeat: repeat-x;
34.192 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
34.193 -}
34.194 -
34.195 -.navbar-default {
34.196 - background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
34.197 - background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
34.198 - background-repeat: repeat-x;
34.199 - border-radius: 4px;
34.200 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
34.201 - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
34.202 - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
34.203 - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
34.204 -}
34.205 -
34.206 -.navbar-default .navbar-nav > .active > a {
34.207 - background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
34.208 - background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
34.209 - background-repeat: repeat-x;
34.210 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
34.211 - -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
34.212 - box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
34.213 -}
34.214 -
34.215 -.navbar-brand,
34.216 -.navbar-nav > li > a {
34.217 - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
34.218 -}
34.219 -
34.220 -.navbar-inverse {
34.221 - background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
34.222 - background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
34.223 - background-repeat: repeat-x;
34.224 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
34.225 - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
34.226 -}
34.227 -
34.228 -.navbar-inverse .navbar-nav > .active > a {
34.229 - background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
34.230 - background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
34.231 - background-repeat: repeat-x;
34.232 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
34.233 - -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
34.234 - box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
34.235 -}
34.236 -
34.237 -.navbar-inverse .navbar-brand,
34.238 -.navbar-inverse .navbar-nav > li > a {
34.239 - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
34.240 -}
34.241 -
34.242 -.navbar-static-top,
34.243 -.navbar-fixed-top,
34.244 -.navbar-fixed-bottom {
34.245 - border-radius: 0;
34.246 -}
34.247 -
34.248 -.alert {
34.249 - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
34.250 - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
34.251 - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
34.252 -}
34.253 -
34.254 -.alert-success {
34.255 - background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
34.256 - background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
34.257 - background-repeat: repeat-x;
34.258 - border-color: #b2dba1;
34.259 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
34.260 -}
34.261 -
34.262 -.alert-info {
34.263 - background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
34.264 - background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
34.265 - background-repeat: repeat-x;
34.266 - border-color: #9acfea;
34.267 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
34.268 -}
34.269 -
34.270 -.alert-warning {
34.271 - background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
34.272 - background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
34.273 - background-repeat: repeat-x;
34.274 - border-color: #f5e79e;
34.275 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
34.276 -}
34.277 -
34.278 -.alert-danger {
34.279 - background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
34.280 - background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
34.281 - background-repeat: repeat-x;
34.282 - border-color: #dca7a7;
34.283 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
34.284 -}
34.285 -
34.286 -.progress {
34.287 - background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
34.288 - background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
34.289 - background-repeat: repeat-x;
34.290 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
34.291 -}
34.292 -
34.293 -.progress-bar {
34.294 - background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
34.295 - background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
34.296 - background-repeat: repeat-x;
34.297 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
34.298 -}
34.299 -
34.300 -.progress-bar-success {
34.301 - background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
34.302 - background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
34.303 - background-repeat: repeat-x;
34.304 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
34.305 -}
34.306 -
34.307 -.progress-bar-info {
34.308 - background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
34.309 - background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
34.310 - background-repeat: repeat-x;
34.311 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
34.312 -}
34.313 -
34.314 -.progress-bar-warning {
34.315 - background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
34.316 - background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
34.317 - background-repeat: repeat-x;
34.318 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
34.319 -}
34.320 -
34.321 -.progress-bar-danger {
34.322 - background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
34.323 - background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
34.324 - background-repeat: repeat-x;
34.325 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
34.326 -}
34.327 -
34.328 -.list-group {
34.329 - border-radius: 4px;
34.330 - -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
34.331 - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
34.332 -}
34.333 -
34.334 -.list-group-item.active,
34.335 -.list-group-item.active:hover,
34.336 -.list-group-item.active:focus {
34.337 - text-shadow: 0 -1px 0 #3071a9;
34.338 - background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
34.339 - background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
34.340 - background-repeat: repeat-x;
34.341 - border-color: #3278b3;
34.342 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
34.343 -}
34.344 -
34.345 -.panel {
34.346 - -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
34.347 - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
34.348 -}
34.349 -
34.350 -.panel-default > .panel-heading {
34.351 - background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
34.352 - background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
34.353 - background-repeat: repeat-x;
34.354 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
34.355 -}
34.356 -
34.357 -.panel-primary > .panel-heading {
34.358 - background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
34.359 - background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
34.360 - background-repeat: repeat-x;
34.361 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
34.362 -}
34.363 -
34.364 -.panel-success > .panel-heading {
34.365 - background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
34.366 - background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
34.367 - background-repeat: repeat-x;
34.368 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
34.369 -}
34.370 -
34.371 -.panel-info > .panel-heading {
34.372 - background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
34.373 - background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
34.374 - background-repeat: repeat-x;
34.375 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
34.376 -}
34.377 -
34.378 -.panel-warning > .panel-heading {
34.379 - background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
34.380 - background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
34.381 - background-repeat: repeat-x;
34.382 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
34.383 -}
34.384 -
34.385 -.panel-danger > .panel-heading {
34.386 - background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
34.387 - background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
34.388 - background-repeat: repeat-x;
34.389 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
34.390 -}
34.391 -
34.392 -.well {
34.393 - background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
34.394 - background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
34.395 - background-repeat: repeat-x;
34.396 - border-color: #dcdcdc;
34.397 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
34.398 - -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
34.399 - box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
34.400 -}
34.401 \ No newline at end of file
35.1 --- a/bootstrap-source/bootstrap-3.0.3/dist/css/bootstrap-theme.min.css Sat Jan 18 12:34:36 2014 +0100
35.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
35.3 @@ -1,7 +0,0 @@
35.4 -/*!
35.5 - * Bootstrap v3.0.3 (http://getbootstrap.com)
35.6 - * Copyright 2013 Twitter, Inc.
35.7 - * Licensed under http://www.apache.org/licenses/LICENSE-2.0
35.8 - */
35.9 -
35.10 -.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:active,.btn.active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);background-repeat:repeat-x;border-color:#2b669a;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);background-repeat:repeat-x;border-color:#3e8f3e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);background-repeat:repeat-x;border-color:#e38d13;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);background-repeat:repeat-x;border-color:#b92c28;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);background-repeat:repeat-x;border-color:#28a4c9;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-color:#357ebd;background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff3f3f3',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:linear-gradient(to bottom,#222 0,#282828 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff282828',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;border-color:#b2dba1;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0)}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;border-color:#9acfea;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0)}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;border-color:#f5e79e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0)}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;border-color:#dca7a7;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0)}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0)}.progress-bar{background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;border-color:#3278b3;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0)}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0)}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;border-color:#dcdcdc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}
35.11 \ No newline at end of file
36.1 --- a/bootstrap-source/bootstrap-3.0.3/dist/css/bootstrap.css Sat Jan 18 12:34:36 2014 +0100
36.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
36.3 @@ -1,7118 +0,0 @@
36.4 -/*!
36.5 - * Bootstrap v3.0.3 (http://getbootstrap.com)
36.6 - * Copyright 2013 Twitter, Inc.
36.7 - * Licensed under http://www.apache.org/licenses/LICENSE-2.0
36.8 - */
36.9 -
36.10 -/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
36.11 -
36.12 -article,
36.13 -aside,
36.14 -details,
36.15 -figcaption,
36.16 -figure,
36.17 -footer,
36.18 -header,
36.19 -hgroup,
36.20 -main,
36.21 -nav,
36.22 -section,
36.23 -summary {
36.24 - display: block;
36.25 -}
36.26 -
36.27 -audio,
36.28 -canvas,
36.29 -video {
36.30 - display: inline-block;
36.31 -}
36.32 -
36.33 -audio:not([controls]) {
36.34 - display: none;
36.35 - height: 0;
36.36 -}
36.37 -
36.38 -[hidden],
36.39 -template {
36.40 - display: none;
36.41 -}
36.42 -
36.43 -html {
36.44 - font-family: sans-serif;
36.45 - -webkit-text-size-adjust: 100%;
36.46 - -ms-text-size-adjust: 100%;
36.47 -}
36.48 -
36.49 -body {
36.50 - margin: 0;
36.51 -}
36.52 -
36.53 -a {
36.54 - background: transparent;
36.55 -}
36.56 -
36.57 -a:focus {
36.58 - outline: thin dotted;
36.59 -}
36.60 -
36.61 -a:active,
36.62 -a:hover {
36.63 - outline: 0;
36.64 -}
36.65 -
36.66 -h1 {
36.67 - margin: 0.67em 0;
36.68 - font-size: 2em;
36.69 -}
36.70 -
36.71 -abbr[title] {
36.72 - border-bottom: 1px dotted;
36.73 -}
36.74 -
36.75 -b,
36.76 -strong {
36.77 - font-weight: bold;
36.78 -}
36.79 -
36.80 -dfn {
36.81 - font-style: italic;
36.82 -}
36.83 -
36.84 -hr {
36.85 - height: 0;
36.86 - -moz-box-sizing: content-box;
36.87 - box-sizing: content-box;
36.88 -}
36.89 -
36.90 -mark {
36.91 - color: #000;
36.92 - background: #ff0;
36.93 -}
36.94 -
36.95 -code,
36.96 -kbd,
36.97 -pre,
36.98 -samp {
36.99 - font-family: monospace, serif;
36.100 - font-size: 1em;
36.101 -}
36.102 -
36.103 -pre {
36.104 - white-space: pre-wrap;
36.105 -}
36.106 -
36.107 -q {
36.108 - quotes: "\201C" "\201D" "\2018" "\2019";
36.109 -}
36.110 -
36.111 -small {
36.112 - font-size: 80%;
36.113 -}
36.114 -
36.115 -sub,
36.116 -sup {
36.117 - position: relative;
36.118 - font-size: 75%;
36.119 - line-height: 0;
36.120 - vertical-align: baseline;
36.121 -}
36.122 -
36.123 -sup {
36.124 - top: -0.5em;
36.125 -}
36.126 -
36.127 -sub {
36.128 - bottom: -0.25em;
36.129 -}
36.130 -
36.131 -img {
36.132 - border: 0;
36.133 -}
36.134 -
36.135 -svg:not(:root) {
36.136 - overflow: hidden;
36.137 -}
36.138 -
36.139 -figure {
36.140 - margin: 0;
36.141 -}
36.142 -
36.143 -fieldset {
36.144 - padding: 0.35em 0.625em 0.75em;
36.145 - margin: 0 2px;
36.146 - border: 1px solid #c0c0c0;
36.147 -}
36.148 -
36.149 -legend {
36.150 - padding: 0;
36.151 - border: 0;
36.152 -}
36.153 -
36.154 -button,
36.155 -input,
36.156 -select,
36.157 -textarea {
36.158 - margin: 0;
36.159 - font-family: inherit;
36.160 - font-size: 100%;
36.161 -}
36.162 -
36.163 -button,
36.164 -input {
36.165 - line-height: normal;
36.166 -}
36.167 -
36.168 -button,
36.169 -select {
36.170 - text-transform: none;
36.171 -}
36.172 -
36.173 -button,
36.174 -html input[type="button"],
36.175 -input[type="reset"],
36.176 -input[type="submit"] {
36.177 - cursor: pointer;
36.178 - -webkit-appearance: button;
36.179 -}
36.180 -
36.181 -button[disabled],
36.182 -html input[disabled] {
36.183 - cursor: default;
36.184 -}
36.185 -
36.186 -input[type="checkbox"],
36.187 -input[type="radio"] {
36.188 - padding: 0;
36.189 - box-sizing: border-box;
36.190 -}
36.191 -
36.192 -input[type="search"] {
36.193 - -webkit-box-sizing: content-box;
36.194 - -moz-box-sizing: content-box;
36.195 - box-sizing: content-box;
36.196 - -webkit-appearance: textfield;
36.197 -}
36.198 -
36.199 -input[type="search"]::-webkit-search-cancel-button,
36.200 -input[type="search"]::-webkit-search-decoration {
36.201 - -webkit-appearance: none;
36.202 -}
36.203 -
36.204 -button::-moz-focus-inner,
36.205 -input::-moz-focus-inner {
36.206 - padding: 0;
36.207 - border: 0;
36.208 -}
36.209 -
36.210 -textarea {
36.211 - overflow: auto;
36.212 - vertical-align: top;
36.213 -}
36.214 -
36.215 -table {
36.216 - border-collapse: collapse;
36.217 - border-spacing: 0;
36.218 -}
36.219 -
36.220 -@media print {
36.221 - * {
36.222 - color: #000 !important;
36.223 - text-shadow: none !important;
36.224 - background: transparent !important;
36.225 - box-shadow: none !important;
36.226 - }
36.227 - a,
36.228 - a:visited {
36.229 - text-decoration: underline;
36.230 - }
36.231 - a[href]:after {
36.232 - content: " (" attr(href) ")";
36.233 - }
36.234 - abbr[title]:after {
36.235 - content: " (" attr(title) ")";
36.236 - }
36.237 - a[href^="javascript:"]:after,
36.238 - a[href^="#"]:after {
36.239 - content: "";
36.240 - }
36.241 - pre,
36.242 - blockquote {
36.243 - border: 1px solid #999;
36.244 - page-break-inside: avoid;
36.245 - }
36.246 - thead {
36.247 - display: table-header-group;
36.248 - }
36.249 - tr,
36.250 - img {
36.251 - page-break-inside: avoid;
36.252 - }
36.253 - img {
36.254 - max-width: 100% !important;
36.255 - }
36.256 - @page {
36.257 - margin: 2cm .5cm;
36.258 - }
36.259 - p,
36.260 - h2,
36.261 - h3 {
36.262 - orphans: 3;
36.263 - widows: 3;
36.264 - }
36.265 - h2,
36.266 - h3 {
36.267 - page-break-after: avoid;
36.268 - }
36.269 - select {
36.270 - background: #fff !important;
36.271 - }
36.272 - .navbar {
36.273 - display: none;
36.274 - }
36.275 - .table td,
36.276 - .table th {
36.277 - background-color: #fff !important;
36.278 - }
36.279 - .btn > .caret,
36.280 - .dropup > .btn > .caret {
36.281 - border-top-color: #000 !important;
36.282 - }
36.283 - .label {
36.284 - border: 1px solid #000;
36.285 - }
36.286 - .table {
36.287 - border-collapse: collapse !important;
36.288 - }
36.289 - .table-bordered th,
36.290 - .table-bordered td {
36.291 - border: 1px solid #ddd !important;
36.292 - }
36.293 -}
36.294 -
36.295 -*,
36.296 -*:before,
36.297 -*:after {
36.298 - -webkit-box-sizing: border-box;
36.299 - -moz-box-sizing: border-box;
36.300 - box-sizing: border-box;
36.301 -}
36.302 -
36.303 -html {
36.304 - font-size: 62.5%;
36.305 - -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
36.306 -}
36.307 -
36.308 -body {
36.309 - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
36.310 - font-size: 14px;
36.311 - line-height: 1.428571429;
36.312 - color: #333333;
36.313 - background-color: #ffffff;
36.314 -}
36.315 -
36.316 -input,
36.317 -button,
36.318 -select,
36.319 -textarea {
36.320 - font-family: inherit;
36.321 - font-size: inherit;
36.322 - line-height: inherit;
36.323 -}
36.324 -
36.325 -a {
36.326 - color: #428bca;
36.327 - text-decoration: none;
36.328 -}
36.329 -
36.330 -a:hover,
36.331 -a:focus {
36.332 - color: #2a6496;
36.333 - text-decoration: underline;
36.334 -}
36.335 -
36.336 -a:focus {
36.337 - outline: thin dotted;
36.338 - outline: 5px auto -webkit-focus-ring-color;
36.339 - outline-offset: -2px;
36.340 -}
36.341 -
36.342 -img {
36.343 - vertical-align: middle;
36.344 -}
36.345 -
36.346 -.img-responsive {
36.347 - display: block;
36.348 - height: auto;
36.349 - max-width: 100%;
36.350 -}
36.351 -
36.352 -.img-rounded {
36.353 - border-radius: 6px;
36.354 -}
36.355 -
36.356 -.img-thumbnail {
36.357 - display: inline-block;
36.358 - height: auto;
36.359 - max-width: 100%;
36.360 - padding: 4px;
36.361 - line-height: 1.428571429;
36.362 - background-color: #ffffff;
36.363 - border: 1px solid #dddddd;
36.364 - border-radius: 4px;
36.365 - -webkit-transition: all 0.2s ease-in-out;
36.366 - transition: all 0.2s ease-in-out;
36.367 -}
36.368 -
36.369 -.img-circle {
36.370 - border-radius: 50%;
36.371 -}
36.372 -
36.373 -hr {
36.374 - margin-top: 20px;
36.375 - margin-bottom: 20px;
36.376 - border: 0;
36.377 - border-top: 1px solid #eeeeee;
36.378 -}
36.379 -
36.380 -.sr-only {
36.381 - position: absolute;
36.382 - width: 1px;
36.383 - height: 1px;
36.384 - padding: 0;
36.385 - margin: -1px;
36.386 - overflow: hidden;
36.387 - clip: rect(0, 0, 0, 0);
36.388 - border: 0;
36.389 -}
36.390 -
36.391 -h1,
36.392 -h2,
36.393 -h3,
36.394 -h4,
36.395 -h5,
36.396 -h6,
36.397 -.h1,
36.398 -.h2,
36.399 -.h3,
36.400 -.h4,
36.401 -.h5,
36.402 -.h6 {
36.403 - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
36.404 - font-weight: 500;
36.405 - line-height: 1.1;
36.406 - color: inherit;
36.407 -}
36.408 -
36.409 -h1 small,
36.410 -h2 small,
36.411 -h3 small,
36.412 -h4 small,
36.413 -h5 small,
36.414 -h6 small,
36.415 -.h1 small,
36.416 -.h2 small,
36.417 -.h3 small,
36.418 -.h4 small,
36.419 -.h5 small,
36.420 -.h6 small,
36.421 -h1 .small,
36.422 -h2 .small,
36.423 -h3 .small,
36.424 -h4 .small,
36.425 -h5 .small,
36.426 -h6 .small,
36.427 -.h1 .small,
36.428 -.h2 .small,
36.429 -.h3 .small,
36.430 -.h4 .small,
36.431 -.h5 .small,
36.432 -.h6 .small {
36.433 - font-weight: normal;
36.434 - line-height: 1;
36.435 - color: #999999;
36.436 -}
36.437 -
36.438 -h1,
36.439 -h2,
36.440 -h3 {
36.441 - margin-top: 20px;
36.442 - margin-bottom: 10px;
36.443 -}
36.444 -
36.445 -h1 small,
36.446 -h2 small,
36.447 -h3 small,
36.448 -h1 .small,
36.449 -h2 .small,
36.450 -h3 .small {
36.451 - font-size: 65%;
36.452 -}
36.453 -
36.454 -h4,
36.455 -h5,
36.456 -h6 {
36.457 - margin-top: 10px;
36.458 - margin-bottom: 10px;
36.459 -}
36.460 -
36.461 -h4 small,
36.462 -h5 small,
36.463 -h6 small,
36.464 -h4 .small,
36.465 -h5 .small,
36.466 -h6 .small {
36.467 - font-size: 75%;
36.468 -}
36.469 -
36.470 -h1,
36.471 -.h1 {
36.472 - font-size: 36px;
36.473 -}
36.474 -
36.475 -h2,
36.476 -.h2 {
36.477 - font-size: 30px;
36.478 -}
36.479 -
36.480 -h3,
36.481 -.h3 {
36.482 - font-size: 24px;
36.483 -}
36.484 -
36.485 -h4,
36.486 -.h4 {
36.487 - font-size: 18px;
36.488 -}
36.489 -
36.490 -h5,
36.491 -.h5 {
36.492 - font-size: 14px;
36.493 -}
36.494 -
36.495 -h6,
36.496 -.h6 {
36.497 - font-size: 12px;
36.498 -}
36.499 -
36.500 -p {
36.501 - margin: 0 0 10px;
36.502 -}
36.503 -
36.504 -.lead {
36.505 - margin-bottom: 20px;
36.506 - font-size: 16px;
36.507 - font-weight: 200;
36.508 - line-height: 1.4;
36.509 -}
36.510 -
36.511 -@media (min-width: 768px) {
36.512 - .lead {
36.513 - font-size: 21px;
36.514 - }
36.515 -}
36.516 -
36.517 -small,
36.518 -.small {
36.519 - font-size: 85%;
36.520 -}
36.521 -
36.522 -cite {
36.523 - font-style: normal;
36.524 -}
36.525 -
36.526 -.text-muted {
36.527 - color: #999999;
36.528 -}
36.529 -
36.530 -.text-primary {
36.531 - color: #428bca;
36.532 -}
36.533 -
36.534 -.text-primary:hover {
36.535 - color: #3071a9;
36.536 -}
36.537 -
36.538 -.text-warning {
36.539 - color: #8a6d3b;
36.540 -}
36.541 -
36.542 -.text-warning:hover {
36.543 - color: #66512c;
36.544 -}
36.545 -
36.546 -.text-danger {
36.547 - color: #a94442;
36.548 -}
36.549 -
36.550 -.text-danger:hover {
36.551 - color: #843534;
36.552 -}
36.553 -
36.554 -.text-success {
36.555 - color: #3c763d;
36.556 -}
36.557 -
36.558 -.text-success:hover {
36.559 - color: #2b542c;
36.560 -}
36.561 -
36.562 -.text-info {
36.563 - color: #31708f;
36.564 -}
36.565 -
36.566 -.text-info:hover {
36.567 - color: #245269;
36.568 -}
36.569 -
36.570 -.text-left {
36.571 - text-align: left;
36.572 -}
36.573 -
36.574 -.text-right {
36.575 - text-align: right;
36.576 -}
36.577 -
36.578 -.text-center {
36.579 - text-align: center;
36.580 -}
36.581 -
36.582 -.page-header {
36.583 - padding-bottom: 9px;
36.584 - margin: 40px 0 20px;
36.585 - border-bottom: 1px solid #eeeeee;
36.586 -}
36.587 -
36.588 -ul,
36.589 -ol {
36.590 - margin-top: 0;
36.591 - margin-bottom: 10px;
36.592 -}
36.593 -
36.594 -ul ul,
36.595 -ol ul,
36.596 -ul ol,
36.597 -ol ol {
36.598 - margin-bottom: 0;
36.599 -}
36.600 -
36.601 -.list-unstyled {
36.602 - padding-left: 0;
36.603 - list-style: none;
36.604 -}
36.605 -
36.606 -.list-inline {
36.607 - padding-left: 0;
36.608 - list-style: none;
36.609 -}
36.610 -
36.611 -.list-inline > li {
36.612 - display: inline-block;
36.613 - padding-right: 5px;
36.614 - padding-left: 5px;
36.615 -}
36.616 -
36.617 -.list-inline > li:first-child {
36.618 - padding-left: 0;
36.619 -}
36.620 -
36.621 -dl {
36.622 - margin-top: 0;
36.623 - margin-bottom: 20px;
36.624 -}
36.625 -
36.626 -dt,
36.627 -dd {
36.628 - line-height: 1.428571429;
36.629 -}
36.630 -
36.631 -dt {
36.632 - font-weight: bold;
36.633 -}
36.634 -
36.635 -dd {
36.636 - margin-left: 0;
36.637 -}
36.638 -
36.639 -@media (min-width: 768px) {
36.640 - .dl-horizontal dt {
36.641 - float: left;
36.642 - width: 160px;
36.643 - overflow: hidden;
36.644 - clear: left;
36.645 - text-align: right;
36.646 - text-overflow: ellipsis;
36.647 - white-space: nowrap;
36.648 - }
36.649 - .dl-horizontal dd {
36.650 - margin-left: 180px;
36.651 - }
36.652 - .dl-horizontal dd:before,
36.653 - .dl-horizontal dd:after {
36.654 - display: table;
36.655 - content: " ";
36.656 - }
36.657 - .dl-horizontal dd:after {
36.658 - clear: both;
36.659 - }
36.660 - .dl-horizontal dd:before,
36.661 - .dl-horizontal dd:after {
36.662 - display: table;
36.663 - content: " ";
36.664 - }
36.665 - .dl-horizontal dd:after {
36.666 - clear: both;
36.667 - }
36.668 -}
36.669 -
36.670 -abbr[title],
36.671 -abbr[data-original-title] {
36.672 - cursor: help;
36.673 - border-bottom: 1px dotted #999999;
36.674 -}
36.675 -
36.676 -.initialism {
36.677 - font-size: 90%;
36.678 - text-transform: uppercase;
36.679 -}
36.680 -
36.681 -blockquote {
36.682 - padding: 10px 20px;
36.683 - margin: 0 0 20px;
36.684 - border-left: 5px solid #eeeeee;
36.685 -}
36.686 -
36.687 -blockquote p {
36.688 - font-size: 17.5px;
36.689 - font-weight: 300;
36.690 - line-height: 1.25;
36.691 -}
36.692 -
36.693 -blockquote p:last-child {
36.694 - margin-bottom: 0;
36.695 -}
36.696 -
36.697 -blockquote small,
36.698 -blockquote .small {
36.699 - display: block;
36.700 - line-height: 1.428571429;
36.701 - color: #999999;
36.702 -}
36.703 -
36.704 -blockquote small:before,
36.705 -blockquote .small:before {
36.706 - content: '\2014 \00A0';
36.707 -}
36.708 -
36.709 -blockquote.pull-right {
36.710 - padding-right: 15px;
36.711 - padding-left: 0;
36.712 - border-right: 5px solid #eeeeee;
36.713 - border-left: 0;
36.714 -}
36.715 -
36.716 -blockquote.pull-right p,
36.717 -blockquote.pull-right small,
36.718 -blockquote.pull-right .small {
36.719 - text-align: right;
36.720 -}
36.721 -
36.722 -blockquote.pull-right small:before,
36.723 -blockquote.pull-right .small:before {
36.724 - content: '';
36.725 -}
36.726 -
36.727 -blockquote.pull-right small:after,
36.728 -blockquote.pull-right .small:after {
36.729 - content: '\00A0 \2014';
36.730 -}
36.731 -
36.732 -blockquote:before,
36.733 -blockquote:after {
36.734 - content: "";
36.735 -}
36.736 -
36.737 -address {
36.738 - margin-bottom: 20px;
36.739 - font-style: normal;
36.740 - line-height: 1.428571429;
36.741 -}
36.742 -
36.743 -code,
36.744 -kbd,
36.745 -pre,
36.746 -samp {
36.747 - font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
36.748 -}
36.749 -
36.750 -code {
36.751 - padding: 2px 4px;
36.752 - font-size: 90%;
36.753 - color: #c7254e;
36.754 - white-space: nowrap;
36.755 - background-color: #f9f2f4;
36.756 - border-radius: 4px;
36.757 -}
36.758 -
36.759 -pre {
36.760 - display: block;
36.761 - padding: 9.5px;
36.762 - margin: 0 0 10px;
36.763 - font-size: 13px;
36.764 - line-height: 1.428571429;
36.765 - color: #333333;
36.766 - word-break: break-all;
36.767 - word-wrap: break-word;
36.768 - background-color: #f5f5f5;
36.769 - border: 1px solid #cccccc;
36.770 - border-radius: 4px;
36.771 -}
36.772 -
36.773 -pre code {
36.774 - padding: 0;
36.775 - font-size: inherit;
36.776 - color: inherit;
36.777 - white-space: pre-wrap;
36.778 - background-color: transparent;
36.779 - border-radius: 0;
36.780 -}
36.781 -
36.782 -.pre-scrollable {
36.783 - max-height: 340px;
36.784 - overflow-y: scroll;
36.785 -}
36.786 -
36.787 -.container {
36.788 - padding-right: 15px;
36.789 - padding-left: 15px;
36.790 - margin-right: auto;
36.791 - margin-left: auto;
36.792 -}
36.793 -
36.794 -.container:before,
36.795 -.container:after {
36.796 - display: table;
36.797 - content: " ";
36.798 -}
36.799 -
36.800 -.container:after {
36.801 - clear: both;
36.802 -}
36.803 -
36.804 -.container:before,
36.805 -.container:after {
36.806 - display: table;
36.807 - content: " ";
36.808 -}
36.809 -
36.810 -.container:after {
36.811 - clear: both;
36.812 -}
36.813 -
36.814 -@media (min-width: 768px) {
36.815 - .container {
36.816 - width: 750px;
36.817 - }
36.818 -}
36.819 -
36.820 -@media (min-width: 992px) {
36.821 - .container {
36.822 - width: 970px;
36.823 - }
36.824 -}
36.825 -
36.826 -@media (min-width: 1200px) {
36.827 - .container {
36.828 - width: 1170px;
36.829 - }
36.830 -}
36.831 -
36.832 -.row {
36.833 - margin-right: -15px;
36.834 - margin-left: -15px;
36.835 -}
36.836 -
36.837 -.row:before,
36.838 -.row:after {
36.839 - display: table;
36.840 - content: " ";
36.841 -}
36.842 -
36.843 -.row:after {
36.844 - clear: both;
36.845 -}
36.846 -
36.847 -.row:before,
36.848 -.row:after {
36.849 - display: table;
36.850 - content: " ";
36.851 -}
36.852 -
36.853 -.row:after {
36.854 - clear: both;
36.855 -}
36.856 -
36.857 -.col-xs-1,
36.858 -.col-sm-1,
36.859 -.col-md-1,
36.860 -.col-lg-1,
36.861 -.col-xs-2,
36.862 -.col-sm-2,
36.863 -.col-md-2,
36.864 -.col-lg-2,
36.865 -.col-xs-3,
36.866 -.col-sm-3,
36.867 -.col-md-3,
36.868 -.col-lg-3,
36.869 -.col-xs-4,
36.870 -.col-sm-4,
36.871 -.col-md-4,
36.872 -.col-lg-4,
36.873 -.col-xs-5,
36.874 -.col-sm-5,
36.875 -.col-md-5,
36.876 -.col-lg-5,
36.877 -.col-xs-6,
36.878 -.col-sm-6,
36.879 -.col-md-6,
36.880 -.col-lg-6,
36.881 -.col-xs-7,
36.882 -.col-sm-7,
36.883 -.col-md-7,
36.884 -.col-lg-7,
36.885 -.col-xs-8,
36.886 -.col-sm-8,
36.887 -.col-md-8,
36.888 -.col-lg-8,
36.889 -.col-xs-9,
36.890 -.col-sm-9,
36.891 -.col-md-9,
36.892 -.col-lg-9,
36.893 -.col-xs-10,
36.894 -.col-sm-10,
36.895 -.col-md-10,
36.896 -.col-lg-10,
36.897 -.col-xs-11,
36.898 -.col-sm-11,
36.899 -.col-md-11,
36.900 -.col-lg-11,
36.901 -.col-xs-12,
36.902 -.col-sm-12,
36.903 -.col-md-12,
36.904 -.col-lg-12 {
36.905 - position: relative;
36.906 - min-height: 1px;
36.907 - padding-right: 15px;
36.908 - padding-left: 15px;
36.909 -}
36.910 -
36.911 -.col-xs-1,
36.912 -.col-xs-2,
36.913 -.col-xs-3,
36.914 -.col-xs-4,
36.915 -.col-xs-5,
36.916 -.col-xs-6,
36.917 -.col-xs-7,
36.918 -.col-xs-8,
36.919 -.col-xs-9,
36.920 -.col-xs-10,
36.921 -.col-xs-11,
36.922 -.col-xs-12 {
36.923 - float: left;
36.924 -}
36.925 -
36.926 -.col-xs-12 {
36.927 - width: 100%;
36.928 -}
36.929 -
36.930 -.col-xs-11 {
36.931 - width: 91.66666666666666%;
36.932 -}
36.933 -
36.934 -.col-xs-10 {
36.935 - width: 83.33333333333334%;
36.936 -}
36.937 -
36.938 -.col-xs-9 {
36.939 - width: 75%;
36.940 -}
36.941 -
36.942 -.col-xs-8 {
36.943 - width: 66.66666666666666%;
36.944 -}
36.945 -
36.946 -.col-xs-7 {
36.947 - width: 58.333333333333336%;
36.948 -}
36.949 -
36.950 -.col-xs-6 {
36.951 - width: 50%;
36.952 -}
36.953 -
36.954 -.col-xs-5 {
36.955 - width: 41.66666666666667%;
36.956 -}
36.957 -
36.958 -.col-xs-4 {
36.959 - width: 33.33333333333333%;
36.960 -}
36.961 -
36.962 -.col-xs-3 {
36.963 - width: 25%;
36.964 -}
36.965 -
36.966 -.col-xs-2 {
36.967 - width: 16.666666666666664%;
36.968 -}
36.969 -
36.970 -.col-xs-1 {
36.971 - width: 8.333333333333332%;
36.972 -}
36.973 -
36.974 -.col-xs-pull-12 {
36.975 - right: 100%;
36.976 -}
36.977 -
36.978 -.col-xs-pull-11 {
36.979 - right: 91.66666666666666%;
36.980 -}
36.981 -
36.982 -.col-xs-pull-10 {
36.983 - right: 83.33333333333334%;
36.984 -}
36.985 -
36.986 -.col-xs-pull-9 {
36.987 - right: 75%;
36.988 -}
36.989 -
36.990 -.col-xs-pull-8 {
36.991 - right: 66.66666666666666%;
36.992 -}
36.993 -
36.994 -.col-xs-pull-7 {
36.995 - right: 58.333333333333336%;
36.996 -}
36.997 -
36.998 -.col-xs-pull-6 {
36.999 - right: 50%;
36.1000 -}
36.1001 -
36.1002 -.col-xs-pull-5 {
36.1003 - right: 41.66666666666667%;
36.1004 -}
36.1005 -
36.1006 -.col-xs-pull-4 {
36.1007 - right: 33.33333333333333%;
36.1008 -}
36.1009 -
36.1010 -.col-xs-pull-3 {
36.1011 - right: 25%;
36.1012 -}
36.1013 -
36.1014 -.col-xs-pull-2 {
36.1015 - right: 16.666666666666664%;
36.1016 -}
36.1017 -
36.1018 -.col-xs-pull-1 {
36.1019 - right: 8.333333333333332%;
36.1020 -}
36.1021 -
36.1022 -.col-xs-pull-0 {
36.1023 - right: 0;
36.1024 -}
36.1025 -
36.1026 -.col-xs-push-12 {
36.1027 - left: 100%;
36.1028 -}
36.1029 -
36.1030 -.col-xs-push-11 {
36.1031 - left: 91.66666666666666%;
36.1032 -}
36.1033 -
36.1034 -.col-xs-push-10 {
36.1035 - left: 83.33333333333334%;
36.1036 -}
36.1037 -
36.1038 -.col-xs-push-9 {
36.1039 - left: 75%;
36.1040 -}
36.1041 -
36.1042 -.col-xs-push-8 {
36.1043 - left: 66.66666666666666%;
36.1044 -}
36.1045 -
36.1046 -.col-xs-push-7 {
36.1047 - left: 58.333333333333336%;
36.1048 -}
36.1049 -
36.1050 -.col-xs-push-6 {
36.1051 - left: 50%;
36.1052 -}
36.1053 -
36.1054 -.col-xs-push-5 {
36.1055 - left: 41.66666666666667%;
36.1056 -}
36.1057 -
36.1058 -.col-xs-push-4 {
36.1059 - left: 33.33333333333333%;
36.1060 -}
36.1061 -
36.1062 -.col-xs-push-3 {
36.1063 - left: 25%;
36.1064 -}
36.1065 -
36.1066 -.col-xs-push-2 {
36.1067 - left: 16.666666666666664%;
36.1068 -}
36.1069 -
36.1070 -.col-xs-push-1 {
36.1071 - left: 8.333333333333332%;
36.1072 -}
36.1073 -
36.1074 -.col-xs-push-0 {
36.1075 - left: 0;
36.1076 -}
36.1077 -
36.1078 -.col-xs-offset-12 {
36.1079 - margin-left: 100%;
36.1080 -}
36.1081 -
36.1082 -.col-xs-offset-11 {
36.1083 - margin-left: 91.66666666666666%;
36.1084 -}
36.1085 -
36.1086 -.col-xs-offset-10 {
36.1087 - margin-left: 83.33333333333334%;
36.1088 -}
36.1089 -
36.1090 -.col-xs-offset-9 {
36.1091 - margin-left: 75%;
36.1092 -}
36.1093 -
36.1094 -.col-xs-offset-8 {
36.1095 - margin-left: 66.66666666666666%;
36.1096 -}
36.1097 -
36.1098 -.col-xs-offset-7 {
36.1099 - margin-left: 58.333333333333336%;
36.1100 -}
36.1101 -
36.1102 -.col-xs-offset-6 {
36.1103 - margin-left: 50%;
36.1104 -}
36.1105 -
36.1106 -.col-xs-offset-5 {
36.1107 - margin-left: 41.66666666666667%;
36.1108 -}
36.1109 -
36.1110 -.col-xs-offset-4 {
36.1111 - margin-left: 33.33333333333333%;
36.1112 -}
36.1113 -
36.1114 -.col-xs-offset-3 {
36.1115 - margin-left: 25%;
36.1116 -}
36.1117 -
36.1118 -.col-xs-offset-2 {
36.1119 - margin-left: 16.666666666666664%;
36.1120 -}
36.1121 -
36.1122 -.col-xs-offset-1 {
36.1123 - margin-left: 8.333333333333332%;
36.1124 -}
36.1125 -
36.1126 -.col-xs-offset-0 {
36.1127 - margin-left: 0;
36.1128 -}
36.1129 -
36.1130 -@media (min-width: 768px) {
36.1131 - .col-sm-1,
36.1132 - .col-sm-2,
36.1133 - .col-sm-3,
36.1134 - .col-sm-4,
36.1135 - .col-sm-5,
36.1136 - .col-sm-6,
36.1137 - .col-sm-7,
36.1138 - .col-sm-8,
36.1139 - .col-sm-9,
36.1140 - .col-sm-10,
36.1141 - .col-sm-11,
36.1142 - .col-sm-12 {
36.1143 - float: left;
36.1144 - }
36.1145 - .col-sm-12 {
36.1146 - width: 100%;
36.1147 - }
36.1148 - .col-sm-11 {
36.1149 - width: 91.66666666666666%;
36.1150 - }
36.1151 - .col-sm-10 {
36.1152 - width: 83.33333333333334%;
36.1153 - }
36.1154 - .col-sm-9 {
36.1155 - width: 75%;
36.1156 - }
36.1157 - .col-sm-8 {
36.1158 - width: 66.66666666666666%;
36.1159 - }
36.1160 - .col-sm-7 {
36.1161 - width: 58.333333333333336%;
36.1162 - }
36.1163 - .col-sm-6 {
36.1164 - width: 50%;
36.1165 - }
36.1166 - .col-sm-5 {
36.1167 - width: 41.66666666666667%;
36.1168 - }
36.1169 - .col-sm-4 {
36.1170 - width: 33.33333333333333%;
36.1171 - }
36.1172 - .col-sm-3 {
36.1173 - width: 25%;
36.1174 - }
36.1175 - .col-sm-2 {
36.1176 - width: 16.666666666666664%;
36.1177 - }
36.1178 - .col-sm-1 {
36.1179 - width: 8.333333333333332%;
36.1180 - }
36.1181 - .col-sm-pull-12 {
36.1182 - right: 100%;
36.1183 - }
36.1184 - .col-sm-pull-11 {
36.1185 - right: 91.66666666666666%;
36.1186 - }
36.1187 - .col-sm-pull-10 {
36.1188 - right: 83.33333333333334%;
36.1189 - }
36.1190 - .col-sm-pull-9 {
36.1191 - right: 75%;
36.1192 - }
36.1193 - .col-sm-pull-8 {
36.1194 - right: 66.66666666666666%;
36.1195 - }
36.1196 - .col-sm-pull-7 {
36.1197 - right: 58.333333333333336%;
36.1198 - }
36.1199 - .col-sm-pull-6 {
36.1200 - right: 50%;
36.1201 - }
36.1202 - .col-sm-pull-5 {
36.1203 - right: 41.66666666666667%;
36.1204 - }
36.1205 - .col-sm-pull-4 {
36.1206 - right: 33.33333333333333%;
36.1207 - }
36.1208 - .col-sm-pull-3 {
36.1209 - right: 25%;
36.1210 - }
36.1211 - .col-sm-pull-2 {
36.1212 - right: 16.666666666666664%;
36.1213 - }
36.1214 - .col-sm-pull-1 {
36.1215 - right: 8.333333333333332%;
36.1216 - }
36.1217 - .col-sm-pull-0 {
36.1218 - right: 0;
36.1219 - }
36.1220 - .col-sm-push-12 {
36.1221 - left: 100%;
36.1222 - }
36.1223 - .col-sm-push-11 {
36.1224 - left: 91.66666666666666%;
36.1225 - }
36.1226 - .col-sm-push-10 {
36.1227 - left: 83.33333333333334%;
36.1228 - }
36.1229 - .col-sm-push-9 {
36.1230 - left: 75%;
36.1231 - }
36.1232 - .col-sm-push-8 {
36.1233 - left: 66.66666666666666%;
36.1234 - }
36.1235 - .col-sm-push-7 {
36.1236 - left: 58.333333333333336%;
36.1237 - }
36.1238 - .col-sm-push-6 {
36.1239 - left: 50%;
36.1240 - }
36.1241 - .col-sm-push-5 {
36.1242 - left: 41.66666666666667%;
36.1243 - }
36.1244 - .col-sm-push-4 {
36.1245 - left: 33.33333333333333%;
36.1246 - }
36.1247 - .col-sm-push-3 {
36.1248 - left: 25%;
36.1249 - }
36.1250 - .col-sm-push-2 {
36.1251 - left: 16.666666666666664%;
36.1252 - }
36.1253 - .col-sm-push-1 {
36.1254 - left: 8.333333333333332%;
36.1255 - }
36.1256 - .col-sm-push-0 {
36.1257 - left: 0;
36.1258 - }
36.1259 - .col-sm-offset-12 {
36.1260 - margin-left: 100%;
36.1261 - }
36.1262 - .col-sm-offset-11 {
36.1263 - margin-left: 91.66666666666666%;
36.1264 - }
36.1265 - .col-sm-offset-10 {
36.1266 - margin-left: 83.33333333333334%;
36.1267 - }
36.1268 - .col-sm-offset-9 {
36.1269 - margin-left: 75%;
36.1270 - }
36.1271 - .col-sm-offset-8 {
36.1272 - margin-left: 66.66666666666666%;
36.1273 - }
36.1274 - .col-sm-offset-7 {
36.1275 - margin-left: 58.333333333333336%;
36.1276 - }
36.1277 - .col-sm-offset-6 {
36.1278 - margin-left: 50%;
36.1279 - }
36.1280 - .col-sm-offset-5 {
36.1281 - margin-left: 41.66666666666667%;
36.1282 - }
36.1283 - .col-sm-offset-4 {
36.1284 - margin-left: 33.33333333333333%;
36.1285 - }
36.1286 - .col-sm-offset-3 {
36.1287 - margin-left: 25%;
36.1288 - }
36.1289 - .col-sm-offset-2 {
36.1290 - margin-left: 16.666666666666664%;
36.1291 - }
36.1292 - .col-sm-offset-1 {
36.1293 - margin-left: 8.333333333333332%;
36.1294 - }
36.1295 - .col-sm-offset-0 {
36.1296 - margin-left: 0;
36.1297 - }
36.1298 -}
36.1299 -
36.1300 -@media (min-width: 992px) {
36.1301 - .col-md-1,
36.1302 - .col-md-2,
36.1303 - .col-md-3,
36.1304 - .col-md-4,
36.1305 - .col-md-5,
36.1306 - .col-md-6,
36.1307 - .col-md-7,
36.1308 - .col-md-8,
36.1309 - .col-md-9,
36.1310 - .col-md-10,
36.1311 - .col-md-11,
36.1312 - .col-md-12 {
36.1313 - float: left;
36.1314 - }
36.1315 - .col-md-12 {
36.1316 - width: 100%;
36.1317 - }
36.1318 - .col-md-11 {
36.1319 - width: 91.66666666666666%;
36.1320 - }
36.1321 - .col-md-10 {
36.1322 - width: 83.33333333333334%;
36.1323 - }
36.1324 - .col-md-9 {
36.1325 - width: 75%;
36.1326 - }
36.1327 - .col-md-8 {
36.1328 - width: 66.66666666666666%;
36.1329 - }
36.1330 - .col-md-7 {
36.1331 - width: 58.333333333333336%;
36.1332 - }
36.1333 - .col-md-6 {
36.1334 - width: 50%;
36.1335 - }
36.1336 - .col-md-5 {
36.1337 - width: 41.66666666666667%;
36.1338 - }
36.1339 - .col-md-4 {
36.1340 - width: 33.33333333333333%;
36.1341 - }
36.1342 - .col-md-3 {
36.1343 - width: 25%;
36.1344 - }
36.1345 - .col-md-2 {
36.1346 - width: 16.666666666666664%;
36.1347 - }
36.1348 - .col-md-1 {
36.1349 - width: 8.333333333333332%;
36.1350 - }
36.1351 - .col-md-pull-12 {
36.1352 - right: 100%;
36.1353 - }
36.1354 - .col-md-pull-11 {
36.1355 - right: 91.66666666666666%;
36.1356 - }
36.1357 - .col-md-pull-10 {
36.1358 - right: 83.33333333333334%;
36.1359 - }
36.1360 - .col-md-pull-9 {
36.1361 - right: 75%;
36.1362 - }
36.1363 - .col-md-pull-8 {
36.1364 - right: 66.66666666666666%;
36.1365 - }
36.1366 - .col-md-pull-7 {
36.1367 - right: 58.333333333333336%;
36.1368 - }
36.1369 - .col-md-pull-6 {
36.1370 - right: 50%;
36.1371 - }
36.1372 - .col-md-pull-5 {
36.1373 - right: 41.66666666666667%;
36.1374 - }
36.1375 - .col-md-pull-4 {
36.1376 - right: 33.33333333333333%;
36.1377 - }
36.1378 - .col-md-pull-3 {
36.1379 - right: 25%;
36.1380 - }
36.1381 - .col-md-pull-2 {
36.1382 - right: 16.666666666666664%;
36.1383 - }
36.1384 - .col-md-pull-1 {
36.1385 - right: 8.333333333333332%;
36.1386 - }
36.1387 - .col-md-pull-0 {
36.1388 - right: 0;
36.1389 - }
36.1390 - .col-md-push-12 {
36.1391 - left: 100%;
36.1392 - }
36.1393 - .col-md-push-11 {
36.1394 - left: 91.66666666666666%;
36.1395 - }
36.1396 - .col-md-push-10 {
36.1397 - left: 83.33333333333334%;
36.1398 - }
36.1399 - .col-md-push-9 {
36.1400 - left: 75%;
36.1401 - }
36.1402 - .col-md-push-8 {
36.1403 - left: 66.66666666666666%;
36.1404 - }
36.1405 - .col-md-push-7 {
36.1406 - left: 58.333333333333336%;
36.1407 - }
36.1408 - .col-md-push-6 {
36.1409 - left: 50%;
36.1410 - }
36.1411 - .col-md-push-5 {
36.1412 - left: 41.66666666666667%;
36.1413 - }
36.1414 - .col-md-push-4 {
36.1415 - left: 33.33333333333333%;
36.1416 - }
36.1417 - .col-md-push-3 {
36.1418 - left: 25%;
36.1419 - }
36.1420 - .col-md-push-2 {
36.1421 - left: 16.666666666666664%;
36.1422 - }
36.1423 - .col-md-push-1 {
36.1424 - left: 8.333333333333332%;
36.1425 - }
36.1426 - .col-md-push-0 {
36.1427 - left: 0;
36.1428 - }
36.1429 - .col-md-offset-12 {
36.1430 - margin-left: 100%;
36.1431 - }
36.1432 - .col-md-offset-11 {
36.1433 - margin-left: 91.66666666666666%;
36.1434 - }
36.1435 - .col-md-offset-10 {
36.1436 - margin-left: 83.33333333333334%;
36.1437 - }
36.1438 - .col-md-offset-9 {
36.1439 - margin-left: 75%;
36.1440 - }
36.1441 - .col-md-offset-8 {
36.1442 - margin-left: 66.66666666666666%;
36.1443 - }
36.1444 - .col-md-offset-7 {
36.1445 - margin-left: 58.333333333333336%;
36.1446 - }
36.1447 - .col-md-offset-6 {
36.1448 - margin-left: 50%;
36.1449 - }
36.1450 - .col-md-offset-5 {
36.1451 - margin-left: 41.66666666666667%;
36.1452 - }
36.1453 - .col-md-offset-4 {
36.1454 - margin-left: 33.33333333333333%;
36.1455 - }
36.1456 - .col-md-offset-3 {
36.1457 - margin-left: 25%;
36.1458 - }
36.1459 - .col-md-offset-2 {
36.1460 - margin-left: 16.666666666666664%;
36.1461 - }
36.1462 - .col-md-offset-1 {
36.1463 - margin-left: 8.333333333333332%;
36.1464 - }
36.1465 - .col-md-offset-0 {
36.1466 - margin-left: 0;
36.1467 - }
36.1468 -}
36.1469 -
36.1470 -@media (min-width: 1200px) {
36.1471 - .col-lg-1,
36.1472 - .col-lg-2,
36.1473 - .col-lg-3,
36.1474 - .col-lg-4,
36.1475 - .col-lg-5,
36.1476 - .col-lg-6,
36.1477 - .col-lg-7,
36.1478 - .col-lg-8,
36.1479 - .col-lg-9,
36.1480 - .col-lg-10,
36.1481 - .col-lg-11,
36.1482 - .col-lg-12 {
36.1483 - float: left;
36.1484 - }
36.1485 - .col-lg-12 {
36.1486 - width: 100%;
36.1487 - }
36.1488 - .col-lg-11 {
36.1489 - width: 91.66666666666666%;
36.1490 - }
36.1491 - .col-lg-10 {
36.1492 - width: 83.33333333333334%;
36.1493 - }
36.1494 - .col-lg-9 {
36.1495 - width: 75%;
36.1496 - }
36.1497 - .col-lg-8 {
36.1498 - width: 66.66666666666666%;
36.1499 - }
36.1500 - .col-lg-7 {
36.1501 - width: 58.333333333333336%;
36.1502 - }
36.1503 - .col-lg-6 {
36.1504 - width: 50%;
36.1505 - }
36.1506 - .col-lg-5 {
36.1507 - width: 41.66666666666667%;
36.1508 - }
36.1509 - .col-lg-4 {
36.1510 - width: 33.33333333333333%;
36.1511 - }
36.1512 - .col-lg-3 {
36.1513 - width: 25%;
36.1514 - }
36.1515 - .col-lg-2 {
36.1516 - width: 16.666666666666664%;
36.1517 - }
36.1518 - .col-lg-1 {
36.1519 - width: 8.333333333333332%;
36.1520 - }
36.1521 - .col-lg-pull-12 {
36.1522 - right: 100%;
36.1523 - }
36.1524 - .col-lg-pull-11 {
36.1525 - right: 91.66666666666666%;
36.1526 - }
36.1527 - .col-lg-pull-10 {
36.1528 - right: 83.33333333333334%;
36.1529 - }
36.1530 - .col-lg-pull-9 {
36.1531 - right: 75%;
36.1532 - }
36.1533 - .col-lg-pull-8 {
36.1534 - right: 66.66666666666666%;
36.1535 - }
36.1536 - .col-lg-pull-7 {
36.1537 - right: 58.333333333333336%;
36.1538 - }
36.1539 - .col-lg-pull-6 {
36.1540 - right: 50%;
36.1541 - }
36.1542 - .col-lg-pull-5 {
36.1543 - right: 41.66666666666667%;
36.1544 - }
36.1545 - .col-lg-pull-4 {
36.1546 - right: 33.33333333333333%;
36.1547 - }
36.1548 - .col-lg-pull-3 {
36.1549 - right: 25%;
36.1550 - }
36.1551 - .col-lg-pull-2 {
36.1552 - right: 16.666666666666664%;
36.1553 - }
36.1554 - .col-lg-pull-1 {
36.1555 - right: 8.333333333333332%;
36.1556 - }
36.1557 - .col-lg-pull-0 {
36.1558 - right: 0;
36.1559 - }
36.1560 - .col-lg-push-12 {
36.1561 - left: 100%;
36.1562 - }
36.1563 - .col-lg-push-11 {
36.1564 - left: 91.66666666666666%;
36.1565 - }
36.1566 - .col-lg-push-10 {
36.1567 - left: 83.33333333333334%;
36.1568 - }
36.1569 - .col-lg-push-9 {
36.1570 - left: 75%;
36.1571 - }
36.1572 - .col-lg-push-8 {
36.1573 - left: 66.66666666666666%;
36.1574 - }
36.1575 - .col-lg-push-7 {
36.1576 - left: 58.333333333333336%;
36.1577 - }
36.1578 - .col-lg-push-6 {
36.1579 - left: 50%;
36.1580 - }
36.1581 - .col-lg-push-5 {
36.1582 - left: 41.66666666666667%;
36.1583 - }
36.1584 - .col-lg-push-4 {
36.1585 - left: 33.33333333333333%;
36.1586 - }
36.1587 - .col-lg-push-3 {
36.1588 - left: 25%;
36.1589 - }
36.1590 - .col-lg-push-2 {
36.1591 - left: 16.666666666666664%;
36.1592 - }
36.1593 - .col-lg-push-1 {
36.1594 - left: 8.333333333333332%;
36.1595 - }
36.1596 - .col-lg-push-0 {
36.1597 - left: 0;
36.1598 - }
36.1599 - .col-lg-offset-12 {
36.1600 - margin-left: 100%;
36.1601 - }
36.1602 - .col-lg-offset-11 {
36.1603 - margin-left: 91.66666666666666%;
36.1604 - }
36.1605 - .col-lg-offset-10 {
36.1606 - margin-left: 83.33333333333334%;
36.1607 - }
36.1608 - .col-lg-offset-9 {
36.1609 - margin-left: 75%;
36.1610 - }
36.1611 - .col-lg-offset-8 {
36.1612 - margin-left: 66.66666666666666%;
36.1613 - }
36.1614 - .col-lg-offset-7 {
36.1615 - margin-left: 58.333333333333336%;
36.1616 - }
36.1617 - .col-lg-offset-6 {
36.1618 - margin-left: 50%;
36.1619 - }
36.1620 - .col-lg-offset-5 {
36.1621 - margin-left: 41.66666666666667%;
36.1622 - }
36.1623 - .col-lg-offset-4 {
36.1624 - margin-left: 33.33333333333333%;
36.1625 - }
36.1626 - .col-lg-offset-3 {
36.1627 - margin-left: 25%;
36.1628 - }
36.1629 - .col-lg-offset-2 {
36.1630 - margin-left: 16.666666666666664%;
36.1631 - }
36.1632 - .col-lg-offset-1 {
36.1633 - margin-left: 8.333333333333332%;
36.1634 - }
36.1635 - .col-lg-offset-0 {
36.1636 - margin-left: 0;
36.1637 - }
36.1638 -}
36.1639 -
36.1640 -table {
36.1641 - max-width: 100%;
36.1642 - background-color: transparent;
36.1643 -}
36.1644 -
36.1645 -th {
36.1646 - text-align: left;
36.1647 -}
36.1648 -
36.1649 -.table {
36.1650 - width: 100%;
36.1651 - margin-bottom: 20px;
36.1652 -}
36.1653 -
36.1654 -.table > thead > tr > th,
36.1655 -.table > tbody > tr > th,
36.1656 -.table > tfoot > tr > th,
36.1657 -.table > thead > tr > td,
36.1658 -.table > tbody > tr > td,
36.1659 -.table > tfoot > tr > td {
36.1660 - padding: 8px;
36.1661 - line-height: 1.428571429;
36.1662 - vertical-align: top;
36.1663 - border-top: 1px solid #dddddd;
36.1664 -}
36.1665 -
36.1666 -.table > thead > tr > th {
36.1667 - vertical-align: bottom;
36.1668 - border-bottom: 2px solid #dddddd;
36.1669 -}
36.1670 -
36.1671 -.table > caption + thead > tr:first-child > th,
36.1672 -.table > colgroup + thead > tr:first-child > th,
36.1673 -.table > thead:first-child > tr:first-child > th,
36.1674 -.table > caption + thead > tr:first-child > td,
36.1675 -.table > colgroup + thead > tr:first-child > td,
36.1676 -.table > thead:first-child > tr:first-child > td {
36.1677 - border-top: 0;
36.1678 -}
36.1679 -
36.1680 -.table > tbody + tbody {
36.1681 - border-top: 2px solid #dddddd;
36.1682 -}
36.1683 -
36.1684 -.table .table {
36.1685 - background-color: #ffffff;
36.1686 -}
36.1687 -
36.1688 -.table-condensed > thead > tr > th,
36.1689 -.table-condensed > tbody > tr > th,
36.1690 -.table-condensed > tfoot > tr > th,
36.1691 -.table-condensed > thead > tr > td,
36.1692 -.table-condensed > tbody > tr > td,
36.1693 -.table-condensed > tfoot > tr > td {
36.1694 - padding: 5px;
36.1695 -}
36.1696 -
36.1697 -.table-bordered {
36.1698 - border: 1px solid #dddddd;
36.1699 -}
36.1700 -
36.1701 -.table-bordered > thead > tr > th,
36.1702 -.table-bordered > tbody > tr > th,
36.1703 -.table-bordered > tfoot > tr > th,
36.1704 -.table-bordered > thead > tr > td,
36.1705 -.table-bordered > tbody > tr > td,
36.1706 -.table-bordered > tfoot > tr > td {
36.1707 - border: 1px solid #dddddd;
36.1708 -}
36.1709 -
36.1710 -.table-bordered > thead > tr > th,
36.1711 -.table-bordered > thead > tr > td {
36.1712 - border-bottom-width: 2px;
36.1713 -}
36.1714 -
36.1715 -.table-striped > tbody > tr:nth-child(odd) > td,
36.1716 -.table-striped > tbody > tr:nth-child(odd) > th {
36.1717 - background-color: #f9f9f9;
36.1718 -}
36.1719 -
36.1720 -.table-hover > tbody > tr:hover > td,
36.1721 -.table-hover > tbody > tr:hover > th {
36.1722 - background-color: #f5f5f5;
36.1723 -}
36.1724 -
36.1725 -table col[class*="col-"] {
36.1726 - position: static;
36.1727 - display: table-column;
36.1728 - float: none;
36.1729 -}
36.1730 -
36.1731 -table td[class*="col-"],
36.1732 -table th[class*="col-"] {
36.1733 - display: table-cell;
36.1734 - float: none;
36.1735 -}
36.1736 -
36.1737 -.table > thead > tr > .active,
36.1738 -.table > tbody > tr > .active,
36.1739 -.table > tfoot > tr > .active,
36.1740 -.table > thead > .active > td,
36.1741 -.table > tbody > .active > td,
36.1742 -.table > tfoot > .active > td,
36.1743 -.table > thead > .active > th,
36.1744 -.table > tbody > .active > th,
36.1745 -.table > tfoot > .active > th {
36.1746 - background-color: #f5f5f5;
36.1747 -}
36.1748 -
36.1749 -.table-hover > tbody > tr > .active:hover,
36.1750 -.table-hover > tbody > .active:hover > td,
36.1751 -.table-hover > tbody > .active:hover > th {
36.1752 - background-color: #e8e8e8;
36.1753 -}
36.1754 -
36.1755 -.table > thead > tr > .success,
36.1756 -.table > tbody > tr > .success,
36.1757 -.table > tfoot > tr > .success,
36.1758 -.table > thead > .success > td,
36.1759 -.table > tbody > .success > td,
36.1760 -.table > tfoot > .success > td,
36.1761 -.table > thead > .success > th,
36.1762 -.table > tbody > .success > th,
36.1763 -.table > tfoot > .success > th {
36.1764 - background-color: #dff0d8;
36.1765 -}
36.1766 -
36.1767 -.table-hover > tbody > tr > .success:hover,
36.1768 -.table-hover > tbody > .success:hover > td,
36.1769 -.table-hover > tbody > .success:hover > th {
36.1770 - background-color: #d0e9c6;
36.1771 -}
36.1772 -
36.1773 -.table > thead > tr > .danger,
36.1774 -.table > tbody > tr > .danger,
36.1775 -.table > tfoot > tr > .danger,
36.1776 -.table > thead > .danger > td,
36.1777 -.table > tbody > .danger > td,
36.1778 -.table > tfoot > .danger > td,
36.1779 -.table > thead > .danger > th,
36.1780 -.table > tbody > .danger > th,
36.1781 -.table > tfoot > .danger > th {
36.1782 - background-color: #f2dede;
36.1783 -}
36.1784 -
36.1785 -.table-hover > tbody > tr > .danger:hover,
36.1786 -.table-hover > tbody > .danger:hover > td,
36.1787 -.table-hover > tbody > .danger:hover > th {
36.1788 - background-color: #ebcccc;
36.1789 -}
36.1790 -
36.1791 -.table > thead > tr > .warning,
36.1792 -.table > tbody > tr > .warning,
36.1793 -.table > tfoot > tr > .warning,
36.1794 -.table > thead > .warning > td,
36.1795 -.table > tbody > .warning > td,
36.1796 -.table > tfoot > .warning > td,
36.1797 -.table > thead > .warning > th,
36.1798 -.table > tbody > .warning > th,
36.1799 -.table > tfoot > .warning > th {
36.1800 - background-color: #fcf8e3;
36.1801 -}
36.1802 -
36.1803 -.table-hover > tbody > tr > .warning:hover,
36.1804 -.table-hover > tbody > .warning:hover > td,
36.1805 -.table-hover > tbody > .warning:hover > th {
36.1806 - background-color: #faf2cc;
36.1807 -}
36.1808 -
36.1809 -@media (max-width: 767px) {
36.1810 - .table-responsive {
36.1811 - width: 100%;
36.1812 - margin-bottom: 15px;
36.1813 - overflow-x: scroll;
36.1814 - overflow-y: hidden;
36.1815 - border: 1px solid #dddddd;
36.1816 - -ms-overflow-style: -ms-autohiding-scrollbar;
36.1817 - -webkit-overflow-scrolling: touch;
36.1818 - }
36.1819 - .table-responsive > .table {
36.1820 - margin-bottom: 0;
36.1821 - }
36.1822 - .table-responsive > .table > thead > tr > th,
36.1823 - .table-responsive > .table > tbody > tr > th,
36.1824 - .table-responsive > .table > tfoot > tr > th,
36.1825 - .table-responsive > .table > thead > tr > td,
36.1826 - .table-responsive > .table > tbody > tr > td,
36.1827 - .table-responsive > .table > tfoot > tr > td {
36.1828 - white-space: nowrap;
36.1829 - }
36.1830 - .table-responsive > .table-bordered {
36.1831 - border: 0;
36.1832 - }
36.1833 - .table-responsive > .table-bordered > thead > tr > th:first-child,
36.1834 - .table-responsive > .table-bordered > tbody > tr > th:first-child,
36.1835 - .table-responsive > .table-bordered > tfoot > tr > th:first-child,
36.1836 - .table-responsive > .table-bordered > thead > tr > td:first-child,
36.1837 - .table-responsive > .table-bordered > tbody > tr > td:first-child,
36.1838 - .table-responsive > .table-bordered > tfoot > tr > td:first-child {
36.1839 - border-left: 0;
36.1840 - }
36.1841 - .table-responsive > .table-bordered > thead > tr > th:last-child,
36.1842 - .table-responsive > .table-bordered > tbody > tr > th:last-child,
36.1843 - .table-responsive > .table-bordered > tfoot > tr > th:last-child,
36.1844 - .table-responsive > .table-bordered > thead > tr > td:last-child,
36.1845 - .table-responsive > .table-bordered > tbody > tr > td:last-child,
36.1846 - .table-responsive > .table-bordered > tfoot > tr > td:last-child {
36.1847 - border-right: 0;
36.1848 - }
36.1849 - .table-responsive > .table-bordered > tbody > tr:last-child > th,
36.1850 - .table-responsive > .table-bordered > tfoot > tr:last-child > th,
36.1851 - .table-responsive > .table-bordered > tbody > tr:last-child > td,
36.1852 - .table-responsive > .table-bordered > tfoot > tr:last-child > td {
36.1853 - border-bottom: 0;
36.1854 - }
36.1855 -}
36.1856 -
36.1857 -fieldset {
36.1858 - padding: 0;
36.1859 - margin: 0;
36.1860 - border: 0;
36.1861 -}
36.1862 -
36.1863 -legend {
36.1864 - display: block;
36.1865 - width: 100%;
36.1866 - padding: 0;
36.1867 - margin-bottom: 20px;
36.1868 - font-size: 21px;
36.1869 - line-height: inherit;
36.1870 - color: #333333;
36.1871 - border: 0;
36.1872 - border-bottom: 1px solid #e5e5e5;
36.1873 -}
36.1874 -
36.1875 -label {
36.1876 - display: inline-block;
36.1877 - margin-bottom: 5px;
36.1878 - font-weight: bold;
36.1879 -}
36.1880 -
36.1881 -input[type="search"] {
36.1882 - -webkit-box-sizing: border-box;
36.1883 - -moz-box-sizing: border-box;
36.1884 - box-sizing: border-box;
36.1885 -}
36.1886 -
36.1887 -input[type="radio"],
36.1888 -input[type="checkbox"] {
36.1889 - margin: 4px 0 0;
36.1890 - margin-top: 1px \9;
36.1891 - /* IE8-9 */
36.1892 -
36.1893 - line-height: normal;
36.1894 -}
36.1895 -
36.1896 -input[type="file"] {
36.1897 - display: block;
36.1898 -}
36.1899 -
36.1900 -select[multiple],
36.1901 -select[size] {
36.1902 - height: auto;
36.1903 -}
36.1904 -
36.1905 -select optgroup {
36.1906 - font-family: inherit;
36.1907 - font-size: inherit;
36.1908 - font-style: inherit;
36.1909 -}
36.1910 -
36.1911 -input[type="file"]:focus,
36.1912 -input[type="radio"]:focus,
36.1913 -input[type="checkbox"]:focus {
36.1914 - outline: thin dotted;
36.1915 - outline: 5px auto -webkit-focus-ring-color;
36.1916 - outline-offset: -2px;
36.1917 -}
36.1918 -
36.1919 -input[type="number"]::-webkit-outer-spin-button,
36.1920 -input[type="number"]::-webkit-inner-spin-button {
36.1921 - height: auto;
36.1922 -}
36.1923 -
36.1924 -output {
36.1925 - display: block;
36.1926 - padding-top: 7px;
36.1927 - font-size: 14px;
36.1928 - line-height: 1.428571429;
36.1929 - color: #555555;
36.1930 - vertical-align: middle;
36.1931 -}
36.1932 -
36.1933 -.form-control {
36.1934 - display: block;
36.1935 - width: 100%;
36.1936 - height: 34px;
36.1937 - padding: 6px 12px;
36.1938 - font-size: 14px;
36.1939 - line-height: 1.428571429;
36.1940 - color: #555555;
36.1941 - vertical-align: middle;
36.1942 - background-color: #ffffff;
36.1943 - background-image: none;
36.1944 - border: 1px solid #cccccc;
36.1945 - border-radius: 4px;
36.1946 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
36.1947 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
36.1948 - -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
36.1949 - transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
36.1950 -}
36.1951 -
36.1952 -.form-control:focus {
36.1953 - border-color: #66afe9;
36.1954 - outline: 0;
36.1955 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
36.1956 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
36.1957 -}
36.1958 -
36.1959 -.form-control:-moz-placeholder {
36.1960 - color: #999999;
36.1961 -}
36.1962 -
36.1963 -.form-control::-moz-placeholder {
36.1964 - color: #999999;
36.1965 - opacity: 1;
36.1966 -}
36.1967 -
36.1968 -.form-control:-ms-input-placeholder {
36.1969 - color: #999999;
36.1970 -}
36.1971 -
36.1972 -.form-control::-webkit-input-placeholder {
36.1973 - color: #999999;
36.1974 -}
36.1975 -
36.1976 -.form-control[disabled],
36.1977 -.form-control[readonly],
36.1978 -fieldset[disabled] .form-control {
36.1979 - cursor: not-allowed;
36.1980 - background-color: #eeeeee;
36.1981 -}
36.1982 -
36.1983 -textarea.form-control {
36.1984 - height: auto;
36.1985 -}
36.1986 -
36.1987 -.form-group {
36.1988 - margin-bottom: 15px;
36.1989 -}
36.1990 -
36.1991 -.radio,
36.1992 -.checkbox {
36.1993 - display: block;
36.1994 - min-height: 20px;
36.1995 - padding-left: 20px;
36.1996 - margin-top: 10px;
36.1997 - margin-bottom: 10px;
36.1998 - vertical-align: middle;
36.1999 -}
36.2000 -
36.2001 -.radio label,
36.2002 -.checkbox label {
36.2003 - display: inline;
36.2004 - margin-bottom: 0;
36.2005 - font-weight: normal;
36.2006 - cursor: pointer;
36.2007 -}
36.2008 -
36.2009 -.radio input[type="radio"],
36.2010 -.radio-inline input[type="radio"],
36.2011 -.checkbox input[type="checkbox"],
36.2012 -.checkbox-inline input[type="checkbox"] {
36.2013 - float: left;
36.2014 - margin-left: -20px;
36.2015 -}
36.2016 -
36.2017 -.radio + .radio,
36.2018 -.checkbox + .checkbox {
36.2019 - margin-top: -5px;
36.2020 -}
36.2021 -
36.2022 -.radio-inline,
36.2023 -.checkbox-inline {
36.2024 - display: inline-block;
36.2025 - padding-left: 20px;
36.2026 - margin-bottom: 0;
36.2027 - font-weight: normal;
36.2028 - vertical-align: middle;
36.2029 - cursor: pointer;
36.2030 -}
36.2031 -
36.2032 -.radio-inline + .radio-inline,
36.2033 -.checkbox-inline + .checkbox-inline {
36.2034 - margin-top: 0;
36.2035 - margin-left: 10px;
36.2036 -}
36.2037 -
36.2038 -input[type="radio"][disabled],
36.2039 -input[type="checkbox"][disabled],
36.2040 -.radio[disabled],
36.2041 -.radio-inline[disabled],
36.2042 -.checkbox[disabled],
36.2043 -.checkbox-inline[disabled],
36.2044 -fieldset[disabled] input[type="radio"],
36.2045 -fieldset[disabled] input[type="checkbox"],
36.2046 -fieldset[disabled] .radio,
36.2047 -fieldset[disabled] .radio-inline,
36.2048 -fieldset[disabled] .checkbox,
36.2049 -fieldset[disabled] .checkbox-inline {
36.2050 - cursor: not-allowed;
36.2051 -}
36.2052 -
36.2053 -.input-sm {
36.2054 - height: 30px;
36.2055 - padding: 5px 10px;
36.2056 - font-size: 12px;
36.2057 - line-height: 1.5;
36.2058 - border-radius: 3px;
36.2059 -}
36.2060 -
36.2061 -select.input-sm {
36.2062 - height: 30px;
36.2063 - line-height: 30px;
36.2064 -}
36.2065 -
36.2066 -textarea.input-sm {
36.2067 - height: auto;
36.2068 -}
36.2069 -
36.2070 -.input-lg {
36.2071 - height: 46px;
36.2072 - padding: 10px 16px;
36.2073 - font-size: 18px;
36.2074 - line-height: 1.33;
36.2075 - border-radius: 6px;
36.2076 -}
36.2077 -
36.2078 -select.input-lg {
36.2079 - height: 46px;
36.2080 - line-height: 46px;
36.2081 -}
36.2082 -
36.2083 -textarea.input-lg {
36.2084 - height: auto;
36.2085 -}
36.2086 -
36.2087 -.has-warning .help-block,
36.2088 -.has-warning .control-label,
36.2089 -.has-warning .radio,
36.2090 -.has-warning .checkbox,
36.2091 -.has-warning .radio-inline,
36.2092 -.has-warning .checkbox-inline {
36.2093 - color: #8a6d3b;
36.2094 -}
36.2095 -
36.2096 -.has-warning .form-control {
36.2097 - border-color: #8a6d3b;
36.2098 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
36.2099 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
36.2100 -}
36.2101 -
36.2102 -.has-warning .form-control:focus {
36.2103 - border-color: #66512c;
36.2104 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
36.2105 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
36.2106 -}
36.2107 -
36.2108 -.has-warning .input-group-addon {
36.2109 - color: #8a6d3b;
36.2110 - background-color: #fcf8e3;
36.2111 - border-color: #8a6d3b;
36.2112 -}
36.2113 -
36.2114 -.has-error .help-block,
36.2115 -.has-error .control-label,
36.2116 -.has-error .radio,
36.2117 -.has-error .checkbox,
36.2118 -.has-error .radio-inline,
36.2119 -.has-error .checkbox-inline {
36.2120 - color: #a94442;
36.2121 -}
36.2122 -
36.2123 -.has-error .form-control {
36.2124 - border-color: #a94442;
36.2125 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
36.2126 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
36.2127 -}
36.2128 -
36.2129 -.has-error .form-control:focus {
36.2130 - border-color: #843534;
36.2131 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
36.2132 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
36.2133 -}
36.2134 -
36.2135 -.has-error .input-group-addon {
36.2136 - color: #a94442;
36.2137 - background-color: #f2dede;
36.2138 - border-color: #a94442;
36.2139 -}
36.2140 -
36.2141 -.has-success .help-block,
36.2142 -.has-success .control-label,
36.2143 -.has-success .radio,
36.2144 -.has-success .checkbox,
36.2145 -.has-success .radio-inline,
36.2146 -.has-success .checkbox-inline {
36.2147 - color: #3c763d;
36.2148 -}
36.2149 -
36.2150 -.has-success .form-control {
36.2151 - border-color: #3c763d;
36.2152 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
36.2153 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
36.2154 -}
36.2155 -
36.2156 -.has-success .form-control:focus {
36.2157 - border-color: #2b542c;
36.2158 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
36.2159 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
36.2160 -}
36.2161 -
36.2162 -.has-success .input-group-addon {
36.2163 - color: #3c763d;
36.2164 - background-color: #dff0d8;
36.2165 - border-color: #3c763d;
36.2166 -}
36.2167 -
36.2168 -.form-control-static {
36.2169 - margin-bottom: 0;
36.2170 -}
36.2171 -
36.2172 -.help-block {
36.2173 - display: block;
36.2174 - margin-top: 5px;
36.2175 - margin-bottom: 10px;
36.2176 - color: #737373;
36.2177 -}
36.2178 -
36.2179 -@media (min-width: 768px) {
36.2180 - .form-inline .form-group {
36.2181 - display: inline-block;
36.2182 - margin-bottom: 0;
36.2183 - vertical-align: middle;
36.2184 - }
36.2185 - .form-inline .form-control {
36.2186 - display: inline-block;
36.2187 - }
36.2188 - .form-inline select.form-control {
36.2189 - width: auto;
36.2190 - }
36.2191 - .form-inline .radio,
36.2192 - .form-inline .checkbox {
36.2193 - display: inline-block;
36.2194 - padding-left: 0;
36.2195 - margin-top: 0;
36.2196 - margin-bottom: 0;
36.2197 - }
36.2198 - .form-inline .radio input[type="radio"],
36.2199 - .form-inline .checkbox input[type="checkbox"] {
36.2200 - float: none;
36.2201 - margin-left: 0;
36.2202 - }
36.2203 -}
36.2204 -
36.2205 -.form-horizontal .control-label,
36.2206 -.form-horizontal .radio,
36.2207 -.form-horizontal .checkbox,
36.2208 -.form-horizontal .radio-inline,
36.2209 -.form-horizontal .checkbox-inline {
36.2210 - padding-top: 7px;
36.2211 - margin-top: 0;
36.2212 - margin-bottom: 0;
36.2213 -}
36.2214 -
36.2215 -.form-horizontal .radio,
36.2216 -.form-horizontal .checkbox {
36.2217 - min-height: 27px;
36.2218 -}
36.2219 -
36.2220 -.form-horizontal .form-group {
36.2221 - margin-right: -15px;
36.2222 - margin-left: -15px;
36.2223 -}
36.2224 -
36.2225 -.form-horizontal .form-group:before,
36.2226 -.form-horizontal .form-group:after {
36.2227 - display: table;
36.2228 - content: " ";
36.2229 -}
36.2230 -
36.2231 -.form-horizontal .form-group:after {
36.2232 - clear: both;
36.2233 -}
36.2234 -
36.2235 -.form-horizontal .form-group:before,
36.2236 -.form-horizontal .form-group:after {
36.2237 - display: table;
36.2238 - content: " ";
36.2239 -}
36.2240 -
36.2241 -.form-horizontal .form-group:after {
36.2242 - clear: both;
36.2243 -}
36.2244 -
36.2245 -.form-horizontal .form-control-static {
36.2246 - padding-top: 7px;
36.2247 -}
36.2248 -
36.2249 -@media (min-width: 768px) {
36.2250 - .form-horizontal .control-label {
36.2251 - text-align: right;
36.2252 - }
36.2253 -}
36.2254 -
36.2255 -.btn {
36.2256 - display: inline-block;
36.2257 - padding: 6px 12px;
36.2258 - margin-bottom: 0;
36.2259 - font-size: 14px;
36.2260 - font-weight: normal;
36.2261 - line-height: 1.428571429;
36.2262 - text-align: center;
36.2263 - white-space: nowrap;
36.2264 - vertical-align: middle;
36.2265 - cursor: pointer;
36.2266 - background-image: none;
36.2267 - border: 1px solid transparent;
36.2268 - border-radius: 4px;
36.2269 - -webkit-user-select: none;
36.2270 - -moz-user-select: none;
36.2271 - -ms-user-select: none;
36.2272 - -o-user-select: none;
36.2273 - user-select: none;
36.2274 -}
36.2275 -
36.2276 -.btn:focus {
36.2277 - outline: thin dotted;
36.2278 - outline: 5px auto -webkit-focus-ring-color;
36.2279 - outline-offset: -2px;
36.2280 -}
36.2281 -
36.2282 -.btn:hover,
36.2283 -.btn:focus {
36.2284 - color: #333333;
36.2285 - text-decoration: none;
36.2286 -}
36.2287 -
36.2288 -.btn:active,
36.2289 -.btn.active {
36.2290 - background-image: none;
36.2291 - outline: 0;
36.2292 - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
36.2293 - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
36.2294 -}
36.2295 -
36.2296 -.btn.disabled,
36.2297 -.btn[disabled],
36.2298 -fieldset[disabled] .btn {
36.2299 - pointer-events: none;
36.2300 - cursor: not-allowed;
36.2301 - opacity: 0.65;
36.2302 - filter: alpha(opacity=65);
36.2303 - -webkit-box-shadow: none;
36.2304 - box-shadow: none;
36.2305 -}
36.2306 -
36.2307 -.btn-default {
36.2308 - color: #333333;
36.2309 - background-color: #ffffff;
36.2310 - border-color: #cccccc;
36.2311 -}
36.2312 -
36.2313 -.btn-default:hover,
36.2314 -.btn-default:focus,
36.2315 -.btn-default:active,
36.2316 -.btn-default.active,
36.2317 -.open .dropdown-toggle.btn-default {
36.2318 - color: #333333;
36.2319 - background-color: #ebebeb;
36.2320 - border-color: #adadad;
36.2321 -}
36.2322 -
36.2323 -.btn-default:active,
36.2324 -.btn-default.active,
36.2325 -.open .dropdown-toggle.btn-default {
36.2326 - background-image: none;
36.2327 -}
36.2328 -
36.2329 -.btn-default.disabled,
36.2330 -.btn-default[disabled],
36.2331 -fieldset[disabled] .btn-default,
36.2332 -.btn-default.disabled:hover,
36.2333 -.btn-default[disabled]:hover,
36.2334 -fieldset[disabled] .btn-default:hover,
36.2335 -.btn-default.disabled:focus,
36.2336 -.btn-default[disabled]:focus,
36.2337 -fieldset[disabled] .btn-default:focus,
36.2338 -.btn-default.disabled:active,
36.2339 -.btn-default[disabled]:active,
36.2340 -fieldset[disabled] .btn-default:active,
36.2341 -.btn-default.disabled.active,
36.2342 -.btn-default[disabled].active,
36.2343 -fieldset[disabled] .btn-default.active {
36.2344 - background-color: #ffffff;
36.2345 - border-color: #cccccc;
36.2346 -}
36.2347 -
36.2348 -.btn-default .badge {
36.2349 - color: #ffffff;
36.2350 - background-color: #fff;
36.2351 -}
36.2352 -
36.2353 -.btn-primary {
36.2354 - color: #ffffff;
36.2355 - background-color: #428bca;
36.2356 - border-color: #357ebd;
36.2357 -}
36.2358 -
36.2359 -.btn-primary:hover,
36.2360 -.btn-primary:focus,
36.2361 -.btn-primary:active,
36.2362 -.btn-primary.active,
36.2363 -.open .dropdown-toggle.btn-primary {
36.2364 - color: #ffffff;
36.2365 - background-color: #3276b1;
36.2366 - border-color: #285e8e;
36.2367 -}
36.2368 -
36.2369 -.btn-primary:active,
36.2370 -.btn-primary.active,
36.2371 -.open .dropdown-toggle.btn-primary {
36.2372 - background-image: none;
36.2373 -}
36.2374 -
36.2375 -.btn-primary.disabled,
36.2376 -.btn-primary[disabled],
36.2377 -fieldset[disabled] .btn-primary,
36.2378 -.btn-primary.disabled:hover,
36.2379 -.btn-primary[disabled]:hover,
36.2380 -fieldset[disabled] .btn-primary:hover,
36.2381 -.btn-primary.disabled:focus,
36.2382 -.btn-primary[disabled]:focus,
36.2383 -fieldset[disabled] .btn-primary:focus,
36.2384 -.btn-primary.disabled:active,
36.2385 -.btn-primary[disabled]:active,
36.2386 -fieldset[disabled] .btn-primary:active,
36.2387 -.btn-primary.disabled.active,
36.2388 -.btn-primary[disabled].active,
36.2389 -fieldset[disabled] .btn-primary.active {
36.2390 - background-color: #428bca;
36.2391 - border-color: #357ebd;
36.2392 -}
36.2393 -
36.2394 -.btn-primary .badge {
36.2395 - color: #428bca;
36.2396 - background-color: #fff;
36.2397 -}
36.2398 -
36.2399 -.btn-warning {
36.2400 - color: #ffffff;
36.2401 - background-color: #f0ad4e;
36.2402 - border-color: #eea236;
36.2403 -}
36.2404 -
36.2405 -.btn-warning:hover,
36.2406 -.btn-warning:focus,
36.2407 -.btn-warning:active,
36.2408 -.btn-warning.active,
36.2409 -.open .dropdown-toggle.btn-warning {
36.2410 - color: #ffffff;
36.2411 - background-color: #ed9c28;
36.2412 - border-color: #d58512;
36.2413 -}
36.2414 -
36.2415 -.btn-warning:active,
36.2416 -.btn-warning.active,
36.2417 -.open .dropdown-toggle.btn-warning {
36.2418 - background-image: none;
36.2419 -}
36.2420 -
36.2421 -.btn-warning.disabled,
36.2422 -.btn-warning[disabled],
36.2423 -fieldset[disabled] .btn-warning,
36.2424 -.btn-warning.disabled:hover,
36.2425 -.btn-warning[disabled]:hover,
36.2426 -fieldset[disabled] .btn-warning:hover,
36.2427 -.btn-warning.disabled:focus,
36.2428 -.btn-warning[disabled]:focus,
36.2429 -fieldset[disabled] .btn-warning:focus,
36.2430 -.btn-warning.disabled:active,
36.2431 -.btn-warning[disabled]:active,
36.2432 -fieldset[disabled] .btn-warning:active,
36.2433 -.btn-warning.disabled.active,
36.2434 -.btn-warning[disabled].active,
36.2435 -fieldset[disabled] .btn-warning.active {
36.2436 - background-color: #f0ad4e;
36.2437 - border-color: #eea236;
36.2438 -}
36.2439 -
36.2440 -.btn-warning .badge {
36.2441 - color: #f0ad4e;
36.2442 - background-color: #fff;
36.2443 -}
36.2444 -
36.2445 -.btn-danger {
36.2446 - color: #ffffff;
36.2447 - background-color: #d9534f;
36.2448 - border-color: #d43f3a;
36.2449 -}
36.2450 -
36.2451 -.btn-danger:hover,
36.2452 -.btn-danger:focus,
36.2453 -.btn-danger:active,
36.2454 -.btn-danger.active,
36.2455 -.open .dropdown-toggle.btn-danger {
36.2456 - color: #ffffff;
36.2457 - background-color: #d2322d;
36.2458 - border-color: #ac2925;
36.2459 -}
36.2460 -
36.2461 -.btn-danger:active,
36.2462 -.btn-danger.active,
36.2463 -.open .dropdown-toggle.btn-danger {
36.2464 - background-image: none;
36.2465 -}
36.2466 -
36.2467 -.btn-danger.disabled,
36.2468 -.btn-danger[disabled],
36.2469 -fieldset[disabled] .btn-danger,
36.2470 -.btn-danger.disabled:hover,
36.2471 -.btn-danger[disabled]:hover,
36.2472 -fieldset[disabled] .btn-danger:hover,
36.2473 -.btn-danger.disabled:focus,
36.2474 -.btn-danger[disabled]:focus,
36.2475 -fieldset[disabled] .btn-danger:focus,
36.2476 -.btn-danger.disabled:active,
36.2477 -.btn-danger[disabled]:active,
36.2478 -fieldset[disabled] .btn-danger:active,
36.2479 -.btn-danger.disabled.active,
36.2480 -.btn-danger[disabled].active,
36.2481 -fieldset[disabled] .btn-danger.active {
36.2482 - background-color: #d9534f;
36.2483 - border-color: #d43f3a;
36.2484 -}
36.2485 -
36.2486 -.btn-danger .badge {
36.2487 - color: #d9534f;
36.2488 - background-color: #fff;
36.2489 -}
36.2490 -
36.2491 -.btn-success {
36.2492 - color: #ffffff;
36.2493 - background-color: #5cb85c;
36.2494 - border-color: #4cae4c;
36.2495 -}
36.2496 -
36.2497 -.btn-success:hover,
36.2498 -.btn-success:focus,
36.2499 -.btn-success:active,
36.2500 -.btn-success.active,
36.2501 -.open .dropdown-toggle.btn-success {
36.2502 - color: #ffffff;
36.2503 - background-color: #47a447;
36.2504 - border-color: #398439;
36.2505 -}
36.2506 -
36.2507 -.btn-success:active,
36.2508 -.btn-success.active,
36.2509 -.open .dropdown-toggle.btn-success {
36.2510 - background-image: none;
36.2511 -}
36.2512 -
36.2513 -.btn-success.disabled,
36.2514 -.btn-success[disabled],
36.2515 -fieldset[disabled] .btn-success,
36.2516 -.btn-success.disabled:hover,
36.2517 -.btn-success[disabled]:hover,
36.2518 -fieldset[disabled] .btn-success:hover,
36.2519 -.btn-success.disabled:focus,
36.2520 -.btn-success[disabled]:focus,
36.2521 -fieldset[disabled] .btn-success:focus,
36.2522 -.btn-success.disabled:active,
36.2523 -.btn-success[disabled]:active,
36.2524 -fieldset[disabled] .btn-success:active,
36.2525 -.btn-success.disabled.active,
36.2526 -.btn-success[disabled].active,
36.2527 -fieldset[disabled] .btn-success.active {
36.2528 - background-color: #5cb85c;
36.2529 - border-color: #4cae4c;
36.2530 -}
36.2531 -
36.2532 -.btn-success .badge {
36.2533 - color: #5cb85c;
36.2534 - background-color: #fff;
36.2535 -}
36.2536 -
36.2537 -.btn-info {
36.2538 - color: #ffffff;
36.2539 - background-color: #5bc0de;
36.2540 - border-color: #46b8da;
36.2541 -}
36.2542 -
36.2543 -.btn-info:hover,
36.2544 -.btn-info:focus,
36.2545 -.btn-info:active,
36.2546 -.btn-info.active,
36.2547 -.open .dropdown-toggle.btn-info {
36.2548 - color: #ffffff;
36.2549 - background-color: #39b3d7;
36.2550 - border-color: #269abc;
36.2551 -}
36.2552 -
36.2553 -.btn-info:active,
36.2554 -.btn-info.active,
36.2555 -.open .dropdown-toggle.btn-info {
36.2556 - background-image: none;
36.2557 -}
36.2558 -
36.2559 -.btn-info.disabled,
36.2560 -.btn-info[disabled],
36.2561 -fieldset[disabled] .btn-info,
36.2562 -.btn-info.disabled:hover,
36.2563 -.btn-info[disabled]:hover,
36.2564 -fieldset[disabled] .btn-info:hover,
36.2565 -.btn-info.disabled:focus,
36.2566 -.btn-info[disabled]:focus,
36.2567 -fieldset[disabled] .btn-info:focus,
36.2568 -.btn-info.disabled:active,
36.2569 -.btn-info[disabled]:active,
36.2570 -fieldset[disabled] .btn-info:active,
36.2571 -.btn-info.disabled.active,
36.2572 -.btn-info[disabled].active,
36.2573 -fieldset[disabled] .btn-info.active {
36.2574 - background-color: #5bc0de;
36.2575 - border-color: #46b8da;
36.2576 -}
36.2577 -
36.2578 -.btn-info .badge {
36.2579 - color: #5bc0de;
36.2580 - background-color: #fff;
36.2581 -}
36.2582 -
36.2583 -.btn-link {
36.2584 - font-weight: normal;
36.2585 - color: #428bca;
36.2586 - cursor: pointer;
36.2587 - border-radius: 0;
36.2588 -}
36.2589 -
36.2590 -.btn-link,
36.2591 -.btn-link:active,
36.2592 -.btn-link[disabled],
36.2593 -fieldset[disabled] .btn-link {
36.2594 - background-color: transparent;
36.2595 - -webkit-box-shadow: none;
36.2596 - box-shadow: none;
36.2597 -}
36.2598 -
36.2599 -.btn-link,
36.2600 -.btn-link:hover,
36.2601 -.btn-link:focus,
36.2602 -.btn-link:active {
36.2603 - border-color: transparent;
36.2604 -}
36.2605 -
36.2606 -.btn-link:hover,
36.2607 -.btn-link:focus {
36.2608 - color: #2a6496;
36.2609 - text-decoration: underline;
36.2610 - background-color: transparent;
36.2611 -}
36.2612 -
36.2613 -.btn-link[disabled]:hover,
36.2614 -fieldset[disabled] .btn-link:hover,
36.2615 -.btn-link[disabled]:focus,
36.2616 -fieldset[disabled] .btn-link:focus {
36.2617 - color: #999999;
36.2618 - text-decoration: none;
36.2619 -}
36.2620 -
36.2621 -.btn-lg {
36.2622 - padding: 10px 16px;
36.2623 - font-size: 18px;
36.2624 - line-height: 1.33;
36.2625 - border-radius: 6px;
36.2626 -}
36.2627 -
36.2628 -.btn-sm {
36.2629 - padding: 5px 10px;
36.2630 - font-size: 12px;
36.2631 - line-height: 1.5;
36.2632 - border-radius: 3px;
36.2633 -}
36.2634 -
36.2635 -.btn-xs {
36.2636 - padding: 1px 5px;
36.2637 - font-size: 12px;
36.2638 - line-height: 1.5;
36.2639 - border-radius: 3px;
36.2640 -}
36.2641 -
36.2642 -.btn-block {
36.2643 - display: block;
36.2644 - width: 100%;
36.2645 - padding-right: 0;
36.2646 - padding-left: 0;
36.2647 -}
36.2648 -
36.2649 -.btn-block + .btn-block {
36.2650 - margin-top: 5px;
36.2651 -}
36.2652 -
36.2653 -input[type="submit"].btn-block,
36.2654 -input[type="reset"].btn-block,
36.2655 -input[type="button"].btn-block {
36.2656 - width: 100%;
36.2657 -}
36.2658 -
36.2659 -.fade {
36.2660 - opacity: 0;
36.2661 - -webkit-transition: opacity 0.15s linear;
36.2662 - transition: opacity 0.15s linear;
36.2663 -}
36.2664 -
36.2665 -.fade.in {
36.2666 - opacity: 1;
36.2667 -}
36.2668 -
36.2669 -.collapse {
36.2670 - display: none;
36.2671 -}
36.2672 -
36.2673 -.collapse.in {
36.2674 - display: block;
36.2675 -}
36.2676 -
36.2677 -.collapsing {
36.2678 - position: relative;
36.2679 - height: 0;
36.2680 - overflow: hidden;
36.2681 - -webkit-transition: height 0.35s ease;
36.2682 - transition: height 0.35s ease;
36.2683 -}
36.2684 -
36.2685 -@font-face {
36.2686 - font-family: 'Glyphicons Halflings';
36.2687 - src: url('../fonts/glyphicons-halflings-regular.eot');
36.2688 - src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
36.2689 -}
36.2690 -
36.2691 -.glyphicon {
36.2692 - position: relative;
36.2693 - top: 1px;
36.2694 - display: inline-block;
36.2695 - font-family: 'Glyphicons Halflings';
36.2696 - -webkit-font-smoothing: antialiased;
36.2697 - font-style: normal;
36.2698 - font-weight: normal;
36.2699 - line-height: 1;
36.2700 - -moz-osx-font-smoothing: grayscale;
36.2701 -}
36.2702 -
36.2703 -.glyphicon:empty {
36.2704 - width: 1em;
36.2705 -}
36.2706 -
36.2707 -.glyphicon-asterisk:before {
36.2708 - content: "\2a";
36.2709 -}
36.2710 -
36.2711 -.glyphicon-plus:before {
36.2712 - content: "\2b";
36.2713 -}
36.2714 -
36.2715 -.glyphicon-euro:before {
36.2716 - content: "\20ac";
36.2717 -}
36.2718 -
36.2719 -.glyphicon-minus:before {
36.2720 - content: "\2212";
36.2721 -}
36.2722 -
36.2723 -.glyphicon-cloud:before {
36.2724 - content: "\2601";
36.2725 -}
36.2726 -
36.2727 -.glyphicon-envelope:before {
36.2728 - content: "\2709";
36.2729 -}
36.2730 -
36.2731 -.glyphicon-pencil:before {
36.2732 - content: "\270f";
36.2733 -}
36.2734 -
36.2735 -.glyphicon-glass:before {
36.2736 - content: "\e001";
36.2737 -}
36.2738 -
36.2739 -.glyphicon-music:before {
36.2740 - content: "\e002";
36.2741 -}
36.2742 -
36.2743 -.glyphicon-search:before {
36.2744 - content: "\e003";
36.2745 -}
36.2746 -
36.2747 -.glyphicon-heart:before {
36.2748 - content: "\e005";
36.2749 -}
36.2750 -
36.2751 -.glyphicon-star:before {
36.2752 - content: "\e006";
36.2753 -}
36.2754 -
36.2755 -.glyphicon-star-empty:before {
36.2756 - content: "\e007";
36.2757 -}
36.2758 -
36.2759 -.glyphicon-user:before {
36.2760 - content: "\e008";
36.2761 -}
36.2762 -
36.2763 -.glyphicon-film:before {
36.2764 - content: "\e009";
36.2765 -}
36.2766 -
36.2767 -.glyphicon-th-large:before {
36.2768 - content: "\e010";
36.2769 -}
36.2770 -
36.2771 -.glyphicon-th:before {
36.2772 - content: "\e011";
36.2773 -}
36.2774 -
36.2775 -.glyphicon-th-list:before {
36.2776 - content: "\e012";
36.2777 -}
36.2778 -
36.2779 -.glyphicon-ok:before {
36.2780 - content: "\e013";
36.2781 -}
36.2782 -
36.2783 -.glyphicon-remove:before {
36.2784 - content: "\e014";
36.2785 -}
36.2786 -
36.2787 -.glyphicon-zoom-in:before {
36.2788 - content: "\e015";
36.2789 -}
36.2790 -
36.2791 -.glyphicon-zoom-out:before {
36.2792 - content: "\e016";
36.2793 -}
36.2794 -
36.2795 -.glyphicon-off:before {
36.2796 - content: "\e017";
36.2797 -}
36.2798 -
36.2799 -.glyphicon-signal:before {
36.2800 - content: "\e018";
36.2801 -}
36.2802 -
36.2803 -.glyphicon-cog:before {
36.2804 - content: "\e019";
36.2805 -}
36.2806 -
36.2807 -.glyphicon-trash:before {
36.2808 - content: "\e020";
36.2809 -}
36.2810 -
36.2811 -.glyphicon-home:before {
36.2812 - content: "\e021";
36.2813 -}
36.2814 -
36.2815 -.glyphicon-file:before {
36.2816 - content: "\e022";
36.2817 -}
36.2818 -
36.2819 -.glyphicon-time:before {
36.2820 - content: "\e023";
36.2821 -}
36.2822 -
36.2823 -.glyphicon-road:before {
36.2824 - content: "\e024";
36.2825 -}
36.2826 -
36.2827 -.glyphicon-download-alt:before {
36.2828 - content: "\e025";
36.2829 -}
36.2830 -
36.2831 -.glyphicon-download:before {
36.2832 - content: "\e026";
36.2833 -}
36.2834 -
36.2835 -.glyphicon-upload:before {
36.2836 - content: "\e027";
36.2837 -}
36.2838 -
36.2839 -.glyphicon-inbox:before {
36.2840 - content: "\e028";
36.2841 -}
36.2842 -
36.2843 -.glyphicon-play-circle:before {
36.2844 - content: "\e029";
36.2845 -}
36.2846 -
36.2847 -.glyphicon-repeat:before {
36.2848 - content: "\e030";
36.2849 -}
36.2850 -
36.2851 -.glyphicon-refresh:before {
36.2852 - content: "\e031";
36.2853 -}
36.2854 -
36.2855 -.glyphicon-list-alt:before {
36.2856 - content: "\e032";
36.2857 -}
36.2858 -
36.2859 -.glyphicon-lock:before {
36.2860 - content: "\e033";
36.2861 -}
36.2862 -
36.2863 -.glyphicon-flag:before {
36.2864 - content: "\e034";
36.2865 -}
36.2866 -
36.2867 -.glyphicon-headphones:before {
36.2868 - content: "\e035";
36.2869 -}
36.2870 -
36.2871 -.glyphicon-volume-off:before {
36.2872 - content: "\e036";
36.2873 -}
36.2874 -
36.2875 -.glyphicon-volume-down:before {
36.2876 - content: "\e037";
36.2877 -}
36.2878 -
36.2879 -.glyphicon-volume-up:before {
36.2880 - content: "\e038";
36.2881 -}
36.2882 -
36.2883 -.glyphicon-qrcode:before {
36.2884 - content: "\e039";
36.2885 -}
36.2886 -
36.2887 -.glyphicon-barcode:before {
36.2888 - content: "\e040";
36.2889 -}
36.2890 -
36.2891 -.glyphicon-tag:before {
36.2892 - content: "\e041";
36.2893 -}
36.2894 -
36.2895 -.glyphicon-tags:before {
36.2896 - content: "\e042";
36.2897 -}
36.2898 -
36.2899 -.glyphicon-book:before {
36.2900 - content: "\e043";
36.2901 -}
36.2902 -
36.2903 -.glyphicon-bookmark:before {
36.2904 - content: "\e044";
36.2905 -}
36.2906 -
36.2907 -.glyphicon-print:before {
36.2908 - content: "\e045";
36.2909 -}
36.2910 -
36.2911 -.glyphicon-camera:before {
36.2912 - content: "\e046";
36.2913 -}
36.2914 -
36.2915 -.glyphicon-font:before {
36.2916 - content: "\e047";
36.2917 -}
36.2918 -
36.2919 -.glyphicon-bold:before {
36.2920 - content: "\e048";
36.2921 -}
36.2922 -
36.2923 -.glyphicon-italic:before {
36.2924 - content: "\e049";
36.2925 -}
36.2926 -
36.2927 -.glyphicon-text-height:before {
36.2928 - content: "\e050";
36.2929 -}
36.2930 -
36.2931 -.glyphicon-text-width:before {
36.2932 - content: "\e051";
36.2933 -}
36.2934 -
36.2935 -.glyphicon-align-left:before {
36.2936 - content: "\e052";
36.2937 -}
36.2938 -
36.2939 -.glyphicon-align-center:before {
36.2940 - content: "\e053";
36.2941 -}
36.2942 -
36.2943 -.glyphicon-align-right:before {
36.2944 - content: "\e054";
36.2945 -}
36.2946 -
36.2947 -.glyphicon-align-justify:before {
36.2948 - content: "\e055";
36.2949 -}
36.2950 -
36.2951 -.glyphicon-list:before {
36.2952 - content: "\e056";
36.2953 -}
36.2954 -
36.2955 -.glyphicon-indent-left:before {
36.2956 - content: "\e057";
36.2957 -}
36.2958 -
36.2959 -.glyphicon-indent-right:before {
36.2960 - content: "\e058";
36.2961 -}
36.2962 -
36.2963 -.glyphicon-facetime-video:before {
36.2964 - content: "\e059";
36.2965 -}
36.2966 -
36.2967 -.glyphicon-picture:before {
36.2968 - content: "\e060";
36.2969 -}
36.2970 -
36.2971 -.glyphicon-map-marker:before {
36.2972 - content: "\e062";
36.2973 -}
36.2974 -
36.2975 -.glyphicon-adjust:before {
36.2976 - content: "\e063";
36.2977 -}
36.2978 -
36.2979 -.glyphicon-tint:before {
36.2980 - content: "\e064";
36.2981 -}
36.2982 -
36.2983 -.glyphicon-edit:before {
36.2984 - content: "\e065";
36.2985 -}
36.2986 -
36.2987 -.glyphicon-share:before {
36.2988 - content: "\e066";
36.2989 -}
36.2990 -
36.2991 -.glyphicon-check:before {
36.2992 - content: "\e067";
36.2993 -}
36.2994 -
36.2995 -.glyphicon-move:before {
36.2996 - content: "\e068";
36.2997 -}
36.2998 -
36.2999 -.glyphicon-step-backward:before {
36.3000 - content: "\e069";
36.3001 -}
36.3002 -
36.3003 -.glyphicon-fast-backward:before {
36.3004 - content: "\e070";
36.3005 -}
36.3006 -
36.3007 -.glyphicon-backward:before {
36.3008 - content: "\e071";
36.3009 -}
36.3010 -
36.3011 -.glyphicon-play:before {
36.3012 - content: "\e072";
36.3013 -}
36.3014 -
36.3015 -.glyphicon-pause:before {
36.3016 - content: "\e073";
36.3017 -}
36.3018 -
36.3019 -.glyphicon-stop:before {
36.3020 - content: "\e074";
36.3021 -}
36.3022 -
36.3023 -.glyphicon-forward:before {
36.3024 - content: "\e075";
36.3025 -}
36.3026 -
36.3027 -.glyphicon-fast-forward:before {
36.3028 - content: "\e076";
36.3029 -}
36.3030 -
36.3031 -.glyphicon-step-forward:before {
36.3032 - content: "\e077";
36.3033 -}
36.3034 -
36.3035 -.glyphicon-eject:before {
36.3036 - content: "\e078";
36.3037 -}
36.3038 -
36.3039 -.glyphicon-chevron-left:before {
36.3040 - content: "\e079";
36.3041 -}
36.3042 -
36.3043 -.glyphicon-chevron-right:before {
36.3044 - content: "\e080";
36.3045 -}
36.3046 -
36.3047 -.glyphicon-plus-sign:before {
36.3048 - content: "\e081";
36.3049 -}
36.3050 -
36.3051 -.glyphicon-minus-sign:before {
36.3052 - content: "\e082";
36.3053 -}
36.3054 -
36.3055 -.glyphicon-remove-sign:before {
36.3056 - content: "\e083";
36.3057 -}
36.3058 -
36.3059 -.glyphicon-ok-sign:before {
36.3060 - content: "\e084";
36.3061 -}
36.3062 -
36.3063 -.glyphicon-question-sign:before {
36.3064 - content: "\e085";
36.3065 -}
36.3066 -
36.3067 -.glyphicon-info-sign:before {
36.3068 - content: "\e086";
36.3069 -}
36.3070 -
36.3071 -.glyphicon-screenshot:before {
36.3072 - content: "\e087";
36.3073 -}
36.3074 -
36.3075 -.glyphicon-remove-circle:before {
36.3076 - content: "\e088";
36.3077 -}
36.3078 -
36.3079 -.glyphicon-ok-circle:before {
36.3080 - content: "\e089";
36.3081 -}
36.3082 -
36.3083 -.glyphicon-ban-circle:before {
36.3084 - content: "\e090";
36.3085 -}
36.3086 -
36.3087 -.glyphicon-arrow-left:before {
36.3088 - content: "\e091";
36.3089 -}
36.3090 -
36.3091 -.glyphicon-arrow-right:before {
36.3092 - content: "\e092";
36.3093 -}
36.3094 -
36.3095 -.glyphicon-arrow-up:before {
36.3096 - content: "\e093";
36.3097 -}
36.3098 -
36.3099 -.glyphicon-arrow-down:before {
36.3100 - content: "\e094";
36.3101 -}
36.3102 -
36.3103 -.glyphicon-share-alt:before {
36.3104 - content: "\e095";
36.3105 -}
36.3106 -
36.3107 -.glyphicon-resize-full:before {
36.3108 - content: "\e096";
36.3109 -}
36.3110 -
36.3111 -.glyphicon-resize-small:before {
36.3112 - content: "\e097";
36.3113 -}
36.3114 -
36.3115 -.glyphicon-exclamation-sign:before {
36.3116 - content: "\e101";
36.3117 -}
36.3118 -
36.3119 -.glyphicon-gift:before {
36.3120 - content: "\e102";
36.3121 -}
36.3122 -
36.3123 -.glyphicon-leaf:before {
36.3124 - content: "\e103";
36.3125 -}
36.3126 -
36.3127 -.glyphicon-fire:before {
36.3128 - content: "\e104";
36.3129 -}
36.3130 -
36.3131 -.glyphicon-eye-open:before {
36.3132 - content: "\e105";
36.3133 -}
36.3134 -
36.3135 -.glyphicon-eye-close:before {
36.3136 - content: "\e106";
36.3137 -}
36.3138 -
36.3139 -.glyphicon-warning-sign:before {
36.3140 - content: "\e107";
36.3141 -}
36.3142 -
36.3143 -.glyphicon-plane:before {
36.3144 - content: "\e108";
36.3145 -}
36.3146 -
36.3147 -.glyphicon-calendar:before {
36.3148 - content: "\e109";
36.3149 -}
36.3150 -
36.3151 -.glyphicon-random:before {
36.3152 - content: "\e110";
36.3153 -}
36.3154 -
36.3155 -.glyphicon-comment:before {
36.3156 - content: "\e111";
36.3157 -}
36.3158 -
36.3159 -.glyphicon-magnet:before {
36.3160 - content: "\e112";
36.3161 -}
36.3162 -
36.3163 -.glyphicon-chevron-up:before {
36.3164 - content: "\e113";
36.3165 -}
36.3166 -
36.3167 -.glyphicon-chevron-down:before {
36.3168 - content: "\e114";
36.3169 -}
36.3170 -
36.3171 -.glyphicon-retweet:before {
36.3172 - content: "\e115";
36.3173 -}
36.3174 -
36.3175 -.glyphicon-shopping-cart:before {
36.3176 - content: "\e116";
36.3177 -}
36.3178 -
36.3179 -.glyphicon-folder-close:before {
36.3180 - content: "\e117";
36.3181 -}
36.3182 -
36.3183 -.glyphicon-folder-open:before {
36.3184 - content: "\e118";
36.3185 -}
36.3186 -
36.3187 -.glyphicon-resize-vertical:before {
36.3188 - content: "\e119";
36.3189 -}
36.3190 -
36.3191 -.glyphicon-resize-horizontal:before {
36.3192 - content: "\e120";
36.3193 -}
36.3194 -
36.3195 -.glyphicon-hdd:before {
36.3196 - content: "\e121";
36.3197 -}
36.3198 -
36.3199 -.glyphicon-bullhorn:before {
36.3200 - content: "\e122";
36.3201 -}
36.3202 -
36.3203 -.glyphicon-bell:before {
36.3204 - content: "\e123";
36.3205 -}
36.3206 -
36.3207 -.glyphicon-certificate:before {
36.3208 - content: "\e124";
36.3209 -}
36.3210 -
36.3211 -.glyphicon-thumbs-up:before {
36.3212 - content: "\e125";
36.3213 -}
36.3214 -
36.3215 -.glyphicon-thumbs-down:before {
36.3216 - content: "\e126";
36.3217 -}
36.3218 -
36.3219 -.glyphicon-hand-right:before {
36.3220 - content: "\e127";
36.3221 -}
36.3222 -
36.3223 -.glyphicon-hand-left:before {
36.3224 - content: "\e128";
36.3225 -}
36.3226 -
36.3227 -.glyphicon-hand-up:before {
36.3228 - content: "\e129";
36.3229 -}
36.3230 -
36.3231 -.glyphicon-hand-down:before {
36.3232 - content: "\e130";
36.3233 -}
36.3234 -
36.3235 -.glyphicon-circle-arrow-right:before {
36.3236 - content: "\e131";
36.3237 -}
36.3238 -
36.3239 -.glyphicon-circle-arrow-left:before {
36.3240 - content: "\e132";
36.3241 -}
36.3242 -
36.3243 -.glyphicon-circle-arrow-up:before {
36.3244 - content: "\e133";
36.3245 -}
36.3246 -
36.3247 -.glyphicon-circle-arrow-down:before {
36.3248 - content: "\e134";
36.3249 -}
36.3250 -
36.3251 -.glyphicon-globe:before {
36.3252 - content: "\e135";
36.3253 -}
36.3254 -
36.3255 -.glyphicon-wrench:before {
36.3256 - content: "\e136";
36.3257 -}
36.3258 -
36.3259 -.glyphicon-tasks:before {
36.3260 - content: "\e137";
36.3261 -}
36.3262 -
36.3263 -.glyphicon-filter:before {
36.3264 - content: "\e138";
36.3265 -}
36.3266 -
36.3267 -.glyphicon-briefcase:before {
36.3268 - content: "\e139";
36.3269 -}
36.3270 -
36.3271 -.glyphicon-fullscreen:before {
36.3272 - content: "\e140";
36.3273 -}
36.3274 -
36.3275 -.glyphicon-dashboard:before {
36.3276 - content: "\e141";
36.3277 -}
36.3278 -
36.3279 -.glyphicon-paperclip:before {
36.3280 - content: "\e142";
36.3281 -}
36.3282 -
36.3283 -.glyphicon-heart-empty:before {
36.3284 - content: "\e143";
36.3285 -}
36.3286 -
36.3287 -.glyphicon-link:before {
36.3288 - content: "\e144";
36.3289 -}
36.3290 -
36.3291 -.glyphicon-phone:before {
36.3292 - content: "\e145";
36.3293 -}
36.3294 -
36.3295 -.glyphicon-pushpin:before {
36.3296 - content: "\e146";
36.3297 -}
36.3298 -
36.3299 -.glyphicon-usd:before {
36.3300 - content: "\e148";
36.3301 -}
36.3302 -
36.3303 -.glyphicon-gbp:before {
36.3304 - content: "\e149";
36.3305 -}
36.3306 -
36.3307 -.glyphicon-sort:before {
36.3308 - content: "\e150";
36.3309 -}
36.3310 -
36.3311 -.glyphicon-sort-by-alphabet:before {
36.3312 - content: "\e151";
36.3313 -}
36.3314 -
36.3315 -.glyphicon-sort-by-alphabet-alt:before {
36.3316 - content: "\e152";
36.3317 -}
36.3318 -
36.3319 -.glyphicon-sort-by-order:before {
36.3320 - content: "\e153";
36.3321 -}
36.3322 -
36.3323 -.glyphicon-sort-by-order-alt:before {
36.3324 - content: "\e154";
36.3325 -}
36.3326 -
36.3327 -.glyphicon-sort-by-attributes:before {
36.3328 - content: "\e155";
36.3329 -}
36.3330 -
36.3331 -.glyphicon-sort-by-attributes-alt:before {
36.3332 - content: "\e156";
36.3333 -}
36.3334 -
36.3335 -.glyphicon-unchecked:before {
36.3336 - content: "\e157";
36.3337 -}
36.3338 -
36.3339 -.glyphicon-expand:before {
36.3340 - content: "\e158";
36.3341 -}
36.3342 -
36.3343 -.glyphicon-collapse-down:before {
36.3344 - content: "\e159";
36.3345 -}
36.3346 -
36.3347 -.glyphicon-collapse-up:before {
36.3348 - content: "\e160";
36.3349 -}
36.3350 -
36.3351 -.glyphicon-log-in:before {
36.3352 - content: "\e161";
36.3353 -}
36.3354 -
36.3355 -.glyphicon-flash:before {
36.3356 - content: "\e162";
36.3357 -}
36.3358 -
36.3359 -.glyphicon-log-out:before {
36.3360 - content: "\e163";
36.3361 -}
36.3362 -
36.3363 -.glyphicon-new-window:before {
36.3364 - content: "\e164";
36.3365 -}
36.3366 -
36.3367 -.glyphicon-record:before {
36.3368 - content: "\e165";
36.3369 -}
36.3370 -
36.3371 -.glyphicon-save:before {
36.3372 - content: "\e166";
36.3373 -}
36.3374 -
36.3375 -.glyphicon-open:before {
36.3376 - content: "\e167";
36.3377 -}
36.3378 -
36.3379 -.glyphicon-saved:before {
36.3380 - content: "\e168";
36.3381 -}
36.3382 -
36.3383 -.glyphicon-import:before {
36.3384 - content: "\e169";
36.3385 -}
36.3386 -
36.3387 -.glyphicon-export:before {
36.3388 - content: "\e170";
36.3389 -}
36.3390 -
36.3391 -.glyphicon-send:before {
36.3392 - content: "\e171";
36.3393 -}
36.3394 -
36.3395 -.glyphicon-floppy-disk:before {
36.3396 - content: "\e172";
36.3397 -}
36.3398 -
36.3399 -.glyphicon-floppy-saved:before {
36.3400 - content: "\e173";
36.3401 -}
36.3402 -
36.3403 -.glyphicon-floppy-remove:before {
36.3404 - content: "\e174";
36.3405 -}
36.3406 -
36.3407 -.glyphicon-floppy-save:before {
36.3408 - content: "\e175";
36.3409 -}
36.3410 -
36.3411 -.glyphicon-floppy-open:before {
36.3412 - content: "\e176";
36.3413 -}
36.3414 -
36.3415 -.glyphicon-credit-card:before {
36.3416 - content: "\e177";
36.3417 -}
36.3418 -
36.3419 -.glyphicon-transfer:before {
36.3420 - content: "\e178";
36.3421 -}
36.3422 -
36.3423 -.glyphicon-cutlery:before {
36.3424 - content: "\e179";
36.3425 -}
36.3426 -
36.3427 -.glyphicon-header:before {
36.3428 - content: "\e180";
36.3429 -}
36.3430 -
36.3431 -.glyphicon-compressed:before {
36.3432 - content: "\e181";
36.3433 -}
36.3434 -
36.3435 -.glyphicon-earphone:before {
36.3436 - content: "\e182";
36.3437 -}
36.3438 -
36.3439 -.glyphicon-phone-alt:before {
36.3440 - content: "\e183";
36.3441 -}
36.3442 -
36.3443 -.glyphicon-tower:before {
36.3444 - content: "\e184";
36.3445 -}
36.3446 -
36.3447 -.glyphicon-stats:before {
36.3448 - content: "\e185";
36.3449 -}
36.3450 -
36.3451 -.glyphicon-sd-video:before {
36.3452 - content: "\e186";
36.3453 -}
36.3454 -
36.3455 -.glyphicon-hd-video:before {
36.3456 - content: "\e187";
36.3457 -}
36.3458 -
36.3459 -.glyphicon-subtitles:before {
36.3460 - content: "\e188";
36.3461 -}
36.3462 -
36.3463 -.glyphicon-sound-stereo:before {
36.3464 - content: "\e189";
36.3465 -}
36.3466 -
36.3467 -.glyphicon-sound-dolby:before {
36.3468 - content: "\e190";
36.3469 -}
36.3470 -
36.3471 -.glyphicon-sound-5-1:before {
36.3472 - content: "\e191";
36.3473 -}
36.3474 -
36.3475 -.glyphicon-sound-6-1:before {
36.3476 - content: "\e192";
36.3477 -}
36.3478 -
36.3479 -.glyphicon-sound-7-1:before {
36.3480 - content: "\e193";
36.3481 -}
36.3482 -
36.3483 -.glyphicon-copyright-mark:before {
36.3484 - content: "\e194";
36.3485 -}
36.3486 -
36.3487 -.glyphicon-registration-mark:before {
36.3488 - content: "\e195";
36.3489 -}
36.3490 -
36.3491 -.glyphicon-cloud-download:before {
36.3492 - content: "\e197";
36.3493 -}
36.3494 -
36.3495 -.glyphicon-cloud-upload:before {
36.3496 - content: "\e198";
36.3497 -}
36.3498 -
36.3499 -.glyphicon-tree-conifer:before {
36.3500 - content: "\e199";
36.3501 -}
36.3502 -
36.3503 -.glyphicon-tree-deciduous:before {
36.3504 - content: "\e200";
36.3505 -}
36.3506 -
36.3507 -.caret {
36.3508 - display: inline-block;
36.3509 - width: 0;
36.3510 - height: 0;
36.3511 - margin-left: 2px;
36.3512 - vertical-align: middle;
36.3513 - border-top: 4px solid;
36.3514 - border-right: 4px solid transparent;
36.3515 - border-left: 4px solid transparent;
36.3516 -}
36.3517 -
36.3518 -.dropdown {
36.3519 - position: relative;
36.3520 -}
36.3521 -
36.3522 -.dropdown-toggle:focus {
36.3523 - outline: 0;
36.3524 -}
36.3525 -
36.3526 -.dropdown-menu {
36.3527 - position: absolute;
36.3528 - top: 100%;
36.3529 - left: 0;
36.3530 - z-index: 1000;
36.3531 - display: none;
36.3532 - float: left;
36.3533 - min-width: 160px;
36.3534 - padding: 5px 0;
36.3535 - margin: 2px 0 0;
36.3536 - font-size: 14px;
36.3537 - list-style: none;
36.3538 - background-color: #ffffff;
36.3539 - border: 1px solid #cccccc;
36.3540 - border: 1px solid rgba(0, 0, 0, 0.15);
36.3541 - border-radius: 4px;
36.3542 - -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
36.3543 - box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
36.3544 - background-clip: padding-box;
36.3545 -}
36.3546 -
36.3547 -.dropdown-menu.pull-right {
36.3548 - right: 0;
36.3549 - left: auto;
36.3550 -}
36.3551 -
36.3552 -.dropdown-menu .divider {
36.3553 - height: 1px;
36.3554 - margin: 9px 0;
36.3555 - overflow: hidden;
36.3556 - background-color: #e5e5e5;
36.3557 -}
36.3558 -
36.3559 -.dropdown-menu > li > a {
36.3560 - display: block;
36.3561 - padding: 3px 20px;
36.3562 - clear: both;
36.3563 - font-weight: normal;
36.3564 - line-height: 1.428571429;
36.3565 - color: #333333;
36.3566 - white-space: nowrap;
36.3567 -}
36.3568 -
36.3569 -.dropdown-menu > li > a:hover,
36.3570 -.dropdown-menu > li > a:focus {
36.3571 - color: #262626;
36.3572 - text-decoration: none;
36.3573 - background-color: #f5f5f5;
36.3574 -}
36.3575 -
36.3576 -.dropdown-menu > .active > a,
36.3577 -.dropdown-menu > .active > a:hover,
36.3578 -.dropdown-menu > .active > a:focus {
36.3579 - color: #ffffff;
36.3580 - text-decoration: none;
36.3581 - background-color: #428bca;
36.3582 - outline: 0;
36.3583 -}
36.3584 -
36.3585 -.dropdown-menu > .disabled > a,
36.3586 -.dropdown-menu > .disabled > a:hover,
36.3587 -.dropdown-menu > .disabled > a:focus {
36.3588 - color: #999999;
36.3589 -}
36.3590 -
36.3591 -.dropdown-menu > .disabled > a:hover,
36.3592 -.dropdown-menu > .disabled > a:focus {
36.3593 - text-decoration: none;
36.3594 - cursor: not-allowed;
36.3595 - background-color: transparent;
36.3596 - background-image: none;
36.3597 - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
36.3598 -}
36.3599 -
36.3600 -.open > .dropdown-menu {
36.3601 - display: block;
36.3602 -}
36.3603 -
36.3604 -.open > a {
36.3605 - outline: 0;
36.3606 -}
36.3607 -
36.3608 -.dropdown-header {
36.3609 - display: block;
36.3610 - padding: 3px 20px;
36.3611 - font-size: 12px;
36.3612 - line-height: 1.428571429;
36.3613 - color: #999999;
36.3614 -}
36.3615 -
36.3616 -.dropdown-backdrop {
36.3617 - position: fixed;
36.3618 - top: 0;
36.3619 - right: 0;
36.3620 - bottom: 0;
36.3621 - left: 0;
36.3622 - z-index: 990;
36.3623 -}
36.3624 -
36.3625 -.pull-right > .dropdown-menu {
36.3626 - right: 0;
36.3627 - left: auto;
36.3628 -}
36.3629 -
36.3630 -.dropup .caret,
36.3631 -.navbar-fixed-bottom .dropdown .caret {
36.3632 - border-top: 0;
36.3633 - border-bottom: 4px solid;
36.3634 - content: "";
36.3635 -}
36.3636 -
36.3637 -.dropup .dropdown-menu,
36.3638 -.navbar-fixed-bottom .dropdown .dropdown-menu {
36.3639 - top: auto;
36.3640 - bottom: 100%;
36.3641 - margin-bottom: 1px;
36.3642 -}
36.3643 -
36.3644 -@media (min-width: 768px) {
36.3645 - .navbar-right .dropdown-menu {
36.3646 - right: 0;
36.3647 - left: auto;
36.3648 - }
36.3649 -}
36.3650 -
36.3651 -.btn-group,
36.3652 -.btn-group-vertical {
36.3653 - position: relative;
36.3654 - display: inline-block;
36.3655 - vertical-align: middle;
36.3656 -}
36.3657 -
36.3658 -.btn-group > .btn,
36.3659 -.btn-group-vertical > .btn {
36.3660 - position: relative;
36.3661 - float: left;
36.3662 -}
36.3663 -
36.3664 -.btn-group > .btn:hover,
36.3665 -.btn-group-vertical > .btn:hover,
36.3666 -.btn-group > .btn:focus,
36.3667 -.btn-group-vertical > .btn:focus,
36.3668 -.btn-group > .btn:active,
36.3669 -.btn-group-vertical > .btn:active,
36.3670 -.btn-group > .btn.active,
36.3671 -.btn-group-vertical > .btn.active {
36.3672 - z-index: 2;
36.3673 -}
36.3674 -
36.3675 -.btn-group > .btn:focus,
36.3676 -.btn-group-vertical > .btn:focus {
36.3677 - outline: none;
36.3678 -}
36.3679 -
36.3680 -.btn-group .btn + .btn,
36.3681 -.btn-group .btn + .btn-group,
36.3682 -.btn-group .btn-group + .btn,
36.3683 -.btn-group .btn-group + .btn-group {
36.3684 - margin-left: -1px;
36.3685 -}
36.3686 -
36.3687 -.btn-toolbar:before,
36.3688 -.btn-toolbar:after {
36.3689 - display: table;
36.3690 - content: " ";
36.3691 -}
36.3692 -
36.3693 -.btn-toolbar:after {
36.3694 - clear: both;
36.3695 -}
36.3696 -
36.3697 -.btn-toolbar:before,
36.3698 -.btn-toolbar:after {
36.3699 - display: table;
36.3700 - content: " ";
36.3701 -}
36.3702 -
36.3703 -.btn-toolbar:after {
36.3704 - clear: both;
36.3705 -}
36.3706 -
36.3707 -.btn-toolbar .btn-group {
36.3708 - float: left;
36.3709 -}
36.3710 -
36.3711 -.btn-toolbar > .btn + .btn,
36.3712 -.btn-toolbar > .btn-group + .btn,
36.3713 -.btn-toolbar > .btn + .btn-group,
36.3714 -.btn-toolbar > .btn-group + .btn-group {
36.3715 - margin-left: 5px;
36.3716 -}
36.3717 -
36.3718 -.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
36.3719 - border-radius: 0;
36.3720 -}
36.3721 -
36.3722 -.btn-group > .btn:first-child {
36.3723 - margin-left: 0;
36.3724 -}
36.3725 -
36.3726 -.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
36.3727 - border-top-right-radius: 0;
36.3728 - border-bottom-right-radius: 0;
36.3729 -}
36.3730 -
36.3731 -.btn-group > .btn:last-child:not(:first-child),
36.3732 -.btn-group > .dropdown-toggle:not(:first-child) {
36.3733 - border-bottom-left-radius: 0;
36.3734 - border-top-left-radius: 0;
36.3735 -}
36.3736 -
36.3737 -.btn-group > .btn-group {
36.3738 - float: left;
36.3739 -}
36.3740 -
36.3741 -.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
36.3742 - border-radius: 0;
36.3743 -}
36.3744 -
36.3745 -.btn-group > .btn-group:first-child > .btn:last-child,
36.3746 -.btn-group > .btn-group:first-child > .dropdown-toggle {
36.3747 - border-top-right-radius: 0;
36.3748 - border-bottom-right-radius: 0;
36.3749 -}
36.3750 -
36.3751 -.btn-group > .btn-group:last-child > .btn:first-child {
36.3752 - border-bottom-left-radius: 0;
36.3753 - border-top-left-radius: 0;
36.3754 -}
36.3755 -
36.3756 -.btn-group .dropdown-toggle:active,
36.3757 -.btn-group.open .dropdown-toggle {
36.3758 - outline: 0;
36.3759 -}
36.3760 -
36.3761 -.btn-group-xs > .btn {
36.3762 - padding: 1px 5px;
36.3763 - font-size: 12px;
36.3764 - line-height: 1.5;
36.3765 - border-radius: 3px;
36.3766 -}
36.3767 -
36.3768 -.btn-group-sm > .btn {
36.3769 - padding: 5px 10px;
36.3770 - font-size: 12px;
36.3771 - line-height: 1.5;
36.3772 - border-radius: 3px;
36.3773 -}
36.3774 -
36.3775 -.btn-group-lg > .btn {
36.3776 - padding: 10px 16px;
36.3777 - font-size: 18px;
36.3778 - line-height: 1.33;
36.3779 - border-radius: 6px;
36.3780 -}
36.3781 -
36.3782 -.btn-group > .btn + .dropdown-toggle {
36.3783 - padding-right: 8px;
36.3784 - padding-left: 8px;
36.3785 -}
36.3786 -
36.3787 -.btn-group > .btn-lg + .dropdown-toggle {
36.3788 - padding-right: 12px;
36.3789 - padding-left: 12px;
36.3790 -}
36.3791 -
36.3792 -.btn-group.open .dropdown-toggle {
36.3793 - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
36.3794 - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
36.3795 -}
36.3796 -
36.3797 -.btn-group.open .dropdown-toggle.btn-link {
36.3798 - -webkit-box-shadow: none;
36.3799 - box-shadow: none;
36.3800 -}
36.3801 -
36.3802 -.btn .caret {
36.3803 - margin-left: 0;
36.3804 -}
36.3805 -
36.3806 -.btn-lg .caret {
36.3807 - border-width: 5px 5px 0;
36.3808 - border-bottom-width: 0;
36.3809 -}
36.3810 -
36.3811 -.dropup .btn-lg .caret {
36.3812 - border-width: 0 5px 5px;
36.3813 -}
36.3814 -
36.3815 -.btn-group-vertical > .btn,
36.3816 -.btn-group-vertical > .btn-group,
36.3817 -.btn-group-vertical > .btn-group > .btn {
36.3818 - display: block;
36.3819 - float: none;
36.3820 - width: 100%;
36.3821 - max-width: 100%;
36.3822 -}
36.3823 -
36.3824 -.btn-group-vertical > .btn-group:before,
36.3825 -.btn-group-vertical > .btn-group:after {
36.3826 - display: table;
36.3827 - content: " ";
36.3828 -}
36.3829 -
36.3830 -.btn-group-vertical > .btn-group:after {
36.3831 - clear: both;
36.3832 -}
36.3833 -
36.3834 -.btn-group-vertical > .btn-group:before,
36.3835 -.btn-group-vertical > .btn-group:after {
36.3836 - display: table;
36.3837 - content: " ";
36.3838 -}
36.3839 -
36.3840 -.btn-group-vertical > .btn-group:after {
36.3841 - clear: both;
36.3842 -}
36.3843 -
36.3844 -.btn-group-vertical > .btn-group > .btn {
36.3845 - float: none;
36.3846 -}
36.3847 -
36.3848 -.btn-group-vertical > .btn + .btn,
36.3849 -.btn-group-vertical > .btn + .btn-group,
36.3850 -.btn-group-vertical > .btn-group + .btn,
36.3851 -.btn-group-vertical > .btn-group + .btn-group {
36.3852 - margin-top: -1px;
36.3853 - margin-left: 0;
36.3854 -}
36.3855 -
36.3856 -.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
36.3857 - border-radius: 0;
36.3858 -}
36.3859 -
36.3860 -.btn-group-vertical > .btn:first-child:not(:last-child) {
36.3861 - border-top-right-radius: 4px;
36.3862 - border-bottom-right-radius: 0;
36.3863 - border-bottom-left-radius: 0;
36.3864 -}
36.3865 -
36.3866 -.btn-group-vertical > .btn:last-child:not(:first-child) {
36.3867 - border-top-right-radius: 0;
36.3868 - border-bottom-left-radius: 4px;
36.3869 - border-top-left-radius: 0;
36.3870 -}
36.3871 -
36.3872 -.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
36.3873 - border-radius: 0;
36.3874 -}
36.3875 -
36.3876 -.btn-group-vertical > .btn-group:first-child > .btn:last-child,
36.3877 -.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
36.3878 - border-bottom-right-radius: 0;
36.3879 - border-bottom-left-radius: 0;
36.3880 -}
36.3881 -
36.3882 -.btn-group-vertical > .btn-group:last-child > .btn:first-child {
36.3883 - border-top-right-radius: 0;
36.3884 - border-top-left-radius: 0;
36.3885 -}
36.3886 -
36.3887 -.btn-group-justified {
36.3888 - display: table;
36.3889 - width: 100%;
36.3890 - border-collapse: separate;
36.3891 - table-layout: fixed;
36.3892 -}
36.3893 -
36.3894 -.btn-group-justified > .btn,
36.3895 -.btn-group-justified > .btn-group {
36.3896 - display: table-cell;
36.3897 - float: none;
36.3898 - width: 1%;
36.3899 -}
36.3900 -
36.3901 -.btn-group-justified > .btn-group .btn {
36.3902 - width: 100%;
36.3903 -}
36.3904 -
36.3905 -[data-toggle="buttons"] > .btn > input[type="radio"],
36.3906 -[data-toggle="buttons"] > .btn > input[type="checkbox"] {
36.3907 - display: none;
36.3908 -}
36.3909 -
36.3910 -.input-group {
36.3911 - position: relative;
36.3912 - display: table;
36.3913 - border-collapse: separate;
36.3914 -}
36.3915 -
36.3916 -.input-group[class*="col-"] {
36.3917 - float: none;
36.3918 - padding-right: 0;
36.3919 - padding-left: 0;
36.3920 -}
36.3921 -
36.3922 -.input-group .form-control {
36.3923 - width: 100%;
36.3924 - margin-bottom: 0;
36.3925 -}
36.3926 -
36.3927 -.input-group-lg > .form-control,
36.3928 -.input-group-lg > .input-group-addon,
36.3929 -.input-group-lg > .input-group-btn > .btn {
36.3930 - height: 46px;
36.3931 - padding: 10px 16px;
36.3932 - font-size: 18px;
36.3933 - line-height: 1.33;
36.3934 - border-radius: 6px;
36.3935 -}
36.3936 -
36.3937 -select.input-group-lg > .form-control,
36.3938 -select.input-group-lg > .input-group-addon,
36.3939 -select.input-group-lg > .input-group-btn > .btn {
36.3940 - height: 46px;
36.3941 - line-height: 46px;
36.3942 -}
36.3943 -
36.3944 -textarea.input-group-lg > .form-control,
36.3945 -textarea.input-group-lg > .input-group-addon,
36.3946 -textarea.input-group-lg > .input-group-btn > .btn {
36.3947 - height: auto;
36.3948 -}
36.3949 -
36.3950 -.input-group-sm > .form-control,
36.3951 -.input-group-sm > .input-group-addon,
36.3952 -.input-group-sm > .input-group-btn > .btn {
36.3953 - height: 30px;
36.3954 - padding: 5px 10px;
36.3955 - font-size: 12px;
36.3956 - line-height: 1.5;
36.3957 - border-radius: 3px;
36.3958 -}
36.3959 -
36.3960 -select.input-group-sm > .form-control,
36.3961 -select.input-group-sm > .input-group-addon,
36.3962 -select.input-group-sm > .input-group-btn > .btn {
36.3963 - height: 30px;
36.3964 - line-height: 30px;
36.3965 -}
36.3966 -
36.3967 -textarea.input-group-sm > .form-control,
36.3968 -textarea.input-group-sm > .input-group-addon,
36.3969 -textarea.input-group-sm > .input-group-btn > .btn {
36.3970 - height: auto;
36.3971 -}
36.3972 -
36.3973 -.input-group-addon,
36.3974 -.input-group-btn,
36.3975 -.input-group .form-control {
36.3976 - display: table-cell;
36.3977 -}
36.3978 -
36.3979 -.input-group-addon:not(:first-child):not(:last-child),
36.3980 -.input-group-btn:not(:first-child):not(:last-child),
36.3981 -.input-group .form-control:not(:first-child):not(:last-child) {
36.3982 - border-radius: 0;
36.3983 -}
36.3984 -
36.3985 -.input-group-addon,
36.3986 -.input-group-btn {
36.3987 - width: 1%;
36.3988 - white-space: nowrap;
36.3989 - vertical-align: middle;
36.3990 -}
36.3991 -
36.3992 -.input-group-addon {
36.3993 - padding: 6px 12px;
36.3994 - font-size: 14px;
36.3995 - font-weight: normal;
36.3996 - line-height: 1;
36.3997 - color: #555555;
36.3998 - text-align: center;
36.3999 - background-color: #eeeeee;
36.4000 - border: 1px solid #cccccc;
36.4001 - border-radius: 4px;
36.4002 -}
36.4003 -
36.4004 -.input-group-addon.input-sm {
36.4005 - padding: 5px 10px;
36.4006 - font-size: 12px;
36.4007 - border-radius: 3px;
36.4008 -}
36.4009 -
36.4010 -.input-group-addon.input-lg {
36.4011 - padding: 10px 16px;
36.4012 - font-size: 18px;
36.4013 - border-radius: 6px;
36.4014 -}
36.4015 -
36.4016 -.input-group-addon input[type="radio"],
36.4017 -.input-group-addon input[type="checkbox"] {
36.4018 - margin-top: 0;
36.4019 -}
36.4020 -
36.4021 -.input-group .form-control:first-child,
36.4022 -.input-group-addon:first-child,
36.4023 -.input-group-btn:first-child > .btn,
36.4024 -.input-group-btn:first-child > .dropdown-toggle,
36.4025 -.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
36.4026 - border-top-right-radius: 0;
36.4027 - border-bottom-right-radius: 0;
36.4028 -}
36.4029 -
36.4030 -.input-group-addon:first-child {
36.4031 - border-right: 0;
36.4032 -}
36.4033 -
36.4034 -.input-group .form-control:last-child,
36.4035 -.input-group-addon:last-child,
36.4036 -.input-group-btn:last-child > .btn,
36.4037 -.input-group-btn:last-child > .dropdown-toggle,
36.4038 -.input-group-btn:first-child > .btn:not(:first-child) {
36.4039 - border-bottom-left-radius: 0;
36.4040 - border-top-left-radius: 0;
36.4041 -}
36.4042 -
36.4043 -.input-group-addon:last-child {
36.4044 - border-left: 0;
36.4045 -}
36.4046 -
36.4047 -.input-group-btn {
36.4048 - position: relative;
36.4049 - white-space: nowrap;
36.4050 -}
36.4051 -
36.4052 -.input-group-btn:first-child > .btn {
36.4053 - margin-right: -1px;
36.4054 -}
36.4055 -
36.4056 -.input-group-btn:last-child > .btn {
36.4057 - margin-left: -1px;
36.4058 -}
36.4059 -
36.4060 -.input-group-btn > .btn {
36.4061 - position: relative;
36.4062 -}
36.4063 -
36.4064 -.input-group-btn > .btn + .btn {
36.4065 - margin-left: -4px;
36.4066 -}
36.4067 -
36.4068 -.input-group-btn > .btn:hover,
36.4069 -.input-group-btn > .btn:active {
36.4070 - z-index: 2;
36.4071 -}
36.4072 -
36.4073 -.nav {
36.4074 - padding-left: 0;
36.4075 - margin-bottom: 0;
36.4076 - list-style: none;
36.4077 -}
36.4078 -
36.4079 -.nav:before,
36.4080 -.nav:after {
36.4081 - display: table;
36.4082 - content: " ";
36.4083 -}
36.4084 -
36.4085 -.nav:after {
36.4086 - clear: both;
36.4087 -}
36.4088 -
36.4089 -.nav:before,
36.4090 -.nav:after {
36.4091 - display: table;
36.4092 - content: " ";
36.4093 -}
36.4094 -
36.4095 -.nav:after {
36.4096 - clear: both;
36.4097 -}
36.4098 -
36.4099 -.nav > li {
36.4100 - position: relative;
36.4101 - display: block;
36.4102 -}
36.4103 -
36.4104 -.nav > li > a {
36.4105 - position: relative;
36.4106 - display: block;
36.4107 - padding: 10px 15px;
36.4108 -}
36.4109 -
36.4110 -.nav > li > a:hover,
36.4111 -.nav > li > a:focus {
36.4112 - text-decoration: none;
36.4113 - background-color: #eeeeee;
36.4114 -}
36.4115 -
36.4116 -.nav > li.disabled > a {
36.4117 - color: #999999;
36.4118 -}
36.4119 -
36.4120 -.nav > li.disabled > a:hover,
36.4121 -.nav > li.disabled > a:focus {
36.4122 - color: #999999;
36.4123 - text-decoration: none;
36.4124 - cursor: not-allowed;
36.4125 - background-color: transparent;
36.4126 -}
36.4127 -
36.4128 -.nav .open > a,
36.4129 -.nav .open > a:hover,
36.4130 -.nav .open > a:focus {
36.4131 - background-color: #eeeeee;
36.4132 - border-color: #428bca;
36.4133 -}
36.4134 -
36.4135 -.nav .nav-divider {
36.4136 - height: 1px;
36.4137 - margin: 9px 0;
36.4138 - overflow: hidden;
36.4139 - background-color: #e5e5e5;
36.4140 -}
36.4141 -
36.4142 -.nav > li > a > img {
36.4143 - max-width: none;
36.4144 -}
36.4145 -
36.4146 -.nav-tabs {
36.4147 - border-bottom: 1px solid #dddddd;
36.4148 -}
36.4149 -
36.4150 -.nav-tabs > li {
36.4151 - float: left;
36.4152 - margin-bottom: -1px;
36.4153 -}
36.4154 -
36.4155 -.nav-tabs > li > a {
36.4156 - margin-right: 2px;
36.4157 - line-height: 1.428571429;
36.4158 - border: 1px solid transparent;
36.4159 - border-radius: 4px 4px 0 0;
36.4160 -}
36.4161 -
36.4162 -.nav-tabs > li > a:hover {
36.4163 - border-color: #eeeeee #eeeeee #dddddd;
36.4164 -}
36.4165 -
36.4166 -.nav-tabs > li.active > a,
36.4167 -.nav-tabs > li.active > a:hover,
36.4168 -.nav-tabs > li.active > a:focus {
36.4169 - color: #555555;
36.4170 - cursor: default;
36.4171 - background-color: #ffffff;
36.4172 - border: 1px solid #dddddd;
36.4173 - border-bottom-color: transparent;
36.4174 -}
36.4175 -
36.4176 -.nav-tabs.nav-justified {
36.4177 - width: 100%;
36.4178 - border-bottom: 0;
36.4179 -}
36.4180 -
36.4181 -.nav-tabs.nav-justified > li {
36.4182 - float: none;
36.4183 -}
36.4184 -
36.4185 -.nav-tabs.nav-justified > li > a {
36.4186 - margin-bottom: 5px;
36.4187 - text-align: center;
36.4188 -}
36.4189 -
36.4190 -.nav-tabs.nav-justified > .dropdown .dropdown-menu {
36.4191 - top: auto;
36.4192 - left: auto;
36.4193 -}
36.4194 -
36.4195 -@media (min-width: 768px) {
36.4196 - .nav-tabs.nav-justified > li {
36.4197 - display: table-cell;
36.4198 - width: 1%;
36.4199 - }
36.4200 - .nav-tabs.nav-justified > li > a {
36.4201 - margin-bottom: 0;
36.4202 - }
36.4203 -}
36.4204 -
36.4205 -.nav-tabs.nav-justified > li > a {
36.4206 - margin-right: 0;
36.4207 - border-radius: 4px;
36.4208 -}
36.4209 -
36.4210 -.nav-tabs.nav-justified > .active > a,
36.4211 -.nav-tabs.nav-justified > .active > a:hover,
36.4212 -.nav-tabs.nav-justified > .active > a:focus {
36.4213 - border: 1px solid #dddddd;
36.4214 -}
36.4215 -
36.4216 -@media (min-width: 768px) {
36.4217 - .nav-tabs.nav-justified > li > a {
36.4218 - border-bottom: 1px solid #dddddd;
36.4219 - border-radius: 4px 4px 0 0;
36.4220 - }
36.4221 - .nav-tabs.nav-justified > .active > a,
36.4222 - .nav-tabs.nav-justified > .active > a:hover,
36.4223 - .nav-tabs.nav-justified > .active > a:focus {
36.4224 - border-bottom-color: #ffffff;
36.4225 - }
36.4226 -}
36.4227 -
36.4228 -.nav-pills > li {
36.4229 - float: left;
36.4230 -}
36.4231 -
36.4232 -.nav-pills > li > a {
36.4233 - border-radius: 4px;
36.4234 -}
36.4235 -
36.4236 -.nav-pills > li + li {
36.4237 - margin-left: 2px;
36.4238 -}
36.4239 -
36.4240 -.nav-pills > li.active > a,
36.4241 -.nav-pills > li.active > a:hover,
36.4242 -.nav-pills > li.active > a:focus {
36.4243 - color: #ffffff;
36.4244 - background-color: #428bca;
36.4245 -}
36.4246 -
36.4247 -.nav-stacked > li {
36.4248 - float: none;
36.4249 -}
36.4250 -
36.4251 -.nav-stacked > li + li {
36.4252 - margin-top: 2px;
36.4253 - margin-left: 0;
36.4254 -}
36.4255 -
36.4256 -.nav-justified {
36.4257 - width: 100%;
36.4258 -}
36.4259 -
36.4260 -.nav-justified > li {
36.4261 - float: none;
36.4262 -}
36.4263 -
36.4264 -.nav-justified > li > a {
36.4265 - margin-bottom: 5px;
36.4266 - text-align: center;
36.4267 -}
36.4268 -
36.4269 -.nav-justified > .dropdown .dropdown-menu {
36.4270 - top: auto;
36.4271 - left: auto;
36.4272 -}
36.4273 -
36.4274 -@media (min-width: 768px) {
36.4275 - .nav-justified > li {
36.4276 - display: table-cell;
36.4277 - width: 1%;
36.4278 - }
36.4279 - .nav-justified > li > a {
36.4280 - margin-bottom: 0;
36.4281 - }
36.4282 -}
36.4283 -
36.4284 -.nav-tabs-justified {
36.4285 - border-bottom: 0;
36.4286 -}
36.4287 -
36.4288 -.nav-tabs-justified > li > a {
36.4289 - margin-right: 0;
36.4290 - border-radius: 4px;
36.4291 -}
36.4292 -
36.4293 -.nav-tabs-justified > .active > a,
36.4294 -.nav-tabs-justified > .active > a:hover,
36.4295 -.nav-tabs-justified > .active > a:focus {
36.4296 - border: 1px solid #dddddd;
36.4297 -}
36.4298 -
36.4299 -@media (min-width: 768px) {
36.4300 - .nav-tabs-justified > li > a {
36.4301 - border-bottom: 1px solid #dddddd;
36.4302 - border-radius: 4px 4px 0 0;
36.4303 - }
36.4304 - .nav-tabs-justified > .active > a,
36.4305 - .nav-tabs-justified > .active > a:hover,
36.4306 - .nav-tabs-justified > .active > a:focus {
36.4307 - border-bottom-color: #ffffff;
36.4308 - }
36.4309 -}
36.4310 -
36.4311 -.tab-content > .tab-pane {
36.4312 - display: none;
36.4313 -}
36.4314 -
36.4315 -.tab-content > .active {
36.4316 - display: block;
36.4317 -}
36.4318 -
36.4319 -.nav-tabs .dropdown-menu {
36.4320 - margin-top: -1px;
36.4321 - border-top-right-radius: 0;
36.4322 - border-top-left-radius: 0;
36.4323 -}
36.4324 -
36.4325 -.navbar {
36.4326 - position: relative;
36.4327 - min-height: 50px;
36.4328 - margin-bottom: 20px;
36.4329 - border: 1px solid transparent;
36.4330 -}
36.4331 -
36.4332 -.navbar:before,
36.4333 -.navbar:after {
36.4334 - display: table;
36.4335 - content: " ";
36.4336 -}
36.4337 -
36.4338 -.navbar:after {
36.4339 - clear: both;
36.4340 -}
36.4341 -
36.4342 -.navbar:before,
36.4343 -.navbar:after {
36.4344 - display: table;
36.4345 - content: " ";
36.4346 -}
36.4347 -
36.4348 -.navbar:after {
36.4349 - clear: both;
36.4350 -}
36.4351 -
36.4352 -@media (min-width: 768px) {
36.4353 - .navbar {
36.4354 - border-radius: 4px;
36.4355 - }
36.4356 -}
36.4357 -
36.4358 -.navbar-header:before,
36.4359 -.navbar-header:after {
36.4360 - display: table;
36.4361 - content: " ";
36.4362 -}
36.4363 -
36.4364 -.navbar-header:after {
36.4365 - clear: both;
36.4366 -}
36.4367 -
36.4368 -.navbar-header:before,
36.4369 -.navbar-header:after {
36.4370 - display: table;
36.4371 - content: " ";
36.4372 -}
36.4373 -
36.4374 -.navbar-header:after {
36.4375 - clear: both;
36.4376 -}
36.4377 -
36.4378 -@media (min-width: 768px) {
36.4379 - .navbar-header {
36.4380 - float: left;
36.4381 - }
36.4382 -}
36.4383 -
36.4384 -.navbar-collapse {
36.4385 - max-height: 340px;
36.4386 - padding-right: 15px;
36.4387 - padding-left: 15px;
36.4388 - overflow-x: visible;
36.4389 - border-top: 1px solid transparent;
36.4390 - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
36.4391 - -webkit-overflow-scrolling: touch;
36.4392 -}
36.4393 -
36.4394 -.navbar-collapse:before,
36.4395 -.navbar-collapse:after {
36.4396 - display: table;
36.4397 - content: " ";
36.4398 -}
36.4399 -
36.4400 -.navbar-collapse:after {
36.4401 - clear: both;
36.4402 -}
36.4403 -
36.4404 -.navbar-collapse:before,
36.4405 -.navbar-collapse:after {
36.4406 - display: table;
36.4407 - content: " ";
36.4408 -}
36.4409 -
36.4410 -.navbar-collapse:after {
36.4411 - clear: both;
36.4412 -}
36.4413 -
36.4414 -.navbar-collapse.in {
36.4415 - overflow-y: auto;
36.4416 -}
36.4417 -
36.4418 -@media (min-width: 768px) {
36.4419 - .navbar-collapse {
36.4420 - width: auto;
36.4421 - border-top: 0;
36.4422 - box-shadow: none;
36.4423 - }
36.4424 - .navbar-collapse.collapse {
36.4425 - display: block !important;
36.4426 - height: auto !important;
36.4427 - padding-bottom: 0;
36.4428 - overflow: visible !important;
36.4429 - }
36.4430 - .navbar-collapse.in {
36.4431 - overflow-y: visible;
36.4432 - }
36.4433 - .navbar-fixed-top .navbar-collapse,
36.4434 - .navbar-static-top .navbar-collapse,
36.4435 - .navbar-fixed-bottom .navbar-collapse {
36.4436 - padding-right: 0;
36.4437 - padding-left: 0;
36.4438 - }
36.4439 -}
36.4440 -
36.4441 -.container > .navbar-header,
36.4442 -.container > .navbar-collapse {
36.4443 - margin-right: -15px;
36.4444 - margin-left: -15px;
36.4445 -}
36.4446 -
36.4447 -@media (min-width: 768px) {
36.4448 - .container > .navbar-header,
36.4449 - .container > .navbar-collapse {
36.4450 - margin-right: 0;
36.4451 - margin-left: 0;
36.4452 - }
36.4453 -}
36.4454 -
36.4455 -.navbar-static-top {
36.4456 - z-index: 1000;
36.4457 - border-width: 0 0 1px;
36.4458 -}
36.4459 -
36.4460 -@media (min-width: 768px) {
36.4461 - .navbar-static-top {
36.4462 - border-radius: 0;
36.4463 - }
36.4464 -}
36.4465 -
36.4466 -.navbar-fixed-top,
36.4467 -.navbar-fixed-bottom {
36.4468 - position: fixed;
36.4469 - right: 0;
36.4470 - left: 0;
36.4471 - z-index: 1030;
36.4472 -}
36.4473 -
36.4474 -@media (min-width: 768px) {
36.4475 - .navbar-fixed-top,
36.4476 - .navbar-fixed-bottom {
36.4477 - border-radius: 0;
36.4478 - }
36.4479 -}
36.4480 -
36.4481 -.navbar-fixed-top {
36.4482 - top: 0;
36.4483 - border-width: 0 0 1px;
36.4484 -}
36.4485 -
36.4486 -.navbar-fixed-bottom {
36.4487 - bottom: 0;
36.4488 - margin-bottom: 0;
36.4489 - border-width: 1px 0 0;
36.4490 -}
36.4491 -
36.4492 -.navbar-brand {
36.4493 - float: left;
36.4494 - padding: 15px 15px;
36.4495 - font-size: 18px;
36.4496 - line-height: 20px;
36.4497 -}
36.4498 -
36.4499 -.navbar-brand:hover,
36.4500 -.navbar-brand:focus {
36.4501 - text-decoration: none;
36.4502 -}
36.4503 -
36.4504 -@media (min-width: 768px) {
36.4505 - .navbar > .container .navbar-brand {
36.4506 - margin-left: -15px;
36.4507 - }
36.4508 -}
36.4509 -
36.4510 -.navbar-toggle {
36.4511 - position: relative;
36.4512 - float: right;
36.4513 - padding: 9px 10px;
36.4514 - margin-top: 8px;
36.4515 - margin-right: 15px;
36.4516 - margin-bottom: 8px;
36.4517 - background-color: transparent;
36.4518 - background-image: none;
36.4519 - border: 1px solid transparent;
36.4520 - border-radius: 4px;
36.4521 -}
36.4522 -
36.4523 -.navbar-toggle .icon-bar {
36.4524 - display: block;
36.4525 - width: 22px;
36.4526 - height: 2px;
36.4527 - border-radius: 1px;
36.4528 -}
36.4529 -
36.4530 -.navbar-toggle .icon-bar + .icon-bar {
36.4531 - margin-top: 4px;
36.4532 -}
36.4533 -
36.4534 -@media (min-width: 768px) {
36.4535 - .navbar-toggle {
36.4536 - display: none;
36.4537 - }
36.4538 -}
36.4539 -
36.4540 -.navbar-nav {
36.4541 - margin: 7.5px -15px;
36.4542 -}
36.4543 -
36.4544 -.navbar-nav > li > a {
36.4545 - padding-top: 10px;
36.4546 - padding-bottom: 10px;
36.4547 - line-height: 20px;
36.4548 -}
36.4549 -
36.4550 -@media (max-width: 767px) {
36.4551 - .navbar-nav .open .dropdown-menu {
36.4552 - position: static;
36.4553 - float: none;
36.4554 - width: auto;
36.4555 - margin-top: 0;
36.4556 - background-color: transparent;
36.4557 - border: 0;
36.4558 - box-shadow: none;
36.4559 - }
36.4560 - .navbar-nav .open .dropdown-menu > li > a,
36.4561 - .navbar-nav .open .dropdown-menu .dropdown-header {
36.4562 - padding: 5px 15px 5px 25px;
36.4563 - }
36.4564 - .navbar-nav .open .dropdown-menu > li > a {
36.4565 - line-height: 20px;
36.4566 - }
36.4567 - .navbar-nav .open .dropdown-menu > li > a:hover,
36.4568 - .navbar-nav .open .dropdown-menu > li > a:focus {
36.4569 - background-image: none;
36.4570 - }
36.4571 -}
36.4572 -
36.4573 -@media (min-width: 768px) {
36.4574 - .navbar-nav {
36.4575 - float: left;
36.4576 - margin: 0;
36.4577 - }
36.4578 - .navbar-nav > li {
36.4579 - float: left;
36.4580 - }
36.4581 - .navbar-nav > li > a {
36.4582 - padding-top: 15px;
36.4583 - padding-bottom: 15px;
36.4584 - }
36.4585 - .navbar-nav.navbar-right:last-child {
36.4586 - margin-right: -15px;
36.4587 - }
36.4588 -}
36.4589 -
36.4590 -@media (min-width: 768px) {
36.4591 - .navbar-left {
36.4592 - float: left !important;
36.4593 - }
36.4594 - .navbar-right {
36.4595 - float: right !important;
36.4596 - }
36.4597 -}
36.4598 -
36.4599 -.navbar-form {
36.4600 - padding: 10px 15px;
36.4601 - margin-top: 8px;
36.4602 - margin-right: -15px;
36.4603 - margin-bottom: 8px;
36.4604 - margin-left: -15px;
36.4605 - border-top: 1px solid transparent;
36.4606 - border-bottom: 1px solid transparent;
36.4607 - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
36.4608 - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
36.4609 -}
36.4610 -
36.4611 -@media (min-width: 768px) {
36.4612 - .navbar-form .form-group {
36.4613 - display: inline-block;
36.4614 - margin-bottom: 0;
36.4615 - vertical-align: middle;
36.4616 - }
36.4617 - .navbar-form .form-control {
36.4618 - display: inline-block;
36.4619 - }
36.4620 - .navbar-form select.form-control {
36.4621 - width: auto;
36.4622 - }
36.4623 - .navbar-form .radio,
36.4624 - .navbar-form .checkbox {
36.4625 - display: inline-block;
36.4626 - padding-left: 0;
36.4627 - margin-top: 0;
36.4628 - margin-bottom: 0;
36.4629 - }
36.4630 - .navbar-form .radio input[type="radio"],
36.4631 - .navbar-form .checkbox input[type="checkbox"] {
36.4632 - float: none;
36.4633 - margin-left: 0;
36.4634 - }
36.4635 -}
36.4636 -
36.4637 -@media (max-width: 767px) {
36.4638 - .navbar-form .form-group {
36.4639 - margin-bottom: 5px;
36.4640 - }
36.4641 -}
36.4642 -
36.4643 -@media (min-width: 768px) {
36.4644 - .navbar-form {
36.4645 - width: auto;
36.4646 - padding-top: 0;
36.4647 - padding-bottom: 0;
36.4648 - margin-right: 0;
36.4649 - margin-left: 0;
36.4650 - border: 0;
36.4651 - -webkit-box-shadow: none;
36.4652 - box-shadow: none;
36.4653 - }
36.4654 - .navbar-form.navbar-right:last-child {
36.4655 - margin-right: -15px;
36.4656 - }
36.4657 -}
36.4658 -
36.4659 -.navbar-nav > li > .dropdown-menu {
36.4660 - margin-top: 0;
36.4661 - border-top-right-radius: 0;
36.4662 - border-top-left-radius: 0;
36.4663 -}
36.4664 -
36.4665 -.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
36.4666 - border-bottom-right-radius: 0;
36.4667 - border-bottom-left-radius: 0;
36.4668 -}
36.4669 -
36.4670 -.navbar-nav.pull-right > li > .dropdown-menu,
36.4671 -.navbar-nav > li > .dropdown-menu.pull-right {
36.4672 - right: 0;
36.4673 - left: auto;
36.4674 -}
36.4675 -
36.4676 -.navbar-btn {
36.4677 - margin-top: 8px;
36.4678 - margin-bottom: 8px;
36.4679 -}
36.4680 -
36.4681 -.navbar-btn.btn-sm {
36.4682 - margin-top: 10px;
36.4683 - margin-bottom: 10px;
36.4684 -}
36.4685 -
36.4686 -.navbar-btn.btn-xs {
36.4687 - margin-top: 14px;
36.4688 - margin-bottom: 14px;
36.4689 -}
36.4690 -
36.4691 -.navbar-text {
36.4692 - margin-top: 15px;
36.4693 - margin-bottom: 15px;
36.4694 -}
36.4695 -
36.4696 -@media (min-width: 768px) {
36.4697 - .navbar-text {
36.4698 - float: left;
36.4699 - margin-right: 15px;
36.4700 - margin-left: 15px;
36.4701 - }
36.4702 - .navbar-text.navbar-right:last-child {
36.4703 - margin-right: 0;
36.4704 - }
36.4705 -}
36.4706 -
36.4707 -.navbar-default {
36.4708 - background-color: #f8f8f8;
36.4709 - border-color: #e7e7e7;
36.4710 -}
36.4711 -
36.4712 -.navbar-default .navbar-brand {
36.4713 - color: #777777;
36.4714 -}
36.4715 -
36.4716 -.navbar-default .navbar-brand:hover,
36.4717 -.navbar-default .navbar-brand:focus {
36.4718 - color: #5e5e5e;
36.4719 - background-color: transparent;
36.4720 -}
36.4721 -
36.4722 -.navbar-default .navbar-text {
36.4723 - color: #777777;
36.4724 -}
36.4725 -
36.4726 -.navbar-default .navbar-nav > li > a {
36.4727 - color: #777777;
36.4728 -}
36.4729 -
36.4730 -.navbar-default .navbar-nav > li > a:hover,
36.4731 -.navbar-default .navbar-nav > li > a:focus {
36.4732 - color: #333333;
36.4733 - background-color: transparent;
36.4734 -}
36.4735 -
36.4736 -.navbar-default .navbar-nav > .active > a,
36.4737 -.navbar-default .navbar-nav > .active > a:hover,
36.4738 -.navbar-default .navbar-nav > .active > a:focus {
36.4739 - color: #555555;
36.4740 - background-color: #e7e7e7;
36.4741 -}
36.4742 -
36.4743 -.navbar-default .navbar-nav > .disabled > a,
36.4744 -.navbar-default .navbar-nav > .disabled > a:hover,
36.4745 -.navbar-default .navbar-nav > .disabled > a:focus {
36.4746 - color: #cccccc;
36.4747 - background-color: transparent;
36.4748 -}
36.4749 -
36.4750 -.navbar-default .navbar-toggle {
36.4751 - border-color: #dddddd;
36.4752 -}
36.4753 -
36.4754 -.navbar-default .navbar-toggle:hover,
36.4755 -.navbar-default .navbar-toggle:focus {
36.4756 - background-color: #dddddd;
36.4757 -}
36.4758 -
36.4759 -.navbar-default .navbar-toggle .icon-bar {
36.4760 - background-color: #cccccc;
36.4761 -}
36.4762 -
36.4763 -.navbar-default .navbar-collapse,
36.4764 -.navbar-default .navbar-form {
36.4765 - border-color: #e7e7e7;
36.4766 -}
36.4767 -
36.4768 -.navbar-default .navbar-nav > .open > a,
36.4769 -.navbar-default .navbar-nav > .open > a:hover,
36.4770 -.navbar-default .navbar-nav > .open > a:focus {
36.4771 - color: #555555;
36.4772 - background-color: #e7e7e7;
36.4773 -}
36.4774 -
36.4775 -@media (max-width: 767px) {
36.4776 - .navbar-default .navbar-nav .open .dropdown-menu > li > a {
36.4777 - color: #777777;
36.4778 - }
36.4779 - .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
36.4780 - .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
36.4781 - color: #333333;
36.4782 - background-color: transparent;
36.4783 - }
36.4784 - .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
36.4785 - .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
36.4786 - .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
36.4787 - color: #555555;
36.4788 - background-color: #e7e7e7;
36.4789 - }
36.4790 - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
36.4791 - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
36.4792 - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
36.4793 - color: #cccccc;
36.4794 - background-color: transparent;
36.4795 - }
36.4796 -}
36.4797 -
36.4798 -.navbar-default .navbar-link {
36.4799 - color: #777777;
36.4800 -}
36.4801 -
36.4802 -.navbar-default .navbar-link:hover {
36.4803 - color: #333333;
36.4804 -}
36.4805 -
36.4806 -.navbar-inverse {
36.4807 - background-color: #222222;
36.4808 - border-color: #080808;
36.4809 -}
36.4810 -
36.4811 -.navbar-inverse .navbar-brand {
36.4812 - color: #999999;
36.4813 -}
36.4814 -
36.4815 -.navbar-inverse .navbar-brand:hover,
36.4816 -.navbar-inverse .navbar-brand:focus {
36.4817 - color: #ffffff;
36.4818 - background-color: transparent;
36.4819 -}
36.4820 -
36.4821 -.navbar-inverse .navbar-text {
36.4822 - color: #999999;
36.4823 -}
36.4824 -
36.4825 -.navbar-inverse .navbar-nav > li > a {
36.4826 - color: #999999;
36.4827 -}
36.4828 -
36.4829 -.navbar-inverse .navbar-nav > li > a:hover,
36.4830 -.navbar-inverse .navbar-nav > li > a:focus {
36.4831 - color: #ffffff;
36.4832 - background-color: transparent;
36.4833 -}
36.4834 -
36.4835 -.navbar-inverse .navbar-nav > .active > a,
36.4836 -.navbar-inverse .navbar-nav > .active > a:hover,
36.4837 -.navbar-inverse .navbar-nav > .active > a:focus {
36.4838 - color: #ffffff;
36.4839 - background-color: #080808;
36.4840 -}
36.4841 -
36.4842 -.navbar-inverse .navbar-nav > .disabled > a,
36.4843 -.navbar-inverse .navbar-nav > .disabled > a:hover,
36.4844 -.navbar-inverse .navbar-nav > .disabled > a:focus {
36.4845 - color: #444444;
36.4846 - background-color: transparent;
36.4847 -}
36.4848 -
36.4849 -.navbar-inverse .navbar-toggle {
36.4850 - border-color: #333333;
36.4851 -}
36.4852 -
36.4853 -.navbar-inverse .navbar-toggle:hover,
36.4854 -.navbar-inverse .navbar-toggle:focus {
36.4855 - background-color: #333333;
36.4856 -}
36.4857 -
36.4858 -.navbar-inverse .navbar-toggle .icon-bar {
36.4859 - background-color: #ffffff;
36.4860 -}
36.4861 -
36.4862 -.navbar-inverse .navbar-collapse,
36.4863 -.navbar-inverse .navbar-form {
36.4864 - border-color: #101010;
36.4865 -}
36.4866 -
36.4867 -.navbar-inverse .navbar-nav > .open > a,
36.4868 -.navbar-inverse .navbar-nav > .open > a:hover,
36.4869 -.navbar-inverse .navbar-nav > .open > a:focus {
36.4870 - color: #ffffff;
36.4871 - background-color: #080808;
36.4872 -}
36.4873 -
36.4874 -@media (max-width: 767px) {
36.4875 - .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
36.4876 - border-color: #080808;
36.4877 - }
36.4878 - .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
36.4879 - background-color: #080808;
36.4880 - }
36.4881 - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
36.4882 - color: #999999;
36.4883 - }
36.4884 - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
36.4885 - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
36.4886 - color: #ffffff;
36.4887 - background-color: transparent;
36.4888 - }
36.4889 - .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
36.4890 - .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
36.4891 - .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
36.4892 - color: #ffffff;
36.4893 - background-color: #080808;
36.4894 - }
36.4895 - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
36.4896 - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
36.4897 - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
36.4898 - color: #444444;
36.4899 - background-color: transparent;
36.4900 - }
36.4901 -}
36.4902 -
36.4903 -.navbar-inverse .navbar-link {
36.4904 - color: #999999;
36.4905 -}
36.4906 -
36.4907 -.navbar-inverse .navbar-link:hover {
36.4908 - color: #ffffff;
36.4909 -}
36.4910 -
36.4911 -.breadcrumb {
36.4912 - padding: 8px 15px;
36.4913 - margin-bottom: 20px;
36.4914 - list-style: none;
36.4915 - background-color: #f5f5f5;
36.4916 - border-radius: 4px;
36.4917 -}
36.4918 -
36.4919 -.breadcrumb > li {
36.4920 - display: inline-block;
36.4921 -}
36.4922 -
36.4923 -.breadcrumb > li + li:before {
36.4924 - padding: 0 5px;
36.4925 - color: #cccccc;
36.4926 - content: "/\00a0";
36.4927 -}
36.4928 -
36.4929 -.breadcrumb > .active {
36.4930 - color: #999999;
36.4931 -}
36.4932 -
36.4933 -.pagination {
36.4934 - display: inline-block;
36.4935 - padding-left: 0;
36.4936 - margin: 20px 0;
36.4937 - border-radius: 4px;
36.4938 -}
36.4939 -
36.4940 -.pagination > li {
36.4941 - display: inline;
36.4942 -}
36.4943 -
36.4944 -.pagination > li > a,
36.4945 -.pagination > li > span {
36.4946 - position: relative;
36.4947 - float: left;
36.4948 - padding: 6px 12px;
36.4949 - margin-left: -1px;
36.4950 - line-height: 1.428571429;
36.4951 - text-decoration: none;
36.4952 - background-color: #ffffff;
36.4953 - border: 1px solid #dddddd;
36.4954 -}
36.4955 -
36.4956 -.pagination > li:first-child > a,
36.4957 -.pagination > li:first-child > span {
36.4958 - margin-left: 0;
36.4959 - border-bottom-left-radius: 4px;
36.4960 - border-top-left-radius: 4px;
36.4961 -}
36.4962 -
36.4963 -.pagination > li:last-child > a,
36.4964 -.pagination > li:last-child > span {
36.4965 - border-top-right-radius: 4px;
36.4966 - border-bottom-right-radius: 4px;
36.4967 -}
36.4968 -
36.4969 -.pagination > li > a:hover,
36.4970 -.pagination > li > span:hover,
36.4971 -.pagination > li > a:focus,
36.4972 -.pagination > li > span:focus {
36.4973 - background-color: #eeeeee;
36.4974 -}
36.4975 -
36.4976 -.pagination > .active > a,
36.4977 -.pagination > .active > span,
36.4978 -.pagination > .active > a:hover,
36.4979 -.pagination > .active > span:hover,
36.4980 -.pagination > .active > a:focus,
36.4981 -.pagination > .active > span:focus {
36.4982 - z-index: 2;
36.4983 - color: #ffffff;
36.4984 - cursor: default;
36.4985 - background-color: #428bca;
36.4986 - border-color: #428bca;
36.4987 -}
36.4988 -
36.4989 -.pagination > .disabled > span,
36.4990 -.pagination > .disabled > span:hover,
36.4991 -.pagination > .disabled > span:focus,
36.4992 -.pagination > .disabled > a,
36.4993 -.pagination > .disabled > a:hover,
36.4994 -.pagination > .disabled > a:focus {
36.4995 - color: #999999;
36.4996 - cursor: not-allowed;
36.4997 - background-color: #ffffff;
36.4998 - border-color: #dddddd;
36.4999 -}
36.5000 -
36.5001 -.pagination-lg > li > a,
36.5002 -.pagination-lg > li > span {
36.5003 - padding: 10px 16px;
36.5004 - font-size: 18px;
36.5005 -}
36.5006 -
36.5007 -.pagination-lg > li:first-child > a,
36.5008 -.pagination-lg > li:first-child > span {
36.5009 - border-bottom-left-radius: 6px;
36.5010 - border-top-left-radius: 6px;
36.5011 -}
36.5012 -
36.5013 -.pagination-lg > li:last-child > a,
36.5014 -.pagination-lg > li:last-child > span {
36.5015 - border-top-right-radius: 6px;
36.5016 - border-bottom-right-radius: 6px;
36.5017 -}
36.5018 -
36.5019 -.pagination-sm > li > a,
36.5020 -.pagination-sm > li > span {
36.5021 - padding: 5px 10px;
36.5022 - font-size: 12px;
36.5023 -}
36.5024 -
36.5025 -.pagination-sm > li:first-child > a,
36.5026 -.pagination-sm > li:first-child > span {
36.5027 - border-bottom-left-radius: 3px;
36.5028 - border-top-left-radius: 3px;
36.5029 -}
36.5030 -
36.5031 -.pagination-sm > li:last-child > a,
36.5032 -.pagination-sm > li:last-child > span {
36.5033 - border-top-right-radius: 3px;
36.5034 - border-bottom-right-radius: 3px;
36.5035 -}
36.5036 -
36.5037 -.pager {
36.5038 - padding-left: 0;
36.5039 - margin: 20px 0;
36.5040 - text-align: center;
36.5041 - list-style: none;
36.5042 -}
36.5043 -
36.5044 -.pager:before,
36.5045 -.pager:after {
36.5046 - display: table;
36.5047 - content: " ";
36.5048 -}
36.5049 -
36.5050 -.pager:after {
36.5051 - clear: both;
36.5052 -}
36.5053 -
36.5054 -.pager:before,
36.5055 -.pager:after {
36.5056 - display: table;
36.5057 - content: " ";
36.5058 -}
36.5059 -
36.5060 -.pager:after {
36.5061 - clear: both;
36.5062 -}
36.5063 -
36.5064 -.pager li {
36.5065 - display: inline;
36.5066 -}
36.5067 -
36.5068 -.pager li > a,
36.5069 -.pager li > span {
36.5070 - display: inline-block;
36.5071 - padding: 5px 14px;
36.5072 - background-color: #ffffff;
36.5073 - border: 1px solid #dddddd;
36.5074 - border-radius: 15px;
36.5075 -}
36.5076 -
36.5077 -.pager li > a:hover,
36.5078 -.pager li > a:focus {
36.5079 - text-decoration: none;
36.5080 - background-color: #eeeeee;
36.5081 -}
36.5082 -
36.5083 -.pager .next > a,
36.5084 -.pager .next > span {
36.5085 - float: right;
36.5086 -}
36.5087 -
36.5088 -.pager .previous > a,
36.5089 -.pager .previous > span {
36.5090 - float: left;
36.5091 -}
36.5092 -
36.5093 -.pager .disabled > a,
36.5094 -.pager .disabled > a:hover,
36.5095 -.pager .disabled > a:focus,
36.5096 -.pager .disabled > span {
36.5097 - color: #999999;
36.5098 - cursor: not-allowed;
36.5099 - background-color: #ffffff;
36.5100 -}
36.5101 -
36.5102 -.label {
36.5103 - display: inline;
36.5104 - padding: .2em .6em .3em;
36.5105 - font-size: 75%;
36.5106 - font-weight: bold;
36.5107 - line-height: 1;
36.5108 - color: #ffffff;
36.5109 - text-align: center;
36.5110 - white-space: nowrap;
36.5111 - vertical-align: baseline;
36.5112 - border-radius: .25em;
36.5113 -}
36.5114 -
36.5115 -.label[href]:hover,
36.5116 -.label[href]:focus {
36.5117 - color: #ffffff;
36.5118 - text-decoration: none;
36.5119 - cursor: pointer;
36.5120 -}
36.5121 -
36.5122 -.label:empty {
36.5123 - display: none;
36.5124 -}
36.5125 -
36.5126 -.btn .label {
36.5127 - position: relative;
36.5128 - top: -1px;
36.5129 -}
36.5130 -
36.5131 -.label-default {
36.5132 - background-color: #999999;
36.5133 -}
36.5134 -
36.5135 -.label-default[href]:hover,
36.5136 -.label-default[href]:focus {
36.5137 - background-color: #808080;
36.5138 -}
36.5139 -
36.5140 -.label-primary {
36.5141 - background-color: #428bca;
36.5142 -}
36.5143 -
36.5144 -.label-primary[href]:hover,
36.5145 -.label-primary[href]:focus {
36.5146 - background-color: #3071a9;
36.5147 -}
36.5148 -
36.5149 -.label-success {
36.5150 - background-color: #5cb85c;
36.5151 -}
36.5152 -
36.5153 -.label-success[href]:hover,
36.5154 -.label-success[href]:focus {
36.5155 - background-color: #449d44;
36.5156 -}
36.5157 -
36.5158 -.label-info {
36.5159 - background-color: #5bc0de;
36.5160 -}
36.5161 -
36.5162 -.label-info[href]:hover,
36.5163 -.label-info[href]:focus {
36.5164 - background-color: #31b0d5;
36.5165 -}
36.5166 -
36.5167 -.label-warning {
36.5168 - background-color: #f0ad4e;
36.5169 -}
36.5170 -
36.5171 -.label-warning[href]:hover,
36.5172 -.label-warning[href]:focus {
36.5173 - background-color: #ec971f;
36.5174 -}
36.5175 -
36.5176 -.label-danger {
36.5177 - background-color: #d9534f;
36.5178 -}
36.5179 -
36.5180 -.label-danger[href]:hover,
36.5181 -.label-danger[href]:focus {
36.5182 - background-color: #c9302c;
36.5183 -}
36.5184 -
36.5185 -.badge {
36.5186 - display: inline-block;
36.5187 - min-width: 10px;
36.5188 - padding: 3px 7px;
36.5189 - font-size: 12px;
36.5190 - font-weight: bold;
36.5191 - line-height: 1;
36.5192 - color: #ffffff;
36.5193 - text-align: center;
36.5194 - white-space: nowrap;
36.5195 - vertical-align: baseline;
36.5196 - background-color: #999999;
36.5197 - border-radius: 10px;
36.5198 -}
36.5199 -
36.5200 -.badge:empty {
36.5201 - display: none;
36.5202 -}
36.5203 -
36.5204 -.btn .badge {
36.5205 - position: relative;
36.5206 - top: -1px;
36.5207 -}
36.5208 -
36.5209 -a.badge:hover,
36.5210 -a.badge:focus {
36.5211 - color: #ffffff;
36.5212 - text-decoration: none;
36.5213 - cursor: pointer;
36.5214 -}
36.5215 -
36.5216 -a.list-group-item.active > .badge,
36.5217 -.nav-pills > .active > a > .badge {
36.5218 - color: #428bca;
36.5219 - background-color: #ffffff;
36.5220 -}
36.5221 -
36.5222 -.nav-pills > li > a > .badge {
36.5223 - margin-left: 3px;
36.5224 -}
36.5225 -
36.5226 -.jumbotron {
36.5227 - padding: 30px;
36.5228 - margin-bottom: 30px;
36.5229 - font-size: 21px;
36.5230 - font-weight: 200;
36.5231 - line-height: 2.1428571435;
36.5232 - color: inherit;
36.5233 - background-color: #eeeeee;
36.5234 -}
36.5235 -
36.5236 -.jumbotron h1,
36.5237 -.jumbotron .h1 {
36.5238 - line-height: 1;
36.5239 - color: inherit;
36.5240 -}
36.5241 -
36.5242 -.jumbotron p {
36.5243 - line-height: 1.4;
36.5244 -}
36.5245 -
36.5246 -.container .jumbotron {
36.5247 - border-radius: 6px;
36.5248 -}
36.5249 -
36.5250 -.jumbotron .container {
36.5251 - max-width: 100%;
36.5252 -}
36.5253 -
36.5254 -@media screen and (min-width: 768px) {
36.5255 - .jumbotron {
36.5256 - padding-top: 48px;
36.5257 - padding-bottom: 48px;
36.5258 - }
36.5259 - .container .jumbotron {
36.5260 - padding-right: 60px;
36.5261 - padding-left: 60px;
36.5262 - }
36.5263 - .jumbotron h1,
36.5264 - .jumbotron .h1 {
36.5265 - font-size: 63px;
36.5266 - }
36.5267 -}
36.5268 -
36.5269 -.thumbnail {
36.5270 - display: block;
36.5271 - padding: 4px;
36.5272 - margin-bottom: 20px;
36.5273 - line-height: 1.428571429;
36.5274 - background-color: #ffffff;
36.5275 - border: 1px solid #dddddd;
36.5276 - border-radius: 4px;
36.5277 - -webkit-transition: all 0.2s ease-in-out;
36.5278 - transition: all 0.2s ease-in-out;
36.5279 -}
36.5280 -
36.5281 -.thumbnail > img,
36.5282 -.thumbnail a > img {
36.5283 - display: block;
36.5284 - height: auto;
36.5285 - max-width: 100%;
36.5286 - margin-right: auto;
36.5287 - margin-left: auto;
36.5288 -}
36.5289 -
36.5290 -a.thumbnail:hover,
36.5291 -a.thumbnail:focus,
36.5292 -a.thumbnail.active {
36.5293 - border-color: #428bca;
36.5294 -}
36.5295 -
36.5296 -.thumbnail .caption {
36.5297 - padding: 9px;
36.5298 - color: #333333;
36.5299 -}
36.5300 -
36.5301 -.alert {
36.5302 - padding: 15px;
36.5303 - margin-bottom: 20px;
36.5304 - border: 1px solid transparent;
36.5305 - border-radius: 4px;
36.5306 -}
36.5307 -
36.5308 -.alert h4 {
36.5309 - margin-top: 0;
36.5310 - color: inherit;
36.5311 -}
36.5312 -
36.5313 -.alert .alert-link {
36.5314 - font-weight: bold;
36.5315 -}
36.5316 -
36.5317 -.alert > p,
36.5318 -.alert > ul {
36.5319 - margin-bottom: 0;
36.5320 -}
36.5321 -
36.5322 -.alert > p + p {
36.5323 - margin-top: 5px;
36.5324 -}
36.5325 -
36.5326 -.alert-dismissable {
36.5327 - padding-right: 35px;
36.5328 -}
36.5329 -
36.5330 -.alert-dismissable .close {
36.5331 - position: relative;
36.5332 - top: -2px;
36.5333 - right: -21px;
36.5334 - color: inherit;
36.5335 -}
36.5336 -
36.5337 -.alert-success {
36.5338 - color: #3c763d;
36.5339 - background-color: #dff0d8;
36.5340 - border-color: #d6e9c6;
36.5341 -}
36.5342 -
36.5343 -.alert-success hr {
36.5344 - border-top-color: #c9e2b3;
36.5345 -}
36.5346 -
36.5347 -.alert-success .alert-link {
36.5348 - color: #2b542c;
36.5349 -}
36.5350 -
36.5351 -.alert-info {
36.5352 - color: #31708f;
36.5353 - background-color: #d9edf7;
36.5354 - border-color: #bce8f1;
36.5355 -}
36.5356 -
36.5357 -.alert-info hr {
36.5358 - border-top-color: #a6e1ec;
36.5359 -}
36.5360 -
36.5361 -.alert-info .alert-link {
36.5362 - color: #245269;
36.5363 -}
36.5364 -
36.5365 -.alert-warning {
36.5366 - color: #8a6d3b;
36.5367 - background-color: #fcf8e3;
36.5368 - border-color: #faebcc;
36.5369 -}
36.5370 -
36.5371 -.alert-warning hr {
36.5372 - border-top-color: #f7e1b5;
36.5373 -}
36.5374 -
36.5375 -.alert-warning .alert-link {
36.5376 - color: #66512c;
36.5377 -}
36.5378 -
36.5379 -.alert-danger {
36.5380 - color: #a94442;
36.5381 - background-color: #f2dede;
36.5382 - border-color: #ebccd1;
36.5383 -}
36.5384 -
36.5385 -.alert-danger hr {
36.5386 - border-top-color: #e4b9c0;
36.5387 -}
36.5388 -
36.5389 -.alert-danger .alert-link {
36.5390 - color: #843534;
36.5391 -}
36.5392 -
36.5393 -@-webkit-keyframes progress-bar-stripes {
36.5394 - from {
36.5395 - background-position: 40px 0;
36.5396 - }
36.5397 - to {
36.5398 - background-position: 0 0;
36.5399 - }
36.5400 -}
36.5401 -
36.5402 -@keyframes progress-bar-stripes {
36.5403 - from {
36.5404 - background-position: 40px 0;
36.5405 - }
36.5406 - to {
36.5407 - background-position: 0 0;
36.5408 - }
36.5409 -}
36.5410 -
36.5411 -.progress {
36.5412 - height: 20px;
36.5413 - margin-bottom: 20px;
36.5414 - overflow: hidden;
36.5415 - background-color: #f5f5f5;
36.5416 - border-radius: 4px;
36.5417 - -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
36.5418 - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
36.5419 -}
36.5420 -
36.5421 -.progress-bar {
36.5422 - float: left;
36.5423 - width: 0;
36.5424 - height: 100%;
36.5425 - font-size: 12px;
36.5426 - line-height: 20px;
36.5427 - color: #ffffff;
36.5428 - text-align: center;
36.5429 - background-color: #428bca;
36.5430 - -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
36.5431 - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
36.5432 - -webkit-transition: width 0.6s ease;
36.5433 - transition: width 0.6s ease;
36.5434 -}
36.5435 -
36.5436 -.progress-striped .progress-bar {
36.5437 - background-image: -webkit-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);
36.5438 - 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);
36.5439 - background-size: 40px 40px;
36.5440 -}
36.5441 -
36.5442 -.progress.active .progress-bar {
36.5443 - -webkit-animation: progress-bar-stripes 2s linear infinite;
36.5444 - animation: progress-bar-stripes 2s linear infinite;
36.5445 -}
36.5446 -
36.5447 -.progress-bar-success {
36.5448 - background-color: #5cb85c;
36.5449 -}
36.5450 -
36.5451 -.progress-striped .progress-bar-success {
36.5452 - background-image: -webkit-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);
36.5453 - 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);
36.5454 -}
36.5455 -
36.5456 -.progress-bar-info {
36.5457 - background-color: #5bc0de;
36.5458 -}
36.5459 -
36.5460 -.progress-striped .progress-bar-info {
36.5461 - background-image: -webkit-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);
36.5462 - 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);
36.5463 -}
36.5464 -
36.5465 -.progress-bar-warning {
36.5466 - background-color: #f0ad4e;
36.5467 -}
36.5468 -
36.5469 -.progress-striped .progress-bar-warning {
36.5470 - background-image: -webkit-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);
36.5471 - 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);
36.5472 -}
36.5473 -
36.5474 -.progress-bar-danger {
36.5475 - background-color: #d9534f;
36.5476 -}
36.5477 -
36.5478 -.progress-striped .progress-bar-danger {
36.5479 - background-image: -webkit-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);
36.5480 - 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);
36.5481 -}
36.5482 -
36.5483 -.media,
36.5484 -.media-body {
36.5485 - overflow: hidden;
36.5486 - zoom: 1;
36.5487 -}
36.5488 -
36.5489 -.media,
36.5490 -.media .media {
36.5491 - margin-top: 15px;
36.5492 -}
36.5493 -
36.5494 -.media:first-child {
36.5495 - margin-top: 0;
36.5496 -}
36.5497 -
36.5498 -.media-object {
36.5499 - display: block;
36.5500 -}
36.5501 -
36.5502 -.media-heading {
36.5503 - margin: 0 0 5px;
36.5504 -}
36.5505 -
36.5506 -.media > .pull-left {
36.5507 - margin-right: 10px;
36.5508 -}
36.5509 -
36.5510 -.media > .pull-right {
36.5511 - margin-left: 10px;
36.5512 -}
36.5513 -
36.5514 -.media-list {
36.5515 - padding-left: 0;
36.5516 - list-style: none;
36.5517 -}
36.5518 -
36.5519 -.list-group {
36.5520 - padding-left: 0;
36.5521 - margin-bottom: 20px;
36.5522 -}
36.5523 -
36.5524 -.list-group-item {
36.5525 - position: relative;
36.5526 - display: block;
36.5527 - padding: 10px 15px;
36.5528 - margin-bottom: -1px;
36.5529 - background-color: #ffffff;
36.5530 - border: 1px solid #dddddd;
36.5531 -}
36.5532 -
36.5533 -.list-group-item:first-child {
36.5534 - border-top-right-radius: 4px;
36.5535 - border-top-left-radius: 4px;
36.5536 -}
36.5537 -
36.5538 -.list-group-item:last-child {
36.5539 - margin-bottom: 0;
36.5540 - border-bottom-right-radius: 4px;
36.5541 - border-bottom-left-radius: 4px;
36.5542 -}
36.5543 -
36.5544 -.list-group-item > .badge {
36.5545 - float: right;
36.5546 -}
36.5547 -
36.5548 -.list-group-item > .badge + .badge {
36.5549 - margin-right: 5px;
36.5550 -}
36.5551 -
36.5552 -a.list-group-item {
36.5553 - color: #555555;
36.5554 -}
36.5555 -
36.5556 -a.list-group-item .list-group-item-heading {
36.5557 - color: #333333;
36.5558 -}
36.5559 -
36.5560 -a.list-group-item:hover,
36.5561 -a.list-group-item:focus {
36.5562 - text-decoration: none;
36.5563 - background-color: #f5f5f5;
36.5564 -}
36.5565 -
36.5566 -a.list-group-item.active,
36.5567 -a.list-group-item.active:hover,
36.5568 -a.list-group-item.active:focus {
36.5569 - z-index: 2;
36.5570 - color: #ffffff;
36.5571 - background-color: #428bca;
36.5572 - border-color: #428bca;
36.5573 -}
36.5574 -
36.5575 -a.list-group-item.active .list-group-item-heading,
36.5576 -a.list-group-item.active:hover .list-group-item-heading,
36.5577 -a.list-group-item.active:focus .list-group-item-heading {
36.5578 - color: inherit;
36.5579 -}
36.5580 -
36.5581 -a.list-group-item.active .list-group-item-text,
36.5582 -a.list-group-item.active:hover .list-group-item-text,
36.5583 -a.list-group-item.active:focus .list-group-item-text {
36.5584 - color: #e1edf7;
36.5585 -}
36.5586 -
36.5587 -.list-group-item-heading {
36.5588 - margin-top: 0;
36.5589 - margin-bottom: 5px;
36.5590 -}
36.5591 -
36.5592 -.list-group-item-text {
36.5593 - margin-bottom: 0;
36.5594 - line-height: 1.3;
36.5595 -}
36.5596 -
36.5597 -.panel {
36.5598 - margin-bottom: 20px;
36.5599 - background-color: #ffffff;
36.5600 - border: 1px solid transparent;
36.5601 - border-radius: 4px;
36.5602 - -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
36.5603 - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
36.5604 -}
36.5605 -
36.5606 -.panel-body {
36.5607 - padding: 15px;
36.5608 -}
36.5609 -
36.5610 -.panel-body:before,
36.5611 -.panel-body:after {
36.5612 - display: table;
36.5613 - content: " ";
36.5614 -}
36.5615 -
36.5616 -.panel-body:after {
36.5617 - clear: both;
36.5618 -}
36.5619 -
36.5620 -.panel-body:before,
36.5621 -.panel-body:after {
36.5622 - display: table;
36.5623 - content: " ";
36.5624 -}
36.5625 -
36.5626 -.panel-body:after {
36.5627 - clear: both;
36.5628 -}
36.5629 -
36.5630 -.panel > .list-group {
36.5631 - margin-bottom: 0;
36.5632 -}
36.5633 -
36.5634 -.panel > .list-group .list-group-item {
36.5635 - border-width: 1px 0;
36.5636 -}
36.5637 -
36.5638 -.panel > .list-group .list-group-item:first-child {
36.5639 - border-top-right-radius: 0;
36.5640 - border-top-left-radius: 0;
36.5641 -}
36.5642 -
36.5643 -.panel > .list-group .list-group-item:last-child {
36.5644 - border-bottom: 0;
36.5645 -}
36.5646 -
36.5647 -.panel-heading + .list-group .list-group-item:first-child {
36.5648 - border-top-width: 0;
36.5649 -}
36.5650 -
36.5651 -.panel > .table,
36.5652 -.panel > .table-responsive > .table {
36.5653 - margin-bottom: 0;
36.5654 -}
36.5655 -
36.5656 -.panel > .panel-body + .table,
36.5657 -.panel > .panel-body + .table-responsive {
36.5658 - border-top: 1px solid #dddddd;
36.5659 -}
36.5660 -
36.5661 -.panel > .table > tbody:first-child th,
36.5662 -.panel > .table > tbody:first-child td {
36.5663 - border-top: 0;
36.5664 -}
36.5665 -
36.5666 -.panel > .table-bordered,
36.5667 -.panel > .table-responsive > .table-bordered {
36.5668 - border: 0;
36.5669 -}
36.5670 -
36.5671 -.panel > .table-bordered > thead > tr > th:first-child,
36.5672 -.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
36.5673 -.panel > .table-bordered > tbody > tr > th:first-child,
36.5674 -.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
36.5675 -.panel > .table-bordered > tfoot > tr > th:first-child,
36.5676 -.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
36.5677 -.panel > .table-bordered > thead > tr > td:first-child,
36.5678 -.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
36.5679 -.panel > .table-bordered > tbody > tr > td:first-child,
36.5680 -.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
36.5681 -.panel > .table-bordered > tfoot > tr > td:first-child,
36.5682 -.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
36.5683 - border-left: 0;
36.5684 -}
36.5685 -
36.5686 -.panel > .table-bordered > thead > tr > th:last-child,
36.5687 -.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
36.5688 -.panel > .table-bordered > tbody > tr > th:last-child,
36.5689 -.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
36.5690 -.panel > .table-bordered > tfoot > tr > th:last-child,
36.5691 -.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
36.5692 -.panel > .table-bordered > thead > tr > td:last-child,
36.5693 -.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
36.5694 -.panel > .table-bordered > tbody > tr > td:last-child,
36.5695 -.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
36.5696 -.panel > .table-bordered > tfoot > tr > td:last-child,
36.5697 -.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
36.5698 - border-right: 0;
36.5699 -}
36.5700 -
36.5701 -.panel > .table-bordered > thead > tr:last-child > th,
36.5702 -.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
36.5703 -.panel > .table-bordered > tbody > tr:last-child > th,
36.5704 -.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
36.5705 -.panel > .table-bordered > tfoot > tr:last-child > th,
36.5706 -.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
36.5707 -.panel > .table-bordered > thead > tr:last-child > td,
36.5708 -.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
36.5709 -.panel > .table-bordered > tbody > tr:last-child > td,
36.5710 -.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
36.5711 -.panel > .table-bordered > tfoot > tr:last-child > td,
36.5712 -.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
36.5713 - border-bottom: 0;
36.5714 -}
36.5715 -
36.5716 -.panel > .table-responsive {
36.5717 - margin-bottom: 0;
36.5718 - border: 0;
36.5719 -}
36.5720 -
36.5721 -.panel-heading {
36.5722 - padding: 10px 15px;
36.5723 - border-bottom: 1px solid transparent;
36.5724 - border-top-right-radius: 3px;
36.5725 - border-top-left-radius: 3px;
36.5726 -}
36.5727 -
36.5728 -.panel-heading > .dropdown .dropdown-toggle {
36.5729 - color: inherit;
36.5730 -}
36.5731 -
36.5732 -.panel-title {
36.5733 - margin-top: 0;
36.5734 - margin-bottom: 0;
36.5735 - font-size: 16px;
36.5736 - color: inherit;
36.5737 -}
36.5738 -
36.5739 -.panel-title > a {
36.5740 - color: inherit;
36.5741 -}
36.5742 -
36.5743 -.panel-footer {
36.5744 - padding: 10px 15px;
36.5745 - background-color: #f5f5f5;
36.5746 - border-top: 1px solid #dddddd;
36.5747 - border-bottom-right-radius: 3px;
36.5748 - border-bottom-left-radius: 3px;
36.5749 -}
36.5750 -
36.5751 -.panel-group .panel {
36.5752 - margin-bottom: 0;
36.5753 - overflow: hidden;
36.5754 - border-radius: 4px;
36.5755 -}
36.5756 -
36.5757 -.panel-group .panel + .panel {
36.5758 - margin-top: 5px;
36.5759 -}
36.5760 -
36.5761 -.panel-group .panel-heading {
36.5762 - border-bottom: 0;
36.5763 -}
36.5764 -
36.5765 -.panel-group .panel-heading + .panel-collapse .panel-body {
36.5766 - border-top: 1px solid #dddddd;
36.5767 -}
36.5768 -
36.5769 -.panel-group .panel-footer {
36.5770 - border-top: 0;
36.5771 -}
36.5772 -
36.5773 -.panel-group .panel-footer + .panel-collapse .panel-body {
36.5774 - border-bottom: 1px solid #dddddd;
36.5775 -}
36.5776 -
36.5777 -.panel-default {
36.5778 - border-color: #dddddd;
36.5779 -}
36.5780 -
36.5781 -.panel-default > .panel-heading {
36.5782 - color: #333333;
36.5783 - background-color: #f5f5f5;
36.5784 - border-color: #dddddd;
36.5785 -}
36.5786 -
36.5787 -.panel-default > .panel-heading + .panel-collapse .panel-body {
36.5788 - border-top-color: #dddddd;
36.5789 -}
36.5790 -
36.5791 -.panel-default > .panel-footer + .panel-collapse .panel-body {
36.5792 - border-bottom-color: #dddddd;
36.5793 -}
36.5794 -
36.5795 -.panel-primary {
36.5796 - border-color: #428bca;
36.5797 -}
36.5798 -
36.5799 -.panel-primary > .panel-heading {
36.5800 - color: #ffffff;
36.5801 - background-color: #428bca;
36.5802 - border-color: #428bca;
36.5803 -}
36.5804 -
36.5805 -.panel-primary > .panel-heading + .panel-collapse .panel-body {
36.5806 - border-top-color: #428bca;
36.5807 -}
36.5808 -
36.5809 -.panel-primary > .panel-footer + .panel-collapse .panel-body {
36.5810 - border-bottom-color: #428bca;
36.5811 -}
36.5812 -
36.5813 -.panel-success {
36.5814 - border-color: #d6e9c6;
36.5815 -}
36.5816 -
36.5817 -.panel-success > .panel-heading {
36.5818 - color: #3c763d;
36.5819 - background-color: #dff0d8;
36.5820 - border-color: #d6e9c6;
36.5821 -}
36.5822 -
36.5823 -.panel-success > .panel-heading + .panel-collapse .panel-body {
36.5824 - border-top-color: #d6e9c6;
36.5825 -}
36.5826 -
36.5827 -.panel-success > .panel-footer + .panel-collapse .panel-body {
36.5828 - border-bottom-color: #d6e9c6;
36.5829 -}
36.5830 -
36.5831 -.panel-warning {
36.5832 - border-color: #faebcc;
36.5833 -}
36.5834 -
36.5835 -.panel-warning > .panel-heading {
36.5836 - color: #8a6d3b;
36.5837 - background-color: #fcf8e3;
36.5838 - border-color: #faebcc;
36.5839 -}
36.5840 -
36.5841 -.panel-warning > .panel-heading + .panel-collapse .panel-body {
36.5842 - border-top-color: #faebcc;
36.5843 -}
36.5844 -
36.5845 -.panel-warning > .panel-footer + .panel-collapse .panel-body {
36.5846 - border-bottom-color: #faebcc;
36.5847 -}
36.5848 -
36.5849 -.panel-danger {
36.5850 - border-color: #ebccd1;
36.5851 -}
36.5852 -
36.5853 -.panel-danger > .panel-heading {
36.5854 - color: #a94442;
36.5855 - background-color: #f2dede;
36.5856 - border-color: #ebccd1;
36.5857 -}
36.5858 -
36.5859 -.panel-danger > .panel-heading + .panel-collapse .panel-body {
36.5860 - border-top-color: #ebccd1;
36.5861 -}
36.5862 -
36.5863 -.panel-danger > .panel-footer + .panel-collapse .panel-body {
36.5864 - border-bottom-color: #ebccd1;
36.5865 -}
36.5866 -
36.5867 -.panel-info {
36.5868 - border-color: #bce8f1;
36.5869 -}
36.5870 -
36.5871 -.panel-info > .panel-heading {
36.5872 - color: #31708f;
36.5873 - background-color: #d9edf7;
36.5874 - border-color: #bce8f1;
36.5875 -}
36.5876 -
36.5877 -.panel-info > .panel-heading + .panel-collapse .panel-body {
36.5878 - border-top-color: #bce8f1;
36.5879 -}
36.5880 -
36.5881 -.panel-info > .panel-footer + .panel-collapse .panel-body {
36.5882 - border-bottom-color: #bce8f1;
36.5883 -}
36.5884 -
36.5885 -.well {
36.5886 - min-height: 20px;
36.5887 - padding: 19px;
36.5888 - margin-bottom: 20px;
36.5889 - background-color: #f5f5f5;
36.5890 - border: 1px solid #e3e3e3;
36.5891 - border-radius: 4px;
36.5892 - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
36.5893 - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
36.5894 -}
36.5895 -
36.5896 -.well blockquote {
36.5897 - border-color: #ddd;
36.5898 - border-color: rgba(0, 0, 0, 0.15);
36.5899 -}
36.5900 -
36.5901 -.well-lg {
36.5902 - padding: 24px;
36.5903 - border-radius: 6px;
36.5904 -}
36.5905 -
36.5906 -.well-sm {
36.5907 - padding: 9px;
36.5908 - border-radius: 3px;
36.5909 -}
36.5910 -
36.5911 -.close {
36.5912 - float: right;
36.5913 - font-size: 21px;
36.5914 - font-weight: bold;
36.5915 - line-height: 1;
36.5916 - color: #000000;
36.5917 - text-shadow: 0 1px 0 #ffffff;
36.5918 - opacity: 0.2;
36.5919 - filter: alpha(opacity=20);
36.5920 -}
36.5921 -
36.5922 -.close:hover,
36.5923 -.close:focus {
36.5924 - color: #000000;
36.5925 - text-decoration: none;
36.5926 - cursor: pointer;
36.5927 - opacity: 0.5;
36.5928 - filter: alpha(opacity=50);
36.5929 -}
36.5930 -
36.5931 -button.close {
36.5932 - padding: 0;
36.5933 - cursor: pointer;
36.5934 - background: transparent;
36.5935 - border: 0;
36.5936 - -webkit-appearance: none;
36.5937 -}
36.5938 -
36.5939 -.modal-open {
36.5940 - overflow: hidden;
36.5941 -}
36.5942 -
36.5943 -.modal {
36.5944 - position: fixed;
36.5945 - top: 0;
36.5946 - right: 0;
36.5947 - bottom: 0;
36.5948 - left: 0;
36.5949 - z-index: 1040;
36.5950 - display: none;
36.5951 - overflow: auto;
36.5952 - overflow-y: scroll;
36.5953 -}
36.5954 -
36.5955 -.modal.fade .modal-dialog {
36.5956 - -webkit-transform: translate(0, -25%);
36.5957 - -ms-transform: translate(0, -25%);
36.5958 - transform: translate(0, -25%);
36.5959 - -webkit-transition: -webkit-transform 0.3s ease-out;
36.5960 - -moz-transition: -moz-transform 0.3s ease-out;
36.5961 - -o-transition: -o-transform 0.3s ease-out;
36.5962 - transition: transform 0.3s ease-out;
36.5963 -}
36.5964 -
36.5965 -.modal.in .modal-dialog {
36.5966 - -webkit-transform: translate(0, 0);
36.5967 - -ms-transform: translate(0, 0);
36.5968 - transform: translate(0, 0);
36.5969 -}
36.5970 -
36.5971 -.modal-dialog {
36.5972 - position: relative;
36.5973 - z-index: 1050;
36.5974 - width: auto;
36.5975 - margin: 10px;
36.5976 -}
36.5977 -
36.5978 -.modal-content {
36.5979 - position: relative;
36.5980 - background-color: #ffffff;
36.5981 - border: 1px solid #999999;
36.5982 - border: 1px solid rgba(0, 0, 0, 0.2);
36.5983 - border-radius: 6px;
36.5984 - outline: none;
36.5985 - -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
36.5986 - box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
36.5987 - background-clip: padding-box;
36.5988 -}
36.5989 -
36.5990 -.modal-backdrop {
36.5991 - position: fixed;
36.5992 - top: 0;
36.5993 - right: 0;
36.5994 - bottom: 0;
36.5995 - left: 0;
36.5996 - z-index: 1030;
36.5997 - background-color: #000000;
36.5998 -}
36.5999 -
36.6000 -.modal-backdrop.fade {
36.6001 - opacity: 0;
36.6002 - filter: alpha(opacity=0);
36.6003 -}
36.6004 -
36.6005 -.modal-backdrop.in {
36.6006 - opacity: 0.5;
36.6007 - filter: alpha(opacity=50);
36.6008 -}
36.6009 -
36.6010 -.modal-header {
36.6011 - min-height: 16.428571429px;
36.6012 - padding: 15px;
36.6013 - border-bottom: 1px solid #e5e5e5;
36.6014 -}
36.6015 -
36.6016 -.modal-header .close {
36.6017 - margin-top: -2px;
36.6018 -}
36.6019 -
36.6020 -.modal-title {
36.6021 - margin: 0;
36.6022 - line-height: 1.428571429;
36.6023 -}
36.6024 -
36.6025 -.modal-body {
36.6026 - position: relative;
36.6027 - padding: 20px;
36.6028 -}
36.6029 -
36.6030 -.modal-footer {
36.6031 - padding: 19px 20px 20px;
36.6032 - margin-top: 15px;
36.6033 - text-align: right;
36.6034 - border-top: 1px solid #e5e5e5;
36.6035 -}
36.6036 -
36.6037 -.modal-footer:before,
36.6038 -.modal-footer:after {
36.6039 - display: table;
36.6040 - content: " ";
36.6041 -}
36.6042 -
36.6043 -.modal-footer:after {
36.6044 - clear: both;
36.6045 -}
36.6046 -
36.6047 -.modal-footer:before,
36.6048 -.modal-footer:after {
36.6049 - display: table;
36.6050 - content: " ";
36.6051 -}
36.6052 -
36.6053 -.modal-footer:after {
36.6054 - clear: both;
36.6055 -}
36.6056 -
36.6057 -.modal-footer .btn + .btn {
36.6058 - margin-bottom: 0;
36.6059 - margin-left: 5px;
36.6060 -}
36.6061 -
36.6062 -.modal-footer .btn-group .btn + .btn {
36.6063 - margin-left: -1px;
36.6064 -}
36.6065 -
36.6066 -.modal-footer .btn-block + .btn-block {
36.6067 - margin-left: 0;
36.6068 -}
36.6069 -
36.6070 -@media screen and (min-width: 768px) {
36.6071 - .modal-dialog {
36.6072 - width: 600px;
36.6073 - margin: 30px auto;
36.6074 - }
36.6075 - .modal-content {
36.6076 - -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
36.6077 - box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
36.6078 - }
36.6079 -}
36.6080 -
36.6081 -.tooltip {
36.6082 - position: absolute;
36.6083 - z-index: 1030;
36.6084 - display: block;
36.6085 - font-size: 12px;
36.6086 - line-height: 1.4;
36.6087 - opacity: 0;
36.6088 - filter: alpha(opacity=0);
36.6089 - visibility: visible;
36.6090 -}
36.6091 -
36.6092 -.tooltip.in {
36.6093 - opacity: 0.9;
36.6094 - filter: alpha(opacity=90);
36.6095 -}
36.6096 -
36.6097 -.tooltip.top {
36.6098 - padding: 5px 0;
36.6099 - margin-top: -3px;
36.6100 -}
36.6101 -
36.6102 -.tooltip.right {
36.6103 - padding: 0 5px;
36.6104 - margin-left: 3px;
36.6105 -}
36.6106 -
36.6107 -.tooltip.bottom {
36.6108 - padding: 5px 0;
36.6109 - margin-top: 3px;
36.6110 -}
36.6111 -
36.6112 -.tooltip.left {
36.6113 - padding: 0 5px;
36.6114 - margin-left: -3px;
36.6115 -}
36.6116 -
36.6117 -.tooltip-inner {
36.6118 - max-width: 200px;
36.6119 - padding: 3px 8px;
36.6120 - color: #ffffff;
36.6121 - text-align: center;
36.6122 - text-decoration: none;
36.6123 - background-color: #000000;
36.6124 - border-radius: 4px;
36.6125 -}
36.6126 -
36.6127 -.tooltip-arrow {
36.6128 - position: absolute;
36.6129 - width: 0;
36.6130 - height: 0;
36.6131 - border-color: transparent;
36.6132 - border-style: solid;
36.6133 -}
36.6134 -
36.6135 -.tooltip.top .tooltip-arrow {
36.6136 - bottom: 0;
36.6137 - left: 50%;
36.6138 - margin-left: -5px;
36.6139 - border-top-color: #000000;
36.6140 - border-width: 5px 5px 0;
36.6141 -}
36.6142 -
36.6143 -.tooltip.top-left .tooltip-arrow {
36.6144 - bottom: 0;
36.6145 - left: 5px;
36.6146 - border-top-color: #000000;
36.6147 - border-width: 5px 5px 0;
36.6148 -}
36.6149 -
36.6150 -.tooltip.top-right .tooltip-arrow {
36.6151 - right: 5px;
36.6152 - bottom: 0;
36.6153 - border-top-color: #000000;
36.6154 - border-width: 5px 5px 0;
36.6155 -}
36.6156 -
36.6157 -.tooltip.right .tooltip-arrow {
36.6158 - top: 50%;
36.6159 - left: 0;
36.6160 - margin-top: -5px;
36.6161 - border-right-color: #000000;
36.6162 - border-width: 5px 5px 5px 0;
36.6163 -}
36.6164 -
36.6165 -.tooltip.left .tooltip-arrow {
36.6166 - top: 50%;
36.6167 - right: 0;
36.6168 - margin-top: -5px;
36.6169 - border-left-color: #000000;
36.6170 - border-width: 5px 0 5px 5px;
36.6171 -}
36.6172 -
36.6173 -.tooltip.bottom .tooltip-arrow {
36.6174 - top: 0;
36.6175 - left: 50%;
36.6176 - margin-left: -5px;
36.6177 - border-bottom-color: #000000;
36.6178 - border-width: 0 5px 5px;
36.6179 -}
36.6180 -
36.6181 -.tooltip.bottom-left .tooltip-arrow {
36.6182 - top: 0;
36.6183 - left: 5px;
36.6184 - border-bottom-color: #000000;
36.6185 - border-width: 0 5px 5px;
36.6186 -}
36.6187 -
36.6188 -.tooltip.bottom-right .tooltip-arrow {
36.6189 - top: 0;
36.6190 - right: 5px;
36.6191 - border-bottom-color: #000000;
36.6192 - border-width: 0 5px 5px;
36.6193 -}
36.6194 -
36.6195 -.popover {
36.6196 - position: absolute;
36.6197 - top: 0;
36.6198 - left: 0;
36.6199 - z-index: 1010;
36.6200 - display: none;
36.6201 - max-width: 276px;
36.6202 - padding: 1px;
36.6203 - text-align: left;
36.6204 - white-space: normal;
36.6205 - background-color: #ffffff;
36.6206 - border: 1px solid #cccccc;
36.6207 - border: 1px solid rgba(0, 0, 0, 0.2);
36.6208 - border-radius: 6px;
36.6209 - -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
36.6210 - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
36.6211 - background-clip: padding-box;
36.6212 -}
36.6213 -
36.6214 -.popover.top {
36.6215 - margin-top: -10px;
36.6216 -}
36.6217 -
36.6218 -.popover.right {
36.6219 - margin-left: 10px;
36.6220 -}
36.6221 -
36.6222 -.popover.bottom {
36.6223 - margin-top: 10px;
36.6224 -}
36.6225 -
36.6226 -.popover.left {
36.6227 - margin-left: -10px;
36.6228 -}
36.6229 -
36.6230 -.popover-title {
36.6231 - padding: 8px 14px;
36.6232 - margin: 0;
36.6233 - font-size: 14px;
36.6234 - font-weight: normal;
36.6235 - line-height: 18px;
36.6236 - background-color: #f7f7f7;
36.6237 - border-bottom: 1px solid #ebebeb;
36.6238 - border-radius: 5px 5px 0 0;
36.6239 -}
36.6240 -
36.6241 -.popover-content {
36.6242 - padding: 9px 14px;
36.6243 -}
36.6244 -
36.6245 -.popover .arrow,
36.6246 -.popover .arrow:after {
36.6247 - position: absolute;
36.6248 - display: block;
36.6249 - width: 0;
36.6250 - height: 0;
36.6251 - border-color: transparent;
36.6252 - border-style: solid;
36.6253 -}
36.6254 -
36.6255 -.popover .arrow {
36.6256 - border-width: 11px;
36.6257 -}
36.6258 -
36.6259 -.popover .arrow:after {
36.6260 - border-width: 10px;
36.6261 - content: "";
36.6262 -}
36.6263 -
36.6264 -.popover.top .arrow {
36.6265 - bottom: -11px;
36.6266 - left: 50%;
36.6267 - margin-left: -11px;
36.6268 - border-top-color: #999999;
36.6269 - border-top-color: rgba(0, 0, 0, 0.25);
36.6270 - border-bottom-width: 0;
36.6271 -}
36.6272 -
36.6273 -.popover.top .arrow:after {
36.6274 - bottom: 1px;
36.6275 - margin-left: -10px;
36.6276 - border-top-color: #ffffff;
36.6277 - border-bottom-width: 0;
36.6278 - content: " ";
36.6279 -}
36.6280 -
36.6281 -.popover.right .arrow {
36.6282 - top: 50%;
36.6283 - left: -11px;
36.6284 - margin-top: -11px;
36.6285 - border-right-color: #999999;
36.6286 - border-right-color: rgba(0, 0, 0, 0.25);
36.6287 - border-left-width: 0;
36.6288 -}
36.6289 -
36.6290 -.popover.right .arrow:after {
36.6291 - bottom: -10px;
36.6292 - left: 1px;
36.6293 - border-right-color: #ffffff;
36.6294 - border-left-width: 0;
36.6295 - content: " ";
36.6296 -}
36.6297 -
36.6298 -.popover.bottom .arrow {
36.6299 - top: -11px;
36.6300 - left: 50%;
36.6301 - margin-left: -11px;
36.6302 - border-bottom-color: #999999;
36.6303 - border-bottom-color: rgba(0, 0, 0, 0.25);
36.6304 - border-top-width: 0;
36.6305 -}
36.6306 -
36.6307 -.popover.bottom .arrow:after {
36.6308 - top: 1px;
36.6309 - margin-left: -10px;
36.6310 - border-bottom-color: #ffffff;
36.6311 - border-top-width: 0;
36.6312 - content: " ";
36.6313 -}
36.6314 -
36.6315 -.popover.left .arrow {
36.6316 - top: 50%;
36.6317 - right: -11px;
36.6318 - margin-top: -11px;
36.6319 - border-left-color: #999999;
36.6320 - border-left-color: rgba(0, 0, 0, 0.25);
36.6321 - border-right-width: 0;
36.6322 -}
36.6323 -
36.6324 -.popover.left .arrow:after {
36.6325 - right: 1px;
36.6326 - bottom: -10px;
36.6327 - border-left-color: #ffffff;
36.6328 - border-right-width: 0;
36.6329 - content: " ";
36.6330 -}
36.6331 -
36.6332 -.carousel {
36.6333 - position: relative;
36.6334 -}
36.6335 -
36.6336 -.carousel-inner {
36.6337 - position: relative;
36.6338 - width: 100%;
36.6339 - overflow: hidden;
36.6340 -}
36.6341 -
36.6342 -.carousel-inner > .item {
36.6343 - position: relative;
36.6344 - display: none;
36.6345 - -webkit-transition: 0.6s ease-in-out left;
36.6346 - transition: 0.6s ease-in-out left;
36.6347 -}
36.6348 -
36.6349 -.carousel-inner > .item > img,
36.6350 -.carousel-inner > .item > a > img {
36.6351 - display: block;
36.6352 - height: auto;
36.6353 - max-width: 100%;
36.6354 - line-height: 1;
36.6355 -}
36.6356 -
36.6357 -.carousel-inner > .active,
36.6358 -.carousel-inner > .next,
36.6359 -.carousel-inner > .prev {
36.6360 - display: block;
36.6361 -}
36.6362 -
36.6363 -.carousel-inner > .active {
36.6364 - left: 0;
36.6365 -}
36.6366 -
36.6367 -.carousel-inner > .next,
36.6368 -.carousel-inner > .prev {
36.6369 - position: absolute;
36.6370 - top: 0;
36.6371 - width: 100%;
36.6372 -}
36.6373 -
36.6374 -.carousel-inner > .next {
36.6375 - left: 100%;
36.6376 -}
36.6377 -
36.6378 -.carousel-inner > .prev {
36.6379 - left: -100%;
36.6380 -}
36.6381 -
36.6382 -.carousel-inner > .next.left,
36.6383 -.carousel-inner > .prev.right {
36.6384 - left: 0;
36.6385 -}
36.6386 -
36.6387 -.carousel-inner > .active.left {
36.6388 - left: -100%;
36.6389 -}
36.6390 -
36.6391 -.carousel-inner > .active.right {
36.6392 - left: 100%;
36.6393 -}
36.6394 -
36.6395 -.carousel-control {
36.6396 - position: absolute;
36.6397 - top: 0;
36.6398 - bottom: 0;
36.6399 - left: 0;
36.6400 - width: 15%;
36.6401 - font-size: 20px;
36.6402 - color: #ffffff;
36.6403 - text-align: center;
36.6404 - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
36.6405 - opacity: 0.5;
36.6406 - filter: alpha(opacity=50);
36.6407 -}
36.6408 -
36.6409 -.carousel-control.left {
36.6410 - background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
36.6411 - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
36.6412 - background-repeat: repeat-x;
36.6413 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
36.6414 -}
36.6415 -
36.6416 -.carousel-control.right {
36.6417 - right: 0;
36.6418 - left: auto;
36.6419 - background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
36.6420 - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
36.6421 - background-repeat: repeat-x;
36.6422 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
36.6423 -}
36.6424 -
36.6425 -.carousel-control:hover,
36.6426 -.carousel-control:focus {
36.6427 - color: #ffffff;
36.6428 - text-decoration: none;
36.6429 - outline: none;
36.6430 - opacity: 0.9;
36.6431 - filter: alpha(opacity=90);
36.6432 -}
36.6433 -
36.6434 -.carousel-control .icon-prev,
36.6435 -.carousel-control .icon-next,
36.6436 -.carousel-control .glyphicon-chevron-left,
36.6437 -.carousel-control .glyphicon-chevron-right {
36.6438 - position: absolute;
36.6439 - top: 50%;
36.6440 - z-index: 5;
36.6441 - display: inline-block;
36.6442 -}
36.6443 -
36.6444 -.carousel-control .icon-prev,
36.6445 -.carousel-control .glyphicon-chevron-left {
36.6446 - left: 50%;
36.6447 -}
36.6448 -
36.6449 -.carousel-control .icon-next,
36.6450 -.carousel-control .glyphicon-chevron-right {
36.6451 - right: 50%;
36.6452 -}
36.6453 -
36.6454 -.carousel-control .icon-prev,
36.6455 -.carousel-control .icon-next {
36.6456 - width: 20px;
36.6457 - height: 20px;
36.6458 - margin-top: -10px;
36.6459 - margin-left: -10px;
36.6460 - font-family: serif;
36.6461 -}
36.6462 -
36.6463 -.carousel-control .icon-prev:before {
36.6464 - content: '\2039';
36.6465 -}
36.6466 -
36.6467 -.carousel-control .icon-next:before {
36.6468 - content: '\203a';
36.6469 -}
36.6470 -
36.6471 -.carousel-indicators {
36.6472 - position: absolute;
36.6473 - bottom: 10px;
36.6474 - left: 50%;
36.6475 - z-index: 15;
36.6476 - width: 60%;
36.6477 - padding-left: 0;
36.6478 - margin-left: -30%;
36.6479 - text-align: center;
36.6480 - list-style: none;
36.6481 -}
36.6482 -
36.6483 -.carousel-indicators li {
36.6484 - display: inline-block;
36.6485 - width: 10px;
36.6486 - height: 10px;
36.6487 - margin: 1px;
36.6488 - text-indent: -999px;
36.6489 - cursor: pointer;
36.6490 - background-color: #000 \9;
36.6491 - background-color: rgba(0, 0, 0, 0);
36.6492 - border: 1px solid #ffffff;
36.6493 - border-radius: 10px;
36.6494 -}
36.6495 -
36.6496 -.carousel-indicators .active {
36.6497 - width: 12px;
36.6498 - height: 12px;
36.6499 - margin: 0;
36.6500 - background-color: #ffffff;
36.6501 -}
36.6502 -
36.6503 -.carousel-caption {
36.6504 - position: absolute;
36.6505 - right: 15%;
36.6506 - bottom: 20px;
36.6507 - left: 15%;
36.6508 - z-index: 10;
36.6509 - padding-top: 20px;
36.6510 - padding-bottom: 20px;
36.6511 - color: #ffffff;
36.6512 - text-align: center;
36.6513 - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
36.6514 -}
36.6515 -
36.6516 -.carousel-caption .btn {
36.6517 - text-shadow: none;
36.6518 -}
36.6519 -
36.6520 -@media screen and (min-width: 768px) {
36.6521 - .carousel-control .glyphicons-chevron-left,
36.6522 - .carousel-control .glyphicons-chevron-right,
36.6523 - .carousel-control .icon-prev,
36.6524 - .carousel-control .icon-next {
36.6525 - width: 30px;
36.6526 - height: 30px;
36.6527 - margin-top: -15px;
36.6528 - margin-left: -15px;
36.6529 - font-size: 30px;
36.6530 - }
36.6531 - .carousel-caption {
36.6532 - right: 20%;
36.6533 - left: 20%;
36.6534 - padding-bottom: 30px;
36.6535 - }
36.6536 - .carousel-indicators {
36.6537 - bottom: 20px;
36.6538 - }
36.6539 -}
36.6540 -
36.6541 -.clearfix:before,
36.6542 -.clearfix:after {
36.6543 - display: table;
36.6544 - content: " ";
36.6545 -}
36.6546 -
36.6547 -.clearfix:after {
36.6548 - clear: both;
36.6549 -}
36.6550 -
36.6551 -.center-block {
36.6552 - display: block;
36.6553 - margin-right: auto;
36.6554 - margin-left: auto;
36.6555 -}
36.6556 -
36.6557 -.pull-right {
36.6558 - float: right !important;
36.6559 -}
36.6560 -
36.6561 -.pull-left {
36.6562 - float: left !important;
36.6563 -}
36.6564 -
36.6565 -.hide {
36.6566 - display: none !important;
36.6567 -}
36.6568 -
36.6569 -.show {
36.6570 - display: block !important;
36.6571 -}
36.6572 -
36.6573 -.invisible {
36.6574 - visibility: hidden;
36.6575 -}
36.6576 -
36.6577 -.text-hide {
36.6578 - font: 0/0 a;
36.6579 - color: transparent;
36.6580 - text-shadow: none;
36.6581 - background-color: transparent;
36.6582 - border: 0;
36.6583 -}
36.6584 -
36.6585 -.hidden {
36.6586 - display: none !important;
36.6587 - visibility: hidden !important;
36.6588 -}
36.6589 -
36.6590 -.affix {
36.6591 - position: fixed;
36.6592 -}
36.6593 -
36.6594 -@-ms-viewport {
36.6595 - width: device-width;
36.6596 -}
36.6597 -
36.6598 -.visible-xs,
36.6599 -tr.visible-xs,
36.6600 -th.visible-xs,
36.6601 -td.visible-xs {
36.6602 - display: none !important;
36.6603 -}
36.6604 -
36.6605 -@media (max-width: 767px) {
36.6606 - .visible-xs {
36.6607 - display: block !important;
36.6608 - }
36.6609 - table.visible-xs {
36.6610 - display: table;
36.6611 - }
36.6612 - tr.visible-xs {
36.6613 - display: table-row !important;
36.6614 - }
36.6615 - th.visible-xs,
36.6616 - td.visible-xs {
36.6617 - display: table-cell !important;
36.6618 - }
36.6619 -}
36.6620 -
36.6621 -@media (min-width: 768px) and (max-width: 991px) {
36.6622 - .visible-xs.visible-sm {
36.6623 - display: block !important;
36.6624 - }
36.6625 - table.visible-xs.visible-sm {
36.6626 - display: table;
36.6627 - }
36.6628 - tr.visible-xs.visible-sm {
36.6629 - display: table-row !important;
36.6630 - }
36.6631 - th.visible-xs.visible-sm,
36.6632 - td.visible-xs.visible-sm {
36.6633 - display: table-cell !important;
36.6634 - }
36.6635 -}
36.6636 -
36.6637 -@media (min-width: 992px) and (max-width: 1199px) {
36.6638 - .visible-xs.visible-md {
36.6639 - display: block !important;
36.6640 - }
36.6641 - table.visible-xs.visible-md {
36.6642 - display: table;
36.6643 - }
36.6644 - tr.visible-xs.visible-md {
36.6645 - display: table-row !important;
36.6646 - }
36.6647 - th.visible-xs.visible-md,
36.6648 - td.visible-xs.visible-md {
36.6649 - display: table-cell !important;
36.6650 - }
36.6651 -}
36.6652 -
36.6653 -@media (min-width: 1200px) {
36.6654 - .visible-xs.visible-lg {
36.6655 - display: block !important;
36.6656 - }
36.6657 - table.visible-xs.visible-lg {
36.6658 - display: table;
36.6659 - }
36.6660 - tr.visible-xs.visible-lg {
36.6661 - display: table-row !important;
36.6662 - }
36.6663 - th.visible-xs.visible-lg,
36.6664 - td.visible-xs.visible-lg {
36.6665 - display: table-cell !important;
36.6666 - }
36.6667 -}
36.6668 -
36.6669 -.visible-sm,
36.6670 -tr.visible-sm,
36.6671 -th.visible-sm,
36.6672 -td.visible-sm {
36.6673 - display: none !important;
36.6674 -}
36.6675 -
36.6676 -@media (max-width: 767px) {
36.6677 - .visible-sm.visible-xs {
36.6678 - display: block !important;
36.6679 - }
36.6680 - table.visible-sm.visible-xs {
36.6681 - display: table;
36.6682 - }
36.6683 - tr.visible-sm.visible-xs {
36.6684 - display: table-row !important;
36.6685 - }
36.6686 - th.visible-sm.visible-xs,
36.6687 - td.visible-sm.visible-xs {
36.6688 - display: table-cell !important;
36.6689 - }
36.6690 -}
36.6691 -
36.6692 -@media (min-width: 768px) and (max-width: 991px) {
36.6693 - .visible-sm {
36.6694 - display: block !important;
36.6695 - }
36.6696 - table.visible-sm {
36.6697 - display: table;
36.6698 - }
36.6699 - tr.visible-sm {
36.6700 - display: table-row !important;
36.6701 - }
36.6702 - th.visible-sm,
36.6703 - td.visible-sm {
36.6704 - display: table-cell !important;
36.6705 - }
36.6706 -}
36.6707 -
36.6708 -@media (min-width: 992px) and (max-width: 1199px) {
36.6709 - .visible-sm.visible-md {
36.6710 - display: block !important;
36.6711 - }
36.6712 - table.visible-sm.visible-md {
36.6713 - display: table;
36.6714 - }
36.6715 - tr.visible-sm.visible-md {
36.6716 - display: table-row !important;
36.6717 - }
36.6718 - th.visible-sm.visible-md,
36.6719 - td.visible-sm.visible-md {
36.6720 - display: table-cell !important;
36.6721 - }
36.6722 -}
36.6723 -
36.6724 -@media (min-width: 1200px) {
36.6725 - .visible-sm.visible-lg {
36.6726 - display: block !important;
36.6727 - }
36.6728 - table.visible-sm.visible-lg {
36.6729 - display: table;
36.6730 - }
36.6731 - tr.visible-sm.visible-lg {
36.6732 - display: table-row !important;
36.6733 - }
36.6734 - th.visible-sm.visible-lg,
36.6735 - td.visible-sm.visible-lg {
36.6736 - display: table-cell !important;
36.6737 - }
36.6738 -}
36.6739 -
36.6740 -.visible-md,
36.6741 -tr.visible-md,
36.6742 -th.visible-md,
36.6743 -td.visible-md {
36.6744 - display: none !important;
36.6745 -}
36.6746 -
36.6747 -@media (max-width: 767px) {
36.6748 - .visible-md.visible-xs {
36.6749 - display: block !important;
36.6750 - }
36.6751 - table.visible-md.visible-xs {
36.6752 - display: table;
36.6753 - }
36.6754 - tr.visible-md.visible-xs {
36.6755 - display: table-row !important;
36.6756 - }
36.6757 - th.visible-md.visible-xs,
36.6758 - td.visible-md.visible-xs {
36.6759 - display: table-cell !important;
36.6760 - }
36.6761 -}
36.6762 -
36.6763 -@media (min-width: 768px) and (max-width: 991px) {
36.6764 - .visible-md.visible-sm {
36.6765 - display: block !important;
36.6766 - }
36.6767 - table.visible-md.visible-sm {
36.6768 - display: table;
36.6769 - }
36.6770 - tr.visible-md.visible-sm {
36.6771 - display: table-row !important;
36.6772 - }
36.6773 - th.visible-md.visible-sm,
36.6774 - td.visible-md.visible-sm {
36.6775 - display: table-cell !important;
36.6776 - }
36.6777 -}
36.6778 -
36.6779 -@media (min-width: 992px) and (max-width: 1199px) {
36.6780 - .visible-md {
36.6781 - display: block !important;
36.6782 - }
36.6783 - table.visible-md {
36.6784 - display: table;
36.6785 - }
36.6786 - tr.visible-md {
36.6787 - display: table-row !important;
36.6788 - }
36.6789 - th.visible-md,
36.6790 - td.visible-md {
36.6791 - display: table-cell !important;
36.6792 - }
36.6793 -}
36.6794 -
36.6795 -@media (min-width: 1200px) {
36.6796 - .visible-md.visible-lg {
36.6797 - display: block !important;
36.6798 - }
36.6799 - table.visible-md.visible-lg {
36.6800 - display: table;
36.6801 - }
36.6802 - tr.visible-md.visible-lg {
36.6803 - display: table-row !important;
36.6804 - }
36.6805 - th.visible-md.visible-lg,
36.6806 - td.visible-md.visible-lg {
36.6807 - display: table-cell !important;
36.6808 - }
36.6809 -}
36.6810 -
36.6811 -.visible-lg,
36.6812 -tr.visible-lg,
36.6813 -th.visible-lg,
36.6814 -td.visible-lg {
36.6815 - display: none !important;
36.6816 -}
36.6817 -
36.6818 -@media (max-width: 767px) {
36.6819 - .visible-lg.visible-xs {
36.6820 - display: block !important;
36.6821 - }
36.6822 - table.visible-lg.visible-xs {
36.6823 - display: table;
36.6824 - }
36.6825 - tr.visible-lg.visible-xs {
36.6826 - display: table-row !important;
36.6827 - }
36.6828 - th.visible-lg.visible-xs,
36.6829 - td.visible-lg.visible-xs {
36.6830 - display: table-cell !important;
36.6831 - }
36.6832 -}
36.6833 -
36.6834 -@media (min-width: 768px) and (max-width: 991px) {
36.6835 - .visible-lg.visible-sm {
36.6836 - display: block !important;
36.6837 - }
36.6838 - table.visible-lg.visible-sm {
36.6839 - display: table;
36.6840 - }
36.6841 - tr.visible-lg.visible-sm {
36.6842 - display: table-row !important;
36.6843 - }
36.6844 - th.visible-lg.visible-sm,
36.6845 - td.visible-lg.visible-sm {
36.6846 - display: table-cell !important;
36.6847 - }
36.6848 -}
36.6849 -
36.6850 -@media (min-width: 992px) and (max-width: 1199px) {
36.6851 - .visible-lg.visible-md {
36.6852 - display: block !important;
36.6853 - }
36.6854 - table.visible-lg.visible-md {
36.6855 - display: table;
36.6856 - }
36.6857 - tr.visible-lg.visible-md {
36.6858 - display: table-row !important;
36.6859 - }
36.6860 - th.visible-lg.visible-md,
36.6861 - td.visible-lg.visible-md {
36.6862 - display: table-cell !important;
36.6863 - }
36.6864 -}
36.6865 -
36.6866 -@media (min-width: 1200px) {
36.6867 - .visible-lg {
36.6868 - display: block !important;
36.6869 - }
36.6870 - table.visible-lg {
36.6871 - display: table;
36.6872 - }
36.6873 - tr.visible-lg {
36.6874 - display: table-row !important;
36.6875 - }
36.6876 - th.visible-lg,
36.6877 - td.visible-lg {
36.6878 - display: table-cell !important;
36.6879 - }
36.6880 -}
36.6881 -
36.6882 -.hidden-xs {
36.6883 - display: block !important;
36.6884 -}
36.6885 -
36.6886 -table.hidden-xs {
36.6887 - display: table;
36.6888 -}
36.6889 -
36.6890 -tr.hidden-xs {
36.6891 - display: table-row !important;
36.6892 -}
36.6893 -
36.6894 -th.hidden-xs,
36.6895 -td.hidden-xs {
36.6896 - display: table-cell !important;
36.6897 -}
36.6898 -
36.6899 -@media (max-width: 767px) {
36.6900 - .hidden-xs,
36.6901 - tr.hidden-xs,
36.6902 - th.hidden-xs,
36.6903 - td.hidden-xs {
36.6904 - display: none !important;
36.6905 - }
36.6906 -}
36.6907 -
36.6908 -@media (min-width: 768px) and (max-width: 991px) {
36.6909 - .hidden-xs.hidden-sm,
36.6910 - tr.hidden-xs.hidden-sm,
36.6911 - th.hidden-xs.hidden-sm,
36.6912 - td.hidden-xs.hidden-sm {
36.6913 - display: none !important;
36.6914 - }
36.6915 -}
36.6916 -
36.6917 -@media (min-width: 992px) and (max-width: 1199px) {
36.6918 - .hidden-xs.hidden-md,
36.6919 - tr.hidden-xs.hidden-md,
36.6920 - th.hidden-xs.hidden-md,
36.6921 - td.hidden-xs.hidden-md {
36.6922 - display: none !important;
36.6923 - }
36.6924 -}
36.6925 -
36.6926 -@media (min-width: 1200px) {
36.6927 - .hidden-xs.hidden-lg,
36.6928 - tr.hidden-xs.hidden-lg,
36.6929 - th.hidden-xs.hidden-lg,
36.6930 - td.hidden-xs.hidden-lg {
36.6931 - display: none !important;
36.6932 - }
36.6933 -}
36.6934 -
36.6935 -.hidden-sm {
36.6936 - display: block !important;
36.6937 -}
36.6938 -
36.6939 -table.hidden-sm {
36.6940 - display: table;
36.6941 -}
36.6942 -
36.6943 -tr.hidden-sm {
36.6944 - display: table-row !important;
36.6945 -}
36.6946 -
36.6947 -th.hidden-sm,
36.6948 -td.hidden-sm {
36.6949 - display: table-cell !important;
36.6950 -}
36.6951 -
36.6952 -@media (max-width: 767px) {
36.6953 - .hidden-sm.hidden-xs,
36.6954 - tr.hidden-sm.hidden-xs,
36.6955 - th.hidden-sm.hidden-xs,
36.6956 - td.hidden-sm.hidden-xs {
36.6957 - display: none !important;
36.6958 - }
36.6959 -}
36.6960 -
36.6961 -@media (min-width: 768px) and (max-width: 991px) {
36.6962 - .hidden-sm,
36.6963 - tr.hidden-sm,
36.6964 - th.hidden-sm,
36.6965 - td.hidden-sm {
36.6966 - display: none !important;
36.6967 - }
36.6968 -}
36.6969 -
36.6970 -@media (min-width: 992px) and (max-width: 1199px) {
36.6971 - .hidden-sm.hidden-md,
36.6972 - tr.hidden-sm.hidden-md,
36.6973 - th.hidden-sm.hidden-md,
36.6974 - td.hidden-sm.hidden-md {
36.6975 - display: none !important;
36.6976 - }
36.6977 -}
36.6978 -
36.6979 -@media (min-width: 1200px) {
36.6980 - .hidden-sm.hidden-lg,
36.6981 - tr.hidden-sm.hidden-lg,
36.6982 - th.hidden-sm.hidden-lg,
36.6983 - td.hidden-sm.hidden-lg {
36.6984 - display: none !important;
36.6985 - }
36.6986 -}
36.6987 -
36.6988 -.hidden-md {
36.6989 - display: block !important;
36.6990 -}
36.6991 -
36.6992 -table.hidden-md {
36.6993 - display: table;
36.6994 -}
36.6995 -
36.6996 -tr.hidden-md {
36.6997 - display: table-row !important;
36.6998 -}
36.6999 -
36.7000 -th.hidden-md,
36.7001 -td.hidden-md {
36.7002 - display: table-cell !important;
36.7003 -}
36.7004 -
36.7005 -@media (max-width: 767px) {
36.7006 - .hidden-md.hidden-xs,
36.7007 - tr.hidden-md.hidden-xs,
36.7008 - th.hidden-md.hidden-xs,
36.7009 - td.hidden-md.hidden-xs {
36.7010 - display: none !important;
36.7011 - }
36.7012 -}
36.7013 -
36.7014 -@media (min-width: 768px) and (max-width: 991px) {
36.7015 - .hidden-md.hidden-sm,
36.7016 - tr.hidden-md.hidden-sm,
36.7017 - th.hidden-md.hidden-sm,
36.7018 - td.hidden-md.hidden-sm {
36.7019 - display: none !important;
36.7020 - }
36.7021 -}
36.7022 -
36.7023 -@media (min-width: 992px) and (max-width: 1199px) {
36.7024 - .hidden-md,
36.7025 - tr.hidden-md,
36.7026 - th.hidden-md,
36.7027 - td.hidden-md {
36.7028 - display: none !important;
36.7029 - }
36.7030 -}
36.7031 -
36.7032 -@media (min-width: 1200px) {
36.7033 - .hidden-md.hidden-lg,
36.7034 - tr.hidden-md.hidden-lg,
36.7035 - th.hidden-md.hidden-lg,
36.7036 - td.hidden-md.hidden-lg {
36.7037 - display: none !important;
36.7038 - }
36.7039 -}
36.7040 -
36.7041 -.hidden-lg {
36.7042 - display: block !important;
36.7043 -}
36.7044 -
36.7045 -table.hidden-lg {
36.7046 - display: table;
36.7047 -}
36.7048 -
36.7049 -tr.hidden-lg {
36.7050 - display: table-row !important;
36.7051 -}
36.7052 -
36.7053 -th.hidden-lg,
36.7054 -td.hidden-lg {
36.7055 - display: table-cell !important;
36.7056 -}
36.7057 -
36.7058 -@media (max-width: 767px) {
36.7059 - .hidden-lg.hidden-xs,
36.7060 - tr.hidden-lg.hidden-xs,
36.7061 - th.hidden-lg.hidden-xs,
36.7062 - td.hidden-lg.hidden-xs {
36.7063 - display: none !important;
36.7064 - }
36.7065 -}
36.7066 -
36.7067 -@media (min-width: 768px) and (max-width: 991px) {
36.7068 - .hidden-lg.hidden-sm,
36.7069 - tr.hidden-lg.hidden-sm,
36.7070 - th.hidden-lg.hidden-sm,
36.7071 - td.hidden-lg.hidden-sm {
36.7072 - display: none !important;
36.7073 - }
36.7074 -}
36.7075 -
36.7076 -@media (min-width: 992px) and (max-width: 1199px) {
36.7077 - .hidden-lg.hidden-md,
36.7078 - tr.hidden-lg.hidden-md,
36.7079 - th.hidden-lg.hidden-md,
36.7080 - td.hidden-lg.hidden-md {
36.7081 - display: none !important;
36.7082 - }
36.7083 -}
36.7084 -
36.7085 -@media (min-width: 1200px) {
36.7086 - .hidden-lg,
36.7087 - tr.hidden-lg,
36.7088 - th.hidden-lg,
36.7089 - td.hidden-lg {
36.7090 - display: none !important;
36.7091 - }
36.7092 -}
36.7093 -
36.7094 -.visible-print,
36.7095 -tr.visible-print,
36.7096 -th.visible-print,
36.7097 -td.visible-print {
36.7098 - display: none !important;
36.7099 -}
36.7100 -
36.7101 -@media print {
36.7102 - .visible-print {
36.7103 - display: block !important;
36.7104 - }
36.7105 - table.visible-print {
36.7106 - display: table;
36.7107 - }
36.7108 - tr.visible-print {
36.7109 - display: table-row !important;
36.7110 - }
36.7111 - th.visible-print,
36.7112 - td.visible-print {
36.7113 - display: table-cell !important;
36.7114 - }
36.7115 - .hidden-print,
36.7116 - tr.hidden-print,
36.7117 - th.hidden-print,
36.7118 - td.hidden-print {
36.7119 - display: none !important;
36.7120 - }
36.7121 -}
36.7122 \ No newline at end of file
37.1 --- a/bootstrap-source/bootstrap-3.0.3/dist/css/bootstrap.min.css Sat Jan 18 12:34:36 2014 +0100
37.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
37.3 @@ -1,7 +0,0 @@
37.4 -/*!
37.5 - * Bootstrap v3.0.3 (http://getbootstrap.com)
37.6 - * Copyright 2013 Twitter, Inc.
37.7 - * Licensed under http://www.apache.org/licenses/LICENSE-2.0
37.8 - */
37.9 -
37.10 -/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small{font-size:65%}h4,h5,h6{margin-top:10px;margin-bottom:10px}h4 small,h5 small,h6 small,h4 .small,h5 .small,h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-primary:hover{color:#3071a9}.text-warning{color:#8a6d3b}.text-warning:hover{color:#66512c}.text-danger{color:#a94442}.text-danger:hover{color:#843534}.text-success{color:#3c763d}.text-success:hover{color:#2b542c}.text-info{color:#31708f}.text-info:hover{color:#245269}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}.list-inline>li:first-child{padding-left:0}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small,blockquote .small{display:block;line-height:1.428571429;color:#999}blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small,blockquote.pull-right .small{text-align:right}blockquote.pull-right small:before,blockquote.pull-right .small:before{content:''}blockquote.pull-right small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}@media(min-width:768px){.container{width:750px}}@media(min-width:992px){.container{width:970px}}@media(min-width:1200px){.container{width:1170px}}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666666666666%}.col-xs-10{width:83.33333333333334%}.col-xs-9{width:75%}.col-xs-8{width:66.66666666666666%}.col-xs-7{width:58.333333333333336%}.col-xs-6{width:50%}.col-xs-5{width:41.66666666666667%}.col-xs-4{width:33.33333333333333%}.col-xs-3{width:25%}.col-xs-2{width:16.666666666666664%}.col-xs-1{width:8.333333333333332%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666666666666%}.col-xs-pull-10{right:83.33333333333334%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666666666666%}.col-xs-pull-7{right:58.333333333333336%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666666666667%}.col-xs-pull-4{right:33.33333333333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.666666666666664%}.col-xs-pull-1{right:8.333333333333332%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666666666666%}.col-xs-push-10{left:83.33333333333334%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666666666666%}.col-xs-push-7{left:58.333333333333336%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666666666667%}.col-xs-push-4{left:33.33333333333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.666666666666664%}.col-xs-push-1{left:8.333333333333332%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666666666666%}.col-xs-offset-10{margin-left:83.33333333333334%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666666666666%}.col-xs-offset-7{margin-left:58.333333333333336%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666666666667%}.col-xs-offset-4{margin-left:33.33333333333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.666666666666664%}.col-xs-offset-1{margin-left:8.333333333333332%}.col-xs-offset-0{margin-left:0}@media(min-width:768px){.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{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666666666666%}.col-sm-10{width:83.33333333333334%}.col-sm-9{width:75%}.col-sm-8{width:66.66666666666666%}.col-sm-7{width:58.333333333333336%}.col-sm-6{width:50%}.col-sm-5{width:41.66666666666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666666664%}.col-sm-1{width:8.333333333333332%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666666666666%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666666666666%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-0{margin-left:0}}@media(min-width:992px){.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{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666666666666%}.col-md-10{width:83.33333333333334%}.col-md-9{width:75%}.col-md-8{width:66.66666666666666%}.col-md-7{width:58.333333333333336%}.col-md-6{width:50%}.col-md-5{width:41.66666666666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666666664%}.col-md-1{width:8.333333333333332%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666666666666%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666666666666%}.col-md-push-10{left:83.33333333333334%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666666666666%}.col-md-push-7{left:58.333333333333336%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666666666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666666664%}.col-md-push-1{left:8.333333333333332%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666666666666%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-0{margin-left:0}}@media(min-width:1200px){.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{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{position:static;display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{display:table-cell;float:none}.table>thead>tr>.active,.table>tbody>tr>.active,.table>tfoot>tr>.active,.table>thead>.active>td,.table>tbody>.active>td,.table>tfoot>.active>td,.table>thead>.active>th,.table>tbody>.active>th,.table>tfoot>.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>.active:hover,.table-hover>tbody>.active:hover>td,.table-hover>tbody>.active:hover>th{background-color:#e8e8e8}.table>thead>tr>.success,.table>tbody>tr>.success,.table>tfoot>tr>.success,.table>thead>.success>td,.table>tbody>.success>td,.table>tfoot>.success>td,.table>thead>.success>th,.table>tbody>.success>th,.table>tfoot>.success>th{background-color:#dff0d8}.table-hover>tbody>tr>.success:hover,.table-hover>tbody>.success:hover>td,.table-hover>tbody>.success:hover>th{background-color:#d0e9c6}.table>thead>tr>.danger,.table>tbody>tr>.danger,.table>tfoot>tr>.danger,.table>thead>.danger>td,.table>tbody>.danger>td,.table>tfoot>.danger>td,.table>thead>.danger>th,.table>tbody>.danger>th,.table>tfoot>.danger>th{background-color:#f2dede}.table-hover>tbody>tr>.danger:hover,.table-hover>tbody>.danger:hover>td,.table-hover>tbody>.danger:hover>th{background-color:#ebcccc}.table>thead>tr>.warning,.table>tbody>tr>.warning,.table>tfoot>tr>.warning,.table>thead>.warning>td,.table>tbody>.warning>td,.table>tfoot>.warning>td,.table>thead>.warning>th,.table>tbody>.warning>th,.table>tfoot>.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>.warning:hover,.table-hover>tbody>.warning:hover>td,.table-hover>tbody>.warning:hover>th{background-color:#faf2cc}@media(max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block}.form-inline select.form-control{width:auto}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-control-static{padding-top:7px}@media(min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#fff}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-link{font-weight:normal;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1;-moz-osx-font-smoothing:grayscale}.glyphicon:empty{width:1em}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn:first-child>.btn{margin-right:-1px}.input-group-btn:last-child>.btn{margin-left:-1px}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-4px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media(min-width:768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media(min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media(min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block}.navbar-form select.form-control{width:auto}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media(min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{display:block;height:auto;max-width:100%;margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-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-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:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-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-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)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-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-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)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-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-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)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-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-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)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel>.list-group .list-group-item:last-child{border-bottom:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child th,.panel>.table>tbody:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:last-child>td,.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;z-index:1050;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;outline:0;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}table.visible-xs.visible-sm{display:table}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}table.visible-xs.visible-md{display:table}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}table.visible-xs.visible-lg{display:table}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm{display:none!important}@media(max-width:767px){.visible-sm.visible-xs{display:block!important}table.visible-sm.visible-xs{display:table}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}table.visible-sm.visible-md{display:table}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}table.visible-sm.visible-lg{display:table}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md,tr.visible-md,th.visible-md,td.visible-md{display:none!important}@media(max-width:767px){.visible-md.visible-xs{display:block!important}table.visible-md.visible-xs{display:table}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}table.visible-md.visible-sm{display:table}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-md.visible-lg{display:block!important}table.visible-md.visible-lg{display:table}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg{display:none!important}@media(max-width:767px){.visible-lg.visible-xs{display:block!important}table.visible-lg.visible-xs{display:table}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}table.visible-lg.visible-sm{display:table}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}table.visible-lg.visible-md{display:table}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}table.hidden-xs{display:table}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media(max-width:767px){.hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm,tr.hidden-xs.hidden-sm,th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md,tr.hidden-xs.hidden-md,th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-xs.hidden-lg,tr.hidden-xs.hidden-lg,th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}table.hidden-sm{display:table}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media(max-width:767px){.hidden-sm.hidden-xs,tr.hidden-sm.hidden-xs,th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-sm,tr.hidden-sm,th.hidden-sm,td.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md,tr.hidden-sm.hidden-md,th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-sm.hidden-lg,tr.hidden-sm.hidden-lg,th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}table.hidden-md{display:table}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media(max-width:767px){.hidden-md.hidden-xs,tr.hidden-md.hidden-xs,th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-md.hidden-sm,tr.hidden-md.hidden-sm,th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-md,tr.hidden-md,th.hidden-md,td.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-md.hidden-lg,tr.hidden-md.hidden-lg,th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}table.hidden-lg{display:table}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media(max-width:767px){.hidden-lg.hidden-xs,tr.hidden-lg.hidden-xs,th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm,tr.hidden-lg.hidden-sm,th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md,tr.hidden-lg.hidden-md,th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print,tr.visible-print,th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print,tr.hidden-print,th.hidden-print,td.hidden-print{display:none!important}}
37.11 \ No newline at end of file
38.1 Binary file bootstrap-source/bootstrap-3.0.3/dist/fonts/glyphicons-halflings-regular.eot has changed
39.1 --- a/bootstrap-source/bootstrap-3.0.3/dist/fonts/glyphicons-halflings-regular.svg Sat Jan 18 12:34:36 2014 +0100
39.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
39.3 @@ -1,229 +0,0 @@
39.4 -<?xml version="1.0" standalone="no"?>
39.5 -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
39.6 -<svg xmlns="http://www.w3.org/2000/svg">
39.7 -<metadata></metadata>
39.8 -<defs>
39.9 -<font id="glyphicons_halflingsregular" horiz-adv-x="1200" >
39.10 -<font-face units-per-em="1200" ascent="960" descent="-240" />
39.11 -<missing-glyph horiz-adv-x="500" />
39.12 -<glyph />
39.13 -<glyph />
39.14 -<glyph unicode="
" />
39.15 -<glyph unicode=" " />
39.16 -<glyph unicode="*" d="M100 500v200h259l-183 183l141 141l183 -183v259h200v-259l183 183l141 -141l-183 -183h259v-200h-259l183 -183l-141 -141l-183 183v-259h-200v259l-183 -183l-141 141l183 183h-259z" />
39.17 -<glyph unicode="+" d="M0 400v300h400v400h300v-400h400v-300h-400v-400h-300v400h-400z" />
39.18 -<glyph unicode=" " />
39.19 -<glyph unicode=" " horiz-adv-x="652" />
39.20 -<glyph unicode=" " horiz-adv-x="1304" />
39.21 -<glyph unicode=" " horiz-adv-x="652" />
39.22 -<glyph unicode=" " horiz-adv-x="1304" />
39.23 -<glyph unicode=" " horiz-adv-x="434" />
39.24 -<glyph unicode=" " horiz-adv-x="326" />
39.25 -<glyph unicode=" " horiz-adv-x="217" />
39.26 -<glyph unicode=" " horiz-adv-x="217" />
39.27 -<glyph unicode=" " horiz-adv-x="163" />
39.28 -<glyph unicode=" " horiz-adv-x="260" />
39.29 -<glyph unicode=" " horiz-adv-x="72" />
39.30 -<glyph unicode=" " horiz-adv-x="260" />
39.31 -<glyph unicode=" " horiz-adv-x="326" />
39.32 -<glyph unicode="€" d="M100 500l100 100h113q0 47 5 100h-218l100 100h135q37 167 112 257q117 141 297 141q242 0 354 -189q60 -103 66 -209h-181q0 55 -25.5 99t-63.5 68t-75 36.5t-67 12.5q-24 0 -52.5 -10t-62.5 -32t-65.5 -67t-50.5 -107h379l-100 -100h-300q-6 -46 -6 -100h406l-100 -100 h-300q9 -74 33 -132t52.5 -91t62 -54.5t59 -29t46.5 -7.5q29 0 66 13t75 37t63.5 67.5t25.5 96.5h174q-31 -172 -128 -278q-107 -117 -274 -117q-205 0 -324 158q-36 46 -69 131.5t-45 205.5h-217z" />
39.33 -<glyph unicode="−" d="M200 400h900v300h-900v-300z" />
39.34 -<glyph unicode="☁" d="M-14 494q0 -80 56.5 -137t135.5 -57h750q120 0 205 86t85 208q0 120 -85 206.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5z" />
39.35 -<glyph unicode="✉" d="M0 100l400 400l200 -200l200 200l400 -400h-1200zM0 300v600l300 -300zM0 1100l600 -603l600 603h-1200zM900 600l300 300v-600z" />
39.36 -<glyph unicode="✏" d="M-13 -13l333 112l-223 223zM187 403l214 -214l614 614l-214 214zM887 1103l214 -214l99 92q13 13 13 32.5t-13 33.5l-153 153q-15 13 -33 13t-33 -13z" />
39.37 -<glyph unicode="" horiz-adv-x="500" d="M0 0z" />
39.38 -<glyph unicode="" d="M0 1200h1200l-500 -550v-550h300v-100h-800v100h300v550z" />
39.39 -<glyph unicode="" d="M14 84q18 -55 86 -75.5t147 5.5q65 21 109 69t44 90v606l600 155v-521q-64 16 -138 -7q-79 -26 -122.5 -83t-25.5 -111q17 -55 85.5 -75.5t147.5 4.5q70 23 111.5 63.5t41.5 95.5v881q0 10 -7 15.5t-17 2.5l-752 -193q-10 -3 -17 -12.5t-7 -19.5v-689q-64 17 -138 -7 q-79 -25 -122.5 -82t-25.5 -112z" />
39.40 -<glyph unicode="" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233z" />
39.41 -<glyph unicode="" d="M100 784q0 64 28 123t73 100.5t104.5 64t119 20.5t120 -38.5t104.5 -104.5q48 69 109.5 105t121.5 38t118.5 -20.5t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-149.5 152.5t-126.5 127.5 t-94 124.5t-33.5 117.5z" />
39.42 -<glyph unicode="" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1z" />
39.43 -<glyph unicode="" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1zM237 700l196 -142l-73 -226l192 140l195 -141l-74 229l193 140h-235l-77 211l-78 -211h-239z" />
39.44 -<glyph unicode="" d="M0 0v143l400 257v100q-37 0 -68.5 74.5t-31.5 125.5v200q0 124 88 212t212 88t212 -88t88 -212v-200q0 -51 -31.5 -125.5t-68.5 -74.5v-100l400 -257v-143h-1200z" />
39.45 -<glyph unicode="" d="M0 0v1100h1200v-1100h-1200zM100 100h100v100h-100v-100zM100 300h100v100h-100v-100zM100 500h100v100h-100v-100zM100 700h100v100h-100v-100zM100 900h100v100h-100v-100zM300 100h600v400h-600v-400zM300 600h600v400h-600v-400zM1000 100h100v100h-100v-100z M1000 300h100v100h-100v-100zM1000 500h100v100h-100v-100zM1000 700h100v100h-100v-100zM1000 900h100v100h-100v-100z" />
39.46 -<glyph unicode="" d="M0 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM0 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5zM600 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM600 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5z" />
39.47 -<glyph unicode="" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200 q-21 0 -35.5 14.5t-14.5 35.5zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 450v200q0 21 14.5 35.5t35.5 14.5h200 q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5z" />
39.48 -<glyph unicode="" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v200q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5 t-14.5 -35.5v-200zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5z" />
39.49 -<glyph unicode="" d="M29 454l419 -420l818 820l-212 212l-607 -607l-206 207z" />
39.50 -<glyph unicode="" d="M106 318l282 282l-282 282l212 212l282 -282l282 282l212 -212l-282 -282l282 -282l-212 -212l-282 282l-282 -282z" />
39.51 -<glyph unicode="" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233zM300 600v200h100v100h200v-100h100v-200h-100v-100h-200v100h-100z" />
39.52 -<glyph unicode="" d="M23 694q0 200 142 342t342 142t342 -142t142 -342q0 -141 -78 -262l300 -299q7 -7 7 -18t-7 -18l-109 -109q-8 -8 -18 -8t-18 8l-300 299q-120 -77 -261 -77q-200 0 -342 142t-142 342zM176 694q0 -136 97 -233t234 -97t233.5 97t96.5 233t-96.5 233t-233.5 97t-234 -97 t-97 -233zM300 601h400v200h-400v-200z" />
39.53 -<glyph unicode="" d="M23 600q0 183 105 331t272 210v-166q-103 -55 -165 -155t-62 -220q0 -177 125 -302t302 -125t302 125t125 302q0 120 -62 220t-165 155v166q167 -62 272 -210t105 -331q0 -118 -45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5 zM500 750q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5v400q0 21 -14.5 35.5t-35.5 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-400z" />
39.54 -<glyph unicode="" d="M100 1h200v300h-200v-300zM400 1v500h200v-500h-200zM700 1v800h200v-800h-200zM1000 1v1200h200v-1200h-200z" />
39.55 -<glyph unicode="" d="M26 601q0 -33 6 -74l151 -38l2 -6q14 -49 38 -93l3 -5l-80 -134q45 -59 105 -105l133 81l5 -3q45 -26 94 -39l5 -2l38 -151q40 -5 74 -5q27 0 74 5l38 151l6 2q46 13 93 39l5 3l134 -81q56 44 104 105l-80 134l3 5q24 44 39 93l1 6l152 38q5 40 5 74q0 28 -5 73l-152 38 l-1 6q-16 51 -39 93l-3 5l80 134q-44 58 -104 105l-134 -81l-5 3q-45 25 -93 39l-6 1l-38 152q-40 5 -74 5q-27 0 -74 -5l-38 -152l-5 -1q-50 -14 -94 -39l-5 -3l-133 81q-59 -47 -105 -105l80 -134l-3 -5q-25 -47 -38 -93l-2 -6l-151 -38q-6 -48 -6 -73zM385 601 q0 88 63 151t152 63t152 -63t63 -151q0 -89 -63 -152t-152 -63t-152 63t-63 152z" />
39.56 -<glyph unicode="" d="M100 1025v50q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5v-100h275q10 0 17.5 -7.5t7.5 -17.5v-50q0 -11 -7 -18t-18 -7h-1050q-11 0 -18 7t-7 18zM200 100v800h900v-800q0 -41 -29.5 -71t-70.5 -30h-700q-41 0 -70.5 30 t-29.5 71zM300 100h100v700h-100v-700zM500 100h100v700h-100v-700zM500 1100h300v100h-300v-100zM700 100h100v700h-100v-700zM900 100h100v700h-100v-700z" />
39.57 -<glyph unicode="" d="M1 601l656 644l644 -644h-200v-600h-300v400h-300v-400h-300v600h-200z" />
39.58 -<glyph unicode="" d="M100 25v1150q0 11 7 18t18 7h475v-500h400v-675q0 -11 -7 -18t-18 -7h-850q-11 0 -18 7t-7 18zM700 800v300l300 -300h-300z" />
39.59 -<glyph unicode="" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 500v400h100 v-300h200v-100h-300z" />
39.60 -<glyph unicode="" d="M-100 0l431 1200h209l-21 -300h162l-20 300h208l431 -1200h-538l-41 400h-242l-40 -400h-539zM488 500h224l-27 300h-170z" />
39.61 -<glyph unicode="" d="M0 0v400h490l-290 300h200v500h300v-500h200l-290 -300h490v-400h-1100zM813 200h175v100h-175v-100z" />
39.62 -<glyph unicode="" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM188 600q0 -170 121 -291t291 -121t291 121t121 291t-121 291t-291 121 t-291 -121t-121 -291zM350 600h150v300h200v-300h150l-250 -300z" />
39.63 -<glyph unicode="" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM350 600l250 300 l250 -300h-150v-300h-200v300h-150z" />
39.64 -<glyph unicode="" d="M0 25v475l200 700h800q199 -700 200 -700v-475q0 -11 -7 -18t-18 -7h-1150q-11 0 -18 7t-7 18zM200 500h200l50 -200h300l50 200h200l-97 500h-606z" />
39.65 -<glyph unicode="" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 397v401 l297 -200z" />
39.66 -<glyph unicode="" d="M23 600q0 -118 45.5 -224.5t123 -184t184 -123t224.5 -45.5t224.5 45.5t184 123t123 184t45.5 224.5h-150q0 -177 -125 -302t-302 -125t-302 125t-125 302t125 302t302 125q136 0 246 -81l-146 -146h400v400l-145 -145q-157 122 -355 122q-118 0 -224.5 -45.5t-184 -123 t-123 -184t-45.5 -224.5z" />
39.67 -<glyph unicode="" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5q198 0 355 -122l145 145v-400h-400l147 147q-112 80 -247 80q-177 0 -302 -125t-125 -302h-150zM100 0v400h400l-147 -147q112 -80 247 -80q177 0 302 125t125 302h150q0 -118 -45.5 -224.5t-123 -184t-184 -123 t-224.5 -45.5q-198 0 -355 122z" />
39.68 -<glyph unicode="" d="M100 0h1100v1200h-1100v-1200zM200 100v900h900v-900h-900zM300 200v100h100v-100h-100zM300 400v100h100v-100h-100zM300 600v100h100v-100h-100zM300 800v100h100v-100h-100zM500 200h500v100h-500v-100zM500 400v100h500v-100h-500zM500 600v100h500v-100h-500z M500 800v100h500v-100h-500z" />
39.69 -<glyph unicode="" d="M0 100v600q0 41 29.5 70.5t70.5 29.5h100v200q0 82 59 141t141 59h300q82 0 141 -59t59 -141v-200h100q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-900q-41 0 -70.5 29.5t-29.5 70.5zM400 800h300v150q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-150z" />
39.70 -<glyph unicode="" d="M100 0v1100h100v-1100h-100zM300 400q60 60 127.5 84t127.5 17.5t122 -23t119 -30t110 -11t103 42t91 120.5v500q-40 -81 -101.5 -115.5t-127.5 -29.5t-138 25t-139.5 40t-125.5 25t-103 -29.5t-65 -115.5v-500z" />
39.71 -<glyph unicode="" d="M0 275q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 127 70.5 231.5t184.5 161.5t245 57t245 -57t184.5 -161.5t70.5 -231.5v-300q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 116 -49.5 227t-131 192.5t-192.5 131t-227 49.5t-227 -49.5t-192.5 -131t-131 -192.5 t-49.5 -227v-300zM200 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14zM800 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14z" />
39.72 -<glyph unicode="" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM688 459l141 141l-141 141l71 71l141 -141l141 141l71 -71l-141 -141l141 -141l-71 -71l-141 141l-141 -141z" />
39.73 -<glyph unicode="" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM700 857l69 53q111 -135 111 -310q0 -169 -106 -302l-67 54q86 110 86 248q0 146 -93 257z" />
39.74 -<glyph unicode="" d="M0 401v400h300l300 200v-800l-300 200h-300zM702 858l69 53q111 -135 111 -310q0 -170 -106 -303l-67 55q86 110 86 248q0 145 -93 257zM889 951l7 -8q123 -151 123 -344q0 -189 -119 -339l-7 -8l81 -66l6 8q142 178 142 405q0 230 -144 408l-6 8z" />
39.75 -<glyph unicode="" d="M0 0h500v500h-200v100h-100v-100h-200v-500zM0 600h100v100h400v100h100v100h-100v300h-500v-600zM100 100v300h300v-300h-300zM100 800v300h300v-300h-300zM200 200v100h100v-100h-100zM200 900h100v100h-100v-100zM500 500v100h300v-300h200v-100h-100v-100h-200v100 h-100v100h100v200h-200zM600 0v100h100v-100h-100zM600 1000h100v-300h200v-300h300v200h-200v100h200v500h-600v-200zM800 800v300h300v-300h-300zM900 0v100h300v-100h-300zM900 900v100h100v-100h-100zM1100 200v100h100v-100h-100z" />
39.76 -<glyph unicode="" d="M0 200h100v1000h-100v-1000zM100 0v100h300v-100h-300zM200 200v1000h100v-1000h-100zM500 0v91h100v-91h-100zM500 200v1000h200v-1000h-200zM700 0v91h100v-91h-100zM800 200v1000h100v-1000h-100zM900 0v91h200v-91h-200zM1000 200v1000h200v-1000h-200z" />
39.77 -<glyph unicode="" d="M1 700v475q0 10 7.5 17.5t17.5 7.5h474l700 -700l-500 -500zM148 953q0 -42 29 -71q30 -30 71.5 -30t71.5 30q29 29 29 71t-29 71q-30 30 -71.5 30t-71.5 -30q-29 -29 -29 -71z" />
39.78 -<glyph unicode="" d="M2 700v475q0 11 7 18t18 7h474l700 -700l-500 -500zM148 953q0 -42 30 -71q29 -30 71 -30t71 30q30 29 30 71t-30 71q-29 30 -71 30t-71 -30q-30 -29 -30 -71zM701 1200h100l700 -700l-500 -500l-50 50l450 450z" />
39.79 -<glyph unicode="" d="M100 0v1025l175 175h925v-1000l-100 -100v1000h-750l-100 -100h750v-1000h-900z" />
39.80 -<glyph unicode="" d="M200 0l450 444l450 -443v1150q0 20 -14.5 35t-35.5 15h-800q-21 0 -35.5 -15t-14.5 -35v-1151z" />
39.81 -<glyph unicode="" d="M0 100v700h200l100 -200h600l100 200h200v-700h-200v200h-800v-200h-200zM253 829l40 -124h592l62 124l-94 346q-2 11 -10 18t-18 7h-450q-10 0 -18 -7t-10 -18zM281 24l38 152q2 10 11.5 17t19.5 7h500q10 0 19.5 -7t11.5 -17l38 -152q2 -10 -3.5 -17t-15.5 -7h-600 q-10 0 -15.5 7t-3.5 17z" />
39.82 -<glyph unicode="" d="M0 200q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5h-150q-4 8 -11.5 21.5t-33 48t-53 61t-69 48t-83.5 21.5h-200q-41 0 -82 -20.5t-70 -50t-52 -59t-34 -50.5l-12 -20h-150q-41 0 -70.5 -29.5t-29.5 -70.5v-600z M356 500q0 100 72 172t172 72t172 -72t72 -172t-72 -172t-172 -72t-172 72t-72 172zM494 500q0 -44 31 -75t75 -31t75 31t31 75t-31 75t-75 31t-75 -31t-31 -75zM900 700v100h100v-100h-100z" />
39.83 -<glyph unicode="" d="M53 0h365v66q-41 0 -72 11t-49 38t1 71l92 234h391l82 -222q16 -45 -5.5 -88.5t-74.5 -43.5v-66h417v66q-34 1 -74 43q-18 19 -33 42t-21 37l-6 13l-385 998h-93l-399 -1006q-24 -48 -52 -75q-12 -12 -33 -25t-36 -20l-15 -7v-66zM416 521l178 457l46 -140l116 -317h-340 z" />
39.84 -<glyph unicode="" d="M100 0v89q41 7 70.5 32.5t29.5 65.5v827q0 28 -1 39.5t-5.5 26t-15.5 21t-29 14t-49 14.5v70h471q120 0 213 -88t93 -228q0 -55 -11.5 -101.5t-28 -74t-33.5 -47.5t-28 -28l-12 -7q8 -3 21.5 -9t48 -31.5t60.5 -58t47.5 -91.5t21.5 -129q0 -84 -59 -156.5t-142 -111 t-162 -38.5h-500zM400 200h161q89 0 153 48.5t64 132.5q0 90 -62.5 154.5t-156.5 64.5h-159v-400zM400 700h139q76 0 130 61.5t54 138.5q0 82 -84 130.5t-239 48.5v-379z" />
39.85 -<glyph unicode="" d="M200 0v57q77 7 134.5 40.5t65.5 80.5l173 849q10 56 -10 74t-91 37q-6 1 -10.5 2.5t-9.5 2.5v57h425l2 -57q-33 -8 -62 -25.5t-46 -37t-29.5 -38t-17.5 -30.5l-5 -12l-128 -825q-10 -52 14 -82t95 -36v-57h-500z" />
39.86 -<glyph unicode="" d="M-75 200h75v800h-75l125 167l125 -167h-75v-800h75l-125 -167zM300 900v300h150h700h150v-300h-50q0 29 -8 48.5t-18.5 30t-33.5 15t-39.5 5.5t-50.5 1h-200v-850l100 -50v-100h-400v100l100 50v850h-200q-34 0 -50.5 -1t-40 -5.5t-33.5 -15t-18.5 -30t-8.5 -48.5h-49z " />
39.87 -<glyph unicode="" d="M33 51l167 125v-75h800v75l167 -125l-167 -125v75h-800v-75zM100 901v300h150h700h150v-300h-50q0 29 -8 48.5t-18 30t-33.5 15t-40 5.5t-50.5 1h-200v-650l100 -50v-100h-400v100l100 50v650h-200q-34 0 -50.5 -1t-39.5 -5.5t-33.5 -15t-18.5 -30t-8 -48.5h-50z" />
39.88 -<glyph unicode="" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 350q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM0 650q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1000q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 950q0 -20 14.5 -35t35.5 -15h600q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-600q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
39.89 -<glyph unicode="" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 650q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM200 350q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM200 950q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
39.90 -<glyph unicode="" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM100 650v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1000q-21 0 -35.5 15 t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-600 q-21 0 -35.5 15t-14.5 35z" />
39.91 -<glyph unicode="" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100 q-21 0 -35.5 15t-14.5 35z" />
39.92 -<glyph unicode="" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM300 50v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800 q-21 0 -35.5 15t-14.5 35zM300 650v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 950v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15 h-800q-21 0 -35.5 15t-14.5 35z" />
39.93 -<glyph unicode="" d="M-101 500v100h201v75l166 -125l-166 -125v75h-201zM300 0h100v1100h-100v-1100zM500 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35 v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 650q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100 q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100z" />
39.94 -<glyph unicode="" d="M1 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 650 q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM801 0v1100h100v-1100 h-100zM934 550l167 -125v75h200v100h-200v75z" />
39.95 -<glyph unicode="" d="M0 275v650q0 31 22 53t53 22h750q31 0 53 -22t22 -53v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53zM900 600l300 300v-600z" />
39.96 -<glyph unicode="" d="M0 44v1012q0 18 13 31t31 13h1112q19 0 31.5 -13t12.5 -31v-1012q0 -18 -12.5 -31t-31.5 -13h-1112q-18 0 -31 13t-13 31zM100 263l247 182l298 -131l-74 156l293 318l236 -288v500h-1000v-737zM208 750q0 56 39 95t95 39t95 -39t39 -95t-39 -95t-95 -39t-95 39t-39 95z " />
39.97 -<glyph unicode="" d="M148 745q0 124 60.5 231.5t165 172t226.5 64.5q123 0 227 -63t164.5 -169.5t60.5 -229.5t-73 -272q-73 -114 -166.5 -237t-150.5 -189l-57 -66q-10 9 -27 26t-66.5 70.5t-96 109t-104 135.5t-100.5 155q-63 139 -63 262zM342 772q0 -107 75.5 -182.5t181.5 -75.5 q107 0 182.5 75.5t75.5 182.5t-75.5 182t-182.5 75t-182 -75.5t-75 -181.5z" />
39.98 -<glyph unicode="" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM173 600q0 -177 125.5 -302t301.5 -125v854q-176 0 -301.5 -125 t-125.5 -302z" />
39.99 -<glyph unicode="" d="M117 406q0 94 34 186t88.5 172.5t112 159t115 177t87.5 194.5q21 -71 57.5 -142.5t76 -130.5t83 -118.5t82 -117t70 -116t50 -125.5t18.5 -136q0 -89 -39 -165.5t-102 -126.5t-140 -79.5t-156 -33.5q-114 6 -211.5 53t-161.5 138.5t-64 210.5zM243 414q14 -82 59.5 -136 t136.5 -80l16 98q-7 6 -18 17t-34 48t-33 77q-15 73 -14 143.5t10 122.5l9 51q-92 -110 -119.5 -185t-12.5 -156z" />
39.100 -<glyph unicode="" d="M0 400v300q0 165 117.5 282.5t282.5 117.5q366 -6 397 -14l-186 -186h-311q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v125l200 200v-225q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM436 341l161 50l412 412l-114 113l-405 -405zM995 1015l113 -113l113 113l-21 85l-92 28z" />
39.101 -<glyph unicode="" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h261l2 -80q-133 -32 -218 -120h-145q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5l200 153v-53q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5 zM423 524q30 38 81.5 64t103 35.5t99 14t77.5 3.5l29 -1v-209l360 324l-359 318v-216q-7 0 -19 -1t-48 -8t-69.5 -18.5t-76.5 -37t-76.5 -59t-62 -88t-39.5 -121.5z" />
39.102 -<glyph unicode="" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q60 0 127 -23l-178 -177h-349q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v69l200 200v-169q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM342 632l283 -284l566 567l-136 137l-430 -431l-147 147z" />
39.103 -<glyph unicode="" d="M0 603l300 296v-198h200v200h-200l300 300l295 -300h-195v-200h200v198l300 -296l-300 -300v198h-200v-200h195l-295 -300l-300 300h200v200h-200v-198z" />
39.104 -<glyph unicode="" d="M200 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-1100l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
39.105 -<glyph unicode="" d="M0 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-487l500 487v-1100l-500 488v-488l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
39.106 -<glyph unicode="" d="M136 550l564 550v-487l500 487v-1100l-500 488v-488z" />
39.107 -<glyph unicode="" d="M200 0l900 550l-900 550v-1100z" />
39.108 -<glyph unicode="" d="M200 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5t-14.5 -35.5v-800zM600 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
39.109 -<glyph unicode="" d="M200 150q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v800q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
39.110 -<glyph unicode="" d="M0 0v1100l500 -487v487l564 -550l-564 -550v488z" />
39.111 -<glyph unicode="" d="M0 0v1100l500 -487v487l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-500 -488v488z" />
39.112 -<glyph unicode="" d="M300 0v1100l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438z" />
39.113 -<glyph unicode="" d="M100 250v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5zM100 500h1100l-550 564z" />
39.114 -<glyph unicode="" d="M185 599l592 -592l240 240l-353 353l353 353l-240 240z" />
39.115 -<glyph unicode="" d="M272 194l353 353l-353 353l241 240l572 -571l21 -22l-1 -1v-1l-592 -591z" />
39.116 -<glyph unicode="" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM300 500h200v-200h200v200h200v200h-200v200h-200v-200h-200v-200z" />
39.117 -<glyph unicode="" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM300 500h600v200h-600v-200z" />
39.118 -<glyph unicode="" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM246 459l213 -213l141 142l141 -142l213 213l-142 141l142 141l-213 212l-141 -141l-141 142l-212 -213l141 -141z" />
39.119 -<glyph unicode="" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM270 551l276 -277l411 411l-175 174l-236 -236l-102 102z" />
39.120 -<glyph unicode="" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM363 700h144q4 0 11.5 -1t11 -1t6.5 3t3 9t1 11t3.5 8.5t3.5 6t5.5 4t6.5 2.5t9 1.5t9 0.5h11.5h12.5q19 0 30 -10t11 -26 q0 -22 -4 -28t-27 -22q-5 -1 -12.5 -3t-27 -13.5t-34 -27t-26.5 -46t-11 -68.5h200q5 3 14 8t31.5 25.5t39.5 45.5t31 69t14 94q0 51 -17.5 89t-42 58t-58.5 32t-58.5 15t-51.5 3q-105 0 -172 -56t-67 -183zM500 300h200v100h-200v-100z" />
39.121 -<glyph unicode="" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM400 300h400v100h-100v300h-300v-100h100v-200h-100v-100zM500 800h200v100h-200v-100z" />
39.122 -<glyph unicode="" d="M0 500v200h194q15 60 36 104.5t55.5 86t88 69t126.5 40.5v200h200v-200q54 -20 113 -60t112.5 -105.5t71.5 -134.5h203v-200h-203q-25 -102 -116.5 -186t-180.5 -117v-197h-200v197q-140 27 -208 102.5t-98 200.5h-194zM290 500q24 -73 79.5 -127.5t130.5 -78.5v206h200 v-206q149 48 201 206h-201v200h200q-25 74 -76 127.5t-124 76.5v-204h-200v203q-75 -24 -130 -77.5t-79 -125.5h209v-200h-210z" />
39.123 -<glyph unicode="" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM356 465l135 135 l-135 135l109 109l135 -135l135 135l109 -109l-135 -135l135 -135l-109 -109l-135 135l-135 -135z" />
39.124 -<glyph unicode="" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM322 537l141 141 l87 -87l204 205l142 -142l-346 -345z" />
39.125 -<glyph unicode="" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -115 62 -215l568 567q-100 62 -216 62q-171 0 -292.5 -121.5t-121.5 -292.5zM391 245q97 -59 209 -59q171 0 292.5 121.5t121.5 292.5 q0 112 -59 209z" />
39.126 -<glyph unicode="" d="M0 547l600 453v-300h600v-300h-600v-301z" />
39.127 -<glyph unicode="" d="M0 400v300h600v300l600 -453l-600 -448v301h-600z" />
39.128 -<glyph unicode="" d="M204 600l450 600l444 -600h-298v-600h-300v600h-296z" />
39.129 -<glyph unicode="" d="M104 600h296v600h300v-600h298l-449 -600z" />
39.130 -<glyph unicode="" d="M0 200q6 132 41 238.5t103.5 193t184 138t271.5 59.5v271l600 -453l-600 -448v301q-95 -2 -183 -20t-170 -52t-147 -92.5t-100 -135.5z" />
39.131 -<glyph unicode="" d="M0 0v400l129 -129l294 294l142 -142l-294 -294l129 -129h-400zM635 777l142 -142l294 294l129 -129v400h-400l129 -129z" />
39.132 -<glyph unicode="" d="M34 176l295 295l-129 129h400v-400l-129 130l-295 -295zM600 600v400l129 -129l295 295l142 -141l-295 -295l129 -130h-400z" />
39.133 -<glyph unicode="" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5t224.5 -45.5t184 -123t123 -184t45.5 -224.5t-45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5zM456 851l58 -302q4 -20 21.5 -34.5t37.5 -14.5h54q20 0 37.5 14.5 t21.5 34.5l58 302q4 20 -8 34.5t-33 14.5h-207q-20 0 -32 -14.5t-8 -34.5zM500 300h200v100h-200v-100z" />
39.134 -<glyph unicode="" d="M0 800h100v-200h400v300h200v-300h400v200h100v100h-111v6t-1 15t-3 18l-34 172q-11 39 -41.5 63t-69.5 24q-32 0 -61 -17l-239 -144q-22 -13 -40 -35q-19 24 -40 36l-238 144q-33 18 -62 18q-39 0 -69.5 -23t-40.5 -61l-35 -177q-2 -8 -3 -18t-1 -15v-6h-111v-100z M100 0h400v400h-400v-400zM200 900q-3 0 14 48t35 96l18 47l214 -191h-281zM700 0v400h400v-400h-400zM731 900l202 197q5 -12 12 -32.5t23 -64t25 -72t7 -28.5h-269z" />
39.135 -<glyph unicode="" d="M0 -22v143l216 193q-9 53 -13 83t-5.5 94t9 113t38.5 114t74 124q47 60 99.5 102.5t103 68t127.5 48t145.5 37.5t184.5 43.5t220 58.5q0 -189 -22 -343t-59 -258t-89 -181.5t-108.5 -120t-122 -68t-125.5 -30t-121.5 -1.5t-107.5 12.5t-87.5 17t-56.5 7.5l-99 -55z M238.5 300.5q19.5 -6.5 86.5 76.5q55 66 367 234q70 38 118.5 69.5t102 79t99 111.5t86.5 148q22 50 24 60t-6 19q-7 5 -17 5t-26.5 -14.5t-33.5 -39.5q-35 -51 -113.5 -108.5t-139.5 -89.5l-61 -32q-369 -197 -458 -401q-48 -111 -28.5 -117.5z" />
39.136 -<glyph unicode="" d="M111 408q0 -33 5 -63q9 -56 44 -119.5t105 -108.5q31 -21 64 -16t62 23.5t57 49.5t48 61.5t35 60.5q32 66 39 184.5t-13 157.5q79 -80 122 -164t26 -184q-5 -33 -20.5 -69.5t-37.5 -80.5q-10 -19 -14.5 -29t-12 -26t-9 -23.5t-3 -19t2.5 -15.5t11 -9.5t19.5 -5t30.5 2.5 t42 8q57 20 91 34t87.5 44.5t87 64t65.5 88.5t47 122q38 172 -44.5 341.5t-246.5 278.5q22 -44 43 -129q39 -159 -32 -154q-15 2 -33 9q-79 33 -120.5 100t-44 175.5t48.5 257.5q-13 -8 -34 -23.5t-72.5 -66.5t-88.5 -105.5t-60 -138t-8 -166.5q2 -12 8 -41.5t8 -43t6 -39.5 t3.5 -39.5t-1 -33.5t-6 -31.5t-13.5 -24t-21 -20.5t-31 -12q-38 -10 -67 13t-40.5 61.5t-15 81.5t10.5 75q-52 -46 -83.5 -101t-39 -107t-7.5 -85z" />
39.137 -<glyph unicode="" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5t145.5 -23.5t132.5 -59t116.5 -83.5t97 -90t74.5 -85.5t49 -63.5t20 -30l26 -40l-26 -40q-6 -10 -20 -30t-49 -63.5t-74.5 -85.5t-97 -90t-116.5 -83.5t-132.5 -59t-145.5 -23.5 t-145.5 23.5t-132.5 59t-116.5 83.5t-97 90t-74.5 85.5t-49 63.5t-20 30zM120 600q7 -10 40.5 -58t56 -78.5t68 -77.5t87.5 -75t103 -49.5t125 -21.5t123.5 20t100.5 45.5t85.5 71.5t66.5 75.5t58 81.5t47 66q-1 1 -28.5 37.5t-42 55t-43.5 53t-57.5 63.5t-58.5 54 q49 -74 49 -163q0 -124 -88 -212t-212 -88t-212 88t-88 212q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l105 105q-37 24 -75 72t-57 84l-20 36z" />
39.138 -<glyph unicode="" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5q61 0 121 -17l37 142h148l-314 -1200h-148l37 143q-82 21 -165 71.5t-140 102t-109.5 112t-72 88.5t-29.5 43zM120 600q210 -282 393 -336l37 141q-107 18 -178.5 101.5t-71.5 193.5 q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l47 47l23 87q-30 28 -59 69t-44 68l-14 26zM780 161l38 145q22 15 44.5 34t46 44t40.5 44t41 50.5t33.5 43.5t33 44t24.5 34q-97 127 -140 175l39 146q67 -54 131.5 -125.5t87.5 -103.5t36 -52l26 -40l-26 -40 q-7 -12 -25.5 -38t-63.5 -79.5t-95.5 -102.5t-124 -100t-146.5 -79z" />
39.139 -<glyph unicode="" d="M-97.5 34q13.5 -34 50.5 -34h1294q37 0 50.5 35.5t-7.5 67.5l-642 1056q-20 33 -48 36t-48 -29l-642 -1066q-21 -32 -7.5 -66zM155 200l445 723l445 -723h-345v100h-200v-100h-345zM500 600l100 -300l100 300v100h-200v-100z" />
39.140 -<glyph unicode="" d="M100 262v41q0 20 11 44.5t26 38.5l363 325v339q0 62 44 106t106 44t106 -44t44 -106v-339l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -91 100 -113v-64q0 -21 -13 -29t-32 1l-94 78h-222l-94 -78q-19 -9 -32 -1t-13 29v64 q0 22 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5z" />
39.141 -<glyph unicode="" d="M0 50q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v750h-1100v-750zM0 900h1100v150q0 21 -14.5 35.5t-35.5 14.5h-150v100h-100v-100h-500v100h-100v-100h-150q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 100v100h100v-100h-100zM100 300v100h100v-100h-100z M100 500v100h100v-100h-100zM300 100v100h100v-100h-100zM300 300v100h100v-100h-100zM300 500v100h100v-100h-100zM500 100v100h100v-100h-100zM500 300v100h100v-100h-100zM500 500v100h100v-100h-100zM700 100v100h100v-100h-100zM700 300v100h100v-100h-100zM700 500 v100h100v-100h-100zM900 100v100h100v-100h-100zM900 300v100h100v-100h-100zM900 500v100h100v-100h-100z" />
39.142 -<glyph unicode="" d="M0 200v200h259l600 600h241v198l300 -295l-300 -300v197h-159l-600 -600h-341zM0 800h259l122 -122l141 142l-181 180h-341v-200zM678 381l141 142l122 -123h159v198l300 -295l-300 -300v197h-241z" />
39.143 -<glyph unicode="" d="M0 400v600q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-596l-304 -300v300h-100q-41 0 -70.5 29.5t-29.5 70.5z" />
39.144 -<glyph unicode="" d="M100 600v200h300v-250q0 -113 6 -145q17 -92 102 -117q39 -11 92 -11q37 0 66.5 5.5t50 15.5t36 24t24 31.5t14 37.5t7 42t2.5 45t0 47v25v250h300v-200q0 -42 -3 -83t-15 -104t-31.5 -116t-58 -109.5t-89 -96.5t-129 -65.5t-174.5 -25.5t-174.5 25.5t-129 65.5t-89 96.5 t-58 109.5t-31.5 116t-15 104t-3 83zM100 900v300h300v-300h-300zM800 900v300h300v-300h-300z" />
39.145 -<glyph unicode="" d="M-30 411l227 -227l352 353l353 -353l226 227l-578 579z" />
39.146 -<glyph unicode="" d="M70 797l580 -579l578 579l-226 227l-353 -353l-352 353z" />
39.147 -<glyph unicode="" d="M-198 700l299 283l300 -283h-203v-400h385l215 -200h-800v600h-196zM402 1000l215 -200h381v-400h-198l299 -283l299 283h-200v600h-796z" />
39.148 -<glyph unicode="" d="M18 939q-5 24 10 42q14 19 39 19h896l38 162q5 17 18.5 27.5t30.5 10.5h94q20 0 35 -14.5t15 -35.5t-15 -35.5t-35 -14.5h-54l-201 -961q-2 -4 -6 -10.5t-19 -17.5t-33 -11h-31v-50q0 -20 -14.5 -35t-35.5 -15t-35.5 15t-14.5 35v50h-300v-50q0 -20 -14.5 -35t-35.5 -15 t-35.5 15t-14.5 35v50h-50q-21 0 -35.5 15t-14.5 35q0 21 14.5 35.5t35.5 14.5h535l48 200h-633q-32 0 -54.5 21t-27.5 43z" />
39.149 -<glyph unicode="" d="M0 0v800h1200v-800h-1200zM0 900v100h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-100h-1200z" />
39.150 -<glyph unicode="" d="M1 0l300 700h1200l-300 -700h-1200zM1 400v600h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-200h-1000z" />
39.151 -<glyph unicode="" d="M302 300h198v600h-198l298 300l298 -300h-198v-600h198l-298 -300z" />
39.152 -<glyph unicode="" d="M0 600l300 298v-198h600v198l300 -298l-300 -297v197h-600v-197z" />
39.153 -<glyph unicode="" d="M0 100v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM31 400l172 739q5 22 23 41.5t38 19.5h672q19 0 37.5 -22.5t23.5 -45.5l172 -732h-1138zM800 100h100v100h-100v-100z M1000 100h100v100h-100v-100z" />
39.154 -<glyph unicode="" d="M-101 600v50q0 24 25 49t50 38l25 13v-250l-11 5.5t-24 14t-30 21.5t-24 27.5t-11 31.5zM99 500v250v5q0 13 0.5 18.5t2.5 13t8 10.5t15 3h200l675 250v-850l-675 200h-38l47 -276q2 -12 -3 -17.5t-11 -6t-21 -0.5h-8h-83q-20 0 -34.5 14t-18.5 35q-56 337 -56 351z M1100 200v850q0 21 14.5 35.5t35.5 14.5q20 0 35 -14.5t15 -35.5v-850q0 -20 -15 -35t-35 -15q-21 0 -35.5 15t-14.5 35z" />
39.155 -<glyph unicode="" d="M74 350q0 21 13.5 35.5t33.5 14.5h17l118 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3 32t29 13h94q20 0 29 -10.5t3 -29.5l-18 -37q83 -19 144 -82.5t76 -140.5l63 -327l118 -173h17q20 0 33.5 -14.5t13.5 -35.5q0 -20 -13 -40t-31 -27q-22 -9 -63 -23t-167.5 -37 t-251.5 -23t-245.5 20.5t-178.5 41.5l-58 20q-18 7 -31 27.5t-13 40.5zM497 110q12 -49 40 -79.5t63 -30.5t63 30.5t39 79.5q-48 -6 -102 -6t-103 6z" />
39.156 -<glyph unicode="" d="M21 445l233 -45l-78 -224l224 78l45 -233l155 179l155 -179l45 233l224 -78l-78 224l234 45l-180 155l180 156l-234 44l78 225l-224 -78l-45 233l-155 -180l-155 180l-45 -233l-224 78l78 -225l-233 -44l179 -156z" />
39.157 -<glyph unicode="" d="M0 200h200v600h-200v-600zM300 275q0 -75 100 -75h61q123 -100 139 -100h250q46 0 83 57l238 344q29 31 29 74v100q0 44 -30.5 84.5t-69.5 40.5h-328q28 118 28 125v150q0 44 -30.5 84.5t-69.5 40.5h-50q-27 0 -51 -20t-38 -48l-96 -198l-145 -196q-20 -26 -20 -63v-400z M400 300v375l150 212l100 213h50v-175l-50 -225h450v-125l-250 -375h-214l-136 100h-100z" />
39.158 -<glyph unicode="" d="M0 400v600h200v-600h-200zM300 525v400q0 75 100 75h61q123 100 139 100h250q46 0 83 -57l238 -344q29 -31 29 -74v-100q0 -44 -30.5 -84.5t-69.5 -40.5h-328q28 -118 28 -125v-150q0 -44 -30.5 -84.5t-69.5 -40.5h-50q-27 0 -51 20t-38 48l-96 198l-145 196 q-20 26 -20 63zM400 525l150 -212l100 -213h50v175l-50 225h450v125l-250 375h-214l-136 -100h-100v-375z" />
39.159 -<glyph unicode="" d="M8 200v600h200v-600h-200zM308 275v525q0 17 14 35.5t28 28.5l14 9l362 230q14 6 25 6q17 0 29 -12l109 -112q14 -14 14 -34q0 -18 -11 -32l-85 -121h302q85 0 138.5 -38t53.5 -110t-54.5 -111t-138.5 -39h-107l-130 -339q-7 -22 -20.5 -41.5t-28.5 -19.5h-341 q-7 0 -90 81t-83 94zM408 289l100 -89h293l131 339q6 21 19.5 41t28.5 20h203q16 0 25 15t9 36q0 20 -9 34.5t-25 14.5h-457h-6.5h-7.5t-6.5 0.5t-6 1t-5 1.5t-5.5 2.5t-4 4t-4 5.5q-5 12 -5 20q0 14 10 27l147 183l-86 83l-339 -236v-503z" />
39.160 -<glyph unicode="" d="M-101 651q0 72 54 110t139 37h302l-85 121q-11 16 -11 32q0 21 14 34l109 113q13 12 29 12q11 0 25 -6l365 -230q7 -4 16.5 -10.5t26 -26t16.5 -36.5v-526q0 -13 -85.5 -93.5t-93.5 -80.5h-342q-15 0 -28.5 20t-19.5 41l-131 339h-106q-84 0 -139 39t-55 111zM-1 601h222 q15 0 28.5 -20.5t19.5 -40.5l131 -339h293l106 89v502l-342 237l-87 -83l145 -184q10 -11 10 -26q0 -11 -5 -20q-1 -3 -3.5 -5.5l-4 -4t-5 -2.5t-5.5 -1.5t-6.5 -1t-6.5 -0.5h-7.5h-6.5h-476v-100zM999 201v600h200v-600h-200z" />
39.161 -<glyph unicode="" d="M97 719l230 -363q4 -6 10.5 -15.5t26 -25t36.5 -15.5h525q13 0 94 83t81 90v342q0 15 -20 28.5t-41 19.5l-339 131v106q0 84 -39 139t-111 55t-110 -53.5t-38 -138.5v-302l-121 84q-15 12 -33.5 11.5t-32.5 -13.5l-112 -110q-22 -22 -6 -53zM172 739l83 86l183 -146 q22 -18 47 -5q3 1 5.5 3.5l4 4t2.5 5t1.5 5.5t1 6.5t0.5 6v7.5v7v456q0 22 25 31t50 -0.5t25 -30.5v-202q0 -16 20 -29.5t41 -19.5l339 -130v-294l-89 -100h-503zM400 0v200h600v-200h-600z" />
39.162 -<glyph unicode="" d="M1 585q-15 -31 7 -53l112 -110q13 -13 32 -13.5t34 10.5l121 85l-1 -302q0 -84 38.5 -138t110.5 -54t111 55t39 139v106l339 131q20 6 40.5 19.5t20.5 28.5v342q0 7 -81 90t-94 83h-525q-17 0 -35.5 -14t-28.5 -28l-10 -15zM76 565l237 339h503l89 -100v-294l-340 -130 q-20 -6 -40 -20t-20 -29v-202q0 -22 -25 -31t-50 0t-25 31v456v14.5t-1.5 11.5t-5 12t-9.5 7q-24 13 -46 -5l-184 -146zM305 1104v200h600v-200h-600z" />
39.163 -<glyph unicode="" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q162 0 299.5 -80t217.5 -218t80 -300t-80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 500h300l-2 -194l402 294l-402 298v-197h-298v-201z" />
39.164 -<glyph unicode="" d="M0 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t231.5 47.5q122 0 232.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-218 -217.5t-300 -80t-299.5 80t-217.5 217.5t-80 299.5zM200 600l400 -294v194h302v201h-300v197z" />
39.165 -<glyph unicode="" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 600h200v-300h200v300h200l-300 400z" />
39.166 -<glyph unicode="" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 600l300 -400l300 400h-200v300h-200v-300h-200z" />
39.167 -<glyph unicode="" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM254 780q-8 -34 5.5 -93t7.5 -87q0 -9 17 -44t16 -60q12 0 23 -5.5 t23 -15t20 -13.5q20 -10 108 -42q22 -8 53 -31.5t59.5 -38.5t57.5 -11q8 -18 -15 -55.5t-20 -57.5q12 -21 22.5 -34.5t28 -27t36.5 -17.5q0 -6 -3 -15.5t-3.5 -14.5t4.5 -17q101 -2 221 111q31 30 47 48t34 49t21 62q-14 9 -37.5 9.5t-35.5 7.5q-14 7 -49 15t-52 19 q-9 0 -39.5 -0.5t-46.5 -1.5t-39 -6.5t-39 -16.5q-50 -35 -66 -12q-4 2 -3.5 25.5t0.5 25.5q-6 13 -26.5 17t-24.5 7q2 22 -2 41t-16.5 28t-38.5 -20q-23 -25 -42 4q-19 28 -8 58q8 16 22 22q6 -1 26 -1.5t33.5 -4.5t19.5 -13q12 -19 32 -37.5t34 -27.5l14 -8q0 3 9.5 39.5 t5.5 57.5q-4 23 14.5 44.5t22.5 31.5q5 14 10 35t8.5 31t15.5 22.5t34 21.5q-6 18 10 37q8 0 23.5 -1.5t24.5 -1.5t20.5 4.5t20.5 15.5q-10 23 -30.5 42.5t-38 30t-49 26.5t-43.5 23q11 41 1 44q31 -13 58.5 -14.5t39.5 3.5l11 4q6 36 -17 53.5t-64 28.5t-56 23 q-19 -3 -37 0q-15 -12 -36.5 -21t-34.5 -12t-44 -8t-39 -6q-15 -3 -46 0t-45 -3q-20 -6 -51.5 -25.5t-34.5 -34.5q-3 -11 6.5 -22.5t8.5 -18.5q-3 -34 -27.5 -91t-29.5 -79zM518 915q3 12 16 30.5t16 25.5q10 -10 18.5 -10t14 6t14.5 14.5t16 12.5q0 -18 8 -42.5t16.5 -44 t9.5 -23.5q-6 1 -39 5t-53.5 10t-36.5 16z" />
39.168 -<glyph unicode="" d="M0 164.5q0 21.5 15 37.5l600 599q-33 101 6 201.5t135 154.5q164 92 306 -9l-259 -138l145 -232l251 126q13 -175 -151 -267q-123 -70 -253 -23l-596 -596q-15 -16 -36.5 -16t-36.5 16l-111 110q-15 15 -15 36.5z" />
39.169 -<glyph unicode="" horiz-adv-x="1220" d="M0 196v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM0 596v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5zM0 996v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM600 596h500v100h-500v-100zM800 196h300v100h-300v-100zM900 996h200v100h-200v-100z" />
39.170 -<glyph unicode="" d="M100 1100v100h1000v-100h-1000zM150 1000h900l-350 -500v-300l-200 -200v500z" />
39.171 -<glyph unicode="" d="M0 200v200h1200v-200q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM0 500v400q0 41 29.5 70.5t70.5 29.5h300v100q0 41 29.5 70.5t70.5 29.5h200q41 0 70.5 -29.5t29.5 -70.5v-100h300q41 0 70.5 -29.5t29.5 -70.5v-400h-500v100h-200v-100h-500z M500 1000h200v100h-200v-100z" />
39.172 -<glyph unicode="" d="M0 0v400l129 -129l200 200l142 -142l-200 -200l129 -129h-400zM0 800l129 129l200 -200l142 142l-200 200l129 129h-400v-400zM729 329l142 142l200 -200l129 129v-400h-400l129 129zM729 871l200 200l-129 129h400v-400l-129 129l-200 -200z" />
39.173 -<glyph unicode="" d="M0 596q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM182 596q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM291 655 q0 23 15.5 38.5t38.5 15.5t39 -16t16 -38q0 -23 -16 -39t-39 -16q-22 0 -38 16t-16 39zM400 850q0 22 16 38.5t39 16.5q22 0 38 -16t16 -39t-16 -39t-38 -16q-23 0 -39 16.5t-16 38.5zM513 609q0 32 21 56.5t52 29.5l122 126l1 1q-9 14 -9 28q0 22 16 38.5t39 16.5 q22 0 38 -16t16 -39t-16 -39t-38 -16q-16 0 -29 10l-55 -145q17 -22 17 -51q0 -36 -25.5 -61.5t-61.5 -25.5q-37 0 -62.5 25.5t-25.5 61.5zM800 655q0 22 16 38t39 16t38.5 -15.5t15.5 -38.5t-16 -39t-38 -16q-23 0 -39 16t-16 39z" />
39.174 -<glyph unicode="" d="M-40 375q-13 -95 35 -173q35 -57 94 -89t129 -32q63 0 119 28q33 16 65 40.5t52.5 45.5t59.5 64q40 44 57 61l394 394q35 35 47 84t-3 96q-27 87 -117 104q-20 2 -29 2q-46 0 -79.5 -17t-67.5 -51l-388 -396l-7 -7l69 -67l377 373q20 22 39 38q23 23 50 23q38 0 53 -36 q16 -39 -20 -75l-547 -547q-52 -52 -125 -52q-55 0 -100 33t-54 96q-5 35 2.5 66t31.5 63t42 50t56 54q24 21 44 41l348 348q52 52 82.5 79.5t84 54t107.5 26.5q25 0 48 -4q95 -17 154 -94.5t51 -175.5q-7 -101 -98 -192l-252 -249l-253 -256l7 -7l69 -60l517 511 q67 67 95 157t11 183q-16 87 -67 154t-130 103q-69 33 -152 33q-107 0 -197 -55q-40 -24 -111 -95l-512 -512q-68 -68 -81 -163z" />
39.175 -<glyph unicode="" d="M79 784q0 131 99 229.5t230 98.5q144 0 242 -129q103 129 245 129q130 0 227 -98.5t97 -229.5q0 -46 -17.5 -91t-61 -99t-77 -89.5t-104.5 -105.5q-197 -191 -293 -322l-17 -23l-16 23q-43 58 -100 122.5t-92 99.5t-101 100l-84.5 84.5t-68 74t-60 78t-33.5 70.5t-15 78z M250 784q0 -27 30.5 -70t61.5 -75.5t95 -94.5l22 -22q93 -90 190 -201q82 92 195 203l12 12q64 62 97.5 97t64.5 79t31 72q0 71 -48 119.5t-106 48.5q-73 0 -131 -83l-118 -171l-114 174q-51 80 -124 80q-59 0 -108.5 -49.5t-49.5 -118.5z" />
39.176 -<glyph unicode="" d="M57 353q0 -94 66 -160l141 -141q66 -66 159 -66q95 0 159 66l283 283q66 66 66 159t-66 159l-141 141q-12 12 -19 17l-105 -105l212 -212l-389 -389l-247 248l95 95l-18 18q-46 45 -75 101l-55 -55q-66 -66 -66 -159zM269 706q0 -93 66 -159l141 -141l19 -17l105 105 l-212 212l389 389l247 -247l-95 -96l18 -18q46 -46 77 -99l29 29q35 35 62.5 88t27.5 96q0 93 -66 159l-141 141q-66 66 -159 66q-95 0 -159 -66l-283 -283q-66 -64 -66 -159z" />
39.177 -<glyph unicode="" d="M200 100v953q0 21 30 46t81 48t129 38t163 15t162 -15t127 -38t79 -48t29 -46v-953q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-41 0 -70.5 29.5t-29.5 70.5zM300 300h600v700h-600v-700zM496 150q0 -43 30.5 -73.5t73.5 -30.5t73.5 30.5t30.5 73.5t-30.5 73.5t-73.5 30.5 t-73.5 -30.5t-30.5 -73.5z" />
39.178 -<glyph unicode="" d="M0 0l303 380l207 208l-210 212h300l267 279l-35 36q-15 14 -15 35t15 35q14 15 35 15t35 -15l283 -282q15 -15 15 -36t-15 -35q-14 -15 -35 -15t-35 15l-36 35l-279 -267v-300l-212 210l-208 -207z" />
39.179 -<glyph unicode="" d="M295 433h139q5 -77 48.5 -126.5t117.5 -64.5v335l-27 7q-46 14 -79 26.5t-72 36t-62.5 52t-40 72.5t-16.5 99q0 92 44 159.5t109 101t144 40.5v78h100v-79q38 -4 72.5 -13.5t75.5 -31.5t71 -53.5t51.5 -84t24.5 -118.5h-159q-8 72 -35 109.5t-101 50.5v-307l64 -14 q34 -7 64 -16.5t70 -31.5t67.5 -52t47.5 -80.5t20 -112.5q0 -139 -89 -224t-244 -96v-77h-100v78q-152 17 -237 104q-40 40 -52.5 93.5t-15.5 139.5zM466 889q0 -29 8 -51t16.5 -34t29.5 -22.5t31 -13.5t38 -10q7 -2 11 -3v274q-61 -8 -97.5 -37.5t-36.5 -102.5zM700 237 q170 18 170 151q0 64 -44 99.5t-126 60.5v-311z" />
39.180 -<glyph unicode="" d="M100 600v100h166q-24 49 -44 104q-10 26 -14.5 55.5t-3 72.5t25 90t68.5 87q97 88 263 88q129 0 230 -89t101 -208h-153q0 52 -34 89.5t-74 51.5t-76 14q-37 0 -79 -14.5t-62 -35.5q-41 -44 -41 -101q0 -11 2.5 -24.5t5.5 -24t9.5 -26.5t10.5 -25t14 -27.5t14 -25.5 t15.5 -27t13.5 -24h242v-100h-197q8 -50 -2.5 -115t-31.5 -94q-41 -59 -99 -113q35 11 84 18t70 7q32 1 102 -16t104 -17q76 0 136 30l50 -147q-41 -25 -80.5 -36.5t-59 -13t-61.5 -1.5q-23 0 -128 33t-155 29q-39 -4 -82 -17t-66 -25l-24 -11l-55 145l16.5 11t15.5 10 t13.5 9.5t14.5 12t14.5 14t17.5 18.5q48 55 54 126.5t-30 142.5h-221z" />
39.181 -<glyph unicode="" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM602 900l298 300l298 -300h-198v-900h-200v900h-198z" />
39.182 -<glyph unicode="" d="M2 300h198v900h200v-900h198l-298 -300zM700 0v200h100v-100h200v-100h-300zM700 400v100h300v-200h-99v-100h-100v100h99v100h-200zM700 700v500h300v-500h-100v100h-100v-100h-100zM801 900h100v200h-100v-200z" />
39.183 -<glyph unicode="" d="M2 300h198v900h200v-900h198l-298 -300zM700 0v500h300v-500h-100v100h-100v-100h-100zM700 700v200h100v-100h200v-100h-300zM700 1100v100h300v-200h-99v-100h-100v100h99v100h-200zM801 200h100v200h-100v-200z" />
39.184 -<glyph unicode="" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM800 100v400h300v-500h-100v100h-200zM800 1100v100h200v-500h-100v400h-100zM901 200h100v200h-100v-200z" />
39.185 -<glyph unicode="" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM800 400v100h200v-500h-100v400h-100zM800 800v400h300v-500h-100v100h-200zM901 900h100v200h-100v-200z" />
39.186 -<glyph unicode="" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM700 100v200h500v-200h-500zM700 400v200h400v-200h-400zM700 700v200h300v-200h-300zM700 1000v200h200v-200h-200z" />
39.187 -<glyph unicode="" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM700 100v200h200v-200h-200zM700 400v200h300v-200h-300zM700 700v200h400v-200h-400zM700 1000v200h500v-200h-500z" />
39.188 -<glyph unicode="" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q162 0 281 -118.5t119 -281.5v-300q0 -165 -118.5 -282.5t-281.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500z" />
39.189 -<glyph unicode="" d="M0 400v300q0 163 119 281.5t281 118.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-163 0 -281.5 117.5t-118.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM400 300l333 250l-333 250v-500z" />
39.190 -<glyph unicode="" d="M0 400v300q0 163 117.5 281.5t282.5 118.5h300q163 0 281.5 -119t118.5 -281v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM300 700l250 -333l250 333h-500z" />
39.191 -<glyph unicode="" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -162 -118.5 -281t-281.5 -119h-300q-165 0 -282.5 118.5t-117.5 281.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM300 400h500l-250 333z" />
39.192 -<glyph unicode="" d="M0 400v300h300v200l400 -350l-400 -350v200h-300zM500 0v200h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-500v200h400q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-400z" />
39.193 -<glyph unicode="" d="M216 519q10 -19 32 -19h302q-155 -438 -160 -458q-5 -21 4 -32l9 -8l9 -1q13 0 26 16l538 630q15 19 6 36q-8 18 -32 16h-300q1 4 78 219.5t79 227.5q2 17 -6 27l-8 8h-9q-16 0 -25 -15q-4 -5 -98.5 -111.5t-228 -257t-209.5 -238.5q-17 -19 -7 -40z" />
39.194 -<glyph unicode="" d="M0 400q0 -165 117.5 -282.5t282.5 -117.5h300q47 0 100 15v185h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h500v185q-14 4 -114 7.5t-193 5.5l-93 2q-165 0 -282.5 -117.5t-117.5 -282.5v-300zM600 400v300h300v200l400 -350l-400 -350v200h-300z " />
39.195 -<glyph unicode="" d="M0 400q0 -165 117.5 -282.5t282.5 -117.5h300q163 0 281.5 117.5t118.5 282.5v98l-78 73l-122 -123v-148q0 -41 -29.5 -70.5t-70.5 -29.5h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h156l118 122l-74 78h-100q-165 0 -282.5 -117.5t-117.5 -282.5 v-300zM496 709l353 342l-149 149h500v-500l-149 149l-342 -353z" />
39.196 -<glyph unicode="" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM406 600 q0 80 57 137t137 57t137 -57t57 -137t-57 -137t-137 -57t-137 57t-57 137z" />
39.197 -<glyph unicode="" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 800l445 -500l450 500h-295v400h-300v-400h-300zM900 150h100v50h-100v-50z" />
39.198 -<glyph unicode="" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 700h300v-300h300v300h295l-445 500zM900 150h100v50h-100v-50z" />
39.199 -<glyph unicode="" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 705l305 -305l596 596l-154 155l-442 -442l-150 151zM900 150h100v50h-100v-50z" />
39.200 -<glyph unicode="" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 988l97 -98l212 213l-97 97zM200 401h700v699l-250 -239l-149 149l-212 -212l149 -149zM900 150h100v50h-100v-50z" />
39.201 -<glyph unicode="" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM200 612l212 -212l98 97l-213 212zM300 1200l239 -250l-149 -149l212 -212l149 148l248 -237v700h-699zM900 150h100v50h-100v-50z" />
39.202 -<glyph unicode="" d="M23 415l1177 784v-1079l-475 272l-310 -393v416h-392zM494 210l672 938l-672 -712v-226z" />
39.203 -<glyph unicode="" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-850q0 -21 -15 -35.5t-35 -14.5h-150v400h-700v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 1000h100v200h-100v-200z" />
39.204 -<glyph unicode="" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-218l-276 -275l-120 120l-126 -127h-378v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM581 306l123 123l120 -120l353 352l123 -123l-475 -476zM600 1000h100v200h-100v-200z" />
39.205 -<glyph unicode="" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-269l-103 -103l-170 170l-298 -298h-329v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 1000h100v200h-100v-200zM700 133l170 170l-170 170l127 127l170 -170l170 170l127 -128l-170 -169l170 -170 l-127 -127l-170 170l-170 -170z" />
39.206 -<glyph unicode="" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-300h-400v-200h-500v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 300l300 -300l300 300h-200v300h-200v-300h-200zM600 1000v200h100v-200h-100z" />
39.207 -<glyph unicode="" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-402l-200 200l-298 -298h-402v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 300h200v-300h200v300h200l-300 300zM600 1000v200h100v-200h-100z" />
39.208 -<glyph unicode="" d="M0 250q0 -21 14.5 -35.5t35.5 -14.5h1100q21 0 35.5 14.5t14.5 35.5v550h-1200v-550zM0 900h1200v150q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 300v200h400v-200h-400z" />
39.209 -<glyph unicode="" d="M0 400l300 298v-198h400v-200h-400v-198zM100 800v200h100v-200h-100zM300 800v200h100v-200h-100zM500 800v200h400v198l300 -298l-300 -298v198h-400zM800 300v200h100v-200h-100zM1000 300h100v200h-100v-200z" />
39.210 -<glyph unicode="" d="M100 700v400l50 100l50 -100v-300h100v300l50 100l50 -100v-300h100v300l50 100l50 -100v-400l-100 -203v-447q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v447zM800 597q0 -29 10.5 -55.5t25 -43t29 -28.5t25.5 -18l10 -5v-397q0 -21 14.5 -35.5 t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v1106q0 31 -18 40.5t-44 -7.5l-276 -117q-25 -16 -43.5 -50.5t-18.5 -65.5v-359z" />
39.211 -<glyph unicode="" d="M100 0h400v56q-75 0 -87.5 6t-12.5 44v394h500v-394q0 -38 -12.5 -44t-87.5 -6v-56h400v56q-4 0 -11 0.5t-24 3t-30 7t-24 15t-11 24.5v888q0 22 25 34.5t50 13.5l25 2v56h-400v-56q75 0 87.5 -6t12.5 -44v-394h-500v394q0 38 12.5 44t87.5 6v56h-400v-56q4 0 11 -0.5 t24 -3t30 -7t24 -15t11 -24.5v-888q0 -22 -25 -34.5t-50 -13.5l-25 -2v-56z" />
39.212 -<glyph unicode="" d="M0 300q0 -41 29.5 -70.5t70.5 -29.5h300q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-300q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM100 100h400l200 200h105l295 98v-298h-425l-100 -100h-375zM100 300v200h300v-200h-300zM100 600v200h300v-200h-300z M100 1000h400l200 -200v-98l295 98h105v200h-425l-100 100h-375zM700 402v163l400 133v-163z" />
39.213 -<glyph unicode="" d="M16.5 974.5q0.5 -21.5 16 -90t46.5 -140t104 -177.5t175 -208q103 -103 207.5 -176t180 -103.5t137 -47t92.5 -16.5l31 1l163 162q16 17 13 40.5t-22 37.5l-192 136q-19 14 -45 12t-42 -19l-119 -118q-143 103 -267 227q-126 126 -227 268l118 118q17 17 20 41.5 t-11 44.5l-139 194q-14 19 -36.5 22t-40.5 -14l-162 -162q-1 -11 -0.5 -32.5z" />
39.214 -<glyph unicode="" d="M0 50v212q0 20 10.5 45.5t24.5 39.5l365 303v50q0 4 1 10.5t12 22.5t30 28.5t60 23t97 10.5t97 -10t60 -23.5t30 -27.5t12 -24l1 -10v-50l365 -303q14 -14 24.5 -39.5t10.5 -45.5v-212q0 -21 -15 -35.5t-35 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5zM0 712 q0 -21 14.5 -33.5t34.5 -8.5l202 33q20 4 34.5 21t14.5 38v146q141 24 300 24t300 -24v-146q0 -21 14.5 -38t34.5 -21l202 -33q20 -4 34.5 8.5t14.5 33.5v200q-6 8 -19 20.5t-63 45t-112 57t-171 45t-235 20.5q-92 0 -175 -10.5t-141.5 -27t-108.5 -36.5t-81.5 -40 t-53.5 -36.5t-31 -27.5l-9 -10v-200z" />
39.215 -<glyph unicode="" d="M100 0v100h1100v-100h-1100zM175 200h950l-125 150v250l100 100v400h-100v-200h-100v200h-200v-200h-100v200h-200v-200h-100v200h-100v-400l100 -100v-250z" />
39.216 -<glyph unicode="" d="M100 0h300v400q0 41 -29.5 70.5t-70.5 29.5h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-400zM500 0v1000q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-1000h-300zM900 0v700q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-700h-300z" />
39.217 -<glyph unicode="" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v300h-200v100h200v100h-300v-300h200v-100h-200v-100zM600 300h200v100h100v300h-100v100h-200v-500 zM700 400v300h100v-300h-100z" />
39.218 -<glyph unicode="" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h100v200h100v-200h100v500h-100v-200h-100v200h-100v-500zM600 300h200v100h100v300h-100v100h-200v-500 zM700 400v300h100v-300h-100z" />
39.219 -<glyph unicode="" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v100h-200v300h200v100h-300v-500zM600 300h300v100h-200v300h200v100h-300v-500z" />
39.220 -<glyph unicode="" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 550l300 -150v300zM600 400l300 150l-300 150v-300z" />
39.221 -<glyph unicode="" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300v500h700v-500h-700zM300 400h130q41 0 68 42t27 107t-28.5 108t-66.5 43h-130v-300zM575 549 q0 -65 27 -107t68 -42h130v300h-130q-38 0 -66.5 -43t-28.5 -108z" />
39.222 -<glyph unicode="" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v300h-200v100h200v100h-300v-300h200v-100h-200v-100zM601 300h100v100h-100v-100zM700 700h100 v-400h100v500h-200v-100z" />
39.223 -<glyph unicode="" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v400h-200v100h-100v-500zM301 400v200h100v-200h-100zM601 300h100v100h-100v-100zM700 700h100 v-400h100v500h-200v-100z" />
39.224 -<glyph unicode="" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 700v100h300v-300h-99v-100h-100v100h99v200h-200zM201 300v100h100v-100h-100zM601 300v100h100v-100h-100z M700 700v100h200v-500h-100v400h-100z" />
39.225 -<glyph unicode="" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM400 500v200 l100 100h300v-100h-300v-200h300v-100h-300z" />
39.226 -<glyph unicode="" d="M0 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM182 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM400 400v400h300 l100 -100v-100h-100v100h-200v-100h200v-100h-200v-100h-100zM700 400v100h100v-100h-100z" />
39.227 -<glyph unicode="" d="M-14 494q0 -80 56.5 -137t135.5 -57h222v300h400v-300h128q120 0 205 86t85 208q0 120 -85 206.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5zM300 200h200v300h200v-300 h200l-300 -300z" />
39.228 -<glyph unicode="" d="M-14 494q0 -80 56.5 -137t135.5 -57h8l414 414l403 -403q94 26 154.5 104t60.5 178q0 121 -85 207.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5zM300 200l300 300 l300 -300h-200v-300h-200v300h-200z" />
39.229 -<glyph unicode="" d="M100 200h400v-155l-75 -45h350l-75 45v155h400l-270 300h170l-270 300h170l-300 333l-300 -333h170l-270 -300h170z" />
39.230 -<glyph unicode="" d="M121 700q0 -53 28.5 -97t75.5 -65q-4 -16 -4 -38q0 -74 52.5 -126.5t126.5 -52.5q56 0 100 30v-306l-75 -45h350l-75 45v306q46 -30 100 -30q74 0 126.5 52.5t52.5 126.5q0 24 -9 55q50 32 79.5 83t29.5 112q0 90 -61.5 155.5t-150.5 71.5q-26 89 -99.5 145.5 t-167.5 56.5q-116 0 -197.5 -81.5t-81.5 -197.5q0 -4 1 -12t1 -11q-14 2 -23 2q-74 0 -126.5 -52.5t-52.5 -126.5z" />
39.231 -</font>
39.232 -</defs></svg>
39.233 \ No newline at end of file
40.1 Binary file bootstrap-source/bootstrap-3.0.3/dist/fonts/glyphicons-halflings-regular.ttf has changed
41.1 Binary file bootstrap-source/bootstrap-3.0.3/dist/fonts/glyphicons-halflings-regular.woff has changed
42.1 --- a/bootstrap-source/bootstrap-3.0.3/dist/js/bootstrap.js Sat Jan 18 12:34:36 2014 +0100
42.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
42.3 @@ -1,2006 +0,0 @@
42.4 -/*!
42.5 - * Bootstrap v3.0.3 (http://getbootstrap.com)
42.6 - * Copyright 2013 Twitter, Inc.
42.7 - * Licensed under http://www.apache.org/licenses/LICENSE-2.0
42.8 - */
42.9 -
42.10 -if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") }
42.11 -
42.12 -/* ========================================================================
42.13 - * Bootstrap: transition.js v3.0.3
42.14 - * http://getbootstrap.com/javascript/#transitions
42.15 - * ========================================================================
42.16 - * Copyright 2013 Twitter, Inc.
42.17 - *
42.18 - * Licensed under the Apache License, Version 2.0 (the "License");
42.19 - * you may not use this file except in compliance with the License.
42.20 - * You may obtain a copy of the License at
42.21 - *
42.22 - * http://www.apache.org/licenses/LICENSE-2.0
42.23 - *
42.24 - * Unless required by applicable law or agreed to in writing, software
42.25 - * distributed under the License is distributed on an "AS IS" BASIS,
42.26 - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42.27 - * See the License for the specific language governing permissions and
42.28 - * limitations under the License.
42.29 - * ======================================================================== */
42.30 -
42.31 -
42.32 -+function ($) { "use strict";
42.33 -
42.34 - // CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/)
42.35 - // ============================================================
42.36 -
42.37 - function transitionEnd() {
42.38 - var el = document.createElement('bootstrap')
42.39 -
42.40 - var transEndEventNames = {
42.41 - 'WebkitTransition' : 'webkitTransitionEnd'
42.42 - , 'MozTransition' : 'transitionend'
42.43 - , 'OTransition' : 'oTransitionEnd otransitionend'
42.44 - , 'transition' : 'transitionend'
42.45 - }
42.46 -
42.47 - for (var name in transEndEventNames) {
42.48 - if (el.style[name] !== undefined) {
42.49 - return { end: transEndEventNames[name] }
42.50 - }
42.51 - }
42.52 - }
42.53 -
42.54 - // http://blog.alexmaccaw.com/css-transitions
42.55 - $.fn.emulateTransitionEnd = function (duration) {
42.56 - var called = false, $el = this
42.57 - $(this).one($.support.transition.end, function () { called = true })
42.58 - var callback = function () { if (!called) $($el).trigger($.support.transition.end) }
42.59 - setTimeout(callback, duration)
42.60 - return this
42.61 - }
42.62 -
42.63 - $(function () {
42.64 - $.support.transition = transitionEnd()
42.65 - })
42.66 -
42.67 -}(jQuery);
42.68 -
42.69 -/* ========================================================================
42.70 - * Bootstrap: alert.js v3.0.3
42.71 - * http://getbootstrap.com/javascript/#alerts
42.72 - * ========================================================================
42.73 - * Copyright 2013 Twitter, Inc.
42.74 - *
42.75 - * Licensed under the Apache License, Version 2.0 (the "License");
42.76 - * you may not use this file except in compliance with the License.
42.77 - * You may obtain a copy of the License at
42.78 - *
42.79 - * http://www.apache.org/licenses/LICENSE-2.0
42.80 - *
42.81 - * Unless required by applicable law or agreed to in writing, software
42.82 - * distributed under the License is distributed on an "AS IS" BASIS,
42.83 - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42.84 - * See the License for the specific language governing permissions and
42.85 - * limitations under the License.
42.86 - * ======================================================================== */
42.87 -
42.88 -
42.89 -+function ($) { "use strict";
42.90 -
42.91 - // ALERT CLASS DEFINITION
42.92 - // ======================
42.93 -
42.94 - var dismiss = '[data-dismiss="alert"]'
42.95 - var Alert = function (el) {
42.96 - $(el).on('click', dismiss, this.close)
42.97 - }
42.98 -
42.99 - Alert.prototype.close = function (e) {
42.100 - var $this = $(this)
42.101 - var selector = $this.attr('data-target')
42.102 -
42.103 - if (!selector) {
42.104 - selector = $this.attr('href')
42.105 - selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
42.106 - }
42.107 -
42.108 - var $parent = $(selector)
42.109 -
42.110 - if (e) e.preventDefault()
42.111 -
42.112 - if (!$parent.length) {
42.113 - $parent = $this.hasClass('alert') ? $this : $this.parent()
42.114 - }
42.115 -
42.116 - $parent.trigger(e = $.Event('close.bs.alert'))
42.117 -
42.118 - if (e.isDefaultPrevented()) return
42.119 -
42.120 - $parent.removeClass('in')
42.121 -
42.122 - function removeElement() {
42.123 - $parent.trigger('closed.bs.alert').remove()
42.124 - }
42.125 -
42.126 - $.support.transition && $parent.hasClass('fade') ?
42.127 - $parent
42.128 - .one($.support.transition.end, removeElement)
42.129 - .emulateTransitionEnd(150) :
42.130 - removeElement()
42.131 - }
42.132 -
42.133 -
42.134 - // ALERT PLUGIN DEFINITION
42.135 - // =======================
42.136 -
42.137 - var old = $.fn.alert
42.138 -
42.139 - $.fn.alert = function (option) {
42.140 - return this.each(function () {
42.141 - var $this = $(this)
42.142 - var data = $this.data('bs.alert')
42.143 -
42.144 - if (!data) $this.data('bs.alert', (data = new Alert(this)))
42.145 - if (typeof option == 'string') data[option].call($this)
42.146 - })
42.147 - }
42.148 -
42.149 - $.fn.alert.Constructor = Alert
42.150 -
42.151 -
42.152 - // ALERT NO CONFLICT
42.153 - // =================
42.154 -
42.155 - $.fn.alert.noConflict = function () {
42.156 - $.fn.alert = old
42.157 - return this
42.158 - }
42.159 -
42.160 -
42.161 - // ALERT DATA-API
42.162 - // ==============
42.163 -
42.164 - $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close)
42.165 -
42.166 -}(jQuery);
42.167 -
42.168 -/* ========================================================================
42.169 - * Bootstrap: button.js v3.0.3
42.170 - * http://getbootstrap.com/javascript/#buttons
42.171 - * ========================================================================
42.172 - * Copyright 2013 Twitter, Inc.
42.173 - *
42.174 - * Licensed under the Apache License, Version 2.0 (the "License");
42.175 - * you may not use this file except in compliance with the License.
42.176 - * You may obtain a copy of the License at
42.177 - *
42.178 - * http://www.apache.org/licenses/LICENSE-2.0
42.179 - *
42.180 - * Unless required by applicable law or agreed to in writing, software
42.181 - * distributed under the License is distributed on an "AS IS" BASIS,
42.182 - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42.183 - * See the License for the specific language governing permissions and
42.184 - * limitations under the License.
42.185 - * ======================================================================== */
42.186 -
42.187 -
42.188 -+function ($) { "use strict";
42.189 -
42.190 - // BUTTON PUBLIC CLASS DEFINITION
42.191 - // ==============================
42.192 -
42.193 - var Button = function (element, options) {
42.194 - this.$element = $(element)
42.195 - this.options = $.extend({}, Button.DEFAULTS, options)
42.196 - }
42.197 -
42.198 - Button.DEFAULTS = {
42.199 - loadingText: 'loading...'
42.200 - }
42.201 -
42.202 - Button.prototype.setState = function (state) {
42.203 - var d = 'disabled'
42.204 - var $el = this.$element
42.205 - var val = $el.is('input') ? 'val' : 'html'
42.206 - var data = $el.data()
42.207 -
42.208 - state = state + 'Text'
42.209 -
42.210 - if (!data.resetText) $el.data('resetText', $el[val]())
42.211 -
42.212 - $el[val](data[state] || this.options[state])
42.213 -
42.214 - // push to event loop to allow forms to submit
42.215 - setTimeout(function () {
42.216 - state == 'loadingText' ?
42.217 - $el.addClass(d).attr(d, d) :
42.218 - $el.removeClass(d).removeAttr(d);
42.219 - }, 0)
42.220 - }
42.221 -
42.222 - Button.prototype.toggle = function () {
42.223 - var $parent = this.$element.closest('[data-toggle="buttons"]')
42.224 - var changed = true
42.225 -
42.226 - if ($parent.length) {
42.227 - var $input = this.$element.find('input')
42.228 - if ($input.prop('type') === 'radio') {
42.229 - // see if clicking on current one
42.230 - if ($input.prop('checked') && this.$element.hasClass('active'))
42.231 - changed = false
42.232 - else
42.233 - $parent.find('.active').removeClass('active')
42.234 - }
42.235 - if (changed) $input.prop('checked', !this.$element.hasClass('active')).trigger('change')
42.236 - }
42.237 -
42.238 - if (changed) this.$element.toggleClass('active')
42.239 - }
42.240 -
42.241 -
42.242 - // BUTTON PLUGIN DEFINITION
42.243 - // ========================
42.244 -
42.245 - var old = $.fn.button
42.246 -
42.247 - $.fn.button = function (option) {
42.248 - return this.each(function () {
42.249 - var $this = $(this)
42.250 - var data = $this.data('bs.button')
42.251 - var options = typeof option == 'object' && option
42.252 -
42.253 - if (!data) $this.data('bs.button', (data = new Button(this, options)))
42.254 -
42.255 - if (option == 'toggle') data.toggle()
42.256 - else if (option) data.setState(option)
42.257 - })
42.258 - }
42.259 -
42.260 - $.fn.button.Constructor = Button
42.261 -
42.262 -
42.263 - // BUTTON NO CONFLICT
42.264 - // ==================
42.265 -
42.266 - $.fn.button.noConflict = function () {
42.267 - $.fn.button = old
42.268 - return this
42.269 - }
42.270 -
42.271 -
42.272 - // BUTTON DATA-API
42.273 - // ===============
42.274 -
42.275 - $(document).on('click.bs.button.data-api', '[data-toggle^=button]', function (e) {
42.276 - var $btn = $(e.target)
42.277 - if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn')
42.278 - $btn.button('toggle')
42.279 - e.preventDefault()
42.280 - })
42.281 -
42.282 -}(jQuery);
42.283 -
42.284 -/* ========================================================================
42.285 - * Bootstrap: carousel.js v3.0.3
42.286 - * http://getbootstrap.com/javascript/#carousel
42.287 - * ========================================================================
42.288 - * Copyright 2013 Twitter, Inc.
42.289 - *
42.290 - * Licensed under the Apache License, Version 2.0 (the "License");
42.291 - * you may not use this file except in compliance with the License.
42.292 - * You may obtain a copy of the License at
42.293 - *
42.294 - * http://www.apache.org/licenses/LICENSE-2.0
42.295 - *
42.296 - * Unless required by applicable law or agreed to in writing, software
42.297 - * distributed under the License is distributed on an "AS IS" BASIS,
42.298 - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42.299 - * See the License for the specific language governing permissions and
42.300 - * limitations under the License.
42.301 - * ======================================================================== */
42.302 -
42.303 -
42.304 -+function ($) { "use strict";
42.305 -
42.306 - // CAROUSEL CLASS DEFINITION
42.307 - // =========================
42.308 -
42.309 - var Carousel = function (element, options) {
42.310 - this.$element = $(element)
42.311 - this.$indicators = this.$element.find('.carousel-indicators')
42.312 - this.options = options
42.313 - this.paused =
42.314 - this.sliding =
42.315 - this.interval =
42.316 - this.$active =
42.317 - this.$items = null
42.318 -
42.319 - this.options.pause == 'hover' && this.$element
42.320 - .on('mouseenter', $.proxy(this.pause, this))
42.321 - .on('mouseleave', $.proxy(this.cycle, this))
42.322 - }
42.323 -
42.324 - Carousel.DEFAULTS = {
42.325 - interval: 5000
42.326 - , pause: 'hover'
42.327 - , wrap: true
42.328 - }
42.329 -
42.330 - Carousel.prototype.cycle = function (e) {
42.331 - e || (this.paused = false)
42.332 -
42.333 - this.interval && clearInterval(this.interval)
42.334 -
42.335 - this.options.interval
42.336 - && !this.paused
42.337 - && (this.interval = setInterval($.proxy(this.next, this), this.options.interval))
42.338 -
42.339 - return this
42.340 - }
42.341 -
42.342 - Carousel.prototype.getActiveIndex = function () {
42.343 - this.$active = this.$element.find('.item.active')
42.344 - this.$items = this.$active.parent().children()
42.345 -
42.346 - return this.$items.index(this.$active)
42.347 - }
42.348 -
42.349 - Carousel.prototype.to = function (pos) {
42.350 - var that = this
42.351 - var activeIndex = this.getActiveIndex()
42.352 -
42.353 - if (pos > (this.$items.length - 1) || pos < 0) return
42.354 -
42.355 - if (this.sliding) return this.$element.one('slid.bs.carousel', function () { that.to(pos) })
42.356 - if (activeIndex == pos) return this.pause().cycle()
42.357 -
42.358 - return this.slide(pos > activeIndex ? 'next' : 'prev', $(this.$items[pos]))
42.359 - }
42.360 -
42.361 - Carousel.prototype.pause = function (e) {
42.362 - e || (this.paused = true)
42.363 -
42.364 - if (this.$element.find('.next, .prev').length && $.support.transition.end) {
42.365 - this.$element.trigger($.support.transition.end)
42.366 - this.cycle(true)
42.367 - }
42.368 -
42.369 - this.interval = clearInterval(this.interval)
42.370 -
42.371 - return this
42.372 - }
42.373 -
42.374 - Carousel.prototype.next = function () {
42.375 - if (this.sliding) return
42.376 - return this.slide('next')
42.377 - }
42.378 -
42.379 - Carousel.prototype.prev = function () {
42.380 - if (this.sliding) return
42.381 - return this.slide('prev')
42.382 - }
42.383 -
42.384 - Carousel.prototype.slide = function (type, next) {
42.385 - var $active = this.$element.find('.item.active')
42.386 - var $next = next || $active[type]()
42.387 - var isCycling = this.interval
42.388 - var direction = type == 'next' ? 'left' : 'right'
42.389 - var fallback = type == 'next' ? 'first' : 'last'
42.390 - var that = this
42.391 -
42.392 - if (!$next.length) {
42.393 - if (!this.options.wrap) return
42.394 - $next = this.$element.find('.item')[fallback]()
42.395 - }
42.396 -
42.397 - this.sliding = true
42.398 -
42.399 - isCycling && this.pause()
42.400 -
42.401 - var e = $.Event('slide.bs.carousel', { relatedTarget: $next[0], direction: direction })
42.402 -
42.403 - if ($next.hasClass('active')) return
42.404 -
42.405 - if (this.$indicators.length) {
42.406 - this.$indicators.find('.active').removeClass('active')
42.407 - this.$element.one('slid.bs.carousel', function () {
42.408 - var $nextIndicator = $(that.$indicators.children()[that.getActiveIndex()])
42.409 - $nextIndicator && $nextIndicator.addClass('active')
42.410 - })
42.411 - }
42.412 -
42.413 - if ($.support.transition && this.$element.hasClass('slide')) {
42.414 - this.$element.trigger(e)
42.415 - if (e.isDefaultPrevented()) return
42.416 - $next.addClass(type)
42.417 - $next[0].offsetWidth // force reflow
42.418 - $active.addClass(direction)
42.419 - $next.addClass(direction)
42.420 - $active
42.421 - .one($.support.transition.end, function () {
42.422 - $next.removeClass([type, direction].join(' ')).addClass('active')
42.423 - $active.removeClass(['active', direction].join(' '))
42.424 - that.sliding = false
42.425 - setTimeout(function () { that.$element.trigger('slid.bs.carousel') }, 0)
42.426 - })
42.427 - .emulateTransitionEnd(600)
42.428 - } else {
42.429 - this.$element.trigger(e)
42.430 - if (e.isDefaultPrevented()) return
42.431 - $active.removeClass('active')
42.432 - $next.addClass('active')
42.433 - this.sliding = false
42.434 - this.$element.trigger('slid.bs.carousel')
42.435 - }
42.436 -
42.437 - isCycling && this.cycle()
42.438 -
42.439 - return this
42.440 - }
42.441 -
42.442 -
42.443 - // CAROUSEL PLUGIN DEFINITION
42.444 - // ==========================
42.445 -
42.446 - var old = $.fn.carousel
42.447 -
42.448 - $.fn.carousel = function (option) {
42.449 - return this.each(function () {
42.450 - var $this = $(this)
42.451 - var data = $this.data('bs.carousel')
42.452 - var options = $.extend({}, Carousel.DEFAULTS, $this.data(), typeof option == 'object' && option)
42.453 - var action = typeof option == 'string' ? option : options.slide
42.454 -
42.455 - if (!data) $this.data('bs.carousel', (data = new Carousel(this, options)))
42.456 - if (typeof option == 'number') data.to(option)
42.457 - else if (action) data[action]()
42.458 - else if (options.interval) data.pause().cycle()
42.459 - })
42.460 - }
42.461 -
42.462 - $.fn.carousel.Constructor = Carousel
42.463 -
42.464 -
42.465 - // CAROUSEL NO CONFLICT
42.466 - // ====================
42.467 -
42.468 - $.fn.carousel.noConflict = function () {
42.469 - $.fn.carousel = old
42.470 - return this
42.471 - }
42.472 -
42.473 -
42.474 - // CAROUSEL DATA-API
42.475 - // =================
42.476 -
42.477 - $(document).on('click.bs.carousel.data-api', '[data-slide], [data-slide-to]', function (e) {
42.478 - var $this = $(this), href
42.479 - var $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
42.480 - var options = $.extend({}, $target.data(), $this.data())
42.481 - var slideIndex = $this.attr('data-slide-to')
42.482 - if (slideIndex) options.interval = false
42.483 -
42.484 - $target.carousel(options)
42.485 -
42.486 - if (slideIndex = $this.attr('data-slide-to')) {
42.487 - $target.data('bs.carousel').to(slideIndex)
42.488 - }
42.489 -
42.490 - e.preventDefault()
42.491 - })
42.492 -
42.493 - $(window).on('load', function () {
42.494 - $('[data-ride="carousel"]').each(function () {
42.495 - var $carousel = $(this)
42.496 - $carousel.carousel($carousel.data())
42.497 - })
42.498 - })
42.499 -
42.500 -}(jQuery);
42.501 -
42.502 -/* ========================================================================
42.503 - * Bootstrap: collapse.js v3.0.3
42.504 - * http://getbootstrap.com/javascript/#collapse
42.505 - * ========================================================================
42.506 - * Copyright 2013 Twitter, Inc.
42.507 - *
42.508 - * Licensed under the Apache License, Version 2.0 (the "License");
42.509 - * you may not use this file except in compliance with the License.
42.510 - * You may obtain a copy of the License at
42.511 - *
42.512 - * http://www.apache.org/licenses/LICENSE-2.0
42.513 - *
42.514 - * Unless required by applicable law or agreed to in writing, software
42.515 - * distributed under the License is distributed on an "AS IS" BASIS,
42.516 - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42.517 - * See the License for the specific language governing permissions and
42.518 - * limitations under the License.
42.519 - * ======================================================================== */
42.520 -
42.521 -
42.522 -+function ($) { "use strict";
42.523 -
42.524 - // COLLAPSE PUBLIC CLASS DEFINITION
42.525 - // ================================
42.526 -
42.527 - var Collapse = function (element, options) {
42.528 - this.$element = $(element)
42.529 - this.options = $.extend({}, Collapse.DEFAULTS, options)
42.530 - this.transitioning = null
42.531 -
42.532 - if (this.options.parent) this.$parent = $(this.options.parent)
42.533 - if (this.options.toggle) this.toggle()
42.534 - }
42.535 -
42.536 - Collapse.DEFAULTS = {
42.537 - toggle: true
42.538 - }
42.539 -
42.540 - Collapse.prototype.dimension = function () {
42.541 - var hasWidth = this.$element.hasClass('width')
42.542 - return hasWidth ? 'width' : 'height'
42.543 - }
42.544 -
42.545 - Collapse.prototype.show = function () {
42.546 - if (this.transitioning || this.$element.hasClass('in')) return
42.547 -
42.548 - var startEvent = $.Event('show.bs.collapse')
42.549 - this.$element.trigger(startEvent)
42.550 - if (startEvent.isDefaultPrevented()) return
42.551 -
42.552 - var actives = this.$parent && this.$parent.find('> .panel > .in')
42.553 -
42.554 - if (actives && actives.length) {
42.555 - var hasData = actives.data('bs.collapse')
42.556 - if (hasData && hasData.transitioning) return
42.557 - actives.collapse('hide')
42.558 - hasData || actives.data('bs.collapse', null)
42.559 - }
42.560 -
42.561 - var dimension = this.dimension()
42.562 -
42.563 - this.$element
42.564 - .removeClass('collapse')
42.565 - .addClass('collapsing')
42.566 - [dimension](0)
42.567 -
42.568 - this.transitioning = 1
42.569 -
42.570 - var complete = function () {
42.571 - this.$element
42.572 - .removeClass('collapsing')
42.573 - .addClass('in')
42.574 - [dimension]('auto')
42.575 - this.transitioning = 0
42.576 - this.$element.trigger('shown.bs.collapse')
42.577 - }
42.578 -
42.579 - if (!$.support.transition) return complete.call(this)
42.580 -
42.581 - var scrollSize = $.camelCase(['scroll', dimension].join('-'))
42.582 -
42.583 - this.$element
42.584 - .one($.support.transition.end, $.proxy(complete, this))
42.585 - .emulateTransitionEnd(350)
42.586 - [dimension](this.$element[0][scrollSize])
42.587 - }
42.588 -
42.589 - Collapse.prototype.hide = function () {
42.590 - if (this.transitioning || !this.$element.hasClass('in')) return
42.591 -
42.592 - var startEvent = $.Event('hide.bs.collapse')
42.593 - this.$element.trigger(startEvent)
42.594 - if (startEvent.isDefaultPrevented()) return
42.595 -
42.596 - var dimension = this.dimension()
42.597 -
42.598 - this.$element
42.599 - [dimension](this.$element[dimension]())
42.600 - [0].offsetHeight
42.601 -
42.602 - this.$element
42.603 - .addClass('collapsing')
42.604 - .removeClass('collapse')
42.605 - .removeClass('in')
42.606 -
42.607 - this.transitioning = 1
42.608 -
42.609 - var complete = function () {
42.610 - this.transitioning = 0
42.611 - this.$element
42.612 - .trigger('hidden.bs.collapse')
42.613 - .removeClass('collapsing')
42.614 - .addClass('collapse')
42.615 - }
42.616 -
42.617 - if (!$.support.transition) return complete.call(this)
42.618 -
42.619 - this.$element
42.620 - [dimension](0)
42.621 - .one($.support.transition.end, $.proxy(complete, this))
42.622 - .emulateTransitionEnd(350)
42.623 - }
42.624 -
42.625 - Collapse.prototype.toggle = function () {
42.626 - this[this.$element.hasClass('in') ? 'hide' : 'show']()
42.627 - }
42.628 -
42.629 -
42.630 - // COLLAPSE PLUGIN DEFINITION
42.631 - // ==========================
42.632 -
42.633 - var old = $.fn.collapse
42.634 -
42.635 - $.fn.collapse = function (option) {
42.636 - return this.each(function () {
42.637 - var $this = $(this)
42.638 - var data = $this.data('bs.collapse')
42.639 - var options = $.extend({}, Collapse.DEFAULTS, $this.data(), typeof option == 'object' && option)
42.640 -
42.641 - if (!data) $this.data('bs.collapse', (data = new Collapse(this, options)))
42.642 - if (typeof option == 'string') data[option]()
42.643 - })
42.644 - }
42.645 -
42.646 - $.fn.collapse.Constructor = Collapse
42.647 -
42.648 -
42.649 - // COLLAPSE NO CONFLICT
42.650 - // ====================
42.651 -
42.652 - $.fn.collapse.noConflict = function () {
42.653 - $.fn.collapse = old
42.654 - return this
42.655 - }
42.656 -
42.657 -
42.658 - // COLLAPSE DATA-API
42.659 - // =================
42.660 -
42.661 - $(document).on('click.bs.collapse.data-api', '[data-toggle=collapse]', function (e) {
42.662 - var $this = $(this), href
42.663 - var target = $this.attr('data-target')
42.664 - || e.preventDefault()
42.665 - || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') //strip for ie7
42.666 - var $target = $(target)
42.667 - var data = $target.data('bs.collapse')
42.668 - var option = data ? 'toggle' : $this.data()
42.669 - var parent = $this.attr('data-parent')
42.670 - var $parent = parent && $(parent)
42.671 -
42.672 - if (!data || !data.transitioning) {
42.673 - if ($parent) $parent.find('[data-toggle=collapse][data-parent="' + parent + '"]').not($this).addClass('collapsed')
42.674 - $this[$target.hasClass('in') ? 'addClass' : 'removeClass']('collapsed')
42.675 - }
42.676 -
42.677 - $target.collapse(option)
42.678 - })
42.679 -
42.680 -}(jQuery);
42.681 -
42.682 -/* ========================================================================
42.683 - * Bootstrap: dropdown.js v3.0.3
42.684 - * http://getbootstrap.com/javascript/#dropdowns
42.685 - * ========================================================================
42.686 - * Copyright 2013 Twitter, Inc.
42.687 - *
42.688 - * Licensed under the Apache License, Version 2.0 (the "License");
42.689 - * you may not use this file except in compliance with the License.
42.690 - * You may obtain a copy of the License at
42.691 - *
42.692 - * http://www.apache.org/licenses/LICENSE-2.0
42.693 - *
42.694 - * Unless required by applicable law or agreed to in writing, software
42.695 - * distributed under the License is distributed on an "AS IS" BASIS,
42.696 - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42.697 - * See the License for the specific language governing permissions and
42.698 - * limitations under the License.
42.699 - * ======================================================================== */
42.700 -
42.701 -
42.702 -+function ($) { "use strict";
42.703 -
42.704 - // DROPDOWN CLASS DEFINITION
42.705 - // =========================
42.706 -
42.707 - var backdrop = '.dropdown-backdrop'
42.708 - var toggle = '[data-toggle=dropdown]'
42.709 - var Dropdown = function (element) {
42.710 - $(element).on('click.bs.dropdown', this.toggle)
42.711 - }
42.712 -
42.713 - Dropdown.prototype.toggle = function (e) {
42.714 - var $this = $(this)
42.715 -
42.716 - if ($this.is('.disabled, :disabled')) return
42.717 -
42.718 - var $parent = getParent($this)
42.719 - var isActive = $parent.hasClass('open')
42.720 -
42.721 - clearMenus()
42.722 -
42.723 - if (!isActive) {
42.724 - if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) {
42.725 - // if mobile we use a backdrop because click events don't delegate
42.726 - $('<div class="dropdown-backdrop"/>').insertAfter($(this)).on('click', clearMenus)
42.727 - }
42.728 -
42.729 - $parent.trigger(e = $.Event('show.bs.dropdown'))
42.730 -
42.731 - if (e.isDefaultPrevented()) return
42.732 -
42.733 - $parent
42.734 - .toggleClass('open')
42.735 - .trigger('shown.bs.dropdown')
42.736 -
42.737 - $this.focus()
42.738 - }
42.739 -
42.740 - return false
42.741 - }
42.742 -
42.743 - Dropdown.prototype.keydown = function (e) {
42.744 - if (!/(38|40|27)/.test(e.keyCode)) return
42.745 -
42.746 - var $this = $(this)
42.747 -
42.748 - e.preventDefault()
42.749 - e.stopPropagation()
42.750 -
42.751 - if ($this.is('.disabled, :disabled')) return
42.752 -
42.753 - var $parent = getParent($this)
42.754 - var isActive = $parent.hasClass('open')
42.755 -
42.756 - if (!isActive || (isActive && e.keyCode == 27)) {
42.757 - if (e.which == 27) $parent.find(toggle).focus()
42.758 - return $this.click()
42.759 - }
42.760 -
42.761 - var $items = $('[role=menu] li:not(.divider):visible a', $parent)
42.762 -
42.763 - if (!$items.length) return
42.764 -
42.765 - var index = $items.index($items.filter(':focus'))
42.766 -
42.767 - if (e.keyCode == 38 && index > 0) index-- // up
42.768 - if (e.keyCode == 40 && index < $items.length - 1) index++ // down
42.769 - if (!~index) index=0
42.770 -
42.771 - $items.eq(index).focus()
42.772 - }
42.773 -
42.774 - function clearMenus() {
42.775 - $(backdrop).remove()
42.776 - $(toggle).each(function (e) {
42.777 - var $parent = getParent($(this))
42.778 - if (!$parent.hasClass('open')) return
42.779 - $parent.trigger(e = $.Event('hide.bs.dropdown'))
42.780 - if (e.isDefaultPrevented()) return
42.781 - $parent.removeClass('open').trigger('hidden.bs.dropdown')
42.782 - })
42.783 - }
42.784 -
42.785 - function getParent($this) {
42.786 - var selector = $this.attr('data-target')
42.787 -
42.788 - if (!selector) {
42.789 - selector = $this.attr('href')
42.790 - selector = selector && /#/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
42.791 - }
42.792 -
42.793 - var $parent = selector && $(selector)
42.794 -
42.795 - return $parent && $parent.length ? $parent : $this.parent()
42.796 - }
42.797 -
42.798 -
42.799 - // DROPDOWN PLUGIN DEFINITION
42.800 - // ==========================
42.801 -
42.802 - var old = $.fn.dropdown
42.803 -
42.804 - $.fn.dropdown = function (option) {
42.805 - return this.each(function () {
42.806 - var $this = $(this)
42.807 - var data = $this.data('bs.dropdown')
42.808 -
42.809 - if (!data) $this.data('bs.dropdown', (data = new Dropdown(this)))
42.810 - if (typeof option == 'string') data[option].call($this)
42.811 - })
42.812 - }
42.813 -
42.814 - $.fn.dropdown.Constructor = Dropdown
42.815 -
42.816 -
42.817 - // DROPDOWN NO CONFLICT
42.818 - // ====================
42.819 -
42.820 - $.fn.dropdown.noConflict = function () {
42.821 - $.fn.dropdown = old
42.822 - return this
42.823 - }
42.824 -
42.825 -
42.826 - // APPLY TO STANDARD DROPDOWN ELEMENTS
42.827 - // ===================================
42.828 -
42.829 - $(document)
42.830 - .on('click.bs.dropdown.data-api', clearMenus)
42.831 - .on('click.bs.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() })
42.832 - .on('click.bs.dropdown.data-api' , toggle, Dropdown.prototype.toggle)
42.833 - .on('keydown.bs.dropdown.data-api', toggle + ', [role=menu]' , Dropdown.prototype.keydown)
42.834 -
42.835 -}(jQuery);
42.836 -
42.837 -/* ========================================================================
42.838 - * Bootstrap: modal.js v3.0.3
42.839 - * http://getbootstrap.com/javascript/#modals
42.840 - * ========================================================================
42.841 - * Copyright 2013 Twitter, Inc.
42.842 - *
42.843 - * Licensed under the Apache License, Version 2.0 (the "License");
42.844 - * you may not use this file except in compliance with the License.
42.845 - * You may obtain a copy of the License at
42.846 - *
42.847 - * http://www.apache.org/licenses/LICENSE-2.0
42.848 - *
42.849 - * Unless required by applicable law or agreed to in writing, software
42.850 - * distributed under the License is distributed on an "AS IS" BASIS,
42.851 - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42.852 - * See the License for the specific language governing permissions and
42.853 - * limitations under the License.
42.854 - * ======================================================================== */
42.855 -
42.856 -
42.857 -+function ($) { "use strict";
42.858 -
42.859 - // MODAL CLASS DEFINITION
42.860 - // ======================
42.861 -
42.862 - var Modal = function (element, options) {
42.863 - this.options = options
42.864 - this.$element = $(element)
42.865 - this.$backdrop =
42.866 - this.isShown = null
42.867 -
42.868 - if (this.options.remote) this.$element.load(this.options.remote)
42.869 - }
42.870 -
42.871 - Modal.DEFAULTS = {
42.872 - backdrop: true
42.873 - , keyboard: true
42.874 - , show: true
42.875 - }
42.876 -
42.877 - Modal.prototype.toggle = function (_relatedTarget) {
42.878 - return this[!this.isShown ? 'show' : 'hide'](_relatedTarget)
42.879 - }
42.880 -
42.881 - Modal.prototype.show = function (_relatedTarget) {
42.882 - var that = this
42.883 - var e = $.Event('show.bs.modal', { relatedTarget: _relatedTarget })
42.884 -
42.885 - this.$element.trigger(e)
42.886 -
42.887 - if (this.isShown || e.isDefaultPrevented()) return
42.888 -
42.889 - this.isShown = true
42.890 -
42.891 - this.escape()
42.892 -
42.893 - this.$element.on('click.dismiss.modal', '[data-dismiss="modal"]', $.proxy(this.hide, this))
42.894 -
42.895 - this.backdrop(function () {
42.896 - var transition = $.support.transition && that.$element.hasClass('fade')
42.897 -
42.898 - if (!that.$element.parent().length) {
42.899 - that.$element.appendTo(document.body) // don't move modals dom position
42.900 - }
42.901 -
42.902 - that.$element.show()
42.903 -
42.904 - if (transition) {
42.905 - that.$element[0].offsetWidth // force reflow
42.906 - }
42.907 -
42.908 - that.$element
42.909 - .addClass('in')
42.910 - .attr('aria-hidden', false)
42.911 -
42.912 - that.enforceFocus()
42.913 -
42.914 - var e = $.Event('shown.bs.modal', { relatedTarget: _relatedTarget })
42.915 -
42.916 - transition ?
42.917 - that.$element.find('.modal-dialog') // wait for modal to slide in
42.918 - .one($.support.transition.end, function () {
42.919 - that.$element.focus().trigger(e)
42.920 - })
42.921 - .emulateTransitionEnd(300) :
42.922 - that.$element.focus().trigger(e)
42.923 - })
42.924 - }
42.925 -
42.926 - Modal.prototype.hide = function (e) {
42.927 - if (e) e.preventDefault()
42.928 -
42.929 - e = $.Event('hide.bs.modal')
42.930 -
42.931 - this.$element.trigger(e)
42.932 -
42.933 - if (!this.isShown || e.isDefaultPrevented()) return
42.934 -
42.935 - this.isShown = false
42.936 -
42.937 - this.escape()
42.938 -
42.939 - $(document).off('focusin.bs.modal')
42.940 -
42.941 - this.$element
42.942 - .removeClass('in')
42.943 - .attr('aria-hidden', true)
42.944 - .off('click.dismiss.modal')
42.945 -
42.946 - $.support.transition && this.$element.hasClass('fade') ?
42.947 - this.$element
42.948 - .one($.support.transition.end, $.proxy(this.hideModal, this))
42.949 - .emulateTransitionEnd(300) :
42.950 - this.hideModal()
42.951 - }
42.952 -
42.953 - Modal.prototype.enforceFocus = function () {
42.954 - $(document)
42.955 - .off('focusin.bs.modal') // guard against infinite focus loop
42.956 - .on('focusin.bs.modal', $.proxy(function (e) {
42.957 - if (this.$element[0] !== e.target && !this.$element.has(e.target).length) {
42.958 - this.$element.focus()
42.959 - }
42.960 - }, this))
42.961 - }
42.962 -
42.963 - Modal.prototype.escape = function () {
42.964 - if (this.isShown && this.options.keyboard) {
42.965 - this.$element.on('keyup.dismiss.bs.modal', $.proxy(function (e) {
42.966 - e.which == 27 && this.hide()
42.967 - }, this))
42.968 - } else if (!this.isShown) {
42.969 - this.$element.off('keyup.dismiss.bs.modal')
42.970 - }
42.971 - }
42.972 -
42.973 - Modal.prototype.hideModal = function () {
42.974 - var that = this
42.975 - this.$element.hide()
42.976 - this.backdrop(function () {
42.977 - that.removeBackdrop()
42.978 - that.$element.trigger('hidden.bs.modal')
42.979 - })
42.980 - }
42.981 -
42.982 - Modal.prototype.removeBackdrop = function () {
42.983 - this.$backdrop && this.$backdrop.remove()
42.984 - this.$backdrop = null
42.985 - }
42.986 -
42.987 - Modal.prototype.backdrop = function (callback) {
42.988 - var that = this
42.989 - var animate = this.$element.hasClass('fade') ? 'fade' : ''
42.990 -
42.991 - if (this.isShown && this.options.backdrop) {
42.992 - var doAnimate = $.support.transition && animate
42.993 -
42.994 - this.$backdrop = $('<div class="modal-backdrop ' + animate + '" />')
42.995 - .appendTo(document.body)
42.996 -
42.997 - this.$element.on('click.dismiss.modal', $.proxy(function (e) {
42.998 - if (e.target !== e.currentTarget) return
42.999 - this.options.backdrop == 'static'
42.1000 - ? this.$element[0].focus.call(this.$element[0])
42.1001 - : this.hide.call(this)
42.1002 - }, this))
42.1003 -
42.1004 - if (doAnimate) this.$backdrop[0].offsetWidth // force reflow
42.1005 -
42.1006 - this.$backdrop.addClass('in')
42.1007 -
42.1008 - if (!callback) return
42.1009 -
42.1010 - doAnimate ?
42.1011 - this.$backdrop
42.1012 - .one($.support.transition.end, callback)
42.1013 - .emulateTransitionEnd(150) :
42.1014 - callback()
42.1015 -
42.1016 - } else if (!this.isShown && this.$backdrop) {
42.1017 - this.$backdrop.removeClass('in')
42.1018 -
42.1019 - $.support.transition && this.$element.hasClass('fade')?
42.1020 - this.$backdrop
42.1021 - .one($.support.transition.end, callback)
42.1022 - .emulateTransitionEnd(150) :
42.1023 - callback()
42.1024 -
42.1025 - } else if (callback) {
42.1026 - callback()
42.1027 - }
42.1028 - }
42.1029 -
42.1030 -
42.1031 - // MODAL PLUGIN DEFINITION
42.1032 - // =======================
42.1033 -
42.1034 - var old = $.fn.modal
42.1035 -
42.1036 - $.fn.modal = function (option, _relatedTarget) {
42.1037 - return this.each(function () {
42.1038 - var $this = $(this)
42.1039 - var data = $this.data('bs.modal')
42.1040 - var options = $.extend({}, Modal.DEFAULTS, $this.data(), typeof option == 'object' && option)
42.1041 -
42.1042 - if (!data) $this.data('bs.modal', (data = new Modal(this, options)))
42.1043 - if (typeof option == 'string') data[option](_relatedTarget)
42.1044 - else if (options.show) data.show(_relatedTarget)
42.1045 - })
42.1046 - }
42.1047 -
42.1048 - $.fn.modal.Constructor = Modal
42.1049 -
42.1050 -
42.1051 - // MODAL NO CONFLICT
42.1052 - // =================
42.1053 -
42.1054 - $.fn.modal.noConflict = function () {
42.1055 - $.fn.modal = old
42.1056 - return this
42.1057 - }
42.1058 -
42.1059 -
42.1060 - // MODAL DATA-API
42.1061 - // ==============
42.1062 -
42.1063 - $(document).on('click.bs.modal.data-api', '[data-toggle="modal"]', function (e) {
42.1064 - var $this = $(this)
42.1065 - var href = $this.attr('href')
42.1066 - var $target = $($this.attr('data-target') || (href && href.replace(/.*(?=#[^\s]+$)/, ''))) //strip for ie7
42.1067 - var option = $target.data('modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data())
42.1068 -
42.1069 - e.preventDefault()
42.1070 -
42.1071 - $target
42.1072 - .modal(option, this)
42.1073 - .one('hide', function () {
42.1074 - $this.is(':visible') && $this.focus()
42.1075 - })
42.1076 - })
42.1077 -
42.1078 - $(document)
42.1079 - .on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') })
42.1080 - .on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') })
42.1081 -
42.1082 -}(jQuery);
42.1083 -
42.1084 -/* ========================================================================
42.1085 - * Bootstrap: tooltip.js v3.0.3
42.1086 - * http://getbootstrap.com/javascript/#tooltip
42.1087 - * Inspired by the original jQuery.tipsy by Jason Frame
42.1088 - * ========================================================================
42.1089 - * Copyright 2013 Twitter, Inc.
42.1090 - *
42.1091 - * Licensed under the Apache License, Version 2.0 (the "License");
42.1092 - * you may not use this file except in compliance with the License.
42.1093 - * You may obtain a copy of the License at
42.1094 - *
42.1095 - * http://www.apache.org/licenses/LICENSE-2.0
42.1096 - *
42.1097 - * Unless required by applicable law or agreed to in writing, software
42.1098 - * distributed under the License is distributed on an "AS IS" BASIS,
42.1099 - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42.1100 - * See the License for the specific language governing permissions and
42.1101 - * limitations under the License.
42.1102 - * ======================================================================== */
42.1103 -
42.1104 -
42.1105 -+function ($) { "use strict";
42.1106 -
42.1107 - // TOOLTIP PUBLIC CLASS DEFINITION
42.1108 - // ===============================
42.1109 -
42.1110 - var Tooltip = function (element, options) {
42.1111 - this.type =
42.1112 - this.options =
42.1113 - this.enabled =
42.1114 - this.timeout =
42.1115 - this.hoverState =
42.1116 - this.$element = null
42.1117 -
42.1118 - this.init('tooltip', element, options)
42.1119 - }
42.1120 -
42.1121 - Tooltip.DEFAULTS = {
42.1122 - animation: true
42.1123 - , placement: 'top'
42.1124 - , selector: false
42.1125 - , template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'
42.1126 - , trigger: 'hover focus'
42.1127 - , title: ''
42.1128 - , delay: 0
42.1129 - , html: false
42.1130 - , container: false
42.1131 - }
42.1132 -
42.1133 - Tooltip.prototype.init = function (type, element, options) {
42.1134 - this.enabled = true
42.1135 - this.type = type
42.1136 - this.$element = $(element)
42.1137 - this.options = this.getOptions(options)
42.1138 -
42.1139 - var triggers = this.options.trigger.split(' ')
42.1140 -
42.1141 - for (var i = triggers.length; i--;) {
42.1142 - var trigger = triggers[i]
42.1143 -
42.1144 - if (trigger == 'click') {
42.1145 - this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this))
42.1146 - } else if (trigger != 'manual') {
42.1147 - var eventIn = trigger == 'hover' ? 'mouseenter' : 'focus'
42.1148 - var eventOut = trigger == 'hover' ? 'mouseleave' : 'blur'
42.1149 -
42.1150 - this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
42.1151 - this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
42.1152 - }
42.1153 - }
42.1154 -
42.1155 - this.options.selector ?
42.1156 - (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) :
42.1157 - this.fixTitle()
42.1158 - }
42.1159 -
42.1160 - Tooltip.prototype.getDefaults = function () {
42.1161 - return Tooltip.DEFAULTS
42.1162 - }
42.1163 -
42.1164 - Tooltip.prototype.getOptions = function (options) {
42.1165 - options = $.extend({}, this.getDefaults(), this.$element.data(), options)
42.1166 -
42.1167 - if (options.delay && typeof options.delay == 'number') {
42.1168 - options.delay = {
42.1169 - show: options.delay
42.1170 - , hide: options.delay
42.1171 - }
42.1172 - }
42.1173 -
42.1174 - return options
42.1175 - }
42.1176 -
42.1177 - Tooltip.prototype.getDelegateOptions = function () {
42.1178 - var options = {}
42.1179 - var defaults = this.getDefaults()
42.1180 -
42.1181 - this._options && $.each(this._options, function (key, value) {
42.1182 - if (defaults[key] != value) options[key] = value
42.1183 - })
42.1184 -
42.1185 - return options
42.1186 - }
42.1187 -
42.1188 - Tooltip.prototype.enter = function (obj) {
42.1189 - var self = obj instanceof this.constructor ?
42.1190 - obj : $(obj.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type)
42.1191 -
42.1192 - clearTimeout(self.timeout)
42.1193 -
42.1194 - self.hoverState = 'in'
42.1195 -
42.1196 - if (!self.options.delay || !self.options.delay.show) return self.show()
42.1197 -
42.1198 - self.timeout = setTimeout(function () {
42.1199 - if (self.hoverState == 'in') self.show()
42.1200 - }, self.options.delay.show)
42.1201 - }
42.1202 -
42.1203 - Tooltip.prototype.leave = function (obj) {
42.1204 - var self = obj instanceof this.constructor ?
42.1205 - obj : $(obj.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type)
42.1206 -
42.1207 - clearTimeout(self.timeout)
42.1208 -
42.1209 - self.hoverState = 'out'
42.1210 -
42.1211 - if (!self.options.delay || !self.options.delay.hide) return self.hide()
42.1212 -
42.1213 - self.timeout = setTimeout(function () {
42.1214 - if (self.hoverState == 'out') self.hide()
42.1215 - }, self.options.delay.hide)
42.1216 - }
42.1217 -
42.1218 - Tooltip.prototype.show = function () {
42.1219 - var e = $.Event('show.bs.'+ this.type)
42.1220 -
42.1221 - if (this.hasContent() && this.enabled) {
42.1222 - this.$element.trigger(e)
42.1223 -
42.1224 - if (e.isDefaultPrevented()) return
42.1225 -
42.1226 - var $tip = this.tip()
42.1227 -
42.1228 - this.setContent()
42.1229 -
42.1230 - if (this.options.animation) $tip.addClass('fade')
42.1231 -
42.1232 - var placement = typeof this.options.placement == 'function' ?
42.1233 - this.options.placement.call(this, $tip[0], this.$element[0]) :
42.1234 - this.options.placement
42.1235 -
42.1236 - var autoToken = /\s?auto?\s?/i
42.1237 - var autoPlace = autoToken.test(placement)
42.1238 - if (autoPlace) placement = placement.replace(autoToken, '') || 'top'
42.1239 -
42.1240 - $tip
42.1241 - .detach()
42.1242 - .css({ top: 0, left: 0, display: 'block' })
42.1243 - .addClass(placement)
42.1244 -
42.1245 - this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element)
42.1246 -
42.1247 - var pos = this.getPosition()
42.1248 - var actualWidth = $tip[0].offsetWidth
42.1249 - var actualHeight = $tip[0].offsetHeight
42.1250 -
42.1251 - if (autoPlace) {
42.1252 - var $parent = this.$element.parent()
42.1253 -
42.1254 - var orgPlacement = placement
42.1255 - var docScroll = document.documentElement.scrollTop || document.body.scrollTop
42.1256 - var parentWidth = this.options.container == 'body' ? window.innerWidth : $parent.outerWidth()
42.1257 - var parentHeight = this.options.container == 'body' ? window.innerHeight : $parent.outerHeight()
42.1258 - var parentLeft = this.options.container == 'body' ? 0 : $parent.offset().left
42.1259 -
42.1260 - placement = placement == 'bottom' && pos.top + pos.height + actualHeight - docScroll > parentHeight ? 'top' :
42.1261 - placement == 'top' && pos.top - docScroll - actualHeight < 0 ? 'bottom' :
42.1262 - placement == 'right' && pos.right + actualWidth > parentWidth ? 'left' :
42.1263 - placement == 'left' && pos.left - actualWidth < parentLeft ? 'right' :
42.1264 - placement
42.1265 -
42.1266 - $tip
42.1267 - .removeClass(orgPlacement)
42.1268 - .addClass(placement)
42.1269 - }
42.1270 -
42.1271 - var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
42.1272 -
42.1273 - this.applyPlacement(calculatedOffset, placement)
42.1274 - this.$element.trigger('shown.bs.' + this.type)
42.1275 - }
42.1276 - }
42.1277 -
42.1278 - Tooltip.prototype.applyPlacement = function(offset, placement) {
42.1279 - var replace
42.1280 - var $tip = this.tip()
42.1281 - var width = $tip[0].offsetWidth
42.1282 - var height = $tip[0].offsetHeight
42.1283 -
42.1284 - // manually read margins because getBoundingClientRect includes difference
42.1285 - var marginTop = parseInt($tip.css('margin-top'), 10)
42.1286 - var marginLeft = parseInt($tip.css('margin-left'), 10)
42.1287 -
42.1288 - // we must check for NaN for ie 8/9
42.1289 - if (isNaN(marginTop)) marginTop = 0
42.1290 - if (isNaN(marginLeft)) marginLeft = 0
42.1291 -
42.1292 - offset.top = offset.top + marginTop
42.1293 - offset.left = offset.left + marginLeft
42.1294 -
42.1295 - $tip
42.1296 - .offset(offset)
42.1297 - .addClass('in')
42.1298 -
42.1299 - // check to see if placing tip in new offset caused the tip to resize itself
42.1300 - var actualWidth = $tip[0].offsetWidth
42.1301 - var actualHeight = $tip[0].offsetHeight
42.1302 -
42.1303 - if (placement == 'top' && actualHeight != height) {
42.1304 - replace = true
42.1305 - offset.top = offset.top + height - actualHeight
42.1306 - }
42.1307 -
42.1308 - if (/bottom|top/.test(placement)) {
42.1309 - var delta = 0
42.1310 -
42.1311 - if (offset.left < 0) {
42.1312 - delta = offset.left * -2
42.1313 - offset.left = 0
42.1314 -
42.1315 - $tip.offset(offset)
42.1316 -
42.1317 - actualWidth = $tip[0].offsetWidth
42.1318 - actualHeight = $tip[0].offsetHeight
42.1319 - }
42.1320 -
42.1321 - this.replaceArrow(delta - width + actualWidth, actualWidth, 'left')
42.1322 - } else {
42.1323 - this.replaceArrow(actualHeight - height, actualHeight, 'top')
42.1324 - }
42.1325 -
42.1326 - if (replace) $tip.offset(offset)
42.1327 - }
42.1328 -
42.1329 - Tooltip.prototype.replaceArrow = function(delta, dimension, position) {
42.1330 - this.arrow().css(position, delta ? (50 * (1 - delta / dimension) + "%") : '')
42.1331 - }
42.1332 -
42.1333 - Tooltip.prototype.setContent = function () {
42.1334 - var $tip = this.tip()
42.1335 - var title = this.getTitle()
42.1336 -
42.1337 - $tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title)
42.1338 - $tip.removeClass('fade in top bottom left right')
42.1339 - }
42.1340 -
42.1341 - Tooltip.prototype.hide = function () {
42.1342 - var that = this
42.1343 - var $tip = this.tip()
42.1344 - var e = $.Event('hide.bs.' + this.type)
42.1345 -
42.1346 - function complete() {
42.1347 - if (that.hoverState != 'in') $tip.detach()
42.1348 - }
42.1349 -
42.1350 - this.$element.trigger(e)
42.1351 -
42.1352 - if (e.isDefaultPrevented()) return
42.1353 -
42.1354 - $tip.removeClass('in')
42.1355 -
42.1356 - $.support.transition && this.$tip.hasClass('fade') ?
42.1357 - $tip
42.1358 - .one($.support.transition.end, complete)
42.1359 - .emulateTransitionEnd(150) :
42.1360 - complete()
42.1361 -
42.1362 - this.$element.trigger('hidden.bs.' + this.type)
42.1363 -
42.1364 - return this
42.1365 - }
42.1366 -
42.1367 - Tooltip.prototype.fixTitle = function () {
42.1368 - var $e = this.$element
42.1369 - if ($e.attr('title') || typeof($e.attr('data-original-title')) != 'string') {
42.1370 - $e.attr('data-original-title', $e.attr('title') || '').attr('title', '')
42.1371 - }
42.1372 - }
42.1373 -
42.1374 - Tooltip.prototype.hasContent = function () {
42.1375 - return this.getTitle()
42.1376 - }
42.1377 -
42.1378 - Tooltip.prototype.getPosition = function () {
42.1379 - var el = this.$element[0]
42.1380 - return $.extend({}, (typeof el.getBoundingClientRect == 'function') ? el.getBoundingClientRect() : {
42.1381 - width: el.offsetWidth
42.1382 - , height: el.offsetHeight
42.1383 - }, this.$element.offset())
42.1384 - }
42.1385 -
42.1386 - Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) {
42.1387 - return placement == 'bottom' ? { top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2 } :
42.1388 - placement == 'top' ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2 } :
42.1389 - placement == 'left' ? { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth } :
42.1390 - /* placement == 'right' */ { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width }
42.1391 - }
42.1392 -
42.1393 - Tooltip.prototype.getTitle = function () {
42.1394 - var title
42.1395 - var $e = this.$element
42.1396 - var o = this.options
42.1397 -
42.1398 - title = $e.attr('data-original-title')
42.1399 - || (typeof o.title == 'function' ? o.title.call($e[0]) : o.title)
42.1400 -
42.1401 - return title
42.1402 - }
42.1403 -
42.1404 - Tooltip.prototype.tip = function () {
42.1405 - return this.$tip = this.$tip || $(this.options.template)
42.1406 - }
42.1407 -
42.1408 - Tooltip.prototype.arrow = function () {
42.1409 - return this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow')
42.1410 - }
42.1411 -
42.1412 - Tooltip.prototype.validate = function () {
42.1413 - if (!this.$element[0].parentNode) {
42.1414 - this.hide()
42.1415 - this.$element = null
42.1416 - this.options = null
42.1417 - }
42.1418 - }
42.1419 -
42.1420 - Tooltip.prototype.enable = function () {
42.1421 - this.enabled = true
42.1422 - }
42.1423 -
42.1424 - Tooltip.prototype.disable = function () {
42.1425 - this.enabled = false
42.1426 - }
42.1427 -
42.1428 - Tooltip.prototype.toggleEnabled = function () {
42.1429 - this.enabled = !this.enabled
42.1430 - }
42.1431 -
42.1432 - Tooltip.prototype.toggle = function (e) {
42.1433 - var self = e ? $(e.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type) : this
42.1434 - self.tip().hasClass('in') ? self.leave(self) : self.enter(self)
42.1435 - }
42.1436 -
42.1437 - Tooltip.prototype.destroy = function () {
42.1438 - this.hide().$element.off('.' + this.type).removeData('bs.' + this.type)
42.1439 - }
42.1440 -
42.1441 -
42.1442 - // TOOLTIP PLUGIN DEFINITION
42.1443 - // =========================
42.1444 -
42.1445 - var old = $.fn.tooltip
42.1446 -
42.1447 - $.fn.tooltip = function (option) {
42.1448 - return this.each(function () {
42.1449 - var $this = $(this)
42.1450 - var data = $this.data('bs.tooltip')
42.1451 - var options = typeof option == 'object' && option
42.1452 -
42.1453 - if (!data) $this.data('bs.tooltip', (data = new Tooltip(this, options)))
42.1454 - if (typeof option == 'string') data[option]()
42.1455 - })
42.1456 - }
42.1457 -
42.1458 - $.fn.tooltip.Constructor = Tooltip
42.1459 -
42.1460 -
42.1461 - // TOOLTIP NO CONFLICT
42.1462 - // ===================
42.1463 -
42.1464 - $.fn.tooltip.noConflict = function () {
42.1465 - $.fn.tooltip = old
42.1466 - return this
42.1467 - }
42.1468 -
42.1469 -}(jQuery);
42.1470 -
42.1471 -/* ========================================================================
42.1472 - * Bootstrap: popover.js v3.0.3
42.1473 - * http://getbootstrap.com/javascript/#popovers
42.1474 - * ========================================================================
42.1475 - * Copyright 2013 Twitter, Inc.
42.1476 - *
42.1477 - * Licensed under the Apache License, Version 2.0 (the "License");
42.1478 - * you may not use this file except in compliance with the License.
42.1479 - * You may obtain a copy of the License at
42.1480 - *
42.1481 - * http://www.apache.org/licenses/LICENSE-2.0
42.1482 - *
42.1483 - * Unless required by applicable law or agreed to in writing, software
42.1484 - * distributed under the License is distributed on an "AS IS" BASIS,
42.1485 - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42.1486 - * See the License for the specific language governing permissions and
42.1487 - * limitations under the License.
42.1488 - * ======================================================================== */
42.1489 -
42.1490 -
42.1491 -+function ($) { "use strict";
42.1492 -
42.1493 - // POPOVER PUBLIC CLASS DEFINITION
42.1494 - // ===============================
42.1495 -
42.1496 - var Popover = function (element, options) {
42.1497 - this.init('popover', element, options)
42.1498 - }
42.1499 -
42.1500 - if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
42.1501 -
42.1502 - Popover.DEFAULTS = $.extend({} , $.fn.tooltip.Constructor.DEFAULTS, {
42.1503 - placement: 'right'
42.1504 - , trigger: 'click'
42.1505 - , content: ''
42.1506 - , template: '<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'
42.1507 - })
42.1508 -
42.1509 -
42.1510 - // NOTE: POPOVER EXTENDS tooltip.js
42.1511 - // ================================
42.1512 -
42.1513 - Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype)
42.1514 -
42.1515 - Popover.prototype.constructor = Popover
42.1516 -
42.1517 - Popover.prototype.getDefaults = function () {
42.1518 - return Popover.DEFAULTS
42.1519 - }
42.1520 -
42.1521 - Popover.prototype.setContent = function () {
42.1522 - var $tip = this.tip()
42.1523 - var title = this.getTitle()
42.1524 - var content = this.getContent()
42.1525 -
42.1526 - $tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title)
42.1527 - $tip.find('.popover-content')[this.options.html ? 'html' : 'text'](content)
42.1528 -
42.1529 - $tip.removeClass('fade top bottom left right in')
42.1530 -
42.1531 - // IE8 doesn't accept hiding via the `:empty` pseudo selector, we have to do
42.1532 - // this manually by checking the contents.
42.1533 - if (!$tip.find('.popover-title').html()) $tip.find('.popover-title').hide()
42.1534 - }
42.1535 -
42.1536 - Popover.prototype.hasContent = function () {
42.1537 - return this.getTitle() || this.getContent()
42.1538 - }
42.1539 -
42.1540 - Popover.prototype.getContent = function () {
42.1541 - var $e = this.$element
42.1542 - var o = this.options
42.1543 -
42.1544 - return $e.attr('data-content')
42.1545 - || (typeof o.content == 'function' ?
42.1546 - o.content.call($e[0]) :
42.1547 - o.content)
42.1548 - }
42.1549 -
42.1550 - Popover.prototype.arrow = function () {
42.1551 - return this.$arrow = this.$arrow || this.tip().find('.arrow')
42.1552 - }
42.1553 -
42.1554 - Popover.prototype.tip = function () {
42.1555 - if (!this.$tip) this.$tip = $(this.options.template)
42.1556 - return this.$tip
42.1557 - }
42.1558 -
42.1559 -
42.1560 - // POPOVER PLUGIN DEFINITION
42.1561 - // =========================
42.1562 -
42.1563 - var old = $.fn.popover
42.1564 -
42.1565 - $.fn.popover = function (option) {
42.1566 - return this.each(function () {
42.1567 - var $this = $(this)
42.1568 - var data = $this.data('bs.popover')
42.1569 - var options = typeof option == 'object' && option
42.1570 -
42.1571 - if (!data) $this.data('bs.popover', (data = new Popover(this, options)))
42.1572 - if (typeof option == 'string') data[option]()
42.1573 - })
42.1574 - }
42.1575 -
42.1576 - $.fn.popover.Constructor = Popover
42.1577 -
42.1578 -
42.1579 - // POPOVER NO CONFLICT
42.1580 - // ===================
42.1581 -
42.1582 - $.fn.popover.noConflict = function () {
42.1583 - $.fn.popover = old
42.1584 - return this
42.1585 - }
42.1586 -
42.1587 -}(jQuery);
42.1588 -
42.1589 -/* ========================================================================
42.1590 - * Bootstrap: scrollspy.js v3.0.3
42.1591 - * http://getbootstrap.com/javascript/#scrollspy
42.1592 - * ========================================================================
42.1593 - * Copyright 2013 Twitter, Inc.
42.1594 - *
42.1595 - * Licensed under the Apache License, Version 2.0 (the "License");
42.1596 - * you may not use this file except in compliance with the License.
42.1597 - * You may obtain a copy of the License at
42.1598 - *
42.1599 - * http://www.apache.org/licenses/LICENSE-2.0
42.1600 - *
42.1601 - * Unless required by applicable law or agreed to in writing, software
42.1602 - * distributed under the License is distributed on an "AS IS" BASIS,
42.1603 - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42.1604 - * See the License for the specific language governing permissions and
42.1605 - * limitations under the License.
42.1606 - * ======================================================================== */
42.1607 -
42.1608 -
42.1609 -+function ($) { "use strict";
42.1610 -
42.1611 - // SCROLLSPY CLASS DEFINITION
42.1612 - // ==========================
42.1613 -
42.1614 - function ScrollSpy(element, options) {
42.1615 - var href
42.1616 - var process = $.proxy(this.process, this)
42.1617 -
42.1618 - this.$element = $(element).is('body') ? $(window) : $(element)
42.1619 - this.$body = $('body')
42.1620 - this.$scrollElement = this.$element.on('scroll.bs.scroll-spy.data-api', process)
42.1621 - this.options = $.extend({}, ScrollSpy.DEFAULTS, options)
42.1622 - this.selector = (this.options.target
42.1623 - || ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
42.1624 - || '') + ' .nav li > a'
42.1625 - this.offsets = $([])
42.1626 - this.targets = $([])
42.1627 - this.activeTarget = null
42.1628 -
42.1629 - this.refresh()
42.1630 - this.process()
42.1631 - }
42.1632 -
42.1633 - ScrollSpy.DEFAULTS = {
42.1634 - offset: 10
42.1635 - }
42.1636 -
42.1637 - ScrollSpy.prototype.refresh = function () {
42.1638 - var offsetMethod = this.$element[0] == window ? 'offset' : 'position'
42.1639 -
42.1640 - this.offsets = $([])
42.1641 - this.targets = $([])
42.1642 -
42.1643 - var self = this
42.1644 - var $targets = this.$body
42.1645 - .find(this.selector)
42.1646 - .map(function () {
42.1647 - var $el = $(this)
42.1648 - var href = $el.data('target') || $el.attr('href')
42.1649 - var $href = /^#\w/.test(href) && $(href)
42.1650 -
42.1651 - return ($href
42.1652 - && $href.length
42.1653 - && [[ $href[offsetMethod]().top + (!$.isWindow(self.$scrollElement.get(0)) && self.$scrollElement.scrollTop()), href ]]) || null
42.1654 - })
42.1655 - .sort(function (a, b) { return a[0] - b[0] })
42.1656 - .each(function () {
42.1657 - self.offsets.push(this[0])
42.1658 - self.targets.push(this[1])
42.1659 - })
42.1660 - }
42.1661 -
42.1662 - ScrollSpy.prototype.process = function () {
42.1663 - var scrollTop = this.$scrollElement.scrollTop() + this.options.offset
42.1664 - var scrollHeight = this.$scrollElement[0].scrollHeight || this.$body[0].scrollHeight
42.1665 - var maxScroll = scrollHeight - this.$scrollElement.height()
42.1666 - var offsets = this.offsets
42.1667 - var targets = this.targets
42.1668 - var activeTarget = this.activeTarget
42.1669 - var i
42.1670 -
42.1671 - if (scrollTop >= maxScroll) {
42.1672 - return activeTarget != (i = targets.last()[0]) && this.activate(i)
42.1673 - }
42.1674 -
42.1675 - for (i = offsets.length; i--;) {
42.1676 - activeTarget != targets[i]
42.1677 - && scrollTop >= offsets[i]
42.1678 - && (!offsets[i + 1] || scrollTop <= offsets[i + 1])
42.1679 - && this.activate( targets[i] )
42.1680 - }
42.1681 - }
42.1682 -
42.1683 - ScrollSpy.prototype.activate = function (target) {
42.1684 - this.activeTarget = target
42.1685 -
42.1686 - $(this.selector)
42.1687 - .parents('.active')
42.1688 - .removeClass('active')
42.1689 -
42.1690 - var selector = this.selector
42.1691 - + '[data-target="' + target + '"],'
42.1692 - + this.selector + '[href="' + target + '"]'
42.1693 -
42.1694 - var active = $(selector)
42.1695 - .parents('li')
42.1696 - .addClass('active')
42.1697 -
42.1698 - if (active.parent('.dropdown-menu').length) {
42.1699 - active = active
42.1700 - .closest('li.dropdown')
42.1701 - .addClass('active')
42.1702 - }
42.1703 -
42.1704 - active.trigger('activate.bs.scrollspy')
42.1705 - }
42.1706 -
42.1707 -
42.1708 - // SCROLLSPY PLUGIN DEFINITION
42.1709 - // ===========================
42.1710 -
42.1711 - var old = $.fn.scrollspy
42.1712 -
42.1713 - $.fn.scrollspy = function (option) {
42.1714 - return this.each(function () {
42.1715 - var $this = $(this)
42.1716 - var data = $this.data('bs.scrollspy')
42.1717 - var options = typeof option == 'object' && option
42.1718 -
42.1719 - if (!data) $this.data('bs.scrollspy', (data = new ScrollSpy(this, options)))
42.1720 - if (typeof option == 'string') data[option]()
42.1721 - })
42.1722 - }
42.1723 -
42.1724 - $.fn.scrollspy.Constructor = ScrollSpy
42.1725 -
42.1726 -
42.1727 - // SCROLLSPY NO CONFLICT
42.1728 - // =====================
42.1729 -
42.1730 - $.fn.scrollspy.noConflict = function () {
42.1731 - $.fn.scrollspy = old
42.1732 - return this
42.1733 - }
42.1734 -
42.1735 -
42.1736 - // SCROLLSPY DATA-API
42.1737 - // ==================
42.1738 -
42.1739 - $(window).on('load', function () {
42.1740 - $('[data-spy="scroll"]').each(function () {
42.1741 - var $spy = $(this)
42.1742 - $spy.scrollspy($spy.data())
42.1743 - })
42.1744 - })
42.1745 -
42.1746 -}(jQuery);
42.1747 -
42.1748 -/* ========================================================================
42.1749 - * Bootstrap: tab.js v3.0.3
42.1750 - * http://getbootstrap.com/javascript/#tabs
42.1751 - * ========================================================================
42.1752 - * Copyright 2013 Twitter, Inc.
42.1753 - *
42.1754 - * Licensed under the Apache License, Version 2.0 (the "License");
42.1755 - * you may not use this file except in compliance with the License.
42.1756 - * You may obtain a copy of the License at
42.1757 - *
42.1758 - * http://www.apache.org/licenses/LICENSE-2.0
42.1759 - *
42.1760 - * Unless required by applicable law or agreed to in writing, software
42.1761 - * distributed under the License is distributed on an "AS IS" BASIS,
42.1762 - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42.1763 - * See the License for the specific language governing permissions and
42.1764 - * limitations under the License.
42.1765 - * ======================================================================== */
42.1766 -
42.1767 -
42.1768 -+function ($) { "use strict";
42.1769 -
42.1770 - // TAB CLASS DEFINITION
42.1771 - // ====================
42.1772 -
42.1773 - var Tab = function (element) {
42.1774 - this.element = $(element)
42.1775 - }
42.1776 -
42.1777 - Tab.prototype.show = function () {
42.1778 - var $this = this.element
42.1779 - var $ul = $this.closest('ul:not(.dropdown-menu)')
42.1780 - var selector = $this.data('target')
42.1781 -
42.1782 - if (!selector) {
42.1783 - selector = $this.attr('href')
42.1784 - selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
42.1785 - }
42.1786 -
42.1787 - if ($this.parent('li').hasClass('active')) return
42.1788 -
42.1789 - var previous = $ul.find('.active:last a')[0]
42.1790 - var e = $.Event('show.bs.tab', {
42.1791 - relatedTarget: previous
42.1792 - })
42.1793 -
42.1794 - $this.trigger(e)
42.1795 -
42.1796 - if (e.isDefaultPrevented()) return
42.1797 -
42.1798 - var $target = $(selector)
42.1799 -
42.1800 - this.activate($this.parent('li'), $ul)
42.1801 - this.activate($target, $target.parent(), function () {
42.1802 - $this.trigger({
42.1803 - type: 'shown.bs.tab'
42.1804 - , relatedTarget: previous
42.1805 - })
42.1806 - })
42.1807 - }
42.1808 -
42.1809 - Tab.prototype.activate = function (element, container, callback) {
42.1810 - var $active = container.find('> .active')
42.1811 - var transition = callback
42.1812 - && $.support.transition
42.1813 - && $active.hasClass('fade')
42.1814 -
42.1815 - function next() {
42.1816 - $active
42.1817 - .removeClass('active')
42.1818 - .find('> .dropdown-menu > .active')
42.1819 - .removeClass('active')
42.1820 -
42.1821 - element.addClass('active')
42.1822 -
42.1823 - if (transition) {
42.1824 - element[0].offsetWidth // reflow for transition
42.1825 - element.addClass('in')
42.1826 - } else {
42.1827 - element.removeClass('fade')
42.1828 - }
42.1829 -
42.1830 - if (element.parent('.dropdown-menu')) {
42.1831 - element.closest('li.dropdown').addClass('active')
42.1832 - }
42.1833 -
42.1834 - callback && callback()
42.1835 - }
42.1836 -
42.1837 - transition ?
42.1838 - $active
42.1839 - .one($.support.transition.end, next)
42.1840 - .emulateTransitionEnd(150) :
42.1841 - next()
42.1842 -
42.1843 - $active.removeClass('in')
42.1844 - }
42.1845 -
42.1846 -
42.1847 - // TAB PLUGIN DEFINITION
42.1848 - // =====================
42.1849 -
42.1850 - var old = $.fn.tab
42.1851 -
42.1852 - $.fn.tab = function ( option ) {
42.1853 - return this.each(function () {
42.1854 - var $this = $(this)
42.1855 - var data = $this.data('bs.tab')
42.1856 -
42.1857 - if (!data) $this.data('bs.tab', (data = new Tab(this)))
42.1858 - if (typeof option == 'string') data[option]()
42.1859 - })
42.1860 - }
42.1861 -
42.1862 - $.fn.tab.Constructor = Tab
42.1863 -
42.1864 -
42.1865 - // TAB NO CONFLICT
42.1866 - // ===============
42.1867 -
42.1868 - $.fn.tab.noConflict = function () {
42.1869 - $.fn.tab = old
42.1870 - return this
42.1871 - }
42.1872 -
42.1873 -
42.1874 - // TAB DATA-API
42.1875 - // ============
42.1876 -
42.1877 - $(document).on('click.bs.tab.data-api', '[data-toggle="tab"], [data-toggle="pill"]', function (e) {
42.1878 - e.preventDefault()
42.1879 - $(this).tab('show')
42.1880 - })
42.1881 -
42.1882 -}(jQuery);
42.1883 -
42.1884 -/* ========================================================================
42.1885 - * Bootstrap: affix.js v3.0.3
42.1886 - * http://getbootstrap.com/javascript/#affix
42.1887 - * ========================================================================
42.1888 - * Copyright 2013 Twitter, Inc.
42.1889 - *
42.1890 - * Licensed under the Apache License, Version 2.0 (the "License");
42.1891 - * you may not use this file except in compliance with the License.
42.1892 - * You may obtain a copy of the License at
42.1893 - *
42.1894 - * http://www.apache.org/licenses/LICENSE-2.0
42.1895 - *
42.1896 - * Unless required by applicable law or agreed to in writing, software
42.1897 - * distributed under the License is distributed on an "AS IS" BASIS,
42.1898 - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42.1899 - * See the License for the specific language governing permissions and
42.1900 - * limitations under the License.
42.1901 - * ======================================================================== */
42.1902 -
42.1903 -
42.1904 -+function ($) { "use strict";
42.1905 -
42.1906 - // AFFIX CLASS DEFINITION
42.1907 - // ======================
42.1908 -
42.1909 - var Affix = function (element, options) {
42.1910 - this.options = $.extend({}, Affix.DEFAULTS, options)
42.1911 - this.$window = $(window)
42.1912 - .on('scroll.bs.affix.data-api', $.proxy(this.checkPosition, this))
42.1913 - .on('click.bs.affix.data-api', $.proxy(this.checkPositionWithEventLoop, this))
42.1914 -
42.1915 - this.$element = $(element)
42.1916 - this.affixed =
42.1917 - this.unpin = null
42.1918 -
42.1919 - this.checkPosition()
42.1920 - }
42.1921 -
42.1922 - Affix.RESET = 'affix affix-top affix-bottom'
42.1923 -
42.1924 - Affix.DEFAULTS = {
42.1925 - offset: 0
42.1926 - }
42.1927 -
42.1928 - Affix.prototype.checkPositionWithEventLoop = function () {
42.1929 - setTimeout($.proxy(this.checkPosition, this), 1)
42.1930 - }
42.1931 -
42.1932 - Affix.prototype.checkPosition = function () {
42.1933 - if (!this.$element.is(':visible')) return
42.1934 -
42.1935 - var scrollHeight = $(document).height()
42.1936 - var scrollTop = this.$window.scrollTop()
42.1937 - var position = this.$element.offset()
42.1938 - var offset = this.options.offset
42.1939 - var offsetTop = offset.top
42.1940 - var offsetBottom = offset.bottom
42.1941 -
42.1942 - if (typeof offset != 'object') offsetBottom = offsetTop = offset
42.1943 - if (typeof offsetTop == 'function') offsetTop = offset.top()
42.1944 - if (typeof offsetBottom == 'function') offsetBottom = offset.bottom()
42.1945 -
42.1946 - var affix = this.unpin != null && (scrollTop + this.unpin <= position.top) ? false :
42.1947 - offsetBottom != null && (position.top + this.$element.height() >= scrollHeight - offsetBottom) ? 'bottom' :
42.1948 - offsetTop != null && (scrollTop <= offsetTop) ? 'top' : false
42.1949 -
42.1950 - if (this.affixed === affix) return
42.1951 - if (this.unpin) this.$element.css('top', '')
42.1952 -
42.1953 - this.affixed = affix
42.1954 - this.unpin = affix == 'bottom' ? position.top - scrollTop : null
42.1955 -
42.1956 - this.$element.removeClass(Affix.RESET).addClass('affix' + (affix ? '-' + affix : ''))
42.1957 -
42.1958 - if (affix == 'bottom') {
42.1959 - this.$element.offset({ top: document.body.offsetHeight - offsetBottom - this.$element.height() })
42.1960 - }
42.1961 - }
42.1962 -
42.1963 -
42.1964 - // AFFIX PLUGIN DEFINITION
42.1965 - // =======================
42.1966 -
42.1967 - var old = $.fn.affix
42.1968 -
42.1969 - $.fn.affix = function (option) {
42.1970 - return this.each(function () {
42.1971 - var $this = $(this)
42.1972 - var data = $this.data('bs.affix')
42.1973 - var options = typeof option == 'object' && option
42.1974 -
42.1975 - if (!data) $this.data('bs.affix', (data = new Affix(this, options)))
42.1976 - if (typeof option == 'string') data[option]()
42.1977 - })
42.1978 - }
42.1979 -
42.1980 - $.fn.affix.Constructor = Affix
42.1981 -
42.1982 -
42.1983 - // AFFIX NO CONFLICT
42.1984 - // =================
42.1985 -
42.1986 - $.fn.affix.noConflict = function () {
42.1987 - $.fn.affix = old
42.1988 - return this
42.1989 - }
42.1990 -
42.1991 -
42.1992 - // AFFIX DATA-API
42.1993 - // ==============
42.1994 -
42.1995 - $(window).on('load', function () {
42.1996 - $('[data-spy="affix"]').each(function () {
42.1997 - var $spy = $(this)
42.1998 - var data = $spy.data()
42.1999 -
42.2000 - data.offset = data.offset || {}
42.2001 -
42.2002 - if (data.offsetBottom) data.offset.bottom = data.offsetBottom
42.2003 - if (data.offsetTop) data.offset.top = data.offsetTop
42.2004 -
42.2005 - $spy.affix(data)
42.2006 - })
42.2007 - })
42.2008 -
42.2009 -}(jQuery);
43.1 --- a/bootstrap-source/bootstrap-3.0.3/dist/js/bootstrap.min.js Sat Jan 18 12:34:36 2014 +0100
43.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
43.3 @@ -1,7 +0,0 @@
43.4 -/*!
43.5 - * Bootstrap v3.0.3 (http://getbootstrap.com)
43.6 - * Copyright 2013 Twitter, Inc.
43.7 - * Licensed under http://www.apache.org/licenses/LICENSE-2.0
43.8 - */
43.9 -
43.10 -if("undefined"==typeof jQuery)throw new Error("Bootstrap requires jQuery");+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]}}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one(a.support.transition.end,function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b()})}(jQuery),+function(a){"use strict";var b='[data-dismiss="alert"]',c=function(c){a(c).on("click",b,this.close)};c.prototype.close=function(b){function c(){f.trigger("closed.bs.alert").remove()}var d=a(this),e=d.attr("data-target");e||(e=d.attr("href"),e=e&&e.replace(/.*(?=#[^\s]*$)/,""));var f=a(e);b&&b.preventDefault(),f.length||(f=d.hasClass("alert")?d:d.parent()),f.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one(a.support.transition.end,c).emulateTransitionEnd(150):c())};var d=a.fn.alert;a.fn.alert=function(b){return this.each(function(){var d=a(this),e=d.data("bs.alert");e||d.data("bs.alert",e=new c(this)),"string"==typeof b&&e[b].call(d)})},a.fn.alert.Constructor=c,a.fn.alert.noConflict=function(){return a.fn.alert=d,this},a(document).on("click.bs.alert.data-api",b,c.prototype.close)}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d)};b.DEFAULTS={loadingText:"loading..."},b.prototype.setState=function(a){var b="disabled",c=this.$element,d=c.is("input")?"val":"html",e=c.data();a+="Text",e.resetText||c.data("resetText",c[d]()),c[d](e[a]||this.options[a]),setTimeout(function(){"loadingText"==a?c.addClass(b).attr(b,b):c.removeClass(b).removeAttr(b)},0)},b.prototype.toggle=function(){var a=this.$element.closest('[data-toggle="buttons"]'),b=!0;if(a.length){var c=this.$element.find("input");"radio"===c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?b=!1:a.find(".active").removeClass("active")),b&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}b&&this.$element.toggleClass("active")};var c=a.fn.button;a.fn.button=function(c){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof c&&c;e||d.data("bs.button",e=new b(this,f)),"toggle"==c?e.toggle():c&&e.setState(c)})},a.fn.button.Constructor=b,a.fn.button.noConflict=function(){return a.fn.button=c,this},a(document).on("click.bs.button.data-api","[data-toggle^=button]",function(b){var c=a(b.target);c.hasClass("btn")||(c=c.closest(".btn")),c.button("toggle"),b.preventDefault()})}(jQuery),+function(a){"use strict";var b=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=this.sliding=this.interval=this.$active=this.$items=null,"hover"==this.options.pause&&this.$element.on("mouseenter",a.proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},b.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},b.prototype.getActiveIndex=function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},b.prototype.to=function(b){var c=this,d=this.getActiveIndex();return b>this.$items.length-1||0>b?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){c.to(b)}):d==b?this.pause().cycle():this.slide(b>d?"next":"prev",a(this.$items[b]))},b.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition.end&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},b.prototype.next=function(){return this.sliding?void 0:this.slide("next")},b.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},b.prototype.slide=function(b,c){var d=this.$element.find(".item.active"),e=c||d[b](),f=this.interval,g="next"==b?"left":"right",h="next"==b?"first":"last",i=this;if(!e.length){if(!this.options.wrap)return;e=this.$element.find(".item")[h]()}this.sliding=!0,f&&this.pause();var j=a.Event("slide.bs.carousel",{relatedTarget:e[0],direction:g});if(!e.hasClass("active")){if(this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid.bs.carousel",function(){var b=a(i.$indicators.children()[i.getActiveIndex()]);b&&b.addClass("active")})),a.support.transition&&this.$element.hasClass("slide")){if(this.$element.trigger(j),j.isDefaultPrevented())return;e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),d.one(a.support.transition.end,function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger("slid.bs.carousel")},0)}).emulateTransitionEnd(600)}else{if(this.$element.trigger(j),j.isDefaultPrevented())return;d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid.bs.carousel")}return f&&this.cycle(),this}};var c=a.fn.carousel;a.fn.carousel=function(c){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c),g="string"==typeof c?c:f.slide;e||d.data("bs.carousel",e=new b(this,f)),"number"==typeof c?e.to(c):g?e[g]():f.interval&&e.pause().cycle()})},a.fn.carousel.Constructor=b,a.fn.carousel.noConflict=function(){return a.fn.carousel=c,this},a(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(b){var c,d=a(this),e=a(d.attr("data-target")||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"")),f=a.extend({},e.data(),d.data()),g=d.attr("data-slide-to");g&&(f.interval=!1),e.carousel(f),(g=d.attr("data-slide-to"))&&e.data("bs.carousel").to(g),b.preventDefault()}),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var b=a(this);b.carousel(b.data())})})}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.transitioning=null,this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};b.DEFAULTS={toggle:!0},b.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},b.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b=a.Event("show.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.$parent&&this.$parent.find("> .panel > .in");if(c&&c.length){var d=c.data("bs.collapse");if(d&&d.transitioning)return;c.collapse("hide"),d||c.data("bs.collapse",null)}var e=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[e](0),this.transitioning=1;var f=function(){this.$element.removeClass("collapsing").addClass("in")[e]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return f.call(this);var g=a.camelCase(["scroll",e].join("-"));this.$element.one(a.support.transition.end,a.proxy(f,this)).emulateTransitionEnd(350)[e](this.$element[0][g])}}},b.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var d=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};return a.support.transition?(this.$element[c](0).one(a.support.transition.end,a.proxy(d,this)).emulateTransitionEnd(350),void 0):d.call(this)}}},b.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var c=a.fn.collapse;a.fn.collapse=function(c){return this.each(function(){var d=a(this),e=d.data("bs.collapse"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c);e||d.data("bs.collapse",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.collapse.Constructor=b,a.fn.collapse.noConflict=function(){return a.fn.collapse=c,this},a(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(b){var c,d=a(this),e=d.attr("data-target")||b.preventDefault()||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,""),f=a(e),g=f.data("bs.collapse"),h=g?"toggle":d.data(),i=d.attr("data-parent"),j=i&&a(i);g&&g.transitioning||(j&&j.find('[data-toggle=collapse][data-parent="'+i+'"]').not(d).addClass("collapsed"),d[f.hasClass("in")?"addClass":"removeClass"]("collapsed")),f.collapse(h)})}(jQuery),+function(a){"use strict";function b(){a(d).remove(),a(e).each(function(b){var d=c(a(this));d.hasClass("open")&&(d.trigger(b=a.Event("hide.bs.dropdown")),b.isDefaultPrevented()||d.removeClass("open").trigger("hidden.bs.dropdown"))})}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}var d=".dropdown-backdrop",e="[data-toggle=dropdown]",f=function(b){a(b).on("click.bs.dropdown",this.toggle)};f.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){if("ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b),f.trigger(d=a.Event("show.bs.dropdown")),d.isDefaultPrevented())return;f.toggleClass("open").trigger("shown.bs.dropdown"),e.focus()}return!1}},f.prototype.keydown=function(b){if(/(38|40|27)/.test(b.keyCode)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var f=c(d),g=f.hasClass("open");if(!g||g&&27==b.keyCode)return 27==b.which&&f.find(e).focus(),d.click();var h=a("[role=menu] li:not(.divider):visible a",f);if(h.length){var i=h.index(h.filter(":focus"));38==b.keyCode&&i>0&&i--,40==b.keyCode&&i<h.length-1&&i++,~i||(i=0),h.eq(i).focus()}}}};var g=a.fn.dropdown;a.fn.dropdown=function(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new f(this)),"string"==typeof b&&d[b].call(c)})},a.fn.dropdown.Constructor=f,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=g,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",e,f.prototype.toggle).on("keydown.bs.dropdown.data-api",e+", [role=menu]",f.prototype.keydown)}(jQuery),+function(a){"use strict";var b=function(b,c){this.options=c,this.$element=a(b),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.load(this.options.remote)};b.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},b.prototype.toggle=function(a){return this[this.isShown?"hide":"show"](a)},b.prototype.show=function(b){var c=this,d=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(d),this.isShown||d.isDefaultPrevented()||(this.isShown=!0,this.escape(),this.$element.on("click.dismiss.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.backdrop(function(){var d=a.support.transition&&c.$element.hasClass("fade");c.$element.parent().length||c.$element.appendTo(document.body),c.$element.show(),d&&c.$element[0].offsetWidth,c.$element.addClass("in").attr("aria-hidden",!1),c.enforceFocus();var e=a.Event("shown.bs.modal",{relatedTarget:b});d?c.$element.find(".modal-dialog").one(a.support.transition.end,function(){c.$element.focus().trigger(e)}).emulateTransitionEnd(300):c.$element.focus().trigger(e)}))},b.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one(a.support.transition.end,a.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal())},b.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.focus()},this))},b.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},b.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.removeBackdrop(),a.$element.trigger("hidden.bs.modal")})},b.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},b.prototype.backdrop=function(b){var c=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var d=a.support.transition&&c;if(this.$backdrop=a('<div class="modal-backdrop '+c+'" />').appendTo(document.body),this.$element.on("click.dismiss.modal",a.proxy(function(a){a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),d&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;d?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()):b&&b()};var c=a.fn.modal;a.fn.modal=function(c,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},b.DEFAULTS,e.data(),"object"==typeof c&&c);f||e.data("bs.modal",f=new b(this,g)),"string"==typeof c?f[c](d):g.show&&f.show(d)})},a.fn.modal.Constructor=b,a.fn.modal.noConflict=function(){return a.fn.modal=c,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(b){var c=a(this),d=c.attr("href"),e=a(c.attr("data-target")||d&&d.replace(/.*(?=#[^\s]+$)/,"")),f=e.data("modal")?"toggle":a.extend({remote:!/#/.test(d)&&d},e.data(),c.data());b.preventDefault(),e.modal(f,this).one("hide",function(){c.is(":visible")&&c.focus()})}),a(document).on("show.bs.modal",".modal",function(){a(document.body).addClass("modal-open")}).on("hidden.bs.modal",".modal",function(){a(document.body).removeClass("modal-open")})}(jQuery),+function(a){"use strict";var b=function(a,b){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};b.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},b.prototype.init=function(b,c,d){this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d);for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focus",i="hover"==g?"mouseleave":"blur";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},b.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},b.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show),void 0):c.show()},b.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide),void 0):c.hide()},b.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){if(this.$element.trigger(b),b.isDefaultPrevented())return;var c=this.tip();this.setContent(),this.options.animation&&c.addClass("fade");var d="function"==typeof this.options.placement?this.options.placement.call(this,c[0],this.$element[0]):this.options.placement,e=/\s?auto?\s?/i,f=e.test(d);f&&(d=d.replace(e,"")||"top"),c.detach().css({top:0,left:0,display:"block"}).addClass(d),this.options.container?c.appendTo(this.options.container):c.insertAfter(this.$element);var g=this.getPosition(),h=c[0].offsetWidth,i=c[0].offsetHeight;if(f){var j=this.$element.parent(),k=d,l=document.documentElement.scrollTop||document.body.scrollTop,m="body"==this.options.container?window.innerWidth:j.outerWidth(),n="body"==this.options.container?window.innerHeight:j.outerHeight(),o="body"==this.options.container?0:j.offset().left;d="bottom"==d&&g.top+g.height+i-l>n?"top":"top"==d&&g.top-l-i<0?"bottom":"right"==d&&g.right+h>m?"left":"left"==d&&g.left-h<o?"right":d,c.removeClass(k).addClass(d)}var p=this.getCalculatedOffset(d,g,h,i);this.applyPlacement(p,d),this.$element.trigger("shown.bs."+this.type)}},b.prototype.applyPlacement=function(a,b){var c,d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),a.top=a.top+g,a.left=a.left+h,d.offset(a).addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;if("top"==b&&j!=f&&(c=!0,a.top=a.top+f-j),/bottom|top/.test(b)){var k=0;a.left<0&&(k=-2*a.left,a.left=0,d.offset(a),i=d[0].offsetWidth,j=d[0].offsetHeight),this.replaceArrow(k-e+i,i,"left")}else this.replaceArrow(j-f,j,"top");c&&d.offset(a)},b.prototype.replaceArrow=function(a,b,c){this.arrow().css(c,a?50*(1-a/b)+"%":"")},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},b.prototype.hide=function(){function b(){"in"!=c.hoverState&&d.detach()}var c=this,d=this.tip(),e=a.Event("hide.bs."+this.type);return this.$element.trigger(e),e.isDefaultPrevented()?void 0:(d.removeClass("in"),a.support.transition&&this.$tip.hasClass("fade")?d.one(a.support.transition.end,b).emulateTransitionEnd(150):b(),this.$element.trigger("hidden.bs."+this.type),this)},b.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},b.prototype.hasContent=function(){return this.getTitle()},b.prototype.getPosition=function(){var b=this.$element[0];return a.extend({},"function"==typeof b.getBoundingClientRect?b.getBoundingClientRect():{width:b.offsetWidth,height:b.offsetHeight},this.$element.offset())},b.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},b.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},b.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},b.prototype.validate=function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},b.prototype.enable=function(){this.enabled=!0},b.prototype.disable=function(){this.enabled=!1},b.prototype.toggleEnabled=function(){this.enabled=!this.enabled},b.prototype.toggle=function(b){var c=b?a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type):this;c.tip().hasClass("in")?c.leave(c):c.enter(c)},b.prototype.destroy=function(){this.hide().$element.off("."+this.type).removeData("bs."+this.type)};var c=a.fn.tooltip;a.fn.tooltip=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof c&&c;e||d.data("bs.tooltip",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.tooltip.Constructor=b,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=c,this}}(jQuery),+function(a){"use strict";var b=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");b.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),b.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),b.prototype.constructor=b,b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content")[this.options.html?"html":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},b.prototype.hasContent=function(){return this.getTitle()||this.getContent()},b.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},b.prototype.tip=function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip};var c=a.fn.popover;a.fn.popover=function(c){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof c&&c;e||d.data("bs.popover",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.popover.Constructor=b,a.fn.popover.noConflict=function(){return a.fn.popover=c,this}}(jQuery),+function(a){"use strict";function b(c,d){var e,f=a.proxy(this.process,this);this.$element=a(c).is("body")?a(window):a(c),this.$body=a("body"),this.$scrollElement=this.$element.on("scroll.bs.scroll-spy.data-api",f),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||(e=a(c).attr("href"))&&e.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.offsets=a([]),this.targets=a([]),this.activeTarget=null,this.refresh(),this.process()}b.DEFAULTS={offset:10},b.prototype.refresh=function(){var b=this.$element[0]==window?"offset":"position";this.offsets=a([]),this.targets=a([]);var c=this;this.$body.find(this.selector).map(function(){var d=a(this),e=d.data("target")||d.attr("href"),f=/^#\w/.test(e)&&a(e);return f&&f.length&&[[f[b]().top+(!a.isWindow(c.$scrollElement.get(0))&&c.$scrollElement.scrollTop()),e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){c.offsets.push(this[0]),c.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,d=c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(b>=d)return g!=(a=f.last()[0])&&this.activate(a);for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(!e[a+1]||b<=e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,a(this.selector).parents(".active").removeClass("active");var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")};var c=a.fn.scrollspy;a.fn.scrollspy=function(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=c,this},a(window).on("load",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);b.scrollspy(b.data())})})}(jQuery),+function(a){"use strict";var b=function(b){this.element=a(b)};b.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a")[0],f=a.Event("show.bs.tab",{relatedTarget:e});if(b.trigger(f),!f.isDefaultPrevented()){var g=a(d);this.activate(b.parent("li"),c),this.activate(g,g.parent(),function(){b.trigger({type:"shown.bs.tab",relatedTarget:e})})}}},b.prototype.activate=function(b,c,d){function e(){f.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),g?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var f=c.find("> .active"),g=d&&a.support.transition&&f.hasClass("fade");g?f.one(a.support.transition.end,e).emulateTransitionEnd(150):e(),f.removeClass("in")};var c=a.fn.tab;a.fn.tab=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new b(this)),"string"==typeof c&&e[c]()})},a.fn.tab.Constructor=b,a.fn.tab.noConflict=function(){return a.fn.tab=c,this},a(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(b){b.preventDefault(),a(this).tab("show")})}(jQuery),+function(a){"use strict";var b=function(c,d){this.options=a.extend({},b.DEFAULTS,d),this.$window=a(window).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(c),this.affixed=this.unpin=null,this.checkPosition()};b.RESET="affix affix-top affix-bottom",b.DEFAULTS={offset:0},b.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},b.prototype.checkPosition=function(){if(this.$element.is(":visible")){var c=a(document).height(),d=this.$window.scrollTop(),e=this.$element.offset(),f=this.options.offset,g=f.top,h=f.bottom;"object"!=typeof f&&(h=g=f),"function"==typeof g&&(g=f.top()),"function"==typeof h&&(h=f.bottom());var i=null!=this.unpin&&d+this.unpin<=e.top?!1:null!=h&&e.top+this.$element.height()>=c-h?"bottom":null!=g&&g>=d?"top":!1;this.affixed!==i&&(this.unpin&&this.$element.css("top",""),this.affixed=i,this.unpin="bottom"==i?e.top-d:null,this.$element.removeClass(b.RESET).addClass("affix"+(i?"-"+i:"")),"bottom"==i&&this.$element.offset({top:document.body.offsetHeight-h-this.$element.height()}))}};var c=a.fn.affix;a.fn.affix=function(c){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof c&&c;e||d.data("bs.affix",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.affix.Constructor=b,a.fn.affix.noConflict=function(){return a.fn.affix=c,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var b=a(this),c=b.data();c.offset=c.offset||{},c.offsetBottom&&(c.offset.bottom=c.offsetBottom),c.offsetTop&&(c.offset.top=c.offsetTop),b.affix(c)})})}(jQuery);