From dd1d5d74c81ad43b2b68458350d1b7a2aae5a1c7 Mon Sep 17 00:00:00 2001 From: Aaron Lademann Date: Tue, 2 Apr 2013 09:51:01 -0700 Subject: [PATCH 01/20] fixing broken links in documentation --- docs/components.html | 16 ++++++++-------- docs/getting-started.html | 14 +++++++------- docs/javascript.html | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/components.html b/docs/components.html index 9e4d6b43c7c0..37734f253a92 100644 --- a/docs/components.html +++ b/docs/components.html @@ -48,7 +48,7 @@

Components

-

Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown JavaScript plugin.

+

Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown JavaScript plugin.

Example

Wrap the dropdown's trigger and the dropdown menu within .dropdown, or another element that declares position: relative;. Then add the menu's HTML.

@@ -202,7 +202,7 @@

Sub menus on dropdowns

-

Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with our buttons plugin.

+

Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with our buttons plugin.

Single button group

Wrap a series of buttons with .btn in .btn-group.

@@ -290,7 +290,7 @@

Justified button groups

-

Use any button to trigger a dropdown menu by placing it within a .btn-group and providing the proper menu markup. Requires the Bootstrap dropdown plugin.

+

Use any button to trigger a dropdown menu by placing it within a .btn-group and providing the proper menu markup. Requires the Bootstrap dropdown plugin.

Single or split button

Turn a button into dropdown toggle, or add a second button to toggle the dropdown while retaining the primary button action.

@@ -680,7 +680,7 @@

Component alignment

Dropdowns

-

Add dropdown menus with a little extra HTML and the dropdowns JavaScript plugin.

+

Add dropdown menus with a little extra HTML and the dropdowns JavaScript plugin.

Tabs with dropdowns

@@ -858,7 +858,7 @@

Component alignment

Align nav links, search form, or text, use the .pull-left or .pull-right utility classes. Both classes will add a CSS float in the specified direction.

Using dropdowns

-

Add dropdowns and dropups to the nav with a bit of markup and the dropdowns JavaScript plugin.

+

Add dropdowns and dropups to the nav with a bit of markup and the dropdowns JavaScript plugin.

Text

Wrap strings of text in an element with .navbar-text, usually on a <p> tag for proper leading and color.

@@ -1001,7 +1001,7 @@

Responsive navbar

{% endhighlight %}
- Heads up! The responsive navbar requires the collapse plugin and responsive Bootstrap CSS file. + Heads up! The responsive navbar requires the collapse plugin and responsive Bootstrap CSS file.
@@ -1106,7 +1106,7 @@

Breadcrumbs

-

Provide pagination links for your site or app with the multi-page pagination component, or the simpler pager alternative.

+

Provide pagination links for your site or app with the multi-page pagination component, or the simpler pager alternative.

Standard pagination

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.

@@ -1559,7 +1559,7 @@

Thumbnail label

-

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the alerts jQuery plugin.

+

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the alerts jQuery plugin.

Default alert

Wrap any text and an optional dismiss button in .alert for a basic warning alert message. To ensure proper behavior across all devices, be sure to use <button> element with the data-dismiss="alert" data attribute.

diff --git a/docs/getting-started.html b/docs/getting-started.html index 13d9685bf6d9..7fd779c805b3 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -99,11 +99,11 @@

3. What's included

Docs sections

In addition to the getting started documentation you're reading now, the Bootstrap docs are broken into a few key pages.

-

Core CSS

+

Core CSS

Global styles for the body, Normalize, links, grid system, tables, forms, buttons, icons, and more.

-

Components

+

Components

Basic styles for common interface components like tabs and pills, navbar, alerts, page headers, and more. Head here to see what kind of custom components Bootstrap has to offer beyond basic HTML elements.

-

JavaScript plugins

+

JavaScript plugins

Similar to Components, these JavaScript plugins are interactive components for things like tooltips, popovers, modals, and more.

@@ -115,7 +115,7 @@

JavaScript plugins

-

With a brief intro into the contents out of the way, we can focus on putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the File structure.

+

With a brief intro into the contents out of the way, we can focus on putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the File structure.

Now, here's a look at a typical HTML file:

{% highlight html linenos %} @@ -156,7 +156,7 @@

Hello, world!


Responsive features in IE8

-

Internet Explorer 8 lacks support for media queries, the method by which we deliver responsive CSS to folks. To enable that, you need to include a third party tool (which we include in the project repository) called Respond.js.

+

Internet Explorer 8 lacks support for media queries, the method by which we deliver responsive CSS to folks. To enable that, you need to include a third party tool (which we include in the project repository) called Respond.js.

 <!--[if lt IE 9]>
   <script src="/assets/js/respond/respond.js"></script>
@@ -273,8 +273,8 @@ 

Grid examples

What next?

Head to the docs for information, examples, and code snippets, or take the next leap and fork/clone the Sass Bootstrap Github Repo to customize it for your next project.

- Visit the Sass Bootstrap docs - Visit the Sass Bootstrap Github Repo + Visit the Sass Bootstrap docs + Visit the Sass Bootstrap Github Repo diff --git a/docs/javascript.html b/docs/javascript.html index 0ce9633f9b0a..ca3692c20c35 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -465,7 +465,7 @@

Via data attributes

To keep URLs intact, use the data-target attribute instead of href="#".

