From 3327521bd32967da7d45dd15a7df406aa3f1200d Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 22 May 2017 23:25:43 +0000 Subject: [PATCH] oauth3.org is now its own thing --- .gitignore | 1 + .well-known/oauth3 | 1 + README.md | 3 + .../com.bootstrapcdn/spacelab/bootstrap.css | 6958 +++++++++++ .../spacelab/bootstrap.min.css | 11 + assets/com.jquery/jquery-3.1.1.js | 10220 ++++++++++++++++ authnocode.html | 12 + authnopass.html | 12 + css/main.css | 7 + css/mock-provider.css | 8 + css/style.css | 296 + img/Daplie-Badge-Purple.png | Bin 0 -> 655476 bytes img/Daplie-Labs-800x800.png | Bin 0 -> 1940169 bytes img/daplie-labs-twitter-logo.jpeg | Bin 0 -> 18136 bytes img/daplie-provider.jpeg | Bin 0 -> 18136 bytes img/not-provider.png | Bin 0 -> 178858 bytes index.html | 130 + install.sh | 11 + js/3rd-party.js | 182 + js/app.js | 57 + js/mock.js | 407 + js/script.js | 38 + loginwhatis.html | 12 + 23 files changed, 18366 insertions(+) create mode 100644 .gitignore create mode 120000 .well-known/oauth3 create mode 100644 README.md create mode 100644 assets/com.bootstrapcdn/spacelab/bootstrap.css create mode 100644 assets/com.bootstrapcdn/spacelab/bootstrap.min.css create mode 100644 assets/com.jquery/jquery-3.1.1.js create mode 100644 authnocode.html create mode 100644 authnopass.html create mode 100644 css/main.css create mode 100644 css/mock-provider.css create mode 100644 css/style.css create mode 100644 img/Daplie-Badge-Purple.png create mode 100644 img/Daplie-Labs-800x800.png create mode 100644 img/daplie-labs-twitter-logo.jpeg create mode 100644 img/daplie-provider.jpeg create mode 100644 img/not-provider.png create mode 100644 index.html create mode 100644 install.sh create mode 100644 js/3rd-party.js create mode 100644 js/app.js create mode 100644 js/mock.js create mode 100644 js/script.js create mode 100644 loginwhatis.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a9e8050 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.*sw* diff --git a/.well-known/oauth3 b/.well-known/oauth3 new file mode 120000 index 0000000..585edad --- /dev/null +++ b/.well-known/oauth3 @@ -0,0 +1 @@ +../assets/org.oauth3/.well-known/oauth3 \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..4583bd7 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +This is taken from parts of org.oauth3-frontend and oauth3.js + +Needs a proper README. TODO cc / @coolaj86 diff --git a/assets/com.bootstrapcdn/spacelab/bootstrap.css b/assets/com.bootstrapcdn/spacelab/bootstrap.css new file mode 100644 index 0000000..0f796e6 --- /dev/null +++ b/assets/com.bootstrapcdn/spacelab/bootstrap.css @@ -0,0 +1,6958 @@ +@import url("https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700"); +/*! + * bootswatch v3.3.7 + * Homepage: http://bootswatch.com + * Copyright 2012-2016 Thomas Park + * Licensed under MIT + * Based on Bootstrap +*/ +/*! + * Bootstrap v3.3.7 (http://getbootstrap.com) + * Copyright 2011-2016 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ +/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ +html { + font-family: sans-serif; + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; +} +body { + margin: 0; +} +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +menu, +nav, +section, +summary { + display: block; +} +audio, +canvas, +progress, +video { + display: inline-block; + vertical-align: baseline; +} +audio:not([controls]) { + display: none; + height: 0; +} +[hidden], +template { + display: none; +} +a { + background-color: transparent; +} +a:active, +a:hover { + outline: 0; +} +abbr[title] { + border-bottom: 1px dotted; +} +b, +strong { + font-weight: bold; +} +dfn { + font-style: italic; +} +h1 { + font-size: 2em; + margin: 0.67em 0; +} +mark { + background: #ff0; + color: #000; +} +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: 1em 40px; +} +hr { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; +} +pre { + overflow: auto; +} +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em; +} +button, +input, +optgroup, +select, +textarea { + color: inherit; + font: inherit; + margin: 0; +} +button { + overflow: visible; +} +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; +} +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} +input { + line-height: normal; +} +input[type="checkbox"], +input[type="radio"] { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + padding: 0; +} +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto; +} +input[type="search"] { + -webkit-appearance: textfield; + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; +} +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} +legend { + border: 0; + padding: 0; +} +textarea { + overflow: auto; +} +optgroup { + font-weight: bold; +} +table { + border-collapse: collapse; + border-spacing: 0; +} +td, +th { + padding: 0; +} +/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ +@media print { + *, + *:before, + *:after { + background: transparent !important; + color: #000 !important; + -webkit-box-shadow: none !important; + box-shadow: none !important; + text-shadow: none !important; + } + a, + a:visited { + text-decoration: underline; + } + a[href]:after { + content: " (" attr(href) ")"; + } + abbr[title]:after { + content: " (" attr(title) ")"; + } + a[href^="#"]:after, + a[href^="javascript:"]: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; + } + p, + h2, + h3 { + orphans: 3; + widows: 3; + } + h2, + h3 { + page-break-after: avoid; + } + .navbar { + display: none; + } + .btn > .caret, + .dropup > .btn > .caret { + border-top-color: #000 !important; + } + .label { + border: 1px solid #000; + } + .table { + border-collapse: collapse !important; + } + .table td, + .table th { + background-color: #fff !important; + } + .table-bordered th, + .table-bordered td { + border: 1px solid #ddd !important; + } +} +@font-face { + font-family: 'Glyphicons Halflings'; + src: url('../fonts/glyphicons-halflings-regular.eot'); + src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); +} +.glyphicon { + position: relative; + top: 1px; + display: inline-block; + font-family: 'Glyphicons Halflings'; + font-style: normal; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.glyphicon-asterisk:before { + content: "\002a"; +} +.glyphicon-plus:before { + content: "\002b"; +} +.glyphicon-euro:before, +.glyphicon-eur:before { + content: "\20ac"; +} +.glyphicon-minus:before { + content: "\2212"; +} +.glyphicon-cloud:before { + content: "\2601"; +} +.glyphicon-envelope:before { + content: "\2709"; +} +.glyphicon-pencil:before { + content: "\270f"; +} +.glyphicon-glass:before { + content: "\e001"; +} +.glyphicon-music:before { + content: "\e002"; +} +.glyphicon-search:before { + content: "\e003"; +} +.glyphicon-heart:before { + content: "\e005"; +} +.glyphicon-star:before { + content: "\e006"; +} +.glyphicon-star-empty:before { + content: "\e007"; +} +.glyphicon-user:before { + content: "\e008"; +} +.glyphicon-film:before { + content: "\e009"; +} +.glyphicon-th-large:before { + content: "\e010"; +} +.glyphicon-th:before { + content: "\e011"; +} +.glyphicon-th-list:before { + content: "\e012"; +} +.glyphicon-ok:before { + content: "\e013"; +} +.glyphicon-remove:before { + content: "\e014"; +} +.glyphicon-zoom-in:before { + content: "\e015"; +} +.glyphicon-zoom-out:before { + content: "\e016"; +} +.glyphicon-off:before { + content: "\e017"; +} +.glyphicon-signal:before { + content: "\e018"; +} +.glyphicon-cog:before { + content: "\e019"; +} +.glyphicon-trash:before { + content: "\e020"; +} +.glyphicon-home:before { + content: "\e021"; +} +.glyphicon-file:before { + content: "\e022"; +} +.glyphicon-time:before { + content: "\e023"; +} +.glyphicon-road:before { + content: "\e024"; +} +.glyphicon-download-alt:before { + content: "\e025"; +} +.glyphicon-download:before { + content: "\e026"; +} +.glyphicon-upload:before { + content: "\e027"; +} +.glyphicon-inbox:before { + content: "\e028"; +} +.glyphicon-play-circle:before { + content: "\e029"; +} +.glyphicon-repeat:before { + content: "\e030"; +} +.glyphicon-refresh:before { + content: "\e031"; +} +.glyphicon-list-alt:before { + content: "\e032"; +} +.glyphicon-lock:before { + content: "\e033"; +} +.glyphicon-flag:before { + content: "\e034"; +} +.glyphicon-headphones:before { + content: "\e035"; +} +.glyphicon-volume-off:before { + content: "\e036"; +} +.glyphicon-volume-down:before { + content: "\e037"; +} +.glyphicon-volume-up:before { + content: "\e038"; +} +.glyphicon-qrcode:before { + content: "\e039"; +} +.glyphicon-barcode:before { + content: "\e040"; +} +.glyphicon-tag:before { + content: "\e041"; +} +.glyphicon-tags:before { + content: "\e042"; +} +.glyphicon-book:before { + content: "\e043"; +} +.glyphicon-bookmark:before { + content: "\e044"; +} +.glyphicon-print:before { + content: "\e045"; +} +.glyphicon-camera:before { + content: "\e046"; +} +.glyphicon-font:before { + content: "\e047"; +} +.glyphicon-bold:before { + content: "\e048"; +} +.glyphicon-italic:before { + content: "\e049"; +} +.glyphicon-text-height:before { + content: "\e050"; +} +.glyphicon-text-width:before { + content: "\e051"; +} +.glyphicon-align-left:before { + content: "\e052"; +} +.glyphicon-align-center:before { + content: "\e053"; +} +.glyphicon-align-right:before { + content: "\e054"; +} +.glyphicon-align-justify:before { + content: "\e055"; +} +.glyphicon-list:before { + content: "\e056"; +} +.glyphicon-indent-left:before { + content: "\e057"; +} +.glyphicon-indent-right:before { + content: "\e058"; +} +.glyphicon-facetime-video:before { + content: "\e059"; +} +.glyphicon-picture:before { + content: "\e060"; +} +.glyphicon-map-marker:before { + content: "\e062"; +} +.glyphicon-adjust:before { + content: "\e063"; +} +.glyphicon-tint:before { + content: "\e064"; +} +.glyphicon-edit:before { + content: "\e065"; +} +.glyphicon-share:before { + content: "\e066"; +} +.glyphicon-check:before { + content: "\e067"; +} +.glyphicon-move:before { + content: "\e068"; +} +.glyphicon-step-backward:before { + content: "\e069"; +} +.glyphicon-fast-backward:before { + content: "\e070"; +} +.glyphicon-backward:before { + content: "\e071"; +} +.glyphicon-play:before { + content: "\e072"; +} +.glyphicon-pause:before { + content: "\e073"; +} +.glyphicon-stop:before { + content: "\e074"; +} +.glyphicon-forward:before { + content: "\e075"; +} +.glyphicon-fast-forward:before { + content: "\e076"; +} +.glyphicon-step-forward:before { + content: "\e077"; +} +.glyphicon-eject:before { + content: "\e078"; +} +.glyphicon-chevron-left:before { + content: "\e079"; +} +.glyphicon-chevron-right:before { + content: "\e080"; +} +.glyphicon-plus-sign:before { + content: "\e081"; +} +.glyphicon-minus-sign:before { + content: "\e082"; +} +.glyphicon-remove-sign:before { + content: "\e083"; +} +.glyphicon-ok-sign:before { + content: "\e084"; +} +.glyphicon-question-sign:before { + content: "\e085"; +} +.glyphicon-info-sign:before { + content: "\e086"; +} +.glyphicon-screenshot:before { + content: "\e087"; +} +.glyphicon-remove-circle:before { + content: "\e088"; +} +.glyphicon-ok-circle:before { + content: "\e089"; +} +.glyphicon-ban-circle:before { + content: "\e090"; +} +.glyphicon-arrow-left:before { + content: "\e091"; +} +.glyphicon-arrow-right:before { + content: "\e092"; +} +.glyphicon-arrow-up:before { + content: "\e093"; +} +.glyphicon-arrow-down:before { + content: "\e094"; +} +.glyphicon-share-alt:before { + content: "\e095"; +} +.glyphicon-resize-full:before { + content: "\e096"; +} +.glyphicon-resize-small:before { + content: "\e097"; +} +.glyphicon-exclamation-sign:before { + content: "\e101"; +} +.glyphicon-gift:before { + content: "\e102"; +} +.glyphicon-leaf:before { + content: "\e103"; +} +.glyphicon-fire:before { + content: "\e104"; +} +.glyphicon-eye-open:before { + content: "\e105"; +} +.glyphicon-eye-close:before { + content: "\e106"; +} +.glyphicon-warning-sign:before { + content: "\e107"; +} +.glyphicon-plane:before { + content: "\e108"; +} +.glyphicon-calendar:before { + content: "\e109"; +} +.glyphicon-random:before { + content: "\e110"; +} +.glyphicon-comment:before { + content: "\e111"; +} +.glyphicon-magnet:before { + content: "\e112"; +} +.glyphicon-chevron-up:before { + content: "\e113"; +} +.glyphicon-chevron-down:before { + content: "\e114"; +} +.glyphicon-retweet:before { + content: "\e115"; +} +.glyphicon-shopping-cart:before { + content: "\e116"; +} +.glyphicon-folder-close:before { + content: "\e117"; +} +.glyphicon-folder-open:before { + content: "\e118"; +} +.glyphicon-resize-vertical:before { + content: "\e119"; +} +.glyphicon-resize-horizontal:before { + content: "\e120"; +} +.glyphicon-hdd:before { + content: "\e121"; +} +.glyphicon-bullhorn:before { + content: "\e122"; +} +.glyphicon-bell:before { + content: "\e123"; +} +.glyphicon-certificate:before { + content: "\e124"; +} +.glyphicon-thumbs-up:before { + content: "\e125"; +} +.glyphicon-thumbs-down:before { + content: "\e126"; +} +.glyphicon-hand-right:before { + content: "\e127"; +} +.glyphicon-hand-left:before { + content: "\e128"; +} +.glyphicon-hand-up:before { + content: "\e129"; +} +.glyphicon-hand-down:before { + content: "\e130"; +} +.glyphicon-circle-arrow-right:before { + content: "\e131"; +} +.glyphicon-circle-arrow-left:before { + content: "\e132"; +} +.glyphicon-circle-arrow-up:before { + content: "\e133"; +} +.glyphicon-circle-arrow-down:before { + content: "\e134"; +} +.glyphicon-globe:before { + content: "\e135"; +} +.glyphicon-wrench:before { + content: "\e136"; +} +.glyphicon-tasks:before { + content: "\e137"; +} +.glyphicon-filter:before { + content: "\e138"; +} +.glyphicon-briefcase:before { + content: "\e139"; +} +.glyphicon-fullscreen:before { + content: "\e140"; +} +.glyphicon-dashboard:before { + content: "\e141"; +} +.glyphicon-paperclip:before { + content: "\e142"; +} +.glyphicon-heart-empty:before { + content: "\e143"; +} +.glyphicon-link:before { + content: "\e144"; +} +.glyphicon-phone:before { + content: "\e145"; +} +.glyphicon-pushpin:before { + content: "\e146"; +} +.glyphicon-usd:before { + content: "\e148"; +} +.glyphicon-gbp:before { + content: "\e149"; +} +.glyphicon-sort:before { + content: "\e150"; +} +.glyphicon-sort-by-alphabet:before { + content: "\e151"; +} +.glyphicon-sort-by-alphabet-alt:before { + content: "\e152"; +} +.glyphicon-sort-by-order:before { + content: "\e153"; +} +.glyphicon-sort-by-order-alt:before { + content: "\e154"; +} +.glyphicon-sort-by-attributes:before { + content: "\e155"; +} +.glyphicon-sort-by-attributes-alt:before { + content: "\e156"; +} +.glyphicon-unchecked:before { + content: "\e157"; +} +.glyphicon-expand:before { + content: "\e158"; +} +.glyphicon-collapse-down:before { + content: "\e159"; +} +.glyphicon-collapse-up:before { + content: "\e160"; +} +.glyphicon-log-in:before { + content: "\e161"; +} +.glyphicon-flash:before { + content: "\e162"; +} +.glyphicon-log-out:before { + content: "\e163"; +} +.glyphicon-new-window:before { + content: "\e164"; +} +.glyphicon-record:before { + content: "\e165"; +} +.glyphicon-save:before { + content: "\e166"; +} +.glyphicon-open:before { + content: "\e167"; +} +.glyphicon-saved:before { + content: "\e168"; +} +.glyphicon-import:before { + content: "\e169"; +} +.glyphicon-export:before { + content: "\e170"; +} +.glyphicon-send:before { + content: "\e171"; +} +.glyphicon-floppy-disk:before { + content: "\e172"; +} +.glyphicon-floppy-saved:before { + content: "\e173"; +} +.glyphicon-floppy-remove:before { + content: "\e174"; +} +.glyphicon-floppy-save:before { + content: "\e175"; +} +.glyphicon-floppy-open:before { + content: "\e176"; +} +.glyphicon-credit-card:before { + content: "\e177"; +} +.glyphicon-transfer:before { + content: "\e178"; +} +.glyphicon-cutlery:before { + content: "\e179"; +} +.glyphicon-header:before { + content: "\e180"; +} +.glyphicon-compressed:before { + content: "\e181"; +} +.glyphicon-earphone:before { + content: "\e182"; +} +.glyphicon-phone-alt:before { + content: "\e183"; +} +.glyphicon-tower:before { + content: "\e184"; +} +.glyphicon-stats:before { + content: "\e185"; +} +.glyphicon-sd-video:before { + content: "\e186"; +} +.glyphicon-hd-video:before { + content: "\e187"; +} +.glyphicon-subtitles:before { + content: "\e188"; +} +.glyphicon-sound-stereo:before { + content: "\e189"; +} +.glyphicon-sound-dolby:before { + content: "\e190"; +} +.glyphicon-sound-5-1:before { + content: "\e191"; +} +.glyphicon-sound-6-1:before { + content: "\e192"; +} +.glyphicon-sound-7-1:before { + content: "\e193"; +} +.glyphicon-copyright-mark:before { + content: "\e194"; +} +.glyphicon-registration-mark:before { + content: "\e195"; +} +.glyphicon-cloud-download:before { + content: "\e197"; +} +.glyphicon-cloud-upload:before { + content: "\e198"; +} +.glyphicon-tree-conifer:before { + content: "\e199"; +} +.glyphicon-tree-deciduous:before { + content: "\e200"; +} +.glyphicon-cd:before { + content: "\e201"; +} +.glyphicon-save-file:before { + content: "\e202"; +} +.glyphicon-open-file:before { + content: "\e203"; +} +.glyphicon-level-up:before { + content: "\e204"; +} +.glyphicon-copy:before { + content: "\e205"; +} +.glyphicon-paste:before { + content: "\e206"; +} +.glyphicon-alert:before { + content: "\e209"; +} +.glyphicon-equalizer:before { + content: "\e210"; +} +.glyphicon-king:before { + content: "\e211"; +} +.glyphicon-queen:before { + content: "\e212"; +} +.glyphicon-pawn:before { + content: "\e213"; +} +.glyphicon-bishop:before { + content: "\e214"; +} +.glyphicon-knight:before { + content: "\e215"; +} +.glyphicon-baby-formula:before { + content: "\e216"; +} +.glyphicon-tent:before { + content: "\26fa"; +} +.glyphicon-blackboard:before { + content: "\e218"; +} +.glyphicon-bed:before { + content: "\e219"; +} +.glyphicon-apple:before { + content: "\f8ff"; +} +.glyphicon-erase:before { + content: "\e221"; +} +.glyphicon-hourglass:before { + content: "\231b"; +} +.glyphicon-lamp:before { + content: "\e223"; +} +.glyphicon-duplicate:before { + content: "\e224"; +} +.glyphicon-piggy-bank:before { + content: "\e225"; +} +.glyphicon-scissors:before { + content: "\e226"; +} +.glyphicon-bitcoin:before { + content: "\e227"; +} +.glyphicon-btc:before { + content: "\e227"; +} +.glyphicon-xbt:before { + content: "\e227"; +} +.glyphicon-yen:before { + content: "\00a5"; +} +.glyphicon-jpy:before { + content: "\00a5"; +} +.glyphicon-ruble:before { + content: "\20bd"; +} +.glyphicon-rub:before { + content: "\20bd"; +} +.glyphicon-scale:before { + content: "\e230"; +} +.glyphicon-ice-lolly:before { + content: "\e231"; +} +.glyphicon-ice-lolly-tasted:before { + content: "\e232"; +} +.glyphicon-education:before { + content: "\e233"; +} +.glyphicon-option-horizontal:before { + content: "\e234"; +} +.glyphicon-option-vertical:before { + content: "\e235"; +} +.glyphicon-menu-hamburger:before { + content: "\e236"; +} +.glyphicon-modal-window:before { + content: "\e237"; +} +.glyphicon-oil:before { + content: "\e238"; +} +.glyphicon-grain:before { + content: "\e239"; +} +.glyphicon-sunglasses:before { + content: "\e240"; +} +.glyphicon-text-size:before { + content: "\e241"; +} +.glyphicon-text-color:before { + content: "\e242"; +} +.glyphicon-text-background:before { + content: "\e243"; +} +.glyphicon-object-align-top:before { + content: "\e244"; +} +.glyphicon-object-align-bottom:before { + content: "\e245"; +} +.glyphicon-object-align-horizontal:before { + content: "\e246"; +} +.glyphicon-object-align-left:before { + content: "\e247"; +} +.glyphicon-object-align-vertical:before { + content: "\e248"; +} +.glyphicon-object-align-right:before { + content: "\e249"; +} +.glyphicon-triangle-right:before { + content: "\e250"; +} +.glyphicon-triangle-left:before { + content: "\e251"; +} +.glyphicon-triangle-bottom:before { + content: "\e252"; +} +.glyphicon-triangle-top:before { + content: "\e253"; +} +.glyphicon-console:before { + content: "\e254"; +} +.glyphicon-superscript:before { + content: "\e255"; +} +.glyphicon-subscript:before { + content: "\e256"; +} +.glyphicon-menu-left:before { + content: "\e257"; +} +.glyphicon-menu-right:before { + content: "\e258"; +} +.glyphicon-menu-down:before { + content: "\e259"; +} +.glyphicon-menu-up:before { + content: "\e260"; +} +* { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +*:before, +*:after { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +html { + font-size: 10px; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} +body { + font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 1.42857143; + color: #666666; + background-color: #ffffff; +} +input, +button, +select, +textarea { + font-family: inherit; + font-size: inherit; + line-height: inherit; +} +a { + color: #3399f3; + text-decoration: none; +} +a:hover, +a:focus { + color: #3399f3; + text-decoration: underline; +} +a:focus { + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +figure { + margin: 0; +} +img { + vertical-align: middle; +} +.img-responsive, +.thumbnail > img, +.thumbnail a > img, +.carousel-inner > .item > img, +.carousel-inner > .item > a > img { + display: block; + max-width: 100%; + height: auto; +} +.img-rounded { + border-radius: 6px; +} +.img-thumbnail { + padding: 4px; + line-height: 1.42857143; + background-color: #ffffff; + border: 1px solid #dddddd; + border-radius: 4px; + -webkit-transition: all 0.2s ease-in-out; + -o-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; + display: inline-block; + max-width: 100%; + height: auto; +} +.img-circle { + border-radius: 50%; +} +hr { + margin-top: 20px; + margin-bottom: 20px; + border: 0; + border-top: 1px solid #eeeeee; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + margin: -1px; + padding: 0; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} +[role="button"] { + cursor: pointer; +} +h1, +h2, +h3, +h4, +h5, +h6, +.h1, +.h2, +.h3, +.h4, +.h5, +.h6 { + font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-weight: 500; + line-height: 1.1; + color: #2d2d2d; +} +h1 small, +h2 small, +h3 small, +h4 small, +h5 small, +h6 small, +.h1 small, +.h2 small, +.h3 small, +.h4 small, +.h5 small, +.h6 small, +h1 .small, +h2 .small, +h3 .small, +h4 .small, +h5 .small, +h6 .small, +.h1 .small, +.h2 .small, +.h3 .small, +.h4 .small, +.h5 .small, +.h6 .small { + font-weight: normal; + line-height: 1; + color: #999999; +} +h1, +.h1, +h2, +.h2, +h3, +.h3 { + margin-top: 20px; + margin-bottom: 10px; +} +h1 small, +.h1 small, +h2 small, +.h2 small, +h3 small, +.h3 small, +h1 .small, +.h1 .small, +h2 .small, +.h2 .small, +h3 .small, +.h3 .small { + font-size: 65%; +} +h4, +.h4, +h5, +.h5, +h6, +.h6 { + margin-top: 10px; + margin-bottom: 10px; +} +h4 small, +.h4 small, +h5 small, +.h5 small, +h6 small, +.h6 small, +h4 .small, +.h4 .small, +h5 .small, +.h5 .small, +h6 .small, +.h6 .small { + font-size: 75%; +} +h1, +.h1 { + font-size: 36px; +} +h2, +.h2 { + font-size: 30px; +} +h3, +.h3 { + font-size: 24px; +} +h4, +.h4 { + font-size: 18px; +} +h5, +.h5 { + font-size: 14px; +} +h6, +.h6 { + font-size: 12px; +} +p { + margin: 0 0 10px; +} +.lead { + margin-bottom: 20px; + font-size: 16px; + font-weight: 300; + line-height: 1.4; +} +@media (min-width: 768px) { + .lead { + font-size: 21px; + } +} +small, +.small { + font-size: 85%; +} +mark, +.mark { + background-color: #fcf8e3; + padding: .2em; +} +.text-left { + text-align: left; +} +.text-right { + text-align: right; +} +.text-center { + text-align: center; +} +.text-justify { + text-align: justify; +} +.text-nowrap { + white-space: nowrap; +} +.text-lowercase { + text-transform: lowercase; +} +.text-uppercase { + text-transform: uppercase; +} +.text-capitalize { + text-transform: capitalize; +} +.text-muted { + color: #999999; +} +.text-primary { + color: #446e9b; +} +a.text-primary:hover, +a.text-primary:focus { + color: #345578; +} +.text-success { + color: #468847; +} +a.text-success:hover, +a.text-success:focus { + color: #356635; +} +.text-info { + color: #3a87ad; +} +a.text-info:hover, +a.text-info:focus { + color: #2d6987; +} +.text-warning { + color: #c09853; +} +a.text-warning:hover, +a.text-warning:focus { + color: #a47e3c; +} +.text-danger { + color: #b94a48; +} +a.text-danger:hover, +a.text-danger:focus { + color: #953b39; +} +.bg-primary { + color: #fff; + background-color: #446e9b; +} +a.bg-primary:hover, +a.bg-primary:focus { + background-color: #345578; +} +.bg-success { + background-color: #dff0d8; +} +a.bg-success:hover, +a.bg-success:focus { + background-color: #c1e2b3; +} +.bg-info { + background-color: #d9edf7; +} +a.bg-info:hover, +a.bg-info:focus { + background-color: #afd9ee; +} +.bg-warning { + background-color: #fcf8e3; +} +a.bg-warning:hover, +a.bg-warning:focus { + background-color: #f7ecb5; +} +.bg-danger { + background-color: #f2dede; +} +a.bg-danger:hover, +a.bg-danger:focus { + background-color: #e4b9b9; +} +.page-header { + padding-bottom: 9px; + margin: 40px 0 20px; + border-bottom: 1px solid #eeeeee; +} +ul, +ol { + margin-top: 0; + margin-bottom: 10px; +} +ul ul, +ol ul, +ul ol, +ol ol { + margin-bottom: 0; +} +.list-unstyled { + padding-left: 0; + list-style: none; +} +.list-inline { + padding-left: 0; + list-style: none; + margin-left: -5px; +} +.list-inline > li { + display: inline-block; + padding-left: 5px; + padding-right: 5px; +} +dl { + margin-top: 0; + margin-bottom: 20px; +} +dt, +dd { + line-height: 1.42857143; +} +dt { + font-weight: bold; +} +dd { + margin-left: 0; +} +@media (min-width: 768px) { + .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; + } +} +abbr[title], +abbr[data-original-title] { + cursor: help; + border-bottom: 1px dotted #999999; +} +.initialism { + font-size: 90%; + text-transform: uppercase; +} +blockquote { + padding: 10px 20px; + margin: 0 0 20px; + font-size: 17.5px; + border-left: 5px solid #eeeeee; +} +blockquote p:last-child, +blockquote ul:last-child, +blockquote ol:last-child { + margin-bottom: 0; +} +blockquote footer, +blockquote small, +blockquote .small { + display: block; + font-size: 80%; + line-height: 1.42857143; + color: #999999; +} +blockquote footer:before, +blockquote small:before, +blockquote .small:before { + content: '\2014 \00A0'; +} +.blockquote-reverse, +blockquote.pull-right { + padding-right: 15px; + padding-left: 0; + border-right: 5px solid #eeeeee; + border-left: 0; + text-align: right; +} +.blockquote-reverse footer:before, +blockquote.pull-right footer:before, +.blockquote-reverse small:before, +blockquote.pull-right small:before, +.blockquote-reverse .small:before, +blockquote.pull-right .small:before { + content: ''; +} +.blockquote-reverse footer:after, +blockquote.pull-right footer:after, +.blockquote-reverse small:after, +blockquote.pull-right small:after, +.blockquote-reverse .small:after, +blockquote.pull-right .small:after { + content: '\00A0 \2014'; +} +address { + margin-bottom: 20px; + font-style: normal; + line-height: 1.42857143; +} +code, +kbd, +pre, +samp { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; +} +code { + padding: 2px 4px; + font-size: 90%; + color: #c7254e; + background-color: #f9f2f4; + border-radius: 4px; +} +kbd { + padding: 2px 4px; + font-size: 90%; + color: #ffffff; + background-color: #333333; + border-radius: 3px; + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); +} +kbd kbd { + padding: 0; + font-size: 100%; + font-weight: bold; + -webkit-box-shadow: none; + box-shadow: none; +} +pre { + display: block; + padding: 9.5px; + margin: 0 0 10px; + font-size: 13px; + line-height: 1.42857143; + word-break: break-all; + word-wrap: break-word; + color: #333333; + background-color: #f5f5f5; + border: 1px solid #cccccc; + border-radius: 4px; +} +pre code { + padding: 0; + font-size: inherit; + color: inherit; + white-space: pre-wrap; + background-color: transparent; + border-radius: 0; +} +.pre-scrollable { + max-height: 340px; + overflow-y: scroll; +} +.container { + margin-right: auto; + margin-left: auto; + padding-left: 15px; + padding-right: 15px; +} +@media (min-width: 768px) { + .container { + width: 750px; + } +} +@media (min-width: 992px) { + .container { + width: 970px; + } +} +@media (min-width: 1200px) { + .container { + width: 1170px; + } +} +.container-fluid { + margin-right: auto; + margin-left: auto; + padding-left: 15px; + padding-right: 15px; +} +.row { + margin-left: -15px; + margin-right: -15px; +} +.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { + position: relative; + min-height: 1px; + padding-left: 15px; + padding-right: 15px; +} +.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { + float: left; +} +.col-xs-12 { + width: 100%; +} +.col-xs-11 { + width: 91.66666667%; +} +.col-xs-10 { + width: 83.33333333%; +} +.col-xs-9 { + width: 75%; +} +.col-xs-8 { + width: 66.66666667%; +} +.col-xs-7 { + width: 58.33333333%; +} +.col-xs-6 { + width: 50%; +} +.col-xs-5 { + width: 41.66666667%; +} +.col-xs-4 { + width: 33.33333333%; +} +.col-xs-3 { + width: 25%; +} +.col-xs-2 { + width: 16.66666667%; +} +.col-xs-1 { + width: 8.33333333%; +} +.col-xs-pull-12 { + right: 100%; +} +.col-xs-pull-11 { + right: 91.66666667%; +} +.col-xs-pull-10 { + right: 83.33333333%; +} +.col-xs-pull-9 { + right: 75%; +} +.col-xs-pull-8 { + right: 66.66666667%; +} +.col-xs-pull-7 { + right: 58.33333333%; +} +.col-xs-pull-6 { + right: 50%; +} +.col-xs-pull-5 { + right: 41.66666667%; +} +.col-xs-pull-4 { + right: 33.33333333%; +} +.col-xs-pull-3 { + right: 25%; +} +.col-xs-pull-2 { + right: 16.66666667%; +} +.col-xs-pull-1 { + right: 8.33333333%; +} +.col-xs-pull-0 { + right: auto; +} +.col-xs-push-12 { + left: 100%; +} +.col-xs-push-11 { + left: 91.66666667%; +} +.col-xs-push-10 { + left: 83.33333333%; +} +.col-xs-push-9 { + left: 75%; +} +.col-xs-push-8 { + left: 66.66666667%; +} +.col-xs-push-7 { + left: 58.33333333%; +} +.col-xs-push-6 { + left: 50%; +} +.col-xs-push-5 { + left: 41.66666667%; +} +.col-xs-push-4 { + left: 33.33333333%; +} +.col-xs-push-3 { + left: 25%; +} +.col-xs-push-2 { + left: 16.66666667%; +} +.col-xs-push-1 { + left: 8.33333333%; +} +.col-xs-push-0 { + left: auto; +} +.col-xs-offset-12 { + margin-left: 100%; +} +.col-xs-offset-11 { + margin-left: 91.66666667%; +} +.col-xs-offset-10 { + margin-left: 83.33333333%; +} +.col-xs-offset-9 { + margin-left: 75%; +} +.col-xs-offset-8 { + margin-left: 66.66666667%; +} +.col-xs-offset-7 { + margin-left: 58.33333333%; +} +.col-xs-offset-6 { + margin-left: 50%; +} +.col-xs-offset-5 { + margin-left: 41.66666667%; +} +.col-xs-offset-4 { + margin-left: 33.33333333%; +} +.col-xs-offset-3 { + margin-left: 25%; +} +.col-xs-offset-2 { + margin-left: 16.66666667%; +} +.col-xs-offset-1 { + margin-left: 8.33333333%; +} +.col-xs-offset-0 { + margin-left: 0%; +} +@media (min-width: 768px) { + .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { + float: left; + } + .col-sm-12 { + width: 100%; + } + .col-sm-11 { + width: 91.66666667%; + } + .col-sm-10 { + width: 83.33333333%; + } + .col-sm-9 { + width: 75%; + } + .col-sm-8 { + width: 66.66666667%; + } + .col-sm-7 { + width: 58.33333333%; + } + .col-sm-6 { + width: 50%; + } + .col-sm-5 { + width: 41.66666667%; + } + .col-sm-4 { + width: 33.33333333%; + } + .col-sm-3 { + width: 25%; + } + .col-sm-2 { + width: 16.66666667%; + } + .col-sm-1 { + width: 8.33333333%; + } + .col-sm-pull-12 { + right: 100%; + } + .col-sm-pull-11 { + right: 91.66666667%; + } + .col-sm-pull-10 { + right: 83.33333333%; + } + .col-sm-pull-9 { + right: 75%; + } + .col-sm-pull-8 { + right: 66.66666667%; + } + .col-sm-pull-7 { + right: 58.33333333%; + } + .col-sm-pull-6 { + right: 50%; + } + .col-sm-pull-5 { + right: 41.66666667%; + } + .col-sm-pull-4 { + right: 33.33333333%; + } + .col-sm-pull-3 { + right: 25%; + } + .col-sm-pull-2 { + right: 16.66666667%; + } + .col-sm-pull-1 { + right: 8.33333333%; + } + .col-sm-pull-0 { + right: auto; + } + .col-sm-push-12 { + left: 100%; + } + .col-sm-push-11 { + left: 91.66666667%; + } + .col-sm-push-10 { + left: 83.33333333%; + } + .col-sm-push-9 { + left: 75%; + } + .col-sm-push-8 { + left: 66.66666667%; + } + .col-sm-push-7 { + left: 58.33333333%; + } + .col-sm-push-6 { + left: 50%; + } + .col-sm-push-5 { + left: 41.66666667%; + } + .col-sm-push-4 { + left: 33.33333333%; + } + .col-sm-push-3 { + left: 25%; + } + .col-sm-push-2 { + left: 16.66666667%; + } + .col-sm-push-1 { + left: 8.33333333%; + } + .col-sm-push-0 { + left: auto; + } + .col-sm-offset-12 { + margin-left: 100%; + } + .col-sm-offset-11 { + margin-left: 91.66666667%; + } + .col-sm-offset-10 { + margin-left: 83.33333333%; + } + .col-sm-offset-9 { + margin-left: 75%; + } + .col-sm-offset-8 { + margin-left: 66.66666667%; + } + .col-sm-offset-7 { + margin-left: 58.33333333%; + } + .col-sm-offset-6 { + margin-left: 50%; + } + .col-sm-offset-5 { + margin-left: 41.66666667%; + } + .col-sm-offset-4 { + margin-left: 33.33333333%; + } + .col-sm-offset-3 { + margin-left: 25%; + } + .col-sm-offset-2 { + margin-left: 16.66666667%; + } + .col-sm-offset-1 { + margin-left: 8.33333333%; + } + .col-sm-offset-0 { + margin-left: 0%; + } +} +@media (min-width: 992px) { + .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { + float: left; + } + .col-md-12 { + width: 100%; + } + .col-md-11 { + width: 91.66666667%; + } + .col-md-10 { + width: 83.33333333%; + } + .col-md-9 { + width: 75%; + } + .col-md-8 { + width: 66.66666667%; + } + .col-md-7 { + width: 58.33333333%; + } + .col-md-6 { + width: 50%; + } + .col-md-5 { + width: 41.66666667%; + } + .col-md-4 { + width: 33.33333333%; + } + .col-md-3 { + width: 25%; + } + .col-md-2 { + width: 16.66666667%; + } + .col-md-1 { + width: 8.33333333%; + } + .col-md-pull-12 { + right: 100%; + } + .col-md-pull-11 { + right: 91.66666667%; + } + .col-md-pull-10 { + right: 83.33333333%; + } + .col-md-pull-9 { + right: 75%; + } + .col-md-pull-8 { + right: 66.66666667%; + } + .col-md-pull-7 { + right: 58.33333333%; + } + .col-md-pull-6 { + right: 50%; + } + .col-md-pull-5 { + right: 41.66666667%; + } + .col-md-pull-4 { + right: 33.33333333%; + } + .col-md-pull-3 { + right: 25%; + } + .col-md-pull-2 { + right: 16.66666667%; + } + .col-md-pull-1 { + right: 8.33333333%; + } + .col-md-pull-0 { + right: auto; + } + .col-md-push-12 { + left: 100%; + } + .col-md-push-11 { + left: 91.66666667%; + } + .col-md-push-10 { + left: 83.33333333%; + } + .col-md-push-9 { + left: 75%; + } + .col-md-push-8 { + left: 66.66666667%; + } + .col-md-push-7 { + left: 58.33333333%; + } + .col-md-push-6 { + left: 50%; + } + .col-md-push-5 { + left: 41.66666667%; + } + .col-md-push-4 { + left: 33.33333333%; + } + .col-md-push-3 { + left: 25%; + } + .col-md-push-2 { + left: 16.66666667%; + } + .col-md-push-1 { + left: 8.33333333%; + } + .col-md-push-0 { + left: auto; + } + .col-md-offset-12 { + margin-left: 100%; + } + .col-md-offset-11 { + margin-left: 91.66666667%; + } + .col-md-offset-10 { + margin-left: 83.33333333%; + } + .col-md-offset-9 { + margin-left: 75%; + } + .col-md-offset-8 { + margin-left: 66.66666667%; + } + .col-md-offset-7 { + margin-left: 58.33333333%; + } + .col-md-offset-6 { + margin-left: 50%; + } + .col-md-offset-5 { + margin-left: 41.66666667%; + } + .col-md-offset-4 { + margin-left: 33.33333333%; + } + .col-md-offset-3 { + margin-left: 25%; + } + .col-md-offset-2 { + margin-left: 16.66666667%; + } + .col-md-offset-1 { + margin-left: 8.33333333%; + } + .col-md-offset-0 { + margin-left: 0%; + } +} +@media (min-width: 1200px) { + .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { + float: left; + } + .col-lg-12 { + width: 100%; + } + .col-lg-11 { + width: 91.66666667%; + } + .col-lg-10 { + width: 83.33333333%; + } + .col-lg-9 { + width: 75%; + } + .col-lg-8 { + width: 66.66666667%; + } + .col-lg-7 { + width: 58.33333333%; + } + .col-lg-6 { + width: 50%; + } + .col-lg-5 { + width: 41.66666667%; + } + .col-lg-4 { + width: 33.33333333%; + } + .col-lg-3 { + width: 25%; + } + .col-lg-2 { + width: 16.66666667%; + } + .col-lg-1 { + width: 8.33333333%; + } + .col-lg-pull-12 { + right: 100%; + } + .col-lg-pull-11 { + right: 91.66666667%; + } + .col-lg-pull-10 { + right: 83.33333333%; + } + .col-lg-pull-9 { + right: 75%; + } + .col-lg-pull-8 { + right: 66.66666667%; + } + .col-lg-pull-7 { + right: 58.33333333%; + } + .col-lg-pull-6 { + right: 50%; + } + .col-lg-pull-5 { + right: 41.66666667%; + } + .col-lg-pull-4 { + right: 33.33333333%; + } + .col-lg-pull-3 { + right: 25%; + } + .col-lg-pull-2 { + right: 16.66666667%; + } + .col-lg-pull-1 { + right: 8.33333333%; + } + .col-lg-pull-0 { + right: auto; + } + .col-lg-push-12 { + left: 100%; + } + .col-lg-push-11 { + left: 91.66666667%; + } + .col-lg-push-10 { + left: 83.33333333%; + } + .col-lg-push-9 { + left: 75%; + } + .col-lg-push-8 { + left: 66.66666667%; + } + .col-lg-push-7 { + left: 58.33333333%; + } + .col-lg-push-6 { + left: 50%; + } + .col-lg-push-5 { + left: 41.66666667%; + } + .col-lg-push-4 { + left: 33.33333333%; + } + .col-lg-push-3 { + left: 25%; + } + .col-lg-push-2 { + left: 16.66666667%; + } + .col-lg-push-1 { + left: 8.33333333%; + } + .col-lg-push-0 { + left: auto; + } + .col-lg-offset-12 { + margin-left: 100%; + } + .col-lg-offset-11 { + margin-left: 91.66666667%; + } + .col-lg-offset-10 { + margin-left: 83.33333333%; + } + .col-lg-offset-9 { + margin-left: 75%; + } + .col-lg-offset-8 { + margin-left: 66.66666667%; + } + .col-lg-offset-7 { + margin-left: 58.33333333%; + } + .col-lg-offset-6 { + margin-left: 50%; + } + .col-lg-offset-5 { + margin-left: 41.66666667%; + } + .col-lg-offset-4 { + margin-left: 33.33333333%; + } + .col-lg-offset-3 { + margin-left: 25%; + } + .col-lg-offset-2 { + margin-left: 16.66666667%; + } + .col-lg-offset-1 { + margin-left: 8.33333333%; + } + .col-lg-offset-0 { + margin-left: 0%; + } +} +table { + background-color: transparent; +} +caption { + padding-top: 8px; + padding-bottom: 8px; + color: #999999; + text-align: left; +} +th { + text-align: left; +} +.table { + width: 100%; + max-width: 100%; + margin-bottom: 20px; +} +.table > thead > tr > th, +.table > tbody > tr > th, +.table > tfoot > tr > th, +.table > thead > tr > td, +.table > tbody > tr > td, +.table > tfoot > tr > td { + padding: 8px; + line-height: 1.42857143; + vertical-align: top; + border-top: 1px solid #dddddd; +} +.table > thead > tr > th { + vertical-align: bottom; + border-bottom: 2px solid #dddddd; +} +.table > caption + thead > tr:first-child > th, +.table > colgroup + thead > tr:first-child > th, +.table > thead:first-child > tr:first-child > th, +.table > caption + thead > tr:first-child > td, +.table > colgroup + thead > tr:first-child > td, +.table > thead:first-child > tr:first-child > td { + border-top: 0; +} +.table > tbody + tbody { + border-top: 2px solid #dddddd; +} +.table .table { + background-color: #ffffff; +} +.table-condensed > thead > tr > th, +.table-condensed > tbody > tr > th, +.table-condensed > tfoot > tr > th, +.table-condensed > thead > tr > td, +.table-condensed > tbody > tr > td, +.table-condensed > tfoot > tr > td { + padding: 5px; +} +.table-bordered { + border: 1px solid #dddddd; +} +.table-bordered > thead > tr > th, +.table-bordered > tbody > tr > th, +.table-bordered > tfoot > tr > th, +.table-bordered > thead > tr > td, +.table-bordered > tbody > tr > td, +.table-bordered > tfoot > tr > td { + border: 1px solid #dddddd; +} +.table-bordered > thead > tr > th, +.table-bordered > thead > tr > td { + border-bottom-width: 2px; +} +.table-striped > tbody > tr:nth-of-type(odd) { + background-color: #f9f9f9; +} +.table-hover > tbody > tr:hover { + background-color: #f5f5f5; +} +table col[class*="col-"] { + position: static; + float: none; + display: table-column; +} +table td[class*="col-"], +table th[class*="col-"] { + position: static; + float: none; + display: table-cell; +} +.table > thead > tr > td.active, +.table > tbody > tr > td.active, +.table > tfoot > tr > td.active, +.table > thead > tr > th.active, +.table > tbody > tr > th.active, +.table > tfoot > tr > th.active, +.table > thead > tr.active > td, +.table > tbody > tr.active > td, +.table > tfoot > tr.active > td, +.table > thead > tr.active > th, +.table > tbody > tr.active > th, +.table > tfoot > tr.active > th { + background-color: #f5f5f5; +} +.table-hover > tbody > tr > td.active:hover, +.table-hover > tbody > tr > th.active:hover, +.table-hover > tbody > tr.active:hover > td, +.table-hover > tbody > tr:hover > .active, +.table-hover > tbody > tr.active:hover > th { + background-color: #e8e8e8; +} +.table > thead > tr > td.success, +.table > tbody > tr > td.success, +.table > tfoot > tr > td.success, +.table > thead > tr > th.success, +.table > tbody > tr > th.success, +.table > tfoot > tr > th.success, +.table > thead > tr.success > td, +.table > tbody > tr.success > td, +.table > tfoot > tr.success > td, +.table > thead > tr.success > th, +.table > tbody > tr.success > th, +.table > tfoot > tr.success > th { + background-color: #dff0d8; +} +.table-hover > tbody > tr > td.success:hover, +.table-hover > tbody > tr > th.success:hover, +.table-hover > tbody > tr.success:hover > td, +.table-hover > tbody > tr:hover > .success, +.table-hover > tbody > tr.success:hover > th { + background-color: #d0e9c6; +} +.table > thead > tr > td.info, +.table > tbody > tr > td.info, +.table > tfoot > tr > td.info, +.table > thead > tr > th.info, +.table > tbody > tr > th.info, +.table > tfoot > tr > th.info, +.table > thead > tr.info > td, +.table > tbody > tr.info > td, +.table > tfoot > tr.info > td, +.table > thead > tr.info > th, +.table > tbody > tr.info > th, +.table > tfoot > tr.info > th { + background-color: #d9edf7; +} +.table-hover > tbody > tr > td.info:hover, +.table-hover > tbody > tr > th.info:hover, +.table-hover > tbody > tr.info:hover > td, +.table-hover > tbody > tr:hover > .info, +.table-hover > tbody > tr.info:hover > th { + background-color: #c4e3f3; +} +.table > thead > tr > td.warning, +.table > tbody > tr > td.warning, +.table > tfoot > tr > td.warning, +.table > thead > tr > th.warning, +.table > tbody > tr > th.warning, +.table > tfoot > tr > th.warning, +.table > thead > tr.warning > td, +.table > tbody > tr.warning > td, +.table > tfoot > tr.warning > td, +.table > thead > tr.warning > th, +.table > tbody > tr.warning > th, +.table > tfoot > tr.warning > th { + background-color: #fcf8e3; +} +.table-hover > tbody > tr > td.warning:hover, +.table-hover > tbody > tr > th.warning:hover, +.table-hover > tbody > tr.warning:hover > td, +.table-hover > tbody > tr:hover > .warning, +.table-hover > tbody > tr.warning:hover > th { + background-color: #faf2cc; +} +.table > thead > tr > td.danger, +.table > tbody > tr > td.danger, +.table > tfoot > tr > td.danger, +.table > thead > tr > th.danger, +.table > tbody > tr > th.danger, +.table > tfoot > tr > th.danger, +.table > thead > tr.danger > td, +.table > tbody > tr.danger > td, +.table > tfoot > tr.danger > td, +.table > thead > tr.danger > th, +.table > tbody > tr.danger > th, +.table > tfoot > tr.danger > th { + background-color: #f2dede; +} +.table-hover > tbody > tr > td.danger:hover, +.table-hover > tbody > tr > th.danger:hover, +.table-hover > tbody > tr.danger:hover > td, +.table-hover > tbody > tr:hover > .danger, +.table-hover > tbody > tr.danger:hover > th { + background-color: #ebcccc; +} +.table-responsive { + overflow-x: auto; + min-height: 0.01%; +} +@media screen and (max-width: 767px) { + .table-responsive { + width: 100%; + margin-bottom: 15px; + overflow-y: hidden; + -ms-overflow-style: -ms-autohiding-scrollbar; + border: 1px solid #dddddd; + } + .table-responsive > .table { + margin-bottom: 0; + } + .table-responsive > .table > thead > tr > th, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > td { + white-space: nowrap; + } + .table-responsive > .table-bordered { + border: 0; + } + .table-responsive > .table-bordered > thead > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; + } + .table-responsive > .table-bordered > thead > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; + } + .table-responsive > .table-bordered > tbody > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { + border-bottom: 0; + } +} +fieldset { + padding: 0; + margin: 0; + border: 0; + min-width: 0; +} +legend { + display: block; + width: 100%; + padding: 0; + margin-bottom: 20px; + font-size: 21px; + line-height: inherit; + color: #666666; + border: 0; + border-bottom: 1px solid #e5e5e5; +} +label { + display: inline-block; + max-width: 100%; + margin-bottom: 5px; + font-weight: bold; +} +input[type="search"] { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +input[type="radio"], +input[type="checkbox"] { + margin: 4px 0 0; + margin-top: 1px \9; + line-height: normal; +} +input[type="file"] { + display: block; +} +input[type="range"] { + display: block; + width: 100%; +} +select[multiple], +select[size] { + height: auto; +} +input[type="file"]:focus, +input[type="radio"]:focus, +input[type="checkbox"]:focus { + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +output { + display: block; + padding-top: 9px; + font-size: 14px; + line-height: 1.42857143; + color: #666666; +} +.form-control { + display: block; + width: 100%; + height: 38px; + padding: 8px 12px; + font-size: 14px; + line-height: 1.42857143; + color: #666666; + background-color: #ffffff; + background-image: none; + 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-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; + -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; + transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; +} +.form-control:focus { + border-color: #66afe9; + outline: 0; + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); + box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); +} +.form-control::-moz-placeholder { + color: #999999; + opacity: 1; +} +.form-control:-ms-input-placeholder { + color: #999999; +} +.form-control::-webkit-input-placeholder { + color: #999999; +} +.form-control::-ms-expand { + border: 0; + background-color: transparent; +} +.form-control[disabled], +.form-control[readonly], +fieldset[disabled] .form-control { + background-color: #eeeeee; + opacity: 1; +} +.form-control[disabled], +fieldset[disabled] .form-control { + cursor: not-allowed; +} +textarea.form-control { + height: auto; +} +input[type="search"] { + -webkit-appearance: none; +} +@media screen and (-webkit-min-device-pixel-ratio: 0) { + input[type="date"].form-control, + input[type="time"].form-control, + input[type="datetime-local"].form-control, + input[type="month"].form-control { + line-height: 38px; + } + input[type="date"].input-sm, + input[type="time"].input-sm, + input[type="datetime-local"].input-sm, + input[type="month"].input-sm, + .input-group-sm input[type="date"], + .input-group-sm input[type="time"], + .input-group-sm input[type="datetime-local"], + .input-group-sm input[type="month"] { + line-height: 30px; + } + input[type="date"].input-lg, + input[type="time"].input-lg, + input[type="datetime-local"].input-lg, + input[type="month"].input-lg, + .input-group-lg input[type="date"], + .input-group-lg input[type="time"], + .input-group-lg input[type="datetime-local"], + .input-group-lg input[type="month"] { + line-height: 54px; + } +} +.form-group { + margin-bottom: 15px; +} +.radio, +.checkbox { + position: relative; + display: block; + margin-top: 10px; + margin-bottom: 10px; +} +.radio label, +.checkbox label { + min-height: 20px; + padding-left: 20px; + margin-bottom: 0; + font-weight: normal; + cursor: pointer; +} +.radio input[type="radio"], +.radio-inline input[type="radio"], +.checkbox input[type="checkbox"], +.checkbox-inline input[type="checkbox"] { + position: absolute; + margin-left: -20px; + margin-top: 4px \9; +} +.radio + .radio, +.checkbox + .checkbox { + margin-top: -5px; +} +.radio-inline, +.checkbox-inline { + position: relative; + display: inline-block; + padding-left: 20px; + margin-bottom: 0; + vertical-align: middle; + font-weight: normal; + cursor: pointer; +} +.radio-inline + .radio-inline, +.checkbox-inline + .checkbox-inline { + margin-top: 0; + margin-left: 10px; +} +input[type="radio"][disabled], +input[type="checkbox"][disabled], +input[type="radio"].disabled, +input[type="checkbox"].disabled, +fieldset[disabled] input[type="radio"], +fieldset[disabled] input[type="checkbox"] { + cursor: not-allowed; +} +.radio-inline.disabled, +.checkbox-inline.disabled, +fieldset[disabled] .radio-inline, +fieldset[disabled] .checkbox-inline { + cursor: not-allowed; +} +.radio.disabled label, +.checkbox.disabled label, +fieldset[disabled] .radio label, +fieldset[disabled] .checkbox label { + cursor: not-allowed; +} +.form-control-static { + padding-top: 9px; + padding-bottom: 9px; + margin-bottom: 0; + min-height: 34px; +} +.form-control-static.input-lg, +.form-control-static.input-sm { + padding-left: 0; + padding-right: 0; +} +.input-sm { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +select.input-sm { + height: 30px; + line-height: 30px; +} +textarea.input-sm, +select[multiple].input-sm { + height: auto; +} +.form-group-sm .form-control { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +.form-group-sm select.form-control { + height: 30px; + line-height: 30px; +} +.form-group-sm textarea.form-control, +.form-group-sm select[multiple].form-control { + height: auto; +} +.form-group-sm .form-control-static { + height: 30px; + min-height: 32px; + padding: 6px 10px; + font-size: 12px; + line-height: 1.5; +} +.input-lg { + height: 54px; + padding: 14px 16px; + font-size: 18px; + line-height: 1.3333333; + border-radius: 6px; +} +select.input-lg { + height: 54px; + line-height: 54px; +} +textarea.input-lg, +select[multiple].input-lg { + height: auto; +} +.form-group-lg .form-control { + height: 54px; + padding: 14px 16px; + font-size: 18px; + line-height: 1.3333333; + border-radius: 6px; +} +.form-group-lg select.form-control { + height: 54px; + line-height: 54px; +} +.form-group-lg textarea.form-control, +.form-group-lg select[multiple].form-control { + height: auto; +} +.form-group-lg .form-control-static { + height: 54px; + min-height: 38px; + padding: 15px 16px; + font-size: 18px; + line-height: 1.3333333; +} +.has-feedback { + position: relative; +} +.has-feedback .form-control { + padding-right: 47.5px; +} +.form-control-feedback { + position: absolute; + top: 0; + right: 0; + z-index: 2; + display: block; + width: 38px; + height: 38px; + line-height: 38px; + text-align: center; + pointer-events: none; +} +.input-lg + .form-control-feedback, +.input-group-lg + .form-control-feedback, +.form-group-lg .form-control + .form-control-feedback { + width: 54px; + height: 54px; + line-height: 54px; +} +.input-sm + .form-control-feedback, +.input-group-sm + .form-control-feedback, +.form-group-sm .form-control + .form-control-feedback { + width: 30px; + height: 30px; + line-height: 30px; +} +.has-success .help-block, +.has-success .control-label, +.has-success .radio, +.has-success .checkbox, +.has-success .radio-inline, +.has-success .checkbox-inline, +.has-success.radio label, +.has-success.checkbox label, +.has-success.radio-inline label, +.has-success.checkbox-inline label { + color: #468847; +} +.has-success .form-control { + border-color: #468847; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} +.has-success .form-control:focus { + border-color: #356635; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; +} +.has-success .input-group-addon { + color: #468847; + border-color: #468847; + background-color: #dff0d8; +} +.has-success .form-control-feedback { + color: #468847; +} +.has-warning .help-block, +.has-warning .control-label, +.has-warning .radio, +.has-warning .checkbox, +.has-warning .radio-inline, +.has-warning .checkbox-inline, +.has-warning.radio label, +.has-warning.checkbox label, +.has-warning.radio-inline label, +.has-warning.checkbox-inline label { + color: #c09853; +} +.has-warning .form-control { + border-color: #c09853; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} +.has-warning .form-control:focus { + border-color: #a47e3c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; +} +.has-warning .input-group-addon { + color: #c09853; + border-color: #c09853; + background-color: #fcf8e3; +} +.has-warning .form-control-feedback { + color: #c09853; +} +.has-error .help-block, +.has-error .control-label, +.has-error .radio, +.has-error .checkbox, +.has-error .radio-inline, +.has-error .checkbox-inline, +.has-error.radio label, +.has-error.checkbox label, +.has-error.radio-inline label, +.has-error.checkbox-inline label { + color: #b94a48; +} +.has-error .form-control { + border-color: #b94a48; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} +.has-error .form-control:focus { + border-color: #953b39; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; +} +.has-error .input-group-addon { + color: #b94a48; + border-color: #b94a48; + background-color: #f2dede; +} +.has-error .form-control-feedback { + color: #b94a48; +} +.has-feedback label ~ .form-control-feedback { + top: 25px; +} +.has-feedback label.sr-only ~ .form-control-feedback { + top: 0; +} +.help-block { + display: block; + margin-top: 5px; + margin-bottom: 10px; + color: #a6a6a6; +} +@media (min-width: 768px) { + .form-inline .form-group { + display: inline-block; + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } + .form-inline .form-control-static { + display: inline-block; + } + .form-inline .input-group { + display: inline-table; + vertical-align: middle; + } + .form-inline .input-group .input-group-addon, + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { + width: auto; + } + .form-inline .input-group > .form-control { + width: 100%; + } + .form-inline .control-label { + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .radio, + .form-inline .checkbox { + display: inline-block; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .radio label, + .form-inline .checkbox label { + padding-left: 0; + } + .form-inline .radio input[type="radio"], + .form-inline .checkbox input[type="checkbox"] { + position: relative; + margin-left: 0; + } + .form-inline .has-feedback .form-control-feedback { + top: 0; + } +} +.form-horizontal .radio, +.form-horizontal .checkbox, +.form-horizontal .radio-inline, +.form-horizontal .checkbox-inline { + margin-top: 0; + margin-bottom: 0; + padding-top: 9px; +} +.form-horizontal .radio, +.form-horizontal .checkbox { + min-height: 29px; +} +.form-horizontal .form-group { + margin-left: -15px; + margin-right: -15px; +} +@media (min-width: 768px) { + .form-horizontal .control-label { + text-align: right; + margin-bottom: 0; + padding-top: 9px; + } +} +.form-horizontal .has-feedback .form-control-feedback { + right: 15px; +} +@media (min-width: 768px) { + .form-horizontal .form-group-lg .control-label { + padding-top: 15px; + font-size: 18px; + } +} +@media (min-width: 768px) { + .form-horizontal .form-group-sm .control-label { + padding-top: 6px; + font-size: 12px; + } +} +.btn { + display: inline-block; + margin-bottom: 0; + font-weight: normal; + text-align: center; + vertical-align: middle; + -ms-touch-action: manipulation; + touch-action: manipulation; + cursor: pointer; + background-image: none; + border: 1px solid transparent; + white-space: nowrap; + padding: 8px 12px; + font-size: 14px; + line-height: 1.42857143; + border-radius: 4px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.btn:focus, +.btn:active:focus, +.btn.active:focus, +.btn.focus, +.btn:active.focus, +.btn.active.focus { + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} +.btn:hover, +.btn:focus, +.btn.focus { + color: #ffffff; + 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: not-allowed; + opacity: 0.65; + filter: alpha(opacity=65); + -webkit-box-shadow: none; + box-shadow: none; +} +a.btn.disabled, +fieldset[disabled] a.btn { + pointer-events: none; +} +.btn-default { + color: #ffffff; + background-color: #474949; + border-color: #474949; +} +.btn-default:focus, +.btn-default.focus { + color: #ffffff; + background-color: #2e2f2f; + border-color: #080808; +} +.btn-default:hover { + color: #ffffff; + background-color: #2e2f2f; + border-color: #292a2a; +} +.btn-default:active, +.btn-default.active, +.open > .dropdown-toggle.btn-default { + color: #ffffff; + background-color: #2e2f2f; + border-color: #292a2a; +} +.btn-default:active:hover, +.btn-default.active:hover, +.open > .dropdown-toggle.btn-default:hover, +.btn-default:active:focus, +.btn-default.active:focus, +.open > .dropdown-toggle.btn-default:focus, +.btn-default:active.focus, +.btn-default.active.focus, +.open > .dropdown-toggle.btn-default.focus { + color: #ffffff; + background-color: #1c1d1d; + border-color: #080808; +} +.btn-default:active, +.btn-default.active, +.open > .dropdown-toggle.btn-default { + background-image: none; +} +.btn-default.disabled:hover, +.btn-default[disabled]:hover, +fieldset[disabled] .btn-default:hover, +.btn-default.disabled:focus, +.btn-default[disabled]:focus, +fieldset[disabled] .btn-default:focus, +.btn-default.disabled.focus, +.btn-default[disabled].focus, +fieldset[disabled] .btn-default.focus { + background-color: #474949; + border-color: #474949; +} +.btn-default .badge { + color: #474949; + background-color: #ffffff; +} +.btn-primary { + color: #ffffff; + background-color: #446e9b; + border-color: #446e9b; +} +.btn-primary:focus, +.btn-primary.focus { + color: #ffffff; + background-color: #345578; + border-color: #1d2f42; +} +.btn-primary:hover { + color: #ffffff; + background-color: #345578; + border-color: #315070; +} +.btn-primary:active, +.btn-primary.active, +.open > .dropdown-toggle.btn-primary { + color: #ffffff; + background-color: #345578; + border-color: #315070; +} +.btn-primary:active:hover, +.btn-primary.active:hover, +.open > .dropdown-toggle.btn-primary:hover, +.btn-primary:active:focus, +.btn-primary.active:focus, +.open > .dropdown-toggle.btn-primary:focus, +.btn-primary:active.focus, +.btn-primary.active.focus, +.open > .dropdown-toggle.btn-primary.focus { + color: #ffffff; + background-color: #2a435f; + border-color: #1d2f42; +} +.btn-primary:active, +.btn-primary.active, +.open > .dropdown-toggle.btn-primary { + background-image: none; +} +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled.focus, +.btn-primary[disabled].focus, +fieldset[disabled] .btn-primary.focus { + background-color: #446e9b; + border-color: #446e9b; +} +.btn-primary .badge { + color: #446e9b; + background-color: #ffffff; +} +.btn-success { + color: #ffffff; + background-color: #3cb521; + border-color: #3cb521; +} +.btn-success:focus, +.btn-success.focus { + color: #ffffff; + background-color: #2e8a19; + border-color: #18490d; +} +.btn-success:hover { + color: #ffffff; + background-color: #2e8a19; + border-color: #2b8118; +} +.btn-success:active, +.btn-success.active, +.open > .dropdown-toggle.btn-success { + color: #ffffff; + background-color: #2e8a19; + border-color: #2b8118; +} +.btn-success:active:hover, +.btn-success.active:hover, +.open > .dropdown-toggle.btn-success:hover, +.btn-success:active:focus, +.btn-success.active:focus, +.open > .dropdown-toggle.btn-success:focus, +.btn-success:active.focus, +.btn-success.active.focus, +.open > .dropdown-toggle.btn-success.focus { + color: #ffffff; + background-color: #246c14; + border-color: #18490d; +} +.btn-success:active, +.btn-success.active, +.open > .dropdown-toggle.btn-success { + background-image: none; +} +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled.focus, +.btn-success[disabled].focus, +fieldset[disabled] .btn-success.focus { + background-color: #3cb521; + border-color: #3cb521; +} +.btn-success .badge { + color: #3cb521; + background-color: #ffffff; +} +.btn-info { + color: #ffffff; + background-color: #3399f3; + border-color: #3399f3; +} +.btn-info:focus, +.btn-info.focus { + color: #ffffff; + background-color: #0e80e5; + border-color: #09589d; +} +.btn-info:hover { + color: #ffffff; + background-color: #0e80e5; + border-color: #0d7bdc; +} +.btn-info:active, +.btn-info.active, +.open > .dropdown-toggle.btn-info { + color: #ffffff; + background-color: #0e80e5; + border-color: #0d7bdc; +} +.btn-info:active:hover, +.btn-info.active:hover, +.open > .dropdown-toggle.btn-info:hover, +.btn-info:active:focus, +.btn-info.active:focus, +.open > .dropdown-toggle.btn-info:focus, +.btn-info:active.focus, +.btn-info.active.focus, +.open > .dropdown-toggle.btn-info.focus { + color: #ffffff; + background-color: #0c6dc4; + border-color: #09589d; +} +.btn-info:active, +.btn-info.active, +.open > .dropdown-toggle.btn-info { + background-image: none; +} +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled.focus, +.btn-info[disabled].focus, +fieldset[disabled] .btn-info.focus { + background-color: #3399f3; + border-color: #3399f3; +} +.btn-info .badge { + color: #3399f3; + background-color: #ffffff; +} +.btn-warning { + color: #ffffff; + background-color: #d47500; + border-color: #d47500; +} +.btn-warning:focus, +.btn-warning.focus { + color: #ffffff; + background-color: #a15900; + border-color: #552f00; +} +.btn-warning:hover { + color: #ffffff; + background-color: #a15900; + border-color: #975300; +} +.btn-warning:active, +.btn-warning.active, +.open > .dropdown-toggle.btn-warning { + color: #ffffff; + background-color: #a15900; + border-color: #975300; +} +.btn-warning:active:hover, +.btn-warning.active:hover, +.open > .dropdown-toggle.btn-warning:hover, +.btn-warning:active:focus, +.btn-warning.active:focus, +.open > .dropdown-toggle.btn-warning:focus, +.btn-warning:active.focus, +.btn-warning.active.focus, +.open > .dropdown-toggle.btn-warning.focus { + color: #ffffff; + background-color: #7d4500; + border-color: #552f00; +} +.btn-warning:active, +.btn-warning.active, +.open > .dropdown-toggle.btn-warning { + background-image: none; +} +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled.focus, +.btn-warning[disabled].focus, +fieldset[disabled] .btn-warning.focus { + background-color: #d47500; + border-color: #d47500; +} +.btn-warning .badge { + color: #d47500; + background-color: #ffffff; +} +.btn-danger { + color: #ffffff; + background-color: #cd0200; + border-color: #cd0200; +} +.btn-danger:focus, +.btn-danger.focus { + color: #ffffff; + background-color: #9a0200; + border-color: #4e0100; +} +.btn-danger:hover { + color: #ffffff; + background-color: #9a0200; + border-color: #900100; +} +.btn-danger:active, +.btn-danger.active, +.open > .dropdown-toggle.btn-danger { + color: #ffffff; + background-color: #9a0200; + border-color: #900100; +} +.btn-danger:active:hover, +.btn-danger.active:hover, +.open > .dropdown-toggle.btn-danger:hover, +.btn-danger:active:focus, +.btn-danger.active:focus, +.open > .dropdown-toggle.btn-danger:focus, +.btn-danger:active.focus, +.btn-danger.active.focus, +.open > .dropdown-toggle.btn-danger.focus { + color: #ffffff; + background-color: #760100; + border-color: #4e0100; +} +.btn-danger:active, +.btn-danger.active, +.open > .dropdown-toggle.btn-danger { + background-image: none; +} +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled.focus, +.btn-danger[disabled].focus, +fieldset[disabled] .btn-danger.focus { + background-color: #cd0200; + border-color: #cd0200; +} +.btn-danger .badge { + color: #cd0200; + background-color: #ffffff; +} +.btn-link { + color: #3399f3; + font-weight: normal; + border-radius: 0; +} +.btn-link, +.btn-link:active, +.btn-link.active, +.btn-link[disabled], +fieldset[disabled] .btn-link { + background-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} +.btn-link, +.btn-link:hover, +.btn-link:focus, +.btn-link:active { + border-color: transparent; +} +.btn-link:hover, +.btn-link:focus { + color: #3399f3; + text-decoration: underline; + background-color: transparent; +} +.btn-link[disabled]:hover, +fieldset[disabled] .btn-link:hover, +.btn-link[disabled]:focus, +fieldset[disabled] .btn-link:focus { + color: #999999; + text-decoration: none; +} +.btn-lg, +.btn-group-lg > .btn { + padding: 14px 16px; + font-size: 18px; + line-height: 1.3333333; + border-radius: 6px; +} +.btn-sm, +.btn-group-sm > .btn { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +.btn-xs, +.btn-group-xs > .btn { + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +.btn-block { + display: block; + width: 100%; +} +.btn-block + .btn-block { + margin-top: 5px; +} +input[type="submit"].btn-block, +input[type="reset"].btn-block, +input[type="button"].btn-block { + width: 100%; +} +.fade { + opacity: 0; + -webkit-transition: opacity 0.15s linear; + -o-transition: opacity 0.15s linear; + transition: opacity 0.15s linear; +} +.fade.in { + opacity: 1; +} +.collapse { + display: none; +} +.collapse.in { + display: block; +} +tr.collapse.in { + display: table-row; +} +tbody.collapse.in { + display: table-row-group; +} +.collapsing { + position: relative; + height: 0; + overflow: hidden; + -webkit-transition-property: height, visibility; + -o-transition-property: height, visibility; + transition-property: height, visibility; + -webkit-transition-duration: 0.35s; + -o-transition-duration: 0.35s; + transition-duration: 0.35s; + -webkit-transition-timing-function: ease; + -o-transition-timing-function: ease; + transition-timing-function: ease; +} +.caret { + display: inline-block; + width: 0; + height: 0; + margin-left: 2px; + vertical-align: middle; + border-top: 4px dashed; + border-top: 4px solid \9; + border-right: 4px solid transparent; + border-left: 4px solid transparent; +} +.dropup, +.dropdown { + position: relative; +} +.dropdown-toggle:focus { + outline: 0; +} +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 160px; + padding: 5px 0; + margin: 2px 0 0; + list-style: none; + font-size: 14px; + text-align: left; + background-color: #ffffff; + border: 1px solid #cccccc; + 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; + background-clip: padding-box; +} +.dropdown-menu.pull-right { + right: 0; + left: auto; +} +.dropdown-menu .divider { + height: 1px; + margin: 9px 0; + overflow: hidden; + background-color: #e5e5e5; +} +.dropdown-menu > li > a { + display: block; + padding: 3px 20px; + clear: both; + font-weight: normal; + line-height: 1.42857143; + color: #333333; + white-space: nowrap; +} +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + text-decoration: none; + color: #ffffff; + background-color: #446e9b; +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + color: #ffffff; + text-decoration: none; + outline: 0; + background-color: #446e9b; +} +.dropdown-menu > .disabled > a, +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + color: #999999; +} +.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: not-allowed; +} +.open > .dropdown-menu { + display: block; +} +.open > a { + outline: 0; +} +.dropdown-menu-right { + left: auto; + right: 0; +} +.dropdown-menu-left { + left: 0; + right: auto; +} +.dropdown-header { + display: block; + padding: 3px 20px; + font-size: 12px; + line-height: 1.42857143; + color: #999999; + white-space: nowrap; +} +.dropdown-backdrop { + position: fixed; + left: 0; + right: 0; + bottom: 0; + top: 0; + z-index: 990; +} +.pull-right > .dropdown-menu { + right: 0; + left: auto; +} +.dropup .caret, +.navbar-fixed-bottom .dropdown .caret { + border-top: 0; + border-bottom: 4px dashed; + border-bottom: 4px solid \9; + content: ""; +} +.dropup .dropdown-menu, +.navbar-fixed-bottom .dropdown .dropdown-menu { + top: auto; + bottom: 100%; + margin-bottom: 2px; +} +@media (min-width: 768px) { + .navbar-right .dropdown-menu { + left: auto; + right: 0; + } + .navbar-right .dropdown-menu-left { + left: 0; + right: auto; + } +} +.btn-group, +.btn-group-vertical { + position: relative; + display: inline-block; + vertical-align: middle; +} +.btn-group > .btn, +.btn-group-vertical > .btn { + position: relative; + float: left; +} +.btn-group > .btn:hover, +.btn-group-vertical > .btn:hover, +.btn-group > .btn:focus, +.btn-group-vertical > .btn:focus, +.btn-group > .btn:active, +.btn-group-vertical > .btn:active, +.btn-group > .btn.active, +.btn-group-vertical > .btn.active { + z-index: 2; +} +.btn-group .btn + .btn, +.btn-group .btn + .btn-group, +.btn-group .btn-group + .btn, +.btn-group .btn-group + .btn-group { + margin-left: -1px; +} +.btn-toolbar { + margin-left: -5px; +} +.btn-toolbar .btn, +.btn-toolbar .btn-group, +.btn-toolbar .input-group { + float: left; +} +.btn-toolbar > .btn, +.btn-toolbar > .btn-group, +.btn-toolbar > .input-group { + margin-left: 5px; +} +.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { + border-radius: 0; +} +.btn-group > .btn:first-child { + margin-left: 0; +} +.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.btn-group > .btn:last-child:not(:first-child), +.btn-group > .dropdown-toggle:not(:first-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.btn-group > .btn-group { + float: left; +} +.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, +.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.btn-group .dropdown-toggle:active, +.btn-group.open .dropdown-toggle { + outline: 0; +} +.btn-group > .btn + .dropdown-toggle { + padding-left: 8px; + padding-right: 8px; +} +.btn-group > .btn-lg + .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-group.open .dropdown-toggle.btn-link { + -webkit-box-shadow: none; + box-shadow: none; +} +.btn .caret { + margin-left: 0; +} +.btn-lg .caret { + border-width: 5px 5px 0; + border-bottom-width: 0; +} +.dropup .btn-lg .caret { + border-width: 0 5px 5px; +} +.btn-group-vertical > .btn, +.btn-group-vertical > .btn-group, +.btn-group-vertical > .btn-group > .btn { + display: block; + float: none; + width: 100%; + max-width: 100%; +} +.btn-group-vertical > .btn-group > .btn { + float: none; +} +.btn-group-vertical > .btn + .btn, +.btn-group-vertical > .btn + .btn-group, +.btn-group-vertical > .btn-group + .btn, +.btn-group-vertical > .btn-group + .btn-group { + margin-top: -1px; + margin-left: 0; +} +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { + border-radius: 0; +} +.btn-group-vertical > .btn:first-child:not(:last-child) { + border-top-right-radius: 4px; + border-top-left-radius: 4px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.btn-group-justified { + display: table; + width: 100%; + table-layout: fixed; + border-collapse: separate; +} +.btn-group-justified > .btn, +.btn-group-justified > .btn-group { + float: none; + display: table-cell; + width: 1%; +} +.btn-group-justified > .btn-group .btn { + width: 100%; +} +.btn-group-justified > .btn-group .dropdown-menu { + left: auto; +} +[data-toggle="buttons"] > .btn input[type="radio"], +[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], +[data-toggle="buttons"] > .btn input[type="checkbox"], +[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none; +} +.input-group { + position: relative; + display: table; + border-collapse: separate; +} +.input-group[class*="col-"] { + float: none; + padding-left: 0; + padding-right: 0; +} +.input-group .form-control { + position: relative; + z-index: 2; + float: left; + width: 100%; + margin-bottom: 0; +} +.input-group .form-control:focus { + z-index: 3; +} +.input-group-lg > .form-control, +.input-group-lg > .input-group-addon, +.input-group-lg > .input-group-btn > .btn { + height: 54px; + padding: 14px 16px; + font-size: 18px; + line-height: 1.3333333; + border-radius: 6px; +} +select.input-group-lg > .form-control, +select.input-group-lg > .input-group-addon, +select.input-group-lg > .input-group-btn > .btn { + height: 54px; + line-height: 54px; +} +textarea.input-group-lg > .form-control, +textarea.input-group-lg > .input-group-addon, +textarea.input-group-lg > .input-group-btn > .btn, +select[multiple].input-group-lg > .form-control, +select[multiple].input-group-lg > .input-group-addon, +select[multiple].input-group-lg > .input-group-btn > .btn { + height: auto; +} +.input-group-sm > .form-control, +.input-group-sm > .input-group-addon, +.input-group-sm > .input-group-btn > .btn { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} +select.input-group-sm > .form-control, +select.input-group-sm > .input-group-addon, +select.input-group-sm > .input-group-btn > .btn { + height: 30px; + line-height: 30px; +} +textarea.input-group-sm > .form-control, +textarea.input-group-sm > .input-group-addon, +textarea.input-group-sm > .input-group-btn > .btn, +select[multiple].input-group-sm > .form-control, +select[multiple].input-group-sm > .input-group-addon, +select[multiple].input-group-sm > .input-group-btn > .btn { + height: auto; +} +.input-group-addon, +.input-group-btn, +.input-group .form-control { + display: table-cell; +} +.input-group-addon:not(:first-child):not(:last-child), +.input-group-btn:not(:first-child):not(:last-child), +.input-group .form-control:not(:first-child):not(:last-child) { + border-radius: 0; +} +.input-group-addon, +.input-group-btn { + width: 1%; + white-space: nowrap; + vertical-align: middle; +} +.input-group-addon { + padding: 8px 12px; + font-size: 14px; + font-weight: normal; + line-height: 1; + color: #666666; + text-align: center; + background-color: #eeeeee; + border: 1px solid #cccccc; + border-radius: 4px; +} +.input-group-addon.input-sm { + padding: 5px 10px; + font-size: 12px; + border-radius: 3px; +} +.input-group-addon.input-lg { + padding: 14px 16px; + font-size: 18px; + border-radius: 6px; +} +.input-group-addon input[type="radio"], +.input-group-addon input[type="checkbox"] { + margin-top: 0; +} +.input-group .form-control:first-child, +.input-group-addon:first-child, +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group > .btn, +.input-group-btn:first-child > .dropdown-toggle, +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.input-group-addon:first-child { + border-right: 0; +} +.input-group .form-control:last-child, +.input-group-addon:last-child, +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.input-group-addon:last-child { + border-left: 0; +} +.input-group-btn { + position: relative; + font-size: 0; + white-space: nowrap; +} +.input-group-btn > .btn { + position: relative; +} +.input-group-btn > .btn + .btn { + margin-left: -1px; +} +.input-group-btn > .btn:hover, +.input-group-btn > .btn:focus, +.input-group-btn > .btn:active { + z-index: 2; +} +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group { + margin-right: -1px; +} +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group { + z-index: 2; + margin-left: -1px; +} +.nav { + margin-bottom: 0; + padding-left: 0; + list-style: none; +} +.nav > li { + position: relative; + display: block; +} +.nav > li > a { + position: relative; + display: block; + padding: 10px 15px; +} +.nav > li > a:hover, +.nav > li > a:focus { + text-decoration: none; + background-color: #eeeeee; +} +.nav > li.disabled > a { + color: #999999; +} +.nav > li.disabled > a:hover, +.nav > li.disabled > a:focus { + color: #999999; + text-decoration: none; + background-color: transparent; + cursor: not-allowed; +} +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + background-color: #eeeeee; + border-color: #3399f3; +} +.nav .nav-divider { + height: 1px; + margin: 9px 0; + overflow: hidden; + background-color: #e5e5e5; +} +.nav > li > a > img { + max-width: none; +} +.nav-tabs { + border-bottom: 1px solid #dddddd; +} +.nav-tabs > li { + float: left; + margin-bottom: -1px; +} +.nav-tabs > li > a { + margin-right: 2px; + line-height: 1.42857143; + border: 1px solid transparent; + border-radius: 4px 4px 0 0; +} +.nav-tabs > li > a:hover { + border-color: #eeeeee #eeeeee #dddddd; +} +.nav-tabs > li.active > a, +.nav-tabs > li.active > a:hover, +.nav-tabs > li.active > a:focus { + color: #666666; + background-color: #ffffff; + border: 1px solid #dddddd; + border-bottom-color: transparent; + cursor: default; +} +.nav-tabs.nav-justified { + width: 100%; + border-bottom: 0; +} +.nav-tabs.nav-justified > li { + float: none; +} +.nav-tabs.nav-justified > li > a { + text-align: center; + margin-bottom: 5px; +} +.nav-tabs.nav-justified > .dropdown .dropdown-menu { + top: auto; + left: auto; +} +@media (min-width: 768px) { + .nav-tabs.nav-justified > li { + display: table-cell; + width: 1%; + } + .nav-tabs.nav-justified > li > a { + margin-bottom: 0; + } +} +.nav-tabs.nav-justified > li > a { + margin-right: 0; + border-radius: 4px; +} +.nav-tabs.nav-justified > .active > a, +.nav-tabs.nav-justified > .active > a:hover, +.nav-tabs.nav-justified > .active > a:focus { + border: 1px solid #dddddd; +} +@media (min-width: 768px) { + .nav-tabs.nav-justified > li > a { + border-bottom: 1px solid #dddddd; + border-radius: 4px 4px 0 0; + } + .nav-tabs.nav-justified > .active > a, + .nav-tabs.nav-justified > .active > a:hover, + .nav-tabs.nav-justified > .active > a:focus { + border-bottom-color: #ffffff; + } +} +.nav-pills > li { + float: left; +} +.nav-pills > li > a { + border-radius: 4px; +} +.nav-pills > li + li { + margin-left: 2px; +} +.nav-pills > li.active > a, +.nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + color: #ffffff; + background-color: #446e9b; +} +.nav-stacked > li { + float: none; +} +.nav-stacked > li + li { + margin-top: 2px; + margin-left: 0; +} +.nav-justified { + width: 100%; +} +.nav-justified > li { + float: none; +} +.nav-justified > li > a { + text-align: center; + margin-bottom: 5px; +} +.nav-justified > .dropdown .dropdown-menu { + top: auto; + left: auto; +} +@media (min-width: 768px) { + .nav-justified > li { + display: table-cell; + width: 1%; + } + .nav-justified > li > a { + margin-bottom: 0; + } +} +.nav-tabs-justified { + border-bottom: 0; +} +.nav-tabs-justified > li > a { + margin-right: 0; + border-radius: 4px; +} +.nav-tabs-justified > .active > a, +.nav-tabs-justified > .active > a:hover, +.nav-tabs-justified > .active > a:focus { + border: 1px solid #dddddd; +} +@media (min-width: 768px) { + .nav-tabs-justified > li > a { + border-bottom: 1px solid #dddddd; + border-radius: 4px 4px 0 0; + } + .nav-tabs-justified > .active > a, + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { + border-bottom-color: #ffffff; + } +} +.tab-content > .tab-pane { + display: none; +} +.tab-content > .active { + display: block; +} +.nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.navbar { + position: relative; + min-height: 50px; + margin-bottom: 20px; + border: 1px solid transparent; +} +@media (min-width: 768px) { + .navbar { + border-radius: 4px; + } +} +@media (min-width: 768px) { + .navbar-header { + float: left; + } +} +.navbar-collapse { + overflow-x: visible; + padding-right: 15px; + padding-left: 15px; + border-top: 1px solid transparent; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); + -webkit-overflow-scrolling: touch; +} +.navbar-collapse.in { + overflow-y: auto; +} +@media (min-width: 768px) { + .navbar-collapse { + width: auto; + border-top: 0; + -webkit-box-shadow: none; + box-shadow: none; + } + .navbar-collapse.collapse { + display: block !important; + height: auto !important; + padding-bottom: 0; + overflow: visible !important; + } + .navbar-collapse.in { + overflow-y: visible; + } + .navbar-fixed-top .navbar-collapse, + .navbar-static-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { + padding-left: 0; + padding-right: 0; + } +} +.navbar-fixed-top .navbar-collapse, +.navbar-fixed-bottom .navbar-collapse { + max-height: 340px; +} +@media (max-device-width: 480px) and (orientation: landscape) { + .navbar-fixed-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { + max-height: 200px; + } +} +.container > .navbar-header, +.container-fluid > .navbar-header, +.container > .navbar-collapse, +.container-fluid > .navbar-collapse { + margin-right: -15px; + margin-left: -15px; +} +@media (min-width: 768px) { + .container > .navbar-header, + .container-fluid > .navbar-header, + .container > .navbar-collapse, + .container-fluid > .navbar-collapse { + margin-right: 0; + margin-left: 0; + } +} +.navbar-static-top { + z-index: 1000; + border-width: 0 0 1px; +} +@media (min-width: 768px) { + .navbar-static-top { + border-radius: 0; + } +} +.navbar-fixed-top, +.navbar-fixed-bottom { + position: fixed; + right: 0; + left: 0; + z-index: 1030; +} +@media (min-width: 768px) { + .navbar-fixed-top, + .navbar-fixed-bottom { + border-radius: 0; + } +} +.navbar-fixed-top { + top: 0; + border-width: 0 0 1px; +} +.navbar-fixed-bottom { + bottom: 0; + margin-bottom: 0; + border-width: 1px 0 0; +} +.navbar-brand { + float: left; + padding: 15px 15px; + font-size: 18px; + line-height: 20px; + height: 50px; +} +.navbar-brand:hover, +.navbar-brand:focus { + text-decoration: none; +} +.navbar-brand > img { + display: block; +} +@media (min-width: 768px) { + .navbar > .container .navbar-brand, + .navbar > .container-fluid .navbar-brand { + margin-left: -15px; + } +} +.navbar-toggle { + position: relative; + float: right; + margin-right: 15px; + padding: 9px 10px; + margin-top: 8px; + margin-bottom: 8px; + background-color: transparent; + background-image: none; + border: 1px solid transparent; + border-radius: 4px; +} +.navbar-toggle:focus { + outline: 0; +} +.navbar-toggle .icon-bar { + display: block; + width: 22px; + height: 2px; + border-radius: 1px; +} +.navbar-toggle .icon-bar + .icon-bar { + margin-top: 4px; +} +@media (min-width: 768px) { + .navbar-toggle { + display: none; + } +} +.navbar-nav { + margin: 7.5px -15px; +} +.navbar-nav > li > a { + padding-top: 10px; + padding-bottom: 10px; + line-height: 20px; +} +@media (max-width: 767px) { + .navbar-nav .open .dropdown-menu { + position: static; + float: none; + width: auto; + margin-top: 0; + background-color: transparent; + border: 0; + -webkit-box-shadow: none; + box-shadow: none; + } + .navbar-nav .open .dropdown-menu > li > a, + .navbar-nav .open .dropdown-menu .dropdown-header { + padding: 5px 15px 5px 25px; + } + .navbar-nav .open .dropdown-menu > li > a { + line-height: 20px; + } + .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-nav .open .dropdown-menu > li > a:focus { + background-image: none; + } +} +@media (min-width: 768px) { + .navbar-nav { + float: left; + margin: 0; + } + .navbar-nav > li { + float: left; + } + .navbar-nav > li > a { + padding-top: 15px; + padding-bottom: 15px; + } +} +.navbar-form { + margin-left: -15px; + margin-right: -15px; + padding: 10px 15px; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); + margin-top: 6px; + margin-bottom: 6px; +} +@media (min-width: 768px) { + .navbar-form .form-group { + display: inline-block; + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .form-control { + display: inline-block; + width: auto; + vertical-align: middle; + } + .navbar-form .form-control-static { + display: inline-block; + } + .navbar-form .input-group { + display: inline-table; + vertical-align: middle; + } + .navbar-form .input-group .input-group-addon, + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { + width: auto; + } + .navbar-form .input-group > .form-control { + width: 100%; + } + .navbar-form .control-label { + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .radio, + .navbar-form .checkbox { + display: inline-block; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .radio label, + .navbar-form .checkbox label { + padding-left: 0; + } + .navbar-form .radio input[type="radio"], + .navbar-form .checkbox input[type="checkbox"] { + position: relative; + margin-left: 0; + } + .navbar-form .has-feedback .form-control-feedback { + top: 0; + } +} +@media (max-width: 767px) { + .navbar-form .form-group { + margin-bottom: 5px; + } + .navbar-form .form-group:last-child { + margin-bottom: 0; + } +} +@media (min-width: 768px) { + .navbar-form { + width: auto; + border: 0; + margin-left: 0; + margin-right: 0; + padding-top: 0; + padding-bottom: 0; + -webkit-box-shadow: none; + box-shadow: none; + } +} +.navbar-nav > li > .dropdown-menu { + margin-top: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { + margin-bottom: 0; + border-top-right-radius: 4px; + border-top-left-radius: 4px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.navbar-btn { + margin-top: 6px; + margin-bottom: 6px; +} +.navbar-btn.btn-sm { + margin-top: 10px; + margin-bottom: 10px; +} +.navbar-btn.btn-xs { + margin-top: 14px; + margin-bottom: 14px; +} +.navbar-text { + margin-top: 15px; + margin-bottom: 15px; +} +@media (min-width: 768px) { + .navbar-text { + float: left; + margin-left: 15px; + margin-right: 15px; + } +} +@media (min-width: 768px) { + .navbar-left { + float: left !important; + } + .navbar-right { + float: right !important; + margin-right: -15px; + } + .navbar-right ~ .navbar-right { + margin-right: 0; + } +} +.navbar-default { + background-color: #eeeeee; + border-color: #dddddd; +} +.navbar-default .navbar-brand { + color: #777777; +} +.navbar-default .navbar-brand:hover, +.navbar-default .navbar-brand:focus { + color: #3399f3; + background-color: transparent; +} +.navbar-default .navbar-text { + color: #777777; +} +.navbar-default .navbar-nav > li > a { + color: #777777; +} +.navbar-default .navbar-nav > li > a:hover, +.navbar-default .navbar-nav > li > a:focus { + color: #3399f3; + background-color: transparent; +} +.navbar-default .navbar-nav > .active > a, +.navbar-default .navbar-nav > .active > a:hover, +.navbar-default .navbar-nav > .active > a:focus { + color: #3399f3; + background-color: transparent; +} +.navbar-default .navbar-nav > .disabled > a, +.navbar-default .navbar-nav > .disabled > a:hover, +.navbar-default .navbar-nav > .disabled > a:focus { + color: #444444; + background-color: transparent; +} +.navbar-default .navbar-toggle { + border-color: #dddddd; +} +.navbar-default .navbar-toggle:hover, +.navbar-default .navbar-toggle:focus { + background-color: #dddddd; +} +.navbar-default .navbar-toggle .icon-bar { + background-color: #cccccc; +} +.navbar-default .navbar-collapse, +.navbar-default .navbar-form { + border-color: #dddddd; +} +.navbar-default .navbar-nav > .open > a, +.navbar-default .navbar-nav > .open > a:hover, +.navbar-default .navbar-nav > .open > a:focus { + background-color: transparent; + color: #3399f3; +} +@media (max-width: 767px) { + .navbar-default .navbar-nav .open .dropdown-menu > li > a { + color: #777777; + } + .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { + color: #3399f3; + background-color: transparent; + } + .navbar-default .navbar-nav .open .dropdown-menu > .active > a, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #3399f3; + background-color: transparent; + } + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #444444; + background-color: transparent; + } +} +.navbar-default .navbar-link { + color: #777777; +} +.navbar-default .navbar-link:hover { + color: #3399f3; +} +.navbar-default .btn-link { + color: #777777; +} +.navbar-default .btn-link:hover, +.navbar-default .btn-link:focus { + color: #3399f3; +} +.navbar-default .btn-link[disabled]:hover, +fieldset[disabled] .navbar-default .btn-link:hover, +.navbar-default .btn-link[disabled]:focus, +fieldset[disabled] .navbar-default .btn-link:focus { + color: #444444; +} +.navbar-inverse { + background-color: #446e9b; + border-color: #345578; +} +.navbar-inverse .navbar-brand { + color: #dddddd; +} +.navbar-inverse .navbar-brand:hover, +.navbar-inverse .navbar-brand:focus { + color: #ffffff; + background-color: transparent; +} +.navbar-inverse .navbar-text { + color: #dddddd; +} +.navbar-inverse .navbar-nav > li > a { + color: #dddddd; +} +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus { + color: #ffffff; + background-color: transparent; +} +.navbar-inverse .navbar-nav > .active > a, +.navbar-inverse .navbar-nav > .active > a:hover, +.navbar-inverse .navbar-nav > .active > a:focus { + color: #ffffff; + background-color: transparent; +} +.navbar-inverse .navbar-nav > .disabled > a, +.navbar-inverse .navbar-nav > .disabled > a:hover, +.navbar-inverse .navbar-nav > .disabled > a:focus { + color: #cccccc; + background-color: transparent; +} +.navbar-inverse .navbar-toggle { + border-color: #345578; +} +.navbar-inverse .navbar-toggle:hover, +.navbar-inverse .navbar-toggle:focus { + background-color: #345578; +} +.navbar-inverse .navbar-toggle .icon-bar { + background-color: #ffffff; +} +.navbar-inverse .navbar-collapse, +.navbar-inverse .navbar-form { + border-color: #395c82; +} +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus { + background-color: transparent; + color: #ffffff; +} +@media (max-width: 767px) { + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + border-color: #345578; + } + .navbar-inverse .navbar-nav .open .dropdown-menu .divider { + background-color: #345578; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { + color: #dddddd; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + color: #ffffff; + background-color: transparent; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #ffffff; + background-color: transparent; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #cccccc; + background-color: transparent; + } +} +.navbar-inverse .navbar-link { + color: #dddddd; +} +.navbar-inverse .navbar-link:hover { + color: #ffffff; +} +.navbar-inverse .btn-link { + color: #dddddd; +} +.navbar-inverse .btn-link:hover, +.navbar-inverse .btn-link:focus { + color: #ffffff; +} +.navbar-inverse .btn-link[disabled]:hover, +fieldset[disabled] .navbar-inverse .btn-link:hover, +.navbar-inverse .btn-link[disabled]:focus, +fieldset[disabled] .navbar-inverse .btn-link:focus { + color: #cccccc; +} +.breadcrumb { + padding: 8px 15px; + margin-bottom: 20px; + list-style: none; + background-color: #f5f5f5; + border-radius: 4px; +} +.breadcrumb > li { + display: inline-block; +} +.breadcrumb > li + li:before { + content: "/\00a0"; + padding: 0 5px; + color: #cccccc; +} +.breadcrumb > .active { + color: #999999; +} +.pagination { + display: inline-block; + padding-left: 0; + margin: 20px 0; + border-radius: 4px; +} +.pagination > li { + display: inline; +} +.pagination > li > a, +.pagination > li > span { + position: relative; + float: left; + padding: 8px 12px; + line-height: 1.42857143; + text-decoration: none; + color: #3399f3; + background-color: #ffffff; + border: 1px solid #dddddd; + margin-left: -1px; +} +.pagination > li:first-child > a, +.pagination > li:first-child > span { + margin-left: 0; + border-bottom-left-radius: 4px; + border-top-left-radius: 4px; +} +.pagination > li:last-child > a, +.pagination > li:last-child > span { + border-bottom-right-radius: 4px; + border-top-right-radius: 4px; +} +.pagination > li > a:hover, +.pagination > li > span:hover, +.pagination > li > a:focus, +.pagination > li > span:focus { + z-index: 2; + color: #3399f3; + background-color: #eeeeee; + border-color: #dddddd; +} +.pagination > .active > a, +.pagination > .active > span, +.pagination > .active > a:hover, +.pagination > .active > span:hover, +.pagination > .active > a:focus, +.pagination > .active > span:focus { + z-index: 3; + color: #999999; + background-color: #f5f5f5; + border-color: #dddddd; + cursor: default; +} +.pagination > .disabled > span, +.pagination > .disabled > span:hover, +.pagination > .disabled > span:focus, +.pagination > .disabled > a, +.pagination > .disabled > a:hover, +.pagination > .disabled > a:focus { + color: #999999; + background-color: #ffffff; + border-color: #dddddd; + cursor: not-allowed; +} +.pagination-lg > li > a, +.pagination-lg > li > span { + padding: 14px 16px; + font-size: 18px; + line-height: 1.3333333; +} +.pagination-lg > li:first-child > a, +.pagination-lg > li:first-child > span { + border-bottom-left-radius: 6px; + border-top-left-radius: 6px; +} +.pagination-lg > li:last-child > a, +.pagination-lg > li:last-child > span { + border-bottom-right-radius: 6px; + border-top-right-radius: 6px; +} +.pagination-sm > li > a, +.pagination-sm > li > span { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; +} +.pagination-sm > li:first-child > a, +.pagination-sm > li:first-child > span { + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; +} +.pagination-sm > li:last-child > a, +.pagination-sm > li:last-child > span { + border-bottom-right-radius: 3px; + border-top-right-radius: 3px; +} +.pager { + padding-left: 0; + margin: 20px 0; + list-style: none; + text-align: center; +} +.pager li { + display: inline; +} +.pager li > a, +.pager li > span { + display: inline-block; + padding: 5px 14px; + background-color: #ffffff; + border: 1px solid #dddddd; + border-radius: 15px; +} +.pager li > a:hover, +.pager li > a:focus { + text-decoration: none; + background-color: #eeeeee; +} +.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: #999999; + background-color: #ffffff; + cursor: not-allowed; +} +.label { + display: inline; + padding: .2em .6em .3em; + font-size: 75%; + font-weight: bold; + line-height: 1; + color: #ffffff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: .25em; +} +a.label:hover, +a.label:focus { + color: #ffffff; + text-decoration: none; + cursor: pointer; +} +.label:empty { + display: none; +} +.btn .label { + position: relative; + top: -1px; +} +.label-default { + background-color: #474949; +} +.label-default[href]:hover, +.label-default[href]:focus { + background-color: #2e2f2f; +} +.label-primary { + background-color: #446e9b; +} +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #345578; +} +.label-success { + background-color: #3cb521; +} +.label-success[href]:hover, +.label-success[href]:focus { + background-color: #2e8a19; +} +.label-info { + background-color: #3399f3; +} +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #0e80e5; +} +.label-warning { + background-color: #d47500; +} +.label-warning[href]:hover, +.label-warning[href]:focus { + background-color: #a15900; +} +.label-danger { + background-color: #cd0200; +} +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #9a0200; +} +.badge { + display: inline-block; + min-width: 10px; + padding: 3px 7px; + font-size: 12px; + font-weight: bold; + color: #ffffff; + line-height: 1; + vertical-align: middle; + white-space: nowrap; + text-align: center; + background-color: #3399f3; + border-radius: 10px; +} +.badge:empty { + display: none; +} +.btn .badge { + position: relative; + top: -1px; +} +.btn-xs .badge, +.btn-group-xs > .btn .badge { + top: 0; + padding: 1px 5px; +} +a.badge:hover, +a.badge:focus { + color: #ffffff; + text-decoration: none; + cursor: pointer; +} +.list-group-item.active > .badge, +.nav-pills > .active > a > .badge { + color: #3399f3; + background-color: #ffffff; +} +.list-group-item > .badge { + float: right; +} +.list-group-item > .badge + .badge { + margin-right: 5px; +} +.nav-pills > li > a > .badge { + margin-left: 3px; +} +.jumbotron { + padding-top: 30px; + padding-bottom: 30px; + margin-bottom: 30px; + color: inherit; + background-color: #eeeeee; +} +.jumbotron h1, +.jumbotron .h1 { + color: inherit; +} +.jumbotron p { + margin-bottom: 15px; + font-size: 21px; + font-weight: 200; +} +.jumbotron > hr { + border-top-color: #d5d5d5; +} +.container .jumbotron, +.container-fluid .jumbotron { + border-radius: 6px; + padding-left: 15px; + padding-right: 15px; +} +.jumbotron .container { + max-width: 100%; +} +@media screen and (min-width: 768px) { + .jumbotron { + padding-top: 48px; + padding-bottom: 48px; + } + .container .jumbotron, + .container-fluid .jumbotron { + padding-left: 60px; + padding-right: 60px; + } + .jumbotron h1, + .jumbotron .h1 { + font-size: 63px; + } +} +.thumbnail { + display: block; + padding: 4px; + margin-bottom: 20px; + line-height: 1.42857143; + background-color: #ffffff; + border: 1px solid #dddddd; + border-radius: 4px; + -webkit-transition: border 0.2s ease-in-out; + -o-transition: border 0.2s ease-in-out; + transition: border 0.2s ease-in-out; +} +.thumbnail > img, +.thumbnail a > img { + margin-left: auto; + margin-right: auto; +} +a.thumbnail:hover, +a.thumbnail:focus, +a.thumbnail.active { + border-color: #3399f3; +} +.thumbnail .caption { + padding: 9px; + color: #666666; +} +.alert { + padding: 15px; + margin-bottom: 20px; + border: 1px solid transparent; + border-radius: 4px; +} +.alert h4 { + margin-top: 0; + color: inherit; +} +.alert .alert-link { + font-weight: bold; +} +.alert > p, +.alert > ul { + margin-bottom: 0; +} +.alert > p + p { + margin-top: 5px; +} +.alert-dismissable, +.alert-dismissible { + padding-right: 35px; +} +.alert-dismissable .close, +.alert-dismissible .close { + position: relative; + top: -2px; + right: -21px; + color: inherit; +} +.alert-success { + background-color: #dff0d8; + border-color: #d6e9c6; + color: #468847; +} +.alert-success hr { + border-top-color: #c9e2b3; +} +.alert-success .alert-link { + color: #356635; +} +.alert-info { + background-color: #d9edf7; + border-color: #bce8f1; + color: #3a87ad; +} +.alert-info hr { + border-top-color: #a6e1ec; +} +.alert-info .alert-link { + color: #2d6987; +} +.alert-warning { + background-color: #fcf8e3; + border-color: #fbeed5; + color: #c09853; +} +.alert-warning hr { + border-top-color: #f8e5be; +} +.alert-warning .alert-link { + color: #a47e3c; +} +.alert-danger { + background-color: #f2dede; + border-color: #eed3d7; + color: #b94a48; +} +.alert-danger hr { + border-top-color: #e6c1c7; +} +.alert-danger .alert-link { + color: #953b39; +} +@-webkit-keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} +@-o-keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} +@keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} +.progress { + 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; + line-height: 20px; + color: #ffffff; + text-align: center; + background-color: #446e9b; + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + -webkit-transition: width 0.6s ease; + -o-transition: width 0.6s ease; + transition: width 0.6s ease; +} +.progress-striped .progress-bar, +.progress-bar-striped { + 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: -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; + background-size: 40px 40px; +} +.progress.active .progress-bar, +.progress-bar.active { + -webkit-animation: progress-bar-stripes 2s linear infinite; + -o-animation: progress-bar-stripes 2s linear infinite; + animation: progress-bar-stripes 2s linear infinite; +} +.progress-bar-success { + background-color: #3cb521; +} +.progress-striped .progress-bar-success { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -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: #3399f3; +} +.progress-striped .progress-bar-info { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -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: #d47500; +} +.progress-striped .progress-bar-warning { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -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-danger { + background-color: #cd0200; +} +.progress-striped .progress-bar-danger { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -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); +} +.media { + margin-top: 15px; +} +.media:first-child { + margin-top: 0; +} +.media, +.media-body { + zoom: 1; + overflow: hidden; +} +.media-body { + width: 10000px; +} +.media-object { + display: block; +} +.media-object.img-thumbnail { + max-width: none; +} +.media-right, +.media > .pull-right { + padding-left: 10px; +} +.media-left, +.media > .pull-left { + padding-right: 10px; +} +.media-left, +.media-right, +.media-body { + display: table-cell; + vertical-align: top; +} +.media-middle { + vertical-align: middle; +} +.media-bottom { + vertical-align: bottom; +} +.media-heading { + margin-top: 0; + margin-bottom: 5px; +} +.media-list { + padding-left: 0; + list-style: none; +} +.list-group { + margin-bottom: 20px; + padding-left: 0; +} +.list-group-item { + position: relative; + display: block; + padding: 10px 15px; + margin-bottom: -1px; + background-color: #ffffff; + border: 1px solid #dddddd; +} +.list-group-item:first-child { + border-top-right-radius: 4px; + border-top-left-radius: 4px; +} +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +a.list-group-item, +button.list-group-item { + color: #555555; +} +a.list-group-item .list-group-item-heading, +button.list-group-item .list-group-item-heading { + color: #333333; +} +a.list-group-item:hover, +button.list-group-item:hover, +a.list-group-item:focus, +button.list-group-item:focus { + text-decoration: none; + color: #555555; + background-color: #f5f5f5; +} +button.list-group-item { + width: 100%; + text-align: left; +} +.list-group-item.disabled, +.list-group-item.disabled:hover, +.list-group-item.disabled:focus { + background-color: #eeeeee; + color: #999999; + cursor: not-allowed; +} +.list-group-item.disabled .list-group-item-heading, +.list-group-item.disabled:hover .list-group-item-heading, +.list-group-item.disabled:focus .list-group-item-heading { + color: inherit; +} +.list-group-item.disabled .list-group-item-text, +.list-group-item.disabled:hover .list-group-item-text, +.list-group-item.disabled:focus .list-group-item-text { + color: #999999; +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + z-index: 2; + color: #ffffff; + background-color: #446e9b; + border-color: #446e9b; +} +.list-group-item.active .list-group-item-heading, +.list-group-item.active:hover .list-group-item-heading, +.list-group-item.active:focus .list-group-item-heading, +.list-group-item.active .list-group-item-heading > small, +.list-group-item.active:hover .list-group-item-heading > small, +.list-group-item.active:focus .list-group-item-heading > small, +.list-group-item.active .list-group-item-heading > .small, +.list-group-item.active:hover .list-group-item-heading > .small, +.list-group-item.active:focus .list-group-item-heading > .small { + color: inherit; +} +.list-group-item.active .list-group-item-text, +.list-group-item.active:hover .list-group-item-text, +.list-group-item.active:focus .list-group-item-text { + color: #c5d5e6; +} +.list-group-item-success { + color: #468847; + background-color: #dff0d8; +} +a.list-group-item-success, +button.list-group-item-success { + color: #468847; +} +a.list-group-item-success .list-group-item-heading, +button.list-group-item-success .list-group-item-heading { + color: inherit; +} +a.list-group-item-success:hover, +button.list-group-item-success:hover, +a.list-group-item-success:focus, +button.list-group-item-success:focus { + color: #468847; + background-color: #d0e9c6; +} +a.list-group-item-success.active, +button.list-group-item-success.active, +a.list-group-item-success.active:hover, +button.list-group-item-success.active:hover, +a.list-group-item-success.active:focus, +button.list-group-item-success.active:focus { + color: #fff; + background-color: #468847; + border-color: #468847; +} +.list-group-item-info { + color: #3a87ad; + background-color: #d9edf7; +} +a.list-group-item-info, +button.list-group-item-info { + color: #3a87ad; +} +a.list-group-item-info .list-group-item-heading, +button.list-group-item-info .list-group-item-heading { + color: inherit; +} +a.list-group-item-info:hover, +button.list-group-item-info:hover, +a.list-group-item-info:focus, +button.list-group-item-info:focus { + color: #3a87ad; + background-color: #c4e3f3; +} +a.list-group-item-info.active, +button.list-group-item-info.active, +a.list-group-item-info.active:hover, +button.list-group-item-info.active:hover, +a.list-group-item-info.active:focus, +button.list-group-item-info.active:focus { + color: #fff; + background-color: #3a87ad; + border-color: #3a87ad; +} +.list-group-item-warning { + color: #c09853; + background-color: #fcf8e3; +} +a.list-group-item-warning, +button.list-group-item-warning { + color: #c09853; +} +a.list-group-item-warning .list-group-item-heading, +button.list-group-item-warning .list-group-item-heading { + color: inherit; +} +a.list-group-item-warning:hover, +button.list-group-item-warning:hover, +a.list-group-item-warning:focus, +button.list-group-item-warning:focus { + color: #c09853; + background-color: #faf2cc; +} +a.list-group-item-warning.active, +button.list-group-item-warning.active, +a.list-group-item-warning.active:hover, +button.list-group-item-warning.active:hover, +a.list-group-item-warning.active:focus, +button.list-group-item-warning.active:focus { + color: #fff; + background-color: #c09853; + border-color: #c09853; +} +.list-group-item-danger { + color: #b94a48; + background-color: #f2dede; +} +a.list-group-item-danger, +button.list-group-item-danger { + color: #b94a48; +} +a.list-group-item-danger .list-group-item-heading, +button.list-group-item-danger .list-group-item-heading { + color: inherit; +} +a.list-group-item-danger:hover, +button.list-group-item-danger:hover, +a.list-group-item-danger:focus, +button.list-group-item-danger:focus { + color: #b94a48; + background-color: #ebcccc; +} +a.list-group-item-danger.active, +button.list-group-item-danger.active, +a.list-group-item-danger.active:hover, +button.list-group-item-danger.active:hover, +a.list-group-item-danger.active:focus, +button.list-group-item-danger.active:focus { + color: #fff; + background-color: #b94a48; + border-color: #b94a48; +} +.list-group-item-heading { + margin-top: 0; + margin-bottom: 5px; +} +.list-group-item-text { + margin-bottom: 0; + line-height: 1.3; +} +.panel { + margin-bottom: 20px; + background-color: #ffffff; + border: 1px solid transparent; + border-radius: 4px; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); +} +.panel-body { + padding: 15px; +} +.panel-heading { + padding: 10px 15px; + border-bottom: 1px solid transparent; + border-top-right-radius: 3px; + border-top-left-radius: 3px; +} +.panel-heading > .dropdown .dropdown-toggle { + color: inherit; +} +.panel-title { + margin-top: 0; + margin-bottom: 0; + font-size: 16px; + color: inherit; +} +.panel-title > a, +.panel-title > small, +.panel-title > .small, +.panel-title > small > a, +.panel-title > .small > a { + color: inherit; +} +.panel-footer { + padding: 10px 15px; + background-color: #f5f5f5; + border-top: 1px solid #dddddd; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel > .list-group, +.panel > .panel-collapse > .list-group { + margin-bottom: 0; +} +.panel > .list-group .list-group-item, +.panel > .panel-collapse > .list-group .list-group-item { + border-width: 1px 0; + border-radius: 0; +} +.panel > .list-group:first-child .list-group-item:first-child, +.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { + border-top: 0; + border-top-right-radius: 3px; + border-top-left-radius: 3px; +} +.panel > .list-group:last-child .list-group-item:last-child, +.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { + border-bottom: 0; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; +} +.panel-heading + .list-group .list-group-item:first-child { + border-top-width: 0; +} +.list-group + .panel-footer { + border-top-width: 0; +} +.panel > .table, +.panel > .table-responsive > .table, +.panel > .panel-collapse > .table { + margin-bottom: 0; +} +.panel > .table caption, +.panel > .table-responsive > .table caption, +.panel > .panel-collapse > .table caption { + padding-left: 15px; + padding-right: 15px; +} +.panel > .table:first-child, +.panel > .table-responsive:first-child > .table:first-child { + border-top-right-radius: 3px; + border-top-left-radius: 3px; +} +.panel > .table:first-child > thead:first-child > tr:first-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, +.panel > .table:first-child > tbody:first-child > tr:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, +.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, +.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, +.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { + border-top-left-radius: 3px; +} +.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, +.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, +.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, +.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, +.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, +.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { + border-top-right-radius: 3px; +} +.panel > .table:last-child, +.panel > .table-responsive:last-child > .table:last-child { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.panel > .table:last-child > tbody:last-child > tr:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; +} +.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, +.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { + border-bottom-left-radius: 3px; +} +.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, +.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, +.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, +.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { + border-bottom-right-radius: 3px; +} +.panel > .panel-body + .table, +.panel > .panel-body + .table-responsive, +.panel > .table + .panel-body, +.panel > .table-responsive + .panel-body { + border-top: 1px solid #dddddd; +} +.panel > .table > tbody:first-child > tr:first-child th, +.panel > .table > tbody:first-child > tr:first-child td { + border-top: 0; +} +.panel > .table-bordered, +.panel > .table-responsive > .table-bordered { + border: 0; +} +.panel > .table-bordered > thead > tr > th:first-child, +.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, +.panel > .table-bordered > tbody > tr > th:first-child, +.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, +.panel > .table-bordered > tfoot > tr > th:first-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, +.panel > .table-bordered > thead > tr > td:first-child, +.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, +.panel > .table-bordered > tbody > tr > td:first-child, +.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, +.panel > .table-bordered > tfoot > tr > td:first-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; +} +.panel > .table-bordered > thead > tr > th:last-child, +.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, +.panel > .table-bordered > tbody > tr > th:last-child, +.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, +.panel > .table-bordered > tfoot > tr > th:last-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, +.panel > .table-bordered > thead > tr > td:last-child, +.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, +.panel > .table-bordered > tbody > tr > td:last-child, +.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, +.panel > .table-bordered > tfoot > tr > td:last-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; +} +.panel > .table-bordered > thead > tr:first-child > td, +.panel > .table-responsive > .table-bordered > thead > tr:first-child > td, +.panel > .table-bordered > tbody > tr:first-child > td, +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, +.panel > .table-bordered > thead > tr:first-child > th, +.panel > .table-responsive > .table-bordered > thead > tr:first-child > th, +.panel > .table-bordered > tbody > tr:first-child > th, +.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { + border-bottom: 0; +} +.panel > .table-bordered > tbody > tr:last-child > td, +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, +.panel > .table-bordered > tfoot > tr:last-child > td, +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, +.panel > .table-bordered > tbody > tr:last-child > th, +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, +.panel > .table-bordered > tfoot > tr:last-child > th, +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { + border-bottom: 0; +} +.panel > .table-responsive { + border: 0; + margin-bottom: 0; +} +.panel-group { + margin-bottom: 20px; +} +.panel-group .panel { + margin-bottom: 0; + border-radius: 4px; +} +.panel-group .panel + .panel { + margin-top: 5px; +} +.panel-group .panel-heading { + border-bottom: 0; +} +.panel-group .panel-heading + .panel-collapse > .panel-body, +.panel-group .panel-heading + .panel-collapse > .list-group { + border-top: 1px solid #dddddd; +} +.panel-group .panel-footer { + border-top: 0; +} +.panel-group .panel-footer + .panel-collapse .panel-body { + border-bottom: 1px solid #dddddd; +} +.panel-default { + border-color: #dddddd; +} +.panel-default > .panel-heading { + color: #333333; + background-color: #f5f5f5; + border-color: #dddddd; +} +.panel-default > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #dddddd; +} +.panel-default > .panel-heading .badge { + color: #f5f5f5; + background-color: #333333; +} +.panel-default > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #dddddd; +} +.panel-primary { + border-color: #446e9b; +} +.panel-primary > .panel-heading { + color: #ffffff; + background-color: #446e9b; + border-color: #446e9b; +} +.panel-primary > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #446e9b; +} +.panel-primary > .panel-heading .badge { + color: #446e9b; + background-color: #ffffff; +} +.panel-primary > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #446e9b; +} +.panel-success { + border-color: #d6e9c6; +} +.panel-success > .panel-heading { + color: #468847; + background-color: #dff0d8; + border-color: #d6e9c6; +} +.panel-success > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #d6e9c6; +} +.panel-success > .panel-heading .badge { + color: #dff0d8; + background-color: #468847; +} +.panel-success > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #d6e9c6; +} +.panel-info { + border-color: #bce8f1; +} +.panel-info > .panel-heading { + color: #3a87ad; + background-color: #d9edf7; + border-color: #bce8f1; +} +.panel-info > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #bce8f1; +} +.panel-info > .panel-heading .badge { + color: #d9edf7; + background-color: #3a87ad; +} +.panel-info > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #bce8f1; +} +.panel-warning { + border-color: #fbeed5; +} +.panel-warning > .panel-heading { + color: #c09853; + background-color: #fcf8e3; + border-color: #fbeed5; +} +.panel-warning > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #fbeed5; +} +.panel-warning > .panel-heading .badge { + color: #fcf8e3; + background-color: #c09853; +} +.panel-warning > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #fbeed5; +} +.panel-danger { + border-color: #eed3d7; +} +.panel-danger > .panel-heading { + color: #b94a48; + background-color: #f2dede; + border-color: #eed3d7; +} +.panel-danger > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #eed3d7; +} +.panel-danger > .panel-heading .badge { + color: #f2dede; + background-color: #b94a48; +} +.panel-danger > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #eed3d7; +} +.embed-responsive { + position: relative; + display: block; + height: 0; + padding: 0; + overflow: hidden; +} +.embed-responsive .embed-responsive-item, +.embed-responsive iframe, +.embed-responsive embed, +.embed-responsive object, +.embed-responsive video { + position: absolute; + top: 0; + left: 0; + bottom: 0; + height: 100%; + width: 100%; + border: 0; +} +.embed-responsive-16by9 { + padding-bottom: 56.25%; +} +.embed-responsive-4by3 { + padding-bottom: 75%; +} +.well { + min-height: 20px; + padding: 19px; + margin-bottom: 20px; + background-color: #f5f5f5; + border: 1px solid #e3e3e3; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); +} +.well blockquote { + border-color: #ddd; + border-color: rgba(0, 0, 0, 0.15); +} +.well-lg { + padding: 24px; + border-radius: 6px; +} +.well-sm { + padding: 9px; + border-radius: 3px; +} +.close { + float: right; + font-size: 21px; + font-weight: bold; + line-height: 1; + color: #000000; + text-shadow: 0 1px 0 #ffffff; + opacity: 0.2; + filter: alpha(opacity=20); +} +.close:hover, +.close:focus { + color: #000000; + 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; +} +.modal-open { + overflow: hidden; +} +.modal { + display: none; + overflow: hidden; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1050; + -webkit-overflow-scrolling: touch; + outline: 0; +} +.modal.fade .modal-dialog { + -webkit-transform: translate(0, -25%); + -ms-transform: translate(0, -25%); + -o-transform: translate(0, -25%); + transform: translate(0, -25%); + -webkit-transition: -webkit-transform 0.3s ease-out; + -o-transition: -o-transform 0.3s ease-out; + transition: transform 0.3s ease-out; +} +.modal.in .modal-dialog { + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); +} +.modal-open .modal { + overflow-x: hidden; + overflow-y: auto; +} +.modal-dialog { + position: relative; + width: auto; + margin: 10px; +} +.modal-content { + position: relative; + background-color: #ffffff; + border: 1px solid #999999; + 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; + background-clip: padding-box; + outline: 0; +} +.modal-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1040; + background-color: #000000; +} +.modal-backdrop.fade { + opacity: 0; + filter: alpha(opacity=0); +} +.modal-backdrop.in { + opacity: 0.5; + filter: alpha(opacity=50); +} +.modal-header { + padding: 15px; + border-bottom: 1px solid #e5e5e5; +} +.modal-header .close { + margin-top: -2px; +} +.modal-title { + margin: 0; + line-height: 1.42857143; +} +.modal-body { + position: relative; + padding: 20px; +} +.modal-footer { + padding: 20px; + text-align: right; + border-top: 1px solid #e5e5e5; +} +.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; +} +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; +} +@media (min-width: 768px) { + .modal-dialog { + width: 600px; + margin: 30px auto; + } + .modal-content { + -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); + } + .modal-sm { + width: 300px; + } +} +@media (min-width: 992px) { + .modal-lg { + width: 900px; + } +} +.tooltip { + position: absolute; + z-index: 1070; + display: block; + font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-style: normal; + font-weight: normal; + letter-spacing: normal; + line-break: auto; + line-height: 1.42857143; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + white-space: normal; + word-break: normal; + word-spacing: normal; + word-wrap: normal; + font-size: 12px; + opacity: 0; + filter: alpha(opacity=0); +} +.tooltip.in { + opacity: 0.9; + filter: alpha(opacity=90); +} +.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: #ffffff; + text-align: center; + background-color: #000000; + 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: #000000; +} +.tooltip.top-left .tooltip-arrow { + bottom: 0; + right: 5px; + margin-bottom: -5px; + border-width: 5px 5px 0; + border-top-color: #000000; +} +.tooltip.top-right .tooltip-arrow { + bottom: 0; + left: 5px; + margin-bottom: -5px; + border-width: 5px 5px 0; + border-top-color: #000000; +} +.tooltip.right .tooltip-arrow { + top: 50%; + left: 0; + margin-top: -5px; + border-width: 5px 5px 5px 0; + border-right-color: #000000; +} +.tooltip.left .tooltip-arrow { + top: 50%; + right: 0; + margin-top: -5px; + border-width: 5px 0 5px 5px; + border-left-color: #000000; +} +.tooltip.bottom .tooltip-arrow { + top: 0; + left: 50%; + margin-left: -5px; + border-width: 0 5px 5px; + border-bottom-color: #000000; +} +.tooltip.bottom-left .tooltip-arrow { + top: 0; + right: 5px; + margin-top: -5px; + border-width: 0 5px 5px; + border-bottom-color: #000000; +} +.tooltip.bottom-right .tooltip-arrow { + top: 0; + left: 5px; + margin-top: -5px; + border-width: 0 5px 5px; + border-bottom-color: #000000; +} +.popover { + position: absolute; + top: 0; + left: 0; + z-index: 1060; + display: none; + max-width: 276px; + padding: 1px; + font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-style: normal; + font-weight: normal; + letter-spacing: normal; + line-break: auto; + line-height: 1.42857143; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + white-space: normal; + word-break: normal; + word-spacing: normal; + word-wrap: normal; + font-size: 14px; + background-color: #ffffff; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid #cccccc; + 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); +} +.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; + background-color: #f7f7f7; + border-bottom: 1px solid #ebebeb; + border-radius: 5px 5px 0 0; +} +.popover-content { + padding: 9px 14px; +} +.popover > .arrow, +.popover > .arrow:after { + position: absolute; + display: block; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} +.popover > .arrow { + border-width: 11px; +} +.popover > .arrow:after { + border-width: 10px; + content: ""; +} +.popover.top > .arrow { + left: 50%; + margin-left: -11px; + border-bottom-width: 0; + border-top-color: #999999; + border-top-color: rgba(0, 0, 0, 0.25); + bottom: -11px; +} +.popover.top > .arrow:after { + content: " "; + bottom: 1px; + margin-left: -10px; + border-bottom-width: 0; + border-top-color: #ffffff; +} +.popover.right > .arrow { + top: 50%; + left: -11px; + margin-top: -11px; + border-left-width: 0; + border-right-color: #999999; + border-right-color: rgba(0, 0, 0, 0.25); +} +.popover.right > .arrow:after { + content: " "; + left: 1px; + bottom: -10px; + border-left-width: 0; + border-right-color: #ffffff; +} +.popover.bottom > .arrow { + left: 50%; + margin-left: -11px; + border-top-width: 0; + border-bottom-color: #999999; + border-bottom-color: rgba(0, 0, 0, 0.25); + top: -11px; +} +.popover.bottom > .arrow:after { + content: " "; + top: 1px; + margin-left: -10px; + border-top-width: 0; + border-bottom-color: #ffffff; +} +.popover.left > .arrow { + top: 50%; + right: -11px; + margin-top: -11px; + border-right-width: 0; + border-left-color: #999999; + border-left-color: rgba(0, 0, 0, 0.25); +} +.popover.left > .arrow:after { + content: " "; + right: 1px; + border-right-width: 0; + border-left-color: #ffffff; + bottom: -10px; +} +.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; + -o-transition: 0.6s ease-in-out left; + transition: 0.6s ease-in-out left; +} +.carousel-inner > .item > img, +.carousel-inner > .item > a > img { + line-height: 1; +} +@media all and (transform-3d), (-webkit-transform-3d) { + .carousel-inner > .item { + -webkit-transition: -webkit-transform 0.6s ease-in-out; + -o-transition: -o-transform 0.6s ease-in-out; + transition: transform 0.6s ease-in-out; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-perspective: 1000px; + perspective: 1000px; + } + .carousel-inner > .item.next, + .carousel-inner > .item.active.right { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + left: 0; + } + .carousel-inner > .item.prev, + .carousel-inner > .item.active.left { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + left: 0; + } + .carousel-inner > .item.next.left, + .carousel-inner > .item.prev.right, + .carousel-inner > .item.active { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + left: 0; + } +} +.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: #ffffff; + text-align: center; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + background-color: rgba(0, 0, 0, 0); +} +.carousel-control.left { + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); + background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); + background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); +} +.carousel-control.right { + left: auto; + right: 0; + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); + background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); + background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); +} +.carousel-control:hover, +.carousel-control:focus { + outline: 0; + color: #ffffff; + text-decoration: none; + opacity: 0.9; + filter: alpha(opacity=90); +} +.carousel-control .icon-prev, +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-left, +.carousel-control .glyphicon-chevron-right { + position: absolute; + top: 50%; + margin-top: -10px; + z-index: 5; + display: inline-block; +} +.carousel-control .icon-prev, +.carousel-control .glyphicon-chevron-left { + left: 50%; + margin-left: -10px; +} +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-right { + right: 50%; + margin-right: -10px; +} +.carousel-control .icon-prev, +.carousel-control .icon-next { + width: 20px; + height: 20px; + line-height: 1; + font-family: serif; +} +.carousel-control .icon-prev:before { + content: '\2039'; +} +.carousel-control .icon-next:before { + content: '\203a'; +} +.carousel-indicators { + position: absolute; + bottom: 10px; + left: 50%; + z-index: 15; + width: 60%; + margin-left: -30%; + padding-left: 0; + list-style: none; + text-align: center; +} +.carousel-indicators li { + display: inline-block; + width: 10px; + height: 10px; + margin: 1px; + text-indent: -999px; + border: 1px solid #ffffff; + border-radius: 10px; + cursor: pointer; + background-color: #000 \9; + background-color: rgba(0, 0, 0, 0); +} +.carousel-indicators .active { + margin: 0; + width: 12px; + height: 12px; + background-color: #ffffff; +} +.carousel-caption { + position: absolute; + left: 15%; + right: 15%; + bottom: 20px; + z-index: 10; + padding-top: 20px; + padding-bottom: 20px; + color: #ffffff; + text-align: center; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); +} +.carousel-caption .btn { + text-shadow: none; +} +@media screen and (min-width: 768px) { + .carousel-control .glyphicon-chevron-left, + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { + width: 30px; + height: 30px; + margin-top: -10px; + font-size: 30px; + } + .carousel-control .glyphicon-chevron-left, + .carousel-control .icon-prev { + margin-left: -10px; + } + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-next { + margin-right: -10px; + } + .carousel-caption { + left: 20%; + right: 20%; + padding-bottom: 30px; + } + .carousel-indicators { + bottom: 20px; + } +} +.clearfix:before, +.clearfix:after, +.dl-horizontal dd:before, +.dl-horizontal dd:after, +.container:before, +.container:after, +.container-fluid:before, +.container-fluid:after, +.row:before, +.row:after, +.form-horizontal .form-group:before, +.form-horizontal .form-group:after, +.btn-toolbar:before, +.btn-toolbar:after, +.btn-group-vertical > .btn-group:before, +.btn-group-vertical > .btn-group:after, +.nav:before, +.nav:after, +.navbar:before, +.navbar:after, +.navbar-header:before, +.navbar-header:after, +.navbar-collapse:before, +.navbar-collapse:after, +.pager:before, +.pager:after, +.panel-body:before, +.panel-body:after, +.modal-header:before, +.modal-header:after, +.modal-footer:before, +.modal-footer:after { + content: " "; + display: table; +} +.clearfix:after, +.dl-horizontal dd:after, +.container:after, +.container-fluid:after, +.row:after, +.form-horizontal .form-group:after, +.btn-toolbar:after, +.btn-group-vertical > .btn-group:after, +.nav:after, +.navbar:after, +.navbar-header:after, +.navbar-collapse:after, +.pager:after, +.panel-body:after, +.modal-header:after, +.modal-footer:after { + clear: both; +} +.center-block { + display: block; + margin-left: auto; + margin-right: auto; +} +.pull-right { + float: right !important; +} +.pull-left { + float: left !important; +} +.hide { + display: none !important; +} +.show { + display: block !important; +} +.invisible { + visibility: hidden; +} +.text-hide { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} +.hidden { + display: none !important; +} +.affix { + position: fixed; +} +@-ms-viewport { + width: device-width; +} +.visible-xs, +.visible-sm, +.visible-md, +.visible-lg { + display: none !important; +} +.visible-xs-block, +.visible-xs-inline, +.visible-xs-inline-block, +.visible-sm-block, +.visible-sm-inline, +.visible-sm-inline-block, +.visible-md-block, +.visible-md-inline, +.visible-md-inline-block, +.visible-lg-block, +.visible-lg-inline, +.visible-lg-inline-block { + display: none !important; +} +@media (max-width: 767px) { + .visible-xs { + display: block !important; + } + table.visible-xs { + display: table !important; + } + tr.visible-xs { + display: table-row !important; + } + th.visible-xs, + td.visible-xs { + display: table-cell !important; + } +} +@media (max-width: 767px) { + .visible-xs-block { + display: block !important; + } +} +@media (max-width: 767px) { + .visible-xs-inline { + display: inline !important; + } +} +@media (max-width: 767px) { + .visible-xs-inline-block { + display: inline-block !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm { + display: block !important; + } + table.visible-sm { + display: table !important; + } + tr.visible-sm { + display: table-row !important; + } + th.visible-sm, + td.visible-sm { + display: table-cell !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-block { + display: block !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-inline { + display: inline !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-inline-block { + display: inline-block !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md { + display: block !important; + } + table.visible-md { + display: table !important; + } + tr.visible-md { + display: table-row !important; + } + th.visible-md, + td.visible-md { + display: table-cell !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-block { + display: block !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-inline { + display: inline !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-inline-block { + display: inline-block !important; + } +} +@media (min-width: 1200px) { + .visible-lg { + display: block !important; + } + table.visible-lg { + display: table !important; + } + tr.visible-lg { + display: table-row !important; + } + th.visible-lg, + td.visible-lg { + display: table-cell !important; + } +} +@media (min-width: 1200px) { + .visible-lg-block { + display: block !important; + } +} +@media (min-width: 1200px) { + .visible-lg-inline { + display: inline !important; + } +} +@media (min-width: 1200px) { + .visible-lg-inline-block { + display: inline-block !important; + } +} +@media (max-width: 767px) { + .hidden-xs { + display: none !important; + } +} +@media (min-width: 768px) and (max-width: 991px) { + .hidden-sm { + display: none !important; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .hidden-md { + display: none !important; + } +} +@media (min-width: 1200px) { + .hidden-lg { + display: none !important; + } +} +.visible-print { + display: none !important; +} +@media print { + .visible-print { + display: block !important; + } + table.visible-print { + display: table !important; + } + tr.visible-print { + display: table-row !important; + } + th.visible-print, + td.visible-print { + display: table-cell !important; + } +} +.visible-print-block { + display: none !important; +} +@media print { + .visible-print-block { + display: block !important; + } +} +.visible-print-inline { + display: none !important; +} +@media print { + .visible-print-inline { + display: inline !important; + } +} +.visible-print-inline-block { + display: none !important; +} +@media print { + .visible-print-inline-block { + display: inline-block !important; + } +} +@media print { + .hidden-print { + display: none !important; + } +} +.navbar { + background-image: -webkit-linear-gradient(#ffffff, #eeeeee 50%, #e4e4e4); + background-image: -o-linear-gradient(#ffffff, #eeeeee 50%, #e4e4e4); + background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #eeeeee), to(#e4e4e4)); + background-image: linear-gradient(#ffffff, #eeeeee 50%, #e4e4e4); + background-repeat: no-repeat; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe4e4e4', GradientType=0); + -webkit-filter: none; + filter: none; + border: 1px solid #d5d5d5; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); +} +.navbar-inverse { + background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d); + background-image: -o-linear-gradient(#6d94bf, #446e9b 50%, #3e648d); + background-image: -webkit-gradient(linear, left top, left bottom, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d)); + background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d); + background-repeat: no-repeat; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0); + -webkit-filter: none; + filter: none; + border: 1px solid #345578; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); +} +.navbar-inverse .badge { + background-color: #fff; + color: #446e9b; +} +.navbar .badge { + text-shadow: none; +} +.navbar-nav > li > a, +.navbar-nav > li > a:hover { + padding-top: 17px; + padding-bottom: 13px; + -webkit-transition: color ease-in-out 0.2s; + -o-transition: color ease-in-out 0.2s; + transition: color ease-in-out 0.2s; +} +.navbar-brand, +.navbar-brand:hover { + -webkit-transition: color ease-in-out 0.2s; + -o-transition: color ease-in-out 0.2s; + transition: color ease-in-out 0.2s; +} +.navbar .caret, +.navbar .caret:hover { + -webkit-transition: border-color ease-in-out 0.2s; + -o-transition: border-color ease-in-out 0.2s; + transition: border-color ease-in-out 0.2s; +} +.navbar .dropdown-menu { + text-shadow: none; +} +.btn { + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); +} +.btn-default { + background-image: -webkit-linear-gradient(#6d7070, #474949 50%, #3d3f3f); + background-image: -o-linear-gradient(#6d7070, #474949 50%, #3d3f3f); + background-image: -webkit-gradient(linear, left top, left bottom, from(#6d7070), color-stop(50%, #474949), to(#3d3f3f)); + background-image: linear-gradient(#6d7070, #474949 50%, #3d3f3f); + background-repeat: no-repeat; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d7070', endColorstr='#ff3d3f3f', GradientType=0); + -webkit-filter: none; + filter: none; + border: 1px solid #2e2f2f; +} +.btn-default:hover { + background-image: -webkit-linear-gradient(#636565, #3d3f3f 50%, #333434); + background-image: -o-linear-gradient(#636565, #3d3f3f 50%, #333434); + background-image: -webkit-gradient(linear, left top, left bottom, from(#636565), color-stop(50%, #3d3f3f), to(#333434)); + background-image: linear-gradient(#636565, #3d3f3f 50%, #333434); + background-repeat: no-repeat; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff636565', endColorstr='#ff333434', GradientType=0); + -webkit-filter: none; + filter: none; + border: 1px solid #242525; +} +.btn-primary { + background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d); + background-image: -o-linear-gradient(#6d94bf, #446e9b 50%, #3e648d); + background-image: -webkit-gradient(linear, left top, left bottom, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d)); + background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d); + background-repeat: no-repeat; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0); + -webkit-filter: none; + filter: none; + border: 1px solid #345578; +} +.btn-primary:hover { + background-image: -webkit-linear-gradient(#5f8ab9, #3e648d 50%, #385a7f); + background-image: -o-linear-gradient(#5f8ab9, #3e648d 50%, #385a7f); + background-image: -webkit-gradient(linear, left top, left bottom, from(#5f8ab9), color-stop(50%, #3e648d), to(#385a7f)); + background-image: linear-gradient(#5f8ab9, #3e648d 50%, #385a7f); + background-repeat: no-repeat; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f8ab9', endColorstr='#ff385a7f', GradientType=0); + -webkit-filter: none; + filter: none; + border: 1px solid #2e4b69; +} +.btn-success { + background-image: -webkit-linear-gradient(#61dd45, #3cb521 50%, #36a41e); + background-image: -o-linear-gradient(#61dd45, #3cb521 50%, #36a41e); + background-image: -webkit-gradient(linear, left top, left bottom, from(#61dd45), color-stop(50%, #3cb521), to(#36a41e)); + background-image: linear-gradient(#61dd45, #3cb521 50%, #36a41e); + background-repeat: no-repeat; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61dd45', endColorstr='#ff36a41e', GradientType=0); + -webkit-filter: none; + filter: none; + border: 1px solid #2e8a19; +} +.btn-success:hover { + background-image: -webkit-linear-gradient(#52da34, #36a41e 50%, #31921b); + background-image: -o-linear-gradient(#52da34, #36a41e 50%, #31921b); + background-image: -webkit-gradient(linear, left top, left bottom, from(#52da34), color-stop(50%, #36a41e), to(#31921b)); + background-image: linear-gradient(#52da34, #36a41e 50%, #31921b); + background-repeat: no-repeat; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff52da34', endColorstr='#ff31921b', GradientType=0); + -webkit-filter: none; + filter: none; + border: 1px solid #287916; +} +.btn-info { + background-image: -webkit-linear-gradient(#7bbdf7, #3399f3 50%, #208ff2); + background-image: -o-linear-gradient(#7bbdf7, #3399f3 50%, #208ff2); + background-image: -webkit-gradient(linear, left top, left bottom, from(#7bbdf7), color-stop(50%, #3399f3), to(#208ff2)); + background-image: linear-gradient(#7bbdf7, #3399f3 50%, #208ff2); + background-repeat: no-repeat; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7bbdf7', endColorstr='#ff208ff2', GradientType=0); + -webkit-filter: none; + filter: none; + border: 1px solid #0e80e5; +} +.btn-info:hover { + background-image: -webkit-linear-gradient(#68b3f6, #208ff2 50%, #0e86ef); + background-image: -o-linear-gradient(#68b3f6, #208ff2 50%, #0e86ef); + background-image: -webkit-gradient(linear, left top, left bottom, from(#68b3f6), color-stop(50%, #208ff2), to(#0e86ef)); + background-image: linear-gradient(#68b3f6, #208ff2 50%, #0e86ef); + background-repeat: no-repeat; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff68b3f6', endColorstr='#ff0e86ef', GradientType=0); + -webkit-filter: none; + filter: none; + border: 1px solid #0c75d2; +} +.btn-warning { + background-image: -webkit-linear-gradient(#ff9c21, #d47500 50%, #c06a00); + background-image: -o-linear-gradient(#ff9c21, #d47500 50%, #c06a00); + background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9c21), color-stop(50%, #d47500), to(#c06a00)); + background-image: linear-gradient(#ff9c21, #d47500 50%, #c06a00); + background-repeat: no-repeat; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9c21', endColorstr='#ffc06a00', GradientType=0); + -webkit-filter: none; + filter: none; + border: 1px solid #a15900; +} +.btn-warning:hover { + background-image: -webkit-linear-gradient(#ff930d, #c06a00 50%, #ab5e00); + background-image: -o-linear-gradient(#ff930d, #c06a00 50%, #ab5e00); + background-image: -webkit-gradient(linear, left top, left bottom, from(#ff930d), color-stop(50%, #c06a00), to(#ab5e00)); + background-image: linear-gradient(#ff930d, #c06a00 50%, #ab5e00); + background-repeat: no-repeat; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff930d', endColorstr='#ffab5e00', GradientType=0); + -webkit-filter: none; + filter: none; + border: 1px solid #8d4e00; +} +.btn-danger { + background-image: -webkit-linear-gradient(#ff1d1b, #cd0200 50%, #b90200); + background-image: -o-linear-gradient(#ff1d1b, #cd0200 50%, #b90200); + background-image: -webkit-gradient(linear, left top, left bottom, from(#ff1d1b), color-stop(50%, #cd0200), to(#b90200)); + background-image: linear-gradient(#ff1d1b, #cd0200 50%, #b90200); + background-repeat: no-repeat; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff1d1b', endColorstr='#ffb90200', GradientType=0); + -webkit-filter: none; + filter: none; + border: 1px solid #9a0200; +} +.btn-danger:hover { + background-image: -webkit-linear-gradient(#ff0906, #b90200 50%, #a40200); + background-image: -o-linear-gradient(#ff0906, #b90200 50%, #a40200); + background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0906), color-stop(50%, #b90200), to(#a40200)); + background-image: linear-gradient(#ff0906, #b90200 50%, #a40200); + background-repeat: no-repeat; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0906', endColorstr='#ffa40200', GradientType=0); + -webkit-filter: none; + filter: none; + border: 1px solid #860100; +} +.btn-link { + text-shadow: none; +} +.btn:active, +.btn.active { + 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); +} +.panel-primary .panel-title { + color: #fff; +} diff --git a/assets/com.bootstrapcdn/spacelab/bootstrap.min.css b/assets/com.bootstrapcdn/spacelab/bootstrap.min.css new file mode 100644 index 0000000..1cd4857 --- /dev/null +++ b/assets/com.bootstrapcdn/spacelab/bootstrap.min.css @@ -0,0 +1,11 @@ +@import url("https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700");/*! + * bootswatch v3.3.7 + * Homepage: http://bootswatch.com + * Copyright 2012-2016 Thomas Park + * Licensed under MIT + * Based on Bootstrap +*//*! + * Bootstrap v3.3.7 (http://getbootstrap.com) + * Copyright 2011-2016 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}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:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]: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}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#666666;background-color:#ffffff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#3399f3;text-decoration:none}a:hover,a:focus{color:#3399f3;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1;color:#2d2d2d}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#999999}.text-primary{color:#446e9b}a.text-primary:hover,a.text-primary:focus{color:#345578}.text-success{color:#468847}a.text-success:hover,a.text-success:focus{color:#356635}.text-info{color:#3a87ad}a.text-info:hover,a.text-info:focus{color:#2d6987}.text-warning{color:#c09853}a.text-warning:hover,a.text-warning:focus{color:#a47e3c}.text-danger{color:#b94a48}a.text-danger:hover,a.text-danger:focus{color:#953b39}.bg-primary{color:#fff;background-color:#446e9b}a.bg-primary:hover,a.bg-primary:focus{background-color:#345578}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eeeeee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.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}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eeeeee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#ffffff;background-color:#333333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#999999;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #dddddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #dddddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #dddddd}.table .table{background-color:#ffffff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #dddddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#666666;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:9px;font-size:14px;line-height:1.42857143;color:#666666}.form-control{display:block;width:100%;height:38px;padding:8px 12px;font-size:14px;line-height:1.42857143;color:#666666;background-color:#ffffff;background-image:none;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-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control::-moz-placeholder{color:#999999;opacity:1}.form-control:-ms-input-placeholder{color:#999999}.form-control::-webkit-input-placeholder{color:#999999}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eeeeee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:38px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:54px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:9px;padding-bottom:9px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:54px;padding:14px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:54px;line-height:54px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:54px;padding:14px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:54px;line-height:54px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:54px;min-height:38px;padding:15px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:47.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:38px;height:38px;line-height:38px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:54px;height:54px;line-height:54px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#468847}.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.has-success .input-group-addon{color:#468847;border-color:#468847;background-color:#dff0d8}.has-success .form-control-feedback{color:#468847}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#c09853}.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.has-warning .input-group-addon{color:#c09853;border-color:#c09853;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#c09853}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#b94a48}.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.has-error .input-group-addon{color:#b94a48;border-color:#b94a48;background-color:#f2dede}.has-error .form-control-feedback{color:#b94a48}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#a6a6a6}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:9px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:29px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:9px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:15px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:8px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#ffffff;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:not-allowed;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#ffffff;background-color:#474949;border-color:#474949}.btn-default:focus,.btn-default.focus{color:#ffffff;background-color:#2e2f2f;border-color:#080808}.btn-default:hover{color:#ffffff;background-color:#2e2f2f;border-color:#292a2a}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#ffffff;background-color:#2e2f2f;border-color:#292a2a}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#ffffff;background-color:#1c1d1d;border-color:#080808}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#474949;border-color:#474949}.btn-default .badge{color:#474949;background-color:#ffffff}.btn-primary{color:#ffffff;background-color:#446e9b;border-color:#446e9b}.btn-primary:focus,.btn-primary.focus{color:#ffffff;background-color:#345578;border-color:#1d2f42}.btn-primary:hover{color:#ffffff;background-color:#345578;border-color:#315070}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#ffffff;background-color:#345578;border-color:#315070}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#ffffff;background-color:#2a435f;border-color:#1d2f42}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#446e9b;border-color:#446e9b}.btn-primary .badge{color:#446e9b;background-color:#ffffff}.btn-success{color:#ffffff;background-color:#3cb521;border-color:#3cb521}.btn-success:focus,.btn-success.focus{color:#ffffff;background-color:#2e8a19;border-color:#18490d}.btn-success:hover{color:#ffffff;background-color:#2e8a19;border-color:#2b8118}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#ffffff;background-color:#2e8a19;border-color:#2b8118}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#ffffff;background-color:#246c14;border-color:#18490d}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#3cb521;border-color:#3cb521}.btn-success .badge{color:#3cb521;background-color:#ffffff}.btn-info{color:#ffffff;background-color:#3399f3;border-color:#3399f3}.btn-info:focus,.btn-info.focus{color:#ffffff;background-color:#0e80e5;border-color:#09589d}.btn-info:hover{color:#ffffff;background-color:#0e80e5;border-color:#0d7bdc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#ffffff;background-color:#0e80e5;border-color:#0d7bdc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#ffffff;background-color:#0c6dc4;border-color:#09589d}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#3399f3;border-color:#3399f3}.btn-info .badge{color:#3399f3;background-color:#ffffff}.btn-warning{color:#ffffff;background-color:#d47500;border-color:#d47500}.btn-warning:focus,.btn-warning.focus{color:#ffffff;background-color:#a15900;border-color:#552f00}.btn-warning:hover{color:#ffffff;background-color:#a15900;border-color:#975300}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#ffffff;background-color:#a15900;border-color:#975300}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#ffffff;background-color:#7d4500;border-color:#552f00}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#d47500;border-color:#d47500}.btn-warning .badge{color:#d47500;background-color:#ffffff}.btn-danger{color:#ffffff;background-color:#cd0200;border-color:#cd0200}.btn-danger:focus,.btn-danger.focus{color:#ffffff;background-color:#9a0200;border-color:#4e0100}.btn-danger:hover{color:#ffffff;background-color:#9a0200;border-color:#900100}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#ffffff;background-color:#9a0200;border-color:#900100}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#ffffff;background-color:#760100;border-color:#4e0100}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#cd0200;border-color:#cd0200}.btn-danger .badge{color:#cd0200;background-color:#ffffff}.btn-link{color:#3399f3;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#3399f3;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:14px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:0.35s;-o-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#ffffff;border:1px solid #cccccc;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;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#ffffff;background-color:#446e9b}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#446e9b}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999999}.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:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999999;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.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-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:54px;padding:14px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:54px;line-height:54px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:8px 12px;font-size:14px;font-weight:normal;line-height:1;color:#666666;text-align:center;background-color:#eeeeee;border:1px solid #cccccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:14px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eeeeee}.nav>li.disabled>a{color:#999999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eeeeee;border-color:#3399f3}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #dddddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#666666;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#ffffff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#ffffff;background-color:#446e9b}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#ffffff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:6px;margin-bottom:6px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:6px;margin-bottom:6px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#eeeeee;border-color:#dddddd}.navbar-default .navbar-brand{color:#777777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#3399f3;background-color:transparent}.navbar-default .navbar-text{color:#777777}.navbar-default .navbar-nav>li>a{color:#777777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#3399f3;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#3399f3;background-color:transparent}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#444444;background-color:transparent}.navbar-default .navbar-toggle{border-color:#dddddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#dddddd}.navbar-default .navbar-toggle .icon-bar{background-color:#cccccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#dddddd}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:transparent;color:#3399f3}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#3399f3;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#3399f3;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444444;background-color:transparent}}.navbar-default .navbar-link{color:#777777}.navbar-default .navbar-link:hover{color:#3399f3}.navbar-default .btn-link{color:#777777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#3399f3}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#444444}.navbar-inverse{background-color:#446e9b;border-color:#345578}.navbar-inverse .navbar-brand{color:#dddddd}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#ffffff;background-color:transparent}.navbar-inverse .navbar-text{color:#dddddd}.navbar-inverse .navbar-nav>li>a{color:#dddddd}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#ffffff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#ffffff;background-color:transparent}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#cccccc;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#345578}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#345578}.navbar-inverse .navbar-toggle .icon-bar{background-color:#ffffff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#395c82}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:transparent;color:#ffffff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#345578}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#345578}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#dddddd}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#ffffff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#ffffff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#cccccc;background-color:transparent}}.navbar-inverse .navbar-link{color:#dddddd}.navbar-inverse .navbar-link:hover{color:#ffffff}.navbar-inverse .btn-link{color:#dddddd}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#ffffff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#cccccc}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#cccccc}.breadcrumb>.active{color:#999999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:8px 12px;line-height:1.42857143;text-decoration:none;color:#3399f3;background-color:#ffffff;border:1px solid #dddddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#3399f3;background-color:#eeeeee;border-color:#dddddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#999999;background-color:#f5f5f5;border-color:#dddddd;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999999;background-color:#ffffff;border-color:#dddddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:14px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#ffffff;border:1px solid #dddddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eeeeee}.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:#999999;background-color:#ffffff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#ffffff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#ffffff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#474949}.label-default[href]:hover,.label-default[href]:focus{background-color:#2e2f2f}.label-primary{background-color:#446e9b}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#345578}.label-success{background-color:#3cb521}.label-success[href]:hover,.label-success[href]:focus{background-color:#2e8a19}.label-info{background-color:#3399f3}.label-info[href]:hover,.label-info[href]:focus{background-color:#0e80e5}.label-warning{background-color:#d47500}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#a15900}.label-danger{background-color:#cd0200}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#9a0200}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#ffffff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#3399f3;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#ffffff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#3399f3;background-color:#ffffff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eeeeee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#3399f3}.thumbnail .caption{padding:9px;color:#666666}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#356635}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#2d6987}.alert-warning{background-color:#fcf8e3;border-color:#fbeed5;color:#c09853}.alert-warning hr{border-top-color:#f8e5be}.alert-warning .alert-link{color:#a47e3c}.alert-danger{background-color:#f2dede;border-color:#eed3d7;color:#b94a48}.alert-danger hr{border-top-color:#e6c1c7}.alert-danger .alert-link{color:#953b39}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{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;line-height:20px;color:#ffffff;text-align:center;background-color:#446e9b;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.progress-striped .progress-bar,.progress-bar-striped{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:-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;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#3cb521}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-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:#3399f3}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-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:#d47500}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-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-danger{background-color:#cd0200}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-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)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#ffffff;border:1px solid #dddddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#555555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eeeeee;color:#999999;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#999999}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#ffffff;background-color:#446e9b;border-color:#446e9b}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c5d5e6}.list-group-item-success{color:#468847;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#468847}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#468847;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#468847;border-color:#468847}.list-group-item-info{color:#3a87ad;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#3a87ad}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#3a87ad;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#3a87ad;border-color:#3a87ad}.list-group-item-warning{color:#c09853;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#c09853}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#c09853;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#c09853;border-color:#c09853}.list-group-item-danger{color:#b94a48;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#b94a48}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#b94a48;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#b94a48;border-color:#b94a48}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#ffffff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #dddddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #dddddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #dddddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #dddddd}.panel-default{border-color:#dddddd}.panel-default>.panel-heading{color:#333333;background-color:#f5f5f5;border-color:#dddddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#dddddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#dddddd}.panel-primary{border-color:#446e9b}.panel-primary>.panel-heading{color:#ffffff;background-color:#446e9b;border-color:#446e9b}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#446e9b}.panel-primary>.panel-heading .badge{color:#446e9b;background-color:#ffffff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#446e9b}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#468847}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#3a87ad}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#fbeed5}.panel-warning>.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#fbeed5}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#c09853}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#fbeed5}.panel-danger{border-color:#eed3d7}.panel-danger>.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#eed3d7}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#b94a48}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#eed3d7}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000000;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}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#ffffff;border:1px solid #999999;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;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{padding:20px;text-align:right;border-top:1px solid #e5e5e5}.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}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:0.9;filter:alpha(opacity=90)}.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:#ffffff;text-align:center;background-color:#000000;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:#000000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#ffffff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #cccccc;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)}.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;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#ffffff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#ffffff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#ffffff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#ffffff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.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:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:rgba(0,0,0,0)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #ffffff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#ffffff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.navbar{background-image:-webkit-linear-gradient(#fff, #eee 50%, #e4e4e4);background-image:-o-linear-gradient(#fff, #eee 50%, #e4e4e4);background-image:-webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee), to(#e4e4e4));background-image:linear-gradient(#fff, #eee 50%, #e4e4e4);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe4e4e4', GradientType=0);-webkit-filter:none;filter:none;border:1px solid #d5d5d5;text-shadow:0 1px 0 rgba(255,255,255,0.3)}.navbar-inverse{background-image:-webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);background-image:-o-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);background-image:-webkit-gradient(linear, left top, left bottom, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));background-image:linear-gradient(#6d94bf, #446e9b 50%, #3e648d);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);-webkit-filter:none;filter:none;border:1px solid #345578;text-shadow:0 -1px 0 rgba(0,0,0,0.3)}.navbar-inverse .badge{background-color:#fff;color:#446e9b}.navbar .badge{text-shadow:none}.navbar-nav>li>a,.navbar-nav>li>a:hover{padding-top:17px;padding-bottom:13px;-webkit-transition:color ease-in-out .2s;-o-transition:color ease-in-out .2s;transition:color ease-in-out .2s}.navbar-brand,.navbar-brand:hover{-webkit-transition:color ease-in-out .2s;-o-transition:color ease-in-out .2s;transition:color ease-in-out .2s}.navbar .caret,.navbar .caret:hover{-webkit-transition:border-color ease-in-out .2s;-o-transition:border-color ease-in-out .2s;transition:border-color ease-in-out .2s}.navbar .dropdown-menu{text-shadow:none}.btn{text-shadow:0 -1px 0 rgba(0,0,0,0.3)}.btn-default{background-image:-webkit-linear-gradient(#6d7070, #474949 50%, #3d3f3f);background-image:-o-linear-gradient(#6d7070, #474949 50%, #3d3f3f);background-image:-webkit-gradient(linear, left top, left bottom, from(#6d7070), color-stop(50%, #474949), to(#3d3f3f));background-image:linear-gradient(#6d7070, #474949 50%, #3d3f3f);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d7070', endColorstr='#ff3d3f3f', GradientType=0);-webkit-filter:none;filter:none;border:1px solid #2e2f2f}.btn-default:hover{background-image:-webkit-linear-gradient(#636565, #3d3f3f 50%, #333434);background-image:-o-linear-gradient(#636565, #3d3f3f 50%, #333434);background-image:-webkit-gradient(linear, left top, left bottom, from(#636565), color-stop(50%, #3d3f3f), to(#333434));background-image:linear-gradient(#636565, #3d3f3f 50%, #333434);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff636565', endColorstr='#ff333434', GradientType=0);-webkit-filter:none;filter:none;border:1px solid #242525}.btn-primary{background-image:-webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);background-image:-o-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);background-image:-webkit-gradient(linear, left top, left bottom, from(#6d94bf), color-stop(50%, #446e9b), to(#3e648d));background-image:linear-gradient(#6d94bf, #446e9b 50%, #3e648d);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);-webkit-filter:none;filter:none;border:1px solid #345578}.btn-primary:hover{background-image:-webkit-linear-gradient(#5f8ab9, #3e648d 50%, #385a7f);background-image:-o-linear-gradient(#5f8ab9, #3e648d 50%, #385a7f);background-image:-webkit-gradient(linear, left top, left bottom, from(#5f8ab9), color-stop(50%, #3e648d), to(#385a7f));background-image:linear-gradient(#5f8ab9, #3e648d 50%, #385a7f);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f8ab9', endColorstr='#ff385a7f', GradientType=0);-webkit-filter:none;filter:none;border:1px solid #2e4b69}.btn-success{background-image:-webkit-linear-gradient(#61dd45, #3cb521 50%, #36a41e);background-image:-o-linear-gradient(#61dd45, #3cb521 50%, #36a41e);background-image:-webkit-gradient(linear, left top, left bottom, from(#61dd45), color-stop(50%, #3cb521), to(#36a41e));background-image:linear-gradient(#61dd45, #3cb521 50%, #36a41e);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61dd45', endColorstr='#ff36a41e', GradientType=0);-webkit-filter:none;filter:none;border:1px solid #2e8a19}.btn-success:hover{background-image:-webkit-linear-gradient(#52da34, #36a41e 50%, #31921b);background-image:-o-linear-gradient(#52da34, #36a41e 50%, #31921b);background-image:-webkit-gradient(linear, left top, left bottom, from(#52da34), color-stop(50%, #36a41e), to(#31921b));background-image:linear-gradient(#52da34, #36a41e 50%, #31921b);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff52da34', endColorstr='#ff31921b', GradientType=0);-webkit-filter:none;filter:none;border:1px solid #287916}.btn-info{background-image:-webkit-linear-gradient(#7bbdf7, #3399f3 50%, #208ff2);background-image:-o-linear-gradient(#7bbdf7, #3399f3 50%, #208ff2);background-image:-webkit-gradient(linear, left top, left bottom, from(#7bbdf7), color-stop(50%, #3399f3), to(#208ff2));background-image:linear-gradient(#7bbdf7, #3399f3 50%, #208ff2);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7bbdf7', endColorstr='#ff208ff2', GradientType=0);-webkit-filter:none;filter:none;border:1px solid #0e80e5}.btn-info:hover{background-image:-webkit-linear-gradient(#68b3f6, #208ff2 50%, #0e86ef);background-image:-o-linear-gradient(#68b3f6, #208ff2 50%, #0e86ef);background-image:-webkit-gradient(linear, left top, left bottom, from(#68b3f6), color-stop(50%, #208ff2), to(#0e86ef));background-image:linear-gradient(#68b3f6, #208ff2 50%, #0e86ef);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff68b3f6', endColorstr='#ff0e86ef', GradientType=0);-webkit-filter:none;filter:none;border:1px solid #0c75d2}.btn-warning{background-image:-webkit-linear-gradient(#ff9c21, #d47500 50%, #c06a00);background-image:-o-linear-gradient(#ff9c21, #d47500 50%, #c06a00);background-image:-webkit-gradient(linear, left top, left bottom, from(#ff9c21), color-stop(50%, #d47500), to(#c06a00));background-image:linear-gradient(#ff9c21, #d47500 50%, #c06a00);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9c21', endColorstr='#ffc06a00', GradientType=0);-webkit-filter:none;filter:none;border:1px solid #a15900}.btn-warning:hover{background-image:-webkit-linear-gradient(#ff930d, #c06a00 50%, #ab5e00);background-image:-o-linear-gradient(#ff930d, #c06a00 50%, #ab5e00);background-image:-webkit-gradient(linear, left top, left bottom, from(#ff930d), color-stop(50%, #c06a00), to(#ab5e00));background-image:linear-gradient(#ff930d, #c06a00 50%, #ab5e00);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff930d', endColorstr='#ffab5e00', GradientType=0);-webkit-filter:none;filter:none;border:1px solid #8d4e00}.btn-danger{background-image:-webkit-linear-gradient(#ff1d1b, #cd0200 50%, #b90200);background-image:-o-linear-gradient(#ff1d1b, #cd0200 50%, #b90200);background-image:-webkit-gradient(linear, left top, left bottom, from(#ff1d1b), color-stop(50%, #cd0200), to(#b90200));background-image:linear-gradient(#ff1d1b, #cd0200 50%, #b90200);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff1d1b', endColorstr='#ffb90200', GradientType=0);-webkit-filter:none;filter:none;border:1px solid #9a0200}.btn-danger:hover{background-image:-webkit-linear-gradient(#ff0906, #b90200 50%, #a40200);background-image:-o-linear-gradient(#ff0906, #b90200 50%, #a40200);background-image:-webkit-gradient(linear, left top, left bottom, from(#ff0906), color-stop(50%, #b90200), to(#a40200));background-image:linear-gradient(#ff0906, #b90200 50%, #a40200);background-repeat:no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0906', endColorstr='#ffa40200', GradientType=0);-webkit-filter:none;filter:none;border:1px solid #860100}.btn-link{text-shadow:none}.btn:active,.btn.active{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)}.panel-primary .panel-title{color:#fff} \ No newline at end of file diff --git a/assets/com.jquery/jquery-3.1.1.js b/assets/com.jquery/jquery-3.1.1.js new file mode 100644 index 0000000..072e308 --- /dev/null +++ b/assets/com.jquery/jquery-3.1.1.js @@ -0,0 +1,10220 @@ +/*! + * jQuery JavaScript Library v3.1.1 + * https://jquery.com/ + * + * Includes Sizzle.js + * https://sizzlejs.com/ + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license + * https://jquery.org/license + * + * Date: 2016-09-22T22:30Z + */ +( function( global, factory ) { + + "use strict"; + + if ( typeof module === "object" && typeof module.exports === "object" ) { + + // For CommonJS and CommonJS-like environments where a proper `window` + // is present, execute the factory and get jQuery. + // For environments that do not have a `window` with a `document` + // (such as Node.js), expose a factory as module.exports. + // This accentuates the need for the creation of a real `window`. + // e.g. var jQuery = require("jquery")(window); + // See ticket #14549 for more info. + module.exports = global.document ? + factory( global, true ) : + function( w ) { + if ( !w.document ) { + throw new Error( "jQuery requires a window with a document" ); + } + return factory( w ); + }; + } else { + factory( global ); + } + +// Pass this if window is not defined yet +} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { + +// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 +// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode +// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common +// enough that all such attempts are guarded in a try block. +"use strict"; + +var arr = []; + +var document = window.document; + +var getProto = Object.getPrototypeOf; + +var slice = arr.slice; + +var concat = arr.concat; + +var push = arr.push; + +var indexOf = arr.indexOf; + +var class2type = {}; + +var toString = class2type.toString; + +var hasOwn = class2type.hasOwnProperty; + +var fnToString = hasOwn.toString; + +var ObjectFunctionString = fnToString.call( Object ); + +var support = {}; + + + + function DOMEval( code, doc ) { + doc = doc || document; + + var script = doc.createElement( "script" ); + + script.text = code; + doc.head.appendChild( script ).parentNode.removeChild( script ); + } +/* global Symbol */ +// Defining this global in .eslintrc.json would create a danger of using the global +// unguarded in another place, it seems safer to define global only for this module + + + +var + version = "3.1.1", + + // Define a local copy of jQuery + jQuery = function( selector, context ) { + + // The jQuery object is actually just the init constructor 'enhanced' + // Need init if jQuery is called (just allow error to be thrown if not included) + return new jQuery.fn.init( selector, context ); + }, + + // Support: Android <=4.0 only + // Make sure we trim BOM and NBSP + rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, + + // Matches dashed string for camelizing + rmsPrefix = /^-ms-/, + rdashAlpha = /-([a-z])/g, + + // Used by jQuery.camelCase as callback to replace() + fcamelCase = function( all, letter ) { + return letter.toUpperCase(); + }; + +jQuery.fn = jQuery.prototype = { + + // The current version of jQuery being used + jquery: version, + + constructor: jQuery, + + // The default length of a jQuery object is 0 + length: 0, + + toArray: function() { + return slice.call( this ); + }, + + // Get the Nth element in the matched element set OR + // Get the whole matched element set as a clean array + get: function( num ) { + + // Return all the elements in a clean array + if ( num == null ) { + return slice.call( this ); + } + + // Return just the one element from the set + return num < 0 ? this[ num + this.length ] : this[ num ]; + }, + + // Take an array of elements and push it onto the stack + // (returning the new matched element set) + pushStack: function( elems ) { + + // Build a new jQuery matched element set + var ret = jQuery.merge( this.constructor(), elems ); + + // Add the old object onto the stack (as a reference) + ret.prevObject = this; + + // Return the newly-formed element set + return ret; + }, + + // Execute a callback for every element in the matched set. + each: function( callback ) { + return jQuery.each( this, callback ); + }, + + map: function( callback ) { + return this.pushStack( jQuery.map( this, function( elem, i ) { + return callback.call( elem, i, elem ); + } ) ); + }, + + slice: function() { + return this.pushStack( slice.apply( this, arguments ) ); + }, + + first: function() { + return this.eq( 0 ); + }, + + last: function() { + return this.eq( -1 ); + }, + + eq: function( i ) { + var len = this.length, + j = +i + ( i < 0 ? len : 0 ); + return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); + }, + + end: function() { + return this.prevObject || this.constructor(); + }, + + // For internal use only. + // Behaves like an Array's method, not like a jQuery method. + push: push, + sort: arr.sort, + splice: arr.splice +}; + +jQuery.extend = jQuery.fn.extend = function() { + var options, name, src, copy, copyIsArray, clone, + target = arguments[ 0 ] || {}, + i = 1, + length = arguments.length, + deep = false; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + + // Skip the boolean and the target + target = arguments[ i ] || {}; + i++; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !jQuery.isFunction( target ) ) { + target = {}; + } + + // Extend jQuery itself if only one argument is passed + if ( i === length ) { + target = this; + i--; + } + + for ( ; i < length; i++ ) { + + // Only deal with non-null/undefined values + if ( ( options = arguments[ i ] ) != null ) { + + // Extend the base object + for ( name in options ) { + src = target[ name ]; + copy = options[ name ]; + + // Prevent never-ending loop + if ( target === copy ) { + continue; + } + + // Recurse if we're merging plain objects or arrays + if ( deep && copy && ( jQuery.isPlainObject( copy ) || + ( copyIsArray = jQuery.isArray( copy ) ) ) ) { + + if ( copyIsArray ) { + copyIsArray = false; + clone = src && jQuery.isArray( src ) ? src : []; + + } else { + clone = src && jQuery.isPlainObject( src ) ? src : {}; + } + + // Never move original objects, clone them + target[ name ] = jQuery.extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +jQuery.extend( { + + // Unique for each copy of jQuery on the page + expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), + + // Assume jQuery is ready without the ready module + isReady: true, + + error: function( msg ) { + throw new Error( msg ); + }, + + noop: function() {}, + + isFunction: function( obj ) { + return jQuery.type( obj ) === "function"; + }, + + isArray: Array.isArray, + + isWindow: function( obj ) { + return obj != null && obj === obj.window; + }, + + isNumeric: function( obj ) { + + // As of jQuery 3.0, isNumeric is limited to + // strings and numbers (primitives or objects) + // that can be coerced to finite numbers (gh-2662) + var type = jQuery.type( obj ); + return ( type === "number" || type === "string" ) && + + // parseFloat NaNs numeric-cast false positives ("") + // ...but misinterprets leading-number strings, particularly hex literals ("0x...") + // subtraction forces infinities to NaN + !isNaN( obj - parseFloat( obj ) ); + }, + + isPlainObject: function( obj ) { + var proto, Ctor; + + // Detect obvious negatives + // Use toString instead of jQuery.type to catch host objects + if ( !obj || toString.call( obj ) !== "[object Object]" ) { + return false; + } + + proto = getProto( obj ); + + // Objects with no prototype (e.g., `Object.create( null )`) are plain + if ( !proto ) { + return true; + } + + // Objects with prototype are plain iff they were constructed by a global Object function + Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor; + return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString; + }, + + isEmptyObject: function( obj ) { + + /* eslint-disable no-unused-vars */ + // See https://github.com/eslint/eslint/issues/6125 + var name; + + for ( name in obj ) { + return false; + } + return true; + }, + + type: function( obj ) { + if ( obj == null ) { + return obj + ""; + } + + // Support: Android <=2.3 only (functionish RegExp) + return typeof obj === "object" || typeof obj === "function" ? + class2type[ toString.call( obj ) ] || "object" : + typeof obj; + }, + + // Evaluates a script in a global context + globalEval: function( code ) { + DOMEval( code ); + }, + + // Convert dashed to camelCase; used by the css and data modules + // Support: IE <=9 - 11, Edge 12 - 13 + // Microsoft forgot to hump their vendor prefix (#9572) + camelCase: function( string ) { + return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); + }, + + nodeName: function( elem, name ) { + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + }, + + each: function( obj, callback ) { + var length, i = 0; + + if ( isArrayLike( obj ) ) { + length = obj.length; + for ( ; i < length; i++ ) { + if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { + break; + } + } + } else { + for ( i in obj ) { + if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { + break; + } + } + } + + return obj; + }, + + // Support: Android <=4.0 only + trim: function( text ) { + return text == null ? + "" : + ( text + "" ).replace( rtrim, "" ); + }, + + // results is for internal usage only + makeArray: function( arr, results ) { + var ret = results || []; + + if ( arr != null ) { + if ( isArrayLike( Object( arr ) ) ) { + jQuery.merge( ret, + typeof arr === "string" ? + [ arr ] : arr + ); + } else { + push.call( ret, arr ); + } + } + + return ret; + }, + + inArray: function( elem, arr, i ) { + return arr == null ? -1 : indexOf.call( arr, elem, i ); + }, + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + merge: function( first, second ) { + var len = +second.length, + j = 0, + i = first.length; + + for ( ; j < len; j++ ) { + first[ i++ ] = second[ j ]; + } + + first.length = i; + + return first; + }, + + grep: function( elems, callback, invert ) { + var callbackInverse, + matches = [], + i = 0, + length = elems.length, + callbackExpect = !invert; + + // Go through the array, only saving the items + // that pass the validator function + for ( ; i < length; i++ ) { + callbackInverse = !callback( elems[ i ], i ); + if ( callbackInverse !== callbackExpect ) { + matches.push( elems[ i ] ); + } + } + + return matches; + }, + + // arg is for internal usage only + map: function( elems, callback, arg ) { + var length, value, + i = 0, + ret = []; + + // Go through the array, translating each of the items to their new values + if ( isArrayLike( elems ) ) { + length = elems.length; + for ( ; i < length; i++ ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + + // Go through every key on the object, + } else { + for ( i in elems ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + } + + // Flatten any nested arrays + return concat.apply( [], ret ); + }, + + // A global GUID counter for objects + guid: 1, + + // Bind a function to a context, optionally partially applying any + // arguments. + proxy: function( fn, context ) { + var tmp, args, proxy; + + if ( typeof context === "string" ) { + tmp = fn[ context ]; + context = fn; + fn = tmp; + } + + // Quick check to determine if target is callable, in the spec + // this throws a TypeError, but we will just return undefined. + if ( !jQuery.isFunction( fn ) ) { + return undefined; + } + + // Simulated bind + args = slice.call( arguments, 2 ); + proxy = function() { + return fn.apply( context || this, args.concat( slice.call( arguments ) ) ); + }; + + // Set the guid of unique handler to the same of original handler, so it can be removed + proxy.guid = fn.guid = fn.guid || jQuery.guid++; + + return proxy; + }, + + now: Date.now, + + // jQuery.support is not used in Core but other projects attach their + // properties to it so it needs to exist. + support: support +} ); + +if ( typeof Symbol === "function" ) { + jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; +} + +// Populate the class2type map +jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), +function( i, name ) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); +} ); + +function isArrayLike( obj ) { + + // Support: real iOS 8.2 only (not reproducible in simulator) + // `in` check used to prevent JIT error (gh-2145) + // hasOwn isn't used here due to false negatives + // regarding Nodelist length in IE + var length = !!obj && "length" in obj && obj.length, + type = jQuery.type( obj ); + + if ( type === "function" || jQuery.isWindow( obj ) ) { + return false; + } + + return type === "array" || length === 0 || + typeof length === "number" && length > 0 && ( length - 1 ) in obj; +} +var Sizzle = +/*! + * Sizzle CSS Selector Engine v2.3.3 + * https://sizzlejs.com/ + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2016-08-08 + */ +(function( window ) { + +var i, + support, + Expr, + getText, + isXML, + tokenize, + compile, + select, + outermostContext, + sortInput, + hasDuplicate, + + // Local document vars + setDocument, + document, + docElem, + documentIsHTML, + rbuggyQSA, + rbuggyMatches, + matches, + contains, + + // Instance-specific data + expando = "sizzle" + 1 * new Date(), + preferredDoc = window.document, + dirruns = 0, + done = 0, + classCache = createCache(), + tokenCache = createCache(), + compilerCache = createCache(), + sortOrder = function( a, b ) { + if ( a === b ) { + hasDuplicate = true; + } + return 0; + }, + + // Instance methods + hasOwn = ({}).hasOwnProperty, + arr = [], + pop = arr.pop, + push_native = arr.push, + push = arr.push, + slice = arr.slice, + // Use a stripped-down indexOf as it's faster than native + // https://jsperf.com/thor-indexof-vs-for/5 + indexOf = function( list, elem ) { + var i = 0, + len = list.length; + for ( ; i < len; i++ ) { + if ( list[i] === elem ) { + return i; + } + } + return -1; + }, + + booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", + + // Regular expressions + + // http://www.w3.org/TR/css3-selectors/#whitespace + whitespace = "[\\x20\\t\\r\\n\\f]", + + // http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier + identifier = "(?:\\\\.|[\\w-]|[^\0-\\xa0])+", + + // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors + attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + + // Operator (capture 2) + "*([*^$|!~]?=)" + whitespace + + // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]" + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace + + "*\\]", + + pseudos = ":(" + identifier + ")(?:\\((" + + // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: + // 1. quoted (capture 3; capture 4 or capture 5) + "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + + // 2. simple (capture 6) + "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + + // 3. anything else (capture 2) + ".*" + + ")\\)|)", + + // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter + rwhitespace = new RegExp( whitespace + "+", "g" ), + rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ), + + rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), + rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ), + + rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*?)" + whitespace + "*\\]", "g" ), + + rpseudo = new RegExp( pseudos ), + ridentifier = new RegExp( "^" + identifier + "$" ), + + matchExpr = { + "ID": new RegExp( "^#(" + identifier + ")" ), + "CLASS": new RegExp( "^\\.(" + identifier + ")" ), + "TAG": new RegExp( "^(" + identifier + "|[*])" ), + "ATTR": new RegExp( "^" + attributes ), + "PSEUDO": new RegExp( "^" + pseudos ), + "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace + + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace + + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), + "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), + // For use in libraries implementing .is() + // We use this for POS matching in `select` + "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + + whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) + }, + + rinputs = /^(?:input|select|textarea|button)$/i, + rheader = /^h\d$/i, + + rnative = /^[^{]+\{\s*\[native \w/, + + // Easily-parseable/retrievable ID or TAG or CLASS selectors + rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, + + rsibling = /[+~]/, + + // CSS escapes + // http://www.w3.org/TR/CSS21/syndata.html#escaped-characters + runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ), + funescape = function( _, escaped, escapedWhitespace ) { + var high = "0x" + escaped - 0x10000; + // NaN means non-codepoint + // Support: Firefox<24 + // Workaround erroneous numeric interpretation of +"0x" + return high !== high || escapedWhitespace ? + escaped : + high < 0 ? + // BMP codepoint + String.fromCharCode( high + 0x10000 ) : + // Supplemental Plane codepoint (surrogate pair) + String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); + }, + + // CSS string/identifier serialization + // https://drafts.csswg.org/cssom/#common-serializing-idioms + rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, + fcssescape = function( ch, asCodePoint ) { + if ( asCodePoint ) { + + // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER + if ( ch === "\0" ) { + return "\uFFFD"; + } + + // Control characters and (dependent upon position) numbers get escaped as code points + return ch.slice( 0, -1 ) + "\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " "; + } + + // Other potentially-special ASCII characters get backslash-escaped + return "\\" + ch; + }, + + // Used for iframes + // See setDocument() + // Removing the function wrapper causes a "Permission Denied" + // error in IE + unloadHandler = function() { + setDocument(); + }, + + disabledAncestor = addCombinator( + function( elem ) { + return elem.disabled === true && ("form" in elem || "label" in elem); + }, + { dir: "parentNode", next: "legend" } + ); + +// Optimize for push.apply( _, NodeList ) +try { + push.apply( + (arr = slice.call( preferredDoc.childNodes )), + preferredDoc.childNodes + ); + // Support: Android<4.0 + // Detect silently failing push.apply + arr[ preferredDoc.childNodes.length ].nodeType; +} catch ( e ) { + push = { apply: arr.length ? + + // Leverage slice if possible + function( target, els ) { + push_native.apply( target, slice.call(els) ); + } : + + // Support: IE<9 + // Otherwise append directly + function( target, els ) { + var j = target.length, + i = 0; + // Can't trust NodeList.length + while ( (target[j++] = els[i++]) ) {} + target.length = j - 1; + } + }; +} + +function Sizzle( selector, context, results, seed ) { + var m, i, elem, nid, match, groups, newSelector, + newContext = context && context.ownerDocument, + + // nodeType defaults to 9, since context defaults to document + nodeType = context ? context.nodeType : 9; + + results = results || []; + + // Return early from calls with invalid selector or context + if ( typeof selector !== "string" || !selector || + nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { + + return results; + } + + // Try to shortcut find operations (as opposed to filters) in HTML documents + if ( !seed ) { + + if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) { + setDocument( context ); + } + context = context || document; + + if ( documentIsHTML ) { + + // If the selector is sufficiently simple, try using a "get*By*" DOM method + // (excepting DocumentFragment context, where the methods don't exist) + if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) { + + // ID selector + if ( (m = match[1]) ) { + + // Document context + if ( nodeType === 9 ) { + if ( (elem = context.getElementById( m )) ) { + + // Support: IE, Opera, Webkit + // TODO: identify versions + // getElementById can match elements by name instead of ID + if ( elem.id === m ) { + results.push( elem ); + return results; + } + } else { + return results; + } + + // Element context + } else { + + // Support: IE, Opera, Webkit + // TODO: identify versions + // getElementById can match elements by name instead of ID + if ( newContext && (elem = newContext.getElementById( m )) && + contains( context, elem ) && + elem.id === m ) { + + results.push( elem ); + return results; + } + } + + // Type selector + } else if ( match[2] ) { + push.apply( results, context.getElementsByTagName( selector ) ); + return results; + + // Class selector + } else if ( (m = match[3]) && support.getElementsByClassName && + context.getElementsByClassName ) { + + push.apply( results, context.getElementsByClassName( m ) ); + return results; + } + } + + // Take advantage of querySelectorAll + if ( support.qsa && + !compilerCache[ selector + " " ] && + (!rbuggyQSA || !rbuggyQSA.test( selector )) ) { + + if ( nodeType !== 1 ) { + newContext = context; + newSelector = selector; + + // qSA looks outside Element context, which is not what we want + // Thanks to Andrew Dupont for this workaround technique + // Support: IE <=8 + // Exclude object elements + } else if ( context.nodeName.toLowerCase() !== "object" ) { + + // Capture the context ID, setting it first if necessary + if ( (nid = context.getAttribute( "id" )) ) { + nid = nid.replace( rcssescape, fcssescape ); + } else { + context.setAttribute( "id", (nid = expando) ); + } + + // Prefix every selector in the list + groups = tokenize( selector ); + i = groups.length; + while ( i-- ) { + groups[i] = "#" + nid + " " + toSelector( groups[i] ); + } + newSelector = groups.join( "," ); + + // Expand context for sibling selectors + newContext = rsibling.test( selector ) && testContext( context.parentNode ) || + context; + } + + if ( newSelector ) { + try { + push.apply( results, + newContext.querySelectorAll( newSelector ) + ); + return results; + } catch ( qsaError ) { + } finally { + if ( nid === expando ) { + context.removeAttribute( "id" ); + } + } + } + } + } + } + + // All others + return select( selector.replace( rtrim, "$1" ), context, results, seed ); +} + +/** + * Create key-value caches of limited size + * @returns {function(string, object)} Returns the Object data after storing it on itself with + * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) + * deleting the oldest entry + */ +function createCache() { + var keys = []; + + function cache( key, value ) { + // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) + if ( keys.push( key + " " ) > Expr.cacheLength ) { + // Only keep the most recent entries + delete cache[ keys.shift() ]; + } + return (cache[ key + " " ] = value); + } + return cache; +} + +/** + * Mark a function for special use by Sizzle + * @param {Function} fn The function to mark + */ +function markFunction( fn ) { + fn[ expando ] = true; + return fn; +} + +/** + * Support testing using an element + * @param {Function} fn Passed the created element and returns a boolean result + */ +function assert( fn ) { + var el = document.createElement("fieldset"); + + try { + return !!fn( el ); + } catch (e) { + return false; + } finally { + // Remove from its parent by default + if ( el.parentNode ) { + el.parentNode.removeChild( el ); + } + // release memory in IE + el = null; + } +} + +/** + * Adds the same handler for all of the specified attrs + * @param {String} attrs Pipe-separated list of attributes + * @param {Function} handler The method that will be applied + */ +function addHandle( attrs, handler ) { + var arr = attrs.split("|"), + i = arr.length; + + while ( i-- ) { + Expr.attrHandle[ arr[i] ] = handler; + } +} + +/** + * Checks document order of two siblings + * @param {Element} a + * @param {Element} b + * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b + */ +function siblingCheck( a, b ) { + var cur = b && a, + diff = cur && a.nodeType === 1 && b.nodeType === 1 && + a.sourceIndex - b.sourceIndex; + + // Use IE sourceIndex if available on both nodes + if ( diff ) { + return diff; + } + + // Check if b follows a + if ( cur ) { + while ( (cur = cur.nextSibling) ) { + if ( cur === b ) { + return -1; + } + } + } + + return a ? 1 : -1; +} + +/** + * Returns a function to use in pseudos for input types + * @param {String} type + */ +function createInputPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for buttons + * @param {String} type + */ +function createButtonPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return (name === "input" || name === "button") && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for :enabled/:disabled + * @param {Boolean} disabled true for :disabled; false for :enabled + */ +function createDisabledPseudo( disabled ) { + + // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable + return function( elem ) { + + // Only certain elements can match :enabled or :disabled + // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled + // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled + if ( "form" in elem ) { + + // Check for inherited disabledness on relevant non-disabled elements: + // * listed form-associated elements in a disabled fieldset + // https://html.spec.whatwg.org/multipage/forms.html#category-listed + // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled + // * option elements in a disabled optgroup + // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled + // All such elements have a "form" property. + if ( elem.parentNode && elem.disabled === false ) { + + // Option elements defer to a parent optgroup if present + if ( "label" in elem ) { + if ( "label" in elem.parentNode ) { + return elem.parentNode.disabled === disabled; + } else { + return elem.disabled === disabled; + } + } + + // Support: IE 6 - 11 + // Use the isDisabled shortcut property to check for disabled fieldset ancestors + return elem.isDisabled === disabled || + + // Where there is no isDisabled, check manually + /* jshint -W018 */ + elem.isDisabled !== !disabled && + disabledAncestor( elem ) === disabled; + } + + return elem.disabled === disabled; + + // Try to winnow out elements that can't be disabled before trusting the disabled property. + // Some victims get caught in our net (label, legend, menu, track), but it shouldn't + // even exist on them, let alone have a boolean value. + } else if ( "label" in elem ) { + return elem.disabled === disabled; + } + + // Remaining elements are neither :enabled nor :disabled + return false; + }; +} + +/** + * Returns a function to use in pseudos for positionals + * @param {Function} fn + */ +function createPositionalPseudo( fn ) { + return markFunction(function( argument ) { + argument = +argument; + return markFunction(function( seed, matches ) { + var j, + matchIndexes = fn( [], seed.length, argument ), + i = matchIndexes.length; + + // Match elements found at the specified indexes + while ( i-- ) { + if ( seed[ (j = matchIndexes[i]) ] ) { + seed[j] = !(matches[j] = seed[j]); + } + } + }); + }); +} + +/** + * Checks a node for validity as a Sizzle context + * @param {Element|Object=} context + * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value + */ +function testContext( context ) { + return context && typeof context.getElementsByTagName !== "undefined" && context; +} + +// Expose support vars for convenience +support = Sizzle.support = {}; + +/** + * Detects XML nodes + * @param {Element|Object} elem An element or a document + * @returns {Boolean} True iff elem is a non-HTML XML node + */ +isXML = Sizzle.isXML = function( elem ) { + // documentElement is verified for cases where it doesn't yet exist + // (such as loading iframes in IE - #4833) + var documentElement = elem && (elem.ownerDocument || elem).documentElement; + return documentElement ? documentElement.nodeName !== "HTML" : false; +}; + +/** + * Sets document-related variables once based on the current document + * @param {Element|Object} [doc] An element or document object to use to set the document + * @returns {Object} Returns the current document + */ +setDocument = Sizzle.setDocument = function( node ) { + var hasCompare, subWindow, + doc = node ? node.ownerDocument || node : preferredDoc; + + // Return early if doc is invalid or already selected + if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) { + return document; + } + + // Update global variables + document = doc; + docElem = document.documentElement; + documentIsHTML = !isXML( document ); + + // Support: IE 9-11, Edge + // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936) + if ( preferredDoc !== document && + (subWindow = document.defaultView) && subWindow.top !== subWindow ) { + + // Support: IE 11, Edge + if ( subWindow.addEventListener ) { + subWindow.addEventListener( "unload", unloadHandler, false ); + + // Support: IE 9 - 10 only + } else if ( subWindow.attachEvent ) { + subWindow.attachEvent( "onunload", unloadHandler ); + } + } + + /* Attributes + ---------------------------------------------------------------------- */ + + // Support: IE<8 + // Verify that getAttribute really returns attributes and not properties + // (excepting IE8 booleans) + support.attributes = assert(function( el ) { + el.className = "i"; + return !el.getAttribute("className"); + }); + + /* getElement(s)By* + ---------------------------------------------------------------------- */ + + // Check if getElementsByTagName("*") returns only elements + support.getElementsByTagName = assert(function( el ) { + el.appendChild( document.createComment("") ); + return !el.getElementsByTagName("*").length; + }); + + // Support: IE<9 + support.getElementsByClassName = rnative.test( document.getElementsByClassName ); + + // Support: IE<10 + // Check if getElementById returns elements by name + // The broken getElementById methods don't pick up programmatically-set names, + // so use a roundabout getElementsByName test + support.getById = assert(function( el ) { + docElem.appendChild( el ).id = expando; + return !document.getElementsByName || !document.getElementsByName( expando ).length; + }); + + // ID filter and find + if ( support.getById ) { + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + return elem.getAttribute("id") === attrId; + }; + }; + Expr.find["ID"] = function( id, context ) { + if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { + var elem = context.getElementById( id ); + return elem ? [ elem ] : []; + } + }; + } else { + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + var node = typeof elem.getAttributeNode !== "undefined" && + elem.getAttributeNode("id"); + return node && node.value === attrId; + }; + }; + + // Support: IE 6 - 7 only + // getElementById is not reliable as a find shortcut + Expr.find["ID"] = function( id, context ) { + if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { + var node, i, elems, + elem = context.getElementById( id ); + + if ( elem ) { + + // Verify the id attribute + node = elem.getAttributeNode("id"); + if ( node && node.value === id ) { + return [ elem ]; + } + + // Fall back on getElementsByName + elems = context.getElementsByName( id ); + i = 0; + while ( (elem = elems[i++]) ) { + node = elem.getAttributeNode("id"); + if ( node && node.value === id ) { + return [ elem ]; + } + } + } + + return []; + } + }; + } + + // Tag + Expr.find["TAG"] = support.getElementsByTagName ? + function( tag, context ) { + if ( typeof context.getElementsByTagName !== "undefined" ) { + return context.getElementsByTagName( tag ); + + // DocumentFragment nodes don't have gEBTN + } else if ( support.qsa ) { + return context.querySelectorAll( tag ); + } + } : + + function( tag, context ) { + var elem, + tmp = [], + i = 0, + // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too + results = context.getElementsByTagName( tag ); + + // Filter out possible comments + if ( tag === "*" ) { + while ( (elem = results[i++]) ) { + if ( elem.nodeType === 1 ) { + tmp.push( elem ); + } + } + + return tmp; + } + return results; + }; + + // Class + Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) { + if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { + return context.getElementsByClassName( className ); + } + }; + + /* QSA/matchesSelector + ---------------------------------------------------------------------- */ + + // QSA and matchesSelector support + + // matchesSelector(:active) reports false when true (IE9/Opera 11.5) + rbuggyMatches = []; + + // qSa(:focus) reports false when true (Chrome 21) + // We allow this because of a bug in IE8/9 that throws an error + // whenever `document.activeElement` is accessed on an iframe + // So, we allow :focus to pass through QSA all the time to avoid the IE error + // See https://bugs.jquery.com/ticket/13378 + rbuggyQSA = []; + + if ( (support.qsa = rnative.test( document.querySelectorAll )) ) { + // Build QSA regex + // Regex strategy adopted from Diego Perini + assert(function( el ) { + // Select is set to empty string on purpose + // This is to test IE's treatment of not explicitly + // setting a boolean content attribute, + // since its presence should be enough + // https://bugs.jquery.com/ticket/12359 + docElem.appendChild( el ).innerHTML = "" + + ""; + + // Support: IE8, Opera 11-12.16 + // Nothing should be selected when empty strings follow ^= or $= or *= + // The test attribute must be unknown in Opera but "safe" for WinRT + // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section + if ( el.querySelectorAll("[msallowcapture^='']").length ) { + rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); + } + + // Support: IE8 + // Boolean attributes and "value" are not treated correctly + if ( !el.querySelectorAll("[selected]").length ) { + rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); + } + + // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+ + if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) { + rbuggyQSA.push("~="); + } + + // Webkit/Opera - :checked should return selected option elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + // IE8 throws error here and will not see later tests + if ( !el.querySelectorAll(":checked").length ) { + rbuggyQSA.push(":checked"); + } + + // Support: Safari 8+, iOS 8+ + // https://bugs.webkit.org/show_bug.cgi?id=136851 + // In-page `selector#id sibling-combinator selector` fails + if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) { + rbuggyQSA.push(".#.+[+~]"); + } + }); + + assert(function( el ) { + el.innerHTML = "" + + ""; + + // Support: Windows 8 Native Apps + // The type and name attributes are restricted during .innerHTML assignment + var input = document.createElement("input"); + input.setAttribute( "type", "hidden" ); + el.appendChild( input ).setAttribute( "name", "D" ); + + // Support: IE8 + // Enforce case-sensitivity of name attribute + if ( el.querySelectorAll("[name=d]").length ) { + rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); + } + + // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) + // IE8 throws error here and will not see later tests + if ( el.querySelectorAll(":enabled").length !== 2 ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Support: IE9-11+ + // IE's :disabled selector does not pick up the children of disabled fieldsets + docElem.appendChild( el ).disabled = true; + if ( el.querySelectorAll(":disabled").length !== 2 ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Opera 10-11 does not throw on post-comma invalid pseudos + el.querySelectorAll("*,:x"); + rbuggyQSA.push(",.*:"); + }); + } + + if ( (support.matchesSelector = rnative.test( (matches = docElem.matches || + docElem.webkitMatchesSelector || + docElem.mozMatchesSelector || + docElem.oMatchesSelector || + docElem.msMatchesSelector) )) ) { + + assert(function( el ) { + // Check to see if it's possible to do matchesSelector + // on a disconnected node (IE 9) + support.disconnectedMatch = matches.call( el, "*" ); + + // This should fail with an exception + // Gecko does not error, returns false instead + matches.call( el, "[s!='']:x" ); + rbuggyMatches.push( "!=", pseudos ); + }); + } + + rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") ); + rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") ); + + /* Contains + ---------------------------------------------------------------------- */ + hasCompare = rnative.test( docElem.compareDocumentPosition ); + + // Element contains another + // Purposefully self-exclusive + // As in, an element does not contain itself + contains = hasCompare || rnative.test( docElem.contains ) ? + function( a, b ) { + var adown = a.nodeType === 9 ? a.documentElement : a, + bup = b && b.parentNode; + return a === bup || !!( bup && bup.nodeType === 1 && ( + adown.contains ? + adown.contains( bup ) : + a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 + )); + } : + function( a, b ) { + if ( b ) { + while ( (b = b.parentNode) ) { + if ( b === a ) { + return true; + } + } + } + return false; + }; + + /* Sorting + ---------------------------------------------------------------------- */ + + // Document order sorting + sortOrder = hasCompare ? + function( a, b ) { + + // Flag for duplicate removal + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + // Sort on method existence if only one input has compareDocumentPosition + var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; + if ( compare ) { + return compare; + } + + // Calculate position if both inputs belong to the same document + compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ? + a.compareDocumentPosition( b ) : + + // Otherwise we know they are disconnected + 1; + + // Disconnected nodes + if ( compare & 1 || + (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) { + + // Choose the first element that is related to our preferred document + if ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) { + return -1; + } + if ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) { + return 1; + } + + // Maintain original order + return sortInput ? + ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : + 0; + } + + return compare & 4 ? -1 : 1; + } : + function( a, b ) { + // Exit early if the nodes are identical + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + var cur, + i = 0, + aup = a.parentNode, + bup = b.parentNode, + ap = [ a ], + bp = [ b ]; + + // Parentless nodes are either documents or disconnected + if ( !aup || !bup ) { + return a === document ? -1 : + b === document ? 1 : + aup ? -1 : + bup ? 1 : + sortInput ? + ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : + 0; + + // If the nodes are siblings, we can do a quick check + } else if ( aup === bup ) { + return siblingCheck( a, b ); + } + + // Otherwise we need full lists of their ancestors for comparison + cur = a; + while ( (cur = cur.parentNode) ) { + ap.unshift( cur ); + } + cur = b; + while ( (cur = cur.parentNode) ) { + bp.unshift( cur ); + } + + // Walk down the tree looking for a discrepancy + while ( ap[i] === bp[i] ) { + i++; + } + + return i ? + // Do a sibling check if the nodes have a common ancestor + siblingCheck( ap[i], bp[i] ) : + + // Otherwise nodes in our document sort first + ap[i] === preferredDoc ? -1 : + bp[i] === preferredDoc ? 1 : + 0; + }; + + return document; +}; + +Sizzle.matches = function( expr, elements ) { + return Sizzle( expr, null, null, elements ); +}; + +Sizzle.matchesSelector = function( elem, expr ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + // Make sure that attribute selectors are quoted + expr = expr.replace( rattributeQuotes, "='$1']" ); + + if ( support.matchesSelector && documentIsHTML && + !compilerCache[ expr + " " ] && + ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && + ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { + + try { + var ret = matches.call( elem, expr ); + + // IE 9's matchesSelector returns false on disconnected nodes + if ( ret || support.disconnectedMatch || + // As well, disconnected nodes are said to be in a document + // fragment in IE 9 + elem.document && elem.document.nodeType !== 11 ) { + return ret; + } + } catch (e) {} + } + + return Sizzle( expr, document, null, [ elem ] ).length > 0; +}; + +Sizzle.contains = function( context, elem ) { + // Set document vars if needed + if ( ( context.ownerDocument || context ) !== document ) { + setDocument( context ); + } + return contains( context, elem ); +}; + +Sizzle.attr = function( elem, name ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + var fn = Expr.attrHandle[ name.toLowerCase() ], + // Don't get fooled by Object.prototype properties (jQuery #13807) + val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? + fn( elem, name, !documentIsHTML ) : + undefined; + + return val !== undefined ? + val : + support.attributes || !documentIsHTML ? + elem.getAttribute( name ) : + (val = elem.getAttributeNode(name)) && val.specified ? + val.value : + null; +}; + +Sizzle.escape = function( sel ) { + return (sel + "").replace( rcssescape, fcssescape ); +}; + +Sizzle.error = function( msg ) { + throw new Error( "Syntax error, unrecognized expression: " + msg ); +}; + +/** + * Document sorting and removing duplicates + * @param {ArrayLike} results + */ +Sizzle.uniqueSort = function( results ) { + var elem, + duplicates = [], + j = 0, + i = 0; + + // Unless we *know* we can detect duplicates, assume their presence + hasDuplicate = !support.detectDuplicates; + sortInput = !support.sortStable && results.slice( 0 ); + results.sort( sortOrder ); + + if ( hasDuplicate ) { + while ( (elem = results[i++]) ) { + if ( elem === results[ i ] ) { + j = duplicates.push( i ); + } + } + while ( j-- ) { + results.splice( duplicates[ j ], 1 ); + } + } + + // Clear input after sorting to release objects + // See https://github.com/jquery/sizzle/pull/225 + sortInput = null; + + return results; +}; + +/** + * Utility function for retrieving the text value of an array of DOM nodes + * @param {Array|Element} elem + */ +getText = Sizzle.getText = function( elem ) { + var node, + ret = "", + i = 0, + nodeType = elem.nodeType; + + if ( !nodeType ) { + // If no nodeType, this is expected to be an array + while ( (node = elem[i++]) ) { + // Do not traverse comment nodes + ret += getText( node ); + } + } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { + // Use textContent for elements + // innerText usage removed for consistency of new lines (jQuery #11153) + if ( typeof elem.textContent === "string" ) { + return elem.textContent; + } else { + // Traverse its children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + ret += getText( elem ); + } + } + } else if ( nodeType === 3 || nodeType === 4 ) { + return elem.nodeValue; + } + // Do not include comment or processing instruction nodes + + return ret; +}; + +Expr = Sizzle.selectors = { + + // Can be adjusted by the user + cacheLength: 50, + + createPseudo: markFunction, + + match: matchExpr, + + attrHandle: {}, + + find: {}, + + relative: { + ">": { dir: "parentNode", first: true }, + " ": { dir: "parentNode" }, + "+": { dir: "previousSibling", first: true }, + "~": { dir: "previousSibling" } + }, + + preFilter: { + "ATTR": function( match ) { + match[1] = match[1].replace( runescape, funescape ); + + // Move the given value to match[3] whether quoted or unquoted + match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape ); + + if ( match[2] === "~=" ) { + match[3] = " " + match[3] + " "; + } + + return match.slice( 0, 4 ); + }, + + "CHILD": function( match ) { + /* matches from matchExpr["CHILD"] + 1 type (only|nth|...) + 2 what (child|of-type) + 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) + 4 xn-component of xn+y argument ([+-]?\d*n|) + 5 sign of xn-component + 6 x of xn-component + 7 sign of y-component + 8 y of y-component + */ + match[1] = match[1].toLowerCase(); + + if ( match[1].slice( 0, 3 ) === "nth" ) { + // nth-* requires argument + if ( !match[3] ) { + Sizzle.error( match[0] ); + } + + // numeric x and y parameters for Expr.filter.CHILD + // remember that false/true cast respectively to 0/1 + match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) ); + match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" ); + + // other types prohibit arguments + } else if ( match[3] ) { + Sizzle.error( match[0] ); + } + + return match; + }, + + "PSEUDO": function( match ) { + var excess, + unquoted = !match[6] && match[2]; + + if ( matchExpr["CHILD"].test( match[0] ) ) { + return null; + } + + // Accept quoted arguments as-is + if ( match[3] ) { + match[2] = match[4] || match[5] || ""; + + // Strip excess characters from unquoted arguments + } else if ( unquoted && rpseudo.test( unquoted ) && + // Get excess from tokenize (recursively) + (excess = tokenize( unquoted, true )) && + // advance to the next closing parenthesis + (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) { + + // excess is a negative index + match[0] = match[0].slice( 0, excess ); + match[2] = unquoted.slice( 0, excess ); + } + + // Return only captures needed by the pseudo filter method (type and argument) + return match.slice( 0, 3 ); + } + }, + + filter: { + + "TAG": function( nodeNameSelector ) { + var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); + return nodeNameSelector === "*" ? + function() { return true; } : + function( elem ) { + return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; + }; + }, + + "CLASS": function( className ) { + var pattern = classCache[ className + " " ]; + + return pattern || + (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) && + classCache( className, function( elem ) { + return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== "undefined" && elem.getAttribute("class") || "" ); + }); + }, + + "ATTR": function( name, operator, check ) { + return function( elem ) { + var result = Sizzle.attr( elem, name ); + + if ( result == null ) { + return operator === "!="; + } + if ( !operator ) { + return true; + } + + result += ""; + + return operator === "=" ? result === check : + operator === "!=" ? result !== check : + operator === "^=" ? check && result.indexOf( check ) === 0 : + operator === "*=" ? check && result.indexOf( check ) > -1 : + operator === "$=" ? check && result.slice( -check.length ) === check : + operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : + operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : + false; + }; + }, + + "CHILD": function( type, what, argument, first, last ) { + var simple = type.slice( 0, 3 ) !== "nth", + forward = type.slice( -4 ) !== "last", + ofType = what === "of-type"; + + return first === 1 && last === 0 ? + + // Shortcut for :nth-*(n) + function( elem ) { + return !!elem.parentNode; + } : + + function( elem, context, xml ) { + var cache, uniqueCache, outerCache, node, nodeIndex, start, + dir = simple !== forward ? "nextSibling" : "previousSibling", + parent = elem.parentNode, + name = ofType && elem.nodeName.toLowerCase(), + useCache = !xml && !ofType, + diff = false; + + if ( parent ) { + + // :(first|last|only)-(child|of-type) + if ( simple ) { + while ( dir ) { + node = elem; + while ( (node = node[ dir ]) ) { + if ( ofType ? + node.nodeName.toLowerCase() === name : + node.nodeType === 1 ) { + + return false; + } + } + // Reverse direction for :only-* (if we haven't yet done so) + start = dir = type === "only" && !start && "nextSibling"; + } + return true; + } + + start = [ forward ? parent.firstChild : parent.lastChild ]; + + // non-xml :nth-child(...) stores cache data on `parent` + if ( forward && useCache ) { + + // Seek `elem` from a previously-cached index + + // ...in a gzip-friendly way + node = parent; + outerCache = node[ expando ] || (node[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + (outerCache[ node.uniqueID ] = {}); + + cache = uniqueCache[ type ] || []; + nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; + diff = nodeIndex && cache[ 2 ]; + node = nodeIndex && parent.childNodes[ nodeIndex ]; + + while ( (node = ++nodeIndex && node && node[ dir ] || + + // Fallback to seeking `elem` from the start + (diff = nodeIndex = 0) || start.pop()) ) { + + // When found, cache indexes on `parent` and break + if ( node.nodeType === 1 && ++diff && node === elem ) { + uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; + break; + } + } + + } else { + // Use previously-cached element index if available + if ( useCache ) { + // ...in a gzip-friendly way + node = elem; + outerCache = node[ expando ] || (node[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + (outerCache[ node.uniqueID ] = {}); + + cache = uniqueCache[ type ] || []; + nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; + diff = nodeIndex; + } + + // xml :nth-child(...) + // or :nth-last-child(...) or :nth(-last)?-of-type(...) + if ( diff === false ) { + // Use the same loop as above to seek `elem` from the start + while ( (node = ++nodeIndex && node && node[ dir ] || + (diff = nodeIndex = 0) || start.pop()) ) { + + if ( ( ofType ? + node.nodeName.toLowerCase() === name : + node.nodeType === 1 ) && + ++diff ) { + + // Cache the index of each encountered element + if ( useCache ) { + outerCache = node[ expando ] || (node[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + (outerCache[ node.uniqueID ] = {}); + + uniqueCache[ type ] = [ dirruns, diff ]; + } + + if ( node === elem ) { + break; + } + } + } + } + } + + // Incorporate the offset, then check against cycle size + diff -= last; + return diff === first || ( diff % first === 0 && diff / first >= 0 ); + } + }; + }, + + "PSEUDO": function( pseudo, argument ) { + // pseudo-class names are case-insensitive + // http://www.w3.org/TR/selectors/#pseudo-classes + // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters + // Remember that setFilters inherits from pseudos + var args, + fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || + Sizzle.error( "unsupported pseudo: " + pseudo ); + + // The user may use createPseudo to indicate that + // arguments are needed to create the filter function + // just as Sizzle does + if ( fn[ expando ] ) { + return fn( argument ); + } + + // But maintain support for old signatures + if ( fn.length > 1 ) { + args = [ pseudo, pseudo, "", argument ]; + return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? + markFunction(function( seed, matches ) { + var idx, + matched = fn( seed, argument ), + i = matched.length; + while ( i-- ) { + idx = indexOf( seed, matched[i] ); + seed[ idx ] = !( matches[ idx ] = matched[i] ); + } + }) : + function( elem ) { + return fn( elem, 0, args ); + }; + } + + return fn; + } + }, + + pseudos: { + // Potentially complex pseudos + "not": markFunction(function( selector ) { + // Trim the selector passed to compile + // to avoid treating leading and trailing + // spaces as combinators + var input = [], + results = [], + matcher = compile( selector.replace( rtrim, "$1" ) ); + + return matcher[ expando ] ? + markFunction(function( seed, matches, context, xml ) { + var elem, + unmatched = matcher( seed, null, xml, [] ), + i = seed.length; + + // Match elements unmatched by `matcher` + while ( i-- ) { + if ( (elem = unmatched[i]) ) { + seed[i] = !(matches[i] = elem); + } + } + }) : + function( elem, context, xml ) { + input[0] = elem; + matcher( input, null, xml, results ); + // Don't keep the element (issue #299) + input[0] = null; + return !results.pop(); + }; + }), + + "has": markFunction(function( selector ) { + return function( elem ) { + return Sizzle( selector, elem ).length > 0; + }; + }), + + "contains": markFunction(function( text ) { + text = text.replace( runescape, funescape ); + return function( elem ) { + return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1; + }; + }), + + // "Whether an element is represented by a :lang() selector + // is based solely on the element's language value + // being equal to the identifier C, + // or beginning with the identifier C immediately followed by "-". + // The matching of C against the element's language value is performed case-insensitively. + // The identifier C does not have to be a valid language name." + // http://www.w3.org/TR/selectors/#lang-pseudo + "lang": markFunction( function( lang ) { + // lang value must be a valid identifier + if ( !ridentifier.test(lang || "") ) { + Sizzle.error( "unsupported lang: " + lang ); + } + lang = lang.replace( runescape, funescape ).toLowerCase(); + return function( elem ) { + var elemLang; + do { + if ( (elemLang = documentIsHTML ? + elem.lang : + elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) { + + elemLang = elemLang.toLowerCase(); + return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; + } + } while ( (elem = elem.parentNode) && elem.nodeType === 1 ); + return false; + }; + }), + + // Miscellaneous + "target": function( elem ) { + var hash = window.location && window.location.hash; + return hash && hash.slice( 1 ) === elem.id; + }, + + "root": function( elem ) { + return elem === docElem; + }, + + "focus": function( elem ) { + return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex); + }, + + // Boolean properties + "enabled": createDisabledPseudo( false ), + "disabled": createDisabledPseudo( true ), + + "checked": function( elem ) { + // In CSS3, :checked should return both checked and selected elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + var nodeName = elem.nodeName.toLowerCase(); + return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected); + }, + + "selected": function( elem ) { + // Accessing this property makes selected-by-default + // options in Safari work properly + if ( elem.parentNode ) { + elem.parentNode.selectedIndex; + } + + return elem.selected === true; + }, + + // Contents + "empty": function( elem ) { + // http://www.w3.org/TR/selectors/#empty-pseudo + // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), + // but not by others (comment: 8; processing instruction: 7; etc.) + // nodeType < 6 works because attributes (2) do not appear as children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + if ( elem.nodeType < 6 ) { + return false; + } + } + return true; + }, + + "parent": function( elem ) { + return !Expr.pseudos["empty"]( elem ); + }, + + // Element/input types + "header": function( elem ) { + return rheader.test( elem.nodeName ); + }, + + "input": function( elem ) { + return rinputs.test( elem.nodeName ); + }, + + "button": function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === "button" || name === "button"; + }, + + "text": function( elem ) { + var attr; + return elem.nodeName.toLowerCase() === "input" && + elem.type === "text" && + + // Support: IE<8 + // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" + ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" ); + }, + + // Position-in-collection + "first": createPositionalPseudo(function() { + return [ 0 ]; + }), + + "last": createPositionalPseudo(function( matchIndexes, length ) { + return [ length - 1 ]; + }), + + "eq": createPositionalPseudo(function( matchIndexes, length, argument ) { + return [ argument < 0 ? argument + length : argument ]; + }), + + "even": createPositionalPseudo(function( matchIndexes, length ) { + var i = 0; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "odd": createPositionalPseudo(function( matchIndexes, length ) { + var i = 1; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "lt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; --i >= 0; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "gt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; ++i < length; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }) + } +}; + +Expr.pseudos["nth"] = Expr.pseudos["eq"]; + +// Add button/input type pseudos +for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { + Expr.pseudos[ i ] = createInputPseudo( i ); +} +for ( i in { submit: true, reset: true } ) { + Expr.pseudos[ i ] = createButtonPseudo( i ); +} + +// Easy API for creating new setFilters +function setFilters() {} +setFilters.prototype = Expr.filters = Expr.pseudos; +Expr.setFilters = new setFilters(); + +tokenize = Sizzle.tokenize = function( selector, parseOnly ) { + var matched, match, tokens, type, + soFar, groups, preFilters, + cached = tokenCache[ selector + " " ]; + + if ( cached ) { + return parseOnly ? 0 : cached.slice( 0 ); + } + + soFar = selector; + groups = []; + preFilters = Expr.preFilter; + + while ( soFar ) { + + // Comma and first run + if ( !matched || (match = rcomma.exec( soFar )) ) { + if ( match ) { + // Don't consume trailing commas as valid + soFar = soFar.slice( match[0].length ) || soFar; + } + groups.push( (tokens = []) ); + } + + matched = false; + + // Combinators + if ( (match = rcombinators.exec( soFar )) ) { + matched = match.shift(); + tokens.push({ + value: matched, + // Cast descendant combinators to space + type: match[0].replace( rtrim, " " ) + }); + soFar = soFar.slice( matched.length ); + } + + // Filters + for ( type in Expr.filter ) { + if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || + (match = preFilters[ type ]( match ))) ) { + matched = match.shift(); + tokens.push({ + value: matched, + type: type, + matches: match + }); + soFar = soFar.slice( matched.length ); + } + } + + if ( !matched ) { + break; + } + } + + // Return the length of the invalid excess + // if we're just parsing + // Otherwise, throw an error or return tokens + return parseOnly ? + soFar.length : + soFar ? + Sizzle.error( selector ) : + // Cache the tokens + tokenCache( selector, groups ).slice( 0 ); +}; + +function toSelector( tokens ) { + var i = 0, + len = tokens.length, + selector = ""; + for ( ; i < len; i++ ) { + selector += tokens[i].value; + } + return selector; +} + +function addCombinator( matcher, combinator, base ) { + var dir = combinator.dir, + skip = combinator.next, + key = skip || dir, + checkNonElements = base && key === "parentNode", + doneName = done++; + + return combinator.first ? + // Check against closest ancestor/preceding element + function( elem, context, xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + return matcher( elem, context, xml ); + } + } + return false; + } : + + // Check against all ancestor/preceding elements + function( elem, context, xml ) { + var oldCache, uniqueCache, outerCache, + newCache = [ dirruns, doneName ]; + + // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching + if ( xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + if ( matcher( elem, context, xml ) ) { + return true; + } + } + } + } else { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + outerCache = elem[ expando ] || (elem[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {}); + + if ( skip && skip === elem.nodeName.toLowerCase() ) { + elem = elem[ dir ] || elem; + } else if ( (oldCache = uniqueCache[ key ]) && + oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { + + // Assign to newCache so results back-propagate to previous elements + return (newCache[ 2 ] = oldCache[ 2 ]); + } else { + // Reuse newcache so results back-propagate to previous elements + uniqueCache[ key ] = newCache; + + // A match means we're done; a fail means we have to keep checking + if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) { + return true; + } + } + } + } + } + return false; + }; +} + +function elementMatcher( matchers ) { + return matchers.length > 1 ? + function( elem, context, xml ) { + var i = matchers.length; + while ( i-- ) { + if ( !matchers[i]( elem, context, xml ) ) { + return false; + } + } + return true; + } : + matchers[0]; +} + +function multipleContexts( selector, contexts, results ) { + var i = 0, + len = contexts.length; + for ( ; i < len; i++ ) { + Sizzle( selector, contexts[i], results ); + } + return results; +} + +function condense( unmatched, map, filter, context, xml ) { + var elem, + newUnmatched = [], + i = 0, + len = unmatched.length, + mapped = map != null; + + for ( ; i < len; i++ ) { + if ( (elem = unmatched[i]) ) { + if ( !filter || filter( elem, context, xml ) ) { + newUnmatched.push( elem ); + if ( mapped ) { + map.push( i ); + } + } + } + } + + return newUnmatched; +} + +function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { + if ( postFilter && !postFilter[ expando ] ) { + postFilter = setMatcher( postFilter ); + } + if ( postFinder && !postFinder[ expando ] ) { + postFinder = setMatcher( postFinder, postSelector ); + } + return markFunction(function( seed, results, context, xml ) { + var temp, i, elem, + preMap = [], + postMap = [], + preexisting = results.length, + + // Get initial elements from seed or context + elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ), + + // Prefilter to get matcher input, preserving a map for seed-results synchronization + matcherIn = preFilter && ( seed || !selector ) ? + condense( elems, preMap, preFilter, context, xml ) : + elems, + + matcherOut = matcher ? + // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, + postFinder || ( seed ? preFilter : preexisting || postFilter ) ? + + // ...intermediate processing is necessary + [] : + + // ...otherwise use results directly + results : + matcherIn; + + // Find primary matches + if ( matcher ) { + matcher( matcherIn, matcherOut, context, xml ); + } + + // Apply postFilter + if ( postFilter ) { + temp = condense( matcherOut, postMap ); + postFilter( temp, [], context, xml ); + + // Un-match failing elements by moving them back to matcherIn + i = temp.length; + while ( i-- ) { + if ( (elem = temp[i]) ) { + matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem); + } + } + } + + if ( seed ) { + if ( postFinder || preFilter ) { + if ( postFinder ) { + // Get the final matcherOut by condensing this intermediate into postFinder contexts + temp = []; + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) ) { + // Restore matcherIn since elem is not yet a final match + temp.push( (matcherIn[i] = elem) ); + } + } + postFinder( null, (matcherOut = []), temp, xml ); + } + + // Move matched elements from seed to results to keep them synchronized + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) && + (temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) { + + seed[temp] = !(results[temp] = elem); + } + } + } + + // Add elements to results, through postFinder if defined + } else { + matcherOut = condense( + matcherOut === results ? + matcherOut.splice( preexisting, matcherOut.length ) : + matcherOut + ); + if ( postFinder ) { + postFinder( null, results, matcherOut, xml ); + } else { + push.apply( results, matcherOut ); + } + } + }); +} + +function matcherFromTokens( tokens ) { + var checkContext, matcher, j, + len = tokens.length, + leadingRelative = Expr.relative[ tokens[0].type ], + implicitRelative = leadingRelative || Expr.relative[" "], + i = leadingRelative ? 1 : 0, + + // The foundational matcher ensures that elements are reachable from top-level context(s) + matchContext = addCombinator( function( elem ) { + return elem === checkContext; + }, implicitRelative, true ), + matchAnyContext = addCombinator( function( elem ) { + return indexOf( checkContext, elem ) > -1; + }, implicitRelative, true ), + matchers = [ function( elem, context, xml ) { + var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( + (checkContext = context).nodeType ? + matchContext( elem, context, xml ) : + matchAnyContext( elem, context, xml ) ); + // Avoid hanging onto element (issue #299) + checkContext = null; + return ret; + } ]; + + for ( ; i < len; i++ ) { + if ( (matcher = Expr.relative[ tokens[i].type ]) ) { + matchers = [ addCombinator(elementMatcher( matchers ), matcher) ]; + } else { + matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches ); + + // Return special upon seeing a positional matcher + if ( matcher[ expando ] ) { + // Find the next relative operator (if any) for proper handling + j = ++i; + for ( ; j < len; j++ ) { + if ( Expr.relative[ tokens[j].type ] ) { + break; + } + } + return setMatcher( + i > 1 && elementMatcher( matchers ), + i > 1 && toSelector( + // If the preceding token was a descendant combinator, insert an implicit any-element `*` + tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" }) + ).replace( rtrim, "$1" ), + matcher, + i < j && matcherFromTokens( tokens.slice( i, j ) ), + j < len && matcherFromTokens( (tokens = tokens.slice( j )) ), + j < len && toSelector( tokens ) + ); + } + matchers.push( matcher ); + } + } + + return elementMatcher( matchers ); +} + +function matcherFromGroupMatchers( elementMatchers, setMatchers ) { + var bySet = setMatchers.length > 0, + byElement = elementMatchers.length > 0, + superMatcher = function( seed, context, xml, results, outermost ) { + var elem, j, matcher, + matchedCount = 0, + i = "0", + unmatched = seed && [], + setMatched = [], + contextBackup = outermostContext, + // We must always have either seed elements or outermost context + elems = seed || byElement && Expr.find["TAG"]( "*", outermost ), + // Use integer dirruns iff this is the outermost matcher + dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1), + len = elems.length; + + if ( outermost ) { + outermostContext = context === document || context || outermost; + } + + // Add elements passing elementMatchers directly to results + // Support: IE<9, Safari + // Tolerate NodeList properties (IE: "length"; Safari: ) matching elements by id + for ( ; i !== len && (elem = elems[i]) != null; i++ ) { + if ( byElement && elem ) { + j = 0; + if ( !context && elem.ownerDocument !== document ) { + setDocument( elem ); + xml = !documentIsHTML; + } + while ( (matcher = elementMatchers[j++]) ) { + if ( matcher( elem, context || document, xml) ) { + results.push( elem ); + break; + } + } + if ( outermost ) { + dirruns = dirrunsUnique; + } + } + + // Track unmatched elements for set filters + if ( bySet ) { + // They will have gone through all possible matchers + if ( (elem = !matcher && elem) ) { + matchedCount--; + } + + // Lengthen the array for every element, matched or not + if ( seed ) { + unmatched.push( elem ); + } + } + } + + // `i` is now the count of elements visited above, and adding it to `matchedCount` + // makes the latter nonnegative. + matchedCount += i; + + // Apply set filters to unmatched elements + // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` + // equals `i`), unless we didn't visit _any_ elements in the above loop because we have + // no element matchers and no seed. + // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that + // case, which will result in a "00" `matchedCount` that differs from `i` but is also + // numerically zero. + if ( bySet && i !== matchedCount ) { + j = 0; + while ( (matcher = setMatchers[j++]) ) { + matcher( unmatched, setMatched, context, xml ); + } + + if ( seed ) { + // Reintegrate element matches to eliminate the need for sorting + if ( matchedCount > 0 ) { + while ( i-- ) { + if ( !(unmatched[i] || setMatched[i]) ) { + setMatched[i] = pop.call( results ); + } + } + } + + // Discard index placeholder values to get only actual matches + setMatched = condense( setMatched ); + } + + // Add matches to results + push.apply( results, setMatched ); + + // Seedless set matches succeeding multiple successful matchers stipulate sorting + if ( outermost && !seed && setMatched.length > 0 && + ( matchedCount + setMatchers.length ) > 1 ) { + + Sizzle.uniqueSort( results ); + } + } + + // Override manipulation of globals by nested matchers + if ( outermost ) { + dirruns = dirrunsUnique; + outermostContext = contextBackup; + } + + return unmatched; + }; + + return bySet ? + markFunction( superMatcher ) : + superMatcher; +} + +compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { + var i, + setMatchers = [], + elementMatchers = [], + cached = compilerCache[ selector + " " ]; + + if ( !cached ) { + // Generate a function of recursive functions that can be used to check each element + if ( !match ) { + match = tokenize( selector ); + } + i = match.length; + while ( i-- ) { + cached = matcherFromTokens( match[i] ); + if ( cached[ expando ] ) { + setMatchers.push( cached ); + } else { + elementMatchers.push( cached ); + } + } + + // Cache the compiled function + cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); + + // Save selector and tokenization + cached.selector = selector; + } + return cached; +}; + +/** + * A low-level selection function that works with Sizzle's compiled + * selector functions + * @param {String|Function} selector A selector or a pre-compiled + * selector function built with Sizzle.compile + * @param {Element} context + * @param {Array} [results] + * @param {Array} [seed] A set of elements to match against + */ +select = Sizzle.select = function( selector, context, results, seed ) { + var i, tokens, token, type, find, + compiled = typeof selector === "function" && selector, + match = !seed && tokenize( (selector = compiled.selector || selector) ); + + results = results || []; + + // Try to minimize operations if there is only one selector in the list and no seed + // (the latter of which guarantees us context) + if ( match.length === 1 ) { + + // Reduce context if the leading compound selector is an ID + tokens = match[0] = match[0].slice( 0 ); + if ( tokens.length > 2 && (token = tokens[0]).type === "ID" && + context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) { + + context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0]; + if ( !context ) { + return results; + + // Precompiled matchers will still verify ancestry, so step up a level + } else if ( compiled ) { + context = context.parentNode; + } + + selector = selector.slice( tokens.shift().value.length ); + } + + // Fetch a seed set for right-to-left matching + i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length; + while ( i-- ) { + token = tokens[i]; + + // Abort if we hit a combinator + if ( Expr.relative[ (type = token.type) ] ) { + break; + } + if ( (find = Expr.find[ type ]) ) { + // Search, expanding context for leading sibling combinators + if ( (seed = find( + token.matches[0].replace( runescape, funescape ), + rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context + )) ) { + + // If seed is empty or no tokens remain, we can return early + tokens.splice( i, 1 ); + selector = seed.length && toSelector( tokens ); + if ( !selector ) { + push.apply( results, seed ); + return results; + } + + break; + } + } + } + } + + // Compile and execute a filtering function if one is not provided + // Provide `match` to avoid retokenization if we modified the selector above + ( compiled || compile( selector, match ) )( + seed, + context, + !documentIsHTML, + results, + !context || rsibling.test( selector ) && testContext( context.parentNode ) || context + ); + return results; +}; + +// One-time assignments + +// Sort stability +support.sortStable = expando.split("").sort( sortOrder ).join("") === expando; + +// Support: Chrome 14-35+ +// Always assume duplicates if they aren't passed to the comparison function +support.detectDuplicates = !!hasDuplicate; + +// Initialize against the default document +setDocument(); + +// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) +// Detached nodes confoundingly follow *each other* +support.sortDetached = assert(function( el ) { + // Should return 1, but returns 4 (following) + return el.compareDocumentPosition( document.createElement("fieldset") ) & 1; +}); + +// Support: IE<8 +// Prevent attribute/property "interpolation" +// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx +if ( !assert(function( el ) { + el.innerHTML = ""; + return el.firstChild.getAttribute("href") === "#" ; +}) ) { + addHandle( "type|href|height|width", function( elem, name, isXML ) { + if ( !isXML ) { + return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); + } + }); +} + +// Support: IE<9 +// Use defaultValue in place of getAttribute("value") +if ( !support.attributes || !assert(function( el ) { + el.innerHTML = ""; + el.firstChild.setAttribute( "value", "" ); + return el.firstChild.getAttribute( "value" ) === ""; +}) ) { + addHandle( "value", function( elem, name, isXML ) { + if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { + return elem.defaultValue; + } + }); +} + +// Support: IE<9 +// Use getAttributeNode to fetch booleans when getAttribute lies +if ( !assert(function( el ) { + return el.getAttribute("disabled") == null; +}) ) { + addHandle( booleans, function( elem, name, isXML ) { + var val; + if ( !isXML ) { + return elem[ name ] === true ? name.toLowerCase() : + (val = elem.getAttributeNode( name )) && val.specified ? + val.value : + null; + } + }); +} + +return Sizzle; + +})( window ); + + + +jQuery.find = Sizzle; +jQuery.expr = Sizzle.selectors; + +// Deprecated +jQuery.expr[ ":" ] = jQuery.expr.pseudos; +jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort; +jQuery.text = Sizzle.getText; +jQuery.isXMLDoc = Sizzle.isXML; +jQuery.contains = Sizzle.contains; +jQuery.escapeSelector = Sizzle.escape; + + + + +var dir = function( elem, dir, until ) { + var matched = [], + truncate = until !== undefined; + + while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { + if ( elem.nodeType === 1 ) { + if ( truncate && jQuery( elem ).is( until ) ) { + break; + } + matched.push( elem ); + } + } + return matched; +}; + + +var siblings = function( n, elem ) { + var matched = []; + + for ( ; n; n = n.nextSibling ) { + if ( n.nodeType === 1 && n !== elem ) { + matched.push( n ); + } + } + + return matched; +}; + + +var rneedsContext = jQuery.expr.match.needsContext; + +var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); + + + +var risSimple = /^.[^:#\[\.,]*$/; + +// Implement the identical functionality for filter and not +function winnow( elements, qualifier, not ) { + if ( jQuery.isFunction( qualifier ) ) { + return jQuery.grep( elements, function( elem, i ) { + return !!qualifier.call( elem, i, elem ) !== not; + } ); + } + + // Single element + if ( qualifier.nodeType ) { + return jQuery.grep( elements, function( elem ) { + return ( elem === qualifier ) !== not; + } ); + } + + // Arraylike of elements (jQuery, arguments, Array) + if ( typeof qualifier !== "string" ) { + return jQuery.grep( elements, function( elem ) { + return ( indexOf.call( qualifier, elem ) > -1 ) !== not; + } ); + } + + // Simple selector that can be filtered directly, removing non-Elements + if ( risSimple.test( qualifier ) ) { + return jQuery.filter( qualifier, elements, not ); + } + + // Complex selector, compare the two sets, removing non-Elements + qualifier = jQuery.filter( qualifier, elements ); + return jQuery.grep( elements, function( elem ) { + return ( indexOf.call( qualifier, elem ) > -1 ) !== not && elem.nodeType === 1; + } ); +} + +jQuery.filter = function( expr, elems, not ) { + var elem = elems[ 0 ]; + + if ( not ) { + expr = ":not(" + expr + ")"; + } + + if ( elems.length === 1 && elem.nodeType === 1 ) { + return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : []; + } + + return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { + return elem.nodeType === 1; + } ) ); +}; + +jQuery.fn.extend( { + find: function( selector ) { + var i, ret, + len = this.length, + self = this; + + if ( typeof selector !== "string" ) { + return this.pushStack( jQuery( selector ).filter( function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( self[ i ], this ) ) { + return true; + } + } + } ) ); + } + + ret = this.pushStack( [] ); + + for ( i = 0; i < len; i++ ) { + jQuery.find( selector, self[ i ], ret ); + } + + return len > 1 ? jQuery.uniqueSort( ret ) : ret; + }, + filter: function( selector ) { + return this.pushStack( winnow( this, selector || [], false ) ); + }, + not: function( selector ) { + return this.pushStack( winnow( this, selector || [], true ) ); + }, + is: function( selector ) { + return !!winnow( + this, + + // If this is a positional/relative selector, check membership in the returned set + // so $("p:first").is("p:last") won't return true for a doc with two "p". + typeof selector === "string" && rneedsContext.test( selector ) ? + jQuery( selector ) : + selector || [], + false + ).length; + } +} ); + + +// Initialize a jQuery object + + +// A central reference to the root jQuery(document) +var rootjQuery, + + // A simple way to check for HTML strings + // Prioritize #id over to avoid XSS via location.hash (#9521) + // Strict HTML recognition (#11290: must start with <) + // Shortcut simple #id case for speed + rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, + + init = jQuery.fn.init = function( selector, context, root ) { + var match, elem; + + // HANDLE: $(""), $(null), $(undefined), $(false) + if ( !selector ) { + return this; + } + + // Method init() accepts an alternate rootjQuery + // so migrate can support jQuery.sub (gh-2101) + root = root || rootjQuery; + + // Handle HTML strings + if ( typeof selector === "string" ) { + if ( selector[ 0 ] === "<" && + selector[ selector.length - 1 ] === ">" && + selector.length >= 3 ) { + + // Assume that strings that start and end with <> are HTML and skip the regex check + match = [ null, selector, null ]; + + } else { + match = rquickExpr.exec( selector ); + } + + // Match html or make sure no context is specified for #id + if ( match && ( match[ 1 ] || !context ) ) { + + // HANDLE: $(html) -> $(array) + if ( match[ 1 ] ) { + context = context instanceof jQuery ? context[ 0 ] : context; + + // Option to run scripts is true for back-compat + // Intentionally let the error be thrown if parseHTML is not present + jQuery.merge( this, jQuery.parseHTML( + match[ 1 ], + context && context.nodeType ? context.ownerDocument || context : document, + true + ) ); + + // HANDLE: $(html, props) + if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { + for ( match in context ) { + + // Properties of context are called as methods if possible + if ( jQuery.isFunction( this[ match ] ) ) { + this[ match ]( context[ match ] ); + + // ...and otherwise set as attributes + } else { + this.attr( match, context[ match ] ); + } + } + } + + return this; + + // HANDLE: $(#id) + } else { + elem = document.getElementById( match[ 2 ] ); + + if ( elem ) { + + // Inject the element directly into the jQuery object + this[ 0 ] = elem; + this.length = 1; + } + return this; + } + + // HANDLE: $(expr, $(...)) + } else if ( !context || context.jquery ) { + return ( context || root ).find( selector ); + + // HANDLE: $(expr, context) + // (which is just equivalent to: $(context).find(expr) + } else { + return this.constructor( context ).find( selector ); + } + + // HANDLE: $(DOMElement) + } else if ( selector.nodeType ) { + this[ 0 ] = selector; + this.length = 1; + return this; + + // HANDLE: $(function) + // Shortcut for document ready + } else if ( jQuery.isFunction( selector ) ) { + return root.ready !== undefined ? + root.ready( selector ) : + + // Execute immediately if ready is not present + selector( jQuery ); + } + + return jQuery.makeArray( selector, this ); + }; + +// Give the init function the jQuery prototype for later instantiation +init.prototype = jQuery.fn; + +// Initialize central reference +rootjQuery = jQuery( document ); + + +var rparentsprev = /^(?:parents|prev(?:Until|All))/, + + // Methods guaranteed to produce a unique set when starting from a unique set + guaranteedUnique = { + children: true, + contents: true, + next: true, + prev: true + }; + +jQuery.fn.extend( { + has: function( target ) { + var targets = jQuery( target, this ), + l = targets.length; + + return this.filter( function() { + var i = 0; + for ( ; i < l; i++ ) { + if ( jQuery.contains( this, targets[ i ] ) ) { + return true; + } + } + } ); + }, + + closest: function( selectors, context ) { + var cur, + i = 0, + l = this.length, + matched = [], + targets = typeof selectors !== "string" && jQuery( selectors ); + + // Positional selectors never match, since there's no _selection_ context + if ( !rneedsContext.test( selectors ) ) { + for ( ; i < l; i++ ) { + for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { + + // Always skip document fragments + if ( cur.nodeType < 11 && ( targets ? + targets.index( cur ) > -1 : + + // Don't pass non-elements to Sizzle + cur.nodeType === 1 && + jQuery.find.matchesSelector( cur, selectors ) ) ) { + + matched.push( cur ); + break; + } + } + } + } + + return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); + }, + + // Determine the position of an element within the set + index: function( elem ) { + + // No argument, return index in parent + if ( !elem ) { + return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; + } + + // Index in selector + if ( typeof elem === "string" ) { + return indexOf.call( jQuery( elem ), this[ 0 ] ); + } + + // Locate the position of the desired element + return indexOf.call( this, + + // If it receives a jQuery object, the first element is used + elem.jquery ? elem[ 0 ] : elem + ); + }, + + add: function( selector, context ) { + return this.pushStack( + jQuery.uniqueSort( + jQuery.merge( this.get(), jQuery( selector, context ) ) + ) + ); + }, + + addBack: function( selector ) { + return this.add( selector == null ? + this.prevObject : this.prevObject.filter( selector ) + ); + } +} ); + +function sibling( cur, dir ) { + while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {} + return cur; +} + +jQuery.each( { + parent: function( elem ) { + var parent = elem.parentNode; + return parent && parent.nodeType !== 11 ? parent : null; + }, + parents: function( elem ) { + return dir( elem, "parentNode" ); + }, + parentsUntil: function( elem, i, until ) { + return dir( elem, "parentNode", until ); + }, + next: function( elem ) { + return sibling( elem, "nextSibling" ); + }, + prev: function( elem ) { + return sibling( elem, "previousSibling" ); + }, + nextAll: function( elem ) { + return dir( elem, "nextSibling" ); + }, + prevAll: function( elem ) { + return dir( elem, "previousSibling" ); + }, + nextUntil: function( elem, i, until ) { + return dir( elem, "nextSibling", until ); + }, + prevUntil: function( elem, i, until ) { + return dir( elem, "previousSibling", until ); + }, + siblings: function( elem ) { + return siblings( ( elem.parentNode || {} ).firstChild, elem ); + }, + children: function( elem ) { + return siblings( elem.firstChild ); + }, + contents: function( elem ) { + return elem.contentDocument || jQuery.merge( [], elem.childNodes ); + } +}, function( name, fn ) { + jQuery.fn[ name ] = function( until, selector ) { + var matched = jQuery.map( this, fn, until ); + + if ( name.slice( -5 ) !== "Until" ) { + selector = until; + } + + if ( selector && typeof selector === "string" ) { + matched = jQuery.filter( selector, matched ); + } + + if ( this.length > 1 ) { + + // Remove duplicates + if ( !guaranteedUnique[ name ] ) { + jQuery.uniqueSort( matched ); + } + + // Reverse order for parents* and prev-derivatives + if ( rparentsprev.test( name ) ) { + matched.reverse(); + } + } + + return this.pushStack( matched ); + }; +} ); +var rnothtmlwhite = ( /[^\x20\t\r\n\f]+/g ); + + + +// Convert String-formatted options into Object-formatted ones +function createOptions( options ) { + var object = {}; + jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) { + object[ flag ] = true; + } ); + return object; +} + +/* + * Create a callback list using the following parameters: + * + * options: an optional list of space-separated options that will change how + * the callback list behaves or a more traditional option object + * + * By default a callback list will act like an event callback list and can be + * "fired" multiple times. + * + * Possible options: + * + * once: will ensure the callback list can only be fired once (like a Deferred) + * + * memory: will keep track of previous values and will call any callback added + * after the list has been fired right away with the latest "memorized" + * values (like a Deferred) + * + * unique: will ensure a callback can only be added once (no duplicate in the list) + * + * stopOnFalse: interrupt callings when a callback returns false + * + */ +jQuery.Callbacks = function( options ) { + + // Convert options from String-formatted to Object-formatted if needed + // (we check in cache first) + options = typeof options === "string" ? + createOptions( options ) : + jQuery.extend( {}, options ); + + var // Flag to know if list is currently firing + firing, + + // Last fire value for non-forgettable lists + memory, + + // Flag to know if list was already fired + fired, + + // Flag to prevent firing + locked, + + // Actual callback list + list = [], + + // Queue of execution data for repeatable lists + queue = [], + + // Index of currently firing callback (modified by add/remove as needed) + firingIndex = -1, + + // Fire callbacks + fire = function() { + + // Enforce single-firing + locked = options.once; + + // Execute callbacks for all pending executions, + // respecting firingIndex overrides and runtime changes + fired = firing = true; + for ( ; queue.length; firingIndex = -1 ) { + memory = queue.shift(); + while ( ++firingIndex < list.length ) { + + // Run callback and check for early termination + if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && + options.stopOnFalse ) { + + // Jump to end and forget the data so .add doesn't re-fire + firingIndex = list.length; + memory = false; + } + } + } + + // Forget the data if we're done with it + if ( !options.memory ) { + memory = false; + } + + firing = false; + + // Clean up if we're done firing for good + if ( locked ) { + + // Keep an empty list if we have data for future add calls + if ( memory ) { + list = []; + + // Otherwise, this object is spent + } else { + list = ""; + } + } + }, + + // Actual Callbacks object + self = { + + // Add a callback or a collection of callbacks to the list + add: function() { + if ( list ) { + + // If we have memory from a past run, we should fire after adding + if ( memory && !firing ) { + firingIndex = list.length - 1; + queue.push( memory ); + } + + ( function add( args ) { + jQuery.each( args, function( _, arg ) { + if ( jQuery.isFunction( arg ) ) { + if ( !options.unique || !self.has( arg ) ) { + list.push( arg ); + } + } else if ( arg && arg.length && jQuery.type( arg ) !== "string" ) { + + // Inspect recursively + add( arg ); + } + } ); + } )( arguments ); + + if ( memory && !firing ) { + fire(); + } + } + return this; + }, + + // Remove a callback from the list + remove: function() { + jQuery.each( arguments, function( _, arg ) { + var index; + while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { + list.splice( index, 1 ); + + // Handle firing indexes + if ( index <= firingIndex ) { + firingIndex--; + } + } + } ); + return this; + }, + + // Check if a given callback is in the list. + // If no argument is given, return whether or not list has callbacks attached. + has: function( fn ) { + return fn ? + jQuery.inArray( fn, list ) > -1 : + list.length > 0; + }, + + // Remove all callbacks from the list + empty: function() { + if ( list ) { + list = []; + } + return this; + }, + + // Disable .fire and .add + // Abort any current/pending executions + // Clear all callbacks and values + disable: function() { + locked = queue = []; + list = memory = ""; + return this; + }, + disabled: function() { + return !list; + }, + + // Disable .fire + // Also disable .add unless we have memory (since it would have no effect) + // Abort any pending executions + lock: function() { + locked = queue = []; + if ( !memory && !firing ) { + list = memory = ""; + } + return this; + }, + locked: function() { + return !!locked; + }, + + // Call all callbacks with the given context and arguments + fireWith: function( context, args ) { + if ( !locked ) { + args = args || []; + args = [ context, args.slice ? args.slice() : args ]; + queue.push( args ); + if ( !firing ) { + fire(); + } + } + return this; + }, + + // Call all the callbacks with the given arguments + fire: function() { + self.fireWith( this, arguments ); + return this; + }, + + // To know if the callbacks have already been called at least once + fired: function() { + return !!fired; + } + }; + + return self; +}; + + +function Identity( v ) { + return v; +} +function Thrower( ex ) { + throw ex; +} + +function adoptValue( value, resolve, reject ) { + var method; + + try { + + // Check for promise aspect first to privilege synchronous behavior + if ( value && jQuery.isFunction( ( method = value.promise ) ) ) { + method.call( value ).done( resolve ).fail( reject ); + + // Other thenables + } else if ( value && jQuery.isFunction( ( method = value.then ) ) ) { + method.call( value, resolve, reject ); + + // Other non-thenables + } else { + + // Support: Android 4.0 only + // Strict mode functions invoked without .call/.apply get global-object context + resolve.call( undefined, value ); + } + + // For Promises/A+, convert exceptions into rejections + // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in + // Deferred#then to conditionally suppress rejection. + } catch ( value ) { + + // Support: Android 4.0 only + // Strict mode functions invoked without .call/.apply get global-object context + reject.call( undefined, value ); + } +} + +jQuery.extend( { + + Deferred: function( func ) { + var tuples = [ + + // action, add listener, callbacks, + // ... .then handlers, argument index, [final state] + [ "notify", "progress", jQuery.Callbacks( "memory" ), + jQuery.Callbacks( "memory" ), 2 ], + [ "resolve", "done", jQuery.Callbacks( "once memory" ), + jQuery.Callbacks( "once memory" ), 0, "resolved" ], + [ "reject", "fail", jQuery.Callbacks( "once memory" ), + jQuery.Callbacks( "once memory" ), 1, "rejected" ] + ], + state = "pending", + promise = { + state: function() { + return state; + }, + always: function() { + deferred.done( arguments ).fail( arguments ); + return this; + }, + "catch": function( fn ) { + return promise.then( null, fn ); + }, + + // Keep pipe for back-compat + pipe: function( /* fnDone, fnFail, fnProgress */ ) { + var fns = arguments; + + return jQuery.Deferred( function( newDefer ) { + jQuery.each( tuples, function( i, tuple ) { + + // Map tuples (progress, done, fail) to arguments (done, fail, progress) + var fn = jQuery.isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ]; + + // deferred.progress(function() { bind to newDefer or newDefer.notify }) + // deferred.done(function() { bind to newDefer or newDefer.resolve }) + // deferred.fail(function() { bind to newDefer or newDefer.reject }) + deferred[ tuple[ 1 ] ]( function() { + var returned = fn && fn.apply( this, arguments ); + if ( returned && jQuery.isFunction( returned.promise ) ) { + returned.promise() + .progress( newDefer.notify ) + .done( newDefer.resolve ) + .fail( newDefer.reject ); + } else { + newDefer[ tuple[ 0 ] + "With" ]( + this, + fn ? [ returned ] : arguments + ); + } + } ); + } ); + fns = null; + } ).promise(); + }, + then: function( onFulfilled, onRejected, onProgress ) { + var maxDepth = 0; + function resolve( depth, deferred, handler, special ) { + return function() { + var that = this, + args = arguments, + mightThrow = function() { + var returned, then; + + // Support: Promises/A+ section 2.3.3.3.3 + // https://promisesaplus.com/#point-59 + // Ignore double-resolution attempts + if ( depth < maxDepth ) { + return; + } + + returned = handler.apply( that, args ); + + // Support: Promises/A+ section 2.3.1 + // https://promisesaplus.com/#point-48 + if ( returned === deferred.promise() ) { + throw new TypeError( "Thenable self-resolution" ); + } + + // Support: Promises/A+ sections 2.3.3.1, 3.5 + // https://promisesaplus.com/#point-54 + // https://promisesaplus.com/#point-75 + // Retrieve `then` only once + then = returned && + + // Support: Promises/A+ section 2.3.4 + // https://promisesaplus.com/#point-64 + // Only check objects and functions for thenability + ( typeof returned === "object" || + typeof returned === "function" ) && + returned.then; + + // Handle a returned thenable + if ( jQuery.isFunction( then ) ) { + + // Special processors (notify) just wait for resolution + if ( special ) { + then.call( + returned, + resolve( maxDepth, deferred, Identity, special ), + resolve( maxDepth, deferred, Thrower, special ) + ); + + // Normal processors (resolve) also hook into progress + } else { + + // ...and disregard older resolution values + maxDepth++; + + then.call( + returned, + resolve( maxDepth, deferred, Identity, special ), + resolve( maxDepth, deferred, Thrower, special ), + resolve( maxDepth, deferred, Identity, + deferred.notifyWith ) + ); + } + + // Handle all other returned values + } else { + + // Only substitute handlers pass on context + // and multiple values (non-spec behavior) + if ( handler !== Identity ) { + that = undefined; + args = [ returned ]; + } + + // Process the value(s) + // Default process is resolve + ( special || deferred.resolveWith )( that, args ); + } + }, + + // Only normal processors (resolve) catch and reject exceptions + process = special ? + mightThrow : + function() { + try { + mightThrow(); + } catch ( e ) { + + if ( jQuery.Deferred.exceptionHook ) { + jQuery.Deferred.exceptionHook( e, + process.stackTrace ); + } + + // Support: Promises/A+ section 2.3.3.3.4.1 + // https://promisesaplus.com/#point-61 + // Ignore post-resolution exceptions + if ( depth + 1 >= maxDepth ) { + + // Only substitute handlers pass on context + // and multiple values (non-spec behavior) + if ( handler !== Thrower ) { + that = undefined; + args = [ e ]; + } + + deferred.rejectWith( that, args ); + } + } + }; + + // Support: Promises/A+ section 2.3.3.3.1 + // https://promisesaplus.com/#point-57 + // Re-resolve promises immediately to dodge false rejection from + // subsequent errors + if ( depth ) { + process(); + } else { + + // Call an optional hook to record the stack, in case of exception + // since it's otherwise lost when execution goes async + if ( jQuery.Deferred.getStackHook ) { + process.stackTrace = jQuery.Deferred.getStackHook(); + } + window.setTimeout( process ); + } + }; + } + + return jQuery.Deferred( function( newDefer ) { + + // progress_handlers.add( ... ) + tuples[ 0 ][ 3 ].add( + resolve( + 0, + newDefer, + jQuery.isFunction( onProgress ) ? + onProgress : + Identity, + newDefer.notifyWith + ) + ); + + // fulfilled_handlers.add( ... ) + tuples[ 1 ][ 3 ].add( + resolve( + 0, + newDefer, + jQuery.isFunction( onFulfilled ) ? + onFulfilled : + Identity + ) + ); + + // rejected_handlers.add( ... ) + tuples[ 2 ][ 3 ].add( + resolve( + 0, + newDefer, + jQuery.isFunction( onRejected ) ? + onRejected : + Thrower + ) + ); + } ).promise(); + }, + + // Get a promise for this deferred + // If obj is provided, the promise aspect is added to the object + promise: function( obj ) { + return obj != null ? jQuery.extend( obj, promise ) : promise; + } + }, + deferred = {}; + + // Add list-specific methods + jQuery.each( tuples, function( i, tuple ) { + var list = tuple[ 2 ], + stateString = tuple[ 5 ]; + + // promise.progress = list.add + // promise.done = list.add + // promise.fail = list.add + promise[ tuple[ 1 ] ] = list.add; + + // Handle state + if ( stateString ) { + list.add( + function() { + + // state = "resolved" (i.e., fulfilled) + // state = "rejected" + state = stateString; + }, + + // rejected_callbacks.disable + // fulfilled_callbacks.disable + tuples[ 3 - i ][ 2 ].disable, + + // progress_callbacks.lock + tuples[ 0 ][ 2 ].lock + ); + } + + // progress_handlers.fire + // fulfilled_handlers.fire + // rejected_handlers.fire + list.add( tuple[ 3 ].fire ); + + // deferred.notify = function() { deferred.notifyWith(...) } + // deferred.resolve = function() { deferred.resolveWith(...) } + // deferred.reject = function() { deferred.rejectWith(...) } + deferred[ tuple[ 0 ] ] = function() { + deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments ); + return this; + }; + + // deferred.notifyWith = list.fireWith + // deferred.resolveWith = list.fireWith + // deferred.rejectWith = list.fireWith + deferred[ tuple[ 0 ] + "With" ] = list.fireWith; + } ); + + // Make the deferred a promise + promise.promise( deferred ); + + // Call given func if any + if ( func ) { + func.call( deferred, deferred ); + } + + // All done! + return deferred; + }, + + // Deferred helper + when: function( singleValue ) { + var + + // count of uncompleted subordinates + remaining = arguments.length, + + // count of unprocessed arguments + i = remaining, + + // subordinate fulfillment data + resolveContexts = Array( i ), + resolveValues = slice.call( arguments ), + + // the master Deferred + master = jQuery.Deferred(), + + // subordinate callback factory + updateFunc = function( i ) { + return function( value ) { + resolveContexts[ i ] = this; + resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; + if ( !( --remaining ) ) { + master.resolveWith( resolveContexts, resolveValues ); + } + }; + }; + + // Single- and empty arguments are adopted like Promise.resolve + if ( remaining <= 1 ) { + adoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject ); + + // Use .then() to unwrap secondary thenables (cf. gh-3000) + if ( master.state() === "pending" || + jQuery.isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { + + return master.then(); + } + } + + // Multiple arguments are aggregated like Promise.all array elements + while ( i-- ) { + adoptValue( resolveValues[ i ], updateFunc( i ), master.reject ); + } + + return master.promise(); + } +} ); + + +// These usually indicate a programmer mistake during development, +// warn about them ASAP rather than swallowing them by default. +var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; + +jQuery.Deferred.exceptionHook = function( error, stack ) { + + // Support: IE 8 - 9 only + // Console exists when dev tools are open, which can happen at any time + if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) { + window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack ); + } +}; + + + + +jQuery.readyException = function( error ) { + window.setTimeout( function() { + throw error; + } ); +}; + + + + +// The deferred used on DOM ready +var readyList = jQuery.Deferred(); + +jQuery.fn.ready = function( fn ) { + + readyList + .then( fn ) + + // Wrap jQuery.readyException in a function so that the lookup + // happens at the time of error handling instead of callback + // registration. + .catch( function( error ) { + jQuery.readyException( error ); + } ); + + return this; +}; + +jQuery.extend( { + + // Is the DOM ready to be used? Set to true once it occurs. + isReady: false, + + // A counter to track how many items to wait for before + // the ready event fires. See #6781 + readyWait: 1, + + // Hold (or release) the ready event + holdReady: function( hold ) { + if ( hold ) { + jQuery.readyWait++; + } else { + jQuery.ready( true ); + } + }, + + // Handle when the DOM is ready + ready: function( wait ) { + + // Abort if there are pending holds or we're already ready + if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { + return; + } + + // Remember that the DOM is ready + jQuery.isReady = true; + + // If a normal DOM Ready event fired, decrement, and wait if need be + if ( wait !== true && --jQuery.readyWait > 0 ) { + return; + } + + // If there are functions bound, to execute + readyList.resolveWith( document, [ jQuery ] ); + } +} ); + +jQuery.ready.then = readyList.then; + +// The ready event handler and self cleanup method +function completed() { + document.removeEventListener( "DOMContentLoaded", completed ); + window.removeEventListener( "load", completed ); + jQuery.ready(); +} + +// Catch cases where $(document).ready() is called +// after the browser event has already occurred. +// Support: IE <=9 - 10 only +// Older IE sometimes signals "interactive" too soon +if ( document.readyState === "complete" || + ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { + + // Handle it asynchronously to allow scripts the opportunity to delay ready + window.setTimeout( jQuery.ready ); + +} else { + + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", completed ); + + // A fallback to window.onload, that will always work + window.addEventListener( "load", completed ); +} + + + + +// Multifunctional method to get and set values of a collection +// The value/s can optionally be executed if it's a function +var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { + var i = 0, + len = elems.length, + bulk = key == null; + + // Sets many values + if ( jQuery.type( key ) === "object" ) { + chainable = true; + for ( i in key ) { + access( elems, fn, i, key[ i ], true, emptyGet, raw ); + } + + // Sets one value + } else if ( value !== undefined ) { + chainable = true; + + if ( !jQuery.isFunction( value ) ) { + raw = true; + } + + if ( bulk ) { + + // Bulk operations run against the entire set + if ( raw ) { + fn.call( elems, value ); + fn = null; + + // ...except when executing function values + } else { + bulk = fn; + fn = function( elem, key, value ) { + return bulk.call( jQuery( elem ), value ); + }; + } + } + + if ( fn ) { + for ( ; i < len; i++ ) { + fn( + elems[ i ], key, raw ? + value : + value.call( elems[ i ], i, fn( elems[ i ], key ) ) + ); + } + } + } + + if ( chainable ) { + return elems; + } + + // Gets + if ( bulk ) { + return fn.call( elems ); + } + + return len ? fn( elems[ 0 ], key ) : emptyGet; +}; +var acceptData = function( owner ) { + + // Accepts only: + // - Node + // - Node.ELEMENT_NODE + // - Node.DOCUMENT_NODE + // - Object + // - Any + return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); +}; + + + + +function Data() { + this.expando = jQuery.expando + Data.uid++; +} + +Data.uid = 1; + +Data.prototype = { + + cache: function( owner ) { + + // Check if the owner object already has a cache + var value = owner[ this.expando ]; + + // If not, create one + if ( !value ) { + value = {}; + + // We can accept data for non-element nodes in modern browsers, + // but we should not, see #8335. + // Always return an empty object. + if ( acceptData( owner ) ) { + + // If it is a node unlikely to be stringify-ed or looped over + // use plain assignment + if ( owner.nodeType ) { + owner[ this.expando ] = value; + + // Otherwise secure it in a non-enumerable property + // configurable must be true to allow the property to be + // deleted when data is removed + } else { + Object.defineProperty( owner, this.expando, { + value: value, + configurable: true + } ); + } + } + } + + return value; + }, + set: function( owner, data, value ) { + var prop, + cache = this.cache( owner ); + + // Handle: [ owner, key, value ] args + // Always use camelCase key (gh-2257) + if ( typeof data === "string" ) { + cache[ jQuery.camelCase( data ) ] = value; + + // Handle: [ owner, { properties } ] args + } else { + + // Copy the properties one-by-one to the cache object + for ( prop in data ) { + cache[ jQuery.camelCase( prop ) ] = data[ prop ]; + } + } + return cache; + }, + get: function( owner, key ) { + return key === undefined ? + this.cache( owner ) : + + // Always use camelCase key (gh-2257) + owner[ this.expando ] && owner[ this.expando ][ jQuery.camelCase( key ) ]; + }, + access: function( owner, key, value ) { + + // In cases where either: + // + // 1. No key was specified + // 2. A string key was specified, but no value provided + // + // Take the "read" path and allow the get method to determine + // which value to return, respectively either: + // + // 1. The entire cache object + // 2. The data stored at the key + // + if ( key === undefined || + ( ( key && typeof key === "string" ) && value === undefined ) ) { + + return this.get( owner, key ); + } + + // When the key is not a string, or both a key and value + // are specified, set or extend (existing objects) with either: + // + // 1. An object of properties + // 2. A key and value + // + this.set( owner, key, value ); + + // Since the "set" path can have two possible entry points + // return the expected data based on which path was taken[*] + return value !== undefined ? value : key; + }, + remove: function( owner, key ) { + var i, + cache = owner[ this.expando ]; + + if ( cache === undefined ) { + return; + } + + if ( key !== undefined ) { + + // Support array or space separated string of keys + if ( jQuery.isArray( key ) ) { + + // If key is an array of keys... + // We always set camelCase keys, so remove that. + key = key.map( jQuery.camelCase ); + } else { + key = jQuery.camelCase( key ); + + // If a key with the spaces exists, use it. + // Otherwise, create an array by matching non-whitespace + key = key in cache ? + [ key ] : + ( key.match( rnothtmlwhite ) || [] ); + } + + i = key.length; + + while ( i-- ) { + delete cache[ key[ i ] ]; + } + } + + // Remove the expando if there's no more data + if ( key === undefined || jQuery.isEmptyObject( cache ) ) { + + // Support: Chrome <=35 - 45 + // Webkit & Blink performance suffers when deleting properties + // from DOM nodes, so set to undefined instead + // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted) + if ( owner.nodeType ) { + owner[ this.expando ] = undefined; + } else { + delete owner[ this.expando ]; + } + } + }, + hasData: function( owner ) { + var cache = owner[ this.expando ]; + return cache !== undefined && !jQuery.isEmptyObject( cache ); + } +}; +var dataPriv = new Data(); + +var dataUser = new Data(); + + + +// Implementation Summary +// +// 1. Enforce API surface and semantic compatibility with 1.9.x branch +// 2. Improve the module's maintainability by reducing the storage +// paths to a single mechanism. +// 3. Use the same single mechanism to support "private" and "user" data. +// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) +// 5. Avoid exposing implementation details on user objects (eg. expando properties) +// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 + +var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, + rmultiDash = /[A-Z]/g; + +function getData( data ) { + if ( data === "true" ) { + return true; + } + + if ( data === "false" ) { + return false; + } + + if ( data === "null" ) { + return null; + } + + // Only convert to a number if it doesn't change the string + if ( data === +data + "" ) { + return +data; + } + + if ( rbrace.test( data ) ) { + return JSON.parse( data ); + } + + return data; +} + +function dataAttr( elem, key, data ) { + var name; + + // If nothing was found internally, try to fetch any + // data from the HTML5 data-* attribute + if ( data === undefined && elem.nodeType === 1 ) { + name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase(); + data = elem.getAttribute( name ); + + if ( typeof data === "string" ) { + try { + data = getData( data ); + } catch ( e ) {} + + // Make sure we set the data so it isn't changed later + dataUser.set( elem, key, data ); + } else { + data = undefined; + } + } + return data; +} + +jQuery.extend( { + hasData: function( elem ) { + return dataUser.hasData( elem ) || dataPriv.hasData( elem ); + }, + + data: function( elem, name, data ) { + return dataUser.access( elem, name, data ); + }, + + removeData: function( elem, name ) { + dataUser.remove( elem, name ); + }, + + // TODO: Now that all calls to _data and _removeData have been replaced + // with direct calls to dataPriv methods, these can be deprecated. + _data: function( elem, name, data ) { + return dataPriv.access( elem, name, data ); + }, + + _removeData: function( elem, name ) { + dataPriv.remove( elem, name ); + } +} ); + +jQuery.fn.extend( { + data: function( key, value ) { + var i, name, data, + elem = this[ 0 ], + attrs = elem && elem.attributes; + + // Gets all values + if ( key === undefined ) { + if ( this.length ) { + data = dataUser.get( elem ); + + if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) { + i = attrs.length; + while ( i-- ) { + + // Support: IE 11 only + // The attrs elements can be null (#14894) + if ( attrs[ i ] ) { + name = attrs[ i ].name; + if ( name.indexOf( "data-" ) === 0 ) { + name = jQuery.camelCase( name.slice( 5 ) ); + dataAttr( elem, name, data[ name ] ); + } + } + } + dataPriv.set( elem, "hasDataAttrs", true ); + } + } + + return data; + } + + // Sets multiple values + if ( typeof key === "object" ) { + return this.each( function() { + dataUser.set( this, key ); + } ); + } + + return access( this, function( value ) { + var data; + + // The calling jQuery object (element matches) is not empty + // (and therefore has an element appears at this[ 0 ]) and the + // `value` parameter was not undefined. An empty jQuery object + // will result in `undefined` for elem = this[ 0 ] which will + // throw an exception if an attempt to read a data cache is made. + if ( elem && value === undefined ) { + + // Attempt to get data from the cache + // The key will always be camelCased in Data + data = dataUser.get( elem, key ); + if ( data !== undefined ) { + return data; + } + + // Attempt to "discover" the data in + // HTML5 custom data-* attrs + data = dataAttr( elem, key ); + if ( data !== undefined ) { + return data; + } + + // We tried really hard, but the data doesn't exist. + return; + } + + // Set the data... + this.each( function() { + + // We always store the camelCased key + dataUser.set( this, key, value ); + } ); + }, null, value, arguments.length > 1, null, true ); + }, + + removeData: function( key ) { + return this.each( function() { + dataUser.remove( this, key ); + } ); + } +} ); + + +jQuery.extend( { + queue: function( elem, type, data ) { + var queue; + + if ( elem ) { + type = ( type || "fx" ) + "queue"; + queue = dataPriv.get( elem, type ); + + // Speed up dequeue by getting out quickly if this is just a lookup + if ( data ) { + if ( !queue || jQuery.isArray( data ) ) { + queue = dataPriv.access( elem, type, jQuery.makeArray( data ) ); + } else { + queue.push( data ); + } + } + return queue || []; + } + }, + + dequeue: function( elem, type ) { + type = type || "fx"; + + var queue = jQuery.queue( elem, type ), + startLength = queue.length, + fn = queue.shift(), + hooks = jQuery._queueHooks( elem, type ), + next = function() { + jQuery.dequeue( elem, type ); + }; + + // If the fx queue is dequeued, always remove the progress sentinel + if ( fn === "inprogress" ) { + fn = queue.shift(); + startLength--; + } + + if ( fn ) { + + // Add a progress sentinel to prevent the fx queue from being + // automatically dequeued + if ( type === "fx" ) { + queue.unshift( "inprogress" ); + } + + // Clear up the last queue stop function + delete hooks.stop; + fn.call( elem, next, hooks ); + } + + if ( !startLength && hooks ) { + hooks.empty.fire(); + } + }, + + // Not public - generate a queueHooks object, or return the current one + _queueHooks: function( elem, type ) { + var key = type + "queueHooks"; + return dataPriv.get( elem, key ) || dataPriv.access( elem, key, { + empty: jQuery.Callbacks( "once memory" ).add( function() { + dataPriv.remove( elem, [ type + "queue", key ] ); + } ) + } ); + } +} ); + +jQuery.fn.extend( { + queue: function( type, data ) { + var setter = 2; + + if ( typeof type !== "string" ) { + data = type; + type = "fx"; + setter--; + } + + if ( arguments.length < setter ) { + return jQuery.queue( this[ 0 ], type ); + } + + return data === undefined ? + this : + this.each( function() { + var queue = jQuery.queue( this, type, data ); + + // Ensure a hooks for this queue + jQuery._queueHooks( this, type ); + + if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { + jQuery.dequeue( this, type ); + } + } ); + }, + dequeue: function( type ) { + return this.each( function() { + jQuery.dequeue( this, type ); + } ); + }, + clearQueue: function( type ) { + return this.queue( type || "fx", [] ); + }, + + // Get a promise resolved when queues of a certain type + // are emptied (fx is the type by default) + promise: function( type, obj ) { + var tmp, + count = 1, + defer = jQuery.Deferred(), + elements = this, + i = this.length, + resolve = function() { + if ( !( --count ) ) { + defer.resolveWith( elements, [ elements ] ); + } + }; + + if ( typeof type !== "string" ) { + obj = type; + type = undefined; + } + type = type || "fx"; + + while ( i-- ) { + tmp = dataPriv.get( elements[ i ], type + "queueHooks" ); + if ( tmp && tmp.empty ) { + count++; + tmp.empty.add( resolve ); + } + } + resolve(); + return defer.promise( obj ); + } +} ); +var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; + +var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); + + +var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; + +var isHiddenWithinTree = function( elem, el ) { + + // isHiddenWithinTree might be called from jQuery#filter function; + // in that case, element will be second argument + elem = el || elem; + + // Inline style trumps all + return elem.style.display === "none" || + elem.style.display === "" && + + // Otherwise, check computed style + // Support: Firefox <=43 - 45 + // Disconnected elements can have computed display: none, so first confirm that elem is + // in the document. + jQuery.contains( elem.ownerDocument, elem ) && + + jQuery.css( elem, "display" ) === "none"; + }; + +var swap = function( elem, options, callback, args ) { + var ret, name, + old = {}; + + // Remember the old values, and insert the new ones + for ( name in options ) { + old[ name ] = elem.style[ name ]; + elem.style[ name ] = options[ name ]; + } + + ret = callback.apply( elem, args || [] ); + + // Revert the old values + for ( name in options ) { + elem.style[ name ] = old[ name ]; + } + + return ret; +}; + + + + +function adjustCSS( elem, prop, valueParts, tween ) { + var adjusted, + scale = 1, + maxIterations = 20, + currentValue = tween ? + function() { + return tween.cur(); + } : + function() { + return jQuery.css( elem, prop, "" ); + }, + initial = currentValue(), + unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), + + // Starting value computation is required for potential unit mismatches + initialInUnit = ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && + rcssNum.exec( jQuery.css( elem, prop ) ); + + if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { + + // Trust units reported by jQuery.css + unit = unit || initialInUnit[ 3 ]; + + // Make sure we update the tween properties later on + valueParts = valueParts || []; + + // Iteratively approximate from a nonzero starting point + initialInUnit = +initial || 1; + + do { + + // If previous iteration zeroed out, double until we get *something*. + // Use string for doubling so we don't accidentally see scale as unchanged below + scale = scale || ".5"; + + // Adjust and apply + initialInUnit = initialInUnit / scale; + jQuery.style( elem, prop, initialInUnit + unit ); + + // Update scale, tolerating zero or NaN from tween.cur() + // Break the loop if scale is unchanged or perfect, or if we've just had enough. + } while ( + scale !== ( scale = currentValue() / initial ) && scale !== 1 && --maxIterations + ); + } + + if ( valueParts ) { + initialInUnit = +initialInUnit || +initial || 0; + + // Apply relative offset (+=/-=) if specified + adjusted = valueParts[ 1 ] ? + initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : + +valueParts[ 2 ]; + if ( tween ) { + tween.unit = unit; + tween.start = initialInUnit; + tween.end = adjusted; + } + } + return adjusted; +} + + +var defaultDisplayMap = {}; + +function getDefaultDisplay( elem ) { + var temp, + doc = elem.ownerDocument, + nodeName = elem.nodeName, + display = defaultDisplayMap[ nodeName ]; + + if ( display ) { + return display; + } + + temp = doc.body.appendChild( doc.createElement( nodeName ) ); + display = jQuery.css( temp, "display" ); + + temp.parentNode.removeChild( temp ); + + if ( display === "none" ) { + display = "block"; + } + defaultDisplayMap[ nodeName ] = display; + + return display; +} + +function showHide( elements, show ) { + var display, elem, + values = [], + index = 0, + length = elements.length; + + // Determine new display value for elements that need to change + for ( ; index < length; index++ ) { + elem = elements[ index ]; + if ( !elem.style ) { + continue; + } + + display = elem.style.display; + if ( show ) { + + // Since we force visibility upon cascade-hidden elements, an immediate (and slow) + // check is required in this first loop unless we have a nonempty display value (either + // inline or about-to-be-restored) + if ( display === "none" ) { + values[ index ] = dataPriv.get( elem, "display" ) || null; + if ( !values[ index ] ) { + elem.style.display = ""; + } + } + if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) { + values[ index ] = getDefaultDisplay( elem ); + } + } else { + if ( display !== "none" ) { + values[ index ] = "none"; + + // Remember what we're overwriting + dataPriv.set( elem, "display", display ); + } + } + } + + // Set the display of the elements in a second loop to avoid constant reflow + for ( index = 0; index < length; index++ ) { + if ( values[ index ] != null ) { + elements[ index ].style.display = values[ index ]; + } + } + + return elements; +} + +jQuery.fn.extend( { + show: function() { + return showHide( this, true ); + }, + hide: function() { + return showHide( this ); + }, + toggle: function( state ) { + if ( typeof state === "boolean" ) { + return state ? this.show() : this.hide(); + } + + return this.each( function() { + if ( isHiddenWithinTree( this ) ) { + jQuery( this ).show(); + } else { + jQuery( this ).hide(); + } + } ); + } +} ); +var rcheckableType = ( /^(?:checkbox|radio)$/i ); + +var rtagName = ( /<([a-z][^\/\0>\x20\t\r\n\f]+)/i ); + +var rscriptType = ( /^$|\/(?:java|ecma)script/i ); + + + +// We have to close these tags to support XHTML (#13200) +var wrapMap = { + + // Support: IE <=9 only + option: [ 1, "" ], + + // XHTML parsers do not magically insert elements in the + // same way that tag soup parsers do. So we cannot shorten + // this by omitting or other required elements. + thead: [ 1, "", "
" ], + col: [ 2, "", "
" ], + tr: [ 2, "", "
" ], + td: [ 3, "", "
" ], + + _default: [ 0, "", "" ] +}; + +// Support: IE <=9 only +wrapMap.optgroup = wrapMap.option; + +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + + +function getAll( context, tag ) { + + // Support: IE <=9 - 11 only + // Use typeof to avoid zero-argument method invocation on host objects (#15151) + var ret; + + if ( typeof context.getElementsByTagName !== "undefined" ) { + ret = context.getElementsByTagName( tag || "*" ); + + } else if ( typeof context.querySelectorAll !== "undefined" ) { + ret = context.querySelectorAll( tag || "*" ); + + } else { + ret = []; + } + + if ( tag === undefined || tag && jQuery.nodeName( context, tag ) ) { + return jQuery.merge( [ context ], ret ); + } + + return ret; +} + + +// Mark scripts as having already been evaluated +function setGlobalEval( elems, refElements ) { + var i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + dataPriv.set( + elems[ i ], + "globalEval", + !refElements || dataPriv.get( refElements[ i ], "globalEval" ) + ); + } +} + + +var rhtml = /<|&#?\w+;/; + +function buildFragment( elems, context, scripts, selection, ignored ) { + var elem, tmp, tag, wrap, contains, j, + fragment = context.createDocumentFragment(), + nodes = [], + i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + elem = elems[ i ]; + + if ( elem || elem === 0 ) { + + // Add nodes directly + if ( jQuery.type( elem ) === "object" ) { + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); + + // Convert non-html into a text node + } else if ( !rhtml.test( elem ) ) { + nodes.push( context.createTextNode( elem ) ); + + // Convert html into DOM nodes + } else { + tmp = tmp || fragment.appendChild( context.createElement( "div" ) ); + + // Deserialize a standard representation + tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); + wrap = wrapMap[ tag ] || wrapMap._default; + tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; + + // Descend through wrappers to the right content + j = wrap[ 0 ]; + while ( j-- ) { + tmp = tmp.lastChild; + } + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( nodes, tmp.childNodes ); + + // Remember the top-level container + tmp = fragment.firstChild; + + // Ensure the created nodes are orphaned (#12392) + tmp.textContent = ""; + } + } + } + + // Remove wrapper from fragment + fragment.textContent = ""; + + i = 0; + while ( ( elem = nodes[ i++ ] ) ) { + + // Skip elements already in the context collection (trac-4087) + if ( selection && jQuery.inArray( elem, selection ) > -1 ) { + if ( ignored ) { + ignored.push( elem ); + } + continue; + } + + contains = jQuery.contains( elem.ownerDocument, elem ); + + // Append to fragment + tmp = getAll( fragment.appendChild( elem ), "script" ); + + // Preserve script evaluation history + if ( contains ) { + setGlobalEval( tmp ); + } + + // Capture executables + if ( scripts ) { + j = 0; + while ( ( elem = tmp[ j++ ] ) ) { + if ( rscriptType.test( elem.type || "" ) ) { + scripts.push( elem ); + } + } + } + } + + return fragment; +} + + +( function() { + var fragment = document.createDocumentFragment(), + div = fragment.appendChild( document.createElement( "div" ) ), + input = document.createElement( "input" ); + + // Support: Android 4.0 - 4.3 only + // Check state lost if the name is set (#11217) + // Support: Windows Web Apps (WWA) + // `name` and `type` must use .setAttribute for WWA (#14901) + input.setAttribute( "type", "radio" ); + input.setAttribute( "checked", "checked" ); + input.setAttribute( "name", "t" ); + + div.appendChild( input ); + + // Support: Android <=4.1 only + // Older WebKit doesn't clone checked state correctly in fragments + support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; + + // Support: IE <=11 only + // Make sure textarea (and checkbox) defaultValue is properly cloned + div.innerHTML = ""; + support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; +} )(); +var documentElement = document.documentElement; + + + +var + rkeyEvent = /^key/, + rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, + rtypenamespace = /^([^.]*)(?:\.(.+)|)/; + +function returnTrue() { + return true; +} + +function returnFalse() { + return false; +} + +// Support: IE <=9 only +// See #13393 for more info +function safeActiveElement() { + try { + return document.activeElement; + } catch ( err ) { } +} + +function on( elem, types, selector, data, fn, one ) { + var origFn, type; + + // Types can be a map of types/handlers + if ( typeof types === "object" ) { + + // ( types-Object, selector, data ) + if ( typeof selector !== "string" ) { + + // ( types-Object, data ) + data = data || selector; + selector = undefined; + } + for ( type in types ) { + on( elem, type, selector, data, types[ type ], one ); + } + return elem; + } + + if ( data == null && fn == null ) { + + // ( types, fn ) + fn = selector; + data = selector = undefined; + } else if ( fn == null ) { + if ( typeof selector === "string" ) { + + // ( types, selector, fn ) + fn = data; + data = undefined; + } else { + + // ( types, data, fn ) + fn = data; + data = selector; + selector = undefined; + } + } + if ( fn === false ) { + fn = returnFalse; + } else if ( !fn ) { + return elem; + } + + if ( one === 1 ) { + origFn = fn; + fn = function( event ) { + + // Can use an empty set, since event contains the info + jQuery().off( event ); + return origFn.apply( this, arguments ); + }; + + // Use same guid so caller can remove using origFn + fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); + } + return elem.each( function() { + jQuery.event.add( this, types, fn, data, selector ); + } ); +} + +/* + * Helper functions for managing events -- not part of the public interface. + * Props to Dean Edwards' addEvent library for many of the ideas. + */ +jQuery.event = { + + global: {}, + + add: function( elem, types, handler, data, selector ) { + + var handleObjIn, eventHandle, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = dataPriv.get( elem ); + + // Don't attach events to noData or text/comment nodes (but allow plain objects) + if ( !elemData ) { + return; + } + + // Caller can pass in an object of custom data in lieu of the handler + if ( handler.handler ) { + handleObjIn = handler; + handler = handleObjIn.handler; + selector = handleObjIn.selector; + } + + // Ensure that invalid selectors throw exceptions at attach time + // Evaluate against documentElement in case elem is a non-element node (e.g., document) + if ( selector ) { + jQuery.find.matchesSelector( documentElement, selector ); + } + + // Make sure that the handler has a unique ID, used to find/remove it later + if ( !handler.guid ) { + handler.guid = jQuery.guid++; + } + + // Init the element's event structure and main handler, if this is the first + if ( !( events = elemData.events ) ) { + events = elemData.events = {}; + } + if ( !( eventHandle = elemData.handle ) ) { + eventHandle = elemData.handle = function( e ) { + + // Discard the second event of a jQuery.event.trigger() and + // when an event is called after a page has unloaded + return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? + jQuery.event.dispatch.apply( elem, arguments ) : undefined; + }; + } + + // Handle multiple events separated by a space + types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[ t ] ) || []; + type = origType = tmp[ 1 ]; + namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); + + // There *must* be a type, no attaching namespace-only handlers + if ( !type ) { + continue; + } + + // If event changes its type, use the special event handlers for the changed type + special = jQuery.event.special[ type ] || {}; + + // If selector defined, determine special event api type, otherwise given type + type = ( selector ? special.delegateType : special.bindType ) || type; + + // Update special based on newly reset type + special = jQuery.event.special[ type ] || {}; + + // handleObj is passed to all event handlers + handleObj = jQuery.extend( { + type: type, + origType: origType, + data: data, + handler: handler, + guid: handler.guid, + selector: selector, + needsContext: selector && jQuery.expr.match.needsContext.test( selector ), + namespace: namespaces.join( "." ) + }, handleObjIn ); + + // Init the event handler queue if we're the first + if ( !( handlers = events[ type ] ) ) { + handlers = events[ type ] = []; + handlers.delegateCount = 0; + + // Only use addEventListener if the special events handler returns false + if ( !special.setup || + special.setup.call( elem, data, namespaces, eventHandle ) === false ) { + + if ( elem.addEventListener ) { + elem.addEventListener( type, eventHandle ); + } + } + } + + if ( special.add ) { + special.add.call( elem, handleObj ); + + if ( !handleObj.handler.guid ) { + handleObj.handler.guid = handler.guid; + } + } + + // Add to the element's handler list, delegates in front + if ( selector ) { + handlers.splice( handlers.delegateCount++, 0, handleObj ); + } else { + handlers.push( handleObj ); + } + + // Keep track of which events have ever been used, for event optimization + jQuery.event.global[ type ] = true; + } + + }, + + // Detach an event or set of events from an element + remove: function( elem, types, handler, selector, mappedTypes ) { + + var j, origCount, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = dataPriv.hasData( elem ) && dataPriv.get( elem ); + + if ( !elemData || !( events = elemData.events ) ) { + return; + } + + // Once for each type.namespace in types; type may be omitted + types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[ t ] ) || []; + type = origType = tmp[ 1 ]; + namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); + + // Unbind all events (on this namespace, if provided) for the element + if ( !type ) { + for ( type in events ) { + jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); + } + continue; + } + + special = jQuery.event.special[ type ] || {}; + type = ( selector ? special.delegateType : special.bindType ) || type; + handlers = events[ type ] || []; + tmp = tmp[ 2 ] && + new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); + + // Remove matching events + origCount = j = handlers.length; + while ( j-- ) { + handleObj = handlers[ j ]; + + if ( ( mappedTypes || origType === handleObj.origType ) && + ( !handler || handler.guid === handleObj.guid ) && + ( !tmp || tmp.test( handleObj.namespace ) ) && + ( !selector || selector === handleObj.selector || + selector === "**" && handleObj.selector ) ) { + handlers.splice( j, 1 ); + + if ( handleObj.selector ) { + handlers.delegateCount--; + } + if ( special.remove ) { + special.remove.call( elem, handleObj ); + } + } + } + + // Remove generic event handler if we removed something and no more handlers exist + // (avoids potential for endless recursion during removal of special event handlers) + if ( origCount && !handlers.length ) { + if ( !special.teardown || + special.teardown.call( elem, namespaces, elemData.handle ) === false ) { + + jQuery.removeEvent( elem, type, elemData.handle ); + } + + delete events[ type ]; + } + } + + // Remove data and the expando if it's no longer used + if ( jQuery.isEmptyObject( events ) ) { + dataPriv.remove( elem, "handle events" ); + } + }, + + dispatch: function( nativeEvent ) { + + // Make a writable jQuery.Event from the native event object + var event = jQuery.event.fix( nativeEvent ); + + var i, j, ret, matched, handleObj, handlerQueue, + args = new Array( arguments.length ), + handlers = ( dataPriv.get( this, "events" ) || {} )[ event.type ] || [], + special = jQuery.event.special[ event.type ] || {}; + + // Use the fix-ed jQuery.Event rather than the (read-only) native event + args[ 0 ] = event; + + for ( i = 1; i < arguments.length; i++ ) { + args[ i ] = arguments[ i ]; + } + + event.delegateTarget = this; + + // Call the preDispatch hook for the mapped type, and let it bail if desired + if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { + return; + } + + // Determine handlers + handlerQueue = jQuery.event.handlers.call( this, event, handlers ); + + // Run delegates first; they may want to stop propagation beneath us + i = 0; + while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { + event.currentTarget = matched.elem; + + j = 0; + while ( ( handleObj = matched.handlers[ j++ ] ) && + !event.isImmediatePropagationStopped() ) { + + // Triggered event must either 1) have no namespace, or 2) have namespace(s) + // a subset or equal to those in the bound event (both can have no namespace). + if ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) { + + event.handleObj = handleObj; + event.data = handleObj.data; + + ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || + handleObj.handler ).apply( matched.elem, args ); + + if ( ret !== undefined ) { + if ( ( event.result = ret ) === false ) { + event.preventDefault(); + event.stopPropagation(); + } + } + } + } + } + + // Call the postDispatch hook for the mapped type + if ( special.postDispatch ) { + special.postDispatch.call( this, event ); + } + + return event.result; + }, + + handlers: function( event, handlers ) { + var i, handleObj, sel, matchedHandlers, matchedSelectors, + handlerQueue = [], + delegateCount = handlers.delegateCount, + cur = event.target; + + // Find delegate handlers + if ( delegateCount && + + // Support: IE <=9 + // Black-hole SVG instance trees (trac-13180) + cur.nodeType && + + // Support: Firefox <=42 + // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861) + // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click + // Support: IE 11 only + // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343) + !( event.type === "click" && event.button >= 1 ) ) { + + for ( ; cur !== this; cur = cur.parentNode || this ) { + + // Don't check non-elements (#13208) + // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) + if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) { + matchedHandlers = []; + matchedSelectors = {}; + for ( i = 0; i < delegateCount; i++ ) { + handleObj = handlers[ i ]; + + // Don't conflict with Object.prototype properties (#13203) + sel = handleObj.selector + " "; + + if ( matchedSelectors[ sel ] === undefined ) { + matchedSelectors[ sel ] = handleObj.needsContext ? + jQuery( sel, this ).index( cur ) > -1 : + jQuery.find( sel, this, null, [ cur ] ).length; + } + if ( matchedSelectors[ sel ] ) { + matchedHandlers.push( handleObj ); + } + } + if ( matchedHandlers.length ) { + handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); + } + } + } + } + + // Add the remaining (directly-bound) handlers + cur = this; + if ( delegateCount < handlers.length ) { + handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); + } + + return handlerQueue; + }, + + addProp: function( name, hook ) { + Object.defineProperty( jQuery.Event.prototype, name, { + enumerable: true, + configurable: true, + + get: jQuery.isFunction( hook ) ? + function() { + if ( this.originalEvent ) { + return hook( this.originalEvent ); + } + } : + function() { + if ( this.originalEvent ) { + return this.originalEvent[ name ]; + } + }, + + set: function( value ) { + Object.defineProperty( this, name, { + enumerable: true, + configurable: true, + writable: true, + value: value + } ); + } + } ); + }, + + fix: function( originalEvent ) { + return originalEvent[ jQuery.expando ] ? + originalEvent : + new jQuery.Event( originalEvent ); + }, + + special: { + load: { + + // Prevent triggered image.load events from bubbling to window.load + noBubble: true + }, + focus: { + + // Fire native event if possible so blur/focus sequence is correct + trigger: function() { + if ( this !== safeActiveElement() && this.focus ) { + this.focus(); + return false; + } + }, + delegateType: "focusin" + }, + blur: { + trigger: function() { + if ( this === safeActiveElement() && this.blur ) { + this.blur(); + return false; + } + }, + delegateType: "focusout" + }, + click: { + + // For checkbox, fire native event so checked state will be right + trigger: function() { + if ( this.type === "checkbox" && this.click && jQuery.nodeName( this, "input" ) ) { + this.click(); + return false; + } + }, + + // For cross-browser consistency, don't fire native .click() on links + _default: function( event ) { + return jQuery.nodeName( event.target, "a" ); + } + }, + + beforeunload: { + postDispatch: function( event ) { + + // Support: Firefox 20+ + // Firefox doesn't alert if the returnValue field is not set. + if ( event.result !== undefined && event.originalEvent ) { + event.originalEvent.returnValue = event.result; + } + } + } + } +}; + +jQuery.removeEvent = function( elem, type, handle ) { + + // This "if" is needed for plain objects + if ( elem.removeEventListener ) { + elem.removeEventListener( type, handle ); + } +}; + +jQuery.Event = function( src, props ) { + + // Allow instantiation without the 'new' keyword + if ( !( this instanceof jQuery.Event ) ) { + return new jQuery.Event( src, props ); + } + + // Event object + if ( src && src.type ) { + this.originalEvent = src; + this.type = src.type; + + // Events bubbling up the document may have been marked as prevented + // by a handler lower down the tree; reflect the correct value. + this.isDefaultPrevented = src.defaultPrevented || + src.defaultPrevented === undefined && + + // Support: Android <=2.3 only + src.returnValue === false ? + returnTrue : + returnFalse; + + // Create target properties + // Support: Safari <=6 - 7 only + // Target should not be a text node (#504, #13143) + this.target = ( src.target && src.target.nodeType === 3 ) ? + src.target.parentNode : + src.target; + + this.currentTarget = src.currentTarget; + this.relatedTarget = src.relatedTarget; + + // Event type + } else { + this.type = src; + } + + // Put explicitly provided properties onto the event object + if ( props ) { + jQuery.extend( this, props ); + } + + // Create a timestamp if incoming event doesn't have one + this.timeStamp = src && src.timeStamp || jQuery.now(); + + // Mark it as fixed + this[ jQuery.expando ] = true; +}; + +// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding +// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html +jQuery.Event.prototype = { + constructor: jQuery.Event, + isDefaultPrevented: returnFalse, + isPropagationStopped: returnFalse, + isImmediatePropagationStopped: returnFalse, + isSimulated: false, + + preventDefault: function() { + var e = this.originalEvent; + + this.isDefaultPrevented = returnTrue; + + if ( e && !this.isSimulated ) { + e.preventDefault(); + } + }, + stopPropagation: function() { + var e = this.originalEvent; + + this.isPropagationStopped = returnTrue; + + if ( e && !this.isSimulated ) { + e.stopPropagation(); + } + }, + stopImmediatePropagation: function() { + var e = this.originalEvent; + + this.isImmediatePropagationStopped = returnTrue; + + if ( e && !this.isSimulated ) { + e.stopImmediatePropagation(); + } + + this.stopPropagation(); + } +}; + +// Includes all common event props including KeyEvent and MouseEvent specific props +jQuery.each( { + altKey: true, + bubbles: true, + cancelable: true, + changedTouches: true, + ctrlKey: true, + detail: true, + eventPhase: true, + metaKey: true, + pageX: true, + pageY: true, + shiftKey: true, + view: true, + "char": true, + charCode: true, + key: true, + keyCode: true, + button: true, + buttons: true, + clientX: true, + clientY: true, + offsetX: true, + offsetY: true, + pointerId: true, + pointerType: true, + screenX: true, + screenY: true, + targetTouches: true, + toElement: true, + touches: true, + + which: function( event ) { + var button = event.button; + + // Add which for key events + if ( event.which == null && rkeyEvent.test( event.type ) ) { + return event.charCode != null ? event.charCode : event.keyCode; + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + if ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) { + if ( button & 1 ) { + return 1; + } + + if ( button & 2 ) { + return 3; + } + + if ( button & 4 ) { + return 2; + } + + return 0; + } + + return event.which; + } +}, jQuery.event.addProp ); + +// Create mouseenter/leave events using mouseover/out and event-time checks +// so that event delegation works in jQuery. +// Do the same for pointerenter/pointerleave and pointerover/pointerout +// +// Support: Safari 7 only +// Safari sends mouseenter too often; see: +// https://bugs.chromium.org/p/chromium/issues/detail?id=470258 +// for the description of the bug (it existed in older Chrome versions as well). +jQuery.each( { + mouseenter: "mouseover", + mouseleave: "mouseout", + pointerenter: "pointerover", + pointerleave: "pointerout" +}, function( orig, fix ) { + jQuery.event.special[ orig ] = { + delegateType: fix, + bindType: fix, + + handle: function( event ) { + var ret, + target = this, + related = event.relatedTarget, + handleObj = event.handleObj; + + // For mouseenter/leave call the handler if related is outside the target. + // NB: No relatedTarget if the mouse left/entered the browser window + if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { + event.type = handleObj.origType; + ret = handleObj.handler.apply( this, arguments ); + event.type = fix; + } + return ret; + } + }; +} ); + +jQuery.fn.extend( { + + on: function( types, selector, data, fn ) { + return on( this, types, selector, data, fn ); + }, + one: function( types, selector, data, fn ) { + return on( this, types, selector, data, fn, 1 ); + }, + off: function( types, selector, fn ) { + var handleObj, type; + if ( types && types.preventDefault && types.handleObj ) { + + // ( event ) dispatched jQuery.Event + handleObj = types.handleObj; + jQuery( types.delegateTarget ).off( + handleObj.namespace ? + handleObj.origType + "." + handleObj.namespace : + handleObj.origType, + handleObj.selector, + handleObj.handler + ); + return this; + } + if ( typeof types === "object" ) { + + // ( types-object [, selector] ) + for ( type in types ) { + this.off( type, selector, types[ type ] ); + } + return this; + } + if ( selector === false || typeof selector === "function" ) { + + // ( types [, fn] ) + fn = selector; + selector = undefined; + } + if ( fn === false ) { + fn = returnFalse; + } + return this.each( function() { + jQuery.event.remove( this, types, fn, selector ); + } ); + } +} ); + + +var + + /* eslint-disable max-len */ + + // See https://github.com/eslint/eslint/issues/3229 + rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi, + + /* eslint-enable */ + + // Support: IE <=10 - 11, Edge 12 - 13 + // In IE/Edge using regex groups here causes severe slowdowns. + // See https://connect.microsoft.com/IE/feedback/details/1736512/ + rnoInnerhtml = /\s*$/g; + +function manipulationTarget( elem, content ) { + if ( jQuery.nodeName( elem, "table" ) && + jQuery.nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) { + + return elem.getElementsByTagName( "tbody" )[ 0 ] || elem; + } + + return elem; +} + +// Replace/restore the type attribute of script elements for safe DOM manipulation +function disableScript( elem ) { + elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type; + return elem; +} +function restoreScript( elem ) { + var match = rscriptTypeMasked.exec( elem.type ); + + if ( match ) { + elem.type = match[ 1 ]; + } else { + elem.removeAttribute( "type" ); + } + + return elem; +} + +function cloneCopyEvent( src, dest ) { + var i, l, type, pdataOld, pdataCur, udataOld, udataCur, events; + + if ( dest.nodeType !== 1 ) { + return; + } + + // 1. Copy private data: events, handlers, etc. + if ( dataPriv.hasData( src ) ) { + pdataOld = dataPriv.access( src ); + pdataCur = dataPriv.set( dest, pdataOld ); + events = pdataOld.events; + + if ( events ) { + delete pdataCur.handle; + pdataCur.events = {}; + + for ( type in events ) { + for ( i = 0, l = events[ type ].length; i < l; i++ ) { + jQuery.event.add( dest, type, events[ type ][ i ] ); + } + } + } + } + + // 2. Copy user data + if ( dataUser.hasData( src ) ) { + udataOld = dataUser.access( src ); + udataCur = jQuery.extend( {}, udataOld ); + + dataUser.set( dest, udataCur ); + } +} + +// Fix IE bugs, see support tests +function fixInput( src, dest ) { + var nodeName = dest.nodeName.toLowerCase(); + + // Fails to persist the checked state of a cloned checkbox or radio button. + if ( nodeName === "input" && rcheckableType.test( src.type ) ) { + dest.checked = src.checked; + + // Fails to return the selected option to the default selected state when cloning options + } else if ( nodeName === "input" || nodeName === "textarea" ) { + dest.defaultValue = src.defaultValue; + } +} + +function domManip( collection, args, callback, ignored ) { + + // Flatten any nested arrays + args = concat.apply( [], args ); + + var fragment, first, scripts, hasScripts, node, doc, + i = 0, + l = collection.length, + iNoClone = l - 1, + value = args[ 0 ], + isFunction = jQuery.isFunction( value ); + + // We can't cloneNode fragments that contain checked, in WebKit + if ( isFunction || + ( l > 1 && typeof value === "string" && + !support.checkClone && rchecked.test( value ) ) ) { + return collection.each( function( index ) { + var self = collection.eq( index ); + if ( isFunction ) { + args[ 0 ] = value.call( this, index, self.html() ); + } + domManip( self, args, callback, ignored ); + } ); + } + + if ( l ) { + fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); + first = fragment.firstChild; + + if ( fragment.childNodes.length === 1 ) { + fragment = first; + } + + // Require either new content or an interest in ignored elements to invoke the callback + if ( first || ignored ) { + scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); + hasScripts = scripts.length; + + // Use the original fragment for the last item + // instead of the first because it can end up + // being emptied incorrectly in certain situations (#8070). + for ( ; i < l; i++ ) { + node = fragment; + + if ( i !== iNoClone ) { + node = jQuery.clone( node, true, true ); + + // Keep references to cloned scripts for later restoration + if ( hasScripts ) { + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( scripts, getAll( node, "script" ) ); + } + } + + callback.call( collection[ i ], node, i ); + } + + if ( hasScripts ) { + doc = scripts[ scripts.length - 1 ].ownerDocument; + + // Reenable scripts + jQuery.map( scripts, restoreScript ); + + // Evaluate executable scripts on first document insertion + for ( i = 0; i < hasScripts; i++ ) { + node = scripts[ i ]; + if ( rscriptType.test( node.type || "" ) && + !dataPriv.access( node, "globalEval" ) && + jQuery.contains( doc, node ) ) { + + if ( node.src ) { + + // Optional AJAX dependency, but won't run scripts if not present + if ( jQuery._evalUrl ) { + jQuery._evalUrl( node.src ); + } + } else { + DOMEval( node.textContent.replace( rcleanScript, "" ), doc ); + } + } + } + } + } + } + + return collection; +} + +function remove( elem, selector, keepData ) { + var node, + nodes = selector ? jQuery.filter( selector, elem ) : elem, + i = 0; + + for ( ; ( node = nodes[ i ] ) != null; i++ ) { + if ( !keepData && node.nodeType === 1 ) { + jQuery.cleanData( getAll( node ) ); + } + + if ( node.parentNode ) { + if ( keepData && jQuery.contains( node.ownerDocument, node ) ) { + setGlobalEval( getAll( node, "script" ) ); + } + node.parentNode.removeChild( node ); + } + } + + return elem; +} + +jQuery.extend( { + htmlPrefilter: function( html ) { + return html.replace( rxhtmlTag, "<$1>" ); + }, + + clone: function( elem, dataAndEvents, deepDataAndEvents ) { + var i, l, srcElements, destElements, + clone = elem.cloneNode( true ), + inPage = jQuery.contains( elem.ownerDocument, elem ); + + // Fix IE cloning issues + if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && + !jQuery.isXMLDoc( elem ) ) { + + // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2 + destElements = getAll( clone ); + srcElements = getAll( elem ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + fixInput( srcElements[ i ], destElements[ i ] ); + } + } + + // Copy the events from the original to the clone + if ( dataAndEvents ) { + if ( deepDataAndEvents ) { + srcElements = srcElements || getAll( elem ); + destElements = destElements || getAll( clone ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + cloneCopyEvent( srcElements[ i ], destElements[ i ] ); + } + } else { + cloneCopyEvent( elem, clone ); + } + } + + // Preserve script evaluation history + destElements = getAll( clone, "script" ); + if ( destElements.length > 0 ) { + setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); + } + + // Return the cloned set + return clone; + }, + + cleanData: function( elems ) { + var data, elem, type, + special = jQuery.event.special, + i = 0; + + for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) { + if ( acceptData( elem ) ) { + if ( ( data = elem[ dataPriv.expando ] ) ) { + if ( data.events ) { + for ( type in data.events ) { + if ( special[ type ] ) { + jQuery.event.remove( elem, type ); + + // This is a shortcut to avoid jQuery.event.remove's overhead + } else { + jQuery.removeEvent( elem, type, data.handle ); + } + } + } + + // Support: Chrome <=35 - 45+ + // Assign undefined instead of using delete, see Data#remove + elem[ dataPriv.expando ] = undefined; + } + if ( elem[ dataUser.expando ] ) { + + // Support: Chrome <=35 - 45+ + // Assign undefined instead of using delete, see Data#remove + elem[ dataUser.expando ] = undefined; + } + } + } + } +} ); + +jQuery.fn.extend( { + detach: function( selector ) { + return remove( this, selector, true ); + }, + + remove: function( selector ) { + return remove( this, selector ); + }, + + text: function( value ) { + return access( this, function( value ) { + return value === undefined ? + jQuery.text( this ) : + this.empty().each( function() { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + this.textContent = value; + } + } ); + }, null, value, arguments.length ); + }, + + append: function() { + return domManip( this, arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.appendChild( elem ); + } + } ); + }, + + prepend: function() { + return domManip( this, arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.insertBefore( elem, target.firstChild ); + } + } ); + }, + + before: function() { + return domManip( this, arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this ); + } + } ); + }, + + after: function() { + return domManip( this, arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this.nextSibling ); + } + } ); + }, + + empty: function() { + var elem, + i = 0; + + for ( ; ( elem = this[ i ] ) != null; i++ ) { + if ( elem.nodeType === 1 ) { + + // Prevent memory leaks + jQuery.cleanData( getAll( elem, false ) ); + + // Remove any remaining nodes + elem.textContent = ""; + } + } + + return this; + }, + + clone: function( dataAndEvents, deepDataAndEvents ) { + dataAndEvents = dataAndEvents == null ? false : dataAndEvents; + deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; + + return this.map( function() { + return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); + } ); + }, + + html: function( value ) { + return access( this, function( value ) { + var elem = this[ 0 ] || {}, + i = 0, + l = this.length; + + if ( value === undefined && elem.nodeType === 1 ) { + return elem.innerHTML; + } + + // See if we can take a shortcut and just use innerHTML + if ( typeof value === "string" && !rnoInnerhtml.test( value ) && + !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { + + value = jQuery.htmlPrefilter( value ); + + try { + for ( ; i < l; i++ ) { + elem = this[ i ] || {}; + + // Remove element nodes and prevent memory leaks + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + elem.innerHTML = value; + } + } + + elem = 0; + + // If using innerHTML throws an exception, use the fallback method + } catch ( e ) {} + } + + if ( elem ) { + this.empty().append( value ); + } + }, null, value, arguments.length ); + }, + + replaceWith: function() { + var ignored = []; + + // Make the changes, replacing each non-ignored context element with the new content + return domManip( this, arguments, function( elem ) { + var parent = this.parentNode; + + if ( jQuery.inArray( this, ignored ) < 0 ) { + jQuery.cleanData( getAll( this ) ); + if ( parent ) { + parent.replaceChild( elem, this ); + } + } + + // Force callback invocation + }, ignored ); + } +} ); + +jQuery.each( { + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" +}, function( name, original ) { + jQuery.fn[ name ] = function( selector ) { + var elems, + ret = [], + insert = jQuery( selector ), + last = insert.length - 1, + i = 0; + + for ( ; i <= last; i++ ) { + elems = i === last ? this : this.clone( true ); + jQuery( insert[ i ] )[ original ]( elems ); + + // Support: Android <=4.0 only, PhantomJS 1 only + // .get() because push.apply(_, arraylike) throws on ancient WebKit + push.apply( ret, elems.get() ); + } + + return this.pushStack( ret ); + }; +} ); +var rmargin = ( /^margin/ ); + +var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); + +var getStyles = function( elem ) { + + // Support: IE <=11 only, Firefox <=30 (#15098, #14150) + // IE throws on elements created in popups + // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" + var view = elem.ownerDocument.defaultView; + + if ( !view || !view.opener ) { + view = window; + } + + return view.getComputedStyle( elem ); + }; + + + +( function() { + + // Executing both pixelPosition & boxSizingReliable tests require only one layout + // so they're executed at the same time to save the second computation. + function computeStyleTests() { + + // This is a singleton, we need to execute it only once + if ( !div ) { + return; + } + + div.style.cssText = + "box-sizing:border-box;" + + "position:relative;display:block;" + + "margin:auto;border:1px;padding:1px;" + + "top:1%;width:50%"; + div.innerHTML = ""; + documentElement.appendChild( container ); + + var divStyle = window.getComputedStyle( div ); + pixelPositionVal = divStyle.top !== "1%"; + + // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44 + reliableMarginLeftVal = divStyle.marginLeft === "2px"; + boxSizingReliableVal = divStyle.width === "4px"; + + // Support: Android 4.0 - 4.3 only + // Some styles come back with percentage values, even though they shouldn't + div.style.marginRight = "50%"; + pixelMarginRightVal = divStyle.marginRight === "4px"; + + documentElement.removeChild( container ); + + // Nullify the div so it wouldn't be stored in the memory and + // it will also be a sign that checks already performed + div = null; + } + + var pixelPositionVal, boxSizingReliableVal, pixelMarginRightVal, reliableMarginLeftVal, + container = document.createElement( "div" ), + div = document.createElement( "div" ); + + // Finish early in limited (non-browser) environments + if ( !div.style ) { + return; + } + + // Support: IE <=9 - 11 only + // Style of cloned element affects source element cloned (#8908) + div.style.backgroundClip = "content-box"; + div.cloneNode( true ).style.backgroundClip = ""; + support.clearCloneStyle = div.style.backgroundClip === "content-box"; + + container.style.cssText = "border:0;width:8px;height:0;top:0;left:-9999px;" + + "padding:0;margin-top:1px;position:absolute"; + container.appendChild( div ); + + jQuery.extend( support, { + pixelPosition: function() { + computeStyleTests(); + return pixelPositionVal; + }, + boxSizingReliable: function() { + computeStyleTests(); + return boxSizingReliableVal; + }, + pixelMarginRight: function() { + computeStyleTests(); + return pixelMarginRightVal; + }, + reliableMarginLeft: function() { + computeStyleTests(); + return reliableMarginLeftVal; + } + } ); +} )(); + + +function curCSS( elem, name, computed ) { + var width, minWidth, maxWidth, ret, + style = elem.style; + + computed = computed || getStyles( elem ); + + // Support: IE <=9 only + // getPropertyValue is only needed for .css('filter') (#12537) + if ( computed ) { + ret = computed.getPropertyValue( name ) || computed[ name ]; + + if ( ret === "" && !jQuery.contains( elem.ownerDocument, elem ) ) { + ret = jQuery.style( elem, name ); + } + + // A tribute to the "awesome hack by Dean Edwards" + // Android Browser returns percentage for some values, + // but width seems to be reliably pixels. + // This is against the CSSOM draft spec: + // https://drafts.csswg.org/cssom/#resolved-values + if ( !support.pixelMarginRight() && rnumnonpx.test( ret ) && rmargin.test( name ) ) { + + // Remember the original values + width = style.width; + minWidth = style.minWidth; + maxWidth = style.maxWidth; + + // Put in the new values to get a computed value out + style.minWidth = style.maxWidth = style.width = ret; + ret = computed.width; + + // Revert the changed values + style.width = width; + style.minWidth = minWidth; + style.maxWidth = maxWidth; + } + } + + return ret !== undefined ? + + // Support: IE <=9 - 11 only + // IE returns zIndex value as an integer. + ret + "" : + ret; +} + + +function addGetHookIf( conditionFn, hookFn ) { + + // Define the hook, we'll check on the first run if it's really needed. + return { + get: function() { + if ( conditionFn() ) { + + // Hook not needed (or it's not possible to use it due + // to missing dependency), remove it. + delete this.get; + return; + } + + // Hook needed; redefine it so that the support test is not executed again. + return ( this.get = hookFn ).apply( this, arguments ); + } + }; +} + + +var + + // Swappable if display is none or starts with table + // except "table", "table-cell", or "table-caption" + // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display + rdisplayswap = /^(none|table(?!-c[ea]).+)/, + cssShow = { position: "absolute", visibility: "hidden", display: "block" }, + cssNormalTransform = { + letterSpacing: "0", + fontWeight: "400" + }, + + cssPrefixes = [ "Webkit", "Moz", "ms" ], + emptyStyle = document.createElement( "div" ).style; + +// Return a css property mapped to a potentially vendor prefixed property +function vendorPropName( name ) { + + // Shortcut for names that are not vendor prefixed + if ( name in emptyStyle ) { + return name; + } + + // Check for vendor prefixed names + var capName = name[ 0 ].toUpperCase() + name.slice( 1 ), + i = cssPrefixes.length; + + while ( i-- ) { + name = cssPrefixes[ i ] + capName; + if ( name in emptyStyle ) { + return name; + } + } +} + +function setPositiveNumber( elem, value, subtract ) { + + // Any relative (+/-) values have already been + // normalized at this point + var matches = rcssNum.exec( value ); + return matches ? + + // Guard against undefined "subtract", e.g., when used as in cssHooks + Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) : + value; +} + +function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { + var i, + val = 0; + + // If we already have the right measurement, avoid augmentation + if ( extra === ( isBorderBox ? "border" : "content" ) ) { + i = 4; + + // Otherwise initialize for horizontal or vertical properties + } else { + i = name === "width" ? 1 : 0; + } + + for ( ; i < 4; i += 2 ) { + + // Both box models exclude margin, so add it if we want it + if ( extra === "margin" ) { + val += jQuery.css( elem, extra + cssExpand[ i ], true, styles ); + } + + if ( isBorderBox ) { + + // border-box includes padding, so remove it if we want content + if ( extra === "content" ) { + val -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + } + + // At this point, extra isn't border nor margin, so remove border + if ( extra !== "margin" ) { + val -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + } else { + + // At this point, extra isn't content, so add padding + val += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + + // At this point, extra isn't content nor padding, so add border + if ( extra !== "padding" ) { + val += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + } + } + + return val; +} + +function getWidthOrHeight( elem, name, extra ) { + + // Start with offset property, which is equivalent to the border-box value + var val, + valueIsBorderBox = true, + styles = getStyles( elem ), + isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; + + // Support: IE <=11 only + // Running getBoundingClientRect on a disconnected node + // in IE throws an error. + if ( elem.getClientRects().length ) { + val = elem.getBoundingClientRect()[ name ]; + } + + // Some non-html elements return undefined for offsetWidth, so check for null/undefined + // svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285 + // MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668 + if ( val <= 0 || val == null ) { + + // Fall back to computed then uncomputed css if necessary + val = curCSS( elem, name, styles ); + if ( val < 0 || val == null ) { + val = elem.style[ name ]; + } + + // Computed unit is not pixels. Stop here and return. + if ( rnumnonpx.test( val ) ) { + return val; + } + + // Check for style in case a browser which returns unreliable values + // for getComputedStyle silently falls back to the reliable elem.style + valueIsBorderBox = isBorderBox && + ( support.boxSizingReliable() || val === elem.style[ name ] ); + + // Normalize "", auto, and prepare for extra + val = parseFloat( val ) || 0; + } + + // Use the active box-sizing model to add/subtract irrelevant styles + return ( val + + augmentWidthOrHeight( + elem, + name, + extra || ( isBorderBox ? "border" : "content" ), + valueIsBorderBox, + styles + ) + ) + "px"; +} + +jQuery.extend( { + + // Add in style property hooks for overriding the default + // behavior of getting and setting a style property + cssHooks: { + opacity: { + get: function( elem, computed ) { + if ( computed ) { + + // We should always get a number back from opacity + var ret = curCSS( elem, "opacity" ); + return ret === "" ? "1" : ret; + } + } + } + }, + + // Don't automatically add "px" to these possibly-unitless properties + cssNumber: { + "animationIterationCount": true, + "columnCount": true, + "fillOpacity": true, + "flexGrow": true, + "flexShrink": true, + "fontWeight": true, + "lineHeight": true, + "opacity": true, + "order": true, + "orphans": true, + "widows": true, + "zIndex": true, + "zoom": true + }, + + // Add in properties whose names you wish to fix before + // setting or getting the value + cssProps: { + "float": "cssFloat" + }, + + // Get and set the style property on a DOM Node + style: function( elem, name, value, extra ) { + + // Don't set styles on text and comment nodes + if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { + return; + } + + // Make sure that we're working with the right name + var ret, type, hooks, + origName = jQuery.camelCase( name ), + style = elem.style; + + name = jQuery.cssProps[ origName ] || + ( jQuery.cssProps[ origName ] = vendorPropName( origName ) || origName ); + + // Gets hook for the prefixed version, then unprefixed version + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // Check if we're setting a value + if ( value !== undefined ) { + type = typeof value; + + // Convert "+=" or "-=" to relative numbers (#7345) + if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) { + value = adjustCSS( elem, name, ret ); + + // Fixes bug #9237 + type = "number"; + } + + // Make sure that null and NaN values aren't set (#7116) + if ( value == null || value !== value ) { + return; + } + + // If a number was passed in, add the unit (except for certain CSS properties) + if ( type === "number" ) { + value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" ); + } + + // background-* props affect original clone's values + if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { + style[ name ] = "inherit"; + } + + // If a hook was provided, use that value, otherwise just set the specified value + if ( !hooks || !( "set" in hooks ) || + ( value = hooks.set( elem, value, extra ) ) !== undefined ) { + + style[ name ] = value; + } + + } else { + + // If a hook was provided get the non-computed value from there + if ( hooks && "get" in hooks && + ( ret = hooks.get( elem, false, extra ) ) !== undefined ) { + + return ret; + } + + // Otherwise just get the value from the style object + return style[ name ]; + } + }, + + css: function( elem, name, extra, styles ) { + var val, num, hooks, + origName = jQuery.camelCase( name ); + + // Make sure that we're working with the right name + name = jQuery.cssProps[ origName ] || + ( jQuery.cssProps[ origName ] = vendorPropName( origName ) || origName ); + + // Try prefixed name followed by the unprefixed name + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // If a hook was provided get the computed value from there + if ( hooks && "get" in hooks ) { + val = hooks.get( elem, true, extra ); + } + + // Otherwise, if a way to get the computed value exists, use that + if ( val === undefined ) { + val = curCSS( elem, name, styles ); + } + + // Convert "normal" to computed value + if ( val === "normal" && name in cssNormalTransform ) { + val = cssNormalTransform[ name ]; + } + + // Make numeric if forced or a qualifier was provided and val looks numeric + if ( extra === "" || extra ) { + num = parseFloat( val ); + return extra === true || isFinite( num ) ? num || 0 : val; + } + return val; + } +} ); + +jQuery.each( [ "height", "width" ], function( i, name ) { + jQuery.cssHooks[ name ] = { + get: function( elem, computed, extra ) { + if ( computed ) { + + // Certain elements can have dimension info if we invisibly show them + // but it must have a current display style that would benefit + return rdisplayswap.test( jQuery.css( elem, "display" ) ) && + + // Support: Safari 8+ + // Table columns in Safari have non-zero offsetWidth & zero + // getBoundingClientRect().width unless display is changed. + // Support: IE <=11 only + // Running getBoundingClientRect on a disconnected node + // in IE throws an error. + ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? + swap( elem, cssShow, function() { + return getWidthOrHeight( elem, name, extra ); + } ) : + getWidthOrHeight( elem, name, extra ); + } + }, + + set: function( elem, value, extra ) { + var matches, + styles = extra && getStyles( elem ), + subtract = extra && augmentWidthOrHeight( + elem, + name, + extra, + jQuery.css( elem, "boxSizing", false, styles ) === "border-box", + styles + ); + + // Convert to pixels if value adjustment is needed + if ( subtract && ( matches = rcssNum.exec( value ) ) && + ( matches[ 3 ] || "px" ) !== "px" ) { + + elem.style[ name ] = value; + value = jQuery.css( elem, name ); + } + + return setPositiveNumber( elem, value, subtract ); + } + }; +} ); + +jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, + function( elem, computed ) { + if ( computed ) { + return ( parseFloat( curCSS( elem, "marginLeft" ) ) || + elem.getBoundingClientRect().left - + swap( elem, { marginLeft: 0 }, function() { + return elem.getBoundingClientRect().left; + } ) + ) + "px"; + } + } +); + +// These hooks are used by animate to expand properties +jQuery.each( { + margin: "", + padding: "", + border: "Width" +}, function( prefix, suffix ) { + jQuery.cssHooks[ prefix + suffix ] = { + expand: function( value ) { + var i = 0, + expanded = {}, + + // Assumes a single number if not a string + parts = typeof value === "string" ? value.split( " " ) : [ value ]; + + for ( ; i < 4; i++ ) { + expanded[ prefix + cssExpand[ i ] + suffix ] = + parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; + } + + return expanded; + } + }; + + if ( !rmargin.test( prefix ) ) { + jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; + } +} ); + +jQuery.fn.extend( { + css: function( name, value ) { + return access( this, function( elem, name, value ) { + var styles, len, + map = {}, + i = 0; + + if ( jQuery.isArray( name ) ) { + styles = getStyles( elem ); + len = name.length; + + for ( ; i < len; i++ ) { + map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); + } + + return map; + } + + return value !== undefined ? + jQuery.style( elem, name, value ) : + jQuery.css( elem, name ); + }, name, value, arguments.length > 1 ); + } +} ); + + +function Tween( elem, options, prop, end, easing ) { + return new Tween.prototype.init( elem, options, prop, end, easing ); +} +jQuery.Tween = Tween; + +Tween.prototype = { + constructor: Tween, + init: function( elem, options, prop, end, easing, unit ) { + this.elem = elem; + this.prop = prop; + this.easing = easing || jQuery.easing._default; + this.options = options; + this.start = this.now = this.cur(); + this.end = end; + this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); + }, + cur: function() { + var hooks = Tween.propHooks[ this.prop ]; + + return hooks && hooks.get ? + hooks.get( this ) : + Tween.propHooks._default.get( this ); + }, + run: function( percent ) { + var eased, + hooks = Tween.propHooks[ this.prop ]; + + if ( this.options.duration ) { + this.pos = eased = jQuery.easing[ this.easing ]( + percent, this.options.duration * percent, 0, 1, this.options.duration + ); + } else { + this.pos = eased = percent; + } + this.now = ( this.end - this.start ) * eased + this.start; + + if ( this.options.step ) { + this.options.step.call( this.elem, this.now, this ); + } + + if ( hooks && hooks.set ) { + hooks.set( this ); + } else { + Tween.propHooks._default.set( this ); + } + return this; + } +}; + +Tween.prototype.init.prototype = Tween.prototype; + +Tween.propHooks = { + _default: { + get: function( tween ) { + var result; + + // Use a property on the element directly when it is not a DOM element, + // or when there is no matching style property that exists. + if ( tween.elem.nodeType !== 1 || + tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) { + return tween.elem[ tween.prop ]; + } + + // Passing an empty string as a 3rd parameter to .css will automatically + // attempt a parseFloat and fallback to a string if the parse fails. + // Simple values such as "10px" are parsed to Float; + // complex values such as "rotate(1rad)" are returned as-is. + result = jQuery.css( tween.elem, tween.prop, "" ); + + // Empty strings, null, undefined and "auto" are converted to 0. + return !result || result === "auto" ? 0 : result; + }, + set: function( tween ) { + + // Use step hook for back compat. + // Use cssHook if its there. + // Use .style if available and use plain properties where available. + if ( jQuery.fx.step[ tween.prop ] ) { + jQuery.fx.step[ tween.prop ]( tween ); + } else if ( tween.elem.nodeType === 1 && + ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null || + jQuery.cssHooks[ tween.prop ] ) ) { + jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); + } else { + tween.elem[ tween.prop ] = tween.now; + } + } + } +}; + +// Support: IE <=9 only +// Panic based approach to setting things on disconnected nodes +Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { + set: function( tween ) { + if ( tween.elem.nodeType && tween.elem.parentNode ) { + tween.elem[ tween.prop ] = tween.now; + } + } +}; + +jQuery.easing = { + linear: function( p ) { + return p; + }, + swing: function( p ) { + return 0.5 - Math.cos( p * Math.PI ) / 2; + }, + _default: "swing" +}; + +jQuery.fx = Tween.prototype.init; + +// Back compat <1.8 extension point +jQuery.fx.step = {}; + + + + +var + fxNow, timerId, + rfxtypes = /^(?:toggle|show|hide)$/, + rrun = /queueHooks$/; + +function raf() { + if ( timerId ) { + window.requestAnimationFrame( raf ); + jQuery.fx.tick(); + } +} + +// Animations created synchronously will run synchronously +function createFxNow() { + window.setTimeout( function() { + fxNow = undefined; + } ); + return ( fxNow = jQuery.now() ); +} + +// Generate parameters to create a standard animation +function genFx( type, includeWidth ) { + var which, + i = 0, + attrs = { height: type }; + + // If we include width, step value is 1 to do all cssExpand values, + // otherwise step value is 2 to skip over Left and Right + includeWidth = includeWidth ? 1 : 0; + for ( ; i < 4; i += 2 - includeWidth ) { + which = cssExpand[ i ]; + attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; + } + + if ( includeWidth ) { + attrs.opacity = attrs.width = type; + } + + return attrs; +} + +function createTween( value, prop, animation ) { + var tween, + collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ), + index = 0, + length = collection.length; + for ( ; index < length; index++ ) { + if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) { + + // We're done with this property + return tween; + } + } +} + +function defaultPrefilter( elem, props, opts ) { + var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display, + isBox = "width" in props || "height" in props, + anim = this, + orig = {}, + style = elem.style, + hidden = elem.nodeType && isHiddenWithinTree( elem ), + dataShow = dataPriv.get( elem, "fxshow" ); + + // Queue-skipping animations hijack the fx hooks + if ( !opts.queue ) { + hooks = jQuery._queueHooks( elem, "fx" ); + if ( hooks.unqueued == null ) { + hooks.unqueued = 0; + oldfire = hooks.empty.fire; + hooks.empty.fire = function() { + if ( !hooks.unqueued ) { + oldfire(); + } + }; + } + hooks.unqueued++; + + anim.always( function() { + + // Ensure the complete handler is called before this completes + anim.always( function() { + hooks.unqueued--; + if ( !jQuery.queue( elem, "fx" ).length ) { + hooks.empty.fire(); + } + } ); + } ); + } + + // Detect show/hide animations + for ( prop in props ) { + value = props[ prop ]; + if ( rfxtypes.test( value ) ) { + delete props[ prop ]; + toggle = toggle || value === "toggle"; + if ( value === ( hidden ? "hide" : "show" ) ) { + + // Pretend to be hidden if this is a "show" and + // there is still data from a stopped show/hide + if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { + hidden = true; + + // Ignore all other no-op show/hide data + } else { + continue; + } + } + orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); + } + } + + // Bail out if this is a no-op like .hide().hide() + propTween = !jQuery.isEmptyObject( props ); + if ( !propTween && jQuery.isEmptyObject( orig ) ) { + return; + } + + // Restrict "overflow" and "display" styles during box animations + if ( isBox && elem.nodeType === 1 ) { + + // Support: IE <=9 - 11, Edge 12 - 13 + // Record all 3 overflow attributes because IE does not infer the shorthand + // from identically-valued overflowX and overflowY + opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; + + // Identify a display type, preferring old show/hide data over the CSS cascade + restoreDisplay = dataShow && dataShow.display; + if ( restoreDisplay == null ) { + restoreDisplay = dataPriv.get( elem, "display" ); + } + display = jQuery.css( elem, "display" ); + if ( display === "none" ) { + if ( restoreDisplay ) { + display = restoreDisplay; + } else { + + // Get nonempty value(s) by temporarily forcing visibility + showHide( [ elem ], true ); + restoreDisplay = elem.style.display || restoreDisplay; + display = jQuery.css( elem, "display" ); + showHide( [ elem ] ); + } + } + + // Animate inline elements as inline-block + if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) { + if ( jQuery.css( elem, "float" ) === "none" ) { + + // Restore the original display value at the end of pure show/hide animations + if ( !propTween ) { + anim.done( function() { + style.display = restoreDisplay; + } ); + if ( restoreDisplay == null ) { + display = style.display; + restoreDisplay = display === "none" ? "" : display; + } + } + style.display = "inline-block"; + } + } + } + + if ( opts.overflow ) { + style.overflow = "hidden"; + anim.always( function() { + style.overflow = opts.overflow[ 0 ]; + style.overflowX = opts.overflow[ 1 ]; + style.overflowY = opts.overflow[ 2 ]; + } ); + } + + // Implement show/hide animations + propTween = false; + for ( prop in orig ) { + + // General show/hide setup for this element animation + if ( !propTween ) { + if ( dataShow ) { + if ( "hidden" in dataShow ) { + hidden = dataShow.hidden; + } + } else { + dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } ); + } + + // Store hidden/visible for toggle so `.stop().toggle()` "reverses" + if ( toggle ) { + dataShow.hidden = !hidden; + } + + // Show elements before animating them + if ( hidden ) { + showHide( [ elem ], true ); + } + + /* eslint-disable no-loop-func */ + + anim.done( function() { + + /* eslint-enable no-loop-func */ + + // The final step of a "hide" animation is actually hiding the element + if ( !hidden ) { + showHide( [ elem ] ); + } + dataPriv.remove( elem, "fxshow" ); + for ( prop in orig ) { + jQuery.style( elem, prop, orig[ prop ] ); + } + } ); + } + + // Per-property setup + propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); + if ( !( prop in dataShow ) ) { + dataShow[ prop ] = propTween.start; + if ( hidden ) { + propTween.end = propTween.start; + propTween.start = 0; + } + } + } +} + +function propFilter( props, specialEasing ) { + var index, name, easing, value, hooks; + + // camelCase, specialEasing and expand cssHook pass + for ( index in props ) { + name = jQuery.camelCase( index ); + easing = specialEasing[ name ]; + value = props[ index ]; + if ( jQuery.isArray( value ) ) { + easing = value[ 1 ]; + value = props[ index ] = value[ 0 ]; + } + + if ( index !== name ) { + props[ name ] = value; + delete props[ index ]; + } + + hooks = jQuery.cssHooks[ name ]; + if ( hooks && "expand" in hooks ) { + value = hooks.expand( value ); + delete props[ name ]; + + // Not quite $.extend, this won't overwrite existing keys. + // Reusing 'index' because we have the correct "name" + for ( index in value ) { + if ( !( index in props ) ) { + props[ index ] = value[ index ]; + specialEasing[ index ] = easing; + } + } + } else { + specialEasing[ name ] = easing; + } + } +} + +function Animation( elem, properties, options ) { + var result, + stopped, + index = 0, + length = Animation.prefilters.length, + deferred = jQuery.Deferred().always( function() { + + // Don't match elem in the :animated selector + delete tick.elem; + } ), + tick = function() { + if ( stopped ) { + return false; + } + var currentTime = fxNow || createFxNow(), + remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), + + // Support: Android 2.3 only + // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497) + temp = remaining / animation.duration || 0, + percent = 1 - temp, + index = 0, + length = animation.tweens.length; + + for ( ; index < length; index++ ) { + animation.tweens[ index ].run( percent ); + } + + deferred.notifyWith( elem, [ animation, percent, remaining ] ); + + if ( percent < 1 && length ) { + return remaining; + } else { + deferred.resolveWith( elem, [ animation ] ); + return false; + } + }, + animation = deferred.promise( { + elem: elem, + props: jQuery.extend( {}, properties ), + opts: jQuery.extend( true, { + specialEasing: {}, + easing: jQuery.easing._default + }, options ), + originalProperties: properties, + originalOptions: options, + startTime: fxNow || createFxNow(), + duration: options.duration, + tweens: [], + createTween: function( prop, end ) { + var tween = jQuery.Tween( elem, animation.opts, prop, end, + animation.opts.specialEasing[ prop ] || animation.opts.easing ); + animation.tweens.push( tween ); + return tween; + }, + stop: function( gotoEnd ) { + var index = 0, + + // If we are going to the end, we want to run all the tweens + // otherwise we skip this part + length = gotoEnd ? animation.tweens.length : 0; + if ( stopped ) { + return this; + } + stopped = true; + for ( ; index < length; index++ ) { + animation.tweens[ index ].run( 1 ); + } + + // Resolve when we played the last frame; otherwise, reject + if ( gotoEnd ) { + deferred.notifyWith( elem, [ animation, 1, 0 ] ); + deferred.resolveWith( elem, [ animation, gotoEnd ] ); + } else { + deferred.rejectWith( elem, [ animation, gotoEnd ] ); + } + return this; + } + } ), + props = animation.props; + + propFilter( props, animation.opts.specialEasing ); + + for ( ; index < length; index++ ) { + result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts ); + if ( result ) { + if ( jQuery.isFunction( result.stop ) ) { + jQuery._queueHooks( animation.elem, animation.opts.queue ).stop = + jQuery.proxy( result.stop, result ); + } + return result; + } + } + + jQuery.map( props, createTween, animation ); + + if ( jQuery.isFunction( animation.opts.start ) ) { + animation.opts.start.call( elem, animation ); + } + + jQuery.fx.timer( + jQuery.extend( tick, { + elem: elem, + anim: animation, + queue: animation.opts.queue + } ) + ); + + // attach callbacks from options + return animation.progress( animation.opts.progress ) + .done( animation.opts.done, animation.opts.complete ) + .fail( animation.opts.fail ) + .always( animation.opts.always ); +} + +jQuery.Animation = jQuery.extend( Animation, { + + tweeners: { + "*": [ function( prop, value ) { + var tween = this.createTween( prop, value ); + adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween ); + return tween; + } ] + }, + + tweener: function( props, callback ) { + if ( jQuery.isFunction( props ) ) { + callback = props; + props = [ "*" ]; + } else { + props = props.match( rnothtmlwhite ); + } + + var prop, + index = 0, + length = props.length; + + for ( ; index < length; index++ ) { + prop = props[ index ]; + Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || []; + Animation.tweeners[ prop ].unshift( callback ); + } + }, + + prefilters: [ defaultPrefilter ], + + prefilter: function( callback, prepend ) { + if ( prepend ) { + Animation.prefilters.unshift( callback ); + } else { + Animation.prefilters.push( callback ); + } + } +} ); + +jQuery.speed = function( speed, easing, fn ) { + var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { + complete: fn || !fn && easing || + jQuery.isFunction( speed ) && speed, + duration: speed, + easing: fn && easing || easing && !jQuery.isFunction( easing ) && easing + }; + + // Go to the end state if fx are off or if document is hidden + if ( jQuery.fx.off || document.hidden ) { + opt.duration = 0; + + } else { + if ( typeof opt.duration !== "number" ) { + if ( opt.duration in jQuery.fx.speeds ) { + opt.duration = jQuery.fx.speeds[ opt.duration ]; + + } else { + opt.duration = jQuery.fx.speeds._default; + } + } + } + + // Normalize opt.queue - true/undefined/null -> "fx" + if ( opt.queue == null || opt.queue === true ) { + opt.queue = "fx"; + } + + // Queueing + opt.old = opt.complete; + + opt.complete = function() { + if ( jQuery.isFunction( opt.old ) ) { + opt.old.call( this ); + } + + if ( opt.queue ) { + jQuery.dequeue( this, opt.queue ); + } + }; + + return opt; +}; + +jQuery.fn.extend( { + fadeTo: function( speed, to, easing, callback ) { + + // Show any hidden elements after setting opacity to 0 + return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show() + + // Animate to the value specified + .end().animate( { opacity: to }, speed, easing, callback ); + }, + animate: function( prop, speed, easing, callback ) { + var empty = jQuery.isEmptyObject( prop ), + optall = jQuery.speed( speed, easing, callback ), + doAnimation = function() { + + // Operate on a copy of prop so per-property easing won't be lost + var anim = Animation( this, jQuery.extend( {}, prop ), optall ); + + // Empty animations, or finishing resolves immediately + if ( empty || dataPriv.get( this, "finish" ) ) { + anim.stop( true ); + } + }; + doAnimation.finish = doAnimation; + + return empty || optall.queue === false ? + this.each( doAnimation ) : + this.queue( optall.queue, doAnimation ); + }, + stop: function( type, clearQueue, gotoEnd ) { + var stopQueue = function( hooks ) { + var stop = hooks.stop; + delete hooks.stop; + stop( gotoEnd ); + }; + + if ( typeof type !== "string" ) { + gotoEnd = clearQueue; + clearQueue = type; + type = undefined; + } + if ( clearQueue && type !== false ) { + this.queue( type || "fx", [] ); + } + + return this.each( function() { + var dequeue = true, + index = type != null && type + "queueHooks", + timers = jQuery.timers, + data = dataPriv.get( this ); + + if ( index ) { + if ( data[ index ] && data[ index ].stop ) { + stopQueue( data[ index ] ); + } + } else { + for ( index in data ) { + if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { + stopQueue( data[ index ] ); + } + } + } + + for ( index = timers.length; index--; ) { + if ( timers[ index ].elem === this && + ( type == null || timers[ index ].queue === type ) ) { + + timers[ index ].anim.stop( gotoEnd ); + dequeue = false; + timers.splice( index, 1 ); + } + } + + // Start the next in the queue if the last step wasn't forced. + // Timers currently will call their complete callbacks, which + // will dequeue but only if they were gotoEnd. + if ( dequeue || !gotoEnd ) { + jQuery.dequeue( this, type ); + } + } ); + }, + finish: function( type ) { + if ( type !== false ) { + type = type || "fx"; + } + return this.each( function() { + var index, + data = dataPriv.get( this ), + queue = data[ type + "queue" ], + hooks = data[ type + "queueHooks" ], + timers = jQuery.timers, + length = queue ? queue.length : 0; + + // Enable finishing flag on private data + data.finish = true; + + // Empty the queue first + jQuery.queue( this, type, [] ); + + if ( hooks && hooks.stop ) { + hooks.stop.call( this, true ); + } + + // Look for any active animations, and finish them + for ( index = timers.length; index--; ) { + if ( timers[ index ].elem === this && timers[ index ].queue === type ) { + timers[ index ].anim.stop( true ); + timers.splice( index, 1 ); + } + } + + // Look for any animations in the old queue and finish them + for ( index = 0; index < length; index++ ) { + if ( queue[ index ] && queue[ index ].finish ) { + queue[ index ].finish.call( this ); + } + } + + // Turn off finishing flag + delete data.finish; + } ); + } +} ); + +jQuery.each( [ "toggle", "show", "hide" ], function( i, name ) { + var cssFn = jQuery.fn[ name ]; + jQuery.fn[ name ] = function( speed, easing, callback ) { + return speed == null || typeof speed === "boolean" ? + cssFn.apply( this, arguments ) : + this.animate( genFx( name, true ), speed, easing, callback ); + }; +} ); + +// Generate shortcuts for custom animations +jQuery.each( { + slideDown: genFx( "show" ), + slideUp: genFx( "hide" ), + slideToggle: genFx( "toggle" ), + fadeIn: { opacity: "show" }, + fadeOut: { opacity: "hide" }, + fadeToggle: { opacity: "toggle" } +}, function( name, props ) { + jQuery.fn[ name ] = function( speed, easing, callback ) { + return this.animate( props, speed, easing, callback ); + }; +} ); + +jQuery.timers = []; +jQuery.fx.tick = function() { + var timer, + i = 0, + timers = jQuery.timers; + + fxNow = jQuery.now(); + + for ( ; i < timers.length; i++ ) { + timer = timers[ i ]; + + // Checks the timer has not already been removed + if ( !timer() && timers[ i ] === timer ) { + timers.splice( i--, 1 ); + } + } + + if ( !timers.length ) { + jQuery.fx.stop(); + } + fxNow = undefined; +}; + +jQuery.fx.timer = function( timer ) { + jQuery.timers.push( timer ); + if ( timer() ) { + jQuery.fx.start(); + } else { + jQuery.timers.pop(); + } +}; + +jQuery.fx.interval = 13; +jQuery.fx.start = function() { + if ( !timerId ) { + timerId = window.requestAnimationFrame ? + window.requestAnimationFrame( raf ) : + window.setInterval( jQuery.fx.tick, jQuery.fx.interval ); + } +}; + +jQuery.fx.stop = function() { + if ( window.cancelAnimationFrame ) { + window.cancelAnimationFrame( timerId ); + } else { + window.clearInterval( timerId ); + } + + timerId = null; +}; + +jQuery.fx.speeds = { + slow: 600, + fast: 200, + + // Default speed + _default: 400 +}; + + +// Based off of the plugin by Clint Helfers, with permission. +// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/ +jQuery.fn.delay = function( time, type ) { + time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; + type = type || "fx"; + + return this.queue( type, function( next, hooks ) { + var timeout = window.setTimeout( next, time ); + hooks.stop = function() { + window.clearTimeout( timeout ); + }; + } ); +}; + + +( function() { + var input = document.createElement( "input" ), + select = document.createElement( "select" ), + opt = select.appendChild( document.createElement( "option" ) ); + + input.type = "checkbox"; + + // Support: Android <=4.3 only + // Default value for a checkbox should be "on" + support.checkOn = input.value !== ""; + + // Support: IE <=11 only + // Must access selectedIndex to make default options select + support.optSelected = opt.selected; + + // Support: IE <=11 only + // An input loses its value after becoming a radio + input = document.createElement( "input" ); + input.value = "t"; + input.type = "radio"; + support.radioValue = input.value === "t"; +} )(); + + +var boolHook, + attrHandle = jQuery.expr.attrHandle; + +jQuery.fn.extend( { + attr: function( name, value ) { + return access( this, jQuery.attr, name, value, arguments.length > 1 ); + }, + + removeAttr: function( name ) { + return this.each( function() { + jQuery.removeAttr( this, name ); + } ); + } +} ); + +jQuery.extend( { + attr: function( elem, name, value ) { + var ret, hooks, + nType = elem.nodeType; + + // Don't get/set attributes on text, comment and attribute nodes + if ( nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + // Fallback to prop when attributes are not supported + if ( typeof elem.getAttribute === "undefined" ) { + return jQuery.prop( elem, name, value ); + } + + // Attribute hooks are determined by the lowercase version + // Grab necessary hook if one is defined + if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { + hooks = jQuery.attrHooks[ name.toLowerCase() ] || + ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined ); + } + + if ( value !== undefined ) { + if ( value === null ) { + jQuery.removeAttr( elem, name ); + return; + } + + if ( hooks && "set" in hooks && + ( ret = hooks.set( elem, value, name ) ) !== undefined ) { + return ret; + } + + elem.setAttribute( name, value + "" ); + return value; + } + + if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { + return ret; + } + + ret = jQuery.find.attr( elem, name ); + + // Non-existent attributes return null, we normalize to undefined + return ret == null ? undefined : ret; + }, + + attrHooks: { + type: { + set: function( elem, value ) { + if ( !support.radioValue && value === "radio" && + jQuery.nodeName( elem, "input" ) ) { + var val = elem.value; + elem.setAttribute( "type", value ); + if ( val ) { + elem.value = val; + } + return value; + } + } + } + }, + + removeAttr: function( elem, value ) { + var name, + i = 0, + + // Attribute names can contain non-HTML whitespace characters + // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 + attrNames = value && value.match( rnothtmlwhite ); + + if ( attrNames && elem.nodeType === 1 ) { + while ( ( name = attrNames[ i++ ] ) ) { + elem.removeAttribute( name ); + } + } + } +} ); + +// Hooks for boolean attributes +boolHook = { + set: function( elem, value, name ) { + if ( value === false ) { + + // Remove boolean attributes when set to false + jQuery.removeAttr( elem, name ); + } else { + elem.setAttribute( name, name ); + } + return name; + } +}; + +jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) { + var getter = attrHandle[ name ] || jQuery.find.attr; + + attrHandle[ name ] = function( elem, name, isXML ) { + var ret, handle, + lowercaseName = name.toLowerCase(); + + if ( !isXML ) { + + // Avoid an infinite loop by temporarily removing this function from the getter + handle = attrHandle[ lowercaseName ]; + attrHandle[ lowercaseName ] = ret; + ret = getter( elem, name, isXML ) != null ? + lowercaseName : + null; + attrHandle[ lowercaseName ] = handle; + } + return ret; + }; +} ); + + + + +var rfocusable = /^(?:input|select|textarea|button)$/i, + rclickable = /^(?:a|area)$/i; + +jQuery.fn.extend( { + prop: function( name, value ) { + return access( this, jQuery.prop, name, value, arguments.length > 1 ); + }, + + removeProp: function( name ) { + return this.each( function() { + delete this[ jQuery.propFix[ name ] || name ]; + } ); + } +} ); + +jQuery.extend( { + prop: function( elem, name, value ) { + var ret, hooks, + nType = elem.nodeType; + + // Don't get/set properties on text, comment and attribute nodes + if ( nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { + + // Fix name and attach hooks + name = jQuery.propFix[ name ] || name; + hooks = jQuery.propHooks[ name ]; + } + + if ( value !== undefined ) { + if ( hooks && "set" in hooks && + ( ret = hooks.set( elem, value, name ) ) !== undefined ) { + return ret; + } + + return ( elem[ name ] = value ); + } + + if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { + return ret; + } + + return elem[ name ]; + }, + + propHooks: { + tabIndex: { + get: function( elem ) { + + // Support: IE <=9 - 11 only + // elem.tabIndex doesn't always return the + // correct value when it hasn't been explicitly set + // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ + // Use proper attribute retrieval(#12072) + var tabindex = jQuery.find.attr( elem, "tabindex" ); + + if ( tabindex ) { + return parseInt( tabindex, 10 ); + } + + if ( + rfocusable.test( elem.nodeName ) || + rclickable.test( elem.nodeName ) && + elem.href + ) { + return 0; + } + + return -1; + } + } + }, + + propFix: { + "for": "htmlFor", + "class": "className" + } +} ); + +// Support: IE <=11 only +// Accessing the selectedIndex property +// forces the browser to respect setting selected +// on the option +// The getter ensures a default option is selected +// when in an optgroup +// eslint rule "no-unused-expressions" is disabled for this code +// since it considers such accessions noop +if ( !support.optSelected ) { + jQuery.propHooks.selected = { + get: function( elem ) { + + /* eslint no-unused-expressions: "off" */ + + var parent = elem.parentNode; + if ( parent && parent.parentNode ) { + parent.parentNode.selectedIndex; + } + return null; + }, + set: function( elem ) { + + /* eslint no-unused-expressions: "off" */ + + var parent = elem.parentNode; + if ( parent ) { + parent.selectedIndex; + + if ( parent.parentNode ) { + parent.parentNode.selectedIndex; + } + } + } + }; +} + +jQuery.each( [ + "tabIndex", + "readOnly", + "maxLength", + "cellSpacing", + "cellPadding", + "rowSpan", + "colSpan", + "useMap", + "frameBorder", + "contentEditable" +], function() { + jQuery.propFix[ this.toLowerCase() ] = this; +} ); + + + + + // Strip and collapse whitespace according to HTML spec + // https://html.spec.whatwg.org/multipage/infrastructure.html#strip-and-collapse-whitespace + function stripAndCollapse( value ) { + var tokens = value.match( rnothtmlwhite ) || []; + return tokens.join( " " ); + } + + +function getClass( elem ) { + return elem.getAttribute && elem.getAttribute( "class" ) || ""; +} + +jQuery.fn.extend( { + addClass: function( value ) { + var classes, elem, cur, curValue, clazz, j, finalValue, + i = 0; + + if ( jQuery.isFunction( value ) ) { + return this.each( function( j ) { + jQuery( this ).addClass( value.call( this, j, getClass( this ) ) ); + } ); + } + + if ( typeof value === "string" && value ) { + classes = value.match( rnothtmlwhite ) || []; + + while ( ( elem = this[ i++ ] ) ) { + curValue = getClass( elem ); + cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); + + if ( cur ) { + j = 0; + while ( ( clazz = classes[ j++ ] ) ) { + if ( cur.indexOf( " " + clazz + " " ) < 0 ) { + cur += clazz + " "; + } + } + + // Only assign if different to avoid unneeded rendering. + finalValue = stripAndCollapse( cur ); + if ( curValue !== finalValue ) { + elem.setAttribute( "class", finalValue ); + } + } + } + } + + return this; + }, + + removeClass: function( value ) { + var classes, elem, cur, curValue, clazz, j, finalValue, + i = 0; + + if ( jQuery.isFunction( value ) ) { + return this.each( function( j ) { + jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) ); + } ); + } + + if ( !arguments.length ) { + return this.attr( "class", "" ); + } + + if ( typeof value === "string" && value ) { + classes = value.match( rnothtmlwhite ) || []; + + while ( ( elem = this[ i++ ] ) ) { + curValue = getClass( elem ); + + // This expression is here for better compressibility (see addClass) + cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); + + if ( cur ) { + j = 0; + while ( ( clazz = classes[ j++ ] ) ) { + + // Remove *all* instances + while ( cur.indexOf( " " + clazz + " " ) > -1 ) { + cur = cur.replace( " " + clazz + " ", " " ); + } + } + + // Only assign if different to avoid unneeded rendering. + finalValue = stripAndCollapse( cur ); + if ( curValue !== finalValue ) { + elem.setAttribute( "class", finalValue ); + } + } + } + } + + return this; + }, + + toggleClass: function( value, stateVal ) { + var type = typeof value; + + if ( typeof stateVal === "boolean" && type === "string" ) { + return stateVal ? this.addClass( value ) : this.removeClass( value ); + } + + if ( jQuery.isFunction( value ) ) { + return this.each( function( i ) { + jQuery( this ).toggleClass( + value.call( this, i, getClass( this ), stateVal ), + stateVal + ); + } ); + } + + return this.each( function() { + var className, i, self, classNames; + + if ( type === "string" ) { + + // Toggle individual class names + i = 0; + self = jQuery( this ); + classNames = value.match( rnothtmlwhite ) || []; + + while ( ( className = classNames[ i++ ] ) ) { + + // Check each className given, space separated list + if ( self.hasClass( className ) ) { + self.removeClass( className ); + } else { + self.addClass( className ); + } + } + + // Toggle whole class name + } else if ( value === undefined || type === "boolean" ) { + className = getClass( this ); + if ( className ) { + + // Store className if set + dataPriv.set( this, "__className__", className ); + } + + // If the element has a class name or if we're passed `false`, + // then remove the whole classname (if there was one, the above saved it). + // Otherwise bring back whatever was previously saved (if anything), + // falling back to the empty string if nothing was stored. + if ( this.setAttribute ) { + this.setAttribute( "class", + className || value === false ? + "" : + dataPriv.get( this, "__className__" ) || "" + ); + } + } + } ); + }, + + hasClass: function( selector ) { + var className, elem, + i = 0; + + className = " " + selector + " "; + while ( ( elem = this[ i++ ] ) ) { + if ( elem.nodeType === 1 && + ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { + return true; + } + } + + return false; + } +} ); + + + + +var rreturn = /\r/g; + +jQuery.fn.extend( { + val: function( value ) { + var hooks, ret, isFunction, + elem = this[ 0 ]; + + if ( !arguments.length ) { + if ( elem ) { + hooks = jQuery.valHooks[ elem.type ] || + jQuery.valHooks[ elem.nodeName.toLowerCase() ]; + + if ( hooks && + "get" in hooks && + ( ret = hooks.get( elem, "value" ) ) !== undefined + ) { + return ret; + } + + ret = elem.value; + + // Handle most common string cases + if ( typeof ret === "string" ) { + return ret.replace( rreturn, "" ); + } + + // Handle cases where value is null/undef or number + return ret == null ? "" : ret; + } + + return; + } + + isFunction = jQuery.isFunction( value ); + + return this.each( function( i ) { + var val; + + if ( this.nodeType !== 1 ) { + return; + } + + if ( isFunction ) { + val = value.call( this, i, jQuery( this ).val() ); + } else { + val = value; + } + + // Treat null/undefined as ""; convert numbers to string + if ( val == null ) { + val = ""; + + } else if ( typeof val === "number" ) { + val += ""; + + } else if ( jQuery.isArray( val ) ) { + val = jQuery.map( val, function( value ) { + return value == null ? "" : value + ""; + } ); + } + + hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; + + // If set returns undefined, fall back to normal setting + if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) { + this.value = val; + } + } ); + } +} ); + +jQuery.extend( { + valHooks: { + option: { + get: function( elem ) { + + var val = jQuery.find.attr( elem, "value" ); + return val != null ? + val : + + // Support: IE <=10 - 11 only + // option.text throws exceptions (#14686, #14858) + // Strip and collapse whitespace + // https://html.spec.whatwg.org/#strip-and-collapse-whitespace + stripAndCollapse( jQuery.text( elem ) ); + } + }, + select: { + get: function( elem ) { + var value, option, i, + options = elem.options, + index = elem.selectedIndex, + one = elem.type === "select-one", + values = one ? null : [], + max = one ? index + 1 : options.length; + + if ( index < 0 ) { + i = max; + + } else { + i = one ? index : 0; + } + + // Loop through all the selected options + for ( ; i < max; i++ ) { + option = options[ i ]; + + // Support: IE <=9 only + // IE8-9 doesn't update selected after form reset (#2551) + if ( ( option.selected || i === index ) && + + // Don't return options that are disabled or in a disabled optgroup + !option.disabled && + ( !option.parentNode.disabled || + !jQuery.nodeName( option.parentNode, "optgroup" ) ) ) { + + // Get the specific value for the option + value = jQuery( option ).val(); + + // We don't need an array for one selects + if ( one ) { + return value; + } + + // Multi-Selects return an array + values.push( value ); + } + } + + return values; + }, + + set: function( elem, value ) { + var optionSet, option, + options = elem.options, + values = jQuery.makeArray( value ), + i = options.length; + + while ( i-- ) { + option = options[ i ]; + + /* eslint-disable no-cond-assign */ + + if ( option.selected = + jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 + ) { + optionSet = true; + } + + /* eslint-enable no-cond-assign */ + } + + // Force browsers to behave consistently when non-matching value is set + if ( !optionSet ) { + elem.selectedIndex = -1; + } + return values; + } + } + } +} ); + +// Radios and checkboxes getter/setter +jQuery.each( [ "radio", "checkbox" ], function() { + jQuery.valHooks[ this ] = { + set: function( elem, value ) { + if ( jQuery.isArray( value ) ) { + return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 ); + } + } + }; + if ( !support.checkOn ) { + jQuery.valHooks[ this ].get = function( elem ) { + return elem.getAttribute( "value" ) === null ? "on" : elem.value; + }; + } +} ); + + + + +// Return jQuery for attributes-only inclusion + + +var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/; + +jQuery.extend( jQuery.event, { + + trigger: function( event, data, elem, onlyHandlers ) { + + var i, cur, tmp, bubbleType, ontype, handle, special, + eventPath = [ elem || document ], + type = hasOwn.call( event, "type" ) ? event.type : event, + namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : []; + + cur = tmp = elem = elem || document; + + // Don't do events on text and comment nodes + if ( elem.nodeType === 3 || elem.nodeType === 8 ) { + return; + } + + // focus/blur morphs to focusin/out; ensure we're not firing them right now + if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { + return; + } + + if ( type.indexOf( "." ) > -1 ) { + + // Namespaced trigger; create a regexp to match event type in handle() + namespaces = type.split( "." ); + type = namespaces.shift(); + namespaces.sort(); + } + ontype = type.indexOf( ":" ) < 0 && "on" + type; + + // Caller can pass in a jQuery.Event object, Object, or just an event type string + event = event[ jQuery.expando ] ? + event : + new jQuery.Event( type, typeof event === "object" && event ); + + // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) + event.isTrigger = onlyHandlers ? 2 : 3; + event.namespace = namespaces.join( "." ); + event.rnamespace = event.namespace ? + new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) : + null; + + // Clean up the event in case it is being reused + event.result = undefined; + if ( !event.target ) { + event.target = elem; + } + + // Clone any incoming data and prepend the event, creating the handler arg list + data = data == null ? + [ event ] : + jQuery.makeArray( data, [ event ] ); + + // Allow special events to draw outside the lines + special = jQuery.event.special[ type ] || {}; + if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { + return; + } + + // Determine event propagation path in advance, per W3C events spec (#9951) + // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) + if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) { + + bubbleType = special.delegateType || type; + if ( !rfocusMorph.test( bubbleType + type ) ) { + cur = cur.parentNode; + } + for ( ; cur; cur = cur.parentNode ) { + eventPath.push( cur ); + tmp = cur; + } + + // Only add window if we got to document (e.g., not plain obj or detached DOM) + if ( tmp === ( elem.ownerDocument || document ) ) { + eventPath.push( tmp.defaultView || tmp.parentWindow || window ); + } + } + + // Fire handlers on the event path + i = 0; + while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) { + + event.type = i > 1 ? + bubbleType : + special.bindType || type; + + // jQuery handler + handle = ( dataPriv.get( cur, "events" ) || {} )[ event.type ] && + dataPriv.get( cur, "handle" ); + if ( handle ) { + handle.apply( cur, data ); + } + + // Native handler + handle = ontype && cur[ ontype ]; + if ( handle && handle.apply && acceptData( cur ) ) { + event.result = handle.apply( cur, data ); + if ( event.result === false ) { + event.preventDefault(); + } + } + } + event.type = type; + + // If nobody prevented the default action, do it now + if ( !onlyHandlers && !event.isDefaultPrevented() ) { + + if ( ( !special._default || + special._default.apply( eventPath.pop(), data ) === false ) && + acceptData( elem ) ) { + + // Call a native DOM method on the target with the same name as the event. + // Don't do default actions on window, that's where global variables be (#6170) + if ( ontype && jQuery.isFunction( elem[ type ] ) && !jQuery.isWindow( elem ) ) { + + // Don't re-trigger an onFOO event when we call its FOO() method + tmp = elem[ ontype ]; + + if ( tmp ) { + elem[ ontype ] = null; + } + + // Prevent re-triggering of the same event, since we already bubbled it above + jQuery.event.triggered = type; + elem[ type ](); + jQuery.event.triggered = undefined; + + if ( tmp ) { + elem[ ontype ] = tmp; + } + } + } + } + + return event.result; + }, + + // Piggyback on a donor event to simulate a different one + // Used only for `focus(in | out)` events + simulate: function( type, elem, event ) { + var e = jQuery.extend( + new jQuery.Event(), + event, + { + type: type, + isSimulated: true + } + ); + + jQuery.event.trigger( e, null, elem ); + } + +} ); + +jQuery.fn.extend( { + + trigger: function( type, data ) { + return this.each( function() { + jQuery.event.trigger( type, data, this ); + } ); + }, + triggerHandler: function( type, data ) { + var elem = this[ 0 ]; + if ( elem ) { + return jQuery.event.trigger( type, data, elem, true ); + } + } +} ); + + +jQuery.each( ( "blur focus focusin focusout resize scroll click dblclick " + + "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + + "change select submit keydown keypress keyup contextmenu" ).split( " " ), + function( i, name ) { + + // Handle event binding + jQuery.fn[ name ] = function( data, fn ) { + return arguments.length > 0 ? + this.on( name, null, data, fn ) : + this.trigger( name ); + }; +} ); + +jQuery.fn.extend( { + hover: function( fnOver, fnOut ) { + return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver ); + } +} ); + + + + +support.focusin = "onfocusin" in window; + + +// Support: Firefox <=44 +// Firefox doesn't have focus(in | out) events +// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 +// +// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 +// focus(in | out) events fire after focus & blur events, +// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order +// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857 +if ( !support.focusin ) { + jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) { + + // Attach a single capturing handler on the document while someone wants focusin/focusout + var handler = function( event ) { + jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); + }; + + jQuery.event.special[ fix ] = { + setup: function() { + var doc = this.ownerDocument || this, + attaches = dataPriv.access( doc, fix ); + + if ( !attaches ) { + doc.addEventListener( orig, handler, true ); + } + dataPriv.access( doc, fix, ( attaches || 0 ) + 1 ); + }, + teardown: function() { + var doc = this.ownerDocument || this, + attaches = dataPriv.access( doc, fix ) - 1; + + if ( !attaches ) { + doc.removeEventListener( orig, handler, true ); + dataPriv.remove( doc, fix ); + + } else { + dataPriv.access( doc, fix, attaches ); + } + } + }; + } ); +} +var location = window.location; + +var nonce = jQuery.now(); + +var rquery = ( /\?/ ); + + + +// Cross-browser xml parsing +jQuery.parseXML = function( data ) { + var xml; + if ( !data || typeof data !== "string" ) { + return null; + } + + // Support: IE 9 - 11 only + // IE throws on parseFromString with invalid input. + try { + xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); + } catch ( e ) { + xml = undefined; + } + + if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) { + jQuery.error( "Invalid XML: " + data ); + } + return xml; +}; + + +var + rbracket = /\[\]$/, + rCRLF = /\r?\n/g, + rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, + rsubmittable = /^(?:input|select|textarea|keygen)/i; + +function buildParams( prefix, obj, traditional, add ) { + var name; + + if ( jQuery.isArray( obj ) ) { + + // Serialize array item. + jQuery.each( obj, function( i, v ) { + if ( traditional || rbracket.test( prefix ) ) { + + // Treat each array item as a scalar. + add( prefix, v ); + + } else { + + // Item is non-scalar (array or object), encode its numeric index. + buildParams( + prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]", + v, + traditional, + add + ); + } + } ); + + } else if ( !traditional && jQuery.type( obj ) === "object" ) { + + // Serialize object item. + for ( name in obj ) { + buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); + } + + } else { + + // Serialize scalar item. + add( prefix, obj ); + } +} + +// Serialize an array of form elements or a set of +// key/values into a query string +jQuery.param = function( a, traditional ) { + var prefix, + s = [], + add = function( key, valueOrFunction ) { + + // If value is a function, invoke it and use its return value + var value = jQuery.isFunction( valueOrFunction ) ? + valueOrFunction() : + valueOrFunction; + + s[ s.length ] = encodeURIComponent( key ) + "=" + + encodeURIComponent( value == null ? "" : value ); + }; + + // If an array was passed in, assume that it is an array of form elements. + if ( jQuery.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { + + // Serialize the form elements + jQuery.each( a, function() { + add( this.name, this.value ); + } ); + + } else { + + // If traditional, encode the "old" way (the way 1.3.2 or older + // did it), otherwise encode params recursively. + for ( prefix in a ) { + buildParams( prefix, a[ prefix ], traditional, add ); + } + } + + // Return the resulting serialization + return s.join( "&" ); +}; + +jQuery.fn.extend( { + serialize: function() { + return jQuery.param( this.serializeArray() ); + }, + serializeArray: function() { + return this.map( function() { + + // Can add propHook for "elements" to filter or add form elements + var elements = jQuery.prop( this, "elements" ); + return elements ? jQuery.makeArray( elements ) : this; + } ) + .filter( function() { + var type = this.type; + + // Use .is( ":disabled" ) so that fieldset[disabled] works + return this.name && !jQuery( this ).is( ":disabled" ) && + rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && + ( this.checked || !rcheckableType.test( type ) ); + } ) + .map( function( i, elem ) { + var val = jQuery( this ).val(); + + if ( val == null ) { + return null; + } + + if ( jQuery.isArray( val ) ) { + return jQuery.map( val, function( val ) { + return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; + } ); + } + + return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; + } ).get(); + } +} ); + + +var + r20 = /%20/g, + rhash = /#.*$/, + rantiCache = /([?&])_=[^&]*/, + rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, + + // #7653, #8125, #8152: local protocol detection + rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, + rnoContent = /^(?:GET|HEAD)$/, + rprotocol = /^\/\//, + + /* Prefilters + * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) + * 2) These are called: + * - BEFORE asking for a transport + * - AFTER param serialization (s.data is a string if s.processData is true) + * 3) key is the dataType + * 4) the catchall symbol "*" can be used + * 5) execution will start with transport dataType and THEN continue down to "*" if needed + */ + prefilters = {}, + + /* Transports bindings + * 1) key is the dataType + * 2) the catchall symbol "*" can be used + * 3) selection will start with transport dataType and THEN go to "*" if needed + */ + transports = {}, + + // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression + allTypes = "*/".concat( "*" ), + + // Anchor tag for parsing the document origin + originAnchor = document.createElement( "a" ); + originAnchor.href = location.href; + +// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport +function addToPrefiltersOrTransports( structure ) { + + // dataTypeExpression is optional and defaults to "*" + return function( dataTypeExpression, func ) { + + if ( typeof dataTypeExpression !== "string" ) { + func = dataTypeExpression; + dataTypeExpression = "*"; + } + + var dataType, + i = 0, + dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || []; + + if ( jQuery.isFunction( func ) ) { + + // For each dataType in the dataTypeExpression + while ( ( dataType = dataTypes[ i++ ] ) ) { + + // Prepend if requested + if ( dataType[ 0 ] === "+" ) { + dataType = dataType.slice( 1 ) || "*"; + ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func ); + + // Otherwise append + } else { + ( structure[ dataType ] = structure[ dataType ] || [] ).push( func ); + } + } + } + }; +} + +// Base inspection function for prefilters and transports +function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { + + var inspected = {}, + seekingTransport = ( structure === transports ); + + function inspect( dataType ) { + var selected; + inspected[ dataType ] = true; + jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { + var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); + if ( typeof dataTypeOrTransport === "string" && + !seekingTransport && !inspected[ dataTypeOrTransport ] ) { + + options.dataTypes.unshift( dataTypeOrTransport ); + inspect( dataTypeOrTransport ); + return false; + } else if ( seekingTransport ) { + return !( selected = dataTypeOrTransport ); + } + } ); + return selected; + } + + return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); +} + +// A special extend for ajax options +// that takes "flat" options (not to be deep extended) +// Fixes #9887 +function ajaxExtend( target, src ) { + var key, deep, + flatOptions = jQuery.ajaxSettings.flatOptions || {}; + + for ( key in src ) { + if ( src[ key ] !== undefined ) { + ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ]; + } + } + if ( deep ) { + jQuery.extend( true, target, deep ); + } + + return target; +} + +/* Handles responses to an ajax request: + * - finds the right dataType (mediates between content-type and expected dataType) + * - returns the corresponding response + */ +function ajaxHandleResponses( s, jqXHR, responses ) { + + var ct, type, finalDataType, firstDataType, + contents = s.contents, + dataTypes = s.dataTypes; + + // Remove auto dataType and get content-type in the process + while ( dataTypes[ 0 ] === "*" ) { + dataTypes.shift(); + if ( ct === undefined ) { + ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" ); + } + } + + // Check if we're dealing with a known content-type + if ( ct ) { + for ( type in contents ) { + if ( contents[ type ] && contents[ type ].test( ct ) ) { + dataTypes.unshift( type ); + break; + } + } + } + + // Check to see if we have a response for the expected dataType + if ( dataTypes[ 0 ] in responses ) { + finalDataType = dataTypes[ 0 ]; + } else { + + // Try convertible dataTypes + for ( type in responses ) { + if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) { + finalDataType = type; + break; + } + if ( !firstDataType ) { + firstDataType = type; + } + } + + // Or just use first one + finalDataType = finalDataType || firstDataType; + } + + // If we found a dataType + // We add the dataType to the list if needed + // and return the corresponding response + if ( finalDataType ) { + if ( finalDataType !== dataTypes[ 0 ] ) { + dataTypes.unshift( finalDataType ); + } + return responses[ finalDataType ]; + } +} + +/* Chain conversions given the request and the original response + * Also sets the responseXXX fields on the jqXHR instance + */ +function ajaxConvert( s, response, jqXHR, isSuccess ) { + var conv2, current, conv, tmp, prev, + converters = {}, + + // Work with a copy of dataTypes in case we need to modify it for conversion + dataTypes = s.dataTypes.slice(); + + // Create converters map with lowercased keys + if ( dataTypes[ 1 ] ) { + for ( conv in s.converters ) { + converters[ conv.toLowerCase() ] = s.converters[ conv ]; + } + } + + current = dataTypes.shift(); + + // Convert to each sequential dataType + while ( current ) { + + if ( s.responseFields[ current ] ) { + jqXHR[ s.responseFields[ current ] ] = response; + } + + // Apply the dataFilter if provided + if ( !prev && isSuccess && s.dataFilter ) { + response = s.dataFilter( response, s.dataType ); + } + + prev = current; + current = dataTypes.shift(); + + if ( current ) { + + // There's only work to do if current dataType is non-auto + if ( current === "*" ) { + + current = prev; + + // Convert response if prev dataType is non-auto and differs from current + } else if ( prev !== "*" && prev !== current ) { + + // Seek a direct converter + conv = converters[ prev + " " + current ] || converters[ "* " + current ]; + + // If none found, seek a pair + if ( !conv ) { + for ( conv2 in converters ) { + + // If conv2 outputs current + tmp = conv2.split( " " ); + if ( tmp[ 1 ] === current ) { + + // If prev can be converted to accepted input + conv = converters[ prev + " " + tmp[ 0 ] ] || + converters[ "* " + tmp[ 0 ] ]; + if ( conv ) { + + // Condense equivalence converters + if ( conv === true ) { + conv = converters[ conv2 ]; + + // Otherwise, insert the intermediate dataType + } else if ( converters[ conv2 ] !== true ) { + current = tmp[ 0 ]; + dataTypes.unshift( tmp[ 1 ] ); + } + break; + } + } + } + } + + // Apply converter (if not an equivalence) + if ( conv !== true ) { + + // Unless errors are allowed to bubble, catch and return them + if ( conv && s.throws ) { + response = conv( response ); + } else { + try { + response = conv( response ); + } catch ( e ) { + return { + state: "parsererror", + error: conv ? e : "No conversion from " + prev + " to " + current + }; + } + } + } + } + } + } + + return { state: "success", data: response }; +} + +jQuery.extend( { + + // Counter for holding the number of active queries + active: 0, + + // Last-Modified header cache for next request + lastModified: {}, + etag: {}, + + ajaxSettings: { + url: location.href, + type: "GET", + isLocal: rlocalProtocol.test( location.protocol ), + global: true, + processData: true, + async: true, + contentType: "application/x-www-form-urlencoded; charset=UTF-8", + + /* + timeout: 0, + data: null, + dataType: null, + username: null, + password: null, + cache: null, + throws: false, + traditional: false, + headers: {}, + */ + + accepts: { + "*": allTypes, + text: "text/plain", + html: "text/html", + xml: "application/xml, text/xml", + json: "application/json, text/javascript" + }, + + contents: { + xml: /\bxml\b/, + html: /\bhtml/, + json: /\bjson\b/ + }, + + responseFields: { + xml: "responseXML", + text: "responseText", + json: "responseJSON" + }, + + // Data converters + // Keys separate source (or catchall "*") and destination types with a single space + converters: { + + // Convert anything to text + "* text": String, + + // Text to html (true = no transformation) + "text html": true, + + // Evaluate text as a json expression + "text json": JSON.parse, + + // Parse text as xml + "text xml": jQuery.parseXML + }, + + // For options that shouldn't be deep extended: + // you can add your own custom options here if + // and when you create one that shouldn't be + // deep extended (see ajaxExtend) + flatOptions: { + url: true, + context: true + } + }, + + // Creates a full fledged settings object into target + // with both ajaxSettings and settings fields. + // If target is omitted, writes into ajaxSettings. + ajaxSetup: function( target, settings ) { + return settings ? + + // Building a settings object + ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : + + // Extending ajaxSettings + ajaxExtend( jQuery.ajaxSettings, target ); + }, + + ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), + ajaxTransport: addToPrefiltersOrTransports( transports ), + + // Main method + ajax: function( url, options ) { + + // If url is an object, simulate pre-1.5 signature + if ( typeof url === "object" ) { + options = url; + url = undefined; + } + + // Force options to be an object + options = options || {}; + + var transport, + + // URL without anti-cache param + cacheURL, + + // Response headers + responseHeadersString, + responseHeaders, + + // timeout handle + timeoutTimer, + + // Url cleanup var + urlAnchor, + + // Request state (becomes false upon send and true upon completion) + completed, + + // To know if global events are to be dispatched + fireGlobals, + + // Loop variable + i, + + // uncached part of the url + uncached, + + // Create the final options object + s = jQuery.ajaxSetup( {}, options ), + + // Callbacks context + callbackContext = s.context || s, + + // Context for global events is callbackContext if it is a DOM node or jQuery collection + globalEventContext = s.context && + ( callbackContext.nodeType || callbackContext.jquery ) ? + jQuery( callbackContext ) : + jQuery.event, + + // Deferreds + deferred = jQuery.Deferred(), + completeDeferred = jQuery.Callbacks( "once memory" ), + + // Status-dependent callbacks + statusCode = s.statusCode || {}, + + // Headers (they are sent all at once) + requestHeaders = {}, + requestHeadersNames = {}, + + // Default abort message + strAbort = "canceled", + + // Fake xhr + jqXHR = { + readyState: 0, + + // Builds headers hashtable if needed + getResponseHeader: function( key ) { + var match; + if ( completed ) { + if ( !responseHeaders ) { + responseHeaders = {}; + while ( ( match = rheaders.exec( responseHeadersString ) ) ) { + responseHeaders[ match[ 1 ].toLowerCase() ] = match[ 2 ]; + } + } + match = responseHeaders[ key.toLowerCase() ]; + } + return match == null ? null : match; + }, + + // Raw string + getAllResponseHeaders: function() { + return completed ? responseHeadersString : null; + }, + + // Caches the header + setRequestHeader: function( name, value ) { + if ( completed == null ) { + name = requestHeadersNames[ name.toLowerCase() ] = + requestHeadersNames[ name.toLowerCase() ] || name; + requestHeaders[ name ] = value; + } + return this; + }, + + // Overrides response content-type header + overrideMimeType: function( type ) { + if ( completed == null ) { + s.mimeType = type; + } + return this; + }, + + // Status-dependent callbacks + statusCode: function( map ) { + var code; + if ( map ) { + if ( completed ) { + + // Execute the appropriate callbacks + jqXHR.always( map[ jqXHR.status ] ); + } else { + + // Lazy-add the new callbacks in a way that preserves old ones + for ( code in map ) { + statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; + } + } + } + return this; + }, + + // Cancel the request + abort: function( statusText ) { + var finalText = statusText || strAbort; + if ( transport ) { + transport.abort( finalText ); + } + done( 0, finalText ); + return this; + } + }; + + // Attach deferreds + deferred.promise( jqXHR ); + + // Add protocol if not provided (prefilters might expect it) + // Handle falsy url in the settings object (#10093: consistency with old signature) + // We also use the url parameter if available + s.url = ( ( url || s.url || location.href ) + "" ) + .replace( rprotocol, location.protocol + "//" ); + + // Alias method option to type as per ticket #12004 + s.type = options.method || options.type || s.method || s.type; + + // Extract dataTypes list + s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ]; + + // A cross-domain request is in order when the origin doesn't match the current origin. + if ( s.crossDomain == null ) { + urlAnchor = document.createElement( "a" ); + + // Support: IE <=8 - 11, Edge 12 - 13 + // IE throws exception on accessing the href property if url is malformed, + // e.g. http://example.com:80x/ + try { + urlAnchor.href = s.url; + + // Support: IE <=8 - 11 only + // Anchor's host property isn't correctly set when s.url is relative + urlAnchor.href = urlAnchor.href; + s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !== + urlAnchor.protocol + "//" + urlAnchor.host; + } catch ( e ) { + + // If there is an error parsing the URL, assume it is crossDomain, + // it can be rejected by the transport if it is invalid + s.crossDomain = true; + } + } + + // Convert data if not already a string + if ( s.data && s.processData && typeof s.data !== "string" ) { + s.data = jQuery.param( s.data, s.traditional ); + } + + // Apply prefilters + inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); + + // If request was aborted inside a prefilter, stop there + if ( completed ) { + return jqXHR; + } + + // We can fire global events as of now if asked to + // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118) + fireGlobals = jQuery.event && s.global; + + // Watch for a new set of requests + if ( fireGlobals && jQuery.active++ === 0 ) { + jQuery.event.trigger( "ajaxStart" ); + } + + // Uppercase the type + s.type = s.type.toUpperCase(); + + // Determine if request has content + s.hasContent = !rnoContent.test( s.type ); + + // Save the URL in case we're toying with the If-Modified-Since + // and/or If-None-Match header later on + // Remove hash to simplify url manipulation + cacheURL = s.url.replace( rhash, "" ); + + // More options handling for requests with no content + if ( !s.hasContent ) { + + // Remember the hash so we can put it back + uncached = s.url.slice( cacheURL.length ); + + // If data is available, append data to url + if ( s.data ) { + cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data; + + // #9682: remove data so that it's not used in an eventual retry + delete s.data; + } + + // Add or update anti-cache param if needed + if ( s.cache === false ) { + cacheURL = cacheURL.replace( rantiCache, "$1" ); + uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce++ ) + uncached; + } + + // Put hash and anti-cache on the URL that will be requested (gh-1732) + s.url = cacheURL + uncached; + + // Change '%20' to '+' if this is encoded form body content (gh-2658) + } else if ( s.data && s.processData && + ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) { + s.data = s.data.replace( r20, "+" ); + } + + // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. + if ( s.ifModified ) { + if ( jQuery.lastModified[ cacheURL ] ) { + jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); + } + if ( jQuery.etag[ cacheURL ] ) { + jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); + } + } + + // Set the correct header, if data is being sent + if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { + jqXHR.setRequestHeader( "Content-Type", s.contentType ); + } + + // Set the Accepts header for the server, depending on the dataType + jqXHR.setRequestHeader( + "Accept", + s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ? + s.accepts[ s.dataTypes[ 0 ] ] + + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : + s.accepts[ "*" ] + ); + + // Check for headers option + for ( i in s.headers ) { + jqXHR.setRequestHeader( i, s.headers[ i ] ); + } + + // Allow custom headers/mimetypes and early abort + if ( s.beforeSend && + ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) { + + // Abort if not done already and return + return jqXHR.abort(); + } + + // Aborting is no longer a cancellation + strAbort = "abort"; + + // Install callbacks on deferreds + completeDeferred.add( s.complete ); + jqXHR.done( s.success ); + jqXHR.fail( s.error ); + + // Get transport + transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); + + // If no transport, we auto-abort + if ( !transport ) { + done( -1, "No Transport" ); + } else { + jqXHR.readyState = 1; + + // Send global event + if ( fireGlobals ) { + globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); + } + + // If request was aborted inside ajaxSend, stop there + if ( completed ) { + return jqXHR; + } + + // Timeout + if ( s.async && s.timeout > 0 ) { + timeoutTimer = window.setTimeout( function() { + jqXHR.abort( "timeout" ); + }, s.timeout ); + } + + try { + completed = false; + transport.send( requestHeaders, done ); + } catch ( e ) { + + // Rethrow post-completion exceptions + if ( completed ) { + throw e; + } + + // Propagate others as results + done( -1, e ); + } + } + + // Callback for when everything is done + function done( status, nativeStatusText, responses, headers ) { + var isSuccess, success, error, response, modified, + statusText = nativeStatusText; + + // Ignore repeat invocations + if ( completed ) { + return; + } + + completed = true; + + // Clear timeout if it exists + if ( timeoutTimer ) { + window.clearTimeout( timeoutTimer ); + } + + // Dereference transport for early garbage collection + // (no matter how long the jqXHR object will be used) + transport = undefined; + + // Cache response headers + responseHeadersString = headers || ""; + + // Set readyState + jqXHR.readyState = status > 0 ? 4 : 0; + + // Determine if successful + isSuccess = status >= 200 && status < 300 || status === 304; + + // Get response data + if ( responses ) { + response = ajaxHandleResponses( s, jqXHR, responses ); + } + + // Convert no matter what (that way responseXXX fields are always set) + response = ajaxConvert( s, response, jqXHR, isSuccess ); + + // If successful, handle type chaining + if ( isSuccess ) { + + // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. + if ( s.ifModified ) { + modified = jqXHR.getResponseHeader( "Last-Modified" ); + if ( modified ) { + jQuery.lastModified[ cacheURL ] = modified; + } + modified = jqXHR.getResponseHeader( "etag" ); + if ( modified ) { + jQuery.etag[ cacheURL ] = modified; + } + } + + // if no content + if ( status === 204 || s.type === "HEAD" ) { + statusText = "nocontent"; + + // if not modified + } else if ( status === 304 ) { + statusText = "notmodified"; + + // If we have data, let's convert it + } else { + statusText = response.state; + success = response.data; + error = response.error; + isSuccess = !error; + } + } else { + + // Extract error from statusText and normalize for non-aborts + error = statusText; + if ( status || !statusText ) { + statusText = "error"; + if ( status < 0 ) { + status = 0; + } + } + } + + // Set data for the fake xhr object + jqXHR.status = status; + jqXHR.statusText = ( nativeStatusText || statusText ) + ""; + + // Success/Error + if ( isSuccess ) { + deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); + } else { + deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); + } + + // Status-dependent callbacks + jqXHR.statusCode( statusCode ); + statusCode = undefined; + + if ( fireGlobals ) { + globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", + [ jqXHR, s, isSuccess ? success : error ] ); + } + + // Complete + completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); + + if ( fireGlobals ) { + globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); + + // Handle the global AJAX counter + if ( !( --jQuery.active ) ) { + jQuery.event.trigger( "ajaxStop" ); + } + } + } + + return jqXHR; + }, + + getJSON: function( url, data, callback ) { + return jQuery.get( url, data, callback, "json" ); + }, + + getScript: function( url, callback ) { + return jQuery.get( url, undefined, callback, "script" ); + } +} ); + +jQuery.each( [ "get", "post" ], function( i, method ) { + jQuery[ method ] = function( url, data, callback, type ) { + + // Shift arguments if data argument was omitted + if ( jQuery.isFunction( data ) ) { + type = type || callback; + callback = data; + data = undefined; + } + + // The url can be an options object (which then must have .url) + return jQuery.ajax( jQuery.extend( { + url: url, + type: method, + dataType: type, + data: data, + success: callback + }, jQuery.isPlainObject( url ) && url ) ); + }; +} ); + + +jQuery._evalUrl = function( url ) { + return jQuery.ajax( { + url: url, + + // Make this explicit, since user can override this through ajaxSetup (#11264) + type: "GET", + dataType: "script", + cache: true, + async: false, + global: false, + "throws": true + } ); +}; + + +jQuery.fn.extend( { + wrapAll: function( html ) { + var wrap; + + if ( this[ 0 ] ) { + if ( jQuery.isFunction( html ) ) { + html = html.call( this[ 0 ] ); + } + + // The elements to wrap the target around + wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); + + if ( this[ 0 ].parentNode ) { + wrap.insertBefore( this[ 0 ] ); + } + + wrap.map( function() { + var elem = this; + + while ( elem.firstElementChild ) { + elem = elem.firstElementChild; + } + + return elem; + } ).append( this ); + } + + return this; + }, + + wrapInner: function( html ) { + if ( jQuery.isFunction( html ) ) { + return this.each( function( i ) { + jQuery( this ).wrapInner( html.call( this, i ) ); + } ); + } + + return this.each( function() { + var self = jQuery( this ), + contents = self.contents(); + + if ( contents.length ) { + contents.wrapAll( html ); + + } else { + self.append( html ); + } + } ); + }, + + wrap: function( html ) { + var isFunction = jQuery.isFunction( html ); + + return this.each( function( i ) { + jQuery( this ).wrapAll( isFunction ? html.call( this, i ) : html ); + } ); + }, + + unwrap: function( selector ) { + this.parent( selector ).not( "body" ).each( function() { + jQuery( this ).replaceWith( this.childNodes ); + } ); + return this; + } +} ); + + +jQuery.expr.pseudos.hidden = function( elem ) { + return !jQuery.expr.pseudos.visible( elem ); +}; +jQuery.expr.pseudos.visible = function( elem ) { + return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length ); +}; + + + + +jQuery.ajaxSettings.xhr = function() { + try { + return new window.XMLHttpRequest(); + } catch ( e ) {} +}; + +var xhrSuccessStatus = { + + // File protocol always yields status code 0, assume 200 + 0: 200, + + // Support: IE <=9 only + // #1450: sometimes IE returns 1223 when it should be 204 + 1223: 204 + }, + xhrSupported = jQuery.ajaxSettings.xhr(); + +support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); +support.ajax = xhrSupported = !!xhrSupported; + +jQuery.ajaxTransport( function( options ) { + var callback, errorCallback; + + // Cross domain only allowed if supported through XMLHttpRequest + if ( support.cors || xhrSupported && !options.crossDomain ) { + return { + send: function( headers, complete ) { + var i, + xhr = options.xhr(); + + xhr.open( + options.type, + options.url, + options.async, + options.username, + options.password + ); + + // Apply custom fields if provided + if ( options.xhrFields ) { + for ( i in options.xhrFields ) { + xhr[ i ] = options.xhrFields[ i ]; + } + } + + // Override mime type if needed + if ( options.mimeType && xhr.overrideMimeType ) { + xhr.overrideMimeType( options.mimeType ); + } + + // X-Requested-With header + // For cross-domain requests, seeing as conditions for a preflight are + // akin to a jigsaw puzzle, we simply never set it to be sure. + // (it can always be set on a per-request basis or even using ajaxSetup) + // For same-domain requests, won't change header if already provided. + if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) { + headers[ "X-Requested-With" ] = "XMLHttpRequest"; + } + + // Set headers + for ( i in headers ) { + xhr.setRequestHeader( i, headers[ i ] ); + } + + // Callback + callback = function( type ) { + return function() { + if ( callback ) { + callback = errorCallback = xhr.onload = + xhr.onerror = xhr.onabort = xhr.onreadystatechange = null; + + if ( type === "abort" ) { + xhr.abort(); + } else if ( type === "error" ) { + + // Support: IE <=9 only + // On a manual native abort, IE9 throws + // errors on any property access that is not readyState + if ( typeof xhr.status !== "number" ) { + complete( 0, "error" ); + } else { + complete( + + // File: protocol always yields status 0; see #8605, #14207 + xhr.status, + xhr.statusText + ); + } + } else { + complete( + xhrSuccessStatus[ xhr.status ] || xhr.status, + xhr.statusText, + + // Support: IE <=9 only + // IE9 has no XHR2 but throws on binary (trac-11426) + // For XHR2 non-text, let the caller handle it (gh-2498) + ( xhr.responseType || "text" ) !== "text" || + typeof xhr.responseText !== "string" ? + { binary: xhr.response } : + { text: xhr.responseText }, + xhr.getAllResponseHeaders() + ); + } + } + }; + }; + + // Listen to events + xhr.onload = callback(); + errorCallback = xhr.onerror = callback( "error" ); + + // Support: IE 9 only + // Use onreadystatechange to replace onabort + // to handle uncaught aborts + if ( xhr.onabort !== undefined ) { + xhr.onabort = errorCallback; + } else { + xhr.onreadystatechange = function() { + + // Check readyState before timeout as it changes + if ( xhr.readyState === 4 ) { + + // Allow onerror to be called first, + // but that will not handle a native abort + // Also, save errorCallback to a variable + // as xhr.onerror cannot be accessed + window.setTimeout( function() { + if ( callback ) { + errorCallback(); + } + } ); + } + }; + } + + // Create the abort callback + callback = callback( "abort" ); + + try { + + // Do send the request (this may raise an exception) + xhr.send( options.hasContent && options.data || null ); + } catch ( e ) { + + // #14683: Only rethrow if this hasn't been notified as an error yet + if ( callback ) { + throw e; + } + } + }, + + abort: function() { + if ( callback ) { + callback(); + } + } + }; + } +} ); + + + + +// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432) +jQuery.ajaxPrefilter( function( s ) { + if ( s.crossDomain ) { + s.contents.script = false; + } +} ); + +// Install script dataType +jQuery.ajaxSetup( { + accepts: { + script: "text/javascript, application/javascript, " + + "application/ecmascript, application/x-ecmascript" + }, + contents: { + script: /\b(?:java|ecma)script\b/ + }, + converters: { + "text script": function( text ) { + jQuery.globalEval( text ); + return text; + } + } +} ); + +// Handle cache's special case and crossDomain +jQuery.ajaxPrefilter( "script", function( s ) { + if ( s.cache === undefined ) { + s.cache = false; + } + if ( s.crossDomain ) { + s.type = "GET"; + } +} ); + +// Bind script tag hack transport +jQuery.ajaxTransport( "script", function( s ) { + + // This transport only deals with cross domain requests + if ( s.crossDomain ) { + var script, callback; + return { + send: function( _, complete ) { + script = jQuery( " + \ No newline at end of file diff --git a/authnopass.html b/authnopass.html new file mode 100644 index 0000000..7d6a6b7 --- /dev/null +++ b/authnopass.html @@ -0,0 +1,12 @@ + + + + + + authNoCode + + + Explanation for no password + + + \ No newline at end of file diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..f7c0d43 --- /dev/null +++ b/css/main.css @@ -0,0 +1,7 @@ +.dap-main { + background-color: #add8e6; +} +.dap-logo { + height: 80px; + width: 80px; +} \ No newline at end of file diff --git a/css/mock-provider.css b/css/mock-provider.css new file mode 100644 index 0000000..18af538 --- /dev/null +++ b/css/mock-provider.css @@ -0,0 +1,8 @@ +.mock-main { + background-color: #98fb98; +} + +.js-provider-logo { + height: 80px; + width: 80px; +} diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..7804075 --- /dev/null +++ b/css/style.css @@ -0,0 +1,296 @@ +.dap-centered-text { + text-align: center; +} + +.dap-centered-div { + display: flex; + margin: 0 auto; + flex-direction: column; +} + +.dap-space-on-top { + margin-top: 10px; +} + +.js-remember-label { + display: flex; + margin: 0 auto; +} + +.dap-scrunch-bottom { + margin-top: 0; +} + +.dap-scrunch-top { + margin-bottom: 0; +} + +.dap-scrunch-both { + margin-bottom: 0; + margin-top: 0; +} + +.js-remember-checkbox { + display: none; +} + +.js-auth-checkbox { + display: none; +} + +.dap-bordered { + margin: 0 auto; + width: 400px; + padding: 20px 20px 5px 20px; + border-top: 3px solid #6D99ed; + border-bottom: 3px solid #5C6FE0; + background-image: linear-gradient(#6D99ed, #5C6FE0), + linear-gradient(#6D99ed, #5C6FE0); + background-size: 3px 100%; + background-position: 0 0, 100% 0; + background-repeat: no-repeat; +} + +.dap-normal-text { + font-family: 'Lato', sans-serif; + font-size: 25px; +} + +.dap-med-text { + font-family: 'Lato', sans-serif; + font-size: 18px; +} + +.dap-small-text { + font-family: 'Lato', sans-serif; + font-size: 14px; + color: #777; +} + +.dap-purple-text { + font-family: 'Lato', sans-serif; + font-size: 18px; + color: #7464ed; +} + +.dap-help-text { + font-family: 'Lato', sans-serif; + font-size: 14px; + text-decoration: underline; + color: #999; +} + +.dap-input { + height: 50px; + width: 350px; + margin: 0 6% 0 6%; + text-align: center; + font-family: 'Lato', sans-serif; + font-size: 25px; + color: #777; +} + +.dap-input::-webkit-input-placeholder { + text-align: center; + font-family: 'Lato', sans-serif; + font-size: 25px; + color: #ccc; +} + +.dap-full-button-green { + background-image: -webkit-linear-gradient(top, #00C267, #22A05C); + height: 52px; + width: 356px; + box-shadow: 0 0 8px #ccc; + border-radius: 5px; + border: none; + padding: 1px; + margin: 10px 6% 0 6%; + text-align: center; + font-family: 'Lato', sans-serif; + font-size: 25px; + color: #fff; +} + +.dap-full-button-pink { + background-image: -webkit-linear-gradient(top, #FF5C5C, #E54043); + height: 52px; + width: 356px; + box-shadow: 0 0 8px #ccc; + border-radius: 5px; + border: none; + padding: 1px; + margin: 10px 6% 0 6%; + text-align: center; + font-family: 'Lato', sans-serif; + font-size: 25px; + color: #fff; +} + +.dap-full-button-purple { + background-image: -webkit-linear-gradient(top, #6d99ed, #5C6FE0); + height: 52px; + width: 356px; + box-shadow: 0 0 8px #ccc; + border-radius: 5px; + border: none; + padding: 1px; + margin: 10px 6% 0 6%; + text-align: center; + font-family: 'Lato', sans-serif; + font-size: 25px; + color: #fff; +} + +.dap-3-4-button-green { + background-image: -webkit-linear-gradient(top, #93d89c, #39a04a); + height: 52px; + width: 238px; + box-shadow: 0 0 8px #ccc; + border-radius: 5px; + border: none; + padding: 1px; + margin: 10px 2% 0 2%; + text-align: center; + font-family: 'Lato', sans-serif; + font-size: 25px; + color: #fff; +} + +.dap-1-4-button-purple { + background-image: -webkit-linear-gradient(top, #6d99ed, #5C6FE0); + height: 52px; + width: 119px; + box-shadow: 0 0 8px #ccc; + border-radius: 5px; + border: none; + padding: 1px; + margin: 10px 2% 0 2%; + text-align: center; + font-family: 'Lato', sans-serif; + font-size: 25px; + color: #fff; +} + +.dap-3-4-span { + float: left; + margin-left: 10%; +} + +.dap-1-4-span { + float: right; +} + +.dap-social-media { + display: flex; + height: 50px; + width: 330px; + margin: 0 5% 0 5%; + padding-left: 15px; + padding-right: 15px; + justify-content: space-between; +} + +.fa-gray { + color: #777; +} + +.fa-purple { + color: #5C6FE0; +} + +.icon-centered-3x { + margin: 0 162px 0 162px; +} + +.dap-user-plus-app { + width: 300px; + display: flex; + justify-content: space-around; + margin: 0 auto; +} + +.dap-user-plus-app > .fa-gray { + margin-top: 12px; +} + +.dap-app-auth-list { + display: flex; + flex-direction: column; +} + +.dap-app-auth-list > li { + display: flex; +} + +.fa-square-o > span { + margin-left: 12px !important; +} + +.dap-remember-margin { + margin-right: 7px !important; +} + +.dap-remember-me { + margin-top: 7px; + margin-left: 5px; +} + +.dap-app-auth-list > li > span { + margin-top: 4px; + margin-left: 8px; +} + +.dap-li-disabled { + opacity: 0.4; +} + +/* --------------- Line Around Effect ----------- */ +.dap-line-around { + overflow: hidden; + text-align: center; + color: #777; + font-family: 'Lato', sans-serif; + font-size: 14px; +} + +.dap-line-around:before, .dap-line-around:after { + background-color: #ccc; + content: ""; + display: inline-block; + height: 1px; + position: relative; + vertical-align: middle; + width: 41%; +} + +.dap-line-around:before { + right: .5em; + margin-left: -50%; +} + +.dap-line-around:after { + left: .5em; + margin-right: -50%; +} +/* ------------------------------------------------ */ + +.noselect { + -webkit-touch-callout: none; /* iOS Safari */ + -webkit-user-select: none; /* Safari */ + -khtml-user-select: none; /* Konqueror HTML */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* Internet Explorer/Edge */ + user-select: none; /* Non-prefixed version, currently + supported by Chrome and Opera */ +} + +button:disabled { + opacity: 0.6; +} + +.dap-lab-logo { + height: 78px; + width: auto; + border-radius: 50px; +} \ No newline at end of file diff --git a/img/Daplie-Badge-Purple.png b/img/Daplie-Badge-Purple.png new file mode 100644 index 0000000000000000000000000000000000000000..79f76e1518e1f9455524444e45a66baf9aea8222 GIT binary patch literal 655476 zcmeHw2b@*K+5XUWmt8tr08tQB5QJTjx*{rAun=o(u`RF^K_P%jO#UAvUy?5-F)`m4 zV@ZrAMq`XEi9HrX!EUT5*ekua-KFgReJ(q2x!k>H&YU)L&inp;@6O&+X6Ain&ikA* z^|~{@byDlXE`>sf)+diS{wyJy+yE`eqa*X49r79lEoY3mV3rU?9idIct$*kw#PH2i z&N+Yf`D0J396$Yv{#6sEkE`xK=ZYD0wGbnYnKPqm{M72%-N#i=nsVjQJ=XpE*&f}e zOgOs7d4tDRjGZyMdh(Pp*Uqdy``T}vGydACiV5pyajf-9F@dJ(=)_v&k{sRUN zA2x8%5#0w?3>Z>gF}!@hpneqtDl3LpRt)IgAU#GF(tjgnPMBDE*6}AcBuBrF?lF1x z>=~8i<=0$uP5*0->_2_xr1Am7hYv5W7+5}VU_ZK|->mOlIlF33zbj|;+#QLG=lJSb z<7ZBpF?-7NE4w4!s&Uh=ntgPS9!O}9G}v{;j6DfmIjaFXLa}^K)r|51{VU2FxoPa! z+_znEMbN!&y zxeaG_-=5Iz5OZ%_p2Cw&VYfHg9cO%q^dcjvZ5j_lHFHk#4(m?|Aea9 zRVuOUb8Tik(WSm~4I4geLcfWFtA|dgIC99aLE{IfjNJG3{h~g8`uM9*l_=`nkN$+| z<0<+*6{K=#Mb+@Cs;Ytgh7KM&xZi*Qlw{TT>gs+ICQcYQZdk>zK}U`oA`?oBY`=s~ zpE-p*Q`NMzYhcR+N~~(!xMAa~st1t;6DRZ=G-3Sse&Z${IjrBX>S04F227Z6WL5P5 znM9Uo_DgEalvz}tzL!?dsJ5ki&)L=A-S?Ol9hs>y&Ijb6v=FvUmv$@CV?C~kM zC-sO|R*i@E895#mxO&2f@_ml(&DNef8*ZDje{rfousi;=+Z#{gn#t8y=Boa?qe@-X zcqFr?Pn>;C)y(SSCQ%Jhdp38+yYG#e35+O*zn(TFfTEaHb+xyGP~@#vzE78YV)uUN($ilwSVm zy|aAJi|2kWV2`i#^PjyY`59|QT%1S-Ah~}sT)FYdILmNl0FwJB!<8GKjI#_^1|YeA zGF-Xw$vDe!WdM@QxA66hKv)Ri zg{Y)K%P8#B@P7vi+cju=3fqttkrtBXleQ(5FH`au9ZJb2`n!X47wLx75g}?Q+}7|v z&Tl4NN4ma2*HXBObU7)lNtgN`zYzxuBVZf?cizxVD^IQoL@O1(i4pJz0XX>sNqaVE z4+^`IqV^+%wjlLWTBk+UG3|f1|JKnBUyy!6`dJoTM#oqf0jm&T0?`!@U!;=mV!jRKnvY0zx>$5#!=<$cn{r0+HS{{e*{9~MTyI0TqLj4P7FWe811 z14##v()I%>J%U0w+$2c>84I$6o}Fg+cKZJv(l;CQKNP+}x|NiL5r`B4CXh(sPh{e> zXN?$6I+S!6X@63#hXg_+f+jf-EK~~mWZouyiS!lHMWi2+vM>UnBES!BsBkATF*HAo zY|vvU?3_px{52ZStt6Gp8=^)Z%5$U(8Wc@nEQ~;)2rz*J3U4AK??hIQCOwh#1X3mp z0wDwe&gVBMlEVnFCrSTJ`c%Vj3RoBc{}5mT@ej+S#)OekgGgyhWpOGg`Z1c2vP6pj zi2RZU#lF?(LwS_+U!<>+?jmJj1UwLntRm z(oYsfAU6U`Ai42L`dQQu^kZB=dM0TrQkHljfQgdlH7I7(KS=slQuLi*v=<8_&?o{- zAdNzk=o3eh^_P*tv0!NsmSiA+7lex&bQOhvBfW$4by5~aU_S)V0m{M%0D%sqSCGC< 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 JQJ4Mb{{#NQ@M{17 literal 0 HcmV?d00001 diff --git a/img/Daplie-Labs-800x800.png b/img/Daplie-Labs-800x800.png new file mode 100644 index 0000000000000000000000000000000000000000..f32d450f9f47d4147a27f77ef6d4e91a8ae518e5 GIT binary patch literal 1940169 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 literal 0 HcmV?d00001 diff --git a/img/daplie-provider.jpeg b/img/daplie-provider.jpeg new file mode 100644 index 0000000000000000000000000000000000000000..4a25659ecc37996ef51584fc53dafea7899718ce GIT binary patch literal 18136 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 literal 0 HcmV?d00001 diff --git a/img/not-provider.png b/img/not-provider.png new file mode 100644 index 0000000000000000000000000000000000000000..0a418091f66fc04cdbce15984282035b03396dca GIT binary patch literal 178858 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 + + + + + Login Facilitator: OAuth3.org + + + + + + + + + + + + + + + + + + +
+
+ +
+

A special sign-in code was sent to:

+

 

+

Please enter the code below:

+
+ + +
+ +
+ +
+ +

I didn't receive my code...

+
+ +

Why am I not using a password?

+
+
+ +
+
+
+ + + +
+

OK! Almost done. Allow app to...?

+
+ +
+
    +
  • +   + +
  • +
+ +
+ + +
+
+
+ + + + +
+

Sign out of Daplie and all Applications?

+ +
+ + + + + + + + + + + + diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..2312b23 --- /dev/null +++ b/install.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +mkdir -p assets +if [ -d ./assets/org.oauth3 ]; then + git clone git@git.daplie.com:Daplie/oauth3.js.git ./assets/org.oauth3 +fi +pushd ./assets/org.oauth3 + git checkout v1 + git pull +popd +bower install rsvp diff --git a/js/3rd-party.js b/js/3rd-party.js new file mode 100644 index 0000000..a4bee4f --- /dev/null +++ b/js/3rd-party.js @@ -0,0 +1,182 @@ +(function () { + 'use strict'; + + //////////////////////// + // // + // 3rd Party Logins // + // // + //////////////////////// + util.facebookLogin = function (ev) { + ev.preventDefault(); + ev.stopPropagation(); + + var ppid = ''; + + var authObj = window.OAUTH3.core.implicitGrant( + { authorization_dialog: { url:'https:////www.facebook.com/v2.8/dialog/oauth' } + } + , { redirectUri: 'https://' + CONFIG.host + '/.well-known/oauth3/callback.html' + , appId: '590912911107527' + } + ); + + var signinW = window.open( + authObj.url + , "third-party-provider" + ); + + var callbackName = '--oauth3-callback-' + authObj.state; + + console.log('authobj: ', authObj); + console.log('callback: ',callbackName); + + window[callbackName] = function (obj) { + console.log('callback obj: ', obj); + $.ajax({ + url: "https://graph.facebook.com/me" + , headers: {authorization: "Bearer " + obj.access_token} + }).then( function (ajaxObj) { + console.log("Ajax obj: ", ajaxObj); + ppid = ajaxObj.id; + }); + }; + }; + util.twitterLogin = function (ev) { + ev.preventDefault(); + ev.stopPropagation(); + + var authObj = window.OAUTH3.core.implicitGrant( + { authorization_dialog: { url:'https://api.twitter.com/oauth/authorize' } + } + , { redirectUri: 'https://' + CONFIG.host + '/.well-known/oauth3/callback.html' + , appId: 'HJuxVttZUX4kPmbafvzmcuU1O' + } + ); + + var signinW = window.open( + authObj.url + , "third-party-provider" + ); + + var callbackName = '--oauth3-callback-' + authObj.state; + + console.log('authobj: ', authObj); + console.log('callback: ',callbackName); + + window[callbackName] = function (obj) { + console.log('callback obj: ', obj); + }; + }; + util.googleLogin = function (ev) { + ev.preventDefault(); + ev.stopPropagation(); + + var authObj = window.OAUTH3.core.implicitGrant( + { authorization_dialog: { url:'https://accounts.google.com/o/oauth2/v2/auth' } + } + , { redirectUri: 'https://' + CONFIG.host + '/.well-known/oauth3/callback.html' + , appId: '458817232132-sdk9eioi22k36jqpj0mq3i89h6tsohut.apps.googleusercontent.com' + , scope: 'profile' + } + ); + + var signinW = window.open( + authObj.url + , "third-party-provider" + ); + + var callbackName = '--oauth3-callback-' + authObj.state; + + console.log('authobj: ', authObj); + console.log('callback: ',callbackName); + + window[callbackName] = function (obj) { + console.log('callback obj: ', obj); + $.ajax({ + url: "https://www.googleapis.com/oauth2/v3/userinfo" + , headers: {authorization: "Bearer " + obj.access_token} + }).then( function (ajaxObj) { + console.log("Ajax obj: ", ajaxObj); + }); + }; + }; + util.githubLogin = function (ev) { + ev.preventDefault(); + ev.stopPropagation(); + + var ppid = ''; + + var authObj = window.OAUTH3.core.implicitGrant( + { authorization_dialog: { url:'https://github.com/login/oauth/authorize' } + } + , { redirect_uri: 'https://' + CONFIG.host + '/.well-known/oauth3/callback.html' + , client_id: 'df4d46a358c1f3519c60' + } + ); + + var signinW = window.open( + authObj.url + , "third-party-provider" + ); + + var callbackName = '--oauth3-callback-' + authObj.state; + + console.log('authobj: ', authObj); + console.log('callback: ',callbackName); + + window[callbackName] = function (obj) { + console.log('callback obj: ', obj); + $.ajax({ + url: "https://api.github.com/user" + , headers: {authorization: "Bearer " + obj.access_token} + }).then( function (ajaxObj) { + console.log("Ajax obj: ", ajaxObj); + ppid = ajaxObj.id; + }); + }; + }; + util.gitlabLogin = function (ev) { + ev.preventDefault(); + ev.stopPropagation(); + + var ppid = ''; + + var authObj = window.OAUTH3.core.implicitGrant( + { authorization_dialog: { url:'https://github.com/login/oauth/authorize' } + } + , { redirect_uri: 'https://' + CONFIG.host + '/.well-known/oauth3/callback.html' + , client_id: 'df4d46a358c1f3519c60' + } + ); + + var signinW = window.open( + authObj.url + , "third-party-provider" + ); + + var callbackName = '--oauth3-callback-' + authObj.state; + + console.log('authobj: ', authObj); + console.log('callback: ',callbackName); + + window[callbackName] = function (obj) { + console.log('callback obj: ', obj); + $.ajax({ + url: "https://api.github.com/user" + , headers: {authorization: "Bearer " + obj.access_token} + }).then( function (ajaxObj) { + console.log("Ajax obj: ", ajaxObj); + ppid = ajaxObj.id; + }); + }; + }; + + $('body').on('click', '.js-facebook-login', util.facebookLogin); + //$('body').on('click', '.js-twitter-login', util.twitterLogin); + $('body').on('click', '.js-google-login', util.googleLogin); + //$('body').on('click', '.js-github-login', util.githubLogin); + //$('body').on('click', '.js-gitlab-login', util.gitlabLogin); + // + // END 3rd Party Logins + // +}()); diff --git a/js/app.js b/js/app.js new file mode 100644 index 0000000..a4b9139 --- /dev/null +++ b/js/app.js @@ -0,0 +1,57 @@ +$(function () { + 'use strict'; + + var OAUTH3 = window.OAUTH3; + + //var myPort = window.location.host.replace(/[^:]+(:)?/, '$1'); + //var providerUri = 'https://localhost.bar.daplie.me' + myPort; + var providerUri = 'oauth3.org'; + + var auth = OAUTH3.create(); + + auth.init().then(function () { + $('body').addClass('in'); + }); + + auth.setProvider(providerUri).then(function () { + $('.js-signin').removeAttr('disabled'); + + return auth.authenticate({ windowType: 'background' }).then(function (session) { + console.info("Previously Granted:", session); + + $('.js-signin').removeClass('in').hide(); + $('.js-logout').show().addClass('in'); + }, function (err) { + console.info("Pre-Auth Fail (okay):", err); + }); + }); + + $('body').on('click', '.js-signin', function (ev) { + ev.preventDefault(); + ev.stopPropagation(); + + auth.login().then(function (session) { + console.info('authorization tokens!', session); + + $('.js-signin').removeClass('in').hide(); + $('.js-logout').show().addClass('in'); + }, function (err) { + window.alert(err.message); + }); + + }); + + $('body').on('click', '.js-logout', function (ev) { + ev.preventDefault(); + ev.stopPropagation(); + + return auth.logout().then(function () { + + localStorage.clear(); + $('.js-signin').show().addClass('in'); + $('.js-logout').removeClass('in').hide(); + }); + }); + + $('.js-logout').hide(); +}); diff --git a/js/mock.js b/js/mock.js new file mode 100644 index 0000000..233e4f8 --- /dev/null +++ b/js/mock.js @@ -0,0 +1,407 @@ +$(function () { + 'use strict'; + + var OAUTH3 = window.OAUTH3; + var CONFIG = { + host: OAUTH3.utils.clientUri(window.location) + , directives: null // will be populated before the login button appears + }; + var loc = window.location; + var util = {}; + var email; + var tpls = { + scope: $('.js-scopes-container').html() + }; + $('.js-scopes-container').html(''); + + // TODO let query.parse do location.hash || location.search || location + var clientParams = OAUTH3.query.parse(window.location.hash || window.location.search); + if (/authorization_dialog/.test(window.location.href)) { + // OAUTH3.lintClientParams(params, window) + // OAUTH3.normalizeClientParams(params, window) + if (clientParams.debug) { + console.info("'debug' exists, debug mode enabled. :)"); + } + if (-1 === [ 'token', 'code' ].indexOf(clientParams.response_type)) { + window.alert("'response_type' must exist and be either 'token' (implicit flow) or 'code' (authorization flow)"); + return; + } + if (!clientParams.state || -1 !== [ 'undefined', 'null' ].indexOf(clientParams.state)) { + // TODO check bits + window.alert("'state' should exist as a crypto-random string with 128-bits of entropy (32 hex characters)"); + return; + } + if (!clientParams.client_id || -1 !== [ 'undefined', 'null' ].indexOf(clientParams.client_id)) { + console.warn( + "'client_id' should exist as the uri identifying the client," + + " such as example.com or example.com:8080/my-app or, well," + + "'" + OAUTH3.url.normalize(window.document.referrer) + "'" + ); + } + if (clientParams.client_uri) { + console.warn("'client_id' should be used instead of 'client_uri'"); + } + if (!(clientParams.client_id || clientParams.client_uri)) { + window.alert("'response_type' must exist and be either 'token' (implicit flow) or 'code' (authorization flow)"); + console.error("'response_type' must exist and be either 'token' (implicit flow) or 'code' (authorization flow)"); + clientParams.client_id = clientParams.client_uri = OAUTH3.url.normalize(window.document.referrer); + } + if (!clientParams.redirect_uri) { + clientParams.redirect_uri = OAUTH3.url.normalize(clientParams.client_uri) + + "/.well-known/oauth3/callback.html'"; + window.alert("'redirect_uri' must exist and should point to '" + clientParams.redirect_uri + "'"); + console.error("'redirect_uri' must exist and should point to '" + clientParams.redirect_uri + "'"); + } + clientParams.referrer = window.document.referrer; + } + + function normalizeSession(session) { + // TODO casing + // TODO expiry calculation + // TODO leave this up to OAUTH3 + session.provider_uri = session.provider_rui || CONFIG.host; + session.client_uri = session.client_uri || CONFIG.host; // same as provider in this case + } + + function getSession(providerUri) { + return OAUTH3.hooks.session.get(providerUri).then(function (session) { + if (session && session.access_token) { + normalizeSession(session); + return OAUTH3.PromiseA.resolve(session); + } + else { + return OAUTH3.PromiseA.reject(new Error("no access_token in session")); + } + }); + } + + function getGrants(session) { + var clientObj = OAUTH3.query.parse(loc.hash || loc.search); + var clientLogo = OAUTH3.url.normalize(clientObj.client_uri) // optional relative logo ? + + '/.well-known/oauth3/logo-128x128.png' + ; + var callbackUrl; + // TODO put in directives.json or similar + var grantDescriptions = { + 'oauth3_authn': "Basic secure authentication" + , 'wallet': "Access to payments and subscriptions" + , 'bucket': "Access to file storage" + , 'db': "Access to app data" + , 'domains': "Domain registration (and Glue and NS records)" // TODO make an alias + , 'domains:glue': "Glue Record management (for vanity nameservers)" + , 'domains:ns': "Name Server management" + , 'dns': "DNS records (A/AAAA, TXT, SRV, MX, etc)" + , '*': "FULL ACCOUNT ACCESS" + }; + + if ('oauth3_authn' === clientParams.scope) { + // implicit ppid grant is automatic + console.warn('[security] fix scope checking on backend so that we can do automatic grants'); + // TODO check user preference if implicit ppid grant is allowed + //return generateToken(session, clientObj); + } + + $('.js-client-logo').attr('src', clientLogo); + //$('.js-user-avatar').attr('src', userAvatar); + + return OAUTH3.authz.scopes(CONFIG.host, session, clientObj).then(function (scopes) { + if (!scopes.pending.length) { + // looks like we've done all of this before + OAUTH3.authz.redirectWithToken(CONFIG.host, session, clientObj, scopes); + return; + } + + // This is to prevent click-jacking + // TODO secure iFrame from click-jacking by requiring input? + // ex: input.security-code[type="text"].val(Math.random()); input.js-verify-code[placeholder="Type what you see"] + if (OAUTH3._browser.isIframe()) { + callbackUrl = clientObj.redirect_uri + '#state=' + clientObj.state + '&error=access_denied&error_description=' + + encodeURIComponent("You're requesting permission in an iframe, but the permissions have not yet been granted") + + '&error_uri=' + encodeURIComponent('https://oauth3.org/docs/errors/#E_IFRAME_DENIED'); + location.href = callbackUrl; + return; + } + + // TODO handle special scopes + // ! always show permission dialog + // ^ switch user + // @n require actual login if not within n seconds + // * account takeover + scopes.pending.forEach(function (scope) { + var $scope = $(tpls.scope); + + $scope.find('.js-scope-toggle').attr('name', scope); + $scope.find('.js-scope-toggle').prop('checked', true); + if (-1 !== scopes.granted.indexOf(scope)) { + $scope.find('.js-scope-toggle').prop('disabled', true); + } + + // the front-end recognizes the scope as valid + // TODO list scopes in directive + if (grantDescriptions[scope]) { + $scope.find('.js-scope-desc').text(grantDescriptions[scope]); + } + else { + $scope.find('.js-scope-toggle').prop('checked', false); + $scope.find('.js-scope-toggle').prop('disabled', true); + $scope.find('.js-scope-desc').text(scope); + } + + $('.js-scopes-container').append($scope); + }); + + $('.js-authz').show().addClass('in'); + }, function (err) { + window.alert('grantResults: ' + err.message); + console.error('scope results', err); + }); + } + + util.checkAuthEmail = function (ev) { + ev.preventDefault(); + ev.stopPropagation(); + + var email = $(this).val(); + + // wizarding - email detection + if (/gmail|yahoo|msn|live/.test(email)) { + $('.js-provider-logo').attr('src', 'img/not-provider.png'); + } + else { + $('.js-provider-logo').attr('src', 'img/daplie-provider.jpeg'); + } + + // TODO debounce 150ms + // TODO test email by mx record + if (/.+@.+\..+/.test(email)) { + $('.js-authn-show').removeAttr('disabled'); + $('.js-oauth3-email').val(email); + } + else { + $('.js-authn-show').prop('disabled', true); + } + }; + util.submitAuthEmail = function (ev) { + ev.preventDefault(); + ev.stopPropagation(); + + $('.js-authn-show').prop('disabled', true); + // TODO loading + + email = $('.js-oauth3-email').val(); + return OAUTH3.authn.loginMeta(CONFIG.directives, {email: email, mock: true}).then(function (userResults) { + if (!userResults.data.error) { + console.log('User exists:', userResults); + } + + if (userResults.data.error) { + $('.js-authn-show').removeAttr('disabled'); + console.warn('User does not exist:', email); + console.warn('User Results:', userResults); + //window.alert('userResults: ' + userResults.data.error_description || userResults.data.error.message); + //return; + } + + return OAUTH3.authn.otp(CONFIG.directives, {email: email, mock: true}).then(function (otpResults) { + + if (otpResults.data.error) { + window.alert('otpResults: ' + otpResults.data.error_description || otpResults.data.error.message); + return; + } + + var ua = window.navigator.userAgent; + $('.js-sniffed-device').text(ua); + $('.js-userid-container').removeClass('in').hide(); + $('.js-authn').show().addClass('in'); + $('.js-authn-otp-uuid').val(otpResults.data.uuid); + + $('.js-user-email').text(email); + }); + }); + }; + util.rememberDevice = function (ev) { + ev.preventDefault(); + ev.stopPropagation(); + + util.submitLoginCode({ + rememberDevice: true + }); + }; + util.rememberDeviceNot = function (ev) { + ev.preventDefault(); + ev.stopPropagation(); + + util.submitLoginCode({ + rememberDevice: false + }); + }; + + // Reference Implementation + + util.submitLoginCode = function (opts) { + + // TODO + // perhaps we should check that the code is valid before continuing to login (so that we don't send the key) + + // TODO + // we should be sending the public key for this device as a jwk along with the authentication + // (and how long to remember this device) + + var uuid = $('.js-authn-otp-uuid').val(); + var code = $('.js-authn-otp-code').val().trim(); + return OAUTH3.authn.resourceOwnerPassword(CONFIG.directives, { + // TODO replace with signed hosted file + client_agree_tos: 'oauth3.org/tos/draft' + , client_id: CONFIG.host + , client_uri: CONFIG.host + , username: email + , password: undefined + , otp_code: code + // TODO should be otp_id (agnostic of uuid) + , otp_uuid: uuid + // add expiration to the refresh token and/or public key + , expire: opts.rememberDevice || (1 * 60 * 60 * 1000) + , mock: true + }).then(function (session) { + + $('.js-authn').removeClass('in').hide(); + + function getAccount(session) { + if (session.token.sub) { + return OAUTH3.PromiseA.resolve(session); + } + + return OAUTH3.requests.accounts.create(CONFIG.directives, session, { + display_name: email.replace(/@.*/, '') + , comment: "created for '" + email + "' by '" + CONFIG.host + "'" + , priority: 1000 // default priority for first account + , name: undefined // TODO we could ask in the UI + }).then(function (resp) { + var results = resp.data; + return OAUTH3.hooks.session.refresh(session, { + access_token: (results.access_token || results.accessToken) + , refresh_token: (results.refresh_token || results.refreshToken) + }); + }); + } + + return getAccount(session).then(function () { + return getGrants(session); + }); + }); + + }; + util.acceptScopesAndLogin = function (ev) { + ev.preventDefault(); + ev.stopPropagation(); + + // TODO choose from the selected accepted scopes + var acceptedScopes = []; + + $('form.js-authorization-decision').find('input[type=checkbox]').each(function (i, el) { + var $input = $(el); + if ($input.prop('checked')/* && !$input.prop('disabled')*/) { + acceptedScopes.push($input.attr('name')); + } + }); + + getSession(CONFIG.host).then(function (session) { + var clientParams = OAUTH3.query.parse(loc.hash || loc.search); + + return OAUTH3.authz.scopes(CONFIG.host, session, clientParams).then(function (scopes) { + scopes.new = acceptedScopes; + return OAUTH3.authz.redirectWithToken(CONFIG.host, session, clientParams, scopes); + }); + }, function (err) { + console.error("Accept Scopes and Login"); + console.error(err); + }); + }; + util.closeLoginDeny = function (ev) { + ev.preventDefault(); + ev.stopPropagation(); + + var loginWinObj = OAUTH3.query.parse(loc.hash || loc.search); + + var denyObj = { + error: 'access_denied' + , error_description: 'The user has denied access.' + , error_uri: 'https://' + CONFIG.host + '/.well-known/oauth3/errors.html#/?error=access_denied' + , state: loginWinObj.state + , scope: loginWinObj.scope + }; + + window.location = loginWinObj.redirect_uri + '#' + OAUTH3.query.stringify(denyObj); + }; + util.handleLogout = function () { + var clientParams = OAUTH3.query.parse(loc.hash || loc.search); + + localStorage.clear(); + + clientParams.redirect_uri += '?' + OAUTH3.query.stringify({ + state: clientParams.state + , debug: clientParams.debug + }); + + window.location = OAUTH3.url.resolve(clientParams.client_uri, clientParams.redirect_uri); + }; + + + // + // Page Setup + // + $('.js-userid-container').hide(); + $('.js-authn').hide(); + $('.js-authz').hide(); + + $('body').on('click', '.js-logout', util.handleLogout); + $('body').on('click', '.js-authn-show', util.submitAuthEmail); + $('body').on('click', '.js-authz-remember-me', util.rememberDevice); + $('body').on('click', '.js-authz-remember-me-not', util.rememberDeviceNot); + $('body').on('click', '.js-login-allow', util.acceptScopesAndLogin); + $('body').on('click', '.js-login-deny', util.closeLoginDeny); + $('body').on('keyup', 'form .js-oauth3-email', util.checkAuthEmail); + + function handleAuthorizationDialog() { + return getSession(CONFIG.host).then(function (session) { + return getGrants(session); + }, function (e) { + var clientObj = OAUTH3.query.parse(loc.hash || loc.search); + // TODO select the providers the client wants to show + // providers=daplie.com,facebook.com,google.com // etc + // TODO let the client specify switch_user + // TODO let the client specify relogin if stale + if (OAUTH3._browser.isIframe()) { + var callbackUrl = clientObj.redirect_uri + '#state=' + clientObj.state + '&error=access_denied&error_description=' + + encodeURIComponent("You're requesting permission in an iframe, but the user is not yet authenticated") + + '&error_uri=' + encodeURIComponent('https://oauth3.org/docs/errors/#E_IFRAME_DENIED'); + location.href = callbackUrl; + } + $('.js-userid-container').show(); + }).then(function () { + //$('body').addClass('in'); + }); + } + + // Session initialization + return $.ajax({ url: '.well-known/oauth3/directives.json' }).then(function (directives) { + // TODO cache directives in memory (and storage) + CONFIG.directives = directives; + directives.issuer = directives.issuer || (window.location.host + window.location.pathname).replace(/\/$/, ''); + + $('.js-authorization-dialog').hide(); + $('.js-logout-container').hide(); + + if (/authorization_dialog/.test(window.location.href)) { + $('.js-authorization-dialog').show(); + handleAuthorizationDialog(); + } + else if (/logout/.test(window.location.href)) { + $('.js-logout-container').show(); + } + + $('body').addClass('in'); + + }); + +}); diff --git a/js/script.js b/js/script.js new file mode 100644 index 0000000..51bf422 --- /dev/null +++ b/js/script.js @@ -0,0 +1,38 @@ +$('body').on('click', '.js-remember-label', function (ev) { + ev.preventDefault(); + ev.stopPropagation(); + + if ($('.js-remember-label').find('.js-remember-checkbox').prop('checked') === true ) { + $('.js-remember-label').find('.js-remember-status').removeClass('fa-check-square-o'); + $('.js-remember-label').find('.js-remember-status').addClass('fa-square-o dap-remember-margin'); + $('.js-remember-label').find('.js-remember-checkbox').prop('checked', false); + $('.js-remember-btn').removeClass('dap-full-button-purple'); + $('.js-remember-btn').addClass('dap-full-button-green'); + $('.js-remember-btn').text('SIGN IN ONCE'); + } else if ($('.js-remember-label').find('.js-remember-checkbox').prop('checked') === false ) { + $('.js-remember-label').find('.js-remember-status').removeClass('fa-square-o dap-remember-margin'); + $('.js-remember-label').find('.js-remember-status').addClass('fa-check-square-o'); + $('.js-remember-label').find('.js-remember-checkbox').prop('checked', true); + $('.js-remember-btn').removeClass('dap-full-button-green'); + $('.js-remember-btn').addClass('dap-full-button-purple'); + $('.js-remember-btn').text('SIGN IN FOREVER'); + } + +}); + +$('body').on('click', '.js-auth-li-enabled', function (ev) { + ev.preventDefault(); + ev.stopPropagation(); + + var $checkbox = $(this) + if ($checkbox.find('.js-auth-checkbox').prop('checked') === true ) { + $checkbox.removeClass('fa-check-square-o'); + $checkbox.addClass('fa-square-o'); + $checkbox.find('.js-auth-checkbox').prop('checked', false); + } else if ($checkbox.find('.js-auth-checkbox').prop('checked') === false ) { + $checkbox.removeClass('fa-square-o'); + $checkbox.addClass('fa-check-square-o'); + $checkbox.find('.js-auth-checkbox').prop('checked', true); + } + +}); diff --git a/loginwhatis.html b/loginwhatis.html new file mode 100644 index 0000000..34bf1ee --- /dev/null +++ b/loginwhatis.html @@ -0,0 +1,12 @@ + + + + + + loginWhatIs + + + Helpful information about login + + + \ No newline at end of file