{% highlight html linenos %} diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index fda862d8c9d0..6aa2d338d93b 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -8,5439 +8,4 @@ * Designed and built with all the love in the world by @mdo and @fat. * * Sass -ified by Aaron Lademann @alademann - */ -/* line 22, ../../../sass/_normalize.scss */ -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -main, -nav, -section, -summary { - display: block; -} - -/* line 32, ../../../sass/_normalize.scss */ -audio, -canvas, -video { - display: inline-block; -} - -/* line 41, ../../../sass/_normalize.scss */ -audio:not([controls]) { - display: none; - height: 0; -} - -/* line 50, ../../../sass/_normalize.scss */ -[hidden] { - display: none; -} - -/* line 64, ../../../sass/_normalize.scss */ -html { - font-family: sans-serif; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; -} - -/* line 74, ../../../sass/_normalize.scss */ -body { - margin: 0; -} - -/* line 86, ../../../sass/_normalize.scss */ -a:focus { - outline: thin dotted; -} - -/* line 95, ../../../sass/_normalize.scss */ -a:active, -a:hover { - outline: 0; -} - -/* line 108, ../../../sass/_normalize.scss */ -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -/* line 117, ../../../sass/_normalize.scss */ -abbr[title] { - border-bottom: 1px dotted; -} - -/* line 126, ../../../sass/_normalize.scss */ -b, -strong { - font-weight: bold; -} - -/* line 134, ../../../sass/_normalize.scss */ -dfn { - font-style: italic; -} - -/* line 142, ../../../sass/_normalize.scss */ -hr { - -moz-box-sizing: content-box; - box-sizing: content-box; - height: 0; -} - -/* line 152, ../../../sass/_normalize.scss */ -mark { - background: #ff0; - color: #000; -} - -/* line 164, ../../../sass/_normalize.scss */ -code, -kbd, -pre, -samp { - font-family: monospace, serif; - font-size: 1em; -} - -/* line 173, ../../../sass/_normalize.scss */ -pre { - white-space: pre-wrap; -} - -/* line 181, ../../../sass/_normalize.scss */ -q { - quotes: "\201C" "\201D" "\2018" "\2019"; -} - -/* line 189, ../../../sass/_normalize.scss */ -small { - font-size: 80%; -} - -/* line 198, ../../../sass/_normalize.scss */ -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -/* line 205, ../../../sass/_normalize.scss */ -sup { - top: -0.5em; -} - -/* line 209, ../../../sass/_normalize.scss */ -sub { - bottom: -0.25em; -} - -/* line 221, ../../../sass/_normalize.scss */ -img { - border: 0; -} - -/* line 229, ../../../sass/_normalize.scss */ -svg:not(:root) { - overflow: hidden; -} - -/* line 241, ../../../sass/_normalize.scss */ -figure { - margin: 0; -} - -/* line 253, ../../../sass/_normalize.scss */ -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; -} - -/* line 264, ../../../sass/_normalize.scss */ -legend { - border: 0; - padding: 0; -} - -/* line 278, ../../../sass/_normalize.scss */ -button, -input, -select, -textarea { - font-family: inherit; - font-size: 100%; - margin: 0; -} - -/* line 290, ../../../sass/_normalize.scss */ -button, -input { - line-height: normal; -} - -/* line 302, ../../../sass/_normalize.scss */ -button, -select { - text-transform: none; -} - -/* line 317, ../../../sass/_normalize.scss */ -button, -html input[type="button"], -input[type="reset"], -input[type="submit"] { - -webkit-appearance: button; - cursor: pointer; -} - -/* line 327, ../../../sass/_normalize.scss */ -button[disabled], -html input[disabled] { - cursor: default; -} - -/* line 337, ../../../sass/_normalize.scss */ -input[type="checkbox"], -input[type="radio"] { - box-sizing: border-box; - padding: 0; -} - -/* line 348, ../../../sass/_normalize.scss */ -input[type="search"] { - -webkit-appearance: textfield; - -moz-box-sizing: content-box; - -webkit-box-sizing: content-box; - box-sizing: content-box; -} - -/* line 361, ../../../sass/_normalize.scss */ -input[type="search"]::-webkit-search-cancel-button, -input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} - -/* line 370, ../../../sass/_normalize.scss */ -button::-moz-focus-inner, -input::-moz-focus-inner { - border: 0; - padding: 0; -} - -/* line 380, ../../../sass/_normalize.scss */ -textarea { - overflow: auto; - vertical-align: top; -} - -/* line 393, ../../../sass/_normalize.scss */ -table { - border-collapse: collapse; - border-spacing: 0; -} - -@media print { - /* line 8, ../../../sass/_print.scss */ - * { - text-shadow: none !important; - color: #000 !important; - background: transparent !important; - box-shadow: none !important; - } - - /* line 16, ../../../sass/_print.scss */ - a, - a:visited { - text-decoration: underline; - } - - /* line 20, ../../../sass/_print.scss */ - a[href]:after { - content: " (" attr(href) ")"; - } - - /* line 24, ../../../sass/_print.scss */ - abbr[title]:after { - content: " (" attr(title) ")"; - } - - /* line 31, ../../../sass/_print.scss */ - .ir a:after, - a[href^="javascript:"]:after, - a[href^="#"]:after { - content: ""; - } - - /* line 36, ../../../sass/_print.scss */ - pre, - blockquote { - border: 1px solid #999; - page-break-inside: avoid; - } - - /* line 41, ../../../sass/_print.scss */ - thead { - display: table-header-group; - } - - /* line 46, ../../../sass/_print.scss */ - tr, - img { - page-break-inside: avoid; - } - - /* line 50, ../../../sass/_print.scss */ - img { - max-width: 100% !important; - } - - @page { - margin: 0.5cm; -} - - /* line 60, ../../../sass/_print.scss */ - p, - h2, - h3 { - orphans: 3; - widows: 3; - } - - /* line 66, ../../../sass/_print.scss */ - h2, - h3 { - page-break-after: avoid; - } - - /* line 71, ../../../sass/_print.scss */ - .navbar-toggle { - display: none; - } -} -/* line 9, ../../../sass/_scaffolding.scss */ -* { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -/* line 17, ../../../sass/_scaffolding.scss */ -html { - font-size: 62.5%; - -webkit-overflow-scrolling: touch; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -} - -@media screen and (max-device-width: 480px) { - /* line 26, ../../../sass/_scaffolding.scss */ - html { - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; - } -} -/* line 32, ../../../sass/_scaffolding.scss */ -body { - color: #333333; - background-color: white; -} - -/* line 42, ../../../sass/_scaffolding.scss */ -body, -input, -button, -select, -textarea { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 14px; - line-height: 20px; -} - -/* line 52, ../../../sass/_scaffolding.scss */ -a { - color: #428bca; - text-decoration: none; -} - -/* line 57, ../../../sass/_scaffolding.scss */ -a:hover, -a:focus { - color: #2a6496; - text-decoration: underline; -} - -/* line 61, ../../../sass/_scaffolding.scss */ -a:focus { - outline: thin dotted #333; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} - -/* line 69, ../../../sass/_scaffolding.scss */ -img { - max-width: 100%; - width: auto\9; - height: auto; - vertical-align: middle; -} - -/* line 80, ../../../sass/_scaffolding.scss */ -.img-rounded { - border-radius: 6px; -} - -/* line 88, ../../../sass/_scaffolding.scss */ -.img-circle { - border-radius: 500px; -} - -/* line 9, ../../../sass/_type.scss */ -p { - margin: 0 0 10px; -} - -/* line 12, ../../../sass/_type.scss */ -.lead { - margin-bottom: 20px; - font-size: 21px; - font-weight: 200; - line-height: 1.25; -} - -/* line 24, ../../../sass/_type.scss */ -small { - font-size: 85%; -} - -/* line 26, ../../../sass/_type.scss */ -strong { - font-weight: bold; -} - -/* line 27, ../../../sass/_type.scss */ -em { - font-style: italic; -} - -/* line 28, ../../../sass/_type.scss */ -cite { - font-style: normal; -} - -/* line 31, ../../../sass/_type.scss */ -.muted { - color: #999999; -} - -/* line 33, ../../../sass/_type.scss */ -a.muted:hover, -a.muted:focus { - color: gray; -} - -/* line 35, ../../../sass/_type.scss */ -.text-warning { - color: #c77c11; -} - -/* line 37, ../../../sass/_type.scss */ -a.text-warning:hover, -a.text-warning:focus { - color: #985f0d; -} - -/* line 39, ../../../sass/_type.scss */ -.text-error { - color: #a02622; -} - -/* line 41, ../../../sass/_type.scss */ -a.text-error:hover, -a.text-error:focus { - color: #761c19; -} - -/* line 43, ../../../sass/_type.scss */ -.text-success { - color: #357935; -} - -/* line 45, ../../../sass/_type.scss */ -a.text-success:hover, -a.text-success:focus { - color: #255625; -} - -/* line 47, ../../../sass/_type.scss */ -.text-left { - text-align: left; -} - -/* line 48, ../../../sass/_type.scss */ -.text-right { - text-align: right; -} - -/* line 49, ../../../sass/_type.scss */ -.text-center { - text-align: center; -} - -/* line 56, ../../../sass/_type.scss */ -h1, h2, h3, h4, h5, h6, -.h1, .h2, .h3, .h4, .h5, .h6 { - font-family: inherit; - font-weight: 500; - line-height: 20px; - text-rendering: optimizelegibility; -} -/* line 61, ../../../sass/_type.scss */ -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: #999999; -} - -/* line 70, ../../../sass/_type.scss */ -h1, .h1, -h2, .h2, -h3, .h3 { - margin-top: 20px; - margin-bottom: 10px; - line-height: 40px; -} - -/* line 75, ../../../sass/_type.scss */ -h3, .h3 { - line-height: 30px; -} - -/* line 80, ../../../sass/_type.scss */ -h4, .h4, -h5, .h5, -h6, .h6 { - margin-top: 10px; - margin-bottom: 10px; -} - -/* line 85, ../../../sass/_type.scss */ -h1, .h1 { - font-size: 38.5px; - font-size: 4rem; -} - -/* line 86, ../../../sass/_type.scss */ -h2, .h2 { - font-size: 31.5px; - font-size: 3rem; -} - -/* line 87, ../../../sass/_type.scss */ -h3, .h3 { - font-size: 24.5px; - font-size: 2.5rem; -} - -/* line 88, ../../../sass/_type.scss */ -h4, .h4 { - font-size: 17.5px; - font-size: 2rem; -} - -/* line 89, ../../../sass/_type.scss */ -h5, .h5 { - font-size: 14px; - font-size: 1.6rem; -} - -/* line 90, ../../../sass/_type.scss */ -h6, .h6 { - font-size: 11.9px; - font-size: 1.2rem; -} - -/* line 92, ../../../sass/_type.scss */ -h1 small, .h1 small { - font-size: 24.5px; -} - -/* line 93, ../../../sass/_type.scss */ -h2 small, .h2 small { - font-size: 17.5px; -} - -/* line 94, ../../../sass/_type.scss */ -h3 small, .h3 small { - font-size: 14px; -} - -/* line 95, ../../../sass/_type.scss */ -h4 small, .h4 small { - font-size: 14px; -} - -/* line 101, ../../../sass/_type.scss */ -.page-header { - padding-bottom: 9px; - margin: 40px 0 20px; - border-bottom: 1px solid #eeeeee; -} - -/* line 114, ../../../sass/_type.scss */ -ul, -ol { - padding: 0; - margin: 0 0 10px 25px; -} - -/* line 121, ../../../sass/_type.scss */ -ul ul, -ul ol, -ol ol, -ol ul { - margin-bottom: 0; -} - -/* line 124, ../../../sass/_type.scss */ -li { - line-height: 20px; -} - -/* line 132, ../../../sass/_type.scss */ -.list-unstyled, -.list-inline { - margin-left: 0; - list-style: none; -} - -/* line 137, ../../../sass/_type.scss */ -.list-inline > li { - display: inline-block; - padding-left: 5px; - padding-right: 5px; -} - -/* line 144, ../../../sass/_type.scss */ -dl { - margin-bottom: 20px; -} - -/* line 148, ../../../sass/_type.scss */ -dt, -dd { - line-height: 20px; -} - -/* line 151, ../../../sass/_type.scss */ -dt { - font-weight: bold; -} - -/* line 154, ../../../sass/_type.scss */ -dd { - margin-left: 10px; -} - -/* line 21, ../../../sass/_mixins.scss */ -.dl-horizontal:before, .dl-horizontal:after { - content: " "; - display: table; - line-height: 0; -} -/* line 28, ../../../sass/_mixins.scss */ -.dl-horizontal:after { - clear: both; -} -/* line 160, ../../../sass/_type.scss */ -.dl-horizontal dt { - float: left; - width: 160px; - clear: left; - text-align: right; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} -/* line 167, ../../../sass/_type.scss */ -.dl-horizontal dd { - margin-left: 180px; -} - -/* line 176, ../../../sass/_type.scss */ -hr { - margin: 20px 0; - border: 0; - border-top: 1px solid #eeeeee; - border-bottom: 1px solid #fff; - border-bottom: 1px solid rgba(255, 255, 255, 0.5); -} - -/* line 187, ../../../sass/_type.scss */ -abbr[title], -abbr[data-original-title] { - cursor: help; - border-bottom: 1px dotted #999999; -} - -/* line 191, ../../../sass/_type.scss */ -abbr.initialism { - font-size: 90%; - text-transform: uppercase; -} - -/* line 197, ../../../sass/_type.scss */ -blockquote { - padding: 0 0 0 15px; - margin: 0 0 20px; - border-left: 5px solid #eeeeee; -} -/* line 201, ../../../sass/_type.scss */ -blockquote p { - margin-bottom: 0; - font-size: 17.5px; - font-weight: 300; - line-height: 1.25; -} -/* line 207, ../../../sass/_type.scss */ -blockquote small { - display: block; - line-height: 20px; - color: #999999; -} -/* line 211, ../../../sass/_type.scss */ -blockquote small:before { - content: '\2014 \00A0'; -} -/* line 217, ../../../sass/_type.scss */ -blockquote.pull-right { - float: right; - padding-right: 15px; - padding-left: 0; - border-right: 5px solid #eeeeee; - border-left: 0; -} -/* line 224, ../../../sass/_type.scss */ -blockquote.pull-right p, -blockquote.pull-right small { - text-align: right; -} -/* line 228, ../../../sass/_type.scss */ -blockquote.pull-right small:before { - content: ''; -} -/* line 231, ../../../sass/_type.scss */ -blockquote.pull-right small:after { - content: '\00A0 \2014'; -} - -/* line 242, ../../../sass/_type.scss */ -q:before, -q:after, -blockquote:before, -blockquote:after { - content: ""; -} - -/* line 247, ../../../sass/_type.scss */ -address { - display: block; - margin-bottom: 20px; - font-style: normal; - line-height: 20px; -} - -/* line 8, ../../../sass/_code.scss */ -code, -pre { - padding: 0 3px 2px; - font-family: Monaco, Menlo, Consolas, "Courier New", monospace; - font-size: 12px; - color: #333333; - border-radius: 4px; -} - -/* line 17, ../../../sass/_code.scss */ -code { - padding: 2px 4px; - font-size: 90%; - color: #c7254e; - background-color: #f9f2f4; - white-space: nowrap; -} - -/* line 26, ../../../sass/_code.scss */ -pre { - display: block; - padding: 9.5px; - margin: 0 0 10px; - font-size: 13px; - line-height: 20px; - word-break: break-all; - word-wrap: break-word; - white-space: pre; - white-space: pre-wrap; - background-color: whitesmoke; - border: 1px solid #ccc; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 4px; -} -/* line 42, ../../../sass/_code.scss */ -pre.prettyprint { - margin-bottom: 20px; -} -/* line 47, ../../../sass/_code.scss */ -pre code { - padding: 0; - color: inherit; - white-space: pre; - white-space: pre-wrap; - background-color: transparent; - border: 0; -} - -/* line 58, ../../../sass/_code.scss */ -.pre-scrollable { - max-height: 340px; - overflow-y: scroll; -} - -/* line 7, ../../../sass/_grid.scss */ -.container { - margin-right: auto; - margin-left: auto; -} -/* line 21, ../../../sass/_mixins.scss */ -.container:before, .container:after { - content: " "; - display: table; - line-height: 0; -} -/* line 28, ../../../sass/_mixins.scss */ -.container:after { - clear: both; -} - -/* line 12, ../../../sass/_grid.scss */ -.row { - margin-left: -15px; - margin-right: -15px; -} -/* line 21, ../../../sass/_mixins.scss */ -.row:before, .row:after { - content: " "; - display: table; - line-height: 0; -} -/* line 28, ../../../sass/_mixins.scss */ -.row:after { - clear: both; -} - -/* line 15, ../../../sass/_grid.scss */ -[class^="span"] { - position: relative; - min-height: 1px; - padding-left: 15px; - padding-right: 15px; -} - -@media screen and (min-width: 768px) { - /* line 24, ../../../sass/_grid.scss */ - .container { - max-width: 728px; - } - - /* line 28, ../../../sass/_grid.scss */ - [class^="span"] { - float: left; - } - - /* line 496, ../../../sass/_mixins.scss */ - .span12 { - width: 100%; - } - - /* line 496, ../../../sass/_mixins.scss */ - .span11 { - width: 91.66667%; - } - - /* line 496, ../../../sass/_mixins.scss */ - .span10 { - width: 83.33333%; - } - - /* line 496, ../../../sass/_mixins.scss */ - .span9 { - width: 75%; - } - - /* line 496, ../../../sass/_mixins.scss */ - .span8 { - width: 66.66667%; - } - - /* line 496, ../../../sass/_mixins.scss */ - .span7 { - width: 58.33333%; - } - - /* line 496, ../../../sass/_mixins.scss */ - .span6 { - width: 50%; - } - - /* line 496, ../../../sass/_mixins.scss */ - .span5 { - width: 41.66667%; - } - - /* line 496, ../../../sass/_mixins.scss */ - .span4 { - width: 33.33333%; - } - - /* line 496, ../../../sass/_mixins.scss */ - .span3 { - width: 25%; - } - - /* line 496, ../../../sass/_mixins.scss */ - .span2 { - width: 16.66667%; - } - - /* line 496, ../../../sass/_mixins.scss */ - .span1 { - width: 8.33333%; - } - - /* line 503, ../../../sass/_mixins.scss */ - .offset12 { - margin-left: 100%; - } - - /* line 503, ../../../sass/_mixins.scss */ - .offset11 { - margin-left: 91.66667%; - } - - /* line 503, ../../../sass/_mixins.scss */ - .offset10 { - margin-left: 83.33333%; - } - - /* line 503, ../../../sass/_mixins.scss */ - .offset9 { - margin-left: 75%; - } - - /* line 503, ../../../sass/_mixins.scss */ - .offset8 { - margin-left: 66.66667%; - } - - /* line 503, ../../../sass/_mixins.scss */ - .offset7 { - margin-left: 58.33333%; - } - - /* line 503, ../../../sass/_mixins.scss */ - .offset6 { - margin-left: 50%; - } - - /* line 503, ../../../sass/_mixins.scss */ - .offset5 { - margin-left: 41.66667%; - } - - /* line 503, ../../../sass/_mixins.scss */ - .offset4 { - margin-left: 33.33333%; - } - - /* line 503, ../../../sass/_mixins.scss */ - .offset3 { - margin-left: 25%; - } - - /* line 503, ../../../sass/_mixins.scss */ - .offset2 { - margin-left: 16.66667%; - } - - /* line 503, ../../../sass/_mixins.scss */ - .offset1 { - margin-left: 8.33333%; - } -} -@media screen and (min-width: 992px) { - /* line 34, ../../../sass/_grid.scss */ - .container { - max-width: 940px; - } -} -@media screen and (min-width: 1200px) { - /* line 41, ../../../sass/_grid.scss */ - .container { - max-width: 1170px; - } -} -/* line 47, ../../../sass/_grid.scss */ -[class*="span"].pull-right { - float: right; -} - -/* line 6, ../../../sass/_tables.scss */ -table { - max-width: 100%; - background-color: transparent; - border-collapse: collapse; - border-spacing: 0; -} - -/* line 12, ../../../sass/_tables.scss */ -th { - text-align: left; -} - -/* line 20, ../../../sass/_tables.scss */ -.table { - width: 100%; - margin-bottom: 20px; -} -/* line 25, ../../../sass/_tables.scss */ -.table th, -.table td { - padding: 8px; - line-height: 20px; - vertical-align: top; - border-top: 1px solid #dddddd; -} -/* line 32, ../../../sass/_tables.scss */ -.table thead th { - vertical-align: bottom; -} -/* line 41, ../../../sass/_tables.scss */ -.table caption + thead tr:first-child th, -.table caption + thead tr:first-child td, -.table colgroup + thead tr:first-child th, -.table colgroup + thead tr:first-child td, -.table thead:first-child tr:first-child th, -.table thead:first-child tr:first-child td { - border-top: 0; -} -/* line 45, ../../../sass/_tables.scss */ -.table tbody + tbody { - border-top: 2px solid #dddddd; -} -/* line 50, ../../../sass/_tables.scss */ -.table .table { - background-color: white; -} - -/* line 62, ../../../sass/_tables.scss */ -.table-condensed th, -.table-condensed td { - padding: 4px 5px; -} - -/* line 71, ../../../sass/_tables.scss */ -.table-bordered { - border: 1px solid #dddddd; - border-collapse: separate; - border-left: 0; - border-radius: 4px; -} -/* line 77, ../../../sass/_tables.scss */ -.table-bordered th, -.table-bordered td { - border-left: 1px solid #dddddd; -} -/* line 89, ../../../sass/_tables.scss */ -.table-bordered caption + thead tr:first-child th, -.table-bordered caption + tbody tr:first-child th, -.table-bordered caption + tbody tr:first-child td, -.table-bordered colgroup + thead tr:first-child th, -.table-bordered colgroup + tbody tr:first-child th, -.table-bordered colgroup + tbody tr:first-child td, -.table-bordered thead:first-child tr:first-child th, -.table-bordered tbody:first-child tr:first-child th, -.table-bordered tbody:first-child tr:first-child td { - border-top: 0; -} -/* line 95, ../../../sass/_tables.scss */ -.table-bordered thead:first-child tr:first-child > th:first-child, -.table-bordered tbody:first-child tr:first-child > td:first-child, -.table-bordered tbody:first-child tr:first-child > th:first-child { - border-top-left-radius: 4px; -} -/* line 101, ../../../sass/_tables.scss */ -.table-bordered thead:first-child tr:first-child > th:last-child, -.table-bordered tbody:first-child tr:first-child > td:last-child, -.table-bordered tbody:first-child tr:first-child > th:last-child { - border-top-right-radius: 4px; -} -/* line 109, ../../../sass/_tables.scss */ -.table-bordered thead:last-child tr:last-child > th:first-child, -.table-bordered tbody:last-child tr:last-child > td:first-child, -.table-bordered tbody:last-child tr:last-child > th:first-child, -.table-bordered tfoot:last-child tr:last-child > td:first-child, -.table-bordered tfoot:last-child tr:last-child > th:first-child { - border-bottom-left-radius: 4px; -} -/* line 117, ../../../sass/_tables.scss */ -.table-bordered thead:last-child tr:last-child > th:last-child, -.table-bordered tbody:last-child tr:last-child > td:last-child, -.table-bordered tbody:last-child tr:last-child > th:last-child, -.table-bordered tfoot:last-child tr:last-child > td:last-child, -.table-bordered tfoot:last-child tr:last-child > th:last-child { - border-bottom-right-radius: 4px; -} -/* line 122, ../../../sass/_tables.scss */ -.table-bordered tfoot + tbody:last-child tr:last-child td:first-child { - border-bottom-left-radius: 0; -} -/* line 125, ../../../sass/_tables.scss */ -.table-bordered tfoot + tbody:last-child tr:last-child td:last-child { - border-bottom-right-radius: 0; -} -/* line 133, ../../../sass/_tables.scss */ -.table-bordered caption + thead tr:first-child th:first-child, -.table-bordered caption + tbody tr:first-child td:first-child, -.table-bordered colgroup + thead tr:first-child th:first-child, -.table-bordered colgroup + tbody tr:first-child td:first-child { - border-top-left-radius: 4px; -} -/* line 139, ../../../sass/_tables.scss */ -.table-bordered caption + thead tr:first-child th:last-child, -.table-bordered caption + tbody tr:first-child td:last-child, -.table-bordered colgroup + thead tr:first-child th:last-child, -.table-bordered colgroup + tbody tr:first-child td:last-child { - border-top-right-radius: 4px; -} - -/* line 154, ../../../sass/_tables.scss */ -.table-striped tbody > tr:nth-child(odd) > td, -.table-striped tbody > tr:nth-child(odd) > th { - background-color: #f9f9f9; -} - -/* line 168, ../../../sass/_tables.scss */ -.table-hover tbody tr:hover > td, -.table-hover tbody tr:hover > th { - background-color: whitesmoke; -} - -/* line 180, ../../../sass/_tables.scss */ -table col[class^="span"] { - float: none; - display: table-column; -} - -/* line 185, ../../../sass/_tables.scss */ -table td[class^="span"], -table th[class^="span"] { - float: none; - display: table-cell; -} - -/* line 197, ../../../sass/_tables.scss */ -.table > tbody > tr > td.success, -.table > tbody > tr > th.success, .table > tbody > tr.success > td { - background-color: #cae8ca; -} -/* line 202, ../../../sass/_tables.scss */ -.table > tbody > tr > td.error, -.table > tbody > tr > th.error, .table > tbody > tr.error > td { - background-color: #f5d2d1; -} -/* line 207, ../../../sass/_tables.scss */ -.table > tbody > tr > td.warning, -.table > tbody > tr > th.warning, .table > tbody > tr.warning > td { - background-color: #fcf1e0; -} - -/* line 216, ../../../sass/_tables.scss */ -.table-hover > tbody > tr > td.success:hover, -.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td { - background-color: #b8e0b8; -} -/* line 221, ../../../sass/_tables.scss */ -.table-hover > tbody > tr > td.error:hover, -.table-hover > tbody > tr > th.error:hover, .table-hover > tbody > tr.error:hover > td { - background-color: #f1bebc; -} -/* line 226, ../../../sass/_tables.scss */ -.table-hover > tbody > tr > td.warning:hover, -.table-hover > tbody > tr > th.warning:hover, _ -.table-hover > tbody > tr.warning:hover > td { - background-color: #fae6c8; -} - -/* line 9, ../../../sass/_forms.scss */ -form { - margin: 0; -} - -/* line 13, ../../../sass/_forms.scss */ -fieldset { - padding: 0; - margin: 0; - border: 0; -} - -/* line 19, ../../../sass/_forms.scss */ -legend { - display: block; - width: 100%; - padding: 0; - margin-bottom: 20px; - font-size: 21px; - line-height: 40px; - color: #333333; - border: 0; - border-bottom: 1px solid #e5e5e5; -} - -/* line 31, ../../../sass/_forms.scss */ -label { - display: inline-block; - margin-bottom: 5px; - font-weight: bold; -} - -/* line 56, ../../../sass/_forms.scss */ -select, -textarea, -input[type="text"], -input[type="password"], -input[type="datetime"], -input[type="datetime-local"], -input[type="date"], -input[type="month"], -input[type="time"], -input[type="week"], -input[type="number"], -input[type="email"], -input[type="url"], -input[type="search"], -input[type="tel"], -input[type="color"] { - display: inline-block; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - min-height: 20px; - padding: 6px 9px; - font-size: 14px; - line-height: 20px; - color: #555555; - vertical-align: middle; - background-color: white; - border: 1px solid #cccccc; - 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 linear 0.2s, box-shadow linear 0.2s; - -moz-transition: border linear 0.2s, box-shadow linear 0.2s; - -o-transition: border linear 0.2s, box-shadow linear 0.2s; - transition: border linear 0.2s, box-shadow linear 0.2s; -} - -/* line 77, ../../../sass/_forms.scss */ -input, -select, -textarea { - width: 100%; -} - -/* line 88, ../../../sass/_forms.scss */ -input[type="file"], -input[type="image"], -input[type="submit"], -input[type="reset"], -input[type="button"], -input[type="radio"], -input[type="checkbox"] { - width: auto; -} - -/* line 93, ../../../sass/_forms.scss */ -textarea { - height: auto; -} - -/* line 114, ../../../sass/_forms.scss */ -textarea:focus, -input[type="text"]:focus, -input[type="password"]:focus, -input[type="datetime"]:focus, -input[type="datetime-local"]:focus, -input[type="date"]:focus, -input[type="month"]:focus, -input[type="time"]:focus, -input[type="week"]:focus, -input[type="number"]:focus, -input[type="email"]:focus, -input[type="url"]:focus, -input[type="search"]:focus, -input[type="tel"]:focus, -input[type="color"]:focus { - border-color: rgba(82, 168, 236, 0.8); - outline: 0; - outline: thin dotted \9; - -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6); - box-shadow: 0 0 8px rgba(82, 168, 236, 0.6); -} - -/* line 125, ../../../sass/_forms.scss */ -input[type="radio"], -input[type="checkbox"] { - margin: 4px 0 0; - margin-top: 1px \9; - line-height: normal; -} - -/* line 133, ../../../sass/_forms.scss */ -select, -input[type="file"] { - height: 34px; - line-height: 34px; -} - -/* line 140, ../../../sass/_forms.scss */ -select[multiple], -select[size] { - height: auto; -} - -/* line 148, ../../../sass/_forms.scss */ -select:focus, -input[type="file"]:focus, -input[type="radio"]:focus, -input[type="checkbox"]:focus { - outline: thin dotted #333; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} - -/* line 84, ../../../sass/_mixins.scss */ -input:-moz-placeholder, -textarea:-moz-placeholder { - color: #999999; -} -/* line 85, ../../../sass/_mixins.scss */ -input::-moz-placeholder, -textarea::-moz-placeholder { - color: #999999; -} -/* line 86, ../../../sass/_mixins.scss */ -input:-ms-input-placeholder, -textarea:-ms-input-placeholder { - color: #999999; -} -/* line 87, ../../../sass/_mixins.scss */ -input::-webkit-input-placeholder, -textarea::-webkit-input-placeholder { - color: #999999; -} - -/* line 168, ../../../sass/_forms.scss */ -.radio, -.checkbox { - display: block; - min-height: 20px; - margin-bottom: 10px; - padding-left: 20px; -} -/* line 173, ../../../sass/_forms.scss */ -.radio label, -.checkbox label { - display: inline; - margin-bottom: 0; - font-weight: normal; -} - -/* line 183, ../../../sass/_forms.scss */ -.radio input[type="radio"], -.radio-inline input[type="radio"], -.checkbox input[type="checkbox"], -.checkbox-inline input[type="checkbox"] { - float: left; - margin-left: -20px; -} - -/* line 188, ../../../sass/_forms.scss */ -.radio + .radio, -.checkbox + .checkbox { - margin-top: -5px; -} - -/* line 194, ../../../sass/_forms.scss */ -.controls > .radio:first-child, -.controls > .checkbox:first-child { - padding-top: 5px; -} - -/* line 200, ../../../sass/_forms.scss */ -.radio-inline, -.checkbox-inline { - display: inline-block; - padding-top: 5px; - padding-left: 20px; - margin-bottom: 0; - vertical-align: middle; - font-weight: normal; -} - -/* line 209, ../../../sass/_forms.scss */ -.radio-inline + .radio-inline, -.checkbox-inline + .checkbox-inline { - margin-top: 0; - margin-left: 10px; -} - -/* line 235, ../../../sass/_forms.scss */ -select.input-large, -textarea.input-large, -input[type="text"].input-large, -input[type="password"].input-large, -input[type="datetime"].input-large, -input[type="datetime-local"].input-large, -input[type="date"].input-large, -input[type="month"].input-large, -input[type="time"].input-large, -input[type="week"].input-large, -input[type="number"].input-large, -input[type="email"].input-large, -input[type="url"].input-large, -input[type="search"].input-large, -input[type="tel"].input-large, -input[type="color"].input-large { - padding: 11px 14px; - font-size: 17.5px; - border-radius: 6px; -} -/* line 240, ../../../sass/_forms.scss */ -select.input-small, -textarea.input-small, -input[type="text"].input-small, -input[type="password"].input-small, -input[type="datetime"].input-small, -input[type="datetime-local"].input-small, -input[type="date"].input-small, -input[type="month"].input-small, -input[type="time"].input-small, -input[type="week"].input-small, -input[type="number"].input-small, -input[type="email"].input-small, -input[type="url"].input-small, -input[type="search"].input-small, -input[type="tel"].input-small, -input[type="color"].input-small { - min-height: 26px; - padding: 2px 10px; - font-size: 11.9px; - border-radius: 3px; -} - -/* line 256, ../../../sass/_forms.scss */ -input[class*="span"], -select[class*="span"], -textarea[class*="span"] { - float: none; - margin-left: 0; - margin-right: 0; -} - -/* line 264, ../../../sass/_forms.scss */ -.input-append input[class*="span"], -.input-prepend input[class*="span"] { - display: inline-block; -} - -/* line 270, ../../../sass/_forms.scss */ -input[class*="span"], -select[class*="span"], -textarea[class*="span"] { - height: 34px; -} - -/* line 288, ../../../sass/_forms.scss */ -input[disabled], input[readonly], fieldset[disabled] input, -select[disabled], -select[readonly], fieldset[disabled] -select, -textarea[disabled], -textarea[readonly], fieldset[disabled] -textarea { - cursor: not-allowed; - background-color: #eeeeee; -} - -/* line 298, ../../../sass/_forms.scss */ -input[type="radio"][disabled], input[type="radio"][readonly], fieldset[disabled] input[type="radio"], -input[type="checkbox"][disabled], -input[type="checkbox"][readonly], fieldset[disabled] -input[type="checkbox"] { - background-color: transparent; -} - -/* line 531, ../../../sass/_mixins.scss */ -.has-warning .control-label { - color: #c77c11; -} -/* line 535, ../../../sass/_mixins.scss */ -.has-warning .input-with-feedback { - padding-right: 32px; - border-color: #c77c11; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -} -/* line 539, ../../../sass/_mixins.scss */ -.has-warning .input-with-feedback:focus { - border-color: #985f0d; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0ad4e; - -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0ad4e; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0ad4e; -} - -/* line 531, ../../../sass/_mixins.scss */ -.has-error .control-label { - color: #a02622; -} -/* line 535, ../../../sass/_mixins.scss */ -.has-error .input-with-feedback { - padding-right: 32px; - border-color: #a02622; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -} -/* line 539, ../../../sass/_mixins.scss */ -.has-error .input-with-feedback:focus { - border-color: #761c19; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d9534f; - -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d9534f; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d9534f; -} - -/* line 531, ../../../sass/_mixins.scss */ -.has-success .control-label { - color: #357935; -} -/* line 535, ../../../sass/_mixins.scss */ -.has-success .input-with-feedback { - padding-right: 32px; - border-color: #357935; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -} -/* line 539, ../../../sass/_mixins.scss */ -.has-success .input-with-feedback:focus { - border-color: #255625; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5cb85c; - -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5cb85c; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5cb85c; -} - -/* line 326, ../../../sass/_forms.scss */ -input:focus:invalid, -textarea:focus:invalid, -select:focus:invalid { - color: #b94a48; - border-color: #ee5f5b; -} -/* line 329, ../../../sass/_forms.scss */ -input:focus:invalid:focus, -textarea:focus:invalid:focus, -select:focus:invalid:focus { - border-color: #e9322d; - -webkit-box-shadow: 0 0 6px #f8b9b7; - box-shadow: 0 0 6px #f8b9b7; -} - -/* line 340, ../../../sass/_forms.scss */ -.form-actions { - padding: 19px 20px 20px; - margin-top: 20px; - margin-bottom: 20px; - background-color: whitesmoke; - border-top: 1px solid #e5e5e5; -} -/* line 21, ../../../sass/_mixins.scss */ -.form-actions:before, .form-actions:after { - content: " "; - display: table; - line-height: 0; -} -/* line 28, ../../../sass/_mixins.scss */ -.form-actions:after { - clear: both; -} - -/* line 355, ../../../sass/_forms.scss */ -.help-block, -.help-inline { - color: #737373; -} - -/* line 359, ../../../sass/_forms.scss */ -.help-block { - display: block; - margin-bottom: 10px; -} - -/* line 364, ../../../sass/_forms.scss */ -.help-inline { - display: inline-block; - vertical-align: middle; - padding-left: 5px; -} - -/* line 377, ../../../sass/_forms.scss */ -.input-group { - display: table; -} -/* line 381, ../../../sass/_forms.scss */ -.input-group[class*="span"] { - float: none; - padding: 0; -} -/* line 387, ../../../sass/_forms.scss */ -.input-group input, -.input-group select { - width: 100%; -} - -/* line 396, ../../../sass/_forms.scss */ -.input-group-addon, -.input-group-btn, -.input-group input { - display: table-cell; - margin: 0; - border-radius: 0; -} -/* line 400, ../../../sass/_forms.scss */ -.input-group-addon.input-small, -.input-group-btn.input-small, -.input-group input.input-small { - border-radius: 0; -} -/* line 403, ../../../sass/_forms.scss */ -.input-group-addon.input-large, -.input-group-btn.input-large, -.input-group input.input-large { - border-radius: 0; -} - -/* line 409, ../../../sass/_forms.scss */ -.input-group-addon, -.input-group-btn { - width: 1%; - vertical-align: middle; -} - -/* line 416, ../../../sass/_forms.scss */ -.input-group-addon { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - padding: 6px 8px; - font-size: 14px; - font-weight: normal; - line-height: 20px; - text-align: center; - text-shadow: 0 1px 0 #fff; - background-color: #eeeeee; - border: 1px solid #ccc; -} -/* line 427, ../../../sass/_forms.scss */ -.input-group-addon.input-small { - padding: 2px 10px; - font-size: 11.9px; -} -/* line 431, ../../../sass/_forms.scss */ -.input-group-addon.input-large { - padding: 11px 14px; - font-size: 17.5px; -} - -/* line 439, ../../../sass/_forms.scss */ -.input-group input:first-child, -.input-group-addon:first-child { - border-bottom-left-radius: 4px; - border-top-left-radius: 4px; -} -/* line 441, ../../../sass/_forms.scss */ -.input-group input:first-child.input-small, -.input-group-addon:first-child.input-small { - border-bottom-left-radius: 3px; - border-top-left-radius: 3px; -} -/* line 444, ../../../sass/_forms.scss */ -.input-group input:first-child.input-large, -.input-group-addon:first-child.input-large { - border-bottom-left-radius: 6px; - border-top-left-radius: 6px; -} - -/* line 448, ../../../sass/_forms.scss */ -.input-group-addon:first-child { - border-right: 0; -} - -/* line 452, ../../../sass/_forms.scss */ -.input-group input:last-child, -.input-group-addon:last-child { - border-bottom-right-radius: 4px; - border-top-right-radius: 4px; -} -/* line 454, ../../../sass/_forms.scss */ -.input-group input:last-child.input-small, -.input-group-addon:last-child.input-small { - border-bottom-right-radius: 3px; - border-top-right-radius: 3px; -} -/* line 457, ../../../sass/_forms.scss */ -.input-group input:last-child.input-large, -.input-group-addon:last-child.input-large { - border-bottom-right-radius: 6px; - border-top-right-radius: 6px; -} - -/* line 461, ../../../sass/_forms.scss */ -.input-group-addon:last-child { - border-left: 0; -} - -/* line 467, ../../../sass/_forms.scss */ -.input-group-btn { - position: relative; - white-space: nowrap; -} - -/* line 471, ../../../sass/_forms.scss */ -.input-group-btn > .btn { - position: relative; - float: left; - border-radius: 0; -} -/* line 475, ../../../sass/_forms.scss */ -.input-group-btn > .btn + .btn { - margin-left: -1px; -} -/* line 480, ../../../sass/_forms.scss */ -.input-group-btn > .btn:hover, .input-group-btn > .btn:active { - z-index: 2; -} - -/* line 489, ../../../sass/_forms.scss */ -.input-group-btn:first-child > .btn:first-child, -.input-group-btn:first-child > .dropdown-toggle:first-child { - border-bottom-left-radius: 4px; - border-top-left-radius: 4px; -} -/* line 491, ../../../sass/_forms.scss */ -.input-group-btn:first-child > .btn:first-child.btn-large, -.input-group-btn:first-child > .dropdown-toggle:first-child.btn-large { - border-bottom-left-radius: 6px; - border-top-left-radius: 6px; -} -/* line 492, ../../../sass/_forms.scss */ -.input-group-btn:first-child > .btn:first-child.btn-small, -.input-group-btn:first-child > .dropdown-toggle:first-child.btn-small { - border-bottom-left-radius: 3px; - border-top-left-radius: 3px; -} - -/* line 500, ../../../sass/_forms.scss */ -.input-group-btn:last-child > .btn:last-child, -.input-group-btn:last-child > .dropdown-toggle { - border-bottom-right-radius: 4px; - border-top-right-radius: 4px; -} -/* line 502, ../../../sass/_forms.scss */ -.input-group-btn:last-child > .btn:last-child.btn-large, -.input-group-btn:last-child > .dropdown-toggle.btn-large { - border-bottom-right-radius: 6px; - border-top-right-radius: 6px; -} -/* line 503, ../../../sass/_forms.scss */ -.input-group-btn:last-child > .btn:last-child.btn-small, -.input-group-btn:last-child > .dropdown-toggle.btn-small { - border-bottom-right-radius: 3px; - border-top-right-radius: 3px; -} - -@media screen and (min-width: 768px) { - /* line 517, ../../../sass/_forms.scss */ - .form-horizontal .control-group { - position: relative; - margin-bottom: 20px; - } - /* line 21, ../../../sass/_mixins.scss */ - .form-horizontal .control-group:before, .form-horizontal .control-group:after { - content: " "; - display: table; - line-height: 0; - } - /* line 28, ../../../sass/_mixins.scss */ - .form-horizontal .control-group:after { - clear: both; - } - /* line 524, ../../../sass/_forms.scss */ - .form-horizontal .control-group input, - .form-horizontal .control-group select, - .form-horizontal .control-group textarea { - margin-bottom: 0; - } - /* line 530, ../../../sass/_forms.scss */ - .form-horizontal .control-group > .control-label { - float: left; - width: 160px; - padding-top: 6px; - text-align: right; - } - /* line 538, ../../../sass/_forms.scss */ - .form-horizontal .control-group > .controls { - margin-left: 180px; - } -} -/* line 10, ../../../sass/_buttons.scss */ -.btn { - display: inline-block; - padding: 6px 12px; - margin-bottom: 0; - font-size: 14px; - font-weight: 500; - line-height: 20px; - text-align: center; - vertical-align: middle; - cursor: pointer; - border: 1px solid #a7a9aa; - border-radius: 4px; - white-space: nowrap; -} -/* line 24, ../../../sass/_buttons.scss */ -.btn:focus { - outline: thin dotted #333; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} -/* line 29, ../../../sass/_buttons.scss */ -.btn:hover, .btn:focus { - color: #fff; - text-decoration: none; -} -/* line 35, ../../../sass/_buttons.scss */ -.btn:active, .btn.active { - outline: 0; - background-image: none; - -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); -} -/* line 43, ../../../sass/_buttons.scss */ -.btn.disabled, .btn[disabled], fieldset[disabled] .btn { - cursor: default; - pointer-events: none; - opacity: 0.65; - filter: "alpha(opacity=65)"; - -webkit-box-shadow: none; - box-shadow: none; -} - -/* line 57, ../../../sass/_buttons.scss */ -.btn-large { - padding: 11px 14px; - font-size: 17.5px; - border-radius: 6px; -} - -/* line 64, ../../../sass/_buttons.scss */ -.btn-small { - padding: 2px 10px; - font-size: 11.9px; - border-radius: 3px; -} - -/* line 71, ../../../sass/_buttons.scss */ -.btn-mini { - padding: 0px 6px; - font-size: 10.5px; - border-radius: 3px; -} - -/* line 86, ../../../sass/_buttons.scss */ -.btn-block { - display: block; - width: 100%; - padding-left: 0; - padding-right: 0; -} - -/* line 94, ../../../sass/_buttons.scss */ -.btn-block + .btn-block { - margin-top: 5px; -} - -/* line 102, ../../../sass/_buttons.scss */ -input[type="submit"].btn-block, -input[type="reset"].btn-block, -input[type="button"].btn-block { - width: 100%; -} - -/* line 111, ../../../sass/_buttons.scss */ -.btn { - color: white; - background-color: #a7a9aa; - border-color: #a7a9aa; -} -/* line 396, ../../../sass/_mixins.scss */ -.btn:hover, .btn:focus, .btn:active { - background-color: #9a9c9d; - border-color: #8d9091; -} -/* line 407, ../../../sass/_mixins.scss */ -.btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, .btn.disabled.active, .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active, .btn[disabled].active, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn:active, fieldset[disabled] .btn.active { - background-color: #a7a9aa; - border-color: #a7a9aa; -} - -/* line 115, ../../../sass/_buttons.scss */ -.btn-primary { - background-color: #428bca; - border-color: #428bca; -} -/* line 396, ../../../sass/_mixins.scss */ -.btn-primary:hover, .btn-primary:focus, .btn-primary:active { - background-color: #357ebd; - border-color: #3071a9; -} -/* line 407, ../../../sass/_mixins.scss */ -.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active { - background-color: #428bca; - border-color: #428bca; -} - -/* line 119, ../../../sass/_buttons.scss */ -.btn-warning { - background-color: #f0ad4e; - border-color: #f0ad4e; -} -/* line 396, ../../../sass/_mixins.scss */ -.btn-warning:hover, .btn-warning:focus, .btn-warning:active { - background-color: #eea236; - border-color: #ec971f; -} -/* line 407, ../../../sass/_mixins.scss */ -.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active { - background-color: #f0ad4e; - border-color: #f0ad4e; -} - -/* line 123, ../../../sass/_buttons.scss */ -.btn-danger { - background-color: #d9534f; - border-color: #d9534f; -} -/* line 396, ../../../sass/_mixins.scss */ -.btn-danger:hover, .btn-danger:focus, .btn-danger:active { - background-color: #d43f3a; - border-color: #c9302c; -} -/* line 407, ../../../sass/_mixins.scss */ -.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active { - background-color: #d9534f; - border-color: #d9534f; -} - -/* line 127, ../../../sass/_buttons.scss */ -.btn-success { - background-color: #5cb85c; - border-color: #5cb85c; -} -/* line 396, ../../../sass/_mixins.scss */ -.btn-success:hover, .btn-success:focus, .btn-success:active { - background-color: #4cae4c; - border-color: #449d44; -} -/* line 407, ../../../sass/_mixins.scss */ -.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active { - background-color: #5cb85c; - border-color: #5cb85c; -} - -/* line 131, ../../../sass/_buttons.scss */ -.btn-info { - background-color: #5bc0de; - border-color: #5bc0de; -} -/* line 396, ../../../sass/_mixins.scss */ -.btn-info:hover, .btn-info:focus, .btn-info:active { - background-color: #46b8da; - border-color: #31b0d5; -} -/* line 407, ../../../sass/_mixins.scss */ -.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active { - background-color: #5bc0de; - border-color: #5bc0de; -} - -/* line 143, ../../../sass/_buttons.scss */ -.btn-link, -.btn-link:active, -.btn-link[disabled], -fieldset[disabled] .btn-link { - background-color: transparent; - background-image: none; - -webkit-box-shadow: none; - box-shadow: none; -} - -/* line 151, ../../../sass/_buttons.scss */ -.btn-link, -.btn-link:hover, -.btn-link:focus, -.btn-link:active { - border-color: transparent; -} - -/* line 154, ../../../sass/_buttons.scss */ -.btn-link { - color: #428bca; - font-weight: normal; - cursor: pointer; - border-radius: 0; -} - -/* line 161, ../../../sass/_buttons.scss */ -.btn-link:hover, -.btn-link:focus { - color: #2a6496; - text-decoration: underline; - background-color: transparent; -} - -/* line 170, ../../../sass/_buttons.scss */ -.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { - color: #333333; - text-decoration: none; -} - -/* line 6, ../../../sass/_component-animations.scss */ -.fade { - opacity: 0; - -webkit-transition: opacity 0.15s linear; - -moz-transition: opacity 0.15s linear; - -o-transition: opacity 0.15s linear; - transition: opacity 0.15s linear; -} -/* line 9, ../../../sass/_component-animations.scss */ -.fade.in { - opacity: 1; -} - -/* line 14, ../../../sass/_component-animations.scss */ -.collapse { - position: relative; - height: 0; - overflow: hidden; - -webkit-transition: height 0.35s ease; - -moz-transition: height 0.35s ease; - -o-transition: height 0.35s ease; - transition: height 0.35s ease; -} -/* line 19, ../../../sass/_component-animations.scss */ -.collapse.in { - height: auto; -} - -@font-face { - font-family: 'Glyphicons Halflings'; - src: url("../fonts/glyphiconshalflings-regular.eot"); - src: url("../fonts/glyphiconshalflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphiconshalflings-regular.woff") format("woff"), url("../fonts/glyphiconshalflings-regular.ttf") format("truetype"), url("../fonts/glyphiconshalflings-regular.svg#glyphiconshalflings-regular") format("svg"); - font-style: normal; - font-weight: normal; -} - -/* line 34, ../../../sass/_glyphicons.scss */ -.glyphicon:before { - font-family: 'Glyphicons Halflings'; - font-style: normal; - line-height: 1; -} - -/* line 41, ../../../sass/_glyphicons.scss */ -.glyphicon-glass:before { - content: "\e001"; -} - -/* line 42, ../../../sass/_glyphicons.scss */ -.glyphicon-music:before { - content: "\e002"; -} - -/* line 43, ../../../sass/_glyphicons.scss */ -.glyphicon-search:before { - content: "\e003"; -} - -/* line 44, ../../../sass/_glyphicons.scss */ -.glyphicon-envelope:before { - content: "\2709"; -} - -/* line 45, ../../../sass/_glyphicons.scss */ -.glyphicon-heart:before { - content: "\e005"; -} - -/* line 46, ../../../sass/_glyphicons.scss */ -.glyphicon-star:before { - content: "\e006"; -} - -/* line 47, ../../../sass/_glyphicons.scss */ -.glyphicon-star-empty:before { - content: "\e007"; -} - -/* line 48, ../../../sass/_glyphicons.scss */ -.glyphicon-user:before { - content: "\e008"; -} - -/* line 49, ../../../sass/_glyphicons.scss */ -.glyphicon-film:before { - content: "\e009"; -} - -/* line 50, ../../../sass/_glyphicons.scss */ -.glyphicon-th-large:before { - content: "\e010"; -} - -/* line 51, ../../../sass/_glyphicons.scss */ -.glyphicon-th:before { - content: "\e011"; -} - -/* line 52, ../../../sass/_glyphicons.scss */ -.glyphicon-th-list:before { - content: "\e012"; -} - -/* line 53, ../../../sass/_glyphicons.scss */ -.glyphicon-ok:before { - content: "\e013"; -} - -/* line 54, ../../../sass/_glyphicons.scss */ -.glyphicon-remove:before { - content: "\e014"; -} - -/* line 55, ../../../sass/_glyphicons.scss */ -.glyphicon-zoom-in:before { - content: "\e015"; -} - -/* line 56, ../../../sass/_glyphicons.scss */ -.glyphicon-zoom-out:before { - content: "\e016"; -} - -/* line 57, ../../../sass/_glyphicons.scss */ -.glyphicon-off:before { - content: "\e017"; -} - -/* line 58, ../../../sass/_glyphicons.scss */ -.glyphicon-signal:before { - content: "\e018"; -} - -/* line 59, ../../../sass/_glyphicons.scss */ -.glyphicon-cog:before { - content: "\e019"; -} - -/* line 60, ../../../sass/_glyphicons.scss */ -.glyphicon-trash:before { - content: "\e020"; -} - -/* line 61, ../../../sass/_glyphicons.scss */ -.glyphicon-home:before { - content: "\e021"; -} - -/* line 62, ../../../sass/_glyphicons.scss */ -.glyphicon-file:before { - content: "\e022"; -} - -/* line 63, ../../../sass/_glyphicons.scss */ -.glyphicon-time:before { - content: "\e023"; -} - -/* line 64, ../../../sass/_glyphicons.scss */ -.glyphicon-road:before { - content: "\e024"; -} - -/* line 65, ../../../sass/_glyphicons.scss */ -.glyphicon-download-alt:before { - content: "\e025"; -} - -/* line 66, ../../../sass/_glyphicons.scss */ -.glyphicon-download:before { - content: "\e026"; -} - -/* line 67, ../../../sass/_glyphicons.scss */ -.glyphicon-upload:before { - content: "\e027"; -} - -/* line 68, ../../../sass/_glyphicons.scss */ -.glyphicon-inbox:before { - content: "\e028"; -} - -/* line 69, ../../../sass/_glyphicons.scss */ -.glyphicon-play-circle:before { - content: "\e029"; -} - -/* line 70, ../../../sass/_glyphicons.scss */ -.glyphicon-repeat:before { - content: "\e030"; -} - -/* line 71, ../../../sass/_glyphicons.scss */ -.glyphicon-refresh:before { - content: "\e031"; -} - -/* line 72, ../../../sass/_glyphicons.scss */ -.glyphicon-list-alt:before { - content: "\e032"; -} - -/* line 73, ../../../sass/_glyphicons.scss */ -.glyphicon-lock:before { - content: "\e033"; -} - -/* line 74, ../../../sass/_glyphicons.scss */ -.glyphicon-flag:before { - content: "\e034"; -} - -/* line 75, ../../../sass/_glyphicons.scss */ -.glyphicon-headphones:before { - content: "\e035"; -} - -/* line 76, ../../../sass/_glyphicons.scss */ -.glyphicon-volume-off:before { - content: "\e036"; -} - -/* line 77, ../../../sass/_glyphicons.scss */ -.glyphicon-volume-down:before { - content: "\e037"; -} - -/* line 78, ../../../sass/_glyphicons.scss */ -.glyphicon-volume-up:before { - content: "\e038"; -} - -/* line 79, ../../../sass/_glyphicons.scss */ -.glyphicon-qrcode:before { - content: "\e039"; -} - -/* line 80, ../../../sass/_glyphicons.scss */ -.glyphicon-barcode:before { - content: "\e040"; -} - -/* line 81, ../../../sass/_glyphicons.scss */ -.glyphicon-tag:before { - content: "\e041"; -} - -/* line 82, ../../../sass/_glyphicons.scss */ -.glyphicon-tags:before { - content: "\e042"; -} - -/* line 83, ../../../sass/_glyphicons.scss */ -.glyphicon-book:before { - content: "\e043"; -} - -/* line 84, ../../../sass/_glyphicons.scss */ -.glyphicon-bookmark:before { - content: "\e044"; -} - -/* line 85, ../../../sass/_glyphicons.scss */ -.glyphicon-print:before { - content: "\e045"; -} - -/* line 86, ../../../sass/_glyphicons.scss */ -.glyphicon-camera:before { - content: "\e046"; -} - -/* line 87, ../../../sass/_glyphicons.scss */ -.glyphicon-font:before { - content: "\e047"; -} - -/* line 88, ../../../sass/_glyphicons.scss */ -.glyphicon-bold:before { - content: "\e048"; -} - -/* line 89, ../../../sass/_glyphicons.scss */ -.glyphicon-italic:before { - content: "\e049"; -} - -/* line 90, ../../../sass/_glyphicons.scss */ -.glyphicon-text-height:before { - content: "\e050"; -} - -/* line 91, ../../../sass/_glyphicons.scss */ -.glyphicon-text-width:before { - content: "\e051"; -} - -/* line 92, ../../../sass/_glyphicons.scss */ -.glyphicon-align-left:before { - content: "\e052"; -} - -/* line 93, ../../../sass/_glyphicons.scss */ -.glyphicon-align-center:before { - content: "\e053"; -} - -/* line 94, ../../../sass/_glyphicons.scss */ -.glyphicon-align-right:before { - content: "\e054"; -} - -/* line 95, ../../../sass/_glyphicons.scss */ -.glyphicon-align-justify:before { - content: "\e055"; -} - -/* line 96, ../../../sass/_glyphicons.scss */ -.glyphicon-list:before { - content: "\e056"; -} - -/* line 97, ../../../sass/_glyphicons.scss */ -.glyphicon-indent-left:before { - content: "\e057"; -} - -/* line 98, ../../../sass/_glyphicons.scss */ -.glyphicon-indent-right:before { - content: "\e058"; -} - -/* line 99, ../../../sass/_glyphicons.scss */ -.glyphicon-facetime-video:before { - content: "\e059"; -} - -/* line 100, ../../../sass/_glyphicons.scss */ -.glyphicon-picture:before { - content: "\e060"; -} - -/* line 101, ../../../sass/_glyphicons.scss */ -.glyphicon-pencil:before { - content: "\270f"; -} - -/* line 102, ../../../sass/_glyphicons.scss */ -.glyphicon-map-marker:before { - content: "\e062"; -} - -/* line 103, ../../../sass/_glyphicons.scss */ -.glyphicon-adjust:before { - content: "\e063"; -} - -/* line 104, ../../../sass/_glyphicons.scss */ -.glyphicon-tint:before { - content: "\e064"; -} - -/* line 105, ../../../sass/_glyphicons.scss */ -.glyphicon-edit:before { - content: "\e065"; -} - -/* line 106, ../../../sass/_glyphicons.scss */ -.glyphicon-share:before { - content: "\e066"; -} - -/* line 107, ../../../sass/_glyphicons.scss */ -.glyphicon-check:before { - content: "\e067"; -} - -/* line 108, ../../../sass/_glyphicons.scss */ -.glyphicon-move:before { - content: "\e068"; -} - -/* line 109, ../../../sass/_glyphicons.scss */ -.glyphicon-step-backward:before { - content: "\e069"; -} - -/* line 110, ../../../sass/_glyphicons.scss */ -.glyphicon-fast-backward:before { - content: "\e070"; -} - -/* line 111, ../../../sass/_glyphicons.scss */ -.glyphicon-backward:before { - content: "\e071"; -} - -/* line 112, ../../../sass/_glyphicons.scss */ -.glyphicon-play:before { - content: "\e072"; -} - -/* line 113, ../../../sass/_glyphicons.scss */ -.glyphicon-pause:before { - content: "\e073"; -} - -/* line 114, ../../../sass/_glyphicons.scss */ -.glyphicon-stop:before { - content: "\e074"; -} - -/* line 115, ../../../sass/_glyphicons.scss */ -.glyphicon-forward:before { - content: "\e075"; -} - -/* line 116, ../../../sass/_glyphicons.scss */ -.glyphicon-fast-forward:before { - content: "\e076"; -} - -/* line 117, ../../../sass/_glyphicons.scss */ -.glyphicon-step-forward:before { - content: "\e077"; -} - -/* line 118, ../../../sass/_glyphicons.scss */ -.glyphicon-eject:before { - content: "\e078"; -} - -/* line 119, ../../../sass/_glyphicons.scss */ -.glyphicon-chevron-left:before { - content: "\e079"; -} - -/* line 120, ../../../sass/_glyphicons.scss */ -.glyphicon-chevron-right:before { - content: "\e080"; -} - -/* line 121, ../../../sass/_glyphicons.scss */ -.glyphicon-plus-sign:before { - content: "\e081"; -} - -/* line 122, ../../../sass/_glyphicons.scss */ -.glyphicon-minus-sign:before { - content: "\e082"; -} - -/* line 123, ../../../sass/_glyphicons.scss */ -.glyphicon-remove-sign:before { - content: "\e083"; -} - -/* line 124, ../../../sass/_glyphicons.scss */ -.glyphicon-ok-sign:before { - content: "\e084"; -} - -/* line 125, ../../../sass/_glyphicons.scss */ -.glyphicon-question-sign:before { - content: "\e085"; -} - -/* line 126, ../../../sass/_glyphicons.scss */ -.glyphicon-info-sign:before { - content: "\e086"; -} - -/* line 127, ../../../sass/_glyphicons.scss */ -.glyphicon-screenshot:before { - content: "\e087"; -} - -/* line 128, ../../../sass/_glyphicons.scss */ -.glyphicon-remove-circle:before { - content: "\e088"; -} - -/* line 129, ../../../sass/_glyphicons.scss */ -.glyphicon-ok-circle:before { - content: "\e089"; -} - -/* line 130, ../../../sass/_glyphicons.scss */ -.glyphicon-ban-circle:before { - content: "\e090"; -} - -/* line 131, ../../../sass/_glyphicons.scss */ -.glyphicon-arrow-left:before { - content: "\e091"; -} - -/* line 132, ../../../sass/_glyphicons.scss */ -.glyphicon-arrow-right:before { - content: "\e092"; -} - -/* line 133, ../../../sass/_glyphicons.scss */ -.glyphicon-arrow-up:before { - content: "\e093"; -} - -/* line 134, ../../../sass/_glyphicons.scss */ -.glyphicon-arrow-down:before { - content: "\e094"; -} - -/* line 135, ../../../sass/_glyphicons.scss */ -.glyphicon-share-alt:before { - content: "\e095"; -} - -/* line 136, ../../../sass/_glyphicons.scss */ -.glyphicon-resize-full:before { - content: "\e096"; -} - -/* line 137, ../../../sass/_glyphicons.scss */ -.glyphicon-resize-small:before { - content: "\e097"; -} - -/* line 138, ../../../sass/_glyphicons.scss */ -.glyphicon-plus:before { - content: "\002b"; -} - -/* line 139, ../../../sass/_glyphicons.scss */ -.glyphicon-minus:before { - content: "\2212"; -} - -/* line 140, ../../../sass/_glyphicons.scss */ -.glyphicon-asterisk:before { - content: "\002a"; -} - -/* line 141, ../../../sass/_glyphicons.scss */ -.glyphicon-exclamation-sign:before { - content: "\e101"; -} - -/* line 142, ../../../sass/_glyphicons.scss */ -.glyphicon-gift:before { - content: "\e102"; -} - -/* line 143, ../../../sass/_glyphicons.scss */ -.glyphicon-leaf:before { - content: "\e103"; -} - -/* line 144, ../../../sass/_glyphicons.scss */ -.glyphicon-fire:before { - content: "\e104"; -} - -/* line 145, ../../../sass/_glyphicons.scss */ -.glyphicon-eye-open:before { - content: "\e105"; -} - -/* line 146, ../../../sass/_glyphicons.scss */ -.glyphicon-eye-close:before { - content: "\e106"; -} - -/* line 147, ../../../sass/_glyphicons.scss */ -.glyphicon-warning-sign:before { - content: "\e107"; -} - -/* line 148, ../../../sass/_glyphicons.scss */ -.glyphicon-plane:before { - content: "\e108"; -} - -/* line 149, ../../../sass/_glyphicons.scss */ -.glyphicon-calendar:before { - content: "\e109"; -} - -/* line 150, ../../../sass/_glyphicons.scss */ -.glyphicon-random:before { - content: "\e110"; -} - -/* line 151, ../../../sass/_glyphicons.scss */ -.glyphicon-comment:before { - content: "\e111"; -} - -/* line 152, ../../../sass/_glyphicons.scss */ -.glyphicon-magnet:before { - content: "\e112"; -} - -/* line 153, ../../../sass/_glyphicons.scss */ -.glyphicon-chevron-up:before { - content: "\e113"; -} - -/* line 154, ../../../sass/_glyphicons.scss */ -.glyphicon-chevron-down:before { - content: "\e114"; -} - -/* line 155, ../../../sass/_glyphicons.scss */ -.glyphicon-retweet:before { - content: "\e115"; -} - -/* line 156, ../../../sass/_glyphicons.scss */ -.glyphicon-shopping-cart:before { - content: "\e116"; -} - -/* line 157, ../../../sass/_glyphicons.scss */ -.glyphicon-folder-close:before { - content: "\e117"; -} - -/* line 158, ../../../sass/_glyphicons.scss */ -.glyphicon-folder-open:before { - content: "\e118"; -} - -/* line 159, ../../../sass/_glyphicons.scss */ -.glyphicon-resize-vertical:before { - content: "\e119"; -} - -/* line 160, ../../../sass/_glyphicons.scss */ -.glyphicon-resize-horizontal:before { - content: "\e120"; -} - -/* line 161, ../../../sass/_glyphicons.scss */ -.glyphicon-hdd:before { - content: "\e121"; -} - -/* line 162, ../../../sass/_glyphicons.scss */ -.glyphicon-bullhorn:before { - content: "\e122"; -} - -/* line 163, ../../../sass/_glyphicons.scss */ -.glyphicon-bell:before { - content: "\e123"; -} - -/* line 164, ../../../sass/_glyphicons.scss */ -.glyphicon-certificate:before { - content: "\e124"; -} - -/* line 165, ../../../sass/_glyphicons.scss */ -.glyphicon-thumbs-up:before { - content: "\e125"; -} - -/* line 166, ../../../sass/_glyphicons.scss */ -.glyphicon-thumbs-down:before { - content: "\e126"; -} - -/* line 167, ../../../sass/_glyphicons.scss */ -.glyphicon-hand-right:before { - content: "\e127"; -} - -/* line 168, ../../../sass/_glyphicons.scss */ -.glyphicon-hand-left:before { - content: "\e128"; -} - -/* line 169, ../../../sass/_glyphicons.scss */ -.glyphicon-hand-up:before { - content: "\e129"; -} - -/* line 170, ../../../sass/_glyphicons.scss */ -.glyphicon-hand-down:before { - content: "\e130"; -} - -/* line 171, ../../../sass/_glyphicons.scss */ -.glyphicon-circle-arrow-right:before { - content: "\e131"; -} - -/* line 172, ../../../sass/_glyphicons.scss */ -.glyphicon-circle-arrow-left:before { - content: "\e132"; -} - -/* line 173, ../../../sass/_glyphicons.scss */ -.glyphicon-circle-arrow-up:before { - content: "\e133"; -} - -/* line 174, ../../../sass/_glyphicons.scss */ -.glyphicon-circle-arrow-down:before { - content: "\e134"; -} - -/* line 175, ../../../sass/_glyphicons.scss */ -.glyphicon-globe:before { - content: "\e135"; -} - -/* line 176, ../../../sass/_glyphicons.scss */ -.glyphicon-wrench:before { - content: "\e136"; -} - -/* line 177, ../../../sass/_glyphicons.scss */ -.glyphicon-tasks:before { - content: "\e137"; -} - -/* line 178, ../../../sass/_glyphicons.scss */ -.glyphicon-filter:before { - content: "\e138"; -} - -/* line 179, ../../../sass/_glyphicons.scss */ -.glyphicon-briefcase:before { - content: "\e139"; -} - -/* line 180, ../../../sass/_glyphicons.scss */ -.glyphicon-fullscreen:before { - content: "\e140"; -} - -/* line 181, ../../../sass/_glyphicons.scss */ -.glyphicon-dashboard:before { - content: "\e141"; -} - -/* line 182, ../../../sass/_glyphicons.scss */ -.glyphicon-paperclip:before { - content: "\e142"; -} - -/* line 183, ../../../sass/_glyphicons.scss */ -.glyphicon-heart-empty:before { - content: "\e143"; -} - -/* line 184, ../../../sass/_glyphicons.scss */ -.glyphicon-link:before { - content: "\e144"; -} - -/* line 185, ../../../sass/_glyphicons.scss */ -.glyphicon-phone:before { - content: "\e145"; -} - -/* line 186, ../../../sass/_glyphicons.scss */ -.glyphicon-pushpin:before { - content: "\e146"; -} - -/* line 187, ../../../sass/_glyphicons.scss */ -.glyphicon-euro:before { - content: "\20ac"; -} - -/* line 188, ../../../sass/_glyphicons.scss */ -.glyphicon-usd:before { - content: "\e148"; -} - -/* line 189, ../../../sass/_glyphicons.scss */ -.glyphicon-gbp:before { - content: "\e149"; -} - -/* line 190, ../../../sass/_glyphicons.scss */ -.glyphicon-sort:before { - content: "\e150"; -} - -/* line 191, ../../../sass/_glyphicons.scss */ -.glyphicon-sort-by-alphabet:before { - content: "\e151"; -} - -/* line 192, ../../../sass/_glyphicons.scss */ -.glyphicon-sort-by-alphabet-alt:before { - content: "\e152"; -} - -/* line 193, ../../../sass/_glyphicons.scss */ -.glyphicon-sort-by-order:before { - content: "\e153"; -} - -/* line 194, ../../../sass/_glyphicons.scss */ -.glyphicon-sort-by-order-alt:before { - content: "\e154"; -} - -/* line 195, ../../../sass/_glyphicons.scss */ -.glyphicon-sort-by-attributes:before { - content: "\e155"; -} - -/* line 196, ../../../sass/_glyphicons.scss */ -.glyphicon-sort-by-attributes-alt:before { - content: "\e156"; -} - -/* line 197, ../../../sass/_glyphicons.scss */ -.glyphicon-unchecked:before { - content: "\e157"; -} - -/* line 198, ../../../sass/_glyphicons.scss */ -.glyphicon-expand:before { - content: "\e158"; -} - -/* line 199, ../../../sass/_glyphicons.scss */ -.glyphicon-collapse:before { - content: "\e159"; -} - -/* line 200, ../../../sass/_glyphicons.scss */ -.glyphicon-collapse-top:before { - content: "\e160"; -} - -/* line 8, ../../../sass/_dropdowns.scss */ -.dropup, -.dropdown { - position: relative; -} - -/* line 12, ../../../sass/_dropdowns.scss */ -.dropdown-toggle:active, -.open .dropdown-toggle { - outline: 0; -} - -/* line 18, ../../../sass/_dropdowns.scss */ -.caret { - display: inline-block; - width: 0; - height: 0; - vertical-align: top; - border-top: 4px solid #000; - border-right: 4px solid transparent; - border-left: 4px solid transparent; - content: ""; -} - -/* line 30, ../../../sass/_dropdowns.scss */ -.dropdown .caret { - margin-top: 8px; - margin-left: 2px; -} - -/* line 37, ../../../sass/_dropdowns.scss */ -.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; - list-style: none; - background-color: white; - 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); - -webkit-background-clip: padding-box; - -moz-background-clip: padding-box; - background-clip: padding-box; -} -/* line 56, ../../../sass/_dropdowns.scss */ -.dropdown-menu.pull-right { - right: 0; - left: auto; -} -/* line 62, ../../../sass/_dropdowns.scss */ -.dropdown-menu .divider { - height: 1px; - margin: 9px 0; - overflow: hidden; - background-color: #e5e5e5; - border-bottom: 1px solid white; -} -/* line 67, ../../../sass/_dropdowns.scss */ -.dropdown-menu > li > a { - display: block; - padding: 3px 20px; - clear: both; - font-weight: normal; - line-height: 20px; - color: #333333; - white-space: nowrap; -} - -/* line 83, ../../../sass/_dropdowns.scss */ -.dropdown-menu > li > a:hover, -.dropdown-menu > li > a:focus, -.dropdown-submenu:hover > a, -.dropdown-submenu:focus > a { - text-decoration: none; - color: white; - background-color: #357ebd; - background-image: -moz-linear-gradient(top, #428bca, #357ebd); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#428bca), to(#357ebd)); - background-image: -webkit-linear-gradient(top, #428bca, #357ebd); - background-image: -o-linear-gradient(top, #428bca, #357ebd); - background-image: linear-gradient(to bottom, #428bca, #357ebd); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF357EBD', GradientType=0); -} - -/* line 93, ../../../sass/_dropdowns.scss */ -.dropdown-menu > .active > a, -.dropdown-menu > .active > a:hover, -.dropdown-menu > .active > a:focus { - color: white; - text-decoration: none; - outline: 0; - background-color: #357ebd; - background-image: -moz-linear-gradient(top, #428bca, #357ebd); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#428bca), to(#357ebd)); - background-image: -webkit-linear-gradient(top, #428bca, #357ebd); - background-image: -o-linear-gradient(top, #428bca, #357ebd); - background-image: linear-gradient(to bottom, #428bca, #357ebd); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF357EBD', GradientType=0); -} - -/* line 105, ../../../sass/_dropdowns.scss */ -.dropdown-menu > .disabled > a, -.dropdown-menu > .disabled > a:hover, -.dropdown-menu > .disabled > a:focus { - color: #999999; -} - -/* line 110, ../../../sass/_dropdowns.scss */ -.dropdown-menu > .disabled > a:hover, -.dropdown-menu > .disabled > a:focus { - text-decoration: none; - background-color: transparent; - background-image: none; - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); - cursor: default; -} - -/* line 121, ../../../sass/_dropdowns.scss */ -.open > .dropdown-menu { - display: block; -} - -/* line 128, ../../../sass/_dropdowns.scss */ -.pull-right > .dropdown-menu { - right: 0; - left: auto; -} - -/* line 140, ../../../sass/_dropdowns.scss */ -.dropup .caret, -.navbar-fixed-bottom .dropdown .caret { - border-top: 0; - border-bottom: 4px solid #000; - content: ""; -} -/* line 146, ../../../sass/_dropdowns.scss */ -.dropup .dropdown-menu, -.navbar-fixed-bottom .dropdown .dropdown-menu { - top: auto; - bottom: 100%; - margin-bottom: 1px; -} - -/* line 155, ../../../sass/_dropdowns.scss */ -.dropdown-submenu { - position: relative; -} - -/* line 159, ../../../sass/_dropdowns.scss */ -.dropdown-submenu > .dropdown-menu { - top: 0; - left: 100%; - margin-top: -6px; - margin-left: -1px; - border-top-left-radius: 0; -} - -/* line 166, ../../../sass/_dropdowns.scss */ -.dropdown-submenu:hover > .dropdown-menu { - display: block; -} - -/* line 171, ../../../sass/_dropdowns.scss */ -.dropup .dropdown-submenu > .dropdown-menu { - top: auto; - bottom: 0; - margin-top: 0; - margin-bottom: -2px; - border-bottom-left-radius: 0; -} - -/* line 180, ../../../sass/_dropdowns.scss */ -.dropdown-submenu > a:after { - display: block; - content: " "; - float: right; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; - border-width: 5px 0 5px 5px; - border-left-color: #cccccc; - margin-top: 5px; - margin-right: -10px; -} - -/* line 193, ../../../sass/_dropdowns.scss */ -.dropdown-submenu:hover > a:after { - border-left-color: white; -} - -/* line 198, ../../../sass/_dropdowns.scss */ -.dropdown-submenu.pull-left { - float: none; -} -/* line 204, ../../../sass/_dropdowns.scss */ -.dropdown-submenu.pull-left > .dropdown-menu { - left: -100%; - margin-left: 10px; - border-top-right-radius: 0; -} - -/* line 214, ../../../sass/_dropdowns.scss */ -.dropdown .dropdown-menu .nav-header { - padding-left: 20px; - padding-right: 20px; -} - -/* line 221, ../../../sass/_dropdowns.scss */ -.typeahead { - z-index: 1051; -} - -/* line 7, ../../../sass/_wells.scss */ -.well { - min-height: 20px; - padding: 19px; - margin-bottom: 20px; - background-color: whitesmoke; - 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); -} -/* line 15, ../../../sass/_wells.scss */ -.well blockquote { - border-color: #ddd; - border-color: rgba(0, 0, 0, 0.15); -} - -/* line 22, ../../../sass/_wells.scss */ -.well-large { - padding: 24px; - border-radius: 6px; -} - -/* line 26, ../../../sass/_wells.scss */ -.well-small { - padding: 9px; - border-radius: 3px; -} - -/* line 6, ../../../sass/_close.scss */ -.close { - float: right; - font-size: 20px; - font-weight: bold; - line-height: 20px; - color: #000; - text-shadow: 0 1px 0 white; - opacity: 0.2; - filter: "alpha(opacity=20)"; -} -/* line 15, ../../../sass/_close.scss */ -.close:hover, .close:focus { - color: #000; - text-decoration: none; - cursor: pointer; - opacity: 0.5; - filter: "alpha(opacity=50)"; -} - -/* line 26, ../../../sass/_close.scss */ -button.close { - padding: 0; - cursor: pointer; - background: transparent; - border: 0; - -webkit-appearance: none; -} - -/* line 9, ../../../sass/_navs.scss */ -.nav { - margin-left: 0; - margin-bottom: 0; - padding-left: 0; - list-style: none; -} -/* line 21, ../../../sass/_mixins.scss */ -.nav:before, .nav:after { - content: " "; - display: table; - line-height: 0; -} -/* line 28, ../../../sass/_mixins.scss */ -.nav:after { - clear: both; -} - -/* line 16, ../../../sass/_navs.scss */ -.nav > li { - display: block; -} - -/* line 19, ../../../sass/_navs.scss */ -.nav > li > a { - position: relative; - display: block; - padding: 10px 15px; -} -/* line 24, ../../../sass/_navs.scss */ -.nav > li > a .caret { - border-top-color: #428bca; -} - -/* line 27, ../../../sass/_navs.scss */ -.nav > li > a:hover, -.nav > li > a:focus { - text-decoration: none; - background-color: #eeeeee; -} - -/* line 34, ../../../sass/_navs.scss */ -.nav > .pull-right { - float: right; -} - -/* line 47, ../../../sass/_navs.scss */ -.nav-tabs { - border-bottom: 1px solid #ddd; -} - -/* line 51, ../../../sass/_navs.scss */ -.nav-tabs > li { - float: left; - margin-bottom: -1px; -} - -/* line 57, ../../../sass/_navs.scss */ -.nav-tabs > li > a { - margin-right: 2px; - line-height: 20px; - border: 1px solid transparent; - border-radius: 4px 4px 0 0; -} -/* line 62, ../../../sass/_navs.scss */ -.nav-tabs > li > a:hover { - border-color: #eeeeee #eeeeee #dddddd; -} - -/* line 69, ../../../sass/_navs.scss */ -.nav-tabs > .active > a, -.nav-tabs > .active > a:hover, -.nav-tabs > .active > a:focus { - color: #555555; - background-color: white; - border: 1px solid #ddd; - border-bottom-color: transparent; - cursor: default; -} -/* line 76, ../../../sass/_navs.scss */ -.nav-tabs > .active > a .caret, -.nav-tabs > .active > a:hover .caret, -.nav-tabs > .active > a:focus .caret { - border-top-color: #555555; -} - -/* line 82, ../../../sass/_navs.scss */ -.nav-pills > li { - float: left; -} - -/* line 87, ../../../sass/_navs.scss */ -.nav-pills > li > a { - border-radius: 5px; -} - -/* line 90, ../../../sass/_navs.scss */ -.nav-pills > li + li > a { - margin-left: 2px; -} - -/* line 97, ../../../sass/_navs.scss */ -.nav-pills > .active > a, -.nav-pills > .active > a:hover, -.nav-pills > .active > a:focus { - color: #fff; - background-color: #428bca; -} -/* line 101, ../../../sass/_navs.scss */ -.nav-pills > .active > a .caret, -.nav-pills > .active > a:hover .caret, -.nav-pills > .active > a:focus .caret { - border-top-color: #fff; -} -/* line 103, ../../../sass/_navs.scss */ -.nav-pills > .active > a .badge, -.nav-pills > .active > a:hover .badge, -.nav-pills > .active > a:focus .badge { - color: #428bca; - background-color: #fff; -} - -/* line 110, ../../../sass/_navs.scss */ -.nav-stacked > li { - float: none; -} - -/* line 113, ../../../sass/_navs.scss */ -.nav-stacked > li + li > a { - margin-top: 2px; - margin-left: 0; -} - -/* line 121, ../../../sass/_navs.scss */ -.nav-justified { - max-height: 40px; -} - -/* line 125, ../../../sass/_navs.scss */ -.nav-justified > li { - float: none; - display: table-cell; - width: 1%; - text-align: center; -} - -/* line 135, ../../../sass/_navs.scss */ -.nav-list > li > a { - margin-bottom: -1px; - border: 1px solid #e5e5e5; -} - -/* line 139, ../../../sass/_navs.scss */ -.nav-list > li:first-child > a { - border-top-right-radius: 4px; - border-top-left-radius: 4px; -} - -/* line 142, ../../../sass/_navs.scss */ -.nav-list > li:last-child > a { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; -} - -/* line 147, ../../../sass/_navs.scss */ -.nav-list > .active > a, -.nav-list > .active > a:hover, -.nav-list > .active > a:focus { - z-index: 2; - color: #fff; - background-color: #428bca; - border-color: #428bca; -} -/* line 153, ../../../sass/_navs.scss */ -.nav-list > .active > a .caret, -.nav-list > .active > a:hover .caret, -.nav-list > .active > a:focus .caret { - border-top-color: #fff; -} -/* line 155, ../../../sass/_navs.scss */ -.nav-list > .active > a .badge, -.nav-list > .active > a:hover .badge, -.nav-list > .active > a:focus .badge { - color: #428bca; - background-color: #fff; -} - -/* line 170, ../../../sass/_navs.scss */ -.nav > .disabled > a { - color: #999999; -} -/* line 173, ../../../sass/_navs.scss */ -.nav > .disabled > a .caret { - border-top-color: #999999; -} - -/* line 177, ../../../sass/_navs.scss */ -.nav > .disabled > a:hover, -.nav > .disabled > a:focus { - color: #999999; - text-decoration: none; - background-color: transparent; - cursor: default; -} -/* line 183, ../../../sass/_navs.scss */ -.nav > .disabled > a:hover .caret, -.nav > .disabled > a:focus .caret { - border-top-color: #999999; -} - -/* line 189, ../../../sass/_navs.scss */ -.nav-header { - display: block; - padding: 3px 15px; - font-size: 11px; - font-weight: bold; - line-height: 20px; - color: #999999; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); - text-transform: uppercase; -} - -/* line 200, ../../../sass/_navs.scss */ -.nav li + .nav-header { - margin-top: 9px; -} - -/* line 205, ../../../sass/_navs.scss */ -.nav .divider { - height: 1px; - margin: 9px 0; - overflow: hidden; - background-color: #e5e5e5; - border-bottom: 1px solid white; -} - -/* line 21, ../../../sass/_mixins.scss */ -.tabbable:before, .tabbable:after { - content: " "; - display: table; - line-height: 0; -} -/* line 28, ../../../sass/_mixins.scss */ -.tabbable:after { - clear: both; -} - -/* line 221, ../../../sass/_navs.scss */ -.tab-content > .tab-pane, -.pill-content > .pill-pane { - display: none; -} - -/* line 225, ../../../sass/_navs.scss */ -.tab-content > .active, -.pill-content > .active { - display: block; -} - -/* line 6, ../../../sass/_navbar.scss */ -.navbar { - position: relative; - padding: 10px 15px; - background-color: #eeeeee; - border-radius: 4px; -} -/* line 21, ../../../sass/_mixins.scss */ -.navbar:before, .navbar:after { - content: " "; - display: table; - line-height: 0; -} -/* line 28, ../../../sass/_mixins.scss */ -.navbar:after { - clear: both; -} - -/* line 19, ../../../sass/_navbar.scss */ -.navbar .nav { - margin-top: 15px; -} -/* line 23, ../../../sass/_navbar.scss */ -.navbar .nav > li > a { - padding-top: 15px; - padding-bottom: 15px; - color: #777777; - line-height: 20px; -} -/* line 30, ../../../sass/_navbar.scss */ -.navbar .nav > li > a:hover, -.navbar .nav > li > a:focus { - color: #333333; - background-color: transparent; -} -/* line 37, ../../../sass/_navbar.scss */ -.navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus { - color: #555555; - background-color: #d4d4d4; -} -/* line 46, ../../../sass/_navbar.scss */ -.navbar .nav > .disabled > a:hover, .navbar .nav > .disabled > a:focus { - color: #cccccc; - background-color: transparent; -} - -/* line 61, ../../../sass/_navbar.scss */ -.navbar-static-top { - border-radius: 0; -} - -/* line 67, ../../../sass/_navbar.scss */ -.navbar-fixed-top, -.navbar-fixed-bottom { - position: fixed; - right: 0; - left: 0; - z-index: 1030; - border-radius: 0; -} - -/* line 74, ../../../sass/_navbar.scss */ -.navbar-fixed-top { - top: 0; -} - -/* line 75, ../../../sass/_navbar.scss */ -.navbar-fixed-bottom { - bottom: 0; -} - -/* line 84, ../../../sass/_navbar.scss */ -.navbar-brand { - display: block; - max-width: 200px; - margin-left: auto; - margin-right: auto; - padding: 7px 15px; - font-size: 18px; - font-weight: 500; - line-height: 20px; - color: #777777; - text-align: center; -} -/* line 96, ../../../sass/_navbar.scss */ -.navbar-brand:hover, .navbar-brand:focus { - color: #5e5e5e; - text-decoration: none; - background-color: transparent; -} - -/* line 104, ../../../sass/_navbar.scss */ -.navbar-toggle { - position: absolute; - top: 10px; - right: 10px; - padding: 8px 12px; - background-color: transparent; - border: 1px solid #ddd; - border-radius: 4px; -} -/* line 114, ../../../sass/_navbar.scss */ -.navbar-toggle:hover, .navbar-toggle:focus { - background-color: #ddd; -} -/* line 119, ../../../sass/_navbar.scss */ -.navbar-toggle .icon-bar { - display: block; - width: 22px; - height: 2px; - background-color: #ccc; - border-radius: 1px; -} -/* line 126, ../../../sass/_navbar.scss */ -.navbar-toggle .icon-bar + .icon-bar { - margin-top: 4px; -} - -/* line 132, ../../../sass/_navbar.scss */ -.navbar .nav > .divider { - height: 1px; - margin: 9px 0; - overflow: hidden; - background-color: #e1e1e1; - border-bottom: 1px solid #fbfbfb; -} - -/* line 137, ../../../sass/_navbar.scss */ -.navbar-form { - margin-top: 8px; - margin-bottom: 8px; -} - -/* line 144, ../../../sass/_navbar.scss */ -.navbar .nav > li > .dropdown-menu { - margin-top: 0; - border-top-right-radius: 0; - border-top-left-radius: 0; -} - -/* line 149, ../../../sass/_navbar.scss */ -.navbar-fixed-bottom .nav > li > .dropdown-menu { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} - -/* line 157, ../../../sass/_navbar.scss */ -.navbar .nav li.dropdown > a:hover .caret, -.navbar .nav li.dropdown > a:focus .caret { - border-top-color: #333333; - border-bottom-color: #333333; -} -/* line 165, ../../../sass/_navbar.scss */ -.navbar .nav li.dropdown.open > .dropdown-toggle, -.navbar .nav li.dropdown.active > .dropdown-toggle, -.navbar .nav li.dropdown.open.active > .dropdown-toggle { - background-color: #d4d4d4; - color: #555555; -} -/* line 169, ../../../sass/_navbar.scss */ -.navbar .nav li.dropdown > .dropdown-toggle .caret { - border-top-color: #777777; - border-bottom-color: #777777; -} -/* line 175, ../../../sass/_navbar.scss */ -.navbar .nav li.dropdown.open > .dropdown-toggle .caret, -.navbar .nav li.dropdown.active > .dropdown-toggle .caret, -.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret { - border-top-color: #555555; - border-bottom-color: #555555; -} - -/* line 183, ../../../sass/_navbar.scss */ -.navbar .pull-right > li > .dropdown-menu, -.navbar .nav > li > .dropdown-menu.pull-right { - left: auto; - right: 0; -} - -/* line 193, ../../../sass/_navbar.scss */ -.navbar-inverse { - background-color: #222222; -} -/* line 196, ../../../sass/_navbar.scss */ -.navbar-inverse .navbar-brand { - color: #999999; -} -/* line 199, ../../../sass/_navbar.scss */ -.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { - color: white; - background-color: transparent; -} -/* line 205, ../../../sass/_navbar.scss */ -.navbar-inverse .navbar-text { - color: #999999; -} -/* line 209, ../../../sass/_navbar.scss */ -.navbar-inverse .nav > li > a { - color: #999999; -} -/* line 214, ../../../sass/_navbar.scss */ -.navbar-inverse .nav > li > a:focus, -.navbar-inverse .nav > li > a:hover { - color: white; - background-color: transparent; -} -/* line 220, ../../../sass/_navbar.scss */ -.navbar-inverse .nav > .active > a, -.navbar-inverse .nav > .active > a:hover, -.navbar-inverse .nav > .active > a:focus { - color: white; - background-color: #090909; -} -/* line 226, ../../../sass/_navbar.scss */ -.navbar-inverse .nav > .disabled > a, -.navbar-inverse .nav > .disabled > a:hover, -.navbar-inverse .nav > .disabled > a:focus { - color: #444444; - background-color: transparent; -} -/* line 232, ../../../sass/_navbar.scss */ -.navbar-inverse .navbar-toggle { - border-color: #333; -} -/* line 235, ../../../sass/_navbar.scss */ -.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { - background-color: #333; -} -/* line 238, ../../../sass/_navbar.scss */ -.navbar-inverse .navbar-toggle .icon-bar { - background-color: #fff; -} -/* line 244, ../../../sass/_navbar.scss */ -.navbar-inverse .nav > .divider { - background-color: #151515; - border-bottom-color: #2f2f2f; -} -/* line 252, ../../../sass/_navbar.scss */ -.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, -.navbar-inverse .nav li.dropdown.active > .dropdown-toggle, -.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle { - background-color: #090909; - color: white; -} -/* line 257, ../../../sass/_navbar.scss */ -.navbar-inverse .nav li.dropdown > a:hover .caret, -.navbar-inverse .nav li.dropdown > a:focus .caret { - border-top-color: white; - border-bottom-color: white; -} -/* line 261, ../../../sass/_navbar.scss */ -.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret { - border-top-color: #999999; - border-bottom-color: #999999; -} -/* line 267, ../../../sass/_navbar.scss */ -.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, -.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, -.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret { - border-top-color: white; - border-bottom-color: white; -} - -@media screen and (min-width: 768px) { - /* line 279, ../../../sass/_navbar.scss */ - .navbar { - padding-top: 0; - padding-bottom: 0; - } - - /* line 283, ../../../sass/_navbar.scss */ - .navbar-brand { - float: left; - padding-top: 14px; - padding-bottom: 16px; - margin-left: -10px; - } - - /* line 289, ../../../sass/_navbar.scss */ - .navbar .nav { - float: left; - margin-top: 0; - } - /* line 21, ../../../sass/_mixins.scss */ - .navbar .nav:before, .navbar .nav:after { - content: " "; - display: table; - line-height: 0; - } - /* line 28, ../../../sass/_mixins.scss */ - .navbar .nav:after { - clear: both; - } - /* line 294, ../../../sass/_navbar.scss */ - .navbar .nav.pull-right { - float: right; - } - - /* line 298, ../../../sass/_navbar.scss */ - .navbar .nav > li { - float: left; - } - - /* line 304, ../../../sass/_navbar.scss */ - .navbar .nav > .divider { - width: 1px; - height: 30px; - margin: 10px 9px; - border-bottom: 0; - border-right: 1px solid #fbfbfb; - } - - /* line 312, ../../../sass/_navbar.scss */ - .navbar-inverse .nav > .divider { - border-right-color: #2f2f2f; - } - - /* line 317, ../../../sass/_navbar.scss */ - .navbar-toggle { - position: relative; - top: auto; - left: auto; - display: none; - } - - /* line 323, ../../../sass/_navbar.scss */ - .nav-collapse.collapse { - height: auto !important; - overflow: visible !important; - } -} -/* line 6, ../../../sass/_button-groups.scss */ -.btn .caret { - border-top-color: white; -} - -/* line 9, ../../../sass/_button-groups.scss */ -.dropup .btn .caret { - border-bottom-color: white; -} - -/* line 14, ../../../sass/_button-groups.scss */ -.btn-group { - position: relative; - display: inline-block; - vertical-align: middle; -} -/* line 18, ../../../sass/_button-groups.scss */ -.btn-group > .btn { - position: relative; - float: left; -} -/* line 22, ../../../sass/_button-groups.scss */ -.btn-group > .btn + .btn { - margin-left: -1px; -} -/* line 27, ../../../sass/_button-groups.scss */ -.btn-group > .btn:hover, .btn-group > .btn:active { - z-index: 2; -} - -/* line 21, ../../../sass/_mixins.scss */ -.btn-toolbar:before, .btn-toolbar:after { - content: " "; - display: table; - line-height: 0; -} -/* line 28, ../../../sass/_mixins.scss */ -.btn-toolbar:after { - clear: both; -} -/* line 37, ../../../sass/_button-groups.scss */ -.btn-toolbar .btn-group { - float: left; -} -/* line 44, ../../../sass/_button-groups.scss */ -.btn-toolbar > .btn + .btn, -.btn-toolbar > .btn-group + .btn, -.btn-toolbar > .btn + .btn-group, -.btn-toolbar > .btn-group + .btn-group { - margin-left: 5px; -} - -/* line 50, ../../../sass/_button-groups.scss */ -.btn-group > .btn { - position: relative; - border-radius: 0; -} - -/* line 57, ../../../sass/_button-groups.scss */ -.btn-group > .btn:first-child { - margin-left: 0; - border-bottom-left-radius: 4px; - border-top-left-radius: 4px; -} - -/* line 63, ../../../sass/_button-groups.scss */ -.btn-group > .btn:last-child, -.btn-group > .dropdown-toggle { - border-bottom-right-radius: 4px; - border-top-right-radius: 4px; -} - -/* line 67, ../../../sass/_button-groups.scss */ -.btn-group > .btn.large:first-child { - margin-left: 0; - border-bottom-left-radius: 6px; - border-top-left-radius: 6px; -} - -/* line 72, ../../../sass/_button-groups.scss */ -.btn-group > .btn.large:last-child, -.btn-group > .large.dropdown-toggle { - border-bottom-right-radius: 6px; - border-top-right-radius: 6px; -} - -/* line 78, ../../../sass/_button-groups.scss */ -.btn-group .dropdown-toggle:active, -.btn-group.open .dropdown-toggle { - outline: 0; -} - -/* line 88, ../../../sass/_button-groups.scss */ -.btn-group > .btn + .dropdown-toggle { - padding-left: 8px; - padding-right: 8px; -} - -/* line 92, ../../../sass/_button-groups.scss */ -.btn-group > .btn-mini + .dropdown-toggle { - padding-left: 5px; - padding-right: 5px; -} - -/* line 96, ../../../sass/_button-groups.scss */ -.btn-group > .btn-large + .dropdown-toggle { - padding-left: 12px; - padding-right: 12px; -} - -/* line 103, ../../../sass/_button-groups.scss */ -.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); -} - -/* line 109, ../../../sass/_button-groups.scss */ -.btn .caret { - margin-top: 8px; - margin-left: 0; -} - -/* line 114, ../../../sass/_button-groups.scss */ -.btn-large .caret { - border-width: 5px; -} - -/* line 118, ../../../sass/_button-groups.scss */ -.dropup .btn-large .caret { - border-bottom-width: 5px; -} - -/* line 126, ../../../sass/_button-groups.scss */ -.btn-group-vertical > .btn { - display: block; - float: none; - width: 100%; - max-width: 100%; -} -/* line 134, ../../../sass/_button-groups.scss */ -.btn-group-vertical > .btn + .btn { - margin-left: 0; - margin-top: -1px; -} - -/* line 139, ../../../sass/_button-groups.scss */ -.btn-group-vertical .btn:first-child { - margin-top: 0; - border-radius: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; -} - -/* line 144, ../../../sass/_button-groups.scss */ -.btn-group-vertical .btn:last-child { - border-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; -} - -/* line 148, ../../../sass/_button-groups.scss */ -.btn-group-vertical .btn-large:first-child { - border-top-right-radius: 6px; - border-top-left-radius: 6px; -} - -/* line 151, ../../../sass/_button-groups.scss */ -.btn-group-vertical .btn-large:last-child { - border-bottom-right-radius: 6px; - border-bottom-left-radius: 6px; -} - -/* line 159, ../../../sass/_button-groups.scss */ -.btn-group-justified { - display: table; - width: 100%; -} -/* line 162, ../../../sass/_button-groups.scss */ -.btn-group-justified .btn { - float: none; - display: table-cell; - width: 1%; -} - -/* line 172, ../../../sass/_button-groups.scss */ -.btn-group[data-toggle="buttons-radio"] > .btn > input[type="radio"], -.btn-group[data-toggle="buttons-checkbox"] > .btn > input[type="checkbox"] { - display: none; -} - -/* line 6, ../../../sass/_breadcrumbs.scss */ -.breadcrumb { - padding: 8px 15px; - margin: 0 0 20px; - list-style: none; - background-color: whitesmoke; - border-radius: 4px; -} -/* line 12, ../../../sass/_breadcrumbs.scss */ -.breadcrumb > li { - display: inline-block; - text-shadow: 0 1px 0 #fff; - *display: inline; - /* IE7 inline-block hack */ - *zoom: 1; -} -/* line 18, ../../../sass/_breadcrumbs.scss */ -.breadcrumb > li:after { - display: inline-block; - content: "\00a0 /"; - padding: 0 5px; - color: #ccc; -} -/* line 25, ../../../sass/_breadcrumbs.scss */ -.breadcrumb > .active { - color: #999999; -} - -/* line 4, ../../../sass/_pagination.scss */ -.pagination { - display: inline-block; - margin: 20px 0; - border-radius: 4px; -} - -/* line 9, ../../../sass/_pagination.scss */ -.pagination > li { - display: inline; -} - -/* line 13, ../../../sass/_pagination.scss */ -.pagination > li > a, -.pagination > li > span { - float: left; - padding: 4px 12px; - line-height: 20px; - text-decoration: none; - background-color: white; - border: 1px solid #dddddd; - border-left-width: 0; -} - -/* line 25, ../../../sass/_pagination.scss */ -.pagination > li > a:hover, -.pagination > li > a:focus, -.pagination > .active > a, -.pagination > .active > span { - background-color: whitesmoke; -} - -/* line 29, ../../../sass/_pagination.scss */ -.pagination > .active > a, -.pagination > .active > span { - color: #999999; - cursor: default; -} - -/* line 36, ../../../sass/_pagination.scss */ -.pagination > .disabled > span, -.pagination > .disabled > a, -.pagination > .disabled > a:hover, -.pagination > .disabled > a:focus { - color: #999999; - background-color: transparent; - cursor: default; -} - -/* line 42, ../../../sass/_pagination.scss */ -.pagination > li:first-child > a, -.pagination > li:first-child > span { - border-left-width: 1px; - border-bottom-left-radius: 4px; - border-top-left-radius: 4px; -} - -/* line 47, ../../../sass/_pagination.scss */ -.pagination > li:last-child > a, -.pagination > li:last-child > span { - border-bottom-right-radius: 4px; - border-top-right-radius: 4px; -} - -/* line 58, ../../../sass/_pagination.scss */ -.pagination-large > li > a, -.pagination-large > li > span { - padding: 11px 14px; - font-size: 17.5px; -} -/* line 63, ../../../sass/_pagination.scss */ -.pagination-large > li:first-child > a, -.pagination-large > li:first-child > span { - border-bottom-left-radius: 6px; - border-top-left-radius: 6px; -} -/* line 67, ../../../sass/_pagination.scss */ -.pagination-large > li:last-child > a, -.pagination-large > li:last-child > span { - border-bottom-right-radius: 6px; - border-top-right-radius: 6px; -} - -/* line 76, ../../../sass/_pagination.scss */ -.pagination-mini > li:first-child > a, -.pagination-mini > li:first-child > span, -.pagination-small > li:first-child > a, -.pagination-small > li:first-child > span { - border-bottom-left-radius: 3px; - border-top-left-radius: 3px; -} -/* line 80, ../../../sass/_pagination.scss */ -.pagination-mini > li:last-child > a, -.pagination-mini > li:last-child > span, -.pagination-small > li:last-child > a, -.pagination-small > li:last-child > span { - border-bottom-right-radius: 3px; - border-top-right-radius: 3px; -} - -/* line 88, ../../../sass/_pagination.scss */ -.pagination-small > li > a, -.pagination-small > li > span { - padding: 2px 10px; - font-size: 11.9px; -} - -/* line 96, ../../../sass/_pagination.scss */ -.pagination-mini > li > a, -.pagination-mini > li > span { - padding: 0px 6px; - font-size: 10.5px; -} - -/* line 6, ../../../sass/_pager.scss */ -.pager { - margin: 20px 0; - list-style: none; - text-align: center; -} -/* line 21, ../../../sass/_mixins.scss */ -.pager:before, .pager:after { - content: " "; - display: table; - line-height: 0; -} -/* line 28, ../../../sass/_mixins.scss */ -.pager:after { - clear: both; -} - -/* line 12, ../../../sass/_pager.scss */ -.pager li { - display: inline; -} - -/* line 16, ../../../sass/_pager.scss */ -.pager li > a, -.pager li > span { - display: inline-block; - padding: 5px 14px; - background-color: #fff; - border: 1px solid #ddd; - border-radius: 15px; -} - -/* line 24, ../../../sass/_pager.scss */ -.pager li > a:hover, -.pager li > a:focus { - text-decoration: none; - background-color: whitesmoke; -} - -/* line 29, ../../../sass/_pager.scss */ -.pager .next > a, -.pager .next > span { - float: right; -} - -/* line 33, ../../../sass/_pager.scss */ -.pager .previous > a, -.pager .previous > span { - float: left; -} - -/* line 39, ../../../sass/_pager.scss */ -.pager .disabled > a, -.pager .disabled > a:hover, -.pager .disabled > a:focus, -.pager .disabled > span { - color: #999999; - background-color: #fff; - cursor: default; -} - -/* line 11, ../../../sass/_modals.scss */ -.modal-open { - overflow: hidden; -} - -/* line 16, ../../../sass/_modals.scss */ -.modal { - display: none; - overflow: auto; - overflow-y: scroll; - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1040; - -webkit-overflow-scrolling: touch; -} -/* line 30, ../../../sass/_modals.scss */ -.modal.slide, .modal.slide.down, .modal.slide.out { - top: -25%; - -webkit-transition: opacity 0.3s linear, top 0.3s ease-out; - -moz-transition: opacity 0.3s linear, top 0.3s ease-out; - -o-transition: opacity 0.3s linear, top 0.3s ease-out; - transition: opacity 0.3s linear, top 0.3s ease-out; -} -/* line 33, ../../../sass/_modals.scss */ -.modal.slide.in, .modal.slide.down.in, .modal.slide.out.in { - top: 0; -} -/* line 38, ../../../sass/_modals.scss */ -.modal.slide.up.out { - top: auto; - bottom: -25%; -} -/* line 42, ../../../sass/_modals.scss */ -.modal.slide.up.in { - top: auto; - bottom: 0; -} - -/* line 51, ../../../sass/_modals.scss */ -.modal-dialog { - position: relative; - top: 0; - left: 0; - right: 0; - width: auto; - padding: 10px; - z-index: 1050; -} - -/* line 62, ../../../sass/_modals.scss */ -.modal-content { - position: relative; - background-color: #fff; - border: 1px solid #999; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 6px; - -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); - box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); - -webkit-background-clip: padding-box; - -moz-background-clip: padding-box; - background-clip: padding-box; - outline: none; -} - -/* line 75, ../../../sass/_modals.scss */ -.modal-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1030; - background-color: #000; -} -/* line 84, ../../../sass/_modals.scss */ -.modal-backdrop.fade { - opacity: 0; -} -/* line 85, ../../../sass/_modals.scss */ -.modal-backdrop.fade.in { - opacity: .5; -} - -/* line 90, ../../../sass/_modals.scss */ -.modal-header { - padding: 9px 15px; - border-bottom: 1px solid #eee; -} - -/* line 95, ../../../sass/_modals.scss */ -.modal-header .close { - right: 0; - top: 2px; -} - -/* line 101, ../../../sass/_modals.scss */ -.modal-title { - margin: 0; - line-height: 30px; -} - -/* line 108, ../../../sass/_modals.scss */ -.modal-body { - position: relative; - padding: 20px; - overflow-y: auto; - max-height: 400px; -} - -/* line 117, ../../../sass/_modals.scss */ -.modal-footer { - margin-top: 15px; - padding: 19px 20px 20px; - text-align: right; - border-top: 1px solid #e5e5e5; -} -/* line 21, ../../../sass/_mixins.scss */ -.modal-footer:before, .modal-footer:after { - content: " "; - display: table; - line-height: 0; -} -/* line 28, ../../../sass/_mixins.scss */ -.modal-footer:after { - clear: both; -} -/* line 125, ../../../sass/_modals.scss */ -.modal-footer .btn + .btn { - margin-left: 5px; - margin-bottom: 0; -} -/* line 130, ../../../sass/_modals.scss */ -.modal-footer .btn-group .btn + .btn { - margin-left: -1px; -} -/* line 134, ../../../sass/_modals.scss */ -.modal-footer .btn-block + .btn-block { - margin-left: 0; -} - -@media screen and (min-width: 768px) { - /* line 142, ../../../sass/_modals.scss */ - .modal-dialog { - left: 50%; - right: auto; - width: 560px; - margin-left: -280px; - padding-top: 30px; - padding-bottom: 30px; - } - - /* line 150, ../../../sass/_modals.scss */ - .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); - } -} -/* line 7, ../../../sass/_tooltip.scss */ -.tooltip { - position: absolute; - z-index: 1030; - display: block; - visibility: visible; - font-size: 11px; - line-height: 1.4; - opacity: 0; - filter: "alpha(opacity=0)"; -} -/* line 15, ../../../sass/_tooltip.scss */ -.tooltip.in { - opacity: 1; - filter: "alpha(opacity=100)"; -} -/* line 16, ../../../sass/_tooltip.scss */ -.tooltip.top { - margin-top: -3px; - padding: 5px 0; -} -/* line 17, ../../../sass/_tooltip.scss */ -.tooltip.right { - margin-left: 3px; - padding: 0 5px; -} -/* line 18, ../../../sass/_tooltip.scss */ -.tooltip.bottom { - margin-top: 3px; - padding: 5px 0; -} -/* line 19, ../../../sass/_tooltip.scss */ -.tooltip.left { - margin-left: -3px; - padding: 0 5px; -} - -/* line 23, ../../../sass/_tooltip.scss */ -.tooltip-inner { - max-width: 200px; - padding: 3px 8px; - color: white; - text-align: center; - text-decoration: none; - background-color: rgba(0, 0, 0, 0.9); - border-radius: 4px; -} - -/* line 34, ../../../sass/_tooltip.scss */ -.tooltip-arrow { - position: absolute; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} - -/* line 42, ../../../sass/_tooltip.scss */ -.tooltip.top .tooltip-arrow { - bottom: 0; - left: 50%; - margin-left: -5px; - border-width: 5px 5px 0; - border-top-color: rgba(0, 0, 0, 0.9); -} -/* line 49, ../../../sass/_tooltip.scss */ -.tooltip.right .tooltip-arrow { - top: 50%; - left: 0; - margin-top: -5px; - border-width: 5px 5px 5px 0; - border-right-color: rgba(0, 0, 0, 0.9); -} -/* line 56, ../../../sass/_tooltip.scss */ -.tooltip.left .tooltip-arrow { - top: 50%; - right: 0; - margin-top: -5px; - border-width: 5px 0 5px 5px; - border-left-color: rgba(0, 0, 0, 0.9); -} -/* line 63, ../../../sass/_tooltip.scss */ -.tooltip.bottom .tooltip-arrow { - top: 0; - left: 50%; - margin-left: -5px; - border-width: 0 5px 5px; - border-bottom-color: rgba(0, 0, 0, 0.9); -} - -/* line 6, ../../../sass/_popovers.scss */ -.popover { - position: absolute; - top: 0; - left: 0; - z-index: 1010; - display: none; - max-width: 276px; - padding: 1px; - text-align: left; - background-color: white; - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - 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); - white-space: normal; -} -/* line 28, ../../../sass/_popovers.scss */ -.popover.top { - margin-top: -10px; -} -/* line 29, ../../../sass/_popovers.scss */ -.popover.right { - margin-left: 10px; -} -/* line 30, ../../../sass/_popovers.scss */ -.popover.bottom { - margin-top: 10px; -} -/* line 31, ../../../sass/_popovers.scss */ -.popover.left { - margin-left: -10px; -} - -/* line 34, ../../../sass/_popovers.scss */ -.popover-title { - margin: 0; - padding: 8px 14px; - font-size: 14px; - font-weight: normal; - line-height: 18px; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; - border-top-right-radius: 5px; - border-top-left-radius: 5px; -} -/* line 44, ../../../sass/_popovers.scss */ -.popover-title:empty { - display: none; -} - -/* line 49, ../../../sass/_popovers.scss */ -.popover-content { - padding: 9px 14px; -} - -/* line 58, ../../../sass/_popovers.scss */ -.popover .arrow, -.popover .arrow:after { - position: absolute; - display: block; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} - -/* line 66, ../../../sass/_popovers.scss */ -.popover .arrow { - border-width: 11px; -} - -/* line 69, ../../../sass/_popovers.scss */ -.popover .arrow:after { - border-width: 10px; - content: ""; -} - -/* line 75, ../../../sass/_popovers.scss */ -.popover.top .arrow { - left: 50%; - margin-left: -11px; - border-bottom-width: 0; - border-top-color: #999; - border-top-color: rgba(0, 0, 0, 0.25); - bottom: -11px; -} -/* line 82, ../../../sass/_popovers.scss */ -.popover.top .arrow:after { - bottom: 1px; - margin-left: -10px; - border-bottom-width: 0; - border-top-color: white; -} -/* line 89, ../../../sass/_popovers.scss */ -.popover.right .arrow { - top: 50%; - left: -11px; - margin-top: -11px; - border-left-width: 0; - border-right-color: #999; - border-right-color: rgba(0, 0, 0, 0.25); -} -/* line 96, ../../../sass/_popovers.scss */ -.popover.right .arrow:after { - left: 1px; - bottom: -10px; - border-left-width: 0; - border-right-color: white; -} -/* line 103, ../../../sass/_popovers.scss */ -.popover.bottom .arrow { - left: 50%; - margin-left: -11px; - border-top-width: 0; - border-bottom-color: #999; - border-bottom-color: rgba(0, 0, 0, 0.25); - top: -11px; -} -/* line 110, ../../../sass/_popovers.scss */ -.popover.bottom .arrow:after { - top: 1px; - margin-left: -10px; - border-top-width: 0; - border-bottom-color: white; -} -/* line 118, ../../../sass/_popovers.scss */ -.popover.left .arrow { - top: 50%; - right: -11px; - margin-top: -11px; - border-right-width: 0; - border-left-color: #999; - border-left-color: rgba(0, 0, 0, 0.25); -} -/* line 125, ../../../sass/_popovers.scss */ -.popover.left .arrow:after { - right: 1px; - border-right-width: 0; - border-left-color: white; - bottom: -10px; -} - -/* line 9, ../../../sass/_alerts.scss */ -.alert { - padding: 8px 35px 8px 14px; - margin-bottom: 20px; - color: #c77c11; - background-color: #fcf1e0; - border: 1px solid #fbe7d2; - border-radius: 4px; -} -/* line 18, ../../../sass/_alerts.scss */ -.alert h4 { - margin-top: 0; - color: inherit; -} -/* line 24, ../../../sass/_alerts.scss */ -.alert hr { - border-top-color: #f9daba; -} -/* line 29, ../../../sass/_alerts.scss */ -.alert > a, -.alert > p > a { - font-weight: 500; - color: #985f0d; -} - -/* line 37, ../../../sass/_alerts.scss */ -.alert .close { - position: relative; - top: -2px; - right: -21px; - line-height: 20px; - color: inherit; -} - -/* line 48, ../../../sass/_alerts.scss */ -.alert-success { - background-color: #cae8ca; - border-color: #bce0b8; - color: #357935; -} -/* line 52, ../../../sass/_alerts.scss */ -.alert-success hr { - border-top-color: #abd8a7; -} -/* line 56, ../../../sass/_alerts.scss */ -.alert-success > a, -.alert-success > p > a { - color: #255625; -} - -/* line 61, ../../../sass/_alerts.scss */ -.alert-danger, -.alert-error { - background-color: #f5d2d1; - border-color: #f2c4c7; - color: #a02622; -} -/* line 65, ../../../sass/_alerts.scss */ -.alert-danger hr, -.alert-error hr { - border-top-color: #eeafb3; -} -/* line 69, ../../../sass/_alerts.scss */ -.alert-danger > a, -.alert-danger > p > a, -.alert-error > a, -.alert-error > p > a { - color: #761c19; -} - -/* line 73, ../../../sass/_alerts.scss */ -.alert-info { - background-color: #dff3f8; - border-color: #c1ebf3; - color: #2390b0; -} -/* line 77, ../../../sass/_alerts.scss */ -.alert-info hr { - border-top-color: #ace5ee; -} -/* line 81, ../../../sass/_alerts.scss */ -.alert-info > a, -.alert-info > p > a { - color: #1b6d85; -} - -/* line 89, ../../../sass/_alerts.scss */ -.alert-block { - padding-top: 14px; - padding-bottom: 14px; -} - -/* line 94, ../../../sass/_alerts.scss */ -.alert-block > p, -.alert-block > ul { - margin-bottom: 0; -} - -/* line 97, ../../../sass/_alerts.scss */ -.alert-block p + p { - margin-top: 5px; -} - -/* line 12, ../../../sass/_thumbnails.scss */ -.thumbnail, -.img-thumbnail { - padding: 4px; - line-height: 20px; - border: 1px solid #ddd; - border-radius: 4px; - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; -} - -/* line 19, ../../../sass/_thumbnails.scss */ -.thumbnail { - display: block; -} - -/* line 22, ../../../sass/_thumbnails.scss */ -.img-thumbnail { - display: inline-block; -} - -/* line 28, ../../../sass/_thumbnails.scss */ -a.thumbnail:hover, -a.thumbnail:focus { - border-color: #428bca; -} - -/* line 33, ../../../sass/_thumbnails.scss */ -.thumbnail > img { - display: block; - max-width: 100%; - margin-left: auto; - margin-right: auto; -} - -/* line 39, ../../../sass/_thumbnails.scss */ -.thumbnail .caption { - padding: 9px; - color: #555555; -} - -/* line 11, ../../../sass/_media.scss */ -.media, -.media-body { - overflow: hidden; - zoom: 1; -} - -/* line 18, ../../../sass/_media.scss */ -.media, -.media .media { - margin-top: 15px; -} - -/* line 21, ../../../sass/_media.scss */ -.media:first-child { - margin-top: 0; -} - -/* line 26, ../../../sass/_media.scss */ -.media-object { - display: block; -} - -/* line 31, ../../../sass/_media.scss */ -.media-heading { - margin: 0 0 5px; -} - -/* line 39, ../../../sass/_media.scss */ -.media > .pull-left { - margin-right: 10px; -} - -/* line 42, ../../../sass/_media.scss */ -.media > .pull-right { - margin-left: 10px; -} - -/* line 51, ../../../sass/_media.scss */ -.media-list { - margin-left: 0; - list-style: none; -} - -/* line 7, ../../../sass/_labels.scss */ -.label { - padding: .25em .6em; - font-size: 75%; - font-weight: 500; - color: #fff; - line-height: 1; - vertical-align: middle; - white-space: nowrap; - text-align: center; - background-color: #999999; - border-radius: .25em; -} - -/* line 23, ../../../sass/_labels.scss */ -a.label:hover, a.label:focus { - color: #fff; - text-decoration: none; - cursor: pointer; -} - -/* line 34, ../../../sass/_labels.scss */ -.label-danger { - background-color: #d9534f; -} - -/* line 35, ../../../sass/_labels.scss */ -.label-danger[href] { - background-color: #c9302c; -} - -/* line 37, ../../../sass/_labels.scss */ -.label-warning { - background-color: #f0ad4e; -} - -/* line 38, ../../../sass/_labels.scss */ -.label-warning[href] { - background-color: #ec971f; -} - -/* line 40, ../../../sass/_labels.scss */ -.label-success { - background-color: #5cb85c; -} - -/* line 41, ../../../sass/_labels.scss */ -.label-success[href] { - background-color: #449d44; -} - -/* line 43, ../../../sass/_labels.scss */ -.label-info { - background-color: #5bc0de; -} - -/* line 44, ../../../sass/_labels.scss */ -.label-info[href] { - background-color: #31b0d5; -} - -/* line 7, ../../../sass/_badges.scss */ -.badge { - display: inline-block; - min-width: 10px; - padding: 3px 7px; - font-size: 12px; - font-weight: bold; - color: #fff; - line-height: 1; - vertical-align: middle; - white-space: nowrap; - text-align: center; - background-color: #999999; - border-radius: 10px; -} -/* line 22, ../../../sass/_badges.scss */ -.badge:empty { - display: none; -} - -/* line 30, ../../../sass/_badges.scss */ -a.badge:hover, a.badge:focus { - color: #fff; - text-decoration: none; - cursor: pointer; -} - -/* line 39, ../../../sass/_badges.scss */ -.btn .badge { - position: relative; - top: -1px; -} - -/* line 45, ../../../sass/_badges.scss */ -.btn-mini .badge { - top: 0; -} - -/* line 51, ../../../sass/_badges.scss */ -.nav-pills > li > a > .badge { - margin-left: 3px; -} - -/* line 59, ../../../sass/_badges.scss */ -.badge-danger { - background-color: #d9534f; -} - -/* line 60, ../../../sass/_badges.scss */ -.badge-danger[href] { - background-color: #c9302c; -} - -/* line 62, ../../../sass/_badges.scss */ -.badge-warning { - background-color: #f0ad4e; -} - -/* line 63, ../../../sass/_badges.scss */ -.badge-warning[href] { - background-color: #ec971f; -} - -/* line 65, ../../../sass/_badges.scss */ -.badge-success { - background-color: #5cb85c; -} - -/* line 66, ../../../sass/_badges.scss */ -.badge-success[href] { - background-color: #449d44; -} - -/* line 68, ../../../sass/_badges.scss */ -.badge-info { - background-color: #5bc0de; -} - -/* line 69, ../../../sass/_badges.scss */ -.badge-info[href] { - background-color: #31b0d5; -} - -@-webkit-keyframes progress-bar-stripes { - /* line 11, ../../../sass/_progress-bars.scss */ - from { - background-position: 40px 0; - } - - /* line 12, ../../../sass/_progress-bars.scss */ - to { - background-position: 0 0; - } -} - -@-moz-keyframes progress-bar-stripes { - /* line 17, ../../../sass/_progress-bars.scss */ - from { - background-position: 40px 0; - } - - /* line 18, ../../../sass/_progress-bars.scss */ - to { - background-position: 0 0; - } -} - -@-ms-keyframes progress-bar-stripes { - /* line 23, ../../../sass/_progress-bars.scss */ - from { - background-position: 40px 0; - } - - /* line 24, ../../../sass/_progress-bars.scss */ - to { - background-position: 0 0; - } -} - -@-o-keyframes progress-bar-stripes { - /* line 29, ../../../sass/_progress-bars.scss */ - from { - background-position: 0 0; - } - - /* line 30, ../../../sass/_progress-bars.scss */ - to { - background-position: 40px 0; - } -} - -@keyframes progress-bar-stripes { - /* line 35, ../../../sass/_progress-bars.scss */ - from { - background-position: 40px 0; - } - - /* line 36, ../../../sass/_progress-bars.scss */ - to { - background-position: 0 0; - } -} - -/* line 45, ../../../sass/_progress-bars.scss */ -.progress { - overflow: hidden; - height: 20px; - margin-bottom: 20px; - background-color: whitesmoke; - 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); -} - -/* line 55, ../../../sass/_progress-bars.scss */ -.progress-bar { - float: left; - width: 0%; - height: 100%; - font-size: 12px; - color: #fff; - text-align: center; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - 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-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - -webkit-transition: width 0.6s ease; - -moz-transition: width 0.6s ease; - -o-transition: width 0.6s ease; - transition: width 0.6s ease; -} - -/* line 70, ../../../sass/_progress-bars.scss */ -.progress-striped .progress-bar { - background-color: #428bca; - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - 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: -moz-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: -o-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); - -webkit-background-size: 40px 40px; - -moz-background-size: 40px 40px; - -o-background-size: 40px 40px; - background-size: 40px 40px; -} - -/* line 76, ../../../sass/_progress-bars.scss */ -.progress.active .progress-bar { - -webkit-animation: progress-bar-stripes 2s linear infinite; - -moz-animation: progress-bar-stripes 2s linear infinite; - -ms-animation: progress-bar-stripes 2s linear infinite; - -o-animation: progress-bar-stripes 2s linear infinite; - animation: progress-bar-stripes 2s linear infinite; -} - -/* line 90, ../../../sass/_progress-bars.scss */ -.progress-bar-danger { - background-color: #d9534f; -} -/* line 92, ../../../sass/_progress-bars.scss */ -.progress-striped .progress-bar-danger { - background-color: #d9534f; - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - 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: -moz-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: -o-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); -} - -/* line 98, ../../../sass/_progress-bars.scss */ -.progress-bar-success { - background-color: #5cb85c; -} -/* line 100, ../../../sass/_progress-bars.scss */ -.progress-striped .progress-bar-success { - background-color: #5cb85c; - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - 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: -moz-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: -o-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); -} - -/* line 106, ../../../sass/_progress-bars.scss */ -.progress-bar-warning { - background-color: #f0ad4e; -} -/* line 108, ../../../sass/_progress-bars.scss */ -.progress-striped .progress-bar-warning { - background-color: #f0ad4e; - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - 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: -moz-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: -o-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); -} - -/* line 114, ../../../sass/_progress-bars.scss */ -.progress-bar-info { - background-color: #5bc0de; -} -/* line 116, ../../../sass/_progress-bars.scss */ -.progress-striped .progress-bar-info { - background-color: #5bc0de; - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - 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: -moz-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: -o-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); -} - -/* line 7, ../../../sass/_accordion.scss */ -.accordion { - margin-bottom: 20px; -} - -/* line 12, ../../../sass/_accordion.scss */ -.accordion-group { - margin-bottom: 2px; - border: 1px solid #e5e5e5; - border-radius: 4px; -} - -/* line 17, ../../../sass/_accordion.scss */ -.accordion-heading { - border-bottom: 0; -} - -/* line 20, ../../../sass/_accordion.scss */ -.accordion-heading .accordion-toggle { - display: block; - padding: 8px 15px; -} - -/* line 26, ../../../sass/_accordion.scss */ -.accordion-toggle { - cursor: pointer; -} - -/* line 31, ../../../sass/_accordion.scss */ -.accordion-inner { - padding: 9px 15px; - border-top: 1px solid #e5e5e5; -} - -/* line 7, ../../../sass/_carousel.scss */ -.carousel { - position: relative; -} - -/* line 12, ../../../sass/_carousel.scss */ -.carousel-inner { - position: relative; - overflow: hidden; - width: 100%; -} - -/* line 21, ../../../sass/_carousel.scss */ -.carousel-inner > .item { - display: none; - position: relative; - -webkit-transition: 0.6s ease-in-out left; - -moz-transition: 0.6s ease-in-out left; - -o-transition: 0.6s ease-in-out left; - transition: 0.6s ease-in-out left; -} -/* line 28, ../../../sass/_carousel.scss */ -.carousel-inner > .item > img, -.carousel-inner > .item > a > img { - display: block; - line-height: 1; -} -/* line 36, ../../../sass/_carousel.scss */ -.carousel-inner > .active, -.carousel-inner > .next, -.carousel-inner > .prev { - display: block; -} -/* line 38, ../../../sass/_carousel.scss */ -.carousel-inner > .active { - left: 0; -} -/* line 43, ../../../sass/_carousel.scss */ -.carousel-inner > .next, -.carousel-inner > .prev { - position: absolute; - top: 0; - width: 100%; -} -/* line 49, ../../../sass/_carousel.scss */ -.carousel-inner > .next { - left: 100%; -} -/* line 52, ../../../sass/_carousel.scss */ -.carousel-inner > .prev { - left: -100%; -} -/* line 56, ../../../sass/_carousel.scss */ -.carousel-inner > .next.left, -.carousel-inner > .prev.right { - left: 0; -} -/* line 60, ../../../sass/_carousel.scss */ -.carousel-inner > .active.left { - left: -100%; -} -/* line 63, ../../../sass/_carousel.scss */ -.carousel-inner > .active.right { - left: 100%; -} - -/* line 72, ../../../sass/_carousel.scss */ -.carousel-control { - position: absolute; - top: 0; - left: 0; - bottom: 0; - width: 15%; - opacity: 0.5; - filter: "alpha(opacity=50)"; - font-size: 20px; - color: #fff; - text-align: center; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); -} -/* line 92, ../../../sass/_carousel.scss */ -.carousel-control.left { - background-color: rgba(0, 0, 0, 0.0001); - background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001)); - background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); - background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001)); - background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001)); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001)); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); - background-color: transparent; -} -/* line 96, ../../../sass/_carousel.scss */ -.carousel-control.right { - left: auto; - right: 0; - background-color: rgba(0, 0, 0, 0.5); - background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5)); - background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); - background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5)); - background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5)); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5)); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); - background-color: transparent; -} -/* line 105, ../../../sass/_carousel.scss */ -.carousel-control:hover, .carousel-control:focus { - color: #fff; - text-decoration: none; - opacity: 0.9; - filter: "alpha(opacity=90)"; -} -/* line 112, ../../../sass/_carousel.scss */ -.carousel-control .glyphicon { - position: absolute; - top: 50%; - left: 50%; - z-index: 5; - display: inline-block; - width: 20px; - height: 20px; - margin-top: -10px; - margin-left: -10px; -} - -/* line 127, ../../../sass/_carousel.scss */ -.carousel-indicators { - position: absolute; - bottom: 20px; - left: 50%; - z-index: 5; - width: 100px; - margin: 0 0 0 -50px; - list-style: none; - text-align: center; -} -/* line 137, ../../../sass/_carousel.scss */ -.carousel-indicators li { - display: inline-block; - width: 8px; - height: 8px; - margin-left: 0; - margin-right: 0; - text-indent: -999px; - border: 1px solid #fff; - border-radius: 5px; - cursor: pointer; -} -/* line 148, ../../../sass/_carousel.scss */ -.carousel-indicators .active { - background-color: #fff; -} - -/* line 156, ../../../sass/_carousel.scss */ -.carousel-caption { - position: absolute; - left: 20%; - right: 20%; - bottom: 20px; - display: none; - padding-top: 20px; - padding-bottom: 20px; - color: #fff; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); -} - -@media screen and (min-width: 768px) { - /* line 173, ../../../sass/_carousel.scss */ - .carousel-control .glyphicon { - width: 30px; - height: 30px; - margin-top: -15px; - margin-left: -15px; - font-size: 30px; - } - - /* line 182, ../../../sass/_carousel.scss */ - .carousel-caption { - left: 0; - right: 0; - z-index: 10; - display: block; - max-width: 60%; - padding: 30px; - margin-left: 0; - margin-right: 0; - } -} -/* line 6, ../../../sass/_jumbotron.scss */ -.jumbotron { - padding: 30px; - margin-bottom: 30px; - font-size: 21px; - font-weight: 200; - line-height: 30px; - color: inherit; - background-color: #eeeeee; -} -/* line 14, ../../../sass/_jumbotron.scss */ -.jumbotron h1 { - line-height: 1; - color: inherit; -} -/* line 18, ../../../sass/_jumbotron.scss */ -.jumbotron p { - line-height: 1.4; -} - -@media screen and (min-width: 768px) { - /* line 24, ../../../sass/_jumbotron.scss */ - .jumbotron { - padding: 50px 60px; - border-radius: 6px; - } - /* line 28, ../../../sass/_jumbotron.scss */ - .jumbotron h1 { - font-size: 60px; - } -} -/* line 21, ../../../sass/_mixins.scss */ -.clearfix:before, .clearfix:after { - content: " "; - display: table; - line-height: 0; -} -/* line 28, ../../../sass/_mixins.scss */ -.clearfix:after { - clear: both; -} - -/* line 12, ../../../sass/_utilities.scss */ -.pull-right { - float: right; -} - -/* line 15, ../../../sass/_utilities.scss */ -.pull-left { - float: left; -} - -/* line 23, ../../../sass/_utilities.scss */ -.hide { - display: none !important; -} - -/* line 26, ../../../sass/_utilities.scss */ -.show { - display: block !important; -} - -/* line 29, ../../../sass/_utilities.scss */ -.invisible { - visibility: hidden; -} - -/* line 32, ../../../sass/_utilities.scss */ -.text-hide { - font: 0/0 a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0; -} - -/* line 40, ../../../sass/_utilities.scss */ -.affix { - position: fixed; -} - -@-ms-viewport { - width: device-width; -} - -/* line 15, ../../../sass/_responsive-utilities.scss */ -.hidden { - display: none; - visibility: hidden; -} - -/* line 23, ../../../sass/_responsive-utilities.scss */ -.visible-phone { - display: none !important; -} - -/* line 24, ../../../sass/_responsive-utilities.scss */ -.visible-tablet { - display: none !important; -} - -/* line 27, ../../../sass/_responsive-utilities.scss */ -.hidden-desktop { - display: none !important; -} - -/* line 28, ../../../sass/_responsive-utilities.scss */ -.visible-desktop { - display: inherit !important; -} - -@media (min-width: 768px) and (max-width: 979px) { - /* line 33, ../../../sass/_responsive-utilities.scss */ - .hidden-desktop { - display: inherit !important; - } - - /* line 34, ../../../sass/_responsive-utilities.scss */ - .visible-desktop { - display: none !important; - } - - /* line 36, ../../../sass/_responsive-utilities.scss */ - .visible-tablet { - display: inherit !important; - } - - /* line 38, ../../../sass/_responsive-utilities.scss */ - .hidden-tablet { - display: none !important; - } -} -@media (max-width: 767px) { - /* line 44, ../../../sass/_responsive-utilities.scss */ - .hidden-desktop { - display: inherit !important; - } - - /* line 45, ../../../sass/_responsive-utilities.scss */ - .visible-desktop { - display: none !important; - } - - /* line 47, ../../../sass/_responsive-utilities.scss */ - .visible-phone { - display: inherit !important; - } - - /* line 49, ../../../sass/_responsive-utilities.scss */ - .hidden-phone { - display: none !important; - } -} -/* line 53, ../../../sass/_responsive-utilities.scss */ -.visible-print { - display: none !important; -} - -@media print { - /* line 57, ../../../sass/_responsive-utilities.scss */ - .visible-print { - display: inherit !important; - } - - /* line 58, ../../../sass/_responsive-utilities.scss */ - .hidden-print { - display: none !important; - } -} + */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]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:0.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}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{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{text-shadow:none !important;color:#000 !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) ")"}.ir a:after,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:0.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar-toggle{display:none}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media screen and (max-device-width: 480px){html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}}body{color:#333;background-color:#fff}body,input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{max-width:100%;width:auto\9;height:auto;vertical-align:middle}.img-rounded{border-radius:6px}.img-circle{border-radius:500px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:21px;font-weight:200;line-height:1.25}small{font-size:85%}strong{font-weight:bold}em{font-style:italic}cite{font-style:normal}.muted{color:#999}a.muted:hover,a.muted:focus{color:gray}.text-warning{color:#c77c11}a.text-warning:hover,a.text-warning:focus{color:#985f0d}.text-error{color:#a02622}a.text-error:hover,a.text-error:focus{color:#761c19}.text-success{color:#357935}a.text-success:hover,a.text-success:focus{color:#255625}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:20px;text-rendering:optimizelegibility}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,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px;line-height:40px}h3,.h3{line-height:30px}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h1,.h1{font-size:38.5px;font-size:4rem}h2,.h2{font-size:31.5px;font-size:3rem}h3,.h3{font-size:24.5px;font-size:2.5rem}h4,.h4{font-size:17.5px;font-size:2rem}h5,.h5{font-size:14px;font-size:1.6rem}h6,.h6{font-size:11.9px;font-size:1.2rem}h1 small,.h1 small{font-size:24.5px}h2 small,.h2 small{font-size:17.5px}h3 small,.h3 small{font-size:14px}h4 small,.h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{padding:0;margin:0 0 10px 25px}ul ul,ul ol,ol ol,ol ul{margin-bottom:0}li{line-height:20px}.list-unstyled,.list-inline{margin-left:0;list-style:none}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-bottom:20px}dt,dd{line-height:20px}dt{font-weight:bold}dd{margin-left:10px}.dl-horizontal:before,.dl-horizontal:after{content:" ";display:table;line-height:0}.dl-horizontal:after{clear:both}.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}hr{margin:20px 0;border:0;border-top:1px solid #eee;border-bottom:1px solid #fff;border-bottom:1px solid rgba(255,255,255,0.5)}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:0 0 0 15px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{margin-bottom:0;font-size:17.5px;font-weight:300;line-height:1.25}blockquote small{display:block;line-height:20px;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:20px;font-style:normal;line-height:20px}code,pre{padding:0 3px 2px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;color:#333;border-radius:4px}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px}pre.prettyprint{margin-bottom:20px}pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto}.container:before,.container:after{content:" ";display:table;line-height:0}.container:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:before,.row:after{content:" ";display:table;line-height:0}.row:after{clear:both}[class^="span"]{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media screen and (min-width: 768px){.container{max-width:728px}[class^="span"]{float:left}.span12{width:100%}.span11{width:91.66667%}.span10{width:83.33333%}.span9{width:75%}.span8{width:66.66667%}.span7{width:58.33333%}.span6{width:50%}.span5{width:41.66667%}.span4{width:33.33333%}.span3{width:25%}.span2{width:16.66667%}.span1{width:8.33333%}.offset12{margin-left:100%}.offset11{margin-left:91.66667%}.offset10{margin-left:83.33333%}.offset9{margin-left:75%}.offset8{margin-left:66.66667%}.offset7{margin-left:58.33333%}.offset6{margin-left:50%}.offset5{margin-left:41.66667%}.offset4{margin-left:33.33333%}.offset3{margin-left:25%}.offset2{margin-left:16.66667%}.offset1{margin-left:8.33333%}}@media screen and (min-width: 992px){.container{max-width:940px}}@media screen and (min-width: 1200px){.container{max-width:1170px}}[class*="span"].pull-right{float:right}table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}th{text-align:left}.table{width:100%;margin-bottom:20px}.table th,.table td{padding:8px;line-height:20px;vertical-align:top;border-top:1px solid #ddd}.table thead th{vertical-align:bottom}.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.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 th,.table-condensed td{padding:4px 5px}.table-bordered{border:1px solid #ddd;border-collapse:separate;border-left:0;border-radius:4px}.table-bordered th,.table-bordered td{border-left:1px solid #ddd}.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0}.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child{border-top-left-radius:4px}.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child{border-top-right-radius:4px}.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child{border-bottom-left-radius:4px}.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tbody:last-child tr:last-child>th:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>th:last-child{border-bottom-right-radius:4px}.table-bordered tfoot+tbody:last-child tr:last-child td:first-child{border-bottom-left-radius:0}.table-bordered tfoot+tbody:last-child tr:last-child td:last-child{border-bottom-right-radius:0}.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{border-top-left-radius:4px}.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{border-top-right-radius:4px}.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^="span"]{float:none;display:table-column}table td[class^="span"],table th[class^="span"]{float:none;display:table-cell}.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tbody>tr.success>td{background-color:#cae8ca}.table>tbody>tr>td.error,.table>tbody>tr>th.error,.table>tbody>tr.error>td{background-color:#f5d2d1}.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tbody>tr.warning>td{background-color:#fcf1e0}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td{background-color:#b8e0b8}.table-hover>tbody>tr>td.error:hover,.table-hover>tbody>tr>th.error:hover,.table-hover>tbody>tr.error:hover>td{background-color:#f1bebc}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,_ .table-hover>tbody>tr.warning:hover>td{background-color:#fae6c8}form{margin:0}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:40px;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"]{display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-height:20px;padding:6px 9px;font-size:14px;line-height:20px;color:#555;vertical-align:middle;background-color:#fff;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 linear 0.2s,box-shadow linear 0.2s;-moz-transition:border linear 0.2s,box-shadow linear 0.2s;-o-transition:border linear 0.2s,box-shadow linear 0.2s;transition:border linear 0.2s,box-shadow linear 0.2s}input,select,textarea{width:100%}input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto}textarea{height:auto}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:0 0 8px rgba(82,168,236,0.6);box-shadow:0 0 8px rgba(82,168,236,0.6)}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}select,input[type="file"]{height:34px;line-height:34px}select[multiple],select[size]{height:auto}select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input:-moz-placeholder,textarea:-moz-placeholder{color:#999}input::-moz-placeholder,textarea::-moz-placeholder{color:#999}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}.radio,.checkbox{display:block;min-height:20px;margin-bottom:10px;padding-left:20px}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal}.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}.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px}.radio-inline,.checkbox-inline{display:inline-block;padding-top:5px;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}select.input-large,textarea.input-large,input[type="text"].input-large,input[type="password"].input-large,input[type="datetime"].input-large,input[type="datetime-local"].input-large,input[type="date"].input-large,input[type="month"].input-large,input[type="time"].input-large,input[type="week"].input-large,input[type="number"].input-large,input[type="email"].input-large,input[type="url"].input-large,input[type="search"].input-large,input[type="tel"].input-large,input[type="color"].input-large{padding:11px 14px;font-size:17.5px;border-radius:6px}select.input-small,textarea.input-small,input[type="text"].input-small,input[type="password"].input-small,input[type="datetime"].input-small,input[type="datetime-local"].input-small,input[type="date"].input-small,input[type="month"].input-small,input[type="time"].input-small,input[type="week"].input-small,input[type="number"].input-small,input[type="email"].input-small,input[type="url"].input-small,input[type="search"].input-small,input[type="tel"].input-small,input[type="color"].input-small{min-height:26px;padding:2px 10px;font-size:11.9px;border-radius:3px}input[class*="span"],select[class*="span"],textarea[class*="span"]{float:none;margin-left:0;margin-right:0}.input-append input[class*="span"],.input-prepend input[class*="span"]{display:inline-block}input[class*="span"],select[class*="span"],textarea[class*="span"]{height:34px}input[disabled],input[readonly],fieldset[disabled] input,select[disabled],select[readonly],fieldset[disabled] select,textarea[disabled],textarea[readonly],fieldset[disabled] textarea{cursor:not-allowed;background-color:#eee}input[type="radio"][disabled],input[type="radio"][readonly],fieldset[disabled] input[type="radio"],input[type="checkbox"][disabled],input[type="checkbox"][readonly],fieldset[disabled] input[type="checkbox"]{background-color:transparent}.has-warning .control-label{color:#c77c11}.has-warning .input-with-feedback{padding-right:32px;border-color:#c77c11;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-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 .input-with-feedback:focus{border-color:#985f0d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f0ad4e;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f0ad4e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f0ad4e}.has-error .control-label{color:#a02622}.has-error .input-with-feedback{padding-right:32px;border-color:#a02622;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-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 .input-with-feedback:focus{border-color:#761c19;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d9534f;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d9534f;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d9534f}.has-success .control-label{color:#357935}.has-success .input-with-feedback{padding-right:32px;border-color:#357935;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-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 .input-with-feedback:focus{border-color:#255625;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #5cb85c;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #5cb85c;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #5cb85c}input:focus:invalid,textarea:focus:invalid,select:focus:invalid{color:#b94a48;border-color:#ee5f5b}input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7}.form-actions{padding:19px 20px 20px;margin-top:20px;margin-bottom:20px;background-color:#f5f5f5;border-top:1px solid #e5e5e5}.form-actions:before,.form-actions:after{content:" ";display:table;line-height:0}.form-actions:after{clear:both}.help-block,.help-inline{color:#737373}.help-block{display:block;margin-bottom:10px}.help-inline{display:inline-block;vertical-align:middle;padding-left:5px}.input-group{display:table}.input-group[class*="span"]{float:none;padding:0}.input-group input,.input-group select{width:100%}.input-group-addon,.input-group-btn,.input-group input{display:table-cell;margin:0;border-radius:0}.input-group-addon.input-small,.input-group-btn.input-small,.input-group input.input-small{border-radius:0}.input-group-addon.input-large,.input-group-btn.input-large,.input-group input.input-large{border-radius:0}.input-group-addon,.input-group-btn{width:1%;vertical-align:middle}.input-group-addon{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:6px 8px;font-size:14px;font-weight:normal;line-height:20px;text-align:center;text-shadow:0 1px 0 #fff;background-color:#eee;border:1px solid #ccc}.input-group-addon.input-small{padding:2px 10px;font-size:11.9px}.input-group-addon.input-large{padding:11px 14px;font-size:17.5px}.input-group input:first-child,.input-group-addon:first-child{border-bottom-left-radius:4px;border-top-left-radius:4px}.input-group input:first-child.input-small,.input-group-addon:first-child.input-small{border-bottom-left-radius:3px;border-top-left-radius:3px}.input-group input:first-child.input-large,.input-group-addon:first-child.input-large{border-bottom-left-radius:6px;border-top-left-radius:6px}.input-group-addon:first-child{border-right:0}.input-group input:last-child,.input-group-addon:last-child{border-bottom-right-radius:4px;border-top-right-radius:4px}.input-group input:last-child.input-small,.input-group-addon:last-child.input-small{border-bottom-right-radius:3px;border-top-right-radius:3px}.input-group input:last-child.input-large,.input-group-addon:last-child.input-large{border-bottom-right-radius:6px;border-top-right-radius:6px}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn>.btn{position:relative;float:left;border-radius:0}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn:first-child,.input-group-btn:first-child>.dropdown-toggle:first-child{border-bottom-left-radius:4px;border-top-left-radius:4px}.input-group-btn:first-child>.btn:first-child.btn-large,.input-group-btn:first-child>.dropdown-toggle:first-child.btn-large{border-bottom-left-radius:6px;border-top-left-radius:6px}.input-group-btn:first-child>.btn:first-child.btn-small,.input-group-btn:first-child>.dropdown-toggle:first-child.btn-small{border-bottom-left-radius:3px;border-top-left-radius:3px}.input-group-btn:last-child>.btn:last-child,.input-group-btn:last-child>.dropdown-toggle{border-bottom-right-radius:4px;border-top-right-radius:4px}.input-group-btn:last-child>.btn:last-child.btn-large,.input-group-btn:last-child>.dropdown-toggle.btn-large{border-bottom-right-radius:6px;border-top-right-radius:6px}.input-group-btn:last-child>.btn:last-child.btn-small,.input-group-btn:last-child>.dropdown-toggle.btn-small{border-bottom-right-radius:3px;border-top-right-radius:3px}@media screen and (min-width: 768px){.form-horizontal .control-group{position:relative;margin-bottom:20px}.form-horizontal .control-group:before,.form-horizontal .control-group:after{content:" ";display:table;line-height:0}.form-horizontal .control-group:after{clear:both}.form-horizontal .control-group input,.form-horizontal .control-group select,.form-horizontal .control-group textarea{margin-bottom:0}.form-horizontal .control-group>.control-label{float:left;width:160px;padding-top:6px;text-align:right}.form-horizontal .control-group>.controls{margin-left:180px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:500;line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;border:1px solid #a7a9aa;border-radius:4px;white-space:nowrap}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#fff;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-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{cursor:default;pointer-events:none;opacity:0.65;filter:"alpha(opacity=65)";-webkit-box-shadow:none;box-shadow:none}.btn-large{padding:11px 14px;font-size:17.5px;border-radius:6px}.btn-small{padding:2px 10px;font-size:11.9px;border-radius:3px}.btn-mini{padding:0px 6px;font-size:10.5px;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right: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%}.btn{color:#fff;background-color:#a7a9aa;border-color:#a7a9aa}.btn:hover,.btn:focus,.btn:active{background-color:#9a9c9d;border-color:#8d9091}.btn.disabled:hover,.btn.disabled:focus,.btn.disabled:active,.btn.disabled.active,.btn[disabled]:hover,.btn[disabled]:focus,.btn[disabled]:active,.btn[disabled].active,fieldset[disabled] .btn:hover,fieldset[disabled] .btn:focus,fieldset[disabled] .btn:active,fieldset[disabled] .btn.active{background-color:#a7a9aa;border-color:#a7a9aa}.btn-primary{background-color:#428bca;border-color:#428bca}.btn-primary:hover,.btn-primary:focus,.btn-primary:active{background-color:#357ebd;border-color:#3071a9}.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled:active,.btn-primary.disabled.active,.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled]:active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#428bca}.btn-warning{background-color:#f0ad4e;border-color:#f0ad4e}.btn-warning:hover,.btn-warning:focus,.btn-warning:active{background-color:#eea236;border-color:#ec971f}.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled:active,.btn-warning.disabled.active,.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled]:active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#f0ad4e}.btn-danger{background-color:#d9534f;border-color:#d9534f}.btn-danger:hover,.btn-danger:focus,.btn-danger:active{background-color:#d43f3a;border-color:#c9302c}.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled:active,.btn-danger.disabled.active,.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled]:active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d9534f}.btn-success{background-color:#5cb85c;border-color:#5cb85c}.btn-success:hover,.btn-success:focus,.btn-success:active{background-color:#4cae4c;border-color:#449d44}.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled:active,.btn-success.disabled.active,.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled]:active,.btn-success[disabled].active,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#5cb85c}.btn-info{background-color:#5bc0de;border-color:#5bc0de}.btn-info:hover,.btn-info:focus,.btn-info:active{background-color:#46b8da;border-color:#31b0d5}.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled:active,.btn-info.disabled.active,.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled]:active,.btn-info[disabled].active,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#5bc0de}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;background-image:none;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link{color:#428bca;font-weight:normal;cursor:pointer;border-radius:0}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus{color:#333;text-decoration:none}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.in{opacity:1}.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;-moz-transition:height 0.35s ease;-o-transition:height 0.35s ease;transition:height 0.35s ease}.collapse.in{height:auto}@font-face{font-family:'Glyphicons Halflings';src:url("../fonts/glyphiconshalflings-regular.eot");src:url("../fonts/glyphiconshalflings-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/glyphiconshalflings-regular.woff") format("woff"),url("../fonts/glyphiconshalflings-regular.ttf") format("truetype"),url("../fonts/glyphiconshalflings-regular.svg#glyphiconshalflings-regular") format("svg");font-style:normal;font-weight:normal}.glyphicon:before{font-family:'Glyphicons Halflings';font-style:normal;line-height:1}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-envelope:before{content:"\2709"}.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-pencil:before{content:"\270f"}.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-plus:before{content:"\002b"}.glyphicon-minus:before{content:"\2212"}.glyphicon-asterisk:before{content:"\002a"}.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-euro:before{content:"\20ac"}.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:before{content:"\e159"}.glyphicon-collapse-top:before{content:"\e160"}.dropup,.dropdown{position:relative}.dropdown-toggle:active,.open .dropdown-toggle{outline:0}.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;content:""}.dropdown .caret{margin-top:8px;margin-left:2px}.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;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);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;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;border-bottom:1px solid #fff}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:20px;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{text-decoration:none;color:#fff;background-color:#357ebd;background-image:-moz-linear-gradient(top, #428bca, #357ebd);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#428bca), to(#357ebd));background-image:-webkit-linear-gradient(top, #428bca, #357ebd);background-image:-o-linear-gradient(top, #428bca, #357ebd);background-image:linear-gradient(to bottom, #428bca,#357ebd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF357EBD', GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#357ebd;background-image:-moz-linear-gradient(top, #428bca, #357ebd);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#428bca), to(#357ebd));background-image:-webkit-linear-gradient(top, #428bca, #357ebd);background-image:-o-linear-gradient(top, #428bca, #357ebd);background-image:linear-gradient(to bottom, #428bca,#357ebd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF428BCA', endColorstr='#FF357EBD', GradientType=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;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:default}.open>.dropdown-menu{display:block}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;border-top-left-radius:0}.dropdown-submenu:hover>.dropdown-menu{display:block}.dropup .dropdown-submenu>.dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px;border-bottom-left-radius:0}.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#ccc;margin-top:5px;margin-right:-10px}.dropdown-submenu:hover>a:after{border-left-color:#fff}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;border-top-right-radius:0}.dropdown .dropdown-menu .nav-header{padding-left:20px;padding-right:20px}.typeahead{z-index:1051}.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-large{padding:24px;border-radius:6px}.well-small{padding:9px;border-radius:3px}.close{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:0.2;filter:"alpha(opacity=20)"}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:0.5;filter:"alpha(opacity=50)"}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.nav{margin-left:0;margin-bottom:0;padding-left:0;list-style:none}.nav:before,.nav:after{content:" ";display:table;line-height:0}.nav:after{clear:both}.nav>li{display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a .caret{border-top-color:#428bca}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>.pull-right{float:right}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:20px;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs>.active>a .caret,.nav-tabs>.active>a:hover .caret,.nav-tabs>.active>a:focus .caret{border-top-color:#555}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:5px}.nav-pills>li+li>a{margin-left:2px}.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.active>a:focus{color:#fff;background-color:#428bca}.nav-pills>.active>a .caret,.nav-pills>.active>a:hover .caret,.nav-pills>.active>a:focus .caret{border-top-color:#fff}.nav-pills>.active>a .badge,.nav-pills>.active>a:hover .badge,.nav-pills>.active>a:focus .badge{color:#428bca;background-color:#fff}.nav-stacked>li{float:none}.nav-stacked>li+li>a{margin-top:2px;margin-left:0}.nav-justified{max-height:40px}.nav-justified>li{float:none;display:table-cell;width:1%;text-align:center}.nav-list>li>a{margin-bottom:-1px;border:1px solid #e5e5e5}.nav-list>li:first-child>a{border-top-right-radius:4px;border-top-left-radius:4px}.nav-list>li:last-child>a{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.active>a:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.nav-list>.active>a .caret,.nav-list>.active>a:hover .caret,.nav-list>.active>a:focus .caret{border-top-color:#fff}.nav-list>.active>a .badge,.nav-list>.active>a:hover .badge,.nav-list>.active>a:focus .badge{color:#428bca;background-color:#fff}.nav>.disabled>a{color:#999}.nav>.disabled>a .caret{border-top-color:#999}.nav>.disabled>a:hover,.nav>.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:default}.nav>.disabled>a:hover .caret,.nav>.disabled>a:focus .caret{border-top-color:#999}.nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:20px;color:#999;text-shadow:0 1px 0 rgba(255,255,255,0.5);text-transform:uppercase}.nav li+.nav-header{margin-top:9px}.nav .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.tabbable:before,.tabbable:after{content:" ";display:table;line-height:0}.tabbable:after{clear:both}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.navbar{position:relative;padding:10px 15px;background-color:#eee;border-radius:4px}.navbar:before,.navbar:after{content:" ";display:table;line-height:0}.navbar:after{clear:both}.navbar .nav{margin-top:15px}.navbar .nav>li>a{padding-top:15px;padding-bottom:15px;color:#777;line-height:20px}.navbar .nav>li>a:hover,.navbar .nav>li>a:focus{color:#333;background-color:transparent}.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{color:#555;background-color:#d4d4d4}.navbar .nav>.disabled>a:hover,.navbar .nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-static-top{border-radius:0}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;border-radius:0}.navbar-fixed-top{top:0}.navbar-fixed-bottom{bottom:0}.navbar-brand{display:block;max-width:200px;margin-left:auto;margin-right:auto;padding:7px 15px;font-size:18px;font-weight:500;line-height:20px;color:#777;text-align:center}.navbar-brand:hover,.navbar-brand:focus{color:#5e5e5e;text-decoration:none;background-color:transparent}.navbar-toggle{position:absolute;top:10px;right:10px;padding:8px 12px;background-color:transparent;border:1px solid #ddd;border-radius:4px}.navbar-toggle:hover,.navbar-toggle:focus{background-color:#ddd}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;background-color:#ccc;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}.navbar .nav>.divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e1e1e1;border-bottom:1px solid #fbfbfb}.navbar-form{margin-top:8px;margin-bottom:8px}.navbar .nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar .nav li.dropdown>a:hover .caret,.navbar .nav li.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{background-color:#d4d4d4;color:#555}.navbar .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#777;border-bottom-color:#777}.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right{left:auto;right:0}.navbar-inverse{background-color:#222}.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 .nav>li>a{color:#999}.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .nav>.active>a,.navbar-inverse .nav>.active>a:hover,.navbar-inverse .nav>.active>a:focus{color:#fff;background-color:#090909}.navbar-inverse .nav>.disabled>a,.navbar-inverse .nav>.disabled>a:hover,.navbar-inverse .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 .nav>.divider{background-color:#151515;border-bottom-color:#2f2f2f}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle{background-color:#090909;color:#fff}.navbar-inverse .nav li.dropdown>a:hover .caret,.navbar-inverse .nav li.dropdown>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}@media screen and (min-width: 768px){.navbar{padding-top:0;padding-bottom:0}.navbar-brand{float:left;padding-top:14px;padding-bottom:16px;margin-left:-10px}.navbar .nav{float:left;margin-top:0}.navbar .nav:before,.navbar .nav:after{content:" ";display:table;line-height:0}.navbar .nav:after{clear:both}.navbar .nav.pull-right{float:right}.navbar .nav>li{float:left}.navbar .nav>.divider{width:1px;height:30px;margin:10px 9px;border-bottom:0;border-right:1px solid #fbfbfb}.navbar-inverse .nav>.divider{border-right-color:#2f2f2f}.navbar-toggle{position:relative;top:auto;left:auto;display:none}.nav-collapse.collapse{height:auto !important;overflow:visible !important}}.btn .caret{border-top-color:#fff}.dropup .btn .caret{border-bottom-color:#fff}.btn-group{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn{position:relative;float:left}.btn-group>.btn+.btn{margin-left:-1px}.btn-group>.btn:hover,.btn-group>.btn:active{z-index:2}.btn-toolbar:before,.btn-toolbar:after{content:" ";display:table;line-height:0}.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{position:relative;border-radius:0}.btn-group>.btn:first-child{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{border-bottom-right-radius:4px;border-top-right-radius:4px}.btn-group>.btn.large:first-child{margin-left:0;border-bottom-left-radius:6px;border-top-left-radius:6px}.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{border-bottom-right-radius:6px;border-top-right-radius:6px}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-mini+.dropdown-toggle{padding-left:5px;padding-right:5px}.btn-group>.btn-large+.dropdown-toggle{padding-left:12px;padding-right: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 .caret{margin-top:8px;margin-left:0}.btn-large .caret{border-width:5px}.dropup .btn-large .caret{border-bottom-width:5px}.btn-group-vertical>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn+.btn{margin-left:0;margin-top:-1px}.btn-group-vertical .btn:first-child{margin-top:0;border-radius:0;border-top-right-radius:4px;border-top-left-radius:4px}.btn-group-vertical .btn:last-child{border-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical .btn-large:first-child{border-top-right-radius:6px;border-top-left-radius:6px}.btn-group-vertical .btn-large:last-child{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.btn-group-justified{display:table;width:100%}.btn-group-justified .btn{float:none;display:table-cell;width:1%}.btn-group[data-toggle="buttons-radio"]>.btn>input[type="radio"],.btn-group[data-toggle="buttons-checkbox"]>.btn>input[type="checkbox"]{display:none}.breadcrumb{padding:8px 15px;margin:0 0 20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block;text-shadow:0 1px 0 #fff;*display:inline;*zoom:1}.breadcrumb>li:after{display:inline-block;content:"\00a0 /";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{display:inline-block;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{float:left;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#fff;border:1px solid #ddd;border-left-width:0}.pagination>li>a:hover,.pagination>li>a:focus,.pagination>.active>a,.pagination>.active>span{background-color:#f5f5f5}.pagination>.active>a,.pagination>.active>span{color:#999;cursor:default}.pagination>.disabled>span,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:transparent;cursor:default}.pagination>li:first-child>a,.pagination>li:first-child>span{border-left-width:1px;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination-large>li>a,.pagination-large>li>span{padding:11px 14px;font-size:17.5px}.pagination-large>li:first-child>a,.pagination-large>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-large>li:last-child>a,.pagination-large>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-mini>li:first-child>a,.pagination-mini>li:first-child>span,.pagination-small>li:first-child>a,.pagination-small>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-mini>li:last-child>a,.pagination-mini>li:last-child>span,.pagination-small>li:last-child>a,.pagination-small>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pagination-small>li>a,.pagination-small>li>span{padding:2px 10px;font-size:11.9px}.pagination-mini>li>a,.pagination-mini>li>span{padding:0px 6px;font-size:10.5px}.pager{margin:20px 0;list-style:none;text-align:center}.pager:before,.pager:after{content:" ";display:table;line-height:0}.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:#f5f5f5}.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;background-color:#fff;cursor:default}.modal-open{overflow:hidden}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;-webkit-overflow-scrolling:touch}.modal.slide,.modal.slide.down,.modal.slide.out{top:-25%;-webkit-transition:opacity 0.3s linear,top 0.3s ease-out;-moz-transition:opacity 0.3s linear,top 0.3s ease-out;-o-transition:opacity 0.3s linear,top 0.3s ease-out;transition:opacity 0.3s linear,top 0.3s ease-out}.modal.slide.in,.modal.slide.down.in,.modal.slide.out.in{top:0}.modal.slide.up.out{top:auto;bottom:-25%}.modal.slide.up.in{top:auto;bottom:0}.modal-dialog{position:relative;top:0;left:0;right:0;width:auto;padding:10px;z-index:1050}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;outline:none}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.fade.in{opacity:.5}.modal-header{padding:9px 15px;border-bottom:1px solid #eee}.modal-header .close{right:0;top:2px}.modal-title{margin:0;line-height:30px}.modal-body{position:relative;padding:20px;overflow-y:auto;max-height:400px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{content:" ";display:table;line-height:0}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.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{left:50%;right:auto;width:560px;margin-left:-280px;padding-top:30px;padding-bottom:30px}.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;visibility:visible;font-size:11px;line-height:1.4;opacity:0;filter:"alpha(opacity=0)"}.tooltip.in{opacity:1;filter:"alpha(opacity=100)"}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:rgba(0,0,0,0.9);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-width:5px 5px 0;border-top-color:rgba(0,0,0,0.9)}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:rgba(0,0,0,0.9)}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:rgba(0,0,0,0.9)}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:rgba(0,0,0,0.9)}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;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);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-right-radius:5px;border-top-left-radius:5px}.popover-title:empty{display:none}.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{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right .arrow:after{left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom .arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left .arrow:after{right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.alert{padding:8px 35px 8px 14px;margin-bottom:20px;color:#c77c11;background-color:#fcf1e0;border:1px solid #fbe7d2;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert hr{border-top-color:#f9daba}.alert>a,.alert>p>a{font-weight:500;color:#985f0d}.alert .close{position:relative;top:-2px;right:-21px;line-height:20px;color:inherit}.alert-success{background-color:#cae8ca;border-color:#bce0b8;color:#357935}.alert-success hr{border-top-color:#abd8a7}.alert-success>a,.alert-success>p>a{color:#255625}.alert-danger,.alert-error{background-color:#f5d2d1;border-color:#f2c4c7;color:#a02622}.alert-danger hr,.alert-error hr{border-top-color:#eeafb3}.alert-danger>a,.alert-danger>p>a,.alert-error>a,.alert-error>p>a{color:#761c19}.alert-info{background-color:#dff3f8;border-color:#c1ebf3;color:#2390b0}.alert-info hr{border-top-color:#ace5ee}.alert-info>a,.alert-info>p>a{color:#1b6d85}.alert-block{padding-top:14px;padding-bottom:14px}.alert-block>p,.alert-block>ul{margin-bottom:0}.alert-block p+p{margin-top:5px}.thumbnail,.img-thumbnail{padding:4px;line-height:20px;border:1px solid #ddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.thumbnail{display:block}.img-thumbnail{display:inline-block}a.thumbnail:hover,a.thumbnail:focus{border-color:#428bca}.thumbnail>img{display:block;max-width:100%;margin-left:auto;margin-right:auto}.thumbnail .caption{padding:9px;color:#555}.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{margin-left:0;list-style:none}.label{padding:.25em .6em;font-size:75%;font-weight:500;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#999;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label-danger{background-color:#d9534f}.label-danger[href]{background-color:#c9302c}.label-warning{background-color:#f0ad4e}.label-warning[href]{background-color:#ec971f}.label-success{background-color:#5cb85c}.label-success[href]{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]{background-color:#31b0d5}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.btn .badge{position:relative;top:-1px}.btn-mini .badge{top:0}.nav-pills>li>a>.badge{margin-left:3px}.badge-danger{background-color:#d9534f}.badge-danger[href]{background-color:#c9302c}.badge-warning{background-color:#f0ad4e}.badge-warning[href]{background-color:#ec971f}.badge-success{background-color:#5cb85c}.badge-success[href]{background-color:#449d44}.badge-info{background-color:#5bc0de}.badge-info[href]{background-color:#31b0d5}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;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;color:#fff;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);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-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width 0.6s ease;-moz-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.progress-striped .progress-bar{background-color:#428bca;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));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:-moz-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:-o-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);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-color:#d9534f;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));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:-moz-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:-o-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-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-color:#5cb85c;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));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:-moz-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:-o-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-color:#f0ad4e;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));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:-moz-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:-o-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-color:#5bc0de;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255,255,255,0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255,255,255,0.15)), color-stop(0.75, rgba(255,255,255,0.15)), color-stop(0.75, transparent), to(transparent));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:-moz-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:-o-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)}.accordion{margin-bottom:20px}.accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;border-radius:4px}.accordion-heading{border-bottom:0}.accordion-heading .accordion-toggle{display:block;padding:8px 15px}.accordion-toggle{cursor:pointer}.accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-moz-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;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;left:0;bottom:0;width:15%;opacity:0.5;filter:"alpha(opacity=50)";font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-color:rgba(0,0,0,0.0001);background-image:-moz-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0.0001));background-image:-webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0.0001));background-image:-o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0.0001));background-image:linear-gradient(to right, rgba(0,0,0,0.5),rgba(0,0,0,0.0001));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-color:transparent}.carousel-control.right{left:auto;right:0;background-color:rgba(0,0,0,0.5);background-image:-moz-linear-gradient(left, rgba(0,0,0,0.0001), rgba(0,0,0,0.5));background-image:-webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001), rgba(0,0,0,0.5));background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001), rgba(0,0,0,0.5));background-image:linear-gradient(to right, rgba(0,0,0,0.0001),rgba(0,0,0,0.5));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-color:transparent}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:0.9;filter:"alpha(opacity=90)"}.carousel-control .glyphicon{position:absolute;top:50%;left:50%;z-index:5;display:inline-block;width:20px;height:20px;margin-top:-10px;margin-left:-10px}.carousel-indicators{position:absolute;bottom:20px;left:50%;z-index:5;width:100px;margin:0 0 0 -50px;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:8px;height:8px;margin-left:0;margin-right:0;text-indent:-999px;border:1px solid #fff;border-radius:5px;cursor:pointer}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;left:20%;right:20%;bottom:20px;display:none;padding-top:20px;padding-bottom:20px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,0.6)}@media screen and (min-width: 768px){.carousel-control .glyphicon{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{left:0;right:0;z-index:10;display:block;max-width:60%;padding:30px;margin-left:0;margin-right:0}}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:30px;color:inherit;background-color:#eee}.jumbotron h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}@media screen and (min-width: 768px){.jumbotron{padding:50px 60px;border-radius:6px}.jumbotron h1{font-size:60px}}.clearfix:before,.clearfix:after{content:" ";display:table;line-height:0}.clearfix:after{clear:both}.pull-right{float:right}.pull-left{float:left}.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}.affix{position:fixed}@-ms-viewport{width:device-width}.hidden{display:none;visibility:hidden}.visible-phone{display:none !important}.visible-tablet{display:none !important}.hidden-desktop{display:none !important}.visible-desktop{display:inherit !important}@media (min-width: 768px) and (max-width: 979px){.hidden-desktop{display:inherit !important}.visible-desktop{display:none !important}.visible-tablet{display:inherit !important}.hidden-tablet{display:none !important}}@media (max-width: 767px){.hidden-desktop{display:inherit !important}.visible-desktop{display:none !important}.visible-phone{display:inherit !important}.hidden-phone{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:inherit !important}.hidden-print{display:none !important}} diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 560e61961e00..86f7c4c9b5aa 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -1,913 +1 @@ -/* - * Sass Bootstrap Documentation - * Special styles for presenting Bootstrap's documentation and code examples. - */ -/* Key scaffolding --------------------------------------------------- */ -/* line 14, ../../../sass/docs.scss */ -body { - padding-top: 50px; - position: relative; - /* For scrollyspy */ - /* We add the padding to the body for >768px only */ -} - -/* */ -/* line 21, ../../../sass/docs.scss */ -.bs-docs-footer { - padding-left: 15px; - padding-right: 15px; -} - -/* Sections --------------------------------------------------- */ -/* Padding for in-page bookmarks */ -/* line 32, ../../../sass/docs.scss */ -section { - padding-top: 30px; -} -/* line 36, ../../../sass/docs.scss */ -.container > .row section:first-child { - padding-top: 0; -} - -/* Few stylistic typography tweaks */ -/* line 43, ../../../sass/docs.scss */ -section > .page-header, -section > .lead { - color: #5a5a5a; -} - -/* line 46, ../../../sass/docs.scss */ -section > ul li { - margin-bottom: 5px; -} - -/* Navbar --------------------------------------------------- */ -/* line 59, ../../../sass/docs.scss */ -.bs-docs-navbar { - background-color: #fff; - border-bottom: 1px solid #f0c9f3; -} - -/* line 68, ../../../sass/docs.scss */ -.bs-docs-navbar .nav > li > a:hover, .bs-docs-navbar .nav > li > a:focus { - outline: 0 none; - background-color: #f6f2f7; -} -/* line 78, ../../../sass/docs.scss */ -.bs-docs-navbar .nav > li.active > a, .bs-docs-navbar .nav > li.active > a:hover, .bs-docs-navbar .nav > li.active > a:focus { - font-weight: 500; - background-color: transparent; - color: #ce4dd6; - cursor: default; -} - -/* line 90, ../../../sass/docs.scss */ -.navbar-brand b { - color: #ce4dd6; -} - -/* Jumbotrons --------------------------------------------------- */ -/* Base class */ -/* line 100, ../../../sass/docs.scss */ -.bs-docs-jumbotron { - position: relative; - margin-bottom: 20px; - padding: 30px 15px; - color: #fff; - text-align: center; - background-color: #9b3aa1; -} - -/* line 108, ../../../sass/docs.scss */ -.bs-docs-jumbotron h1 { - font-size: 50px; -} - -/* Link styles (used on .masthead-links as well) */ -/* line 113, ../../../sass/docs.scss */ -.bs-docs-jumbotron a { - color: #fff; - color: rgba(255, 255, 255, 0.5); - -webkit-transition: all .2s ease-in-out; - -moz-transition: all .2s ease-in-out; - transition: all .2s ease-in-out; -} - -/* line 120, ../../../sass/docs.scss */ -.bs-docs-jumbotron a:hover { - color: #fff; -} - -/* Download button */ -/* line 125, ../../../sass/docs.scss */ -.bs-docs-jumbotron .btn { - padding: 18px 24px; - font-size: 21px; -} - -/* line 131, ../../../sass/docs.scss */ -.bs-docs-jumbotron .btn, -.bs-docs-jumbotron .btn:hover, -.bs-docs-jumbotron .btn:active { - color: #9b3aa1; - background-color: #fff; - border-color: #fff; -} - -/* Masthead (docs home) -------------------------- */ -/* line 139, ../../../sass/docs.scss */ -.masthead h1 { - line-height: 1; -} - -/* Textual links in masthead */ -/* line 144, ../../../sass/docs.scss */ -.masthead-links { - margin: 20px 0; - list-style: none; -} - -/* line 148, ../../../sass/docs.scss */ -.masthead-links li { - display: inline; - padding: 0 10px; - color: rgba(255, 255, 255, 0.25); -} - -/* Marketing section of Overview --------------------------------------------------- */ -/* line 159, ../../../sass/docs.scss */ -.bs-docs-marketing { - text-align: center; - color: #5a5a5a; -} - -/* line 163, ../../../sass/docs.scss */ -.bs-docs-marketing h1 { - margin: 60px 0 10px; - font-size: 50px; - line-height: 1; -} - -/* line 168, ../../../sass/docs.scss */ -.bs-docs-marketing h2 { - margin-bottom: 5px; -} - -/* line 171, ../../../sass/docs.scss */ -.bs-docs-marketing p { - font-size: 16px; - line-height: 1.4; -} - -/* line 175, ../../../sass/docs.scss */ -.bs-docs-marketing .marketing-byline { - margin-bottom: 40px; - font-size: 21px; - font-weight: 300; - line-height: 1.25; - color: #999; -} - -/* line 182, ../../../sass/docs.scss */ -.marketing-img { - display: block; - margin: 30px auto 10px; - max-height: 145px; -} - -/* Special grid styles --------------------------------------------------- */ -/* line 193, ../../../sass/docs.scss */ -.show-grid { - margin-bottom: 15px; -} - -/* line 196, ../../../sass/docs.scss */ -.show-grid [class^="span"] { - padding-top: 10px; - padding-bottom: 10px; - background-color: #eee; - border: 1px solid #ddd; -} - -/* line 202, ../../../sass/docs.scss */ -.show-grid [class^="span"]:hover { - background-color: #ddd; -} - -/* Sidenav --------------------------------------------------- */ -/* Base styles are not affixable given mobile-first */ -/* line 212, ../../../sass/docs.scss */ -.bs-docs-sidenav { - margin: 20px 0 0; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -/* line 218, ../../../sass/docs.scss */ -.bs-docs-sidenav.affix { - position: static; - top: 0; -} - -/* Chevrons within each link */ -/* line 224, ../../../sass/docs.scss */ -.bs-docs-sidenav .glyphicon-chevron-right { - float: right; - margin-top: 1px; - margin-right: -6px; - opacity: .25; - color: #000; -} - -/* line 231, ../../../sass/docs.scss */ -.bs-docs-sidenav a:hover .glyphicon-chevron-right { - opacity: .5; -} - -/* line 235, ../../../sass/docs.scss */ -.bs-docs-sidenav .active .glyphicon-chevron-right, -.bs-docs-sidenav .active a:hover .glyphicon-chevron-right { - color: #fff; - opacity: 1; -} - -/* Bootstrap code examples --------------------------------------------------- */ -/* Base class */ -/* line 246, ../../../sass/docs.scss */ -.bs-docs-example { - position: relative; - padding: 39px 14px 14px; - margin-bottom: -1px; - border: 1px solid #ddd; - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} -/* line 254, ../../../sass/docs.scss */ -.bs-docs-example .navbar-fixed-top, .bs-docs-example .navbar-fixed-bottom { - position: absolute; - z-index: 1029; -} - -/* Echo out a label for the example */ -/* line 263, ../../../sass/docs.scss */ -.bs-docs-example:after { - content: "Example"; - position: absolute; - top: -1px; - left: -1px; - padding: 3px 7px; - font-size: 12px; - font-weight: bold; - color: #9da0a4; - background-color: #f5f5f5; - border: 1px solid #ddd; - border-top-left-radius: 4px; - border-bottom-right-radius: 4px; -} - -/* Tweak display of the examples */ -/* line 280, ../../../sass/docs.scss */ -.bs-docs-example + .prettyprint, -.bs-docs-example + .highlight { - margin-top: 0; - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -/* Tweak content of examples for optimum awesome */ -/* line 299, ../../../sass/docs.scss */ -.bs-docs-example > p:last-child, -.bs-docs-example > ul:last-child, -.bs-docs-example > ol:last-child, -.bs-docs-example > blockquote:last-child, -.bs-docs-example > input:last-child, -.bs-docs-example > select:last-child, -.bs-docs-example > textarea:last-child, -.bs-docs-example > .table:last-child, -.bs-docs-example > .jumbotron:last-child, -.bs-docs-example > .alert:last-child { - margin-bottom: 0; -} - -/* Tooltips */ -/* line 304, ../../../sass/docs.scss */ -.bs-docs-tooltip-examples { - text-align: center; - margin: 0 0 10px; - list-style: none; -} - -/* line 309, ../../../sass/docs.scss */ -.bs-docs-tooltip-examples li { - display: inline; - padding: 0 10px; -} - -/* Popovers */ -/* line 315, ../../../sass/docs.scss */ -.bs-docs-example-popover { - padding-bottom: 24px; - background-color: #f9f9f9; -} - -/* line 319, ../../../sass/docs.scss */ -.bs-docs-example-popover .popover { - position: relative; - display: block; - float: left; - width: 260px; - margin: 20px; -} - -/* Dropdowns */ -/* line 328, ../../../sass/docs.scss */ -.bs-docs-example-submenus { - min-height: 180px; -} - -/* line 331, ../../../sass/docs.scss */ -.bs-docs-example-submenus > .pull-left + .pull-left { - margin-left: 20px; -} - -/* line 335, ../../../sass/docs.scss */ -.bs-docs-example-submenus .dropup > .dropdown-menu, -.bs-docs-example-submenus .dropdown > .dropdown-menu { - display: block; - position: static; - margin-bottom: 5px; - *width: 180px; -} - -/* Typography */ -/* line 344, ../../../sass/docs.scss */ -.bs-docs-example-type .table td { - color: #999; - vertical-align: middle; -} - -/* line 350, ../../../sass/docs.scss */ -.bs-docs-example-type .table td, -.bs-docs-example-type .table th { - padding: 15px 0; - border-color: #eee; -} - -/* line 355, ../../../sass/docs.scss */ -.bs-docs-example-type .table tr:first-child td, -.bs-docs-example-type .table tr:first-child th { - border-top: 0; -} - -/* line 363, ../../../sass/docs.scss */ -.bs-docs-example-type h1, -.bs-docs-example-type h2, -.bs-docs-example-type h3, -.bs-docs-example-type h4, -.bs-docs-example-type h5, -.bs-docs-example-type h6 { - margin: 0; -} - -/* Navbar examples */ -/* line 370, ../../../sass/docs.scss */ -.bs-navbar-top-example, -.bs-navbar-bottom-example { - z-index: 1; - padding: 0; - height: 90px; - overflow: hidden; - /* cut the drop shadows off */ -} - -/* line 377, ../../../sass/docs.scss */ -.bs-navbar-top-example .navbar-fixed-top, -.bs-navbar-bottom-example .navbar-fixed-bottom { - margin-left: 0; - margin-right: 0; -} - -/* line 381, ../../../sass/docs.scss */ -.bs-navbar-top-example { - -webkit-border-radius: 0 0 4px 4px; - -moz-border-radius: 0 0 4px 4px; - border-radius: 0 0 4px 4px; -} - -/* line 386, ../../../sass/docs.scss */ -.bs-navbar-top-example:after { - top: auto; - bottom: -1px; - -webkit-border-radius: 0 4px 0 4px; - -moz-border-radius: 0 4px 0 4px; - border-radius: 0 4px 0 4px; -} - -/* line 393, ../../../sass/docs.scss */ -.bs-navbar-bottom-example { - -webkit-border-radius: 4px 4px 0 0; - -moz-border-radius: 4px 4px 0 0; - border-radius: 4px 4px 0 0; -} - -/* line 398, ../../../sass/docs.scss */ -.bs-navbar-bottom-example .navbar { - margin-bottom: 0; -} - -/* Example modals */ -/* line 403, ../../../sass/docs.scss */ -.bs-docs-example-modal { - background-color: #f5f5f5; -} - -/* line 406, ../../../sass/docs.scss */ -.bs-docs-example-modal .modal { - position: relative; - top: auto; - right: auto; - left: auto; - bottom: auto; - z-index: 1; - display: block; -} - -/* line 415, ../../../sass/docs.scss */ -.bs-docs-example-modal .modal-dialog { - left: auto; - margin-left: auto; - margin-right: auto; -} - -/* Example dropdowns */ -/* line 424, ../../../sass/docs.scss */ -.bs-docs-example > .dropdown > .dropdown-menu, -.bs-docs-example-submenu > .pull-left > .dropup > .dropdown-menu, -.bs-docs-example-submenu > .pull-left > .dropdown > .dropdown-menu { - position: static; - display: block; - margin-bottom: 5px; -} - -/* line 429, ../../../sass/docs.scss */ -.bs-docs-example-submenu { - min-height: 240px; -} - -/* line 432, ../../../sass/docs.scss */ -.bs-docs-example-submenu > .pull-left + .pull-left { - margin-left: 20px; -} - -/* Example tabbable tabs */ -/* line 437, ../../../sass/docs.scss */ -.bs-docs-example-tabs .nav-tabs { - margin-bottom: 15px; -} - -/* Example templates --------------------------------------------------- */ -/* line 445, ../../../sass/docs.scss */ -.bs-docs-examples h4 { - margin-bottom: 5px; -} - -/* line 448, ../../../sass/docs.scss */ -.bs-docs-examples p { - margin-bottom: 20px; -} - -/* Icons --------------------------------------------------- */ -/* line 457, ../../../sass/docs.scss */ -.the-icons { - padding-bottom: 1px; - margin-left: 0; - list-style: none; - margin-bottom: 20px; - overflow: hidden; -} - -/* line 464, ../../../sass/docs.scss */ -.the-icons li { - float: left; - width: 100px; - height: 110px; - padding: 10px; - border: 1px solid #ddd; - font-size: 12px; - line-height: 1.25; - text-align: center; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - margin: 0 -1px -1px 0; -} - -/* line 478, ../../../sass/docs.scss */ -.the-icons .glyphicon { - display: block; - margin: 5px auto; - vertical-align: middle; - margin-right: 3px; - font-size: 24px; -} - -/* line 485, ../../../sass/docs.scss */ -.the-icons li:hover { - background-color: rgba(255, 0, 0, 0.1); -} - -/* Responsive docs --------------------------------------------------- */ -/* Related: responsive utilities tables */ -/* line 495, ../../../sass/docs.scss */ -.table code { - font-size: 13px; - font-weight: normal; -} - -/* Utility classes table -------------------------- */ -/* line 502, ../../../sass/docs.scss */ -.responsive-utilities th small { - display: block; - font-weight: normal; - color: #999; -} - -/* line 507, ../../../sass/docs.scss */ -.responsive-utilities tbody th { - font-weight: normal; -} - -/* line 510, ../../../sass/docs.scss */ -.responsive-utilities td { - text-align: center; -} - -/* line 513, ../../../sass/docs.scss */ -.responsive-utilities td.is-visible { - color: #468847; - background-color: #dff0d8 !important; -} - -/* line 517, ../../../sass/docs.scss */ -.responsive-utilities td.is-hidden { - color: #ccc; - background-color: #f9f9f9 !important; -} - -/* Responsive tests -------------------------- */ -/* line 524, ../../../sass/docs.scss */ -.responsive-utilities-test { - margin-top: 5px; - margin-left: 0; - list-style: none; - overflow: hidden; - /* clear floats */ -} - -/* line 530, ../../../sass/docs.scss */ -.responsive-utilities-test li { - position: relative; - float: left; - width: 25%; - height: 43px; - font-size: 14px; - font-weight: bold; - line-height: 43px; - color: #999; - text-align: center; - border: 1px solid #ddd; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} - -/* line 545, ../../../sass/docs.scss */ -.responsive-utilities-test li + li { - margin-left: 10px; -} - -/* line 548, ../../../sass/docs.scss */ -.responsive-utilities-test span { - position: absolute; - top: -1px; - left: -1px; - right: -1px; - bottom: -1px; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} - -/* line 558, ../../../sass/docs.scss */ -.responsive-utilities-test span { - color: #468847; - background-color: #dff0d8; - border: 1px solid #d6e9c6; -} - -/* Footer --------------------------------------------------- */ -/* line 569, ../../../sass/docs.scss */ -.bs-docs-footer { - text-align: center; - padding: 30px 0; - margin-top: 100px; -} -/* line 574, ../../../sass/docs.scss */ -.bs-docs-footer, .bs-docs-footer .attrib { - border-top: 1px solid #e5e5e5; -} -/* line 578, ../../../sass/docs.scss */ -.bs-docs-footer .attrib { - margin-top: 30px; - padding-top: 15px; -} - -/* line 584, ../../../sass/docs.scss */ -.bs-docs-footer p { - margin-bottom: 0; - color: #777; -} - -/* line 588, ../../../sass/docs.scss */ -.footer-links { - margin: 10px 0; -} - -/* line 591, ../../../sass/docs.scss */ -.footer-links li { - display: inline; - padding: 0 2px; -} - -/* line 595, ../../../sass/docs.scss */ -.footer-links li:first-child { - padding-left: 0; -} - -/* Social proof buttons from GitHub & Twitter */ -/* line 600, ../../../sass/docs.scss */ -.bs-docs-social { - margin-top: 10px; - margin-bottom: 20px; - text-align: center; -} - -/* Quick links on Home */ -/* line 606, ../../../sass/docs.scss */ -.bs-docs-social-buttons { - display: inline-block; - margin: 0; - padding: 0 10px; - list-style: none; -} - -/* line 612, ../../../sass/docs.scss */ -.bs-docs-social-buttons li { - display: inline-block; - padding: 5px 8px 5px 0; - line-height: 1; -} -/* line 616, ../../../sass/docs.scss */ -.bs-docs-social-buttons li:last-child { - padding-right: 0; -} - -/* line 620, ../../../sass/docs.scss */ -.bs-docs-social-buttons .twitter-follow-button { - width: 225px !important; -} - -/* line 623, ../../../sass/docs.scss */ -.bs-docs-social-buttons .twitter-share-button { - width: 98px !important; -} - -/* Misc docs stuff --------------------------------------------------- */ -/* Pseudo :focus state for showing how it looks in the docs */ -/* line 633, ../../../sass/docs.scss */ -input.focused { - border-color: rgba(82, 168, 236, 0.8); - outline: 0; - outline: thin dotted \9; - /* IE6-9 */ - -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6); - box-shadow: 0 0 8px rgba(82, 168, 236, 0.6); -} - -/* Scrollspy demo on fixed height div */ -/* line 642, ../../../sass/docs.scss */ -.scrollspy-example { - position: relative; - height: 200px; - margin-top: 10px; - overflow: auto; -} - -/* line 649, ../../../sass/docs.scss */ -.highlight { - padding: 9px 14px; - margin-bottom: 14px; - background-color: #f7f7f9; - border: 1px solid #e1e1e8; - border-radius: 4px; -} - -/* line 656, ../../../sass/docs.scss */ -.highlight pre { - padding: 0; - margin-bottom: 0; - background-color: transparent; - border: 0; -} - -/* line 662, ../../../sass/docs.scss */ -.highlight pre code { - font-size: inherit; - color: #333; - /* Effectively the base text color */ -} - -/* line 666, ../../../sass/docs.scss */ -.highlight pre .lineno { - display: inline-block; - width: 22px; - padding-right: 5px; - margin-right: 10px; - text-align: right; - color: #bebec5; -} - -/* Docs gallery --------------------------------------------------- */ -/* line 680, ../../../sass/docs.scss */ -.bs-docs-gallery .thumbnail { - max-width: 400px; - margin: 0 auto 20px; -} - -/* Responsive variations --------------------------------------------------- */ -/* Hide code snippets on mobile devices */ -@media screen and (max-width: 480px) { - /* line 691, ../../../sass/docs.scss */ - .bs-docs-example { - border-radius: 4px; - } - - /* line 694, ../../../sass/docs.scss */ - .highlight { - display: none; - } -} -/* Tablets and up */ -@media screen and (min-width: 768px) { - /* Account for fixed navbar (which is static to start) */ - /* line 703, ../../../sass/docs.scss */ - body { - padding-top: 50px; - /* Default height of navbar */ - } - - /* Tweak display of docs jumbotrons */ - /* line 708, ../../../sass/docs.scss */ - .masthead { - padding-top: 100px; - padding-bottom: 100px; - } - - /* line 712, ../../../sass/docs.scss */ - .masthead h1 { - font-size: 100px; - } - - /* line 715, ../../../sass/docs.scss */ - .masthead p { - font-size: 30px; - margin-left: 10%; - margin-right: 10%; - } - - /* line 720, ../../../sass/docs.scss */ - .subhead { - padding-top: 60px; - padding-bottom: 60px; - text-align: left; - } - - /* From here, start to affix the nav because we keep columns here */ - /* line 727, ../../../sass/docs.scss */ - .bs-docs-sidenav.affix { - position: fixed; - top: 54px; - } - - /* line 731, ../../../sass/docs.scss */ - .bs-docs-sidenav { - width: 170px; - } - - /* line 734, ../../../sass/docs.scss */ - .bs-docs-sidenav.affix-bottom { - position: absolute; - top: auto; - bottom: 270px; - } - - /* line 741, ../../../sass/docs.scss */ - section > h2, - section > .h2 { - margin-top: 60px; - } - - /* line 746, ../../../sass/docs.scss */ - section > h3, - section > .h3 { - margin-top: 30px; - } -} -/* Tablets/desktops and up */ -@media screen and (min-width: 992px) { - /* Icons */ - /* line 756, ../../../sass/docs.scss */ - .the-icons li { - width: 12.5%; - } - - /* line 760, ../../../sass/docs.scss */ - .bs-docs-sidenav { - width: 220px; - } -} -/* Large desktops and up */ -@media screen and (min-width: 1200px) { - /* line 767, ../../../sass/docs.scss */ - .bs-docs-sidenav { - width: 260px; - } -} -/* line 21, ../../../sass/_mixins.scss */ -.clearfix:before, .clearfix:after { - content: " "; - display: table; - line-height: 0; -} -/* line 28, ../../../sass/_mixins.scss */ -.clearfix:after { - clear: both; -} - -/* line 12, ../../../sass/_utilities.scss */ -.pull-right { - float: right; -} - -/* line 15, ../../../sass/_utilities.scss */ -.pull-left { - float: left; -} - -/* line 23, ../../../sass/_utilities.scss */ -.hide { - display: none !important; -} - -/* line 26, ../../../sass/_utilities.scss */ -.show { - display: block !important; -} - -/* line 29, ../../../sass/_utilities.scss */ -.invisible { - visibility: hidden; -} - -/* line 32, ../../../sass/_utilities.scss */ -.text-hide { - font: 0/0 a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0; -} - -/* line 40, ../../../sass/_utilities.scss */ -.affix { - position: fixed; -} +body{padding-top:50px;position:relative}.bs-docs-footer{padding-left:15px;padding-right:15px}section{padding-top:30px}.container>.row section:first-child{padding-top:0}section>.page-header,section>.lead{color:#5a5a5a}section>ul li{margin-bottom:5px}.bs-docs-navbar{background-color:#fff;border-bottom:1px solid #f0c9f3}.bs-docs-navbar .nav>li>a:hover,.bs-docs-navbar .nav>li>a:focus{outline:0 none;background-color:#f6f2f7}.bs-docs-navbar .nav>li.active>a,.bs-docs-navbar .nav>li.active>a:hover,.bs-docs-navbar .nav>li.active>a:focus{font-weight:500;background-color:transparent;color:#ce4dd6;cursor:default}.navbar-brand b{color:#ce4dd6}.bs-docs-jumbotron{position:relative;margin-bottom:20px;padding:30px 15px;color:#fff;text-align:center;background-color:#9b3aa1}.bs-docs-jumbotron h1{font-size:50px}.bs-docs-jumbotron a{color:#fff;color:rgba(255,255,255,0.5);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.bs-docs-jumbotron a:hover{color:#fff}.bs-docs-jumbotron .btn{padding:18px 24px;font-size:21px}.bs-docs-jumbotron .btn,.bs-docs-jumbotron .btn:hover,.bs-docs-jumbotron .btn:active{color:#9b3aa1;background-color:#fff;border-color:#fff}.masthead h1{line-height:1}.masthead-links{margin:20px 0;list-style:none}.masthead-links li{display:inline;padding:0 10px;color:rgba(255,255,255,0.25)}.bs-docs-marketing{text-align:center;color:#5a5a5a}.bs-docs-marketing h1{margin:60px 0 10px;font-size:50px;line-height:1}.bs-docs-marketing h2{margin-bottom:5px}.bs-docs-marketing p{font-size:16px;line-height:1.4}.bs-docs-marketing .marketing-byline{margin-bottom:40px;font-size:21px;font-weight:300;line-height:1.25;color:#999}.marketing-img{display:block;margin:30px auto 10px;max-height:145px}.show-grid{margin-bottom:15px}.show-grid [class^="span"]{padding-top:10px;padding-bottom:10px;background-color:#eee;border:1px solid #ddd}.show-grid [class^="span"]:hover{background-color:#ddd}.bs-docs-sidenav{margin:20px 0 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-docs-sidenav.affix{position:static;top:0}.bs-docs-sidenav .glyphicon-chevron-right{float:right;margin-top:1px;margin-right:-6px;opacity:.25;color:#000}.bs-docs-sidenav a:hover .glyphicon-chevron-right{opacity:.5}.bs-docs-sidenav .active .glyphicon-chevron-right,.bs-docs-sidenav .active a:hover .glyphicon-chevron-right{color:#fff;opacity:1}.bs-docs-example{position:relative;padding:39px 14px 14px;margin-bottom:-1px;border:1px solid #ddd;border-top-left-radius:4px;border-top-right-radius:4px}.bs-docs-example .navbar-fixed-top,.bs-docs-example .navbar-fixed-bottom{position:absolute;z-index:1029}.bs-docs-example:after{content:"Example";position:absolute;top:-1px;left:-1px;padding:3px 7px;font-size:12px;font-weight:bold;color:#9da0a4;background-color:#f5f5f5;border:1px solid #ddd;border-top-left-radius:4px;border-bottom-right-radius:4px}.bs-docs-example+.prettyprint,.bs-docs-example+.highlight{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.bs-docs-example>p:last-child,.bs-docs-example>ul:last-child,.bs-docs-example>ol:last-child,.bs-docs-example>blockquote:last-child,.bs-docs-example>input:last-child,.bs-docs-example>select:last-child,.bs-docs-example>textarea:last-child,.bs-docs-example>.table:last-child,.bs-docs-example>.jumbotron:last-child,.bs-docs-example>.alert:last-child{margin-bottom:0}.bs-docs-tooltip-examples{text-align:center;margin:0 0 10px;list-style:none}.bs-docs-tooltip-examples li{display:inline;padding:0 10px}.bs-docs-example-popover{padding-bottom:24px;background-color:#f9f9f9}.bs-docs-example-popover .popover{position:relative;display:block;float:left;width:260px;margin:20px}.bs-docs-example-submenus{min-height:180px}.bs-docs-example-submenus>.pull-left+.pull-left{margin-left:20px}.bs-docs-example-submenus .dropup>.dropdown-menu,.bs-docs-example-submenus .dropdown>.dropdown-menu{display:block;position:static;margin-bottom:5px;*width:180px}.bs-docs-example-type .table td{color:#999;vertical-align:middle}.bs-docs-example-type .table td,.bs-docs-example-type .table th{padding:15px 0;border-color:#eee}.bs-docs-example-type .table tr:first-child td,.bs-docs-example-type .table tr:first-child th{border-top:0}.bs-docs-example-type h1,.bs-docs-example-type h2,.bs-docs-example-type h3,.bs-docs-example-type h4,.bs-docs-example-type h5,.bs-docs-example-type h6{margin:0}.bs-navbar-top-example,.bs-navbar-bottom-example{z-index:1;padding:0;height:90px;overflow:hidden}.bs-navbar-top-example .navbar-fixed-top,.bs-navbar-bottom-example .navbar-fixed-bottom{margin-left:0;margin-right:0}.bs-navbar-top-example{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.bs-navbar-top-example:after{top:auto;bottom:-1px;-webkit-border-radius:0 4px 0 4px;-moz-border-radius:0 4px 0 4px;border-radius:0 4px 0 4px}.bs-navbar-bottom-example{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.bs-navbar-bottom-example .navbar{margin-bottom:0}.bs-docs-example-modal{background-color:#f5f5f5}.bs-docs-example-modal .modal{position:relative;top:auto;right:auto;left:auto;bottom:auto;z-index:1;display:block}.bs-docs-example-modal .modal-dialog{left:auto;margin-left:auto;margin-right:auto}.bs-docs-example>.dropdown>.dropdown-menu,.bs-docs-example-submenu>.pull-left>.dropup>.dropdown-menu,.bs-docs-example-submenu>.pull-left>.dropdown>.dropdown-menu{position:static;display:block;margin-bottom:5px}.bs-docs-example-submenu{min-height:240px}.bs-docs-example-submenu>.pull-left+.pull-left{margin-left:20px}.bs-docs-example-tabs .nav-tabs{margin-bottom:15px}.bs-docs-examples h4{margin-bottom:5px}.bs-docs-examples p{margin-bottom:20px}.the-icons{padding-bottom:1px;margin-left:0;list-style:none;margin-bottom:20px;overflow:hidden}.the-icons li{float:left;width:100px;height:110px;padding:10px;border:1px solid #ddd;font-size:12px;line-height:1.25;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 -1px -1px 0}.the-icons .glyphicon{display:block;margin:5px auto;vertical-align:middle;margin-right:3px;font-size:24px}.the-icons li:hover{background-color:rgba(255,0,0,0.1)}.table code{font-size:13px;font-weight:normal}.responsive-utilities th small{display:block;font-weight:normal;color:#999}.responsive-utilities tbody th{font-weight:normal}.responsive-utilities td{text-align:center}.responsive-utilities td.is-visible{color:#468847;background-color:#dff0d8 !important}.responsive-utilities td.is-hidden{color:#ccc;background-color:#f9f9f9 !important}.responsive-utilities-test{margin-top:5px;margin-left:0;list-style:none;overflow:hidden}.responsive-utilities-test li{position:relative;float:left;width:25%;height:43px;font-size:14px;font-weight:bold;line-height:43px;color:#999;text-align:center;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.responsive-utilities-test li+li{margin-left:10px}.responsive-utilities-test span{position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.responsive-utilities-test span{color:#468847;background-color:#dff0d8;border:1px solid #d6e9c6}.bs-docs-footer{text-align:center;padding:30px 0;margin-top:100px}.bs-docs-footer,.bs-docs-footer .attrib{border-top:1px solid #e5e5e5}.bs-docs-footer .attrib{margin-top:30px;padding-top:15px}.bs-docs-footer p{margin-bottom:0;color:#777}.footer-links{margin:10px 0}.footer-links li{display:inline;padding:0 2px}.footer-links li:first-child{padding-left:0}.bs-docs-social{margin-top:10px;margin-bottom:20px;text-align:center}.bs-docs-social-buttons{display:inline-block;margin:0;padding:0 10px;list-style:none}.bs-docs-social-buttons li{display:inline-block;padding:5px 8px 5px 0;line-height:1}.bs-docs-social-buttons li:last-child{padding-right:0}.bs-docs-social-buttons .twitter-follow-button{width:225px !important}.bs-docs-social-buttons .twitter-share-button{width:98px !important}input.focused{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-moz-box-shadow:0 0 8px rgba(82,168,236,0.6);box-shadow:0 0 8px rgba(82,168,236,0.6)}.scrollspy-example{position:relative;height:200px;margin-top:10px;overflow:auto}.highlight{padding:9px 14px;margin-bottom:14px;background-color:#f7f7f9;border:1px solid #e1e1e8;border-radius:4px}.highlight pre{padding:0;margin-bottom:0;background-color:transparent;border:0}.highlight pre code{font-size:inherit;color:#333}.highlight pre .lineno{display:inline-block;width:22px;padding-right:5px;margin-right:10px;text-align:right;color:#bebec5}.bs-docs-gallery .thumbnail{max-width:400px;margin:0 auto 20px}@media screen and (max-width: 480px){.bs-docs-example{border-radius:4px}.highlight{display:none}}@media screen and (min-width: 768px){body{padding-top:50px}.masthead{padding-top:100px;padding-bottom:100px}.masthead h1{font-size:100px}.masthead p{font-size:30px;margin-left:10%;margin-right:10%}.subhead{padding-top:60px;padding-bottom:60px;text-align:left}.bs-docs-sidenav.affix{position:fixed;top:54px}.bs-docs-sidenav{width:170px}.bs-docs-sidenav.affix-bottom{position:absolute;top:auto;bottom:270px}section>h2,section>.h2{margin-top:60px}section>h3,section>.h3{margin-top:30px}}@media screen and (min-width: 992px){.the-icons li{width:12.5%}.bs-docs-sidenav{width:220px}}@media screen and (min-width: 1200px){.bs-docs-sidenav{width:260px}}.clearfix:before,.clearfix:after{content:" ";display:table;line-height:0}.clearfix:after{clear:both}.pull-right{float:right}.pull-left{float:left}.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}.affix{position:fixed} From ed6ad1a14f82f1a58f5a89e2795969107b57b35e Mon Sep 17 00:00:00 2001 From: Aaron Lademann Date: Sat, 31 Aug 2013 09:00:11 -0700 Subject: [PATCH 05/20] Adding twbs as submodule for easy reference --- .gitmodules | 3 +++ twbs | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 twbs diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000000..e75f6dd2271e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "twbs"] + path = twbs + url = git@al.github.com:twbs/bootstrap.git diff --git a/twbs b/twbs new file mode 160000 index 000000000000..644c227ae16a --- /dev/null +++ b/twbs @@ -0,0 +1 @@ +Subproject commit 644c227ae16a9870c6aa456e0dc826fab0e5fa2e From a7acbdd970119d7e480d91c6d6d890d87d2f49bd Mon Sep 17 00:00:00 2001 From: Aaron Lademann Date: Sat, 31 Aug 2013 09:00:39 -0700 Subject: [PATCH 06/20] Rename main nav include --- docs/_includes/{navbar.html => nav-main.html} | 4 ++-- docs/_layouts/default.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename docs/_includes/{navbar.html => nav-main.html} (87%) diff --git a/docs/_includes/navbar.html b/docs/_includes/nav-main.html similarity index 87% rename from docs/_includes/navbar.html rename to docs/_includes/nav-main.html index 9eba321a295d..45d1c30539f1 100644 --- a/docs/_includes/navbar.html +++ b/docs/_includes/nav-main.html @@ -10,8 +10,8 @@ Sass Bootstrap