diff --git a/_site/Gemfile b/_site/Gemfile deleted file mode 100644 index 053c27dc351..00000000000 --- a/_site/Gemfile +++ /dev/null @@ -1,2 +0,0 @@ -source 'https://rubygems.org' -gem 'github-pages' diff --git a/_site/Gemfile.lock b/_site/Gemfile.lock deleted file mode 100644 index 17bea994e06..00000000000 --- a/_site/Gemfile.lock +++ /dev/null @@ -1,62 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - RedCloth (4.2.9) - blankslate (2.1.2.4) - classifier (1.3.4) - fast-stemmer (>= 1.0.0) - colorator (0.1) - commander (4.1.6) - highline (~> 1.6.11) - fast-stemmer (1.0.2) - ffi (1.9.3) - github-pages (15) - RedCloth (= 4.2.9) - jekyll (= 1.4.3) - kramdown (= 1.3.1) - liquid (= 2.5.5) - maruku (= 0.7.0) - rdiscount (= 2.1.7) - redcarpet (= 2.3.0) - highline (1.6.21) - jekyll (1.4.3) - classifier (~> 1.3) - colorator (~> 0.1) - commander (~> 4.1.3) - liquid (~> 2.5.5) - listen (~> 1.3) - maruku (~> 0.7.0) - pygments.rb (~> 0.5.0) - redcarpet (~> 2.3.0) - safe_yaml (~> 0.9.7) - toml (~> 0.1.0) - kramdown (1.3.1) - liquid (2.5.5) - listen (1.3.1) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9) - rb-kqueue (>= 0.2) - maruku (0.7.0) - parslet (1.5.0) - blankslate (~> 2.0) - posix-spawn (0.3.8) - pygments.rb (0.5.4) - posix-spawn (~> 0.3.6) - yajl-ruby (~> 1.1.0) - rb-fsevent (0.9.4) - rb-inotify (0.9.3) - ffi (>= 0.5.0) - rb-kqueue (0.2.2) - ffi (>= 0.5.0) - rdiscount (2.1.7) - redcarpet (2.3.0) - safe_yaml (0.9.7) - toml (0.1.1) - parslet (~> 1.5.0) - yajl-ruby (1.1.0) - -PLATFORMS - ruby - -DEPENDENCIES - github-pages diff --git a/_site/README.md b/_site/README.md deleted file mode 100644 index c905228454b..00000000000 --- a/_site/README.md +++ /dev/null @@ -1,15 +0,0 @@ -

Magento 2 Developer Documentation—The Transition

- -For the first time, Magento developer documentation is on this public github. -From humble beginnings ... currently, we have a small subset of Services framework -documentation available but by the start of the Magento Imagine eCommerce Conference on -May 12, 2014, we'll expand it. - -_Update_: We're moving our content from another github. Please be patient. - -Where's the rest of it? Still on the Magento public wiki. - -Please look around, send us comments, [let us know](mailto:DL-Magento-Doc-Feedback@ebay.com) how you think we're doing. -We're here to serve _you_ so let us hear from you. - -

—Magento documentation team

diff --git a/_site/common/css/bootstrap-theme.css b/_site/common/css/bootstrap-theme.css deleted file mode 100644 index 66b9fec3c41..00000000000 --- a/_site/common/css/bootstrap-theme.css +++ /dev/null @@ -1,459 +0,0 @@ -/*! - * Bootstrap v3.0.1 by @fat and @mdo - * Copyright 2013 Twitter, Inc. - * Licensed under http://www.apache.org/licenses/LICENSE-2.0 - * - * Designed and built with all the love in the world by @mdo and @fat. - */ - -.btn-default, -.btn-primary, -.btn-success, -.btn-info, -.btn-warning, -.btn-danger { - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); -} - -.btn-default:active, -.btn-primary:active, -.btn-success:active, -.btn-info:active, -.btn-warning:active, -.btn-danger:active, -.btn-default.active, -.btn-primary.active, -.btn-success.active, -.btn-info.active, -.btn-warning.active, -.btn-danger.active { - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} - -.btn:active, -.btn.active { - background-image: none; -} - -.btn-default { - text-shadow: 0 1px 0 #fff; - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e0e0e0)); - background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); - background-image: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); - background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%); - background-repeat: repeat-x; - border-color: #dbdbdb; - border-color: #ccc; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0); - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -} - -.btn-default:hover, -.btn-default:focus { - background-color: #e0e0e0; - background-position: 0 -15px; -} - -.btn-default:active, -.btn-default.active { - background-color: #e0e0e0; - border-color: #dbdbdb; -} - -.btn-primary { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#2d6ca2)); - background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%); - background-image: -moz-linear-gradient(top, #428bca 0%, #2d6ca2 100%); - background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%); - background-repeat: repeat-x; - border-color: #2b669a; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0); - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -} - -.btn-primary:hover, -.btn-primary:focus { - background-color: #2d6ca2; - background-position: 0 -15px; -} - -.btn-primary:active, -.btn-primary.active { - background-color: #2d6ca2; - border-color: #2b669a; -} - -.btn-success { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#419641)); - background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%); - background-image: -moz-linear-gradient(top, #5cb85c 0%, #419641 100%); - background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%); - background-repeat: repeat-x; - border-color: #3e8f3e; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0); - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -} - -.btn-success:hover, -.btn-success:focus { - background-color: #419641; - background-position: 0 -15px; -} - -.btn-success:active, -.btn-success.active { - background-color: #419641; - border-color: #3e8f3e; -} - -.btn-warning { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#eb9316)); - background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); - background-image: -moz-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); - background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%); - background-repeat: repeat-x; - border-color: #e38d13; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0); - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -} - -.btn-warning:hover, -.btn-warning:focus { - background-color: #eb9316; - background-position: 0 -15px; -} - -.btn-warning:active, -.btn-warning.active { - background-color: #eb9316; - border-color: #e38d13; -} - -.btn-danger { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c12e2a)); - background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%); - background-image: -moz-linear-gradient(top, #d9534f 0%, #c12e2a 100%); - background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%); - background-repeat: repeat-x; - border-color: #b92c28; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0); - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -} - -.btn-danger:hover, -.btn-danger:focus { - background-color: #c12e2a; - background-position: 0 -15px; -} - -.btn-danger:active, -.btn-danger.active { - background-color: #c12e2a; - border-color: #b92c28; -} - -.btn-info { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#2aabd2)); - background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); - background-image: -moz-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); - background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%); - background-repeat: repeat-x; - border-color: #28a4c9; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0); - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -} - -.btn-info:hover, -.btn-info:focus { - background-color: #2aabd2; - background-position: 0 -15px; -} - -.btn-info:active, -.btn-info.active { - background-color: #2aabd2; - border-color: #28a4c9; -} - -.thumbnail, -.img-thumbnail { - -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); -} - -.dropdown-menu > li > a:hover, -.dropdown-menu > li > a:focus { - background-color: #e8e8e8; - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8)); - background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); - background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); - background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); -} - -.dropdown-menu > .active > a, -.dropdown-menu > .active > a:hover, -.dropdown-menu > .active > a:focus { - background-color: #357ebd; - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd)); - background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%); - background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%); - background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); -} - -.navbar-default { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f8f8f8)); - background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); - background-image: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); - background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%); - background-repeat: repeat-x; - border-radius: 4px; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); -} - -.navbar-default .navbar-nav > .active > a { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f3f3f3)); - background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%); - background-image: -moz-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%); - background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0); - -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); -} - -.navbar-brand, -.navbar-nav > li > a { - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); -} - -.navbar-inverse { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222)); - background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%); - background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%); - background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -} - -.navbar-inverse .navbar-nav > .active > a { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#222222), to(#282828)); - background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%); - background-image: -moz-linear-gradient(top, #222222 0%, #282828 100%); - background-image: linear-gradient(to bottom, #222222 0%, #282828 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0); - -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); - box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); -} - -.navbar-inverse .navbar-brand, -.navbar-inverse .navbar-nav > li > a { - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); -} - -.navbar-static-top, -.navbar-fixed-top, -.navbar-fixed-bottom { - border-radius: 0; -} - -.alert { - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); -} - -.alert-success { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc)); - background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); - background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); - background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%); - background-repeat: repeat-x; - border-color: #b2dba1; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0); -} - -.alert-info { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0)); - background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%); - background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%); - background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%); - background-repeat: repeat-x; - border-color: #9acfea; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0); -} - -.alert-warning { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0)); - background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); - background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); - background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%); - background-repeat: repeat-x; - border-color: #f5e79e; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); -} - -.alert-danger { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3)); - background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); - background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); - background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%); - background-repeat: repeat-x; - border-color: #dca7a7; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0); -} - -.progress { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5)); - background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); - background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); - background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); -} - -.progress-bar { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9)); - background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%); - background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%); - background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0); -} - -.progress-bar-success { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44)); - background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%); - background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%); - background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); -} - -.progress-bar-info { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5)); - background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); - background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); - background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); -} - -.progress-bar-warning { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f)); - background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); - background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); - background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); -} - -.progress-bar-danger { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c)); - background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%); - background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%); - background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); -} - -.list-group { - border-radius: 4px; - -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); -} - -.list-group-item.active, -.list-group-item.active:hover, -.list-group-item.active:focus { - text-shadow: 0 -1px 0 #3071a9; - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3)); - background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%); - background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%); - background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%); - background-repeat: repeat-x; - border-color: #3278b3; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0); -} - -.panel { - -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -} - -.panel-default > .panel-heading { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8)); - background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); - background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); - background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); -} - -.panel-primary > .panel-heading { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd)); - background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%); - background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%); - background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); -} - -.panel-success > .panel-heading { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6)); - background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); - background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); - background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); -} - -.panel-info > .panel-heading { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3)); - background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); - background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); - background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0); -} - -.panel-warning > .panel-heading { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc)); - background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); - background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); - background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0); -} - -.panel-danger > .panel-heading { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc)); - background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%); - background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%); - background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0); -} - -.well { - background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5)); - background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); - background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); - background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); - background-repeat: repeat-x; - border-color: #dcdcdc; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); - -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); -} \ No newline at end of file diff --git a/_site/common/css/bootstrap-theme.min.css b/_site/common/css/bootstrap-theme.min.css deleted file mode 100644 index 221d31831b0..00000000000 --- a/_site/common/css/bootstrap-theme.min.css +++ /dev/null @@ -1,9 +0,0 @@ -/*! - * Bootstrap v3.0.1 by @fat and @mdo - * Copyright 2013 Twitter, Inc. - * Licensed under http://www.apache.org/licenses/LICENSE-2.0 - * - * Designed and built with all the love in the world by @mdo and @fat. - */ - -.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:active,.btn.active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-moz-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#2d6ca2));background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:-moz-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);background-repeat:repeat-x;border-color:#2b669a;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#419641));background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-moz-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);background-repeat:repeat-x;border-color:#3e8f3e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#eb9316));background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-moz-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);background-repeat:repeat-x;border-color:#e38d13;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c12e2a));background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-moz-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);background-repeat:repeat-x;border-color:#b92c28;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#2aabd2));background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-moz-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);background-repeat:repeat-x;border-color:#28a4c9;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-color:#e8e8e8;background-image:-webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8));background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-color:#357ebd;background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#357ebd));background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:-moz-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.navbar-default{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-moz-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f3f3f3));background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:-moz-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff3f3f3',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-gradient(linear,left 0,left 100%,from(#3c3c3c),to(#222));background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-moz-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-gradient(linear,left 0,left 100%,from(#222),to(#282828));background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:-moz-linear-gradient(top,#222 0,#282828 100%);background-image:linear-gradient(to bottom,#222 0,#282828 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff282828',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#dff0d8),to(#c8e5bc));background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-moz-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;border-color:#b2dba1;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0)}.alert-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9edf7),to(#b9def0));background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-moz-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;border-color:#9acfea;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0)}.alert-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fcf8e3),to(#f8efc0));background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-moz-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;border-color:#f5e79e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0)}.alert-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f2dede),to(#e7c3c3));background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-moz-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;border-color:#dca7a7;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0)}.progress{background-image:-webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-moz-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0)}.progress-bar{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3071a9));background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:-moz-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)}.progress-bar-success{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#449d44));background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-moz-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)}.progress-bar-info{background-image:-webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#31b0d5));background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-moz-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)}.progress-bar-warning{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#ec971f));background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-moz-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)}.progress-bar-danger{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c9302c));background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-moz-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3278b3));background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:-moz-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;border-color:#3278b3;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0)}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f5f5f5),to(#e8e8e8));background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-moz-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#357ebd));background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:-moz-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#dff0d8),to(#d0e9c6));background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-moz-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#d9edf7),to(#c4e3f3));background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-moz-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#fcf8e3),to(#faf2cc));background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-moz-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-gradient(linear,left 0,left 100%,from(#f2dede),to(#ebcccc));background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-moz-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0)}.well{background-image:-webkit-gradient(linear,left 0,left 100%,from(#e8e8e8),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-moz-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;border-color:#dcdcdc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)} \ No newline at end of file diff --git a/_site/common/css/bootstrap.css b/_site/common/css/bootstrap.css deleted file mode 100644 index 2498d7247d4..00000000000 --- a/_site/common/css/bootstrap.css +++ /dev/null @@ -1,7065 +0,0 @@ -/*! - * Bootstrap v3.0.1 by @fat and @mdo - * Copyright 2013 Twitter, Inc. - * Licensed under http://www.apache.org/licenses/LICENSE-2.0 - * - * Designed and built with all the love in the world by @mdo and @fat. - */ - -/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ - -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -main, -nav, -section, -summary { - display: block; -} - -audio, -canvas, -video { - display: inline-block; -} - -audio:not([controls]) { - display: none; - height: 0; -} - -[hidden], -template { - display: none; -} - -html { - font-family: sans-serif; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; -} - -body { - margin: 0; -} - -a { - background: transparent; -} - -a:focus { - outline: thin dotted; -} - -a:active, -a:hover { - outline: 0; -} - -h1 { - margin: 0.67em 0; - font-size: 2em; -} - -abbr[title] { - border-bottom: 1px dotted; -} - -b, -strong { - font-weight: bold; -} - -dfn { - font-style: italic; -} - -hr { - height: 0; - -moz-box-sizing: content-box; - box-sizing: content-box; -} - -mark { - color: #000; - background: #ff0; -} - -code, -kbd, -pre, -samp { - font-family: monospace, serif; - font-size: 1em; -} - -pre { - white-space: pre-wrap; -} - -q { - quotes: "\201C" "\201D" "\2018" "\2019"; -} - -small { - font-size: 80%; -} - -sub, -sup { - position: relative; - font-size: 75%; - line-height: 0; - vertical-align: baseline; -} - -sup { - top: -0.5em; -} - -sub { - bottom: -0.25em; -} - -img { - border: 0; -} - -svg:not(:root) { - overflow: hidden; -} - -figure { - margin: 0; -} - -fieldset { - padding: 0.35em 0.625em 0.75em; - margin: 0 2px; - border: 1px solid #c0c0c0; -} - -legend { - padding: 0; - border: 0; -} - -button, -input, -select, -textarea { - margin: 0; - font-family: inherit; - font-size: 100%; -} - -button, -input { - line-height: normal; -} - -button, -select { - text-transform: none; -} - -button, -html input[type="button"], -input[type="reset"], -input[type="submit"] { - cursor: pointer; - -webkit-appearance: button; -} - -button[disabled], -html input[disabled] { - cursor: default; -} - -input[type="checkbox"], -input[type="radio"] { - padding: 0; - box-sizing: border-box; -} - -input[type="search"] { - -webkit-box-sizing: content-box; - -moz-box-sizing: content-box; - box-sizing: content-box; - -webkit-appearance: textfield; -} - -input[type="search"]::-webkit-search-cancel-button, -input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} - -button::-moz-focus-inner, -input::-moz-focus-inner { - padding: 0; - border: 0; -} - -textarea { - overflow: auto; - vertical-align: top; -} - -table { - border-collapse: collapse; - border-spacing: 0; -} - -@media print { - * { - color: #000 !important; - text-shadow: none !important; - background: transparent !important; - box-shadow: none !important; - } - a, - a:visited { - text-decoration: underline; - } - a[href]:after { - content: " (" attr(href) ")"; - } - abbr[title]:after { - content: " (" attr(title) ")"; - } - a[href^="javascript:"]:after, - - - a[href^="#"]:after { - content: ""; - } - pre, - blockquote { - border: 1px solid #999; - page-break-inside: avoid; - } - thead { - display: table-header-group; - } - tr, - img { - page-break-inside: avoid; - } - img { - max-width: 100% !important; - } - @page { - margin: 2cm .5cm; - } - p, - h2, - h3 { - orphans: 3; - widows: 3; - } - h2, - h3 { - page-break-after: avoid; - } - select { - background: #fff !important; - } - .navbar { - display: none; - } - .table td, - .table th { - background-color: #fff !important; - } - .btn > .caret, - .dropup > .btn > .caret { - border-top-color: #000 !important; - } - .label { - border: 1px solid #000; - } - .table { - border-collapse: collapse !important; - } - .table-bordered th, - .table-bordered td { - border: 1px solid #ddd !important; - } -} - -*, -*:before, -*:after { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -html { - font-size: 62.5%; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -} - -body { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 14px; - line-height: 1.428571429; - color: #333333; - background-color: #ffffff; - -} - -input, -button, -select, -textarea { - font-family: inherit; - font-size: inherit; - line-height: inherit; -} - -a { - color: #428bca; - text-decoration: none; -} - -a:hover, -a:focus { - color: #2a6496; - text-decoration: underline; -} - -a:focus { - outline: thin dotted #333; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} - -img { - vertical-align: middle; -} - -.img-responsive { - display: block; - height: auto; - max-width: 100%; -} - -.img-rounded { - border-radius: 6px; -} - -.img-thumbnail { - display: inline-block; - height: auto; - max-width: 100%; - padding: 4px; - line-height: 1.428571429; - background-color: #ffffff; - border: 1px solid #dddddd; - border-radius: 4px; - -webkit-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; -} - -.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; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} - -p { - margin: 0 0 10px; - font-size: 14px; - font-weight: lighter; -} - -.lead { - margin-bottom: 20px; - font-size: 16px; - font-weight: 200; - line-height: 1.4; -} - -@media (min-width: 768px) { - .lead { - font-size: 21px; - } -} - -small, -.small { - font-size: 85%; -} - -cite { - font-style: normal; -} - -.text-muted { - color: #31302b; -} - -.text-primary { - color: #428bca; -} - -.text-primary:hover { - color: #3071a9; -} - -.text-warning { - color: #c09853; -} - -.text-warning:hover { - color: #a47e3c; -} - -.text-danger { - color: #b94a48; -} - -.text-danger:hover { - color: #953b39; -} - -.text-success { - color: #468847; -} - -.text-success:hover { - color: #356635; -} - -.text-info { - color: #3a87ad; -} - -.text-info:hover { - color: #2d6987; -} - -.text-left { - text-align: left; -} - -.text-right { - text-align: right; -} - -.text-center { - text-align: center; -} - -h1, -h2, -h3, -h4, -h5, -h6, -.h1, -.h2, -.h3, -.h4, -.h5, -.h6 { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 500; - line-height: 1.1; - color: inherit; -} - -h1 small, -h2 small, -h3 small, -h4 small, -h5 small, -h6 small, -.h1 small, -.h2 small, -.h3 small, -.h4 small, -.h5 small, -.h6 small, -h1 .small, -h2 .small, -h3 .small, -h4 .small, -h5 .small, -h6 .small, -.h1 .small, -.h2 .small, -.h3 .small, -.h4 .small, -.h5 .small, -.h6 .small { - font-weight: normal; - line-height: 1; - color: #999999; -} - -h1, -h2, -h3 { - margin-top: 20px; - margin-bottom: 10px; -} - -h1 small, -h2 small, -h3 small, -h1 .small, -h2 .small, -h3 .small { - font-size: 65%; -} - -h4, -h5, -h6 { - margin-top: 10px; - margin-bottom: 10px; -} - -h4 small, -h5 small, -h6 small, -h4 .small, -h5 .small, -h6 .small { - font-size: 75%; -} - -h1, -.h1 { - font-size: 36px; -} - -h2, -.h2 { - font-size: 30px; -} - -h3, -.h3 { - font-size: 24px; -} - -h4, -.h4 { - font-size: 18px; -} - -h5, -.h5 { - font-size: 14px; -} - -h6, -.h6 { - font-size: 12px; -} - -.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; -} - -.list-inline > li { - display: inline-block; - padding-right: 5px; - padding-left: 5px; -} - -.list-inline > li:first-child { - padding-left: 0; -} - -dl { - margin-bottom: 20px; -} - -dt, -dd { - line-height: 1.428571429; -} - -dt { - font-weight: bold; -} - -dd { - margin-left: 0; -} - -@media (min-width: 768px) { - .dl-horizontal dt { - float: left; - width: 160px; - overflow: hidden; - clear: left; - text-align: right; - text-overflow: ellipsis; - white-space: nowrap; - } - .dl-horizontal dd { - margin-left: 180px; - } - .dl-horizontal dd:before, - .dl-horizontal dd:after { - display: table; - content: " "; - } - .dl-horizontal dd:after { - clear: both; - } - .dl-horizontal dd:before, - .dl-horizontal dd:after { - display: table; - content: " "; - } - .dl-horizontal dd:after { - clear: both; - } -} - -abbr[title], -abbr[data-original-title] { - cursor: help; - border-bottom: 1px dotted #999999; -} - -abbr.initialism { - font-size: 90%; - text-transform: uppercase; -} - -blockquote { - padding: 10px 20px; - margin: 0 0 20px; - border-left: 5px solid #eeeeee; -} - -blockquote p { - font-size: 17.5px; - font-weight: 300; - line-height: 1.25; -} - -blockquote p:last-child { - margin-bottom: 0; -} - -blockquote small { - display: block; - line-height: 1.428571429; - color: #999999; -} - -blockquote small:before { - content: '\2014 \00A0'; -} - -blockquote.pull-right { - padding-right: 15px; - padding-left: 0; - border-right: 5px solid #eeeeee; - border-left: 0; -} - -blockquote.pull-right p, -blockquote.pull-right small, -blockquote.pull-right .small { - text-align: right; -} - -blockquote.pull-right small:before, -blockquote.pull-right .small:before { - content: ''; -} - -blockquote.pull-right small:after, -blockquote.pull-right .small:after { - content: '\00A0 \2014'; -} - -blockquote:before, -blockquote:after { - content: ""; -} - -address { - margin-bottom: 20px; - font-style: normal; - line-height: 1.428571429; -} - -code, -kbd, -pre, -samp { - font-family: Monaco, Menlo, Consolas, "Courier New", monospace; -} - -code { - padding: 2px 4px; - font-size: 90%; - color: #c7254e; - white-space: nowrap; - background-color: blue; - border-radius: 4px; -} - -pre { - display: block; - padding: 9.5px; - margin: 0 0 10px; - font-size: 13px; - line-height: 1.428571429; - color: #333333; - word-break: break-all; - word-wrap: break-word; - 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 { - padding-right: 15px; - padding-left: 15px; - margin-right: auto; - margin-left: auto; -} - -.container:before, -.container:after { - display: table; - content: " "; -} - -.container:after { - clear: both; -} - -.container:before, -.container:after { - display: table; - content: " "; -} - -.container:after { - clear: both; -} - -.row { - margin-right: -15px; - margin-left: -15px; -} - -.row:before, -.row:after { - display: table; - content: " "; -} - -.row:after { - clear: both; -} - -.row:before, -.row:after { - display: table; - content: " "; -} - -.row:after { - clear: both; -} - -.col-xs-1, -.col-sm-1, -.col-md-1, -.col-lg-1, -.col-xs-2, -.col-sm-2, -.col-md-2, -.col-lg-2, -.col-xs-3, -.col-sm-3, -.col-md-3, -.col-lg-3, -.col-xs-4, -.col-sm-4, -.col-md-4, -.col-lg-4, -.col-xs-5, -.col-sm-5, -.col-md-5, -.col-lg-5, -.col-xs-6, -.col-sm-6, -.col-md-6, -.col-lg-6, -.col-xs-7, -.col-sm-7, -.col-md-7, -.col-lg-7, -.col-xs-8, -.col-sm-8, -.col-md-8, -.col-lg-8, -.col-xs-9, -.col-sm-9, -.col-md-9, -.col-lg-9, -.col-xs-10, -.col-sm-10, -.col-md-10, -.col-lg-10, -.col-xs-11, -.col-sm-11, -.col-md-11, -.col-lg-11, -.col-xs-12, -.col-sm-12, -.col-md-12, -.col-lg-12 { - position: relative; - min-height: 1px; - padding-right: 15px; - padding-left: 15px; -} - -.col-xs-1, -.col-xs-2, -.col-xs-3, -.col-xs-4, -.col-xs-5, -.col-xs-6, -.col-xs-7, -.col-xs-8, -.col-xs-9, -.col-xs-10, -.col-xs-11 { - float: left; -} - -.col-xs-12 { - width: 100%; -} - -.col-xs-11 { - width: 91.66666666666666%; -} - -.col-xs-10 { - width: 83.33333333333334%; -} - -.col-xs-9 { - width: 75%; -} - -.col-xs-8 { - width: 66.66666666666666%; -} - -.col-xs-7 { - width: 58.333333333333336%; -} - -.col-xs-6 { - width: 50%; -} - -.col-xs-5 { - width: 41.66666666666667%; -} - -.col-xs-4 { - width: 33.33333333333333%; -} - -.col-xs-3 { - width: 25%; -} - -.col-xs-2 { - width: 16.666666666666664%; -} - -.col-xs-1 { - width: 8.333333333333332%; -} - -.col-xs-pull-12 { - right: 100%; -} - -.col-xs-pull-11 { - right: 91.66666666666666%; -} - -.col-xs-pull-10 { - right: 83.33333333333334%; -} - -.col-xs-pull-9 { - right: 75%; -} - -.col-xs-pull-8 { - right: 66.66666666666666%; -} - -.col-xs-pull-7 { - right: 58.333333333333336%; -} - -.col-xs-pull-6 { - right: 50%; -} - -.col-xs-pull-5 { - right: 41.66666666666667%; -} - -.col-xs-pull-4 { - right: 33.33333333333333%; -} - -.col-xs-pull-3 { - right: 25%; -} - -.col-xs-pull-2 { - right: 16.666666666666664%; -} - -.col-xs-pull-1 { - right: 8.333333333333332%; -} - -.col-xs-push-12 { - left: 100%; -} - -.col-xs-push-11 { - left: 91.66666666666666%; -} - -.col-xs-push-10 { - left: 83.33333333333334%; -} - -.col-xs-push-9 { - left: 75%; -} - -.col-xs-push-8 { - left: 66.66666666666666%; -} - -.col-xs-push-7 { - left: 58.333333333333336%; -} - -.col-xs-push-6 { - left: 50%; -} - -.col-xs-push-5 { - left: 41.66666666666667%; -} - -.col-xs-push-4 { - left: 33.33333333333333%; -} - -.col-xs-push-3 { - left: 25%; -} - -.col-xs-push-2 { - left: 16.666666666666664%; -} - -.col-xs-push-1 { - left: 8.333333333333332%; -} - -.col-xs-offset-12 { - margin-left: 100%; -} - -.col-xs-offset-11 { - margin-left: 91.66666666666666%; -} - -.col-xs-offset-10 { - margin-left: 83.33333333333334%; -} - -.col-xs-offset-9 { - margin-left: 75%; -} - -.col-xs-offset-8 { - margin-left: 66.66666666666666%; -} - -.col-xs-offset-7 { - margin-left: 58.333333333333336%; -} - -.col-xs-offset-6 { - margin-left: 50%; -} - -.col-xs-offset-5 { - margin-left: 41.66666666666667%; -} - -.col-xs-offset-4 { - margin-left: 33.33333333333333%; -} - -.col-xs-offset-3 { - margin-left: 25%; -} - -.col-xs-offset-2 { - margin-left: 16.666666666666664%; -} - -.col-xs-offset-1 { - margin-left: 8.333333333333332%; -} - -@media (min-width: 768px) { - .container { - width: 750px; - } - .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 { - float: left; - } - .col-sm-12 { - width: 100%; - } - .col-sm-11 { - width: 91.66666666666666%; - } - .col-sm-10 { - width: 83.33333333333334%; - } - .col-sm-9 { - width: 75%; - } - .col-sm-8 { - width: 66.66666666666666%; - } - .col-sm-7 { - width: 58.333333333333336%; - } - .col-sm-6 { - width: 50%; - } - .col-sm-5 { - width: 41.66666666666667%; - } - .col-sm-4 { - width: 33.33333333333333%; - } - .col-sm-3 { - width: 25%; - } - .col-sm-2 { - width: 16.666666666666664%; - } - .col-sm-1 { - width: 8.333333333333332%; - } - .col-sm-pull-12 { - right: 100%; - } - .col-sm-pull-11 { - right: 91.66666666666666%; - } - .col-sm-pull-10 { - right: 83.33333333333334%; - } - .col-sm-pull-9 { - right: 75%; - } - .col-sm-pull-8 { - right: 66.66666666666666%; - } - .col-sm-pull-7 { - right: 58.333333333333336%; - } - .col-sm-pull-6 { - right: 50%; - } - .col-sm-pull-5 { - right: 41.66666666666667%; - } - .col-sm-pull-4 { - right: 33.33333333333333%; - } - .col-sm-pull-3 { - right: 25%; - } - .col-sm-pull-2 { - right: 16.666666666666664%; - } - .col-sm-pull-1 { - right: 8.333333333333332%; - } - .col-sm-push-12 { - left: 100%; - } - .col-sm-push-11 { - left: 91.66666666666666%; - } - .col-sm-push-10 { - left: 83.33333333333334%; - } - .col-sm-push-9 { - left: 75%; - } - .col-sm-push-8 { - left: 66.66666666666666%; - } - .col-sm-push-7 { - left: 58.333333333333336%; - } - .col-sm-push-6 { - left: 50%; - } - .col-sm-push-5 { - left: 41.66666666666667%; - } - .col-sm-push-4 { - left: 33.33333333333333%; - } - .col-sm-push-3 { - left: 25%; - } - .col-sm-push-2 { - left: 16.666666666666664%; - } - .col-sm-push-1 { - left: 8.333333333333332%; - } - .col-sm-offset-12 { - margin-left: 100%; - } - .col-sm-offset-11 { - margin-left: 91.66666666666666%; - } - .col-sm-offset-10 { - margin-left: 83.33333333333334%; - } - .col-sm-offset-9 { - margin-left: 75%; - } - .col-sm-offset-8 { - margin-left: 66.66666666666666%; - } - .col-sm-offset-7 { - margin-left: 58.333333333333336%; - } - .col-sm-offset-6 { - margin-left: 50%; - } - .col-sm-offset-5 { - margin-left: 41.66666666666667%; - } - .col-sm-offset-4 { - margin-left: 33.33333333333333%; - } - .col-sm-offset-3 { - margin-left: 25%; - } - .col-sm-offset-2 { - margin-left: 16.666666666666664%; - } - .col-sm-offset-1 { - margin-left: 8.333333333333332%; - } -} - -@media (min-width: 992px) { - .container { - width: 970px; - } - .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 { - float: left; - } - .col-md-12 { - width: 100%; - } - .col-md-11 { - width: 91.66666666666666%; - } - .col-md-10 { - width: 83.33333333333334%; - } - .col-md-9 { - width: 75%; - } - .col-md-8 { - width: 66.66666666666666%; - } - .col-md-7 { - width: 58.333333333333336%; - } - .col-md-6 { - width: 50%; - } - .col-md-5 { - width: 41.66666666666667%; - } - .col-md-4 { - width: 33.33333333333333%; - } - .col-md-3 { - width: 25%; - } - .col-md-2 { - width: 16.666666666666664%; - } - .col-md-1 { - width: 8.333333333333332%; - } - .col-md-pull-12 { - right: 100%; - } - .col-md-pull-11 { - right: 91.66666666666666%; - } - .col-md-pull-10 { - right: 83.33333333333334%; - } - .col-md-pull-9 { - right: 75%; - } - .col-md-pull-8 { - right: 66.66666666666666%; - } - .col-md-pull-7 { - right: 58.333333333333336%; - } - .col-md-pull-6 { - right: 50%; - } - .col-md-pull-5 { - right: 41.66666666666667%; - } - .col-md-pull-4 { - right: 33.33333333333333%; - } - .col-md-pull-3 { - right: 25%; - } - .col-md-pull-2 { - right: 16.666666666666664%; - } - .col-md-pull-1 { - right: 8.333333333333332%; - } - .col-md-push-12 { - left: 100%; - } - .col-md-push-11 { - left: 91.66666666666666%; - } - .col-md-push-10 { - left: 83.33333333333334%; - } - .col-md-push-9 { - left: 75%; - } - .col-md-push-8 { - left: 66.66666666666666%; - } - .col-md-push-7 { - left: 58.333333333333336%; - } - .col-md-push-6 { - left: 50%; - } - .col-md-push-5 { - left: 41.66666666666667%; - } - .col-md-push-4 { - left: 33.33333333333333%; - } - .col-md-push-3 { - left: 25%; - } - .col-md-push-2 { - left: 16.666666666666664%; - } - .col-md-push-1 { - left: 8.333333333333332%; - } - .col-md-offset-12 { - margin-left: 100%; - } - .col-md-offset-11 { - margin-left: 91.66666666666666%; - } - .col-md-offset-10 { - margin-left: 83.33333333333334%; - } - .col-md-offset-9 { - margin-left: 75%; - } - .col-md-offset-8 { - margin-left: 66.66666666666666%; - } - .col-md-offset-7 { - margin-left: 58.333333333333336%; - } - .col-md-offset-6 { - margin-left: 50%; - } - .col-md-offset-5 { - margin-left: 41.66666666666667%; - } - .col-md-offset-4 { - margin-left: 33.33333333333333%; - } - .col-md-offset-3 { - margin-left: 25%; - } - .col-md-offset-2 { - margin-left: 16.666666666666664%; - } - .col-md-offset-1 { - margin-left: 8.333333333333332%; - } -} - -@media (min-width: 1200px) { - .container { - width: 1170px; - } - .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 { - float: left; - } - .col-lg-12 { - width: 100%; - } - .col-lg-11 { - width: 91.66666666666666%; - } - .col-lg-10 { - width: 83.33333333333334%; - } - .col-lg-9 { - width: 75%; - } - .col-lg-8 { - width: 66.66666666666666%; - } - .col-lg-7 { - width: 58.333333333333336%; - } - .col-lg-6 { - width: 50%; - } - .col-lg-5 { - width: 41.66666666666667%; - } - .col-lg-4 { - width: 33.33333333333333%; - } - .col-lg-3 { - width: 25%; - } - .col-lg-2 { - width: 16.666666666666664%; - } - .col-lg-1 { - width: 8.333333333333332%; - } - .col-lg-pull-12 { - right: 100%; - } - .col-lg-pull-11 { - right: 91.66666666666666%; - } - .col-lg-pull-10 { - right: 83.33333333333334%; - } - .col-lg-pull-9 { - right: 75%; - } - .col-lg-pull-8 { - right: 66.66666666666666%; - } - .col-lg-pull-7 { - right: 58.333333333333336%; - } - .col-lg-pull-6 { - right: 50%; - } - .col-lg-pull-5 { - right: 41.66666666666667%; - } - .col-lg-pull-4 { - right: 33.33333333333333%; - } - .col-lg-pull-3 { - right: 25%; - } - .col-lg-pull-2 { - right: 16.666666666666664%; - } - .col-lg-pull-1 { - right: 8.333333333333332%; - } - .col-lg-push-12 { - left: 100%; - } - .col-lg-push-11 { - left: 91.66666666666666%; - } - .col-lg-push-10 { - left: 83.33333333333334%; - } - .col-lg-push-9 { - left: 75%; - } - .col-lg-push-8 { - left: 66.66666666666666%; - } - .col-lg-push-7 { - left: 58.333333333333336%; - } - .col-lg-push-6 { - left: 50%; - } - .col-lg-push-5 { - left: 41.66666666666667%; - } - .col-lg-push-4 { - left: 33.33333333333333%; - } - .col-lg-push-3 { - left: 25%; - } - .col-lg-push-2 { - left: 16.666666666666664%; - } - .col-lg-push-1 { - left: 8.333333333333332%; - } - .col-lg-offset-12 { - margin-left: 100%; - } - .col-lg-offset-11 { - margin-left: 91.66666666666666%; - } - .col-lg-offset-10 { - margin-left: 83.33333333333334%; - } - .col-lg-offset-9 { - margin-left: 75%; - } - .col-lg-offset-8 { - margin-left: 66.66666666666666%; - } - .col-lg-offset-7 { - margin-left: 58.333333333333336%; - } - .col-lg-offset-6 { - margin-left: 50%; - } - .col-lg-offset-5 { - margin-left: 41.66666666666667%; - } - .col-lg-offset-4 { - margin-left: 33.33333333333333%; - } - .col-lg-offset-3 { - margin-left: 25%; - } - .col-lg-offset-2 { - margin-left: 16.666666666666664%; - } - .col-lg-offset-1 { - margin-left: 8.333333333333332%; - } -} - -table { - max-width: 100%; - background-color: transparent; -} - -th { - text-align: left; -} - -.table { - width: 100%; - margin-bottom: 20px; -} - -.table > thead > tr > th, -.table > tbody > tr > th, -.table > tfoot > tr > th, -.table > thead > tr > td, -.table > tbody > tr > td, -.table > tfoot > tr > td { - padding: 8px; - line-height: 1.428571429; - vertical-align: top; - border-top: 1px solid #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-child(odd) > td, -.table-striped > tbody > tr:nth-child(odd) > th { - background-color: #f9f9f9; -} - -.table-hover > tbody > tr:hover > td, -.table-hover > tbody > tr:hover > th { - background-color: #f5f5f5; -} - -table col[class*="col-"] { - display: table-column; - float: none; -} - -table td[class*="col-"], -table th[class*="col-"] { - display: table-cell; - float: none; -} - -.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 > 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.success:hover > th { - background-color: #d0e9c6; -} - -.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.danger:hover > th { - background-color: #ebcccc; -} - -.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.warning:hover > th { - background-color: #faf2cc; -} - -@media (max-width: 767px) { - .table-responsive { - width: 100%; - margin-bottom: 15px; - overflow-x: scroll; - overflow-y: hidden; - border: 1px solid #dddddd; - -ms-overflow-style: -ms-autohiding-scrollbar; - -webkit-overflow-scrolling: touch; - } - .table-responsive > .table { - margin-bottom: 0; - } - .table-responsive > .table > thead > tr > th, - .table-responsive > .table > tbody > tr > th, - .table-responsive > .table > tfoot > tr > th, - .table-responsive > .table > thead > tr > td, - .table-responsive > .table > tbody > tr > td, - .table-responsive > .table > tfoot > tr > td { - white-space: nowrap; - } - .table-responsive > .table-bordered { - border: 0; - } - .table-responsive > .table-bordered > thead > tr > th:first-child, - .table-responsive > .table-bordered > tbody > tr > th:first-child, - .table-responsive > .table-bordered > tfoot > tr > th:first-child, - .table-responsive > .table-bordered > thead > tr > td:first-child, - .table-responsive > .table-bordered > tbody > tr > td:first-child, - .table-responsive > .table-bordered > tfoot > tr > td:first-child { - border-left: 0; - } - .table-responsive > .table-bordered > thead > tr > th:last-child, - .table-responsive > .table-bordered > tbody > tr > th:last-child, - .table-responsive > .table-bordered > tfoot > tr > th:last-child, - .table-responsive > .table-bordered > thead > tr > td:last-child, - .table-responsive > .table-bordered > tbody > tr > td:last-child, - .table-responsive > .table-bordered > tfoot > tr > td:last-child { - border-right: 0; - } - .table-responsive > .table-bordered > tbody > tr:last-child > th, - .table-responsive > .table-bordered > tfoot > tr:last-child > th, - .table-responsive > .table-bordered > tbody > tr:last-child > td, - .table-responsive > .table-bordered > tfoot > tr:last-child > td { - border-bottom: 0; - } -} - -fieldset { - padding: 0; - margin: 0; - border: 0; -} - -legend { - display: block; - width: 100%; - padding: 0; - margin-bottom: 20px; - font-size: 21px; - line-height: inherit; - color: #333333; - border: 0; - border-bottom: 1px solid #e5e5e5; -} - -label { - display: inline-block; - margin-bottom: 5px; - font-weight: bold; -} - -input[type="search"] { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -input[type="radio"], -input[type="checkbox"] { - margin: 4px 0 0; - margin-top: 1px \9; - /* IE8-9 */ - - line-height: normal; -} - -input[type="file"] { - display: block; -} - -select[multiple], -select[size] { - height: auto; -} - -select optgroup { - font-family: inherit; - font-size: inherit; - font-style: inherit; -} - -input[type="file"]:focus, -input[type="radio"]:focus, -input[type="checkbox"]:focus { - outline: thin dotted #333; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} - -input[type="number"]::-webkit-outer-spin-button, -input[type="number"]::-webkit-inner-spin-button { - height: auto; -} - -output { - display: block; - padding-top: 7px; - font-size: 14px; - line-height: 1.428571429; - color: #555555; - vertical-align: middle; -} - -.form-control:-moz-placeholder { - color: #999999; -} - -.form-control::-moz-placeholder { - color: #999999; -} - -.form-control:-ms-input-placeholder { - color: #999999; -} - -.form-control::-webkit-input-placeholder { - color: #999999; -} - -.form-control { - display: block; - width: 100%; - height: 34px; - padding: 6px 12px; - font-size: 14px; - line-height: 1.428571429; - color: #555555; - vertical-align: middle; - 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 0.15s, box-shadow ease-in-out 0.15s; - transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.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[disabled], -.form-control[readonly], -fieldset[disabled] .form-control { - cursor: not-allowed; - background-color: #eeeeee; -} - -textarea.form-control { - height: auto; -} - -.form-group { - margin-bottom: 15px; -} - -.radio, -.checkbox { - display: block; - min-height: 20px; - padding-left: 20px; - margin-top: 10px; - margin-bottom: 10px; - vertical-align: middle; -} - -.radio label, -.checkbox label { - display: inline; - margin-bottom: 0; - font-weight: normal; - cursor: pointer; -} - -.radio input[type="radio"], -.radio-inline input[type="radio"], -.checkbox input[type="checkbox"], -.checkbox-inline input[type="checkbox"] { - float: left; - margin-left: -20px; -} - -.radio + .radio, -.checkbox + .checkbox { - margin-top: -5px; -} - -.radio-inline, -.checkbox-inline { - display: inline-block; - padding-left: 20px; - margin-bottom: 0; - font-weight: normal; - vertical-align: middle; - cursor: pointer; -} - -.radio-inline + .radio-inline, -.checkbox-inline + .checkbox-inline { - margin-top: 0; - margin-left: 10px; -} - -input[type="radio"][disabled], -input[type="checkbox"][disabled], -.radio[disabled], -.radio-inline[disabled], -.checkbox[disabled], -.checkbox-inline[disabled], -fieldset[disabled] input[type="radio"], -fieldset[disabled] input[type="checkbox"], -fieldset[disabled] .radio, -fieldset[disabled] .radio-inline, -fieldset[disabled] .checkbox, -fieldset[disabled] .checkbox-inline { - cursor: not-allowed; -} - -.input-sm { - height: 30px; - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} - -select.input-sm { - height: 30px; - line-height: 30px; -} - -textarea.input-sm { - height: auto; -} - -.input-lg { - height: 45px; - padding: 10px 16px; - font-size: 18px; - line-height: 1.33; - border-radius: 6px; -} - -select.input-lg { - height: 45px; - line-height: 45px; -} - -textarea.input-lg { - height: auto; -} - -.has-warning .help-block, -.has-warning .control-label, -.has-warning .radio, -.has-warning .checkbox, -.has-warning .radio-inline, -.has-warning .checkbox-inline { - color: #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; - background-color: #fcf8e3; - border-color: #c09853; -} - -.has-error .help-block, -.has-error .control-label, -.has-error .radio, -.has-error .checkbox, -.has-error .radio-inline, -.has-error .checkbox-inline { - 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; - background-color: #f2dede; - border-color: #b94a48; -} - -.has-success .help-block, -.has-success .control-label, -.has-success .radio, -.has-success .checkbox, -.has-success .radio-inline, -.has-success .checkbox-inline { - 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; - background-color: #dff0d8; - border-color: #468847; -} - -.form-control-static { - margin-bottom: 0; -} - -.help-block { - display: block; - margin-top: 5px; - margin-bottom: 10px; - color: #737373; -} - -@media (min-width: 768px) { - .form-inline .form-group { - display: inline-block; - margin-bottom: 0; - vertical-align: middle; - } - .form-inline .form-control { - display: inline-block; - } - .form-inline .radio, - .form-inline .checkbox { - display: inline-block; - padding-left: 0; - margin-top: 0; - margin-bottom: 0; - } - .form-inline .radio input[type="radio"], - .form-inline .checkbox input[type="checkbox"] { - float: none; - margin-left: 0; - } -} - -.form-horizontal .control-label, -.form-horizontal .radio, -.form-horizontal .checkbox, -.form-horizontal .radio-inline, -.form-horizontal .checkbox-inline { - padding-top: 7px; - margin-top: 0; - margin-bottom: 0; -} - -.form-horizontal .form-group { - margin-right: -15px; - margin-left: -15px; -} - -.form-horizontal .form-group:before, -.form-horizontal .form-group:after { - display: table; - content: " "; -} - -.form-horizontal .form-group:after { - clear: both; -} - -.form-horizontal .form-group:before, -.form-horizontal .form-group:after { - display: table; - content: " "; -} - -.form-horizontal .form-group:after { - clear: both; -} - -.form-horizontal .form-control-static { - padding-top: 7px; -} - -@media (min-width: 768px) { - .form-horizontal .control-label { - text-align: right; - } -} - -.btn { - display: inline-block; - padding: 6px 12px; - margin-bottom: 0; - font-size: 14px; - font-weight: normal; - line-height: 1.428571429; - text-align: center; - white-space: nowrap; - vertical-align: middle; - cursor: pointer; - background-image: none; - border: 1px solid transparent; - border-radius: 4px; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - -o-user-select: none; - user-select: none; -} - -.btn:focus { - outline: thin dotted #333; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} - -.btn:hover, -.btn:focus { - color: #333333; - text-decoration: none; -} - -.btn:active, -.btn.active { - background-image: none; - outline: 0; - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} - -.btn.disabled, -.btn[disabled], -fieldset[disabled] .btn { - pointer-events: none; - cursor: not-allowed; - opacity: 0.65; - filter: alpha(opacity=65); - -webkit-box-shadow: none; - box-shadow: none; -} - -.btn-default { - color: #333333; - background-color: #ffffff; - border-color: #cccccc; -} - -.btn-default:hover, -.btn-default:focus, -.btn-default:active, -.btn-default.active, -.open .dropdown-toggle.btn-default { - color: #333333; - background-color: #ebebeb; - border-color: #adadad; -} - -.btn-default:active, -.btn-default.active, -.open .dropdown-toggle.btn-default { - background-image: none; -} - -.btn-default.disabled, -.btn-default[disabled], -fieldset[disabled] .btn-default, -.btn-default.disabled:hover, -.btn-default[disabled]:hover, -fieldset[disabled] .btn-default:hover, -.btn-default.disabled:focus, -.btn-default[disabled]:focus, -fieldset[disabled] .btn-default:focus, -.btn-default.disabled:active, -.btn-default[disabled]:active, -fieldset[disabled] .btn-default:active, -.btn-default.disabled.active, -.btn-default[disabled].active, -fieldset[disabled] .btn-default.active { - background-color: #ffffff; - border-color: #cccccc; -} - -.btn-primary { - color: #ffffff; - background-color: #428bca; - border-color: #357ebd; -} - -.btn-primary:hover, -.btn-primary:focus, -.btn-primary:active, -.btn-primary.active, -.open .dropdown-toggle.btn-primary { - color: #ffffff; - background-color: #3276b1; - border-color: #285e8e; -} - -.btn-primary:active, -.btn-primary.active, -.open .dropdown-toggle.btn-primary { - background-image: none; -} - -.btn-primary.disabled, -.btn-primary[disabled], -fieldset[disabled] .btn-primary, -.btn-primary.disabled:hover, -.btn-primary[disabled]:hover, -fieldset[disabled] .btn-primary:hover, -.btn-primary.disabled:focus, -.btn-primary[disabled]:focus, -fieldset[disabled] .btn-primary:focus, -.btn-primary.disabled:active, -.btn-primary[disabled]:active, -fieldset[disabled] .btn-primary:active, -.btn-primary.disabled.active, -.btn-primary[disabled].active, -fieldset[disabled] .btn-primary.active { - background-color: #428bca; - border-color: #357ebd; -} - -.btn-warning { - color: #ffffff; - background-color: #f0ad4e; - border-color: #eea236; -} - -.btn-warning:hover, -.btn-warning:focus, -.btn-warning:active, -.btn-warning.active, -.open .dropdown-toggle.btn-warning { - color: #ffffff; - background-color: #ed9c28; - border-color: #d58512; -} - -.btn-warning:active, -.btn-warning.active, -.open .dropdown-toggle.btn-warning { - background-image: none; -} - -.btn-warning.disabled, -.btn-warning[disabled], -fieldset[disabled] .btn-warning, -.btn-warning.disabled:hover, -.btn-warning[disabled]:hover, -fieldset[disabled] .btn-warning:hover, -.btn-warning.disabled:focus, -.btn-warning[disabled]:focus, -fieldset[disabled] .btn-warning:focus, -.btn-warning.disabled:active, -.btn-warning[disabled]:active, -fieldset[disabled] .btn-warning:active, -.btn-warning.disabled.active, -.btn-warning[disabled].active, -fieldset[disabled] .btn-warning.active { - background-color: #f0ad4e; - border-color: #eea236; -} - -.btn-danger { - color: #ffffff; - background-color: #d9534f; - border-color: #d43f3a; -} - -.btn-danger:hover, -.btn-danger:focus, -.btn-danger:active, -.btn-danger.active, -.open .dropdown-toggle.btn-danger { - color: #ffffff; - background-color: #d2322d; - border-color: #ac2925; -} - -.btn-danger:active, -.btn-danger.active, -.open .dropdown-toggle.btn-danger { - background-image: none; -} - -.btn-danger.disabled, -.btn-danger[disabled], -fieldset[disabled] .btn-danger, -.btn-danger.disabled:hover, -.btn-danger[disabled]:hover, -fieldset[disabled] .btn-danger:hover, -.btn-danger.disabled:focus, -.btn-danger[disabled]:focus, -fieldset[disabled] .btn-danger:focus, -.btn-danger.disabled:active, -.btn-danger[disabled]:active, -fieldset[disabled] .btn-danger:active, -.btn-danger.disabled.active, -.btn-danger[disabled].active, -fieldset[disabled] .btn-danger.active { - background-color: #d9534f; - border-color: #d43f3a; -} - -.btn-success { - color: #ffffff; - background-color: #5cb85c; - border-color: #4cae4c; -} - -.btn-success:hover, -.btn-success:focus, -.btn-success:active, -.btn-success.active, -.open .dropdown-toggle.btn-success { - color: #ffffff; - background-color: #47a447; - border-color: #398439; -} - -.btn-success:active, -.btn-success.active, -.open .dropdown-toggle.btn-success { - background-image: none; -} - -.btn-success.disabled, -.btn-success[disabled], -fieldset[disabled] .btn-success, -.btn-success.disabled:hover, -.btn-success[disabled]:hover, -fieldset[disabled] .btn-success:hover, -.btn-success.disabled:focus, -.btn-success[disabled]:focus, -fieldset[disabled] .btn-success:focus, -.btn-success.disabled:active, -.btn-success[disabled]:active, -fieldset[disabled] .btn-success:active, -.btn-success.disabled.active, -.btn-success[disabled].active, -fieldset[disabled] .btn-success.active { - background-color: #5cb85c; - border-color: #4cae4c; -} - -.btn-info { - color: #ffffff; - background-color: #5bc0de; - border-color: #46b8da; -} - -.btn-info:hover, -.btn-info:focus, -.btn-info:active, -.btn-info.active, -.open .dropdown-toggle.btn-info { - color: #ffffff; - background-color: #39b3d7; - border-color: #269abc; -} - -.btn-info:active, -.btn-info.active, -.open .dropdown-toggle.btn-info { - background-image: none; -} - -.btn-info.disabled, -.btn-info[disabled], -fieldset[disabled] .btn-info, -.btn-info.disabled:hover, -.btn-info[disabled]:hover, -fieldset[disabled] .btn-info:hover, -.btn-info.disabled:focus, -.btn-info[disabled]:focus, -fieldset[disabled] .btn-info:focus, -.btn-info.disabled:active, -.btn-info[disabled]:active, -fieldset[disabled] .btn-info:active, -.btn-info.disabled.active, -.btn-info[disabled].active, -fieldset[disabled] .btn-info.active { - background-color: #5bc0de; - border-color: #46b8da; -} - -.btn-link { - font-weight: normal; - color: #428bca; - cursor: pointer; - border-radius: 0; -} - -.btn-link, -.btn-link:active, -.btn-link[disabled], -fieldset[disabled] .btn-link { - background-color: transparent; - -webkit-box-shadow: none; - box-shadow: none; -} - -.btn-link, -.btn-link:hover, -.btn-link:focus, -.btn-link:active { - border-color: transparent; -} - -.btn-link:hover, -.btn-link:focus { - color: #2a6496; - text-decoration: underline; - background-color: transparent; -} - -.btn-link[disabled]:hover, -fieldset[disabled] .btn-link:hover, -.btn-link[disabled]:focus, -fieldset[disabled] .btn-link:focus { - color: #999999; - text-decoration: none; -} - -.btn-lg { - padding: 10px 16px; - font-size: 18px; - line-height: 1.33; - border-radius: 6px; -} - -.btn-sm, -.btn-xs { - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} - -.btn-xs { - padding: 1px 5px; -} - -.btn-block { - display: block; - width: 100%; - padding-right: 0; - padding-left: 0; -} - -.btn-block + .btn-block { - margin-top: 5px; -} - -input[type="submit"].btn-block, -input[type="reset"].btn-block, -input[type="button"].btn-block { - width: 100%; -} - -.fade { - opacity: 0; - -webkit-transition: opacity 0.15s linear; - transition: opacity 0.15s linear; -} - -.fade.in { - opacity: 1; -} - -.collapse { - display: none; -} - -.collapse.in { - display: block; -} - -.collapsing { - position: relative; - height: 0; - overflow: hidden; - -webkit-transition: height 0.35s ease; - transition: height 0.35s ease; -} - -@font-face { - font-family: 'Glyphicons Halflings'; - src: url('../fonts/glyphicons-halflings-regular.eot'); - src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); -} - -.glyphicon { - position: relative; - top: 1px; - display: inline-block; - font-family: 'Glyphicons Halflings'; - -webkit-font-smoothing: antialiased; - font-style: normal; - font-weight: normal; - line-height: 1; - -moz-osx-font-smoothing: grayscale; -} - -.glyphicon:empty { - width: 1em; -} - -.glyphicon-asterisk:before { - content: "\2a"; -} - -.glyphicon-plus:before { - content: "\2b"; -} - -.glyphicon-euro:before { - content: "\20ac"; -} - -.glyphicon-minus:before { - content: "\2212"; -} - -.glyphicon-cloud:before { - content: "\2601"; -} - -.glyphicon-envelope:before { - content: "\2709"; -} - -.glyphicon-pencil:before { - content: "\270f"; -} - -.glyphicon-glass:before { - content: "\e001"; -} - -.glyphicon-music:before { - content: "\e002"; -} - -.glyphicon-search:before { - content: "\e003"; -} - -.glyphicon-heart:before { - content: "\e005"; -} - -.glyphicon-star:before { - content: "\e006"; -} - -.glyphicon-star-empty:before { - content: "\e007"; -} - -.glyphicon-user:before { - content: "\e008"; -} - -.glyphicon-film:before { - content: "\e009"; -} - -.glyphicon-th-large:before { - content: "\e010"; -} - -.glyphicon-th:before { - content: "\e011"; -} - -.glyphicon-th-list:before { - content: "\e012"; -} - -.glyphicon-ok:before { - content: "\e013"; -} - -.glyphicon-remove:before { - content: "\e014"; -} - -.glyphicon-zoom-in:before { - content: "\e015"; -} - -.glyphicon-zoom-out:before { - content: "\e016"; -} - -.glyphicon-off:before { - content: "\e017"; -} - -.glyphicon-signal:before { - content: "\e018"; -} - -.glyphicon-cog:before { - content: "\e019"; -} - -.glyphicon-trash:before { - content: "\e020"; -} - -.glyphicon-home:before { - content: "\e021"; -} - -.glyphicon-file:before { - content: "\e022"; -} - -.glyphicon-time:before { - content: "\e023"; -} - -.glyphicon-road:before { - content: "\e024"; -} - -.glyphicon-download-alt:before { - content: "\e025"; -} - -.glyphicon-download:before { - content: "\e026"; -} - -.glyphicon-upload:before { - content: "\e027"; -} - -.glyphicon-inbox:before { - content: "\e028"; -} - -.glyphicon-play-circle:before { - content: "\e029"; -} - -.glyphicon-repeat:before { - content: "\e030"; -} - -.glyphicon-refresh:before { - content: "\e031"; -} - -.glyphicon-list-alt:before { - content: "\e032"; -} - -.glyphicon-lock:before { - content: "\e033"; -} - -.glyphicon-flag:before { - content: "\e034"; -} - -.glyphicon-headphones:before { - content: "\e035"; -} - -.glyphicon-volume-off:before { - content: "\e036"; -} - -.glyphicon-volume-down:before { - content: "\e037"; -} - -.glyphicon-volume-up:before { - content: "\e038"; -} - -.glyphicon-qrcode:before { - content: "\e039"; -} - -.glyphicon-barcode:before { - content: "\e040"; -} - -.glyphicon-tag:before { - content: "\e041"; -} - -.glyphicon-tags:before { - content: "\e042"; -} - -.glyphicon-book:before { - content: "\e043"; -} - -.glyphicon-bookmark:before { - content: "\e044"; -} - -.glyphicon-print:before { - content: "\e045"; -} - -.glyphicon-camera:before { - content: "\e046"; -} - -.glyphicon-font:before { - content: "\e047"; -} - -.glyphicon-bold:before { - content: "\e048"; -} - -.glyphicon-italic:before { - content: "\e049"; -} - -.glyphicon-text-height:before { - content: "\e050"; -} - -.glyphicon-text-width:before { - content: "\e051"; -} - -.glyphicon-align-left:before { - content: "\e052"; -} - -.glyphicon-align-center:before { - content: "\e053"; -} - -.glyphicon-align-right:before { - content: "\e054"; -} - -.glyphicon-align-justify:before { - content: "\e055"; -} - -.glyphicon-list:before { - content: "\e056"; -} - -.glyphicon-indent-left:before { - content: "\e057"; -} - -.glyphicon-indent-right:before { - content: "\e058"; -} - -.glyphicon-facetime-video:before { - content: "\e059"; -} - -.glyphicon-picture:before { - content: "\e060"; -} - -.glyphicon-map-marker:before { - content: "\e062"; -} - -.glyphicon-adjust:before { - content: "\e063"; -} - -.glyphicon-tint:before { - content: "\e064"; -} - -.glyphicon-edit:before { - content: "\e065"; -} - -.glyphicon-share:before { - content: "\e066"; -} - -.glyphicon-check:before { - content: "\e067"; -} - -.glyphicon-move:before { - content: "\e068"; -} - -.glyphicon-step-backward:before { - content: "\e069"; -} - -.glyphicon-fast-backward:before { - content: "\e070"; -} - -.glyphicon-backward:before { - content: "\e071"; -} - -.glyphicon-play:before { - content: "\e072"; -} - -.glyphicon-pause:before { - content: "\e073"; -} - -.glyphicon-stop:before { - content: "\e074"; -} - -.glyphicon-forward:before { - content: "\e075"; -} - -.glyphicon-fast-forward:before { - content: "\e076"; -} - -.glyphicon-step-forward:before { - content: "\e077"; -} - -.glyphicon-eject:before { - content: "\e078"; -} - -.glyphicon-chevron-left:before { - content: "\e079"; -} - -.glyphicon-chevron-right:before { - content: "\e080"; -} - -.glyphicon-plus-sign:before { - content: "\e081"; -} - -.glyphicon-minus-sign:before { - content: "\e082"; -} - -.glyphicon-remove-sign:before { - content: "\e083"; -} - -.glyphicon-ok-sign:before { - content: "\e084"; -} - -.glyphicon-question-sign:before { - content: "\e085"; -} - -.glyphicon-info-sign:before { - content: "\e086"; -} - -.glyphicon-screenshot:before { - content: "\e087"; -} - -.glyphicon-remove-circle:before { - content: "\e088"; -} - -.glyphicon-ok-circle:before { - content: "\e089"; -} - -.glyphicon-ban-circle:before { - content: "\e090"; -} - -.glyphicon-arrow-left:before { - content: "\e091"; -} - -.glyphicon-arrow-right:before { - content: "\e092"; -} - -.glyphicon-arrow-up:before { - content: "\e093"; -} - -.glyphicon-arrow-down:before { - content: "\e094"; -} - -.glyphicon-share-alt:before { - content: "\e095"; -} - -.glyphicon-resize-full:before { - content: "\e096"; -} - -.glyphicon-resize-small:before { - content: "\e097"; -} - -.glyphicon-exclamation-sign:before { - content: "\e101"; -} - -.glyphicon-gift:before { - content: "\e102"; -} - -.glyphicon-leaf:before { - content: "\e103"; -} - -.glyphicon-fire:before { - content: "\e104"; -} - -.glyphicon-eye-open:before { - content: "\e105"; -} - -.glyphicon-eye-close:before { - content: "\e106"; -} - -.glyphicon-warning-sign:before { - content: "\e107"; -} - -.glyphicon-plane:before { - content: "\e108"; -} - -.glyphicon-calendar:before { - content: "\e109"; -} - -.glyphicon-random:before { - content: "\e110"; -} - -.glyphicon-comment:before { - content: "\e111"; -} - -.glyphicon-magnet:before { - content: "\e112"; -} - -.glyphicon-chevron-up:before { - content: "\e113"; -} - -.glyphicon-chevron-down:before { - content: "\e114"; -} - -.glyphicon-retweet:before { - content: "\e115"; -} - -.glyphicon-shopping-cart:before { - content: "\e116"; -} - -.glyphicon-folder-close:before { - content: "\e117"; -} - -.glyphicon-folder-open:before { - content: "\e118"; -} - -.glyphicon-resize-vertical:before { - content: "\e119"; -} - -.glyphicon-resize-horizontal:before { - content: "\e120"; -} - -.glyphicon-hdd:before { - content: "\e121"; -} - -.glyphicon-bullhorn:before { - content: "\e122"; -} - -.glyphicon-bell:before { - content: "\e123"; -} - -.glyphicon-certificate:before { - content: "\e124"; -} - -.glyphicon-thumbs-up:before { - content: "\e125"; -} - -.glyphicon-thumbs-down:before { - content: "\e126"; -} - -.glyphicon-hand-right:before { - content: "\e127"; -} - -.glyphicon-hand-left:before { - content: "\e128"; -} - -.glyphicon-hand-up:before { - content: "\e129"; -} - -.glyphicon-hand-down:before { - content: "\e130"; -} - -.glyphicon-circle-arrow-right:before { - content: "\e131"; -} - -.glyphicon-circle-arrow-left:before { - content: "\e132"; -} - -.glyphicon-circle-arrow-up:before { - content: "\e133"; -} - -.glyphicon-circle-arrow-down:before { - content: "\e134"; -} - -.glyphicon-globe:before { - content: "\e135"; -} - -.glyphicon-wrench:before { - content: "\e136"; -} - -.glyphicon-tasks:before { - content: "\e137"; -} - -.glyphicon-filter:before { - content: "\e138"; -} - -.glyphicon-briefcase:before { - content: "\e139"; -} - -.glyphicon-fullscreen:before { - content: "\e140"; -} - -.glyphicon-dashboard:before { - content: "\e141"; -} - -.glyphicon-paperclip:before { - content: "\e142"; -} - -.glyphicon-heart-empty:before { - content: "\e143"; -} - -.glyphicon-link:before { - content: "\e144"; -} - -.glyphicon-phone:before { - content: "\e145"; -} - -.glyphicon-pushpin:before { - content: "\e146"; -} - -.glyphicon-usd:before { - content: "\e148"; -} - -.glyphicon-gbp:before { - content: "\e149"; -} - -.glyphicon-sort:before { - content: "\e150"; -} - -.glyphicon-sort-by-alphabet:before { - content: "\e151"; -} - -.glyphicon-sort-by-alphabet-alt:before { - content: "\e152"; -} - -.glyphicon-sort-by-order:before { - content: "\e153"; -} - -.glyphicon-sort-by-order-alt:before { - content: "\e154"; -} - -.glyphicon-sort-by-attributes:before { - content: "\e155"; -} - -.glyphicon-sort-by-attributes-alt:before { - content: "\e156"; -} - -.glyphicon-unchecked:before { - content: "\e157"; -} - -.glyphicon-expand:before { - content: "\e158"; -} - -.glyphicon-collapse-down:before { - content: "\e159"; -} - -.glyphicon-collapse-up:before { - content: "\e160"; -} - -.glyphicon-log-in:before { - content: "\e161"; -} - -.glyphicon-flash:before { - content: "\e162"; -} - -.glyphicon-log-out:before { - content: "\e163"; -} - -.glyphicon-new-window:before { - content: "\e164"; -} - -.glyphicon-record:before { - content: "\e165"; -} - -.glyphicon-save:before { - content: "\e166"; -} - -.glyphicon-open:before { - content: "\e167"; -} - -.glyphicon-saved:before { - content: "\e168"; -} - -.glyphicon-import:before { - content: "\e169"; -} - -.glyphicon-export:before { - content: "\e170"; -} - -.glyphicon-send:before { - content: "\e171"; -} - -.glyphicon-floppy-disk:before { - content: "\e172"; -} - -.glyphicon-floppy-saved:before { - content: "\e173"; -} - -.glyphicon-floppy-remove:before { - content: "\e174"; -} - -.glyphicon-floppy-save:before { - content: "\e175"; -} - -.glyphicon-floppy-open:before { - content: "\e176"; -} - -.glyphicon-credit-card:before { - content: "\e177"; -} - -.glyphicon-transfer:before { - content: "\e178"; -} - -.glyphicon-cutlery:before { - content: "\e179"; -} - -.glyphicon-header:before { - content: "\e180"; -} - -.glyphicon-compressed:before { - content: "\e181"; -} - -.glyphicon-earphone:before { - content: "\e182"; -} - -.glyphicon-phone-alt:before { - content: "\e183"; -} - -.glyphicon-tower:before { - content: "\e184"; -} - -.glyphicon-stats:before { - content: "\e185"; -} - -.glyphicon-sd-video:before { - content: "\e186"; -} - -.glyphicon-hd-video:before { - content: "\e187"; -} - -.glyphicon-subtitles:before { - content: "\e188"; -} - -.glyphicon-sound-stereo:before { - content: "\e189"; -} - -.glyphicon-sound-dolby:before { - content: "\e190"; -} - -.glyphicon-sound-5-1:before { - content: "\e191"; -} - -.glyphicon-sound-6-1:before { - content: "\e192"; -} - -.glyphicon-sound-7-1:before { - content: "\e193"; -} - -.glyphicon-copyright-mark:before { - content: "\e194"; -} - -.glyphicon-registration-mark:before { - content: "\e195"; -} - -.glyphicon-cloud-download:before { - content: "\e197"; -} - -.glyphicon-cloud-upload:before { - content: "\e198"; -} - -.glyphicon-tree-conifer:before { - content: "\e199"; -} - -.glyphicon-tree-deciduous:before { - content: "\e200"; -} - -.caret { - display: inline-block; - width: 0; - height: 0; - margin-left: 2px; - vertical-align: middle; - border-top: 4px solid #000000; - border-right: 4px solid transparent; - border-bottom: 0 dotted; - border-left: 4px solid transparent; -} - -.dropdown { - position: relative; -} - -.dropdown-toggle:focus { - outline: 0; -} - -.dropdown-menu { - position: absolute; - top: 100%; - left: 0; - z-index: 1000; - display: none; - float: left; - min-width: 160px; - padding: 5px 0; - margin: 2px 0 0; - font-size: 14px; - list-style: none; - background-color: #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); - background-clip: padding-box; -} - -.dropdown-menu.pull-right { - right: 0; - left: auto; -} - -.dropdown-menu .divider { - height: 1px; - margin: 9px 0; - overflow: hidden; - background-color: #e5e5e5; -} - -.dropdown-menu > li > a { - display: block; - padding: 3px 20px; - clear: both; - font-weight: normal; - line-height: 1.428571429; - color: #333333; - white-space: nowrap; -} - -.dropdown-menu > li > a:hover, -.dropdown-menu > li > a:focus { - color: #262626; - text-decoration: none; - background-color: #f5f5f5; -} - -.dropdown-menu > .active > a, -.dropdown-menu > .active > a:hover, -.dropdown-menu > .active > a:focus { - color: #ffffff; - text-decoration: none; - background-color: #428bca; - outline: 0; -} - -.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; - cursor: not-allowed; - background-color: transparent; - background-image: none; - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -} - -.open > .dropdown-menu { - display: block; -} - -.open > a { - outline: 0; -} - -.dropdown-header { - display: block; - padding: 3px 20px; - font-size: 12px; - line-height: 1.428571429; - color: #999999; -} - -.dropdown-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 990; -} - -.pull-right > .dropdown-menu { - right: 0; - left: auto; -} - -.dropup .caret, -.navbar-fixed-bottom .dropdown .caret { - border-top: 0 dotted; - border-bottom: 4px solid #000000; - content: ""; -} - -.dropup .dropdown-menu, -.navbar-fixed-bottom .dropdown .dropdown-menu { - top: auto; - bottom: 100%; - margin-bottom: 1px; -} - -@media (min-width: 768px) { - .navbar-right .dropdown-menu { - right: 0; - left: auto; - } -} - -.btn-default .caret { - border-top-color: #333333; -} - -.btn-primary .caret, -.btn-success .caret, -.btn-warning .caret, -.btn-danger .caret, -.btn-info .caret { - border-top-color: #fff; -} - -.dropup .btn-default .caret { - border-bottom-color: #333333; -} - -.dropup .btn-primary .caret, -.dropup .btn-success .caret, -.dropup .btn-warning .caret, -.dropup .btn-danger .caret, -.dropup .btn-info .caret { - border-bottom-color: #fff; -} - -.btn-group, -.btn-group-vertical { - position: relative; - display: inline-block; - vertical-align: middle; -} - -.btn-group > .btn, -.btn-group-vertical > .btn { - position: relative; - float: left; -} - -.btn-group > .btn:hover, -.btn-group-vertical > .btn:hover, -.btn-group > .btn:focus, -.btn-group-vertical > .btn:focus, -.btn-group > .btn:active, -.btn-group-vertical > .btn:active, -.btn-group > .btn.active, -.btn-group-vertical > .btn.active { - z-index: 2; -} - -.btn-group > .btn:focus, -.btn-group-vertical > .btn:focus { - outline: none; -} - -.btn-group .btn + .btn, -.btn-group .btn + .btn-group, -.btn-group .btn-group + .btn, -.btn-group .btn-group + .btn-group { - margin-left: -1px; -} - -.btn-toolbar:before, -.btn-toolbar:after { - display: table; - content: " "; -} - -.btn-toolbar:after { - clear: both; -} - -.btn-toolbar:before, -.btn-toolbar:after { - display: table; - content: " "; -} - -.btn-toolbar:after { - clear: both; -} - -.btn-toolbar .btn-group { - float: left; -} - -.btn-toolbar > .btn + .btn, -.btn-toolbar > .btn-group + .btn, -.btn-toolbar > .btn + .btn-group, -.btn-toolbar > .btn-group + .btn-group { - margin-left: 5px; -} - -.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { - border-radius: 0; -} - -.btn-group > .btn:first-child { - margin-left: 0; -} - -.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.btn-group > .btn:last-child:not(:first-child), -.btn-group > .dropdown-toggle:not(:first-child) { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} - -.btn-group > .btn-group { - float: left; -} - -.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; -} - -.btn-group > .btn-group:first-child > .btn:last-child, -.btn-group > .btn-group:first-child > .dropdown-toggle { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.btn-group > .btn-group:last-child > .btn:first-child { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} - -.btn-group .dropdown-toggle:active, -.btn-group.open .dropdown-toggle { - outline: 0; -} - -.btn-group-xs > .btn { - padding: 5px 10px; - padding: 1px 5px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} - -.btn-group-sm > .btn { - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} - -.btn-group-lg > .btn { - padding: 10px 16px; - font-size: 18px; - line-height: 1.33; - border-radius: 6px; -} - -.btn-group > .btn + .dropdown-toggle { - padding-right: 8px; - padding-left: 8px; -} - -.btn-group > .btn-lg + .dropdown-toggle { - padding-right: 12px; - padding-left: 12px; -} - -.btn-group.open .dropdown-toggle { - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} - -.btn-group.open .dropdown-toggle.btn-link { - -webkit-box-shadow: none; - box-shadow: none; -} - -.btn .caret { - margin-left: 0; -} - -.btn-lg .caret { - border-width: 5px 5px 0; - border-bottom-width: 0; -} - -.dropup .btn-lg .caret { - border-width: 0 5px 5px; -} - -.btn-group-vertical > .btn, -.btn-group-vertical > .btn-group { - display: block; - float: none; - width: 100%; - max-width: 100%; -} - -.btn-group-vertical > .btn-group:before, -.btn-group-vertical > .btn-group:after { - display: table; - content: " "; -} - -.btn-group-vertical > .btn-group:after { - clear: both; -} - -.btn-group-vertical > .btn-group:before, -.btn-group-vertical > .btn-group:after { - display: table; - content: " "; -} - -.btn-group-vertical > .btn-group:after { - clear: both; -} - -.btn-group-vertical > .btn-group > .btn { - float: none; -} - -.btn-group-vertical > .btn + .btn, -.btn-group-vertical > .btn + .btn-group, -.btn-group-vertical > .btn-group + .btn, -.btn-group-vertical > .btn-group + .btn-group { - margin-top: -1px; - margin-left: 0; -} - -.btn-group-vertical > .btn:not(:first-child):not(:last-child) { - border-radius: 0; -} - -.btn-group-vertical > .btn:first-child:not(:last-child) { - border-top-right-radius: 4px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} - -.btn-group-vertical > .btn:last-child:not(:first-child) { - border-top-right-radius: 0; - border-bottom-left-radius: 4px; - border-top-left-radius: 0; -} - -.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; -} - -.btn-group-vertical > .btn-group:first-child > .btn:last-child, -.btn-group-vertical > .btn-group:first-child > .dropdown-toggle { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} - -.btn-group-vertical > .btn-group:last-child > .btn:first-child { - border-top-right-radius: 0; - border-top-left-radius: 0; -} - -.btn-group-justified { - display: table; - width: 100%; - border-collapse: separate; - table-layout: fixed; -} - -.btn-group-justified .btn { - display: table-cell; - float: none; - width: 1%; -} - -[data-toggle="buttons"] > .btn > input[type="radio"], -[data-toggle="buttons"] > .btn > input[type="checkbox"] { - display: none; -} - -.input-group { - position: relative; - display: table; - border-collapse: separate; -} - -.input-group.col { - float: none; - padding-right: 0; - padding-left: 0; -} - -.input-group .form-control { - width: 100%; - margin-bottom: 0; -} - -.input-group-lg > .form-control, -.input-group-lg > .input-group-addon, -.input-group-lg > .input-group-btn > .btn { - height: 45px; - padding: 10px 16px; - font-size: 18px; - line-height: 1.33; - border-radius: 6px; -} - -select.input-group-lg > .form-control, -select.input-group-lg > .input-group-addon, -select.input-group-lg > .input-group-btn > .btn { - height: 45px; - line-height: 45px; -} - -textarea.input-group-lg > .form-control, -textarea.input-group-lg > .input-group-addon, -textarea.input-group-lg > .input-group-btn > .btn { - height: auto; -} - -.input-group-sm > .form-control, -.input-group-sm > .input-group-addon, -.input-group-sm > .input-group-btn > .btn { - height: 30px; - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} - -select.input-group-sm > .form-control, -select.input-group-sm > .input-group-addon, -select.input-group-sm > .input-group-btn > .btn { - height: 30px; - line-height: 30px; -} - -textarea.input-group-sm > .form-control, -textarea.input-group-sm > .input-group-addon, -textarea.input-group-sm > .input-group-btn > .btn { - height: auto; -} - -.input-group-addon, -.input-group-btn, -.input-group .form-control { - display: table-cell; -} - -.input-group-addon:not(:first-child):not(:last-child), -.input-group-btn:not(:first-child):not(:last-child), -.input-group .form-control:not(:first-child):not(:last-child) { - border-radius: 0; -} - -.input-group-addon, -.input-group-btn { - width: 1%; - white-space: nowrap; - vertical-align: middle; -} - -.input-group-addon { - padding: 6px 12px; - font-size: 14px; - font-weight: normal; - line-height: 1; - color: #555555; - 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: 10px 16px; - font-size: 18px; - border-radius: 6px; -} - -.input-group-addon input[type="radio"], -.input-group-addon input[type="checkbox"] { - margin-top: 0; -} - -.input-group .form-control:first-child, -.input-group-addon:first-child, -.input-group-btn:first-child > .btn, -.input-group-btn:first-child > .dropdown-toggle, -.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.input-group-addon:first-child { - border-right: 0; -} - -.input-group .form-control:last-child, -.input-group-addon:last-child, -.input-group-btn:last-child > .btn, -.input-group-btn:last-child > .dropdown-toggle, -.input-group-btn:first-child > .btn:not(:first-child) { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} - -.input-group-addon:last-child { - border-left: 0; -} - -.input-group-btn { - position: relative; - white-space: nowrap; -} - -.input-group-btn:first-child > .btn { - margin-right: -1px; -} - -.input-group-btn:last-child > .btn { - margin-left: -1px; -} - -.input-group-btn > .btn { - position: relative; -} - -.input-group-btn > .btn + .btn { - margin-left: -4px; -} - -.input-group-btn > .btn:hover, -.input-group-btn > .btn:active { - z-index: 2; -} - -.nav { - padding-left: 0; - margin-bottom: 0; - list-style: none; -} - -.nav:before, -.nav:after { - display: table; - content: " "; -} - -.nav:after { - clear: both; -} - -.nav:before, -.nav:after { - display: table; - content: " "; -} - -.nav:after { - clear: both; -} - -.nav > li { - position: relative; - display: block; -} - -.nav > li > a { - position: relative; - display: block; - padding: 10px 15px; -} - -.nav > li > a:hover, -.nav > li > a:focus { - text-decoration: none; - background-color: #eeeeee; -} - -.nav > li.disabled > a { - color: #999999; -} - -.nav > li.disabled > a:hover, -.nav > li.disabled > a:focus { - color: #999999; - text-decoration: none; - cursor: not-allowed; - background-color: transparent; -} - -.nav .open > a, -.nav .open > a:hover, -.nav .open > a:focus { - background-color: #eeeeee; - border-color: #428bca; -} - -.nav .open > a .caret, -.nav .open > a:hover .caret, -.nav .open > a:focus .caret { - border-top-color: #2a6496; - border-bottom-color: #2a6496; -} - -.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.428571429; - 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: #555555; - cursor: default; - background-color: #ffffff; - border: 1px solid #dddddd; - border-bottom-color: transparent; -} - -.nav-tabs.nav-justified { - width: 100%; - border-bottom: 0; -} - -.nav-tabs.nav-justified > li { - float: none; -} - -.nav-tabs.nav-justified > li > a { - margin-bottom: 5px; - text-align: center; -} - -.nav-tabs.nav-justified > .dropdown .dropdown-menu { - top: auto; - left: auto; -} - -@media (min-width: 768px) { - .nav-tabs.nav-justified > li { - display: table-cell; - width: 1%; - } - .nav-tabs.nav-justified > li > a { - margin-bottom: 0; - } -} - -.nav-tabs.nav-justified > li > a { - margin-right: 0; - border-radius: 4px; -} - -.nav-tabs.nav-justified > .active > a, -.nav-tabs.nav-justified > .active > a:hover, -.nav-tabs.nav-justified > .active > a:focus { - border: 1px solid #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: #428bca; -} - -.nav-pills > li.active > a .caret, -.nav-pills > li.active > a:hover .caret, -.nav-pills > li.active > a:focus .caret { - border-top-color: #ffffff; - border-bottom-color: #ffffff; -} - -.nav-stacked > li { - float: none; -} - -.nav-stacked > li + li { - margin-top: 2px; - margin-left: 0; -} - -.nav-justified { - width: 100%; -} - -.nav-justified > li { - float: none; -} - -.nav-justified > li > a { - margin-bottom: 5px; - text-align: center; -} - -.nav-justified > .dropdown .dropdown-menu { - top: auto; - left: auto; -} - -@media (min-width: 768px) { - .nav-justified > li { - display: table-cell; - width: 1%; - } - .nav-justified > li > a { - margin-bottom: 0; - } -} - -.nav-tabs-justified { - border-bottom: 0; -} - -.nav-tabs-justified > li > a { - margin-right: 0; - border-radius: 4px; -} - -.nav-tabs-justified > .active > a, -.nav-tabs-justified > .active > a:hover, -.nav-tabs-justified > .active > a:focus { - border: 1px solid #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 .caret { - border-top-color: #428bca; - border-bottom-color: #428bca; -} - -.nav a:hover .caret { - border-top-color: #2a6496; - border-bottom-color: #2a6496; -} - -.nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-right-radius: 0; - border-top-left-radius: 0; -} - -.navbar { - position: relative; - min-height: 50px; - margin-bottom: 20px; - border: 1px solid transparent; -} - -.navbar:before, -.navbar:after { - display: table; - content: " "; -} - -.navbar:after { - clear: both; -} - -.navbar:before, -.navbar:after { - display: table; - content: " "; -} - -.navbar:after { - clear: both; -} - -@media (min-width: 768px) { - .navbar { - border-radius: 4px; - } -} - -.navbar-header:before, -.navbar-header:after { - display: table; - content: " "; -} - -.navbar-header:after { - clear: both; -} - -.navbar-header:before, -.navbar-header:after { - display: table; - content: " "; -} - -.navbar-header:after { - clear: both; -} - -@media (min-width: 768px) { - .navbar-header { - float: left; - } -} - -.navbar-collapse { - max-height: 340px; - padding-right: 15px; - padding-left: 15px; - overflow-x: visible; - border-top: 1px solid transparent; - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-overflow-scrolling: touch; -} - -.navbar-collapse:before, -.navbar-collapse:after { - display: table; - content: " "; -} - -.navbar-collapse:after { - clear: both; -} - -.navbar-collapse:before, -.navbar-collapse:after { - display: table; - content: " "; -} - -.navbar-collapse:after { - clear: both; -} - -.navbar-collapse.in { - overflow-y: auto; -} - -@media (min-width: 768px) { - .navbar-collapse { - width: auto; - border-top: 0; - box-shadow: none; - } - .navbar-collapse.collapse { - display: block !important; - height: auto !important; - padding-bottom: 0; - overflow: visible !important; - } - .navbar-collapse.in { - overflow-y: auto; - } - .navbar-collapse .navbar-nav.navbar-left:first-child { - margin-left: -15px; - } - .navbar-collapse .navbar-nav.navbar-right:last-child { - margin-right: -15px; - } - .navbar-collapse .navbar-text:last-child { - margin-right: 0; - } -} - -.container > .navbar-header, -.container > .navbar-collapse { - margin-right: -15px; - margin-left: -15px; -} - -@media (min-width: 768px) { - .container > .navbar-header, - .container > .navbar-collapse { - margin-right: 0; - margin-left: 0; - } -} - -.navbar-static-top { - z-index: 1000; - border-width: 0 0 1px; -} - -@media (min-width: 768px) { - .navbar-static-top { - border-radius: 0; - } -} - -.navbar-fixed-top, -.navbar-fixed-bottom { - position: fixed; - right: 0; - left: 0; - z-index: 1030; -} - -@media (min-width: 768px) { - .navbar-fixed-top, - .navbar-fixed-bottom { - border-radius: 0; - } -} - -.navbar-fixed-top { - top: 0; - border-width: 0 0 1px; -} - -.navbar-fixed-bottom { - bottom: 0; - margin-bottom: 0; - border-width: 1px 0 0; -} - -.navbar-brand { - float: left; - padding: 15px 15px; - font-size: 18px; - line-height: 20px; -} - -.navbar-brand:hover, -.navbar-brand:focus { - text-decoration: none; -} - -@media (min-width: 768px) { - .navbar > .container .navbar-brand { - margin-left: -15px; - } -} - -.navbar-toggle { - position: relative; - float: right; - padding: 9px 10px; - margin-top: 8px; - margin-right: 15px; - margin-bottom: 8px; - background-color: transparent; - border: 1px solid transparent; - border-radius: 4px; -} - -.navbar-toggle .icon-bar { - display: block; - width: 22px; - height: 2px; - border-radius: 1px; -} - -.navbar-toggle .icon-bar + .icon-bar { - margin-top: 4px; -} - -@media (min-width: 768px) { - .navbar-toggle { - display: none; - } -} - -.navbar-nav { - margin: 7.5px -15px; -} - -.navbar-nav > li > a { - padding-top: 10px; - padding-bottom: 10px; - line-height: 20px; -} - -@media (max-width: 767px) { - .navbar-nav .open .dropdown-menu { - position: static; - float: none; - width: auto; - margin-top: 0; - background-color: transparent; - border: 0; - box-shadow: none; - } - .navbar-nav .open .dropdown-menu > li > a, - .navbar-nav .open .dropdown-menu .dropdown-header { - padding: 5px 15px 5px 25px; - } - .navbar-nav .open .dropdown-menu > li > a { - line-height: 20px; - } - .navbar-nav .open .dropdown-menu > li > a:hover, - .navbar-nav .open .dropdown-menu > li > a:focus { - background-image: none; - } -} - -@media (min-width: 768px) { - .navbar-nav { - float: left; - margin: 0; - } - .navbar-nav > li { - float: left; - } - .navbar-nav > li > a { - padding-top: 15px; - padding-bottom: 15px; - } -} - -@media (min-width: 768px) { - .navbar-left { - float: left !important; - } - .navbar-right { - float: right !important; - } -} - -.navbar-form { - padding: 10px 15px; - margin-top: 8px; - margin-right: -15px; - margin-bottom: 8px; - margin-left: -15px; - border-top: 1px solid transparent; - border-bottom: 1px solid transparent; - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); -} - -@media (min-width: 768px) { - .navbar-form .form-group { - display: inline-block; - margin-bottom: 0; - vertical-align: middle; - } - .navbar-form .form-control { - display: inline-block; - } - .navbar-form .radio, - .navbar-form .checkbox { - display: inline-block; - padding-left: 0; - margin-top: 0; - margin-bottom: 0; - } - .navbar-form .radio input[type="radio"], - .navbar-form .checkbox input[type="checkbox"] { - float: none; - margin-left: 0; - } -} - -@media (max-width: 767px) { - .navbar-form .form-group { - margin-bottom: 5px; - } -} - -@media (min-width: 768px) { - .navbar-form { - width: auto; - padding-top: 0; - padding-bottom: 0; - margin-right: 0; - margin-left: 0; - border: 0; - -webkit-box-shadow: none; - box-shadow: none; - } -} - -.navbar-nav > li > .dropdown-menu { - margin-top: 0; - border-top-right-radius: 0; - border-top-left-radius: 0; -} - -.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} - -.navbar-nav.pull-right > li > .dropdown-menu, -.navbar-nav > li > .dropdown-menu.pull-right { - right: 0; - left: auto; -} - -.navbar-btn { - margin-top: 8px; - margin-bottom: 8px; -} - -.navbar-text { - float: left; - margin-top: 15px; - margin-bottom: 15px; -} - -@media (min-width: 768px) { - .navbar-text { - margin-right: 15px; - margin-left: 15px; - } -} - -.navbar-default { - background-color: #f8f8f8; - border-color: #e7e7e7; -} - -.navbar-default .navbar-brand { - color: #777777; -} - -.navbar-default .navbar-brand:hover, -.navbar-default .navbar-brand:focus { - color: #5e5e5e; - 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: #333333; - background-color: transparent; -} - -.navbar-default .navbar-nav > .active > a, -.navbar-default .navbar-nav > .active > a:hover, -.navbar-default .navbar-nav > .active > a:focus { - color: #555555; - background-color: #e7e7e7; -} - -.navbar-default .navbar-nav > .disabled > a, -.navbar-default .navbar-nav > .disabled > a:hover, -.navbar-default .navbar-nav > .disabled > a:focus { - color: #cccccc; - 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: #e7e7e7; -} - -.navbar-default .navbar-nav > .dropdown > a:hover .caret, -.navbar-default .navbar-nav > .dropdown > a:focus .caret { - border-top-color: #333333; - border-bottom-color: #333333; -} - -.navbar-default .navbar-nav > .open > a, -.navbar-default .navbar-nav > .open > a:hover, -.navbar-default .navbar-nav > .open > a:focus { - color: #555555; - background-color: #e7e7e7; -} - -.navbar-default .navbar-nav > .open > a .caret, -.navbar-default .navbar-nav > .open > a:hover .caret, -.navbar-default .navbar-nav > .open > a:focus .caret { - border-top-color: #555555; - border-bottom-color: #555555; -} - -.navbar-default .navbar-nav > .dropdown > a .caret { - border-top-color: #777777; - border-bottom-color: #777777; -} - -@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: #333333; - 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: #555555; - background-color: #e7e7e7; - } - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #cccccc; - background-color: transparent; - } -} - -.navbar-default .navbar-link { - color: #777777; -} - -.navbar-default .navbar-link:hover { - color: #333333; -} - -.navbar-inverse { - background-color: #222222; - border-color: #080808; -} - -.navbar-inverse .navbar-brand { - color: #999999; -} - -.navbar-inverse .navbar-brand:hover, -.navbar-inverse .navbar-brand:focus { - color: #ffffff; - background-color: transparent; -} - -.navbar-inverse .navbar-text { - color: #999999; -} - -.navbar-inverse .navbar-nav > li > a { - color: #999999; -} - -.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: #080808; -} - -.navbar-inverse .navbar-nav > .disabled > a, -.navbar-inverse .navbar-nav > .disabled > a:hover, -.navbar-inverse .navbar-nav > .disabled > a:focus { - color: #444444; - background-color: transparent; -} - -.navbar-inverse .navbar-toggle { - border-color: #333333; -} - -.navbar-inverse .navbar-toggle:hover, -.navbar-inverse .navbar-toggle:focus { - background-color: #333333; -} - -.navbar-inverse .navbar-toggle .icon-bar { - background-color: #ffffff; -} - -.navbar-inverse .navbar-collapse, -.navbar-inverse .navbar-form { - border-color: #101010; -} - -.navbar-inverse .navbar-nav > .open > a, -.navbar-inverse .navbar-nav > .open > a:hover, -.navbar-inverse .navbar-nav > .open > a:focus { - color: #ffffff; - background-color: #080808; -} - -.navbar-inverse .navbar-nav > .dropdown > a:hover .caret { - border-top-color: #ffffff; - border-bottom-color: #ffffff; -} - -.navbar-inverse .navbar-nav > .dropdown > a .caret { - border-top-color: #999999; - border-bottom-color: #999999; -} - -.navbar-inverse .navbar-nav > .open > a .caret, -.navbar-inverse .navbar-nav > .open > a:hover .caret, -.navbar-inverse .navbar-nav > .open > a:focus .caret { - border-top-color: #ffffff; - border-bottom-color: #ffffff; -} - -@media (max-width: 767px) { - .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { - border-color: #080808; - } - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { - color: #999999; - } - .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: #080808; - } - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #444444; - background-color: transparent; - } -} - -.navbar-inverse .navbar-link { - color: #999999; -} - -.navbar-inverse .navbar-link:hover { - color: #ffffff; -} - -.breadcrumb { - padding: 8px 15px; - margin-bottom: 20px; - list-style: none; - background-color: #f5f5f5; - border-radius: 4px; -} - -.breadcrumb > li { - display: inline-block; -} - -.breadcrumb > li + li:before { - padding: 0 5px; - color: #cccccc; - content: "/\00a0"; -} - -.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: 6px 12px; - margin-left: -1px; - line-height: 1.428571429; - text-decoration: none; - background-color: #ffffff; - border: 1px solid #dddddd; -} - -.pagination > li:first-child > a, -.pagination > li:first-child > span { - margin-left: 0; - border-bottom-left-radius: 4px; - border-top-left-radius: 4px; -} - -.pagination > li:last-child > a, -.pagination > li:last-child > span { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} - -.pagination > li > a:hover, -.pagination > li > span:hover, -.pagination > li > a:focus, -.pagination > li > span:focus { - background-color: #eeeeee; -} - -.pagination > .active > a, -.pagination > .active > span, -.pagination > .active > a:hover, -.pagination > .active > span:hover, -.pagination > .active > a:focus, -.pagination > .active > span:focus { - z-index: 2; - color: #ffffff; - cursor: default; - background-color: #428bca; - border-color: #428bca; -} - -.pagination > .disabled > span, -.pagination > .disabled > span:hover, -.pagination > .disabled > span:focus, -.pagination > .disabled > a, -.pagination > .disabled > a:hover, -.pagination > .disabled > a:focus { - color: #999999; - cursor: not-allowed; - background-color: #ffffff; - border-color: #dddddd; -} - -.pagination-lg > li > a, -.pagination-lg > li > span { - padding: 10px 16px; - font-size: 18px; -} - -.pagination-lg > li:first-child > a, -.pagination-lg > li:first-child > span { - border-bottom-left-radius: 6px; - border-top-left-radius: 6px; -} - -.pagination-lg > li:last-child > a, -.pagination-lg > li:last-child > span { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} - -.pagination-sm > li > a, -.pagination-sm > li > span { - padding: 5px 10px; - font-size: 12px; -} - -.pagination-sm > li:first-child > a, -.pagination-sm > li:first-child > span { - border-bottom-left-radius: 3px; - border-top-left-radius: 3px; -} - -.pagination-sm > li:last-child > a, -.pagination-sm > li:last-child > span { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} - -.pager { - padding-left: 0; - margin: 20px 0; - text-align: center; - list-style: none; -} - -.pager:before, -.pager:after { - display: table; - content: " "; -} - -.pager:after { - clear: both; -} - -.pager:before, -.pager:after { - display: table; - content: " "; -} - -.pager:after { - clear: both; -} - -.pager li { - display: inline; -} - -.pager li > a, -.pager li > span { - display: inline-block; - padding: 5px 14px; - background-color: #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; - cursor: not-allowed; - background-color: #ffffff; -} - -.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; -} - -.label[href]:hover, -.label[href]:focus { - color: #ffffff; - text-decoration: none; - cursor: pointer; -} - -.label:empty { - display: none; -} - -.label-default { - background-color: #999999; -} - -.label-default[href]:hover, -.label-default[href]:focus { - background-color: #808080; -} - -.label-primary { - background-color: #428bca; -} - -.label-primary[href]:hover, -.label-primary[href]:focus { - background-color: #3071a9; -} - -.label-success { - background-color: #5cb85c; -} - -.label-success[href]:hover, -.label-success[href]:focus { - background-color: #449d44; -} - -.label-info { - background-color: #5bc0de; -} - -.label-info[href]:hover, -.label-info[href]:focus { - background-color: #31b0d5; -} - -.label-warning { - background-color: #f0ad4e; -} - -.label-warning[href]:hover, -.label-warning[href]:focus { - background-color: #ec971f; -} - -.label-danger { - background-color: #d9534f; -} - -.label-danger[href]:hover, -.label-danger[href]:focus { - background-color: #c9302c; -} - -.badge { - display: inline-block; - min-width: 10px; - padding: 3px 7px; - font-size: 12px; - font-weight: bold; - line-height: 1; - color: #ffffff; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - background-color: #999999; - border-radius: 10px; -} - -.badge:empty { - display: none; -} - -a.badge:hover, -a.badge:focus { - color: #ffffff; - text-decoration: none; - cursor: pointer; -} - -.btn .badge { - position: relative; - top: -1px; -} - -a.list-group-item.active > .badge, -.nav-pills > .active > a > .badge { - color: #428bca; - background-color: #ffffff; -} - -.nav-pills > li > a > .badge { - margin-left: 3px; -} - -.jumbotron { - padding: 30px; - margin-bottom: 30px; - font-size: 21px; - font-weight: 200; - line-height: 2.1428571435; - color: inherit; - background-color: #eeeeee; -} - -.jumbotron h1 { - line-height: 1; - color: inherit; -} - -.jumbotron p { - line-height: 1.4; -} - -.container .jumbotron { - border-radius: 6px; -} - -@media screen and (min-width: 768px) { - .jumbotron { - padding-top: 48px; - padding-bottom: 48px; - } - .container .jumbotron { - padding-right: 60px; - padding-left: 60px; - } - .jumbotron h1 { - font-size: 63px; - } -} - -.thumbnail { - display: inline-block; - display: block; - height: auto; - max-width: 100%; - padding: 4px; - margin-bottom: 20px; - line-height: 1.428571429; - background-color: #ffffff; - border: 1px solid #dddddd; - border-radius: 4px; - -webkit-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; -} - -.thumbnail > img { - display: block; - height: auto; - max-width: 100%; - margin-right: auto; - margin-left: auto; -} - -a.thumbnail:hover, -a.thumbnail:focus, -a.thumbnail.active { - border-color: #428bca; -} - -.thumbnail .caption { - padding: 9px; - color: #333333; -} - -.alert { - padding: 15px; - margin-bottom: 20px; - border: 1px solid transparent; - border-radius: 4px; -} - -.alert h4 { - margin-top: 0; - color: inherit; -} - -.alert .alert-link { - font-weight: bold; -} - -.alert > p, -.alert > ul { - margin-bottom: 0; -} - -.alert > p + p { - margin-top: 5px; -} - -.alert-dismissable { - padding-right: 35px; -} - -.alert-dismissable .close { - position: relative; - top: -2px; - right: -21px; - color: inherit; -} - -.alert-success { - color: #468847; - background-color: #dff0d8; - border-color: #d6e9c6; -} - -.alert-success hr { - border-top-color: #c9e2b3; -} - -.alert-success .alert-link { - color: #356635; -} - -.alert-info { - color: #3a87ad; - background-color: #d9edf7; - border-color: #bce8f1; -} - -.alert-info hr { - border-top-color: #a6e1ec; -} - -.alert-info .alert-link { - color: #2d6987; -} - -.alert-warning { - color: #c09853; - background-color: #fcf8e3; - border-color: #faebcc; -} - -.alert-warning hr { - border-top-color: #f7e1b5; -} - -.alert-warning .alert-link { - color: #a47e3c; -} - -.alert-danger { - color: #b94a48; - background-color: #f2dede; - border-color: #ebccd1; -} - -.alert-danger hr { - border-top-color: #e4b9c0; -} - -.alert-danger .alert-link { - color: #953b39; -} - -@-webkit-keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - to { - background-position: 0 0; - } -} - -@-moz-keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - to { - background-position: 0 0; - } -} - -@-o-keyframes progress-bar-stripes { - from { - background-position: 0 0; - } - to { - background-position: 40px 0; - } -} - -@keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - to { - background-position: 0 0; - } -} - -.progress { - height: 20px; - margin-bottom: 20px; - overflow: hidden; - background-color: #f5f5f5; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -} - -.progress-bar { - float: left; - width: 0; - height: 100%; - font-size: 12px; - line-height: 20px; - color: #ffffff; - text-align: center; - background-color: #428bca; - -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - -webkit-transition: width 0.6s ease; - transition: width 0.6s ease; -} - -.progress-striped .progress-bar { - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-size: 40px 40px; -} - -.progress.active .progress-bar { - -webkit-animation: progress-bar-stripes 2s linear infinite; - animation: progress-bar-stripes 2s linear infinite; -} - -.progress-bar-success { - background-color: #5cb85c; -} - -.progress-striped .progress-bar-success { - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} - -.progress-bar-info { - background-color: #5bc0de; -} - -.progress-striped .progress-bar-info { - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} - -.progress-bar-warning { - background-color: #f0ad4e; -} - -.progress-striped .progress-bar-warning { - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} - -.progress-bar-danger { - background-color: #d9534f; -} - -.progress-striped .progress-bar-danger { - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} - -.media, -.media-body { - overflow: hidden; - zoom: 1; -} - -.media, -.media .media { - margin-top: 15px; -} - -.media:first-child { - margin-top: 0; -} - -.media-object { - display: block; -} - -.media-heading { - margin: 0 0 5px; -} - -.media > .pull-left { - margin-right: 10px; -} - -.media > .pull-right { - margin-left: 10px; -} - -.media-list { - padding-left: 0; - list-style: none; -} - -.list-group { - padding-left: 0; - margin-bottom: 20px; -} - -.list-group-item { - position: relative; - display: block; - padding: 10px 15px; - margin-bottom: -1px; - background-color: #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; -} - -.list-group-item > .badge { - float: right; -} - -.list-group-item > .badge + .badge { - margin-right: 5px; -} - -a.list-group-item { - color: #555555; -} - -a.list-group-item .list-group-item-heading { - color: #333333; -} - -a.list-group-item:hover, -a.list-group-item:focus { - text-decoration: none; - background-color: #f5f5f5; -} - -a.list-group-item.active, -a.list-group-item.active:hover, -a.list-group-item.active:focus { - z-index: 2; - color: #ffffff; - background-color: #428bca; - border-color: #428bca; -} - -a.list-group-item.active .list-group-item-heading, -a.list-group-item.active:hover .list-group-item-heading, -a.list-group-item.active:focus .list-group-item-heading { - color: inherit; -} - -a.list-group-item.active .list-group-item-text, -a.list-group-item.active:hover .list-group-item-text, -a.list-group-item.active:focus .list-group-item-text { - color: #e1edf7; -} - -.list-group-item-heading { - margin-top: 0; - margin-bottom: 5px; -} - -.list-group-item-text { - margin-bottom: 0; - line-height: 1.3; -} - -.panel { - margin-bottom: 20px; - background-color: #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-body:before, -.panel-body:after { - display: table; - content: " "; -} - -.panel-body:after { - clear: both; -} - -.panel-body:before, -.panel-body:after { - display: table; - content: " "; -} - -.panel-body:after { - clear: both; -} - -.panel > .list-group { - margin-bottom: 0; -} - -.panel > .list-group .list-group-item { - border-width: 1px 0; -} - -.panel > .list-group .list-group-item:first-child { - border-top-right-radius: 0; - border-top-left-radius: 0; -} - -.panel > .list-group .list-group-item:last-child { - border-bottom: 0; -} - -.panel-heading + .list-group .list-group-item:first-child { - border-top-width: 0; -} - -.panel > .table, -.panel > .table-responsive { - margin-bottom: 0; -} - -.panel > .panel-body + .table, -.panel > .panel-body + .table-responsive { - border-top: 1px solid #dddddd; -} - -.panel > .table-bordered, -.panel > .table-responsive > .table-bordered { - border: 0; -} - -.panel > .table-bordered > thead > tr > th:first-child, -.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, -.panel > .table-bordered > tbody > tr > th:first-child, -.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, -.panel > .table-bordered > tfoot > tr > th:first-child, -.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, -.panel > .table-bordered > thead > tr > td:first-child, -.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, -.panel > .table-bordered > tbody > tr > td:first-child, -.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, -.panel > .table-bordered > tfoot > tr > td:first-child, -.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { - border-left: 0; -} - -.panel > .table-bordered > thead > tr > th:last-child, -.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, -.panel > .table-bordered > tbody > tr > th:last-child, -.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, -.panel > .table-bordered > tfoot > tr > th:last-child, -.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, -.panel > .table-bordered > thead > tr > td:last-child, -.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, -.panel > .table-bordered > tbody > tr > td:last-child, -.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, -.panel > .table-bordered > tfoot > tr > td:last-child, -.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { - border-right: 0; -} - -.panel > .table-bordered > thead > tr:last-child > th, -.panel > .table-responsive > .table-bordered > thead > tr:last-child > th, -.panel > .table-bordered > tbody > tr:last-child > th, -.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, -.panel > .table-bordered > tfoot > tr:last-child > th, -.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, -.panel > .table-bordered > thead > tr:last-child > td, -.panel > .table-responsive > .table-bordered > thead > tr:last-child > td, -.panel > .table-bordered > tbody > tr:last-child > td, -.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, -.panel > .table-bordered > tfoot > tr:last-child > td, -.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td { - border-bottom: 0; -} - -.panel-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; -} - -.panel-title > 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-group .panel { - margin-bottom: 0; - overflow: hidden; - border-radius: 4px; -} - -.panel-group .panel + .panel { - margin-top: 5px; -} - -.panel-group .panel-heading { - border-bottom: 0; -} - -.panel-group .panel-heading + .panel-collapse .panel-body { - border-top: 1px solid #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 > .dropdown .caret { - border-color: #333333 transparent; -} - -.panel-default > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #dddddd; -} - -.panel-primary { - border-color: #428bca; -} - -.panel-primary > .panel-heading { - color: #ffffff; - background-color: #428bca; - border-color: #428bca; -} - -.panel-primary > .panel-heading + .panel-collapse .panel-body { - border-top-color: #428bca; -} - -.panel-primary > .panel-heading > .dropdown .caret { - border-color: #ffffff transparent; -} - -.panel-primary > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #428bca; -} - -.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 > .dropdown .caret { - border-color: #468847 transparent; -} - -.panel-success > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #d6e9c6; -} - -.panel-warning { - border-color: #faebcc; -} - -.panel-warning > .panel-heading { - color: #c09853; - background-color: #fcf8e3; - border-color: #faebcc; -} - -.panel-warning > .panel-heading + .panel-collapse .panel-body { - border-top-color: #faebcc; -} - -.panel-warning > .panel-heading > .dropdown .caret { - border-color: #c09853 transparent; -} - -.panel-warning > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #faebcc; -} - -.panel-danger { - border-color: #ebccd1; -} - -.panel-danger > .panel-heading { - color: #b94a48; - background-color: #f2dede; - border-color: #ebccd1; -} - -.panel-danger > .panel-heading + .panel-collapse .panel-body { - border-top-color: #ebccd1; -} - -.panel-danger > .panel-heading > .dropdown .caret { - border-color: #b94a48 transparent; -} - -.panel-danger > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #ebccd1; -} - -.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 > .dropdown .caret { - border-color: #3a87ad transparent; -} - -.panel-info > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #bce8f1; -} - -.well { - min-height: 20px; - padding: 19px; - margin-bottom: 20px; - background-color: #f5f5f5; - border: 1px solid #e3e3e3; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -} - -.well blockquote { - border-color: #ddd; - border-color: rgba(0, 0, 0, 0.15); -} - -.well-lg { - padding: 24px; - border-radius: 6px; -} - -.well-sm { - padding: 9px; - border-radius: 3px; -} - -.close { - float: right; - font-size: 21px; - font-weight: bold; - line-height: 1; - color: #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 { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1040; - display: none; - overflow: auto; - overflow-y: scroll; -} - -.modal.fade .modal-dialog { - -webkit-transform: translate(0, -25%); - -ms-transform: translate(0, -25%); - transform: translate(0, -25%); - -webkit-transition: -webkit-transform 0.3s ease-out; - -moz-transition: -moz-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); - transform: translate(0, 0); -} - -.modal-dialog { - position: relative; - z-index: 1050; - width: auto; - padding: 10px; - margin-right: auto; - margin-left: auto; -} - -.modal-content { - position: relative; - background-color: #ffffff; - border: 1px solid #999999; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 6px; - outline: none; - -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); - box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); - background-clip: padding-box; -} - -.modal-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1030; - background-color: #000000; -} - -.modal-backdrop.fade { - opacity: 0; - filter: alpha(opacity=0); -} - -.modal-backdrop.in { - opacity: 0.5; - filter: alpha(opacity=50); -} - -.modal-header { - min-height: 16.428571429px; - padding: 15px; - border-bottom: 1px solid #e5e5e5; -} - -.modal-header .close { - margin-top: -2px; -} - -.modal-title { - margin: 0; - line-height: 1.428571429; -} - -.modal-body { - position: relative; - padding: 20px; -} - -.modal-footer { - padding: 19px 20px 20px; - margin-top: 15px; - text-align: right; - border-top: 1px solid #e5e5e5; -} - -.modal-footer:before, -.modal-footer:after { - display: table; - content: " "; -} - -.modal-footer:after { - clear: both; -} - -.modal-footer:before, -.modal-footer:after { - display: table; - content: " "; -} - -.modal-footer:after { - clear: both; -} - -.modal-footer .btn + .btn { - margin-bottom: 0; - margin-left: 5px; -} - -.modal-footer .btn-group .btn + .btn { - margin-left: -1px; -} - -.modal-footer .btn-block + .btn-block { - margin-left: 0; -} - -@media screen and (min-width: 768px) { - .modal-dialog { - width: 600px; - padding-top: 30px; - padding-bottom: 30px; - } - .modal-content { - -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); - box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); - } -} - -.tooltip { - position: absolute; - z-index: 1030; - display: block; - font-size: 12px; - line-height: 1.4; - opacity: 0; - filter: alpha(opacity=0); - visibility: visible; -} - -.tooltip.in { - opacity: 0.9; - filter: alpha(opacity=90); -} - -.tooltip.top { - padding: 5px 0; - margin-top: -3px; -} - -.tooltip.right { - padding: 0 5px; - margin-left: 3px; -} - -.tooltip.bottom { - padding: 5px 0; - margin-top: 3px; -} - -.tooltip.left { - padding: 0 5px; - margin-left: -3px; -} - -.tooltip-inner { - max-width: 200px; - padding: 3px 8px; - color: #ffffff; - text-align: center; - text-decoration: none; - 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-top-color: #000000; - border-width: 5px 5px 0; -} - -.tooltip.top-left .tooltip-arrow { - bottom: 0; - left: 5px; - border-top-color: #000000; - border-width: 5px 5px 0; -} - -.tooltip.top-right .tooltip-arrow { - right: 5px; - bottom: 0; - border-top-color: #000000; - border-width: 5px 5px 0; -} - -.tooltip.right .tooltip-arrow { - top: 50%; - left: 0; - margin-top: -5px; - border-right-color: #000000; - border-width: 5px 5px 5px 0; -} - -.tooltip.left .tooltip-arrow { - top: 50%; - right: 0; - margin-top: -5px; - border-left-color: #000000; - border-width: 5px 0 5px 5px; -} - -.tooltip.bottom .tooltip-arrow { - top: 0; - left: 50%; - margin-left: -5px; - border-bottom-color: #000000; - border-width: 0 5px 5px; -} - -.tooltip.bottom-left .tooltip-arrow { - top: 0; - left: 5px; - border-bottom-color: #000000; - border-width: 0 5px 5px; -} - -.tooltip.bottom-right .tooltip-arrow { - top: 0; - right: 5px; - border-bottom-color: #000000; - border-width: 0 5px 5px; -} - -.popover { - position: absolute; - top: 0; - left: 0; - z-index: 1010; - display: none; - max-width: 276px; - padding: 1px; - text-align: left; - white-space: normal; - background-color: #ffffff; - 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); - background-clip: padding-box; -} - -.popover.top { - margin-top: -10px; -} - -.popover.right { - margin-left: 10px; -} - -.popover.bottom { - margin-top: 10px; -} - -.popover.left { - margin-left: -10px; -} - -.popover-title { - padding: 8px 14px; - margin: 0; - font-size: 14px; - font-weight: normal; - line-height: 18px; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; - border-radius: 5px 5px 0 0; -} - -.popover-content { - padding: 9px 14px; -} - -.popover .arrow, -.popover .arrow:after { - position: absolute; - display: block; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} - -.popover .arrow { - border-width: 11px; -} - -.popover .arrow:after { - border-width: 10px; - content: ""; -} - -.popover.top .arrow { - bottom: -11px; - left: 50%; - margin-left: -11px; - border-top-color: #999999; - border-top-color: rgba(0, 0, 0, 0.25); - border-bottom-width: 0; -} - -.popover.top .arrow:after { - bottom: 1px; - margin-left: -10px; - border-top-color: #ffffff; - border-bottom-width: 0; - content: " "; -} - -.popover.right .arrow { - top: 50%; - left: -11px; - margin-top: -11px; - border-right-color: #999999; - border-right-color: rgba(0, 0, 0, 0.25); - border-left-width: 0; -} - -.popover.right .arrow:after { - bottom: -10px; - left: 1px; - border-right-color: #ffffff; - border-left-width: 0; - content: " "; -} - -.popover.bottom .arrow { - top: -11px; - left: 50%; - margin-left: -11px; - border-bottom-color: #999999; - border-bottom-color: rgba(0, 0, 0, 0.25); - border-top-width: 0; -} - -.popover.bottom .arrow:after { - top: 1px; - margin-left: -10px; - border-bottom-color: #ffffff; - border-top-width: 0; - content: " "; -} - -.popover.left .arrow { - top: 50%; - right: -11px; - margin-top: -11px; - border-left-color: #999999; - border-left-color: rgba(0, 0, 0, 0.25); - border-right-width: 0; -} - -.popover.left .arrow:after { - right: 1px; - bottom: -10px; - border-left-color: #ffffff; - border-right-width: 0; - content: " "; -} - -.carousel { - position: relative; -} - -.carousel-inner { - position: relative; - width: 100%; - overflow: hidden; -} - -.carousel-inner > .item { - position: relative; - display: none; - -webkit-transition: 0.6s ease-in-out left; - transition: 0.6s ease-in-out left; -} - -.carousel-inner > .item > img, -.carousel-inner > .item > a > img { - display: block; - height: auto; - max-width: 100%; - line-height: 1; -} - -.carousel-inner > .active, -.carousel-inner > .next, -.carousel-inner > .prev { - display: block; -} - -.carousel-inner > .active { - left: 0; -} - -.carousel-inner > .next, -.carousel-inner > .prev { - position: absolute; - top: 0; - width: 100%; -} - -.carousel-inner > .next { - left: 100%; -} - -.carousel-inner > .prev { - left: -100%; -} - -.carousel-inner > .next.left, -.carousel-inner > .prev.right { - left: 0; -} - -.carousel-inner > .active.left { - left: -100%; -} - -.carousel-inner > .active.right { - left: 100%; -} - -.carousel-control { - position: absolute; - top: 0; - bottom: 0; - left: 0; - width: 15%; - font-size: 20px; - color: #ffffff; - text-align: center; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - opacity: 0.5; - filter: alpha(opacity=50); -} - -.carousel-control.left { - background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); - background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%)); - background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); -} - -.carousel-control.right { - right: 0; - left: auto; - background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); - background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%)); - background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); -} - -.carousel-control:hover, -.carousel-control:focus { - color: #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%; - z-index: 5; - display: inline-block; -} - -.carousel-control .icon-prev, -.carousel-control .glyphicon-chevron-left { - left: 50%; -} - -.carousel-control .icon-next, -.carousel-control .glyphicon-chevron-right { - right: 50%; -} - -.carousel-control .icon-prev, -.carousel-control .icon-next { - width: 20px; - height: 20px; - margin-top: -10px; - margin-left: -10px; - font-family: serif; -} - -.carousel-control .icon-prev:before { - content: '\2039'; -} - -.carousel-control .icon-next:before { - content: '\203a'; -} - -.carousel-indicators { - position: absolute; - bottom: 10px; - left: 50%; - z-index: 15; - width: 60%; - padding-left: 0; - margin-left: -30%; - text-align: center; - list-style: none; -} - -.carousel-indicators li { - display: inline-block; - width: 10px; - height: 10px; - margin: 1px; - text-indent: -999px; - cursor: pointer; - background-color: #000 \9; - background-color: rgba(0, 0, 0, 0); - border: 1px solid #ffffff; - border-radius: 10px; -} - -.carousel-indicators .active { - width: 12px; - height: 12px; - margin: 0; - background-color: #ffffff; -} - -.carousel-caption { - position: absolute; - right: 15%; - bottom: 20px; - left: 15%; - 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 .glyphicons-chevron-left, - .carousel-control .glyphicons-chevron-right, - .carousel-control .icon-prev, - .carousel-control .icon-next { - width: 30px; - height: 30px; - margin-top: -15px; - margin-left: -15px; - font-size: 30px; - } - .carousel-caption { - right: 20%; - left: 20%; - padding-bottom: 30px; - } - .carousel-indicators { - bottom: 20px; - } -} - -.clearfix:before, -.clearfix:after { - display: table; - content: " "; -} - -.clearfix:after { - clear: both; -} - -.center-block { - display: block; - margin-right: auto; - margin-left: auto; -} - -.pull-right { - float: right !important; -} - -.pull-left { - float: left !important; -} - -.hide { - display: none !important; -} - -.show { - display: block !important; -} - -.invisible { - visibility: hidden; -} - -.text-hide { - font: 0/0 a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0; -} - -.hidden { - display: none !important; - visibility: hidden !important; -} - -.affix { - position: fixed; -} - -@-ms-viewport { - width: device-width; -} - -.visible-xs, -tr.visible-xs, -th.visible-xs, -td.visible-xs { - display: none !important; -} - -@media (max-width: 767px) { - .visible-xs { - display: block !important; - } - tr.visible-xs { - display: table-row !important; - } - th.visible-xs, - td.visible-xs { - display: table-cell !important; - } -} - -@media (min-width: 768px) and (max-width: 991px) { - .visible-xs.visible-sm { - display: block !important; - } - tr.visible-xs.visible-sm { - display: table-row !important; - } - th.visible-xs.visible-sm, - td.visible-xs.visible-sm { - display: table-cell !important; - } -} - -@media (min-width: 992px) and (max-width: 1199px) { - .visible-xs.visible-md { - display: block !important; - } - tr.visible-xs.visible-md { - display: table-row !important; - } - th.visible-xs.visible-md, - td.visible-xs.visible-md { - display: table-cell !important; - } -} - -@media (min-width: 1200px) { - .visible-xs.visible-lg { - display: block !important; - } - tr.visible-xs.visible-lg { - display: table-row !important; - } - th.visible-xs.visible-lg, - td.visible-xs.visible-lg { - display: table-cell !important; - } -} - -.visible-sm, -tr.visible-sm, -th.visible-sm, -td.visible-sm { - display: none !important; -} - -@media (max-width: 767px) { - .visible-sm.visible-xs { - display: block !important; - } - tr.visible-sm.visible-xs { - display: table-row !important; - } - th.visible-sm.visible-xs, - td.visible-sm.visible-xs { - display: table-cell !important; - } -} - -@media (min-width: 768px) and (max-width: 991px) { - .visible-sm { - display: block !important; - } - tr.visible-sm { - display: table-row !important; - } - th.visible-sm, - td.visible-sm { - display: table-cell !important; - } -} - -@media (min-width: 992px) and (max-width: 1199px) { - .visible-sm.visible-md { - display: block !important; - } - tr.visible-sm.visible-md { - display: table-row !important; - } - th.visible-sm.visible-md, - td.visible-sm.visible-md { - display: table-cell !important; - } -} - -@media (min-width: 1200px) { - .visible-sm.visible-lg { - display: block !important; - } - tr.visible-sm.visible-lg { - display: table-row !important; - } - th.visible-sm.visible-lg, - td.visible-sm.visible-lg { - display: table-cell !important; - } -} - -.visible-md, -tr.visible-md, -th.visible-md, -td.visible-md { - display: none !important; -} - -@media (max-width: 767px) { - .visible-md.visible-xs { - display: block !important; - } - tr.visible-md.visible-xs { - display: table-row !important; - } - th.visible-md.visible-xs, - td.visible-md.visible-xs { - display: table-cell !important; - } -} - -@media (min-width: 768px) and (max-width: 991px) { - .visible-md.visible-sm { - display: block !important; - } - tr.visible-md.visible-sm { - display: table-row !important; - } - th.visible-md.visible-sm, - td.visible-md.visible-sm { - display: table-cell !important; - } -} - -@media (min-width: 992px) and (max-width: 1199px) { - .visible-md { - display: block !important; - } - tr.visible-md { - display: table-row !important; - } - th.visible-md, - td.visible-md { - display: table-cell !important; - } -} - -@media (min-width: 1200px) { - .visible-md.visible-lg { - display: block !important; - } - tr.visible-md.visible-lg { - display: table-row !important; - } - th.visible-md.visible-lg, - td.visible-md.visible-lg { - display: table-cell !important; - } -} - -.visible-lg, -tr.visible-lg, -th.visible-lg, -td.visible-lg { - display: none !important; -} - -@media (max-width: 767px) { - .visible-lg.visible-xs { - display: block !important; - } - tr.visible-lg.visible-xs { - display: table-row !important; - } - th.visible-lg.visible-xs, - td.visible-lg.visible-xs { - display: table-cell !important; - } -} - -@media (min-width: 768px) and (max-width: 991px) { - .visible-lg.visible-sm { - display: block !important; - } - tr.visible-lg.visible-sm { - display: table-row !important; - } - th.visible-lg.visible-sm, - td.visible-lg.visible-sm { - display: table-cell !important; - } -} - -@media (min-width: 992px) and (max-width: 1199px) { - .visible-lg.visible-md { - display: block !important; - } - tr.visible-lg.visible-md { - display: table-row !important; - } - th.visible-lg.visible-md, - td.visible-lg.visible-md { - display: table-cell !important; - } -} - -@media (min-width: 1200px) { - .visible-lg { - display: block !important; - } - tr.visible-lg { - display: table-row !important; - } - th.visible-lg, - td.visible-lg { - display: table-cell !important; - } -} - -.hidden-xs { - display: block !important; -} - -tr.hidden-xs { - display: table-row !important; -} - -th.hidden-xs, -td.hidden-xs { - display: table-cell !important; -} - -@media (max-width: 767px) { - .hidden-xs, - tr.hidden-xs, - th.hidden-xs, - td.hidden-xs { - display: none !important; - } -} - -@media (min-width: 768px) and (max-width: 991px) { - .hidden-xs.hidden-sm, - tr.hidden-xs.hidden-sm, - th.hidden-xs.hidden-sm, - td.hidden-xs.hidden-sm { - display: none !important; - } -} - -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-xs.hidden-md, - tr.hidden-xs.hidden-md, - th.hidden-xs.hidden-md, - td.hidden-xs.hidden-md { - display: none !important; - } -} - -@media (min-width: 1200px) { - .hidden-xs.hidden-lg, - tr.hidden-xs.hidden-lg, - th.hidden-xs.hidden-lg, - td.hidden-xs.hidden-lg { - display: none !important; - } -} - -.hidden-sm { - display: block !important; -} - -tr.hidden-sm { - display: table-row !important; -} - -th.hidden-sm, -td.hidden-sm { - display: table-cell !important; -} - -@media (max-width: 767px) { - .hidden-sm.hidden-xs, - tr.hidden-sm.hidden-xs, - th.hidden-sm.hidden-xs, - td.hidden-sm.hidden-xs { - display: none !important; - } -} - -@media (min-width: 768px) and (max-width: 991px) { - .hidden-sm, - tr.hidden-sm, - th.hidden-sm, - td.hidden-sm { - display: none !important; - } -} - -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-sm.hidden-md, - tr.hidden-sm.hidden-md, - th.hidden-sm.hidden-md, - td.hidden-sm.hidden-md { - display: none !important; - } -} - -@media (min-width: 1200px) { - .hidden-sm.hidden-lg, - tr.hidden-sm.hidden-lg, - th.hidden-sm.hidden-lg, - td.hidden-sm.hidden-lg { - display: none !important; - } -} - -.hidden-md { - display: block !important; -} - -tr.hidden-md { - display: table-row !important; -} - -th.hidden-md, -td.hidden-md { - display: table-cell !important; -} - -@media (max-width: 767px) { - .hidden-md.hidden-xs, - tr.hidden-md.hidden-xs, - th.hidden-md.hidden-xs, - td.hidden-md.hidden-xs { - display: none !important; - } -} - -@media (min-width: 768px) and (max-width: 991px) { - .hidden-md.hidden-sm, - tr.hidden-md.hidden-sm, - th.hidden-md.hidden-sm, - td.hidden-md.hidden-sm { - display: none !important; - } -} - -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-md, - tr.hidden-md, - th.hidden-md, - td.hidden-md { - display: none !important; - } -} - -@media (min-width: 1200px) { - .hidden-md.hidden-lg, - tr.hidden-md.hidden-lg, - th.hidden-md.hidden-lg, - td.hidden-md.hidden-lg { - display: none !important; - } -} - -.hidden-lg { - display: block !important; -} - -tr.hidden-lg { - display: table-row !important; -} - -th.hidden-lg, -td.hidden-lg { - display: table-cell !important; -} - -@media (max-width: 767px) { - .hidden-lg.hidden-xs, - tr.hidden-lg.hidden-xs, - th.hidden-lg.hidden-xs, - td.hidden-lg.hidden-xs { - display: none !important; - } -} - -@media (min-width: 768px) and (max-width: 991px) { - .hidden-lg.hidden-sm, - tr.hidden-lg.hidden-sm, - th.hidden-lg.hidden-sm, - td.hidden-lg.hidden-sm { - display: none !important; - } -} - -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-lg.hidden-md, - tr.hidden-lg.hidden-md, - th.hidden-lg.hidden-md, - td.hidden-lg.hidden-md { - display: none !important; - } -} - -@media (min-width: 1200px) { - .hidden-lg, - tr.hidden-lg, - th.hidden-lg, - td.hidden-lg { - display: none !important; - } -} - -.visible-print, -tr.visible-print, -th.visible-print, -td.visible-print { - display: none !important; -} - -@media print { - .visible-print { - display: block !important; - } - tr.visible-print { - display: table-row !important; - } - th.visible-print, - td.visible-print { - display: table-cell !important; - } - .hidden-print, - tr.hidden-print, - th.hidden-print, - td.hidden-print { - display: none !important; - } -} \ No newline at end of file diff --git a/_site/common/css/bootstrap.min.css b/_site/common/css/bootstrap.min.css deleted file mode 100644 index 58380265084..00000000000 --- a/_site/common/css/bootstrap.min.css +++ /dev/null @@ -1,9 +0,0 @@ -/*! - * Bootstrap v3.0.1 by @fat and @mdo - * Copyright 2013 Twitter, Inc. - * Licensed under http://www.apache.org/licenses/LICENSE-2.0 - * - * Designed and built with all the love in the world by @mdo and @fat. - */ - -/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-muted{color:#31302b}.text-primary{color:#428bca}.text-primary:hover{color:#3071a9}.text-warning{color:#c09853}.text-warning:hover{color:#a47e3c}.text-danger{color:#b94a48}.text-danger:hover{color:#953b39}.text-success{color:#468847}.text-success:hover{color:#356635}.text-info{color:#3a87ad}.text-info:hover{color:#2d6987}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"OpenSansSemiBold";color:EF672F}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small{font-size:65%}h4,h5,h6{margin-top:10px;margin-bottom:10px}h4 small,h5 small,h6 small,h4 .small,h5 .small,h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}.list-inline>li:first-child{padding-left:0}dl{margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small{display:block;line-height:1.428571429;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small,blockquote.pull-right .small{text-align:right}blockquote.pull-right small:before,blockquote.pull-right .small:before{content:''}blockquote.pull-right small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}code,kbd,pre,samp{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666666666666%}.col-xs-10{width:83.33333333333334%}.col-xs-9{width:75%}.col-xs-8{width:66.66666666666666%}.col-xs-7{width:58.333333333333336%}.col-xs-6{width:50%}.col-xs-5{width:41.66666666666667%}.col-xs-4{width:33.33333333333333%}.col-xs-3{width:25%}.col-xs-2{width:16.666666666666664%}.col-xs-1{width:8.333333333333332%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666666666666%}.col-xs-pull-10{right:83.33333333333334%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666666666666%}.col-xs-pull-7{right:58.333333333333336%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666666666667%}.col-xs-pull-4{right:33.33333333333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.666666666666664%}.col-xs-pull-1{right:8.333333333333332%}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666666666666%}.col-xs-push-10{left:83.33333333333334%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666666666666%}.col-xs-push-7{left:58.333333333333336%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666666666667%}.col-xs-push-4{left:33.33333333333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.666666666666664%}.col-xs-push-1{left:8.333333333333332%}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666666666666%}.col-xs-offset-10{margin-left:83.33333333333334%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666666666666%}.col-xs-offset-7{margin-left:58.333333333333336%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666666666667%}.col-xs-offset-4{margin-left:33.33333333333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.666666666666664%}.col-xs-offset-1{margin-left:8.333333333333332%}@media(min-width:768px){.container{width:750px}.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{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666666666666%}.col-sm-10{width:83.33333333333334%}.col-sm-9{width:75%}.col-sm-8{width:66.66666666666666%}.col-sm-7{width:58.333333333333336%}.col-sm-6{width:50%}.col-sm-5{width:41.66666666666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666666664%}.col-sm-1{width:8.333333333333332%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666666666666%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-1{left:8.333333333333332%}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666666666666%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-1{margin-left:8.333333333333332%}}@media(min-width:992px){.container{width:970px}.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{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666666666666%}.col-md-10{width:83.33333333333334%}.col-md-9{width:75%}.col-md-8{width:66.66666666666666%}.col-md-7{width:58.333333333333336%}.col-md-6{width:50%}.col-md-5{width:41.66666666666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666666664%}.col-md-1{width:8.333333333333332%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666666666666%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-1{right:8.333333333333332%}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666666666666%}.col-md-push-10{left:83.33333333333334%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666666666666%}.col-md-push-7{left:58.333333333333336%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666666666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666666664%}.col-md-push-1{left:8.333333333333332%}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666666666666%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-1{margin-left:8.333333333333332%}}@media(min-width:1200px){.container{width:1170px}.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{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{display:table-cell;float:none}.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>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.success:hover>th{background-color:#d0e9c6}.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.danger:hover>th{background-color:#ebcccc}.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.warning:hover>th{background-color:#faf2cc}@media(max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm{height:auto}.input-lg{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:45px;line-height:45px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#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;background-color:#fcf8e3;border-color:#c09853}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{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;background-color:#f2dede;border-color:#b94a48}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{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;background-color:#dff0d8;border-color:#468847}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-control-static{padding-top:7px}@media(min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-link{font-weight:normal;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1;-moz-osx-font-smoothing:grayscale}.glyphicon:empty{width:1em}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #000;border-right:4px solid transparent;border-bottom:0 dotted;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0 dotted;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}.btn-default .caret{border-top-color:#333}.btn-primary .caret,.btn-success .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret{border-top-color:#fff}.dropup .btn-default .caret{border-bottom-color:#333}.dropup .btn-primary .caret,.dropup .btn-success .caret,.dropup .btn-warning .caret,.dropup .btn-danger .caret,.dropup .btn-info .caret{border-bottom-color:#fff}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{padding:5px 10px;padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.btn-group-justified .btn{display:table-cell;float:none;width:1%}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group.col{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:45px;line-height:45px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn:first-child>.btn{margin-right:-1px}.input-group-btn:last-child>.btn{margin-left:-1px}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-4px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .open>a .caret,.nav .open>a:hover .caret,.nav .open>a:focus .caret{border-top-color:#2a6496;border-bottom-color:#2a6496}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-pills>li.active>a .caret,.nav-pills>li.active>a:hover .caret,.nav-pills>li.active>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav .caret{border-top-color:#428bca;border-bottom-color:#428bca}.nav a:hover .caret{border-top-color:#2a6496;border-bottom-color:#2a6496}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media(min-width:768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:auto}.navbar-collapse .navbar-nav.navbar-left:first-child{margin-left:-15px}.navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:-15px}.navbar-collapse .navbar-text:last-child{margin-right:0}}.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media(min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;border:1px solid transparent;border-radius:4px}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}@media(min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media(min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-text{float:left;margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{margin-right:15px;margin-left:15px}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.dropdown>a:hover .caret,.navbar-default .navbar-nav>.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.open>a .caret,.navbar-default .navbar-nav>.open>a:hover .caret,.navbar-default .navbar-nav>.open>a:focus .caret{border-top-color:#555;border-bottom-color:#555}.navbar-default .navbar-nav>.dropdown>a .caret{border-top-color:#777;border-bottom-color:#777}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.dropdown>a:hover .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-nav>.dropdown>a .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .navbar-nav>.open>a .caret,.navbar-inverse .navbar-nav>.open>a:hover .caret,.navbar-inverse .navbar-nav>.open>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.btn .badge{position:relative;top:-1px}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.jumbotron h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}.container .jumbotron{border-radius:6px}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1{font-size:63px}}.thumbnail{display:inline-block;display:block;height:auto;max-width:100%;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img{display:block;height:auto;max-width:100%;margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#356635}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#2d6987}.alert-warning{color:#c09853;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#a47e3c}.alert-danger{color:#b94a48;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#953b39}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel>.list-group .list-group-item:last-child{border-bottom:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive{margin-bottom:0}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:last-child>td,.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}.panel-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}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-heading>.dropdown .caret{border-color:#333 transparent}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-heading>.dropdown .caret{border-color:#fff transparent}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.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>.dropdown .caret{border-color:#468847 transparent}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading>.dropdown .caret{border-color:#c09853 transparent}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading>.dropdown .caret{border-color:#b94a48 transparent}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.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>.dropdown .caret{border-color:#3a87ad transparent}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;z-index:1050;width:auto;padding:10px;margin-right:auto;margin-left:auto}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.modal-dialog{width:600px;padding-top:30px;padding-bottom:30px}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm{display:none!important}@media(max-width:767px){.visible-sm.visible-xs{display:block!important}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block!important}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md,tr.visible-md,th.visible-md,td.visible-md{display:none!important}@media(max-width:767px){.visible-md.visible-xs{display:block!important}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block!important}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-md.visible-lg{display:block!important}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg{display:none!important}@media(max-width:767px){.visible-lg.visible-xs{display:block!important}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-lg{display:block!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media(max-width:767px){.hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm,tr.hidden-xs.hidden-sm,th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md,tr.hidden-xs.hidden-md,th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-xs.hidden-lg,tr.hidden-xs.hidden-lg,th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media(max-width:767px){.hidden-sm.hidden-xs,tr.hidden-sm.hidden-xs,th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-sm,tr.hidden-sm,th.hidden-sm,td.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md,tr.hidden-sm.hidden-md,th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-sm.hidden-lg,tr.hidden-sm.hidden-lg,th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media(max-width:767px){.hidden-md.hidden-xs,tr.hidden-md.hidden-xs,th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-md.hidden-sm,tr.hidden-md.hidden-sm,th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-md,tr.hidden-md,th.hidden-md,td.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-md.hidden-lg,tr.hidden-md.hidden-lg,th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media(max-width:767px){.hidden-lg.hidden-xs,tr.hidden-lg.hidden-xs,th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm,tr.hidden-lg.hidden-sm,th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md,tr.hidden-lg.hidden-md,th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print,tr.visible-print,th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print,tr.hidden-print,th.hidden-print,td.hidden-print{display:none!important}} \ No newline at end of file diff --git a/_site/common/css/favicon.ico b/_site/common/css/favicon.ico deleted file mode 100644 index aaaba3caf74..00000000000 Binary files a/_site/common/css/favicon.ico and /dev/null differ diff --git a/_site/common/css/hc.css b/_site/common/css/hc.css deleted file mode 100644 index d6d265e90e6..00000000000 --- a/_site/common/css/hc.css +++ /dev/null @@ -1,770 +0,0 @@ -@import url('typography.css'); - - -body -{ - color:#31302b; - font-family:'OpenSansRegular'; - background-color:#f0f0f0; - width:100%; - border-top:solid #EF672F; - border-width:4px -} - -h1,h2,h3,h4,h5,h6 -{ - font-family:'OpenSansSemibold', sans-serif; - color:#EF672F -} - -h1 -{ - font-weight:700; - color:#000000 -} - -h2,h3 -{ - font-weight:700 -} - -h1 a,h2 a,h3 a,h4 a -{ - color:#428fe0 -} - -h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover -{ - color:#29598c -} - -p -{ - font-family:'OpenSansRegular', sans-serif; - font-weight:200 -} - -/* .posts -{ - font-size:20px; - list-style:none; - font-weight:lighter; - line-height:250%; - padding-bottom:30px -} */ - -/* .homepage-posts -{ - list-style:none -} */ - -.container -{ - width:80%; - padding-right:0; - padding-top:30px -} - -.container a -{ - border-bottom:1px #8a8a8a dotted; - text-decoration:none -} - -#wrapper -{ - padding-left:250px; - transition:all .5s ease 0 -} - -.navbar -{ - display: none; -} - -.navbar a -{ - text-decoration: none; - border-bottom: 1px #b1b1b1 solid; -} - -#sidebar-wrapper -{ - margin-left:-250px; - left:250px; - width:250px; - background:#f7f3eb; - position:fixed; - height:100%; - overflow-y:auto; - z-index:1000; - margin-top:-4px; - border-top:solid #EF672F; - transition:all .4s ease 0; - border-width:4px -} - -.logo -{ - background-color:#31302b; -} - -.sidebar-nav -{ - position:absolute; - top:3em; - width:250px; - list-style:none; - margin:0; - padding:30px 0 0 -} - -.sidebar-nav li -{ - line-height:normal; - font-family:'OpenSansRegular'; - font-size: 12pt; - color:#31302b; - margin-bottom:6pt; - margin-left:1em; - text-shadow:1px 1px #fff -} - -.sidebar-nav li a -{ - color:#0000FF; - display:block; - text-decoration:none -} - -.sidebar-nav li a:hover -{ - color:#FF0000; - /*background:#fff;*/ - text-decoration:none; - transition:all .2s ease 0 -} - -.sidebar-nav li a:active -{ - color:#FF0000; - /*background:#fff;*/ - text-decoration:none; - transition:all .2s ease 0 -} - -.sidebar-nav li a:active,.sidebar-nav li a:focus -{ - text-decoration:none -} - -.sidebar-nav > .sidebar-brand -{ - font-size:20px -} - -.sidebar-nav > .sidebar-brand > h3 -{ - font-size:15px; - font-weight:100; - color:#5d5f67 -} - -.nav-toggle { - display: none; - color: #EF672F; - padding-left: 10px; - padding-top: 10px; - } - -.brand -{ - font-weight:bold; - color:#6c7077; - font-family:OpenSansRegular; - font-size:16pt; - text-shadow:1px 1px #fff -} - -/* .brand:hover -{ - color:#EF672F; - -o-transition:.5s; - -ms-transition:.5s; - -moz-transition:.5s; - -webkit-transition:.5s; - transition:.5s -} - */ -.sidebar-nav > .sidebar-brand a -{ - color:#999 -} - -.sidebar-nav > .sidebar-brand a:hover -{ - color:#fff; - background:none -} - -.content-header -{ - height:65px; - line-height:65px -} - -.content-header h1 -{ - line-height:65px; - display:inline-block; - margin:0 0 0 20px -} - -blockquote -{ - border-left:2px solid #EF672F; - border-right:2px solid #EF672F; - margin-left:-40px; - margin-right:-40px; - padding-left:40px; - background:#f3f3f7 -} - -ul,ol -{ - -} - -pre -{ - background:#f5f5f8 -} - -#social-wrapper -{ - color:#5c646f; - padding:10px 0 -} - -#social-wrapper a -{ - font-size:15px; - text-indent:20px -} - -#social-wrapper li -{ - font-size:15px; - text-indent:0; - word-spacing:10px -} - -#social-wrapper a:hover -{ - color:#2d1e18; - transition:all .3s ease 0 -} - -.showcase-wrapper -{ - width:100%; - height:80vh; - min-height:500px; - margin-top:-50px; - box-shadow:inset 0 -10px 5px -2px rgba(119,119,119,0.35); - -moz-box-shadow:inset 0 -10px 5px -2px rgba(119,119,119,0.35); - -webkit-box-shadow:inset 0 -10px 5px -2px rgba(119,119,119,0.35); - border-bottom:solid 1px #fff; - - z-index:-4 -} - -.showcase-text -{ - font-size:3em; - font-family:'OpenSansRegular', sans-serif; - font-weight:bolder; - color:#000; - text-align:center; - padding-top:20% -} - -.wide -{ - width:100%; - background-color:#fff; - margin:0; - padding:0 10% 30px -} - -#welcome-greeting -{ - width:100%; - padding-top:5px -} - -#welcome-greeting > h1 -{ - font-size:3em; - font-weight:700; - color:#EF672F; - line-height:130% -} - -#welcome-greeting h1:hover -{ - font-size:3em; - font-weight:700; - color:#2d4440; - transition:all .5s ease 0 -} - -#welcome-greeting > h2 -{ - font-size:2em; - font-weight:200; - color:#2e2e2e; - padding-top:0; - line-height:140% -} - -#welcome-greeting h2 a -{ - font-weight:100; - color:#EF672F -} - -.credit -{ - bottom:0; - width:100%; - font-size:8pt; - text-shadow:1px 1px #fff; - padding-left:20px; - margin-bottom:0; - padding-bottom:5px; - padding-top:5px; - margin-top:40px; - z-index:1; - color:#31302b - font-family: 'OpenSansRegular'; -} - -.label-danger -{ - background-color:#697b7b; - font-weight:400; - border-radius:.2em; - font-size:120% -} - -.label-danger:hover -{ - background-color:#2d4440; - transition:all .4s ease 0 -} - -.showcase-button -{ - border-radius:.5em; - background-color:transparent; - border:1px solid rgba(255,255,255,.4); - color:rgba(255,255,255,.8); - font-weight:200; - font-family:'OpenSansRegular', sans-serif; -} - -.showcase-button:hover -{ - border:1px solid rgba(255,255,255,1); - color:rgba(255,255,255,1); - background-color:transparent; - transition:all .2s ease 0 -} - -.article-title -{ - font-size:35px; - font-weight:700; - color:#EF672F; - padding-top:15px -} - -.meta -{ - text-shadow:1px 1px #fff; - color:#b6b6b6 -} - -img -{ - max-width:100%; -} - -#article -{ - margin-bottom:30px; - background-color:#f9f9f9; - box-shadow:1px 1px 0 1px #e8e8e8; - padding:10px 40px 0 -} - -.post -{ - padding-bottom:30px -} - -.user-social -{ - color:#c4c4c4; - margin-right:20px; - text-decoration:none -} - -.user-social a -{ - color:#c4c4c4; - text-decoration:none; - margin-right:20px -} - -.blue-outline -{ - border:2px solid #d21c38 -} - -time -{ - color:#c9c9c9; - font-family:'OpenSansRegular', sans-serif; - font-weight:100; - text-shadow:1px 1px #fff -} - -.pager li > a,.pager li > span -{ - border-radius:.5em -} - -#self -{ - -moz-border-radius:100px; - -webkit-border-radius:100px; - border-radius:10px; - max-height:200px; - margin:0; - padding:10px -} - -#disqus_thread -{ - margin-top:100px -} - -.recent-posts -{ - background-color:#fff; - color:#4d4d4d; - box-shadow:1px 1px 0 1px #e8e8e8; - margin:10px 10%; - padding:10px 40px -} - -.recent-posts h1 -{ - padding-bottom:10px; - font-size:1.6em -} - -.project-container -{ - width:100%; - height:170px; - box-shadow:inset 0 -10px 5px -2px rgba(119,119,119,0.35); - -moz-box-shadow:inset 0 -10px 5px -2px rgba(119,119,119,0.35); - -webkit-box-shadow:inset 0 -10px 5px -2px rgba(119,119,119,0.35); - border-bottom:solid 1px #fff; - background-image:url(http://lorempixel.com/900/200/); - background-size: cover; - z-index:-4; - margin-top:-55px; - margin-bottom:30px; - color:#fff -} - -.project-container h1 -{ - font-size:3em; - font-family:'OpenSansRegular', sans-serif; - font-weight:bolder; - color:#fff; - text-align:center; - padding-top:20px -} - -.project-container p -{ - font-weight:200; - font-family:'OpenSansRegular',sans-serif; - color:#fff; - text-align:center; - left-padding:20% -} - -.project-box -{ - background-color:#f9f9f9; - box-shadow:1px 1px 0 1px #e8e8e8; - min-height:200px -} - -.project-box:hover -{ - background-color:#fff; - box-shadow:1px 1px 0 1px #e8e8e8; - min-height:200px -} - -.project-title -{ - color:#000 -} - -.project-image -{ - position:relative; - margin:0 -} - -.project-image hr -{ - margin-top:5px; - margin-bottom:0; - display:none -} - -.project-post -{ - cursor:pointer -} - -.project-post h4 -{ - font-weight:200; - font-size:1em -} - -.user-card -{ - background-color:#f9f9f9; - box-shadow:1px 1px 0 1px #e8e8e8; - max-width:800px; - padding:10px 40px 0 -} - -.user-card h1 -{ - font-family:'OpenSansRegular',sans-serif; - font-weight:bolder; - font-size:2.5em; - line-height:55px; - color:#EF672F -} - -.user-card p -{ - color:#c4c4c4; - font-size:small -} - -.card -{ - margin-left:-40px; - margin-top:-10px -} - -.letter p -{ - font-size:1.2em; - font-weight:lighter; - color:#737373; - text-shadow:1px 1px #fff -} - -.fashion -{ - border-left:solid 2px #bc0005 -} - -.fashion-button -{ - background-color:#bc0005 -} - -.fashion:hover -{ - border-left:solid 2px #f40006 -} - -.fashion-button:hover -{ - background-color:#f40006 -} - -.programming -{ - border-left:solid 2px #7dbcb2 -} - -.programming-button -{ - background-color:#7dbcb2 -} - -.programming:hover -{ - border-left:solid 2px #bbe9e2 -} - -.programming-button:hover -{ - background-color:#bbe9e2 -} - -.tech -{ - border-left:solid 2px #644539 -} - -.tech-button -{ - background-color:#644539 -} - -.tech:hover -{ - border-left:solid 2px #F4A273 -} - -.tech-button:hover -{ - background-color:#F4A273 -} - -.misc -{ - border-left:solid 2px #9e9599 -} - -.misc-button -{ - background-color:#9e9599 -} - -.misc:hover -{ - border-left:solid 2px #cfe0ea -} - -.misc-button:hover -{ - background-color:#cfe0ea -} - -.podcasts -{ - border-left:solid 2px #387b94 -} - -.podcasts-button -{ - background-color:#387b94 -} - -.podcasts:hover -{ - border-left:solid 2px #2FD0EF -} - -.podcasts-button:hover -{ - background-color:#2FD0EF -} - -#menu-toggle,.project-post div -{ - display:none -} - -#article h1,#article h2,#article h3 -{ - color:#3a3a3a -} - -@media (max-width:767px) { - -#wrapper { - padding-left: 0; - padding-top: 20px; -} - -#sidebar-wrapper { - border-right: 4px solid #EF672F; - border-top: none; - left: 0px; -} - .nav-toggle { - display: ; - } -#wrapper.active { - position: relative; - left: 250px; -} - -#wrapper.active #sidebar-wrapper { - left: 250px; - width: 250px; - transition: all 0.7s ease 0s; -} - - -.inset { - padding: 15px; -} -.navbar -{ - display: inherit; - background-color: #ededed; - margin-top: -20px; -} - -} - -@media screen and (max-width: 500px) { - #welcome-greeting h2 { - font-size: 15px; - transition: all 0.2s ease 0s; - font-weight: 200; - line-height: 30px; - - } - .container { - width: 100%; - margin: 0 0 0 0; - padding: 15px 15px 0 15px; - } - - #article { - padding: 0 10px 0 10px; - } - - - - -.showcase-wrapper { - width: 100%; - height: 50%; - font-size: small; -} - -} diff --git a/_site/common/css/main.css b/_site/common/css/main.css deleted file mode 100644 index d5cb67c5c3f..00000000000 --- a/_site/common/css/main.css +++ /dev/null @@ -1,232 +0,0 @@ -/*****************************************************************************/ -/* -/* Common -/* -/*****************************************************************************/ - -@import url('typography.css'); - -/* Global Reset */ -* { - margin: 0; - padding: 0; -} - -/* html, body { height: 100%; } */ - -body -{ - margin: 17px; - max-width: 1250px; - z-index: 0; - color: #31302B; - font-weight: normal; - font-style: normal; - margin-left: 24px; - line-height: normal; - font-family: 'OpenSansRegular'; - font-size: 12pt; -} - -h1, -h2, -h3, -h4, -h6 -{ - font-weight: normal; -} - -.container h1 -{ - font-weight: normal; - vertical-align: top; - margin-top: 0em; - padding-top: 0px; - font-size: 35pt; - margin-bottom: 46pt; - line-height: normal; - color: #ef672f; - font-family: 'OpenSansSemiBold'; -} - -.container h2 -{ - font-weight: normal; - vertical-align: top; - page-break-after: avoid; - line-height: normal; - margin-top: 32px; - padding-top: 10px; - font-size: 28pt; - margin-bottom: 16pt; - font-family: 'OpenSansSemiBold'; - color: #000000; -} - -.container h3 -{ - vertical-align: top; - margin-top: 0em; - font-size: 24pt; - line-height: normal; - margin-top: 28px; - margin-bottom: 14pt; - font-family: 'OpenSansSemiBold'; - color: #000000; -} - -.container h4 -{ - font-weight: bold; - line-height: normal; - margin-top: 18pt; - vertical-align: top; - color: #000000; - font-size: 18pt; - margin-bottom: 14pt; - font-family: 'OpenSans'; -} - -/* p { margin: 1em 0; } - */ -a { color: #00a; } -a:hover { color: #000; } -a:visited { color: #a0a; } - -/*****************************************************************************/ -/* -/* Home -/* -/**************************************************************************** -.posts { - list-style-type: none; - margin-bottom: 2em; -} - -.posts li { - line-height: 1.75em; -} - -.posts span { - color: #aaa; - font-family: Monaco, "Courier New", monospace; - font-size: 80%; -} */ - -/*****************************************************************************/ -/* -/* Site -/* -/*****************************************************************************/ - -.site { - font-size: 115%; - text-align: justify; - width: 42em; - margin: 3em auto 2em; - line-height: 1.5em; -} - -.header a { - font-weight: bold; - text-decoration: none; -} - -.title { - display: inline-block; - margin-bottom: 2em; -} - -.title a { - color: #a00; -} - -.title a:hover { - color: #000; -} - -.header a.extra { - color: #aaa; - margin-left: 1em; -} - -.header a.extra:hover { - color: #000; -} - -.meta { - color: #aaa; -} - -.footer { - font-size: 80%; - color: #666; - border-top: 4px solid #eee; - margin-top: 2em; - overflow: hidden; -} - -.footer .contact { - float: left; - margin-right: 3em; -} - -.footer .contact a { - color: #8085C1; -} - -.footer .rss { - margin-top: 1.1em; - margin-right: -.2em; - float: right; -} - -.footer .rss img { - border: 0; -} - -/*****************************************************************************/ -/* -/* Posts -/* -/*****************************************************************************/ - -/* standard -.post pre { - border: 1px solid #ddd; - background-color: #eef; - padding: 0 .4em; -} - -.post ul, .post ol { - margin-left: 1.35em; -} - -.post code { - border: 1px solid #ddd; - background-color: #eef; - padding: 0 .2em; -} - -.post pre code { - border: none; -} */ - -/* terminal -.post pre.terminal { - border: 1px solid #000; - background-color: #333; - color: #FFF; -} - -.post pre.terminal code { - background-color: #333; -} */ - -/*****************************************************************************/ -/* -/* Divs -/* -/*****************************************************************************/ - diff --git a/_site/common/css/syntax.css b/_site/common/css/syntax.css deleted file mode 100644 index 2774b764926..00000000000 --- a/_site/common/css/syntax.css +++ /dev/null @@ -1,60 +0,0 @@ -.highlight { background: #ffffff; } -.highlight .c { color: #999988; font-style: italic } /* Comment */ -.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -.highlight .k { font-weight: bold } /* Keyword */ -.highlight .o { font-weight: bold } /* Operator */ -.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */ -.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ -.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ -.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #aa0000 } /* Generic.Error */ -.highlight .gh { color: #999999 } /* Generic.Heading */ -.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ -.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #555555 } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #aaaaaa } /* Generic.Subheading */ -.highlight .gt { color: #aa0000 } /* Generic.Traceback */ -.highlight .kc { font-weight: bold } /* Keyword.Constant */ -.highlight .kd { font-weight: bold } /* Keyword.Declaration */ -.highlight .kp { font-weight: bold } /* Keyword.Pseudo */ -.highlight .kr { font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #009999 } /* Literal.Number */ -.highlight .s { color: #d14 } /* Literal.String */ -.highlight .na { color: #008080 } /* Name.Attribute */ -.highlight .nb { color: #0086B3 } /* Name.Builtin */ -.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */ -.highlight .no { color: #008080 } /* Name.Constant */ -.highlight .ni { color: #800080 } /* Name.Entity */ -.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */ -.highlight .nn { color: #555555 } /* Name.Namespace */ -.highlight .nt { color: #000080 } /* Name.Tag */ -.highlight .nv { color: #008080 } /* Name.Variable */ -.highlight .ow { font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mf { color: #009999 } /* Literal.Number.Float */ -.highlight .mh { color: #009999 } /* Literal.Number.Hex */ -.highlight .mi { color: #009999 } /* Literal.Number.Integer */ -.highlight .mo { color: #009999 } /* Literal.Number.Oct */ -.highlight .sb { color: #d14 } /* Literal.String.Backtick */ -.highlight .sc { color: #d14 } /* Literal.String.Char */ -.highlight .sd { color: #d14 } /* Literal.String.Doc */ -.highlight .s2 { color: #d14 } /* Literal.String.Double */ -.highlight .se { color: #d14 } /* Literal.String.Escape */ -.highlight .sh { color: #d14 } /* Literal.String.Heredoc */ -.highlight .si { color: #d14 } /* Literal.String.Interpol */ -.highlight .sx { color: #d14 } /* Literal.String.Other */ -.highlight .sr { color: #009926 } /* Literal.String.Regex */ -.highlight .s1 { color: #d14 } /* Literal.String.Single */ -.highlight .ss { color: #990073 } /* Literal.String.Symbol */ -.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */ -.highlight .vc { color: #008080 } /* Name.Variable.Class */ -.highlight .vg { color: #008080 } /* Name.Variable.Global */ -.highlight .vi { color: #008080 } /* Name.Variable.Instance */ -.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ diff --git a/_site/common/css/typography.css b/_site/common/css/typography.css deleted file mode 100644 index fa0bd73ddfe..00000000000 --- a/_site/common/css/typography.css +++ /dev/null @@ -1,76 +0,0 @@ -@font-face { - font-family: 'OpenSansBold'; - src: url('../fonts/OpenSansBold-webfont.eot'); - src: url('../fonts/OpenSansBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansBold-webfont.woff') format('woff'), url('../fonts/OpenSansBold-webfont.ttf') format('truetype'), url('../fonts/OpenSansBold-webfont.svg#open_sansbold') format('svg'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'OpenSansBoldItalic'; - src: url('../fonts/OpenSansBoldItalic-webfont.eot'); - src: url('../fonts/OpenSansBoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansBoldItalic-webfont.woff') format('woff'), url('../fonts/OpenSansBoldItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSansBoldItalic-webfont.svg#open_sansbold_italic') format('svg'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'OpenSansExtraBold'; - src: url('../fonts/OpenSansExtraBold-webfont.eot'); - src: url('../fonts/OpenSansExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansExtraBold-webfont.woff') format('woff'), url('../fonts/OpenSansExtraBold-webfont.ttf') format('truetype'), url('../fonts/OpenSansExtraBold-webfont.svg#open_sansextrabold') format('svg'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'OpenSansExtraBoldItalic'; - src: url('../fonts/OpenSansExtraBoldItalic-webfont.eot'); - src: url('../fonts/OpenSansExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansExtraBoldItalic-webfont.woff') format('woff'), url('../fonts/OpenSansExtraBoldItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSansExtraBoldItalic-webfont.svg#open_sansextrabold_italic') format('svg'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'OpenSansItalic'; - src: url('../fonts/OpenSansItalic-webfont.eot'); - src: url('../fonts/OpenSansItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansItalic-webfont.woff') format('woff'), url('../fonts/OpenSansItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSansItalic-webfont.svg#open_sansitalic') format('svg'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'OpenSansLight'; - src: url('../fonts/OpenSansLight-webfont.eot'); - src: url('../fonts/OpenSansLight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansLight-webfont.woff') format('woff'), url('../fonts/OpenSansLight-webfont.ttf') format('truetype'), url('../fonts/OpenSansLight-webfont.svg#open_sanslight') format('svg'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'OpenSansLightItalic'; - src: url('../fonts/OpenSansLightItalic-webfont.eot'); - src: url('../fonts/OpenSansLightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansLightItalic-webfont.woff') format('woff'), url('../fonts/OpenSansLightItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSansLightItalic-webfont.svg#open_sanslight_italic') format('svg'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'OpenSansRegular'; - src: url('../fonts/OpenSansRegular-webfont.eot'); - src: url('../fonts/OpenSansRegular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansRegular-webfont.woff') format('woff'), url('../fonts/OpenSansRegular-webfont.ttf') format('truetype'), url('../fonts/OpenSansRegular-webfont.svg#open_sansregular') format('svg'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'OpenSansSemiBold'; - src: url('../fonts/OpenSansSemiBold-webfont.eot'); - src: url('../fonts/OpenSansSemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansSemiBold-webfont.woff') format('woff'), url('../fonts/OpenSansSemiBold-webfont.ttf') format('truetype'), url('../fonts/OpenSansSemiBold-webfont.svg#open_sanssemibold') format('svg'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'OpenSansSemiBoldItalic'; - src: url('../fonts/OpenSansSemiBoldItalic-webfont.eot'); - src: url('../fonts/OpenSansSemiBoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSansSemiBoldItalic-webfont.woff') format('woff'), url('../fonts/OpenSansSemiBoldItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSansSemiBoldItalic-webfont.svg#open_sanssemibold_italic') format('svg'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'ChronicleDisplayRoman'; - src: url('../fonts/ChronicleDisp-Roman.otf'); - font-style: normal; - font-weight: normal; -} diff --git a/_site/common/fonts/ChronicleDisp-Black.otf b/_site/common/fonts/ChronicleDisp-Black.otf deleted file mode 100644 index 8ea7e1b87fe..00000000000 Binary files a/_site/common/fonts/ChronicleDisp-Black.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDisp-BlackItalic.otf b/_site/common/fonts/ChronicleDisp-BlackItalic.otf deleted file mode 100644 index 4b26e692de0..00000000000 Binary files a/_site/common/fonts/ChronicleDisp-BlackItalic.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDisp-Bold.otf b/_site/common/fonts/ChronicleDisp-Bold.otf deleted file mode 100644 index 993632ba577..00000000000 Binary files a/_site/common/fonts/ChronicleDisp-Bold.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDisp-BoldItal.otf b/_site/common/fonts/ChronicleDisp-BoldItal.otf deleted file mode 100644 index bbb1ba882b4..00000000000 Binary files a/_site/common/fonts/ChronicleDisp-BoldItal.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDisp-Italic.otf b/_site/common/fonts/ChronicleDisp-Italic.otf deleted file mode 100644 index 3a4a6b44b4e..00000000000 Binary files a/_site/common/fonts/ChronicleDisp-Italic.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDisp-Light.otf b/_site/common/fonts/ChronicleDisp-Light.otf deleted file mode 100644 index cdda5b82570..00000000000 Binary files a/_site/common/fonts/ChronicleDisp-Light.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDisp-LightItal.otf b/_site/common/fonts/ChronicleDisp-LightItal.otf deleted file mode 100644 index 195f223a6df..00000000000 Binary files a/_site/common/fonts/ChronicleDisp-LightItal.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDisp-Roman.otf b/_site/common/fonts/ChronicleDisp-Roman.otf deleted file mode 100644 index 530291375ef..00000000000 Binary files a/_site/common/fonts/ChronicleDisp-Roman.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDisp-Semibold.otf b/_site/common/fonts/ChronicleDisp-Semibold.otf deleted file mode 100644 index b695389305c..00000000000 Binary files a/_site/common/fonts/ChronicleDisp-Semibold.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDisp-SemiboldItal.otf b/_site/common/fonts/ChronicleDisp-SemiboldItal.otf deleted file mode 100644 index 5e748de60e8..00000000000 Binary files a/_site/common/fonts/ChronicleDisp-SemiboldItal.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDisp-XLight.otf b/_site/common/fonts/ChronicleDisp-XLight.otf deleted file mode 100644 index af306593b0b..00000000000 Binary files a/_site/common/fonts/ChronicleDisp-XLight.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDisp-XLightItalic.otf b/_site/common/fonts/ChronicleDisp-XLightItalic.otf deleted file mode 100644 index 1028c82af56..00000000000 Binary files a/_site/common/fonts/ChronicleDisp-XLightItalic.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDispCond-Black.otf b/_site/common/fonts/ChronicleDispCond-Black.otf deleted file mode 100644 index d4c3e190e1d..00000000000 Binary files a/_site/common/fonts/ChronicleDispCond-Black.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDispCond-BlackItal.otf b/_site/common/fonts/ChronicleDispCond-BlackItal.otf deleted file mode 100644 index 2c2790ac69f..00000000000 Binary files a/_site/common/fonts/ChronicleDispCond-BlackItal.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDispCond-Bold.otf b/_site/common/fonts/ChronicleDispCond-Bold.otf deleted file mode 100644 index b3e73fd4b67..00000000000 Binary files a/_site/common/fonts/ChronicleDispCond-Bold.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDispCond-BoldItal.otf b/_site/common/fonts/ChronicleDispCond-BoldItal.otf deleted file mode 100644 index d86ac2376c5..00000000000 Binary files a/_site/common/fonts/ChronicleDispCond-BoldItal.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDispCond-Italic.otf b/_site/common/fonts/ChronicleDispCond-Italic.otf deleted file mode 100644 index b8e3ebf5aaa..00000000000 Binary files a/_site/common/fonts/ChronicleDispCond-Italic.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDispCond-Light.otf b/_site/common/fonts/ChronicleDispCond-Light.otf deleted file mode 100644 index 64561d1faef..00000000000 Binary files a/_site/common/fonts/ChronicleDispCond-Light.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDispCond-LightItal.otf b/_site/common/fonts/ChronicleDispCond-LightItal.otf deleted file mode 100644 index eebd870df40..00000000000 Binary files a/_site/common/fonts/ChronicleDispCond-LightItal.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDispCond-Roman.otf b/_site/common/fonts/ChronicleDispCond-Roman.otf deleted file mode 100644 index 77eb864292a..00000000000 Binary files a/_site/common/fonts/ChronicleDispCond-Roman.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDispCond-SemiItal.otf b/_site/common/fonts/ChronicleDispCond-SemiItal.otf deleted file mode 100644 index 80c9246f198..00000000000 Binary files a/_site/common/fonts/ChronicleDispCond-SemiItal.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleDispCond-Semibold.otf b/_site/common/fonts/ChronicleDispCond-Semibold.otf deleted file mode 100644 index 7df7d0f4f39..00000000000 Binary files a/_site/common/fonts/ChronicleDispCond-Semibold.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleTextG1-Bold.otf b/_site/common/fonts/ChronicleTextG1-Bold.otf deleted file mode 100644 index 204cde8526d..00000000000 Binary files a/_site/common/fonts/ChronicleTextG1-Bold.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleTextG1-BoldItalic.otf b/_site/common/fonts/ChronicleTextG1-BoldItalic.otf deleted file mode 100644 index 256da47753d..00000000000 Binary files a/_site/common/fonts/ChronicleTextG1-BoldItalic.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleTextG1-Italic.otf b/_site/common/fonts/ChronicleTextG1-Italic.otf deleted file mode 100644 index 58a1d93335c..00000000000 Binary files a/_site/common/fonts/ChronicleTextG1-Italic.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleTextG1-Roman.otf b/_site/common/fonts/ChronicleTextG1-Roman.otf deleted file mode 100644 index 72454e340e8..00000000000 Binary files a/_site/common/fonts/ChronicleTextG1-Roman.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleTextG1-SemiItalic.otf b/_site/common/fonts/ChronicleTextG1-SemiItalic.otf deleted file mode 100644 index 5f358d649ab..00000000000 Binary files a/_site/common/fonts/ChronicleTextG1-SemiItalic.otf and /dev/null differ diff --git a/_site/common/fonts/ChronicleTextG1-Semibold.otf b/_site/common/fonts/ChronicleTextG1-Semibold.otf deleted file mode 100644 index a5bbcc56462..00000000000 Binary files a/_site/common/fonts/ChronicleTextG1-Semibold.otf and /dev/null differ diff --git a/_site/common/fonts/LICENSE.txt b/_site/common/fonts/LICENSE.txt deleted file mode 100644 index 75b52484ea4..00000000000 --- a/_site/common/fonts/LICENSE.txt +++ /dev/null @@ -1,202 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/_site/common/fonts/OpenSansBold-webfont.eot b/_site/common/fonts/OpenSansBold-webfont.eot deleted file mode 100644 index 25f98c46d7e..00000000000 Binary files a/_site/common/fonts/OpenSansBold-webfont.eot and /dev/null differ diff --git a/_site/common/fonts/OpenSansBold-webfont.svg b/_site/common/fonts/OpenSansBold-webfont.svg deleted file mode 100644 index 5af03dc11d9..00000000000 --- a/_site/common/fonts/OpenSansBold-webfont.svg +++ /dev/null @@ -1,1825 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/common/fonts/OpenSansBold-webfont.ttf b/_site/common/fonts/OpenSansBold-webfont.ttf deleted file mode 100644 index 61479a8115b..00000000000 Binary files a/_site/common/fonts/OpenSansBold-webfont.ttf and /dev/null differ diff --git a/_site/common/fonts/OpenSansBold-webfont.woff b/_site/common/fonts/OpenSansBold-webfont.woff deleted file mode 100644 index 67473ff9913..00000000000 Binary files a/_site/common/fonts/OpenSansBold-webfont.woff and /dev/null differ diff --git a/_site/common/fonts/OpenSansBoldItalic-webfont.eot b/_site/common/fonts/OpenSansBoldItalic-webfont.eot deleted file mode 100644 index 903cb9d0b8f..00000000000 Binary files a/_site/common/fonts/OpenSansBoldItalic-webfont.eot and /dev/null differ diff --git a/_site/common/fonts/OpenSansBoldItalic-webfont.svg b/_site/common/fonts/OpenSansBoldItalic-webfont.svg deleted file mode 100644 index e485c5fd648..00000000000 --- a/_site/common/fonts/OpenSansBoldItalic-webfont.svg +++ /dev/null @@ -1,1825 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/common/fonts/OpenSansBoldItalic-webfont.ttf b/_site/common/fonts/OpenSansBoldItalic-webfont.ttf deleted file mode 100644 index df8fddb749e..00000000000 Binary files a/_site/common/fonts/OpenSansBoldItalic-webfont.ttf and /dev/null differ diff --git a/_site/common/fonts/OpenSansBoldItalic-webfont.woff b/_site/common/fonts/OpenSansBoldItalic-webfont.woff deleted file mode 100644 index 01fcedc717d..00000000000 Binary files a/_site/common/fonts/OpenSansBoldItalic-webfont.woff and /dev/null differ diff --git a/_site/common/fonts/OpenSansExtraBold-webfont.eot b/_site/common/fonts/OpenSansExtraBold-webfont.eot deleted file mode 100644 index 4d30f1e2205..00000000000 Binary files a/_site/common/fonts/OpenSansExtraBold-webfont.eot and /dev/null differ diff --git a/_site/common/fonts/OpenSansExtraBold-webfont.svg b/_site/common/fonts/OpenSansExtraBold-webfont.svg deleted file mode 100644 index 724971d6e17..00000000000 --- a/_site/common/fonts/OpenSansExtraBold-webfont.svg +++ /dev/null @@ -1,1825 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/common/fonts/OpenSansExtraBold-webfont.ttf b/_site/common/fonts/OpenSansExtraBold-webfont.ttf deleted file mode 100644 index 3e4d7500e4e..00000000000 Binary files a/_site/common/fonts/OpenSansExtraBold-webfont.ttf and /dev/null differ diff --git a/_site/common/fonts/OpenSansExtraBold-webfont.woff b/_site/common/fonts/OpenSansExtraBold-webfont.woff deleted file mode 100644 index 2bf4de6fc33..00000000000 Binary files a/_site/common/fonts/OpenSansExtraBold-webfont.woff and /dev/null differ diff --git a/_site/common/fonts/OpenSansExtraBoldItalic-webfont.eot b/_site/common/fonts/OpenSansExtraBoldItalic-webfont.eot deleted file mode 100644 index 112133a53b5..00000000000 Binary files a/_site/common/fonts/OpenSansExtraBoldItalic-webfont.eot and /dev/null differ diff --git a/_site/common/fonts/OpenSansExtraBoldItalic-webfont.svg b/_site/common/fonts/OpenSansExtraBoldItalic-webfont.svg deleted file mode 100644 index 1bc76757b1c..00000000000 --- a/_site/common/fonts/OpenSansExtraBoldItalic-webfont.svg +++ /dev/null @@ -1,1825 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/common/fonts/OpenSansExtraBoldItalic-webfont.ttf b/_site/common/fonts/OpenSansExtraBoldItalic-webfont.ttf deleted file mode 100644 index 55c294ec81f..00000000000 Binary files a/_site/common/fonts/OpenSansExtraBoldItalic-webfont.ttf and /dev/null differ diff --git a/_site/common/fonts/OpenSansExtraBoldItalic-webfont.woff b/_site/common/fonts/OpenSansExtraBoldItalic-webfont.woff deleted file mode 100644 index 1ddf9fb34e2..00000000000 Binary files a/_site/common/fonts/OpenSansExtraBoldItalic-webfont.woff and /dev/null differ diff --git a/_site/common/fonts/OpenSansItalic-webfont.eot b/_site/common/fonts/OpenSansItalic-webfont.eot deleted file mode 100644 index b2248b79e7e..00000000000 Binary files a/_site/common/fonts/OpenSansItalic-webfont.eot and /dev/null differ diff --git a/_site/common/fonts/OpenSansItalic-webfont.svg b/_site/common/fonts/OpenSansItalic-webfont.svg deleted file mode 100644 index f550194a6bb..00000000000 --- a/_site/common/fonts/OpenSansItalic-webfont.svg +++ /dev/null @@ -1,1825 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/common/fonts/OpenSansItalic-webfont.ttf b/_site/common/fonts/OpenSansItalic-webfont.ttf deleted file mode 100644 index d54cecf0e10..00000000000 Binary files a/_site/common/fonts/OpenSansItalic-webfont.ttf and /dev/null differ diff --git a/_site/common/fonts/OpenSansItalic-webfont.woff b/_site/common/fonts/OpenSansItalic-webfont.woff deleted file mode 100644 index 600d8d0b0ac..00000000000 Binary files a/_site/common/fonts/OpenSansItalic-webfont.woff and /dev/null differ diff --git a/_site/common/fonts/OpenSansLight-webfont.eot b/_site/common/fonts/OpenSansLight-webfont.eot deleted file mode 100644 index 3471d56a725..00000000000 Binary files a/_site/common/fonts/OpenSansLight-webfont.eot and /dev/null differ diff --git a/_site/common/fonts/OpenSansLight-webfont.svg b/_site/common/fonts/OpenSansLight-webfont.svg deleted file mode 100644 index c65fd0520d0..00000000000 --- a/_site/common/fonts/OpenSansLight-webfont.svg +++ /dev/null @@ -1,1825 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/common/fonts/OpenSansLight-webfont.ttf b/_site/common/fonts/OpenSansLight-webfont.ttf deleted file mode 100644 index 67749c08b38..00000000000 Binary files a/_site/common/fonts/OpenSansLight-webfont.ttf and /dev/null differ diff --git a/_site/common/fonts/OpenSansLight-webfont.woff b/_site/common/fonts/OpenSansLight-webfont.woff deleted file mode 100644 index 184a51fa10c..00000000000 Binary files a/_site/common/fonts/OpenSansLight-webfont.woff and /dev/null differ diff --git a/_site/common/fonts/OpenSansLightItalic-webfont.eot b/_site/common/fonts/OpenSansLightItalic-webfont.eot deleted file mode 100644 index 66b2a9ad7da..00000000000 Binary files a/_site/common/fonts/OpenSansLightItalic-webfont.eot and /dev/null differ diff --git a/_site/common/fonts/OpenSansLightItalic-webfont.svg b/_site/common/fonts/OpenSansLightItalic-webfont.svg deleted file mode 100644 index 9e822c0e39c..00000000000 --- a/_site/common/fonts/OpenSansLightItalic-webfont.svg +++ /dev/null @@ -1,1825 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/common/fonts/OpenSansLightItalic-webfont.ttf b/_site/common/fonts/OpenSansLightItalic-webfont.ttf deleted file mode 100644 index 4277a85758d..00000000000 Binary files a/_site/common/fonts/OpenSansLightItalic-webfont.ttf and /dev/null differ diff --git a/_site/common/fonts/OpenSansLightItalic-webfont.woff b/_site/common/fonts/OpenSansLightItalic-webfont.woff deleted file mode 100644 index d6f709df566..00000000000 Binary files a/_site/common/fonts/OpenSansLightItalic-webfont.woff and /dev/null differ diff --git a/_site/common/fonts/OpenSansRegular-webfont.eot b/_site/common/fonts/OpenSansRegular-webfont.eot deleted file mode 100644 index b97db9a67e8..00000000000 Binary files a/_site/common/fonts/OpenSansRegular-webfont.eot and /dev/null differ diff --git a/_site/common/fonts/OpenSansRegular-webfont.svg b/_site/common/fonts/OpenSansRegular-webfont.svg deleted file mode 100644 index 0f9ee3b2159..00000000000 --- a/_site/common/fonts/OpenSansRegular-webfont.svg +++ /dev/null @@ -1,1825 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/common/fonts/OpenSansRegular-webfont.ttf b/_site/common/fonts/OpenSansRegular-webfont.ttf deleted file mode 100644 index 717e94be710..00000000000 Binary files a/_site/common/fonts/OpenSansRegular-webfont.ttf and /dev/null differ diff --git a/_site/common/fonts/OpenSansRegular-webfont.woff b/_site/common/fonts/OpenSansRegular-webfont.woff deleted file mode 100644 index b63b0478a55..00000000000 Binary files a/_site/common/fonts/OpenSansRegular-webfont.woff and /dev/null differ diff --git a/_site/common/fonts/OpenSansSemiBold-webfont.eot b/_site/common/fonts/OpenSansSemiBold-webfont.eot deleted file mode 100644 index 0ee400640c6..00000000000 Binary files a/_site/common/fonts/OpenSansSemiBold-webfont.eot and /dev/null differ diff --git a/_site/common/fonts/OpenSansSemiBold-webfont.svg b/_site/common/fonts/OpenSansSemiBold-webfont.svg deleted file mode 100644 index 72d08227953..00000000000 --- a/_site/common/fonts/OpenSansSemiBold-webfont.svg +++ /dev/null @@ -1,1825 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/common/fonts/OpenSansSemiBold-webfont.ttf b/_site/common/fonts/OpenSansSemiBold-webfont.ttf deleted file mode 100644 index d349dd0df7c..00000000000 Binary files a/_site/common/fonts/OpenSansSemiBold-webfont.ttf and /dev/null differ diff --git a/_site/common/fonts/OpenSansSemiBold-webfont.woff b/_site/common/fonts/OpenSansSemiBold-webfont.woff deleted file mode 100644 index 1a1845e10ed..00000000000 Binary files a/_site/common/fonts/OpenSansSemiBold-webfont.woff and /dev/null differ diff --git a/_site/common/fonts/OpenSansSemiBoldItalic-webfont.eot b/_site/common/fonts/OpenSansSemiBoldItalic-webfont.eot deleted file mode 100644 index cc8d01ad0a3..00000000000 Binary files a/_site/common/fonts/OpenSansSemiBoldItalic-webfont.eot and /dev/null differ diff --git a/_site/common/fonts/OpenSansSemiBoldItalic-webfont.svg b/_site/common/fonts/OpenSansSemiBoldItalic-webfont.svg deleted file mode 100644 index 14a0e49f850..00000000000 --- a/_site/common/fonts/OpenSansSemiBoldItalic-webfont.svg +++ /dev/null @@ -1,1825 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/common/fonts/OpenSansSemiBoldItalic-webfont.ttf b/_site/common/fonts/OpenSansSemiBoldItalic-webfont.ttf deleted file mode 100644 index 5d7d2db5612..00000000000 Binary files a/_site/common/fonts/OpenSansSemiBoldItalic-webfont.ttf and /dev/null differ diff --git a/_site/common/fonts/OpenSansSemiBoldItalic-webfont.woff b/_site/common/fonts/OpenSansSemiBoldItalic-webfont.woff deleted file mode 100644 index ffbdb3dec59..00000000000 Binary files a/_site/common/fonts/OpenSansSemiBoldItalic-webfont.woff and /dev/null differ diff --git a/_site/common/images/magento-logo-m.png b/_site/common/images/magento-logo-m.png deleted file mode 100644 index acd737f8c16..00000000000 Binary files a/_site/common/images/magento-logo-m.png and /dev/null differ diff --git a/_site/common/images/newWindow.gif b/_site/common/images/newWindow.gif deleted file mode 100644 index 1d825b4277c..00000000000 Binary files a/_site/common/images/newWindow.gif and /dev/null differ diff --git a/_site/common/images/services-and-logic.png b/_site/common/images/services-and-logic.png deleted file mode 100644 index cb4f7018df4..00000000000 Binary files a/_site/common/images/services-and-logic.png and /dev/null differ diff --git a/_site/common/images/services_overview.png b/_site/common/images/services_overview.png deleted file mode 100644 index 9d345e0c241..00000000000 Binary files a/_site/common/images/services_overview.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/Assets/bullet-gray-arrow.png b/_site/guides/m2devgde/Test/Content/Resources/Images/Assets/bullet-gray-arrow.png deleted file mode 100644 index 9538a5beb93..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/Assets/bullet-gray-arrow.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/Assets/bullet-gray-arrow2.png b/_site/guides/m2devgde/Test/Content/Resources/Images/Assets/bullet-gray-arrow2.png deleted file mode 100644 index 9538a5beb93..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/Assets/bullet-gray-arrow2.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/Assets/checkbox.png b/_site/guides/m2devgde/Test/Content/Resources/Images/Assets/checkbox.png deleted file mode 100644 index ce7edfeba31..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/Assets/checkbox.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/Assets/key-sm.png b/_site/guides/m2devgde/Test/Content/Resources/Images/Assets/key-sm.png deleted file mode 100644 index 741dbb8368e..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/Assets/key-sm.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/Assets/key.png b/_site/guides/m2devgde/Test/Content/Resources/Images/Assets/key.png deleted file mode 100644 index d510bd4b1fe..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/Assets/key.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/gray-texture.png b/_site/guides/m2devgde/Test/Content/Resources/Images/gray-texture.png deleted file mode 100644 index c8473be0289..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/gray-texture.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/integration.png b/_site/guides/m2devgde/Test/Content/Resources/Images/integration.png deleted file mode 100644 index 6ed9a379d9d..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/integration.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_525x166.png b/_site/guides/m2devgde/Test/Content/Resources/Images/integration_525x166.png deleted file mode 100644 index 3501ca1be8e..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_525x166.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_gear.png b/_site/guides/m2devgde/Test/Content/Resources/Images/integration_gear.png deleted file mode 100644 index 75cc67b542b..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_gear.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_new_info.png b/_site/guides/m2devgde/Test/Content/Resources/Images/integration_new_info.png deleted file mode 100644 index 7698c8b629d..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_new_info.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_new_info_525x206.png b/_site/guides/m2devgde/Test/Content/Resources/Images/integration_new_info_525x206.png deleted file mode 100644 index bf196a75617..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_new_info_525x206.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_pencil.png b/_site/guides/m2devgde/Test/Content/Resources/Images/integration_pencil.png deleted file mode 100644 index 3203a7d8ccf..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_pencil.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_pencil_15x16.png b/_site/guides/m2devgde/Test/Content/Resources/Images/integration_pencil_15x16.png deleted file mode 100644 index 499a83547cb..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_pencil_15x16.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_plus.png b/_site/guides/m2devgde/Test/Content/Resources/Images/integration_plus.png deleted file mode 100644 index fc4b91b2a10..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_plus.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_plus_18x16.png b/_site/guides/m2devgde/Test/Content/Resources/Images/integration_plus_18x16.png deleted file mode 100644 index 04966124f2f..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_plus_18x16.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_roleResources.png b/_site/guides/m2devgde/Test/Content/Resources/Images/integration_roleResources.png deleted file mode 100644 index a411b225582..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_roleResources.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_roleResources_525x288.png b/_site/guides/m2devgde/Test/Content/Resources/Images/integration_roleResources_525x288.png deleted file mode 100644 index df0b70de0b9..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_roleResources_525x288.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_trash.png b/_site/guides/m2devgde/Test/Content/Resources/Images/integration_trash.png deleted file mode 100644 index 0c37cc75678..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/integration_trash.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/magento-logo-m.png b/_site/guides/m2devgde/Test/Content/Resources/Images/magento-logo-m.png deleted file mode 100644 index acd737f8c16..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/magento-logo-m.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/magento-logo-white.png b/_site/guides/m2devgde/Test/Content/Resources/Images/magento-logo-white.png deleted file mode 100644 index a8b7b3bc91a..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/magento-logo-white.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/magento-logo.png b/_site/guides/m2devgde/Test/Content/Resources/Images/magento-logo.png deleted file mode 100644 index dff8837bae2..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/magento-logo.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/magento-logo2.png b/_site/guides/m2devgde/Test/Content/Resources/Images/magento-logo2.png deleted file mode 100644 index e332ca3bca1..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/magento-logo2.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/newWindow.gif b/_site/guides/m2devgde/Test/Content/Resources/Images/newWindow.gif deleted file mode 100644 index 1d825b4277c..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/newWindow.gif and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/newWindow_16x16.gif b/_site/guides/m2devgde/Test/Content/Resources/Images/newWindow_16x16.gif deleted file mode 100644 index 85cea6d6a33..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/newWindow_16x16.gif and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/plugin_sort-order.png b/_site/guides/m2devgde/Test/Content/Resources/Images/plugin_sort-order.png deleted file mode 100644 index 619ce1c4acf..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/plugin_sort-order.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/services-and-logic.png b/_site/guides/m2devgde/Test/Content/Resources/Images/services-and-logic.png deleted file mode 100644 index cb4f7018df4..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/services-and-logic.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/services_overview.ai b/_site/guides/m2devgde/Test/Content/Resources/Images/services_overview.ai deleted file mode 100644 index 6da4235ae82..00000000000 --- a/_site/guides/m2devgde/Test/Content/Resources/Images/services_overview.ai +++ /dev/null @@ -1,1504 +0,0 @@ -%PDF-1.5 % -1 0 obj <>/OCGs[6 0 R 28 0 R 49 0 R 70 0 R 71 0 R 72 0 R 97 0 R 98 0 R 99 0 R 100 0 R 127 0 R 128 0 R 129 0 R 130 0 R 157 0 R 158 0 R 159 0 R 160 0 R 187 0 R 188 0 R 189 0 R 190 0 R 217 0 R 218 0 R 219 0 R 220 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream - - - - - application/pdf - - - 2862-Magento_Extension_Developers_Guide_Illustrations_Chart01_r1 - - - - - Adobe Illustrator CS5 - 2014-03-17T09:37:31-05:00 - 2014-03-17T11:41:23-05:00 - 2014-03-17T11:41:23-05:00 - - - - 256 - 228 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgA5AEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4qkMuk6XfeZ7031nBd GOyswhmjSTjWW6rTkDTMY44yyHiAPpj98nLGWcMQ4SR6pcj5RRf+FvLP/Vosv+keL/mnJ/l8f82P yDX+ay/zpfMu/wALeWf+rRZf9I8X/NOP5fH/ADY/IL+ay/zpfMu/wt5Z/wCrRZf9I8X/ADTj+Xx/ zY/IL+ay/wA6XzLv8LeWf+rRZf8ASPF/zTj+Xx/zY/IL+ay/zpfMu/wt5Z/6tFl/0jxf804/l8f8 2PyC/msv86XzLv8AC3ln/q0WX/SPF/zTj+Xx/wA2PyC/msv86XzLv8LeWf8Aq0WX/SPF/wA04/l8 f82PyC/msv8AOl8y7/C3ln/q0WX/AEjxf804/l8f82PyC/msv86XzLv8LeWf+rRZf9I8X/NOP5fH /Nj8gv5rL/Ol8yo+XrS0tLrWoLSGO3gW9UrFEoRBWztyaKoAyOCIiZAChxf72LLUTMhAk2eH/fST nMhxnYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FUst/8AlJr/AP5grL/k7dZT H+8P9WP3yb5f3Uf60vuimeXNCQv558srZQXy3TS2twZRHJFFLJtb7yswRCyqo+LkRSm/TMY6zHQl exvoenNyxocvEY1uK6jryV5vNmgw2j3b3P8Ao8cskDOqO3xwxmaSgCkkLGhao2yR1MALvb9W7EaT ITVb1fzNfesXzl5cczql0Xe3mht5Y1jkL+pc09IBQtTzrQEbYPzWPffkQPnySdHl225gnp05qK+e dCYhQLsyNK0CRfUrrm0iKzOqr6dSUCHl4ZH85Dz/ANKf1MvyOT+jyv6o/rXyed/LkTXSyXDqbQyC SsMw5GGQRSCM8P3hR2AISvXCdXjF78vI9PvQNDlNUOfmOu4vu+KKi8yaQ9zZ2jSPBd36yNa288Uk MjCH7dVkVSvQkcqVHTJjPCwORlyvbk1nTTAJ5iPMgg80MfOmgiFZla4kilkWG3kS1uGWZ3DMvokR kSAiNjVKjIfm4Ve/yO/u23bPyWS62/0w29++ydxuHRXAIDAEBgVO++4O4zIBcUikt0j/AI6Gt/8A Man/AFBW2VYvql/W/wB7FuzfTD+r/vpJnlzQ7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq 7FXYq7FXYqllv/yk1/8A8wVl/wAnbrKY/wB4f6sfvk3y/uo/1pfdFEataXF5pl1aW8/1aa4iaJLj jyKcxx5AVXcA7b5PLEyiQDVsMUxGYkRYBYxD+WlhHfR1uZJdJjJf6g5epZoRAwMiOtUKxp8NKbb9 cwh2fES5+nu+FOee0pGPL19/xvl890RJ5G9T9Iq12BFeJerbRiKghe+VUZ/tfFwReI6dTkzo74t+ fF8OJgNdXDty4b358KGH5cRLdwXiXvG5iv4rx3EdBJDEIf3DDl/PAGVu1TtvkPyAsG9+K/htt9jP +UTRjW3CR8d9/tROqeSpbswvHcwl4b64vglxC8kZ+sKV4EJLE3w8q15ZPJpDKtx9RO47/iwxa0Ru wd4iOx7vgULcflwsj38i3oD6i1wbgtGWos9ytwoj+P4CvHixH2vDYZCWgu9/qv7Tf472ce0a4dvp r7BXd/Yr335fW9zdvdR3kkLRmAWMdXZI4oSS6Pyar+p6sorUUDe2SnoQTd91fjzssYdoGIoi+d+8 /qofJbc+StUuNHsNLmv7aaDS5YXs/UtX+KOGJ4gs3GZeR4uN149PfBLSSMBEkVGq27hW+6x1sBOU xEgyBvfvIO2362WwoyRIjULKoB4ghagdgSaD6czgNnXk2Uu0j/joa3/zGp/1BW2VYvql/W/3sW7N 9MP6v++kmeXNDsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdiqWW/8Ayk1//wAw Vl/yduspj/eH+rH75N8v7qP9aX3RTPLmh2KuxV2KuxV2KuxV2KuxVLNI/wCOhrf/ADGp/wBQVtlO L6pf1v8Aexb830w/q/76SZ5c0OxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2Kp bdaTcyajJfW19JavLDHBIipG6kRNIyn41Jr+9OUyxEy4ga2/X+tvjlAjwkXvfXrX6mv0bq//AFd5 P+RMH/NOPhz/AJ32BfEh/N+0u/Rur/8AV3k/5Ewf804+HP8AnfYF8SH837S79G6v/wBXeT/kTB/z Tj4c/wCd9gXxIfzftLv0bq//AFd5P+RMH/NOPhz/AJ32BfEh/N+0pb5em1fWNM+vfpGSD9/cwen6 cD/7zXElvyr6a/a9LlSm1aZPJgnE1xd3QdzVh1MJxvg6nqehITL9G6v/ANXeT/kTB/zTkPDn/O+w NviQ/m/aXfo3V/8Aq7yf8iYP+acfDn/O+wL4kP5v2l36N1f/AKu8n/ImD/mnHw5/zvsC+JD+b9pd +jdX/wCrvJ/yJg/5px8Of877AviQ/m/aVbTNNey+tNJcNczXc3rySOqruIkiAAQAU4xDJY8fDe92 f2foY5cnFVCgBX2k/pRuWNTsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVd irsVdirsVY3+Xv8AyjQ/5jtT/wC6jcZfqPq+A+4OLo/7v/Ol/uiyTKHKdirsVdirsVdirsVdirsV dirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVY3+Xv/KND/mO1P/uo3GX6 j6vgPuDi6P8Au/8AOl/uiyTKHKdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsV dirsVdirsVdirsVdirsVdirsVY3+Xv8AyjQ/5jtT/wC6jcZfqPq+A+4OLo/7v/Ol/uiyTKHKdirs VdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVY3+Xv /KND/mO1P/uo3GX6j6vgPuDi6P8Au/8AOl/uiyTKHKdirsVdirsVdirsVdirsVdirsVdirsVdirs VdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVY3+Xv8AyjQ/5jtT/wC6jcZfqPq+A+4OLo/7 v/Ol/uiyTKHKdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirs VdirsVdirsVY3+Xv/KND/mO1P/uo3GX6j6vgPuDi6P8Au/8AOl/uiyTKHKdirsVdirsVdirsVdir sVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVY3+Xv8AyjQ/5jtT/wC6 jcZfqPq+A+4OLo/7v/Ol/uiyTKHKdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdir sVdirsVdirsVdirsVdirsVdirsVY3+Xv/KND/mO1P/uo3GX6j6vgPuDi6P8Au/8AOl/uiyTKHKdi rsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdiqHm1Gw hvLeymuI47u6DtbW7MA8gjAL8FO7cQd6ZIRJF9GJnEEAncsb8lalp9l5btxeXEdubrU9Rt7YSMFM kr6jccUSvVj4ZdmiTLbuH3BxNLOMcYs1cpf7osszHc12KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2Ku xV2KuxV2KuxV2KuxV2KuxV2KuxV2KpFqfnnyjpd7JY6hqkNtdw8fVhcnkvJQy127qwOY2TWYoS4Z SALl4tDmyR4oxJBQ3/KzfIX/AFe7b7z/AEyH8oYP5wZ/yZqP5hd/ys3yF/1e7b7z/TH+UMH84L/J mo/mF3/KzfIX/V7tvvP9Mf5Qwfzgv8maj+YUl81eZPy08xaeLefXYILuBhNp9/EzCa3nX7MiGnj1 HfLcXauGBviFNGo7Ez5Y0YEEcj3FjPkK88r2Ey6l5p8yWd9qNrJcfoyCMn0LcXEzyyyoOI/eSs5N aVVaD5X5+2NOdoSAHVxNH2BqoniyRJkLruFm795egf8AKzfIX/V7tvvP9Mw/5Qwfzg7L+TNR/MLv +Vm+Qv8Aq9233n+mP8oYP5wX+TNR/MLv+Vm+Qv8Aq9233n+mP8oYP5wX+TNR/MLv+Vm+Qv8Aq923 3n+mP8oYP5wX+TNR/MKf2N9aX9pFeWcqz2s68opV+yy+IzKhMSFjcFxMmOUJGMhRCvkmDsVdirsV dirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdir5k/OP/wAmRq//AEb/APULFnH9q/4xL4fc Huex/wDFo/H/AHRYZmvdm7FU90/yjd3tjZXYuYYf0jci0tI3ExLOZFjNWSN41oXrRmBp0GZMNKZR Bseo0Of6nEyasRkRRPCLPL399o6P8u9Rla6WK8gLW0iw0ZLmPnI0bScRziXiOMZ+N6L75YNDI3RG 3v8A1fsaj2jEVYO+/T3d/wBg3UIvIerObs+tAsdrGJUkJfjMrWr3gMVF3/dRd6bkDIjRyN7jb7du Lb4Mjr4Ctjv9nqEd/iW7fyNdS3/6ON/bJqEcTzXdpxuHeFY4/UIbhEyu1NuKFjXbGOjJlw2OLqN9 vs+5Za4CPFwnhvY7b713/ex+6g+r3M0HMSek7JzAZQ3E0rxcKw+TAHMWQokOZGVgFSwMnYq+qPyy /wCUC0T/AJhh+s52nZ/9xH3PA9p/4xP3smzMcF2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2Ku xV2KuxV2KpTpWm6JcaNpbJYR/V4oY5bKOaNXeLkoYGpBo/ifHAl89fnEAPzH1cAUH+jnb3tojnId q/4xL4fcHuOx/wDFo/H/AHRYZmvdm7FU90Tzdd6NbCKztofUMsUskzmZufoyrMitH6npfajA5BOV O+ZOHUnGKAH29DffTiZ9IMhuRPI93UV3X9tIpPP2oRNMILWCO3uZhNdW/Kd0lHpPE0b85Wbgyyna uxpSmTGtkLoCid+fdXf5tZ0ETVk2BQO224Pdz2UYvPGrx2VlacYmisYLq2jqGqy3cTQkuQ25jjbi ngMiNZMADuBHzFfZ0ZnQwMjLf1EH5G/tPNfH54uF1A6i2n2r300Tw3lxW4Vp1kj9MluMqhWpvVAu ++Eaw8XFQvrz3+37mJ0I4eHiPCDY5bde772P3MwnuZZggjEjs4jUswXka0Bcsxp7knMWRs25kRQA U8DJ2KvqD8tLCwbydoV61tEbxbUItyUX1QtW2D05U38c7Ts/+4j7nge0/wDGJ+9OL7TdEs9LaNbC NLVZopfRt41j/e+ooVwFC7g038My3CTbCh2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2K uxVD6b9Z/R1r9alWe69GP15o6cHk4jky0CijHcbYqkOs/lr5J1nUptS1LTvXvZ+Pqy+tOleChF+F JFUUVQNhmHl0GHJIylGyfM/rc7D2lnxREYyqI8h+pBf8qc/Lf/q0f9PF1/1Vyv8AkrT/AM37T+tt /ljU/wA77I/qd/ypz8t/+rR/08XX/VXH+StP/N+0/rX+WNT/ADvsj+pJZfJv5KxQzTPZ8Ugvf0bL +9vai65ceFOdTv8AtDb3wfyXp/5v2n9af5Y1X877I/qWS+UfyTiE7PYsIrdZmabnf+k/1YEzCKTl wkKcTUIScf5M0/8AN+0/rX+V9V/O+yP6la18i/k5cyQwx6c6zzzfVkgle/ilEnpNMA6O6soMaEgk UPbH+S9P/N+0/rX+WNV/O+yP6moPJH5MzxXk0ViWjsYWubpvVvhxiR5Y2ahep+K3fYeHuMf5L0/8 37T+tf5Y1X877I/qR2nflZ+WGoWq3Vvo0qxP9n1pL6FiPHjI6tQ9jTD/ACXp/wCb9p/Wj+WNT/P+ yP6kV/ypz8t/+rR/08XX/VXH+StP/N+0/rX+WNT/ADvsj+p3/KnPy3/6tH/Txdf9Vcf5K0/837T+ tf5Y1P8AO+yP6mVaZpllpdhBp9jH6NpbLwhi5M3FfDkxZj9JzNx44wiIx5BwMuWWSRlLclvUPrP1 Vvq0qwzckpI9OIHMchuG6rUDJtaIxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxVB aGbRtE09rNWW0NtCbdZKcxH6Y4BqE78euIVG4q7FXYqwa5/LFZ725uTqJC3Fybz0fS+FZvrRnV/t 7ssbvFX3r2pkeFNq17+X1zdaadKbUlGnwLd/o9fQ/eo93FLFWV+dJBGs7UAVa9zjS2iW8m37XS6o 9/Edajnimjl9BhbBYYJYFjMXq8z8Nw5Lep19sNLaFi8gX9tFe29rqUQg1GxayvDLbsz8nkuJWkj4 yqF+K6PwkHYdcFLbIvL2lS6VpcVlI0LGKtGgjaJCP9V3lNfHfCEFMsKuxV2KoLWTaDT3N2rNBziq Epyr6q8epH7VK4lUbirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdiqH0763+j7b64y vd+kn1h0+y0nEcytKbFumKojFXYq7FXYq7FXYq7FXYq7FXYq7FUPf/W/qrfVWVJ+SUZ+lOY5da/s 1xVEYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYqgtD+qfoTT/qfL6p9Wh+r+pTn6 fpjhyp349cQqNxV2KuxV2KuxV2KuxV2KuxV2KuxVBa19U/R7/W+Xoc4q8Kcq+qvHr/lUriVRuKux V2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KqFh9c+oW313j9c9JPrPD7Pq8Rzp7cq4q8 Q/Mz8zPO+i+d9S0zTNS+r2Vv6PpRejbvTnbxu3xPGzGrMTucrlI2zAYv/wArl/Mn/q8f9O1r/wBU sHEU8Id/yuX8yf8Aq8f9O1r/ANUseIrwh3/K5fzJ/wCrx/07Wv8A1Sx4ivCHf8rl/Mn/AKvH/Tta /wDVLHiK8Id/yuX8yf8Aq8f9O1r/ANUseIrwh3/K5fzJ/wCrx/07Wv8A1Sx4ivCHf8rl/Mn/AKvH /Tta/wDVLHiK8Id/yuX8yf8Aq8f9O1r/ANUseIrwh3/K5fzJ/wCrx/07Wv8A1Sx4ivCH0D5E1O+1 TyhpeoX0nrXlzAHml4qvJqnfioVR9AywcmBTa++ufVm+p8fX5Jx5dOPMc/8Aha4UK+KuxV2KuxV2 KuxV2KuxVTuJDFbyyAVKIzAH2FcEjQTEWaSmxPma6sre5+u2SevGknD6nKac1DUr9aHjlEPEIBuO /wDRP/FOTPwoyIqW39If8Sr/AFfzN/y32X/SFL/2VZLhyd8f9Kf+KYcWL+bL/TD/AIl31fzN/wAt 9l/0hS/9lWPDk74/6U/8UvFi/my/0w/4l31fzN/y32X/AEhS/wDZVjw5O+P+lP8AxS8WL+bL/TD/ AIl31fzN/wAt9l/0hS/9lWPDk74/6U/8UvFi/my/0w/4l31fzN/y32X/AEhS/wDZVjw5O+P+lP8A xS8WL+bL/TD/AIl31fzN/wAt9l/0hS/9lWPDk74/6U/8UvFi/my/0w/4l31fzN/y32X/AEhS/wDZ Vjw5O+P+lP8AxS8WL+bL/TD/AIl31fzN/wAt9l/0hS/9lWPDk74/6U/8UvFi/my/0w/4lDanL5ls NNu743llKLSGScxC0lXl6aluPL6y1K060yGQ5IxMrjsO4/8AFM8QxTkI1Lc19Q/4lH6GLRdE09bN ma0FtCLdpKczH6Y4FqAb8euZIcV83fnL/wCTJ1j/AKNv+oWLKpc2yPJheRS7FWwrFSwB4jqe2KtE EVqOnXFW+D7/AAnbrt0xV3FttjvsPc4q1irsVdir6r/LH/lAdE/5hh/xI5dHk1nmnOsizbT3F0zL CHi5GOnIN6ileoP7VK+2EoCOxV2KuxV2KuxV2KuxV2KqN9/vFcf8Y3/4icjPkWUPqChon/HGsP8A mGh/5NjI4foHuDPP9cveUbljU7FXYq7FXYq7FXYq7FUs80/8ozq//MFcf8mmynUf3cv6p+5v0v8A ex/rD70Xp31v9H231xVS79JPrCJ9lZOI5haV2DdMuaHzT+cv/kydY/6Nv+oWLKpc2yPJheRS7FWW +X/Nlvo/lS6tU5S3txcyUtubJEY5LYxF5VCkSgFtl5Dehwg7IpMNTv8AQrm41xU1e2Ca3BbrBIUu aRPbyQuVmpCSOQRuPEN03phQjbvzV5evTcCHU5LG2rcLcxoZ4Hu+USJDIDEj8x8BXhLxoDXucbWk xtvPHlE3ulx3NwGto76K7e4EcnKCS2tbNY3oVrxZopY2AHv2GGwtPJpWDSuw3BYkH5nIMluKuxV9 CW3mXVfLv5L6bqWl2LXt0lsqggVSEEtWaQVqVT2+mgqczdLjE5AE04GuzyxYzKIs/d5qnlSfX7HR nurHQb3Vb/VXS6vNWlu9OdLhtqsoW6KqgTZFXpl2cCRriArpR/U4ullKMbEJSMtybjv/ALJk3+Jf Mv8A1KV9/wBJOnf9lOVeHH+cPkf1OV4+T/U5fOP/ABTv8S+Zf+pSvv8ApJ07/spx8OP84fI/qXx8 n+py+cf+Kd/iXzL/ANSlff8ASTp3/ZTj4cf5w+R/Uvj5P9Tl84/8U7/EvmX/AKlK+/6SdO/7KcfD j/OHyP6l8fJ/qcvnH/inf4l8y/8AUpX3/STp3/ZTj4cf5w+R/Uvj5P8AU5fOP/FO/wAS+Zf+pSvv +knTv+ynHw4/zh8j+pfHyf6nL5x/4p3+JfMv/UpX3/STp3/ZTj4cf5w+R/Uvj5P9Tl84/wDFO/xL 5l/6lK+/6SdO/wCynHw4/wA4fI/qXx8n+py+cf8Aily67rtwHhuPLd3ZQvG4e6lnsnRPgJqVindz 4bLleXHERNSB+f6mzDlmZgGBG/fH9aa6J/xxrD/mGh/5NjKMP0D3By8/1y95RuWNTCPPEWvNrNtL YfWltLe1aWZ7dp/hYXMQLJHGeEsgjLEI9aiuxzXawT4wY3QHS+8fM10dpoTj4CJVZl1ruPfyF9Ql KJqrWWqNLPfRXS6jKyxGPVW9WETz8Ii0VQiMnHi0I225ZQBKpWZXxf09xZ22/Q5BMOKNCNcA/mbG hvv1/rfBMruz1Jblbm0hv4Lq7sIFije4upkgurlzE7PVzGTDG3I1HavXLpQldgSBMR1Jonb7GmE4 1RMSBI9IiwN/fuUJdR63b3Wo21q2o3lsJYzPeqbxJY7ZbiMSwRpJ+7kf0+XCSH4ioPcitchMGQHE R3+rle4+XUNkTjIiTwg1y9NXRonqN+YkpXj+bpfVtdAS++oxXD3ti9y00chjghjAid5wZGSS4ZiE b4iqntTIyOU7Y+KrsXfQDbfvPRlAYRRycPFVGq6k77bWI9fNN/LFrr155gu9Yma4ttPMz+nbXEk4 Z45YIWjUQOBGixtX4hvWo7ZkaeM5ZDM2I31vuHTls42qljjjEBRlXMV3nrz3ZpmwdYlnmn/lGdX/ AOYK4/5NNlOo/u5f1T9zfpf72P8AWH3q2iC2Gi2AtZGlthbQiCV9maP0xxZum5HXLg0Pm785f/Jk 6x/0bf8AULFlUubZHkwvIpdirsVdirsVdirsVdirsVfVX5ZAN+X+iAioNsAQehFTl0eTXJVt/K2h 6Dp17FayTW2n3VxHP9WVuUULtIvwwJT4Fd+o6fLLcuUzq2jBp4474eR6dB7mR5W3OxV2KuxV2Kux V2KuxVRvv94rj/jG/wDxE5GfIsofUFDRP+ONYf8AMND/AMmxkcP0D3Bnn+uXvKNyxqdirsVdirsV dirsVdiqWeaf+UZ1f/mCuP8Ak02U6j+7l/VP3N+l/vY/1h96L036z+jrX61EsF16Mfrwx04JJxHJ VoWFFOw3y5oeN/mN+U/m/XvOWoatp8cDWdz6PpF5Qrfu4Ejaop/MpyuUTbMFjX/KivP3++bb/kev 9MHAV4g7/lRXn7/fNt/yPX+mPAV4g7/lRXn7/fNt/wAj1/pjwFeIO/5UV5+/3zbf8j1/pjwFeIO/ 5UV5+/3zbf8AI9f6Y8BXiDv+VFefv9823/I9f6Y8BXiDv+VFefv9823/ACPX+mPAV4g7/lRXn7/f Nt/yPX+mPAV4g7/lRXn7/fNt/wAj1/pjwFeIPdvJOk3mkeVNM028Ci6tYRHKFPJeQJOxywcmJTPU PrP1Vvq0SzTckpG9OJHMcjuV6LUjChEYq7FXYq7FXYq7FXYq7FVK7VmtJlUVZo2AA7kg5GXIsocw k+l65aQaZaQSwXqyxQxpIv1G8NGVACKiKnXKMeYCIBEuX82X6nJy4CZkgx5/zo/rRX+ItP8A99Xv /SBe/wDVHJ+PH+l/pZfqa/y8u+P+mj+t3+ItP/31e/8ASBe/9UcfHj/S/wBLL9S/l5d8f9NH9bv8 Raf/AL6vf+kC9/6o4+PH+l/pZfqX8vLvj/po/rd/iLT/APfV7/0gXv8A1Rx8eP8AS/0sv1L+Xl3x /wBNH9bv8Raf/vq9/wCkC9/6o4+PH+l/pZfqX8vLvj/po/rd/iLT/wDfV7/0gXv/AFRx8eP9L/Sy /Uv5eXfH/TR/W7/EWn/76vf+kC9/6o4+PH+l/pZfqX8vLvj/AKaP63f4i0//AH1e/wDSBe/9UcfH j/S/0sv1L+Xl3x/00f1oHXdYtrzRNQtLeC9e4uLaaKFDZXa1d4yqjk0QA3PUnK82USgQBKyD/DL9 TbgwmOSJJjQI/ij+tNdFEA0ewFvM1xALeL0rhwQ0icBxcg71Yb75lBw0ZirsVdirsVdirsVdirsV dirsVdiqD1cQGwcTzNBHzjrKoJIPqLxG38x2xVGYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq 7FXYq7FXYqhtM9b9G2nrwrbT+jH6tugAWN+A5IoFdlOwxVE4q7FXYq7FXYq7FXYq7FXYq7FXYqht R9b6o3owrcSckpE4BBHNanf+Ub4qicVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsV SO2r+jdL9H9I+lRePLh6vDbj9Z579Pp8d8CUUfV+sX/+9lPTPCnp8K8f+Pfvy/1u+KFFvX+o2f8A x0eXM8qel6tOR/vv2ePhx7YpVz6v168/3s4+l8NPT9KvEf3P7XP/AFtq4oQzev8Ao23/AOOjz9Q1 p6Pr03/vP2ePyxSiR6v6Tuv97OHpfD/d+hWi/wB1+1z+e3XFCG/f/oyL/jo8/W3/ALn6xSh+1+zw +W+KUV+8/Ssv+9fD09vsfV60H2f2+XzxQgz9Y/Ra/wDHT5+t29H6xTiev7HD8a4pRv7z9L/8fXDh /kfVq0/4PlhQg/3/AOiv+llz9X/in6zSn/AcPxwJRf7z9Kxf718PT3+x9XrQ/a/b5fLFCDFf0X+/ /SNPrMdefD1/tLT+7/3XX7XfrilPMKHYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX /9k= - - - - - - proof:pdf - uuid:65E6390686CF11DBA6E2D887CEACB407 - xmp.did:02726DADE1ADE3119785D99BE423ADDD - uuid:f02468d2-2c3f-409d-943c-bea4e4d83644 - - uuid:bc3b51cd-6e3c-5540-b22f-f24dab4f02f5 - xmp.did:01801174072068118083E44E0E0D2FC8 - uuid:65E6390686CF11DBA6E2D887CEACB407 - proof:pdf - - - - - saved - xmp.iid:03801174072068118083C40E329E5964 - 2013-12-09T14:00:58-08:00 - Adobe Illustrator CS6 (Macintosh) - / - - - saved - xmp.iid:01801174072068118083E44E0E0D2FC8 - 2013-12-11T09:17:12-08:00 - Adobe Illustrator CS6 (Macintosh) - / - - - saved - xmp.iid:02726DADE1ADE3119785D99BE423ADDD - 2014-03-17T09:37:34-05:00 - Adobe Illustrator CS5 - / - - - - - - Web - Document - - - 1 - False - False - - 8.500000 - 11.000000 - Inches - - - - - OpenSans-Semibold - Open Sans - Semibold - Open Type - Version 1.10 - False - OpenSans-Semibold_4.ttf - - - - - - Cyan - Magenta - Yellow - Black - - - - - - Default Swatch Group - 0 - - - - White - RGB - PROCESS - 255 - 255 - 255 - - - Black - RGB - PROCESS - 0 - 0 - 0 - - - RGB Red - RGB - PROCESS - 255 - 0 - 0 - - - RGB Yellow - RGB - PROCESS - 255 - 255 - 0 - - - RGB Green - RGB - PROCESS - 0 - 255 - 0 - - - RGB Cyan - RGB - PROCESS - 0 - 255 - 255 - - - RGB Blue - RGB - PROCESS - 0 - 0 - 255 - - - RGB Magenta - RGB - PROCESS - 255 - 0 - 255 - - - R=193 G=39 B=45 - RGB - PROCESS - 193 - 39 - 45 - - - R=237 G=28 B=36 - RGB - PROCESS - 237 - 28 - 36 - - - R=241 G=90 B=36 - RGB - PROCESS - 241 - 90 - 36 - - - R=247 G=147 B=30 - RGB - PROCESS - 247 - 147 - 30 - - - R=251 G=176 B=59 - RGB - PROCESS - 251 - 176 - 59 - - - R=252 G=238 B=33 - RGB - PROCESS - 252 - 238 - 33 - - - R=217 G=224 B=33 - RGB - PROCESS - 217 - 224 - 33 - - - R=140 G=198 B=63 - RGB - PROCESS - 140 - 198 - 63 - - - R=57 G=181 B=74 - RGB - PROCESS - 57 - 181 - 74 - - - R=0 G=146 B=69 - RGB - PROCESS - 0 - 146 - 69 - - - R=0 G=104 B=55 - RGB - PROCESS - 0 - 104 - 55 - - - R=34 G=181 B=115 - RGB - PROCESS - 34 - 181 - 115 - - - R=0 G=169 B=157 - RGB - PROCESS - 0 - 169 - 157 - - - R=41 G=171 B=226 - RGB - PROCESS - 41 - 171 - 226 - - - R=0 G=113 B=188 - RGB - PROCESS - 0 - 113 - 188 - - - R=46 G=49 B=146 - RGB - PROCESS - 46 - 49 - 146 - - - R=27 G=20 B=100 - RGB - PROCESS - 27 - 20 - 100 - - - R=102 G=45 B=145 - RGB - PROCESS - 102 - 45 - 145 - - - R=147 G=39 B=143 - RGB - PROCESS - 147 - 39 - 143 - - - R=158 G=0 B=93 - RGB - PROCESS - 158 - 0 - 93 - - - R=212 G=20 B=90 - RGB - PROCESS - 212 - 20 - 90 - - - R=237 G=30 B=121 - RGB - PROCESS - 237 - 30 - 121 - - - R=199 G=178 B=153 - RGB - PROCESS - 199 - 178 - 153 - - - R=153 G=134 B=117 - RGB - PROCESS - 153 - 134 - 117 - - - R=115 G=99 B=87 - RGB - PROCESS - 115 - 99 - 87 - - - R=83 G=71 B=65 - RGB - PROCESS - 83 - 71 - 65 - - - R=198 G=156 B=109 - RGB - PROCESS - 198 - 156 - 109 - - - R=166 G=124 B=82 - RGB - PROCESS - 166 - 124 - 82 - - - R=140 G=98 B=57 - RGB - PROCESS - 140 - 98 - 57 - - - R=117 G=76 B=36 - RGB - PROCESS - 117 - 76 - 36 - - - R=96 G=56 B=19 - RGB - PROCESS - 96 - 56 - 19 - - - R=66 G=33 B=11 - RGB - PROCESS - 66 - 33 - 11 - - - - - - Grays - 1 - - - - R=0 G=0 B=0 - RGB - PROCESS - 0 - 0 - 0 - - - R=26 G=26 B=26 - RGB - PROCESS - 26 - 26 - 26 - - - R=51 G=51 B=51 - RGB - PROCESS - 51 - 51 - 51 - - - R=77 G=77 B=77 - RGB - PROCESS - 77 - 77 - 77 - - - R=102 G=102 B=102 - RGB - PROCESS - 102 - 102 - 102 - - - R=128 G=128 B=128 - RGB - PROCESS - 128 - 128 - 128 - - - R=153 G=153 B=153 - RGB - PROCESS - 153 - 153 - 153 - - - R=179 G=179 B=179 - RGB - PROCESS - 179 - 179 - 179 - - - R=204 G=204 B=204 - RGB - PROCESS - 204 - 204 - 204 - - - R=230 G=230 B=230 - RGB - PROCESS - 230 - 230 - 230 - - - R=242 G=242 B=242 - RGB - PROCESS - 242 - 242 - 242 - - - - - - Web Color Group - 1 - - - - R=63 G=169 B=245 - RGB - PROCESS - 63 - 169 - 245 - - - R=122 G=201 B=67 - RGB - PROCESS - 122 - 201 - 67 - - - R=255 G=147 B=30 - RGB - PROCESS - 255 - 147 - 30 - - - R=255 G=29 B=37 - RGB - PROCESS - 255 - 29 - 37 - - - R=255 G=123 B=172 - RGB - PROCESS - 255 - 123 - 172 - - - R=189 G=204 B=212 - RGB - PROCESS - 189 - 204 - 212 - - - - - - - - - Adobe PDF library 10.01 - - - - - - - - - - - - - - - - - - - - - - - - - -endstream endobj 3 0 obj <> endobj 8 0 obj <>/Resources<>/ExtGState<>/Font<>/ProcSet[/PDF/Text]/Properties<>>>/Thumb 226 0 R/TrimBox[0.0 0.0 612.0 792.0]/Type/Page>> endobj 222 0 obj <>stream -HTKO0W9G!i)*lgWVLy|3l{\NN{j6HI,N|>M fs__bR1dl/1{iM>;M 5A#y+SHQǖcS,iT+<RFy4yJFm<6F?DK77&^#}|vȮ~TMAKR\tqXI{]#Ot|j:%4hސe=#`"/ͽl;קw- َ23+_cGV4<5JY@-UۮgONV*,́YҲd0!CXoQk1]ds~wQ\9Jtpf?* r47FP}o;-.JypR7%JOIS.L-v=U? .Vvhz[ f0=J,3f;,O%Xe8"&&uKpA7mK@lBe"C09rȊKxJwBwxxpnZ_MXS -endstream endobj 226 0 obj <>stream -8;Z]!bmhQ5$q'm_6gi\s66/@^MDKp##*[Q]JFV?K[JC:0j1ag?2A:#CkEm -n,4'bKS`?GX)naMz!!&nk$io@X#Aa~> -endstream endobj 227 0 obj [/Indexed/DeviceRGB 255 228 0 R] endobj 228 0 obj <>stream -8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 -b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` -E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn -6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( -l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> -endstream endobj 217 0 obj <> endobj 218 0 obj <> endobj 219 0 obj <> endobj 220 0 obj <> endobj 235 0 obj [/View/Design] endobj 236 0 obj <>>> endobj 233 0 obj [/View/Design] endobj 234 0 obj <>>> endobj 231 0 obj [/View/Design] endobj 232 0 obj <>>> endobj 229 0 obj [/View/Design] endobj 230 0 obj <>>> endobj 216 0 obj <> endobj 237 0 obj <> endobj 238 0 obj <>stream -HV lSs!$8 œ9%iX«%)ABJ v p!dm4֎AwkM(T&meh76mL؀4RJu{qC&?w28Tϩ+/s{9G-<8eڨƎva{id<l,m{.t$~t3-=CVG9t뽝  #㛁Fhd ]]4cе_̦o^[hmR -s(_5_d"%|ZdV(PȪڷw {+q]`XjaDѽ=?-xHV1-B!&fybND6nfܭbZ刊bIo`дL%)*98a!|_ƽ( L2;~>`d`9r!\Qo'іh/j/ik,xC5ףgt1\8Kb(e+"8 0pyq.Js q ur9\ -W՜7Z"LS `|1'a1ރ_13^Ob ZV 1=/1ab&bjq;1Oz{7c ƷE$I>PRRrkDG2lL6$Ҥ)s2H 6PKƥ.= Ō =x<{oO'vxN<=>ŠX"MXn{(646$'ϵRaufJ oF'F2z gԞnFY+V·|'|_\ S3̣DZ],B,qXqU$8Kp*cX4n8 `.\C|/.E`K6b6c ߇ale.6\+1O*\;~W5܅q?_x_ǃxex?+؃Uk%^ǯ{ -o-sme+l;ہ¯A!;>b';ΰOاO, ?~K JOU|5okwf6=i0{b$_cE+ʺNd7zdO/o$vX{cM~B{83sjk<9Y3>|{+Z2G&/WTp^e>hu@E PH $YCE—tPiyzECṚ.t;(ݔ@7ݟ6Qej ]ȓ^]tƛz@s<kyAI3LVIG8 GJ=̓ -kP: i$HOCs}] jYR_IV> VLkcB4`BVE6cM6h nқB C47}eV{ur˛eZUۿN%QZrmPʓkj(GbTOZG~]h;٠ <8PmDwݍv`KOVa5 r""3?@8өd2dgk hwqA@ "}AΈJ-ICk&3oڝzthZ0sljҒG"Ѭ{'Pݨ)Qidz@^P1U'}ԯ#C(-zC4pR;_L3BAڰVXlw-_kaNIMIRd=Ki^zB mJS橽ϺG, 3_`W\9Ӵ͊•}aUuQWJP%.ɲw::ݽFG<.[p+zQff}}Zk(TaU}yQ!]m]:nrㆺQ#Pof<@G2UNee(Z2fӌjôLχ«8m۽c # Sp3@N WGpH1*2lMŖP2Lj#0-PtNJNȄTK@A4 C/} K^^~{~c:JmGqx;W#wsimm?ABw+q- E i:#x Y`?j͇ɪzcw"\\fEG%mEͲPV&[7,Jf R4Ef` yr>OdI{cW݅%JBGd<2?-YN璩$ 1|p[)QM̅Q"5S|a3\HjmuJ`C+ O.H1˶sOc 9Սy!²g?aX~|PAǩ. .q M$sr0EX$|j~YEHVZZĖR4B8*wA!(Ggf="VcmWT.BirA"㆚H>u#1bjzꚀ)Қr]9w ]iξ9\aq]\))I֒%y ߎTÁ҂Phĸ?X^S1ID[B a$OpČ)-i }|]~]pIt+bI%S荥ЛNj8n7,CIUED2N$ɨ_9"a[6}hBx渨6t2"푾rTaJxt|!/|l:8"{?g1NjQ.8)^>K}=H"7p%`6UJDU2)ds 57A68pY\Š5.4^|#i ]Hx.3$'s vIQ9$ݹ3&H-K#T9)^omxC'C|tcy\?kďD&.?1q̤lGC r#ñ<.rIhdGXȈ@'89*K#.>2'L鲟ӹs7KX>+tȄp"H'}vcq<t`~eh82Q8c7HRok;vn HO6qU`+J6Z5ьsΛ -- -/-1 -Y L"G˪A'ҪJgFՀ? nエn埏"cZܔ7~'WyS4>:'[_{ߊ-c!֊ȹ$nn*5b]%L݇hæ -G =2 Kb%_7ģig:SG͒~@Z7hi*/Bwjt'jGlj4K;sg@.;יޜMϙ% I\~N<7Ԕ~Қr1.jϻCNV0S?*X^$(az+\QЀїFqxm>J'y(e(Ϣ,Di\'1@irX`J=()cY=hS9hJ!Ak1QƯ8ھ|*W pm5G1NEwAu'-Nd ߅}qPB Bh-tue.nv~ξKaqyXJ mBIB0>z2=>%cl%j4kX5qdKamQ2ġK?x# o9[l]uj@m Οaq>ڇ60%~Fq\7;{k qWǐ`&k1`hE؎MϜcE95w"VVKSBU!ꃦUE.J#+K\5VUVQUa \k|w̛}-|ep*, V)cGm,,§7M_`x/1Ob\26,Ts[f+qYzgjm ]5:g1qWSqmstCV @O^/3bQEqv_6ݗ傛3ϸY3-(prl`M|n>S(~:a#ޟykǙY5p=_Kt,wL]ݗ7= -_b挻ޣYbF y1Ce廖cbL*_/M9D g0cW8'`΢*ПIi:݄8b>z"'ǦC^Omb}{d{pݘ#^9Bf5lҤA.9{*c? UlV(w^.Zd#O[YEk_!h=<">"']TŢ.ֲ,_A::&5,"\pݠeQ#divR~RgP3sF.s{D{,Ǭ E_4@8?cǯ;ǩxҲq jJ_~- 0xNii _=$i ;!܏T]$UD^X&qo}Z=a^~pU~SG9t*ZsY}?κB3DK!} ߉>)Wxr ݷkq*77ux9q}I5 -9/skgWیxb4acM3X[ Z}F{ G5"mž73oy?TQu %* ]DB>g觔n>-1f=1Nou\Z?ɊSN4WWKզE!c&^oJ1)A8yynQk4 ƚy.U8(mVqH#M. -2!{[sJF : -)"6j_'90t 5!Z.ԫeԑe}q;66Nnk_~[k`-w߫:|.] -|Yu(8 -8 zo^/E {qUk/Ҩɀ:K~DX==ּ_bb{KԺhڼj[mmt+ɋ}ZOO5|HIKkhZimO eIWy[&g(BY2\ <[ehlg{ ޒJfO%v<D*94_mٺ!q'NjI2Igls8O =ds8y;cv&'FcC3Xxml,n&J %әD -KMT&=r4LǓfj$ A2(ِcȡq5^^l-!حa> endobj 224 0 obj [/ICCBased 239 0 R] endobj 239 0 obj <>stream -HyTSwoɞc [5laQIBHADED2mtFOE.c}08׎8GNg9w߽'0 ֠Jb  - 2y.-;!KZ ^i"L0- @8(r;q7Ly&Qq4j|9 -V)gB0iW8#8wթ8_٥ʨQQj@&A)/g>'Kt;\ ӥ$պFZUn(4T%)뫔0C&Zi8bxEB;Pӓ̹A om?W= -x-[0}y)7ta>jT7@tܛ`q2ʀ&6ZLĄ?_yxg)˔zçLU*uSkSeO4?׸c. R ߁-25 S>ӣVd`rn~Y&+`;A4 A9=-tl`;~p Gp| [`L`< "A YA+Cb(R,*T2B- -ꇆnQt}MA0alSx k&^>0|>_',G!"F$H:R!zFQd?r 9\A&G rQ hE]a4zBgE#H *B=0HIpp0MxJ$D1D, VĭKĻYdE"EI2EBGt4MzNr!YK ?%_&#(0J:EAiQ(()ӔWT6U@P+!~mD eԴ!hӦh/']B/ҏӿ?a0nhF!X8܌kc&5S6lIa2cKMA!E#ƒdV(kel }}Cq9 -N')].uJr - wG xR^[oƜchg`>b$*~ :Eb~,m,-ݖ,Y¬*6X[ݱF=3뭷Y~dó ti zf6~`{v.Ng#{}}jc1X6fm;'_9 r:8q:˜O:ϸ8uJqnv=MmR 4 -n3ܣkGݯz=[==<=GTB(/S,]6*-W:#7*e^YDY}UjAyT`#D="b{ų+ʯ:!kJ4Gmt}uC%K7YVfFY .=b?SƕƩȺy چ k5%4m7lqlioZlG+Zz͹mzy]?uuw|"űNwW&e֥ﺱ*|j5kyݭǯg^ykEklD_p߶7Dmo꿻1ml{Mś nLl<9O[$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! -zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)Km -endstream endobj 223 0 obj <> endobj 240 0 obj <> endobj 241 0 obj <>stream -%!PS-Adobe-3.0 -%%Creator: Adobe Illustrator(R) 15.0 -%%AI8_CreatorVersion: 15.0.0 -%%For: (Johnson, Steven) () -%%Title: (services_overview.ai) -%%CreationDate: 3/17/2014 11:41 AM -%%Canvassize: 16383 -%%BoundingBox: 119 -458 497 -123 -%%HiResBoundingBox: 119.1279 -457.667 496.5957 -123.6665 -%%DocumentProcessColors: Cyan Magenta Yellow Black -%AI5_FileFormat 11.0 -%AI12_BuildNumber: 399 -%AI3_ColorUsage: Color -%AI7_ImageSettings: 0 -%%RGBProcessColor: 0 0 0 ([Registration]) -%AI3_Cropmarks: 0 -792 612 0 -%AI3_TemplateBox: 306.5 -396.5 306.5 -396.5 -%AI3_TileBox: 18 -752 594 -18 -%AI3_DocumentPreview: None -%AI5_ArtSize: 14400 14400 -%AI5_RulerUnits: 0 -%AI9_ColorModel: 1 -%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 -%AI5_TargetResolution: 800 -%AI5_NumLayers: 4 -%AI9_OpenToView: -258.3335 11.3335 1.5 1859 908 18 1 0 48 119 0 0 0 1 1 0 1 1 0 1 -%AI5_OpenViewLayers: 7777 -%%PageOrigin:-94 -696 -%AI7_GridSettings: 1 1 1 1 1 0 0.8 0.8 0.8 0.9 0.9 0.9 -%AI9_Flatten: 1 -%AI12_CMSettings: 00.MS -%%EndComments - -endstream endobj 242 0 obj <>stream -%%BoundingBox: 119 -458 497 -123 -%%HiResBoundingBox: 119.1279 -457.667 496.5957 -123.6665 -%AI7_Thumbnail: 128 116 8 -%%BeginData: 7347 Hex Bytes -%0000330000660000990000CC0033000033330033660033990033CC0033FF -%0066000066330066660066990066CC0066FF009900009933009966009999 -%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 -%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 -%3333663333993333CC3333FF3366003366333366663366993366CC3366FF -%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 -%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 -%6600666600996600CC6600FF6633006633336633666633996633CC6633FF -%6666006666336666666666996666CC6666FF669900669933669966669999 -%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 -%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF -%9933009933339933669933999933CC9933FF996600996633996666996699 -%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 -%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF -%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 -%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 -%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF -%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC -%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 -%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 -%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 -%000011111111220000002200000022222222440000004400000044444444 -%550000005500000055555555770000007700000077777777880000008800 -%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB -%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF -%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF -%524C45FD05FFA7C9A7CAC9C9A1CAC9C9A1CAC9C9A1CAC9C9A1CAC9C9A1CA -%C9C9A1CAC9C9A1CAC9C9A1CAC9C9A7C9A7FD57FFCAFD26FFCACAFD57FFA7 -%FD27FFA7FD57FFC9A8FD25FFCAC9FD57FFA7FD27FFA7FD57FFC9A8FD25FF -%CAC9FD57FFC9FD09FFCFFD07FFCFFFCFFFCAFFCFFFCFFD05FFCAFFCAFD05 -%FFC9FD57FFC9CAFD05FF99CFA0A0A0CAA7A0A0A0A7A1A0C3A0C3A0A0A1A0 -%A0CF9AFFA0C9A0A0A8FFFFFFA8C9FD57FFC9FD05FFCA99A1C3A0C3C9CAA1 -%C399C2A7CFCAC2C9C999C9A0CAA199A0C9FFC9A0FD05FFC9FD57FFCACAFD -%04FFA0A0A099FFA7A0A7C999C99AC3A7CAA0C9A0A0A1A0A8C2A1A0A0CAA0 -%A0CAFFFFFFA8CAFD57FFA7FD05FFCAFFCAFFFFFFCAFD05FFCFFFFFFFCAFF -%FFFFCFFFCAFFCFCFA7FFCAFD05FFA7FD57FFC9A8FD25FFCAC9FD57FFA7FD -%27FFA7FD57FFC9A8FD25FFCAC9FD57FFC9FD27FFC9FD57FFC9CAFD25FFA8 -%C9FD57FFC9FD27FFC9FD57FFCAA1C9A1CAA7C9A1CAA7C9A1CAA7C9A1CAA7 -%C9A7CAA7C9A1CAA7C9A1CAA7C9A1CAA7C9A1CAA7C9A1CAFD59FFCFFFCAFF -%CFFFCAFFCFFFCAFFCFFFCAFFCF84A8FFCFFFCAFFCFFFCAFFCFFFCAFFCFFF -%CAFFCFFD6CFF59AFFD7EFF84A9FD7EFF5AAFFD7EFF84AFFD7EFF59AFFD7E -%FF84AFFD7EFF59FD7FFF84A8FD7EFF59AFFD7EFF84A9FD7EFF5AAFFD7EFF -%84AFFD7EFF59AFFD7EFF84AFFD7EFF59FD7FFF84A8FD7EFF59AFFD7EFF84 -%A9FD7EFF5AAFFD7EFF84AFFD7EFF59AFFD7EFF84AFFD7EFF59FD7FFF84A8 -%FD7EFF59AFFD7EFF84A9FD7EFF5AAFFD7EFF84AFFD7EFF59AFFD7EFF84AF -%FD7EFF59FD7FFF84A8FD7EFF59AFFD7EFF84A9FD7EFF5AAFFD7EFF84AFFD -%7EFF59AFFD7CFF84FF84FF8484FD7AFF595A5A842FAFFD7BFF5A0D0DFD7E -%FF59A9FD6BFF9AC299C299C299C299C299C299C299C299C29FC299C299C2 -%99C299C299C299C299C299C299C299C9FD57FFCF926E926E926E926E926E -%926E926E926E926E926E926E926E926E926E926E926E926E926E926E9299 -%FD58FF98989298929892989298929892926E9892926E9892926E9892926E -%98929892989298929892986EC2FD57FFA8986E926E986E926E986E926EFD -%0599A099999899996EA099A099926E926E986E926E986E9299FD58FF9898 -%92989298929892989298C9C2A0CAA0CAA1C9A0CAA1C999C2CA9992989298 -%92989298929892C2FD53FF7DFFA8A8A8986E926E986E926E986E926E99A0 -%C9A0A0A7A099CFA0C9A09899CA6E986E926E986E926E986E9299FFA8FF7D -%FFA8A8FD51FF92989298929892989298929899C2A0C399A0A099A09999A0 -%A0C2A1996E98929892989298929892A0FD53FFA8FFFFFFCA986E986E926E -%986E926E986E926E926E926E926E926E926E926E926E926E986E926E986E -%926E9299FD05FFA8FD4DFFA8FD04FF929892989298929892989298929892 -%989298929892989298929892989298929892989298929892A0FD06FFA8FD -%50FFCF986E926E926E926E926E926E926E926E926E926E926E926E926E92 -%6E926E926E926E926E926E9299FD53FFA8FD04FFCACFCACFCACFCACFCACF -%CACFCACFCACFCACFCACFCACFCACFCACFCACFCACFCACFCACFCACFCACFCAFD -%07FFA8FD4CFFA8FD1FFFAFFD12FFA8FD5CFFA8A8FF7DFF7DA8A7A7FD04A8 -%7DFFA8A7FD5FFF7DFD0FFFFD057DFF7D7DA8A77DFF7D7DFFA87DFD12FFA8 -%FD5CFFA8527D7DA8A8A87DA87DA8A7A87DA87D7DFD12FFA8FD4CFFA8FD0F -%FFA8A8A8FFA8A8A8FF7DFFA8A8A8CF7DA8A7FD11FFCFFD4DFFA8FD32FFA8 -%FD4CFFA8FDB2FFA8FD4CFF7DFD31FFA8A8FDCCFFA8FD32FFA8FD4CFFA8FD -%32FFA8FDCCFFA8FD32FFA8FD4CFFA8FD84FF7DA77DA87DA77DA87DA77DA8 -%7DA77DA87DA77DA87DA77DA87DA77DA87DA77DA87DA77DA87DA77DA8FD2C -%FFCAFFCAFFCAFFCAFFCAFFCAFFCAFFCAFFCAFFCAFFCAFFCAFFCAFFCAFFCA -%FFCAFFCAFFCAFFCAFFCA7DFFFFFFA8522751275127512751275127512751 -%27512751275127512751275127512751275127512751274B52FD05FFA8A8 -%FD23FFCFA0CAA1C9A1C9A1C9A1C9A1C9A1C9A1C9A1C9A1C9A1C9A1C9A1C9 -%A1C9A1C9A1C9A1C9A1C9A1C9A7A1FD05FFFD2652517DFD2AFFCACFFD26FF -%A7A8FFFFFFA85251524B5251524B5251524B5251524B5251524B5251524B -%5251524B5251524B5251524B52515252FD2AFFCAA7FD26FFC9A8FD04FFFD -%045251525252515252525152525251525252515252525152525251525252 -%515252525152517DFD06FFA8FD23FFCACAFD26FFA7FD04FFA85227525152 -%4B5251524B5251524B5251524B5251524B5251524B5251524B5251524B52 -%51524B5252FD2AFFCAA7FD26FFC9FD05FFFD0C5251525152515252525152 -%515251FD0D52517DFD06FFA8FD23FFCACAFD26FFC9A8FD04FF524B525152 -%4B5251524B524B767D7DFD06527D7D527D527D52524B5251524B5251524B -%5276FFFFFFAF84A8CAFD23FFCFA7FD09FFA8FFFFCFFFFFCAFFA8FD05FFCA -%FD05FFCFFD08FFC9FD05FF5252515252525152525251527DA8A8A852A852 -%A8A87D52A8A8A87D7D515251525252515252524B7DFFFFFF5A5AFD25FFCA -%CAFD08FFCAA0A1C9A0C9A0CFA0C9A7C2A0CFA0C3CACAA0FFA0C9FD08FFA1 -%7DFFFFFFA8524B524B5251524B525152277DA87C7D527D7C7DA876A77DA8 -%7DFF525251524B5251524B52515152FFA93535FFA884A8AFA8AFA8AFA8AF -%A8AFA8AFA8AFA8AFA8AFA8AFA8AFA8AFA8AFA8AFA8AFA8AFA8AFA8CAA7FD -%08FFCA99C9A0C9A8A0A8CAA7C9A1C3A0C3FFA09A99A1A0A0FD08FFC9FD05 -%FFFD0C527C7D4BA8FD047D76A87D7D7D7C7D7DFD0A52517DFF840C846084 -%5A845A845A845A845A845A845A845A845A845A845A845A845A845A845A84 -%5A845A845A84A8CFFD08FFC9C2A1C2A0FFA0CACAC9A1FFA0C3A0C9A0C3A1 -%C2A0FD09FFA1A8FFFFFFA85251524B5251524B5251524B5251524B524B52 -%27525152275251524B5251524B5251524B52515252FFFF6035FD26FFCAA7 -%FD09FFCFFFA8CACACAFFFFCAFFA8CAFFCFA7FFFFFFA8FD0AFFC9A8FD04FF -%FD0452515252525152525251525252515252525152525251525252515252 -%52515252525152517DFFFFFF6035FFA8FD23FFCACAFD26FFA7A8FFFFFFA8 -%52275251524B5251524B5251524B5251524B5251524B5251524B5251524B -%5251524B5251524B5252FD04FFAFA8FD24FFCAA7FD26FFC9FD05FFFD2652 -%517DFD2AFFCACAFD26FFC9A7FD04FF524B5251524B5251524B5251524B52 -%51524B5251524B5251524B5251524B5251524B5251524B5276FD05FFA8A8 -%FD23FFCFA7FD26FFC9FD05FF525251525252515252525152525251525252 -%51525252515252525152525251525252515252524B7DFD2AFFCACAFD26FF -%A1A8FFFFFFA8522751275227512752275127522751275227512752275127 -%52275127522751275227512752274B52FD06FFA8FD23FFCAA7FD26FFC9CF -%FD04FF7DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87DA87D -%A87DA87DA87DA87DA87DA87DA8FD06FFA8FD23FFCAC9CACFCACFCACFCACF -%CACFCACFCACFCACFCACFCACFCACFCACFCACFCACFCACFCACFCACFCACFCACF -%A0FD58FFA7CAA7CAA7CAA7CAA7CAA7CAA7CAA7CAA7CAA7CAA7CAA7CAA7CA -%A7CAA7CAA7CAA7CAA7CAA7CAA7CAA8FD32FFA8FD4CFFA8FD31FFA8FDCDFF -%A1FD31FFA8A8FDCCFFA8FD7FFFA8FD32FFA8FDCCFFA8FD04FFA8FD05FFA8 -%FFA8FD05FFA8FFA8FD05FFA8FFA8FD05FFA8FFA8FD05FFA8FFA8FFFFFFCA -%FFA8FD4CFFA8FFA8FFFFA8A8FFA8FFA8FFFFA8A8FFA8FFA8A8FFA8A8FFA8 -%FFA8A8FFA8A8FFA8FFA8A8FFA8A8FFA8FFA8A8FFFFA8FFA8FFA8FD4CFFFF -%%EndData - -endstream endobj 243 0 obj <>stream -%AI12_CompressedDataxks%Ǒ%fw?4Defd;iÛ?? ˳;inIϾ{{8g0t5tٟe^*ş&w/^\[%?{L?_ܼ}݇w׷/}dW7~K5QAҫ߿[j_P?}qg7뽬›gV^`qHc67Ջn(Kx쿽xyVٻ7ϥ;oon ҳ?כ?] -SyV?{~k? }y+ׯn?7>{˅,x9KUarwݻi/>{ۛtg?Ȥ H{\Ɵ=yիkiI_!D\?~gez|z}7{߽/l%/vɋKKˮΗ^~J3___u|_ë/߼W^aN?vѯo7߽r# Vڻgz>zkoq}yF[iKS7~KRknHw ]};׽x hg|K?>_~C%7?~; |KFsyovyv\ʚ>睄y W*_}VUO{7"4%NQ~s͟Eh (/7t ;Ef^}_xRﯥZfsEuߋl'<74e|)#NWo?~ݫZj^7s|n"{?k5Oq\Bzhm~2j^u5[g_|0{pWToߋonwC?}ُ?1d2X'Λ[Y1/Y.6Yo8mPt-6f2N2:Vs+,VP2lthzbMw\>|ў2q1Wxok -!!JXAEa0s\eχb;Sqx2:Ge)JZ>yHW2)D-s9咗|"_ɄTK*,e_\+82KXEZʲ,|\dqeSjWWp%Lzx.pW2F|/҅ +DҨs㞻%Q[hCNV S,2Ǣ̯Q֩5&ܳu+ruv0_EP;If`9O'KqzK\:F;K툠w W޲|dxQ)XWN쪾+ڞe8;GTTJsry}*7yz [mK?WxJ"AKys H'z)ھR9X\k|de>'8ܚwQ٬'YkiTYYt/-q&-J]^ku s=5 ŕyNj%lJٔ_ܾG%Di9R+V{_,hd2{9xS{Kڧ7%=46EZ\}vG{ -8=EZ|\G#|ӵwU\TI1Ul˪VjiKa@\rzxfH$+fꖎ֩vf7۬ͺ:/CUKo;\xuVvYz+b<*y\[SռY\|Wo` >}H½uuruUYeId13L2uI%y%Lu.? j^н]y"Wq+\tBFj`# B(lRZ؅iajaZ02;]Q64B :Ll䲺^vN t,EUQDo DGZڅhiӠAWH} [ ]bL;HxR^?#! 49NeB e&ywǵ;)zwϓ{H6rκ+f5W|qBx׸{p "Ogy@ԙ"R~sabDo ugjK[ -&&Ƒ&@6<3E4mo9a_=8rq5+rU+7m|q5y٫+akvk'#q5/p1er}\g#EZ|(xZ;?Lave8e]r8+sx,J+qؕLTqmDbLyQ}>>VM{(,8Yii١66!=QGYDŽ$\XD_e(as?&6 'mמ5 ByabզhEo7 G23j3?듶>‚K ՟F5LZ pEV=կ> V/Y)jJc_ha9m)8vvvuj;k¸8 Ok=?_gӯl'lζcmΆK)hXЀJ]W4ϩ(g)a]rJS{^/N aZ=w{PĜp꙯_=מI{A;!RX j-P4[m6Hj VCkΣ upGu9G9W.F.@r PJRIPib@ -p.sp hz1Ҁ9 wp'9jf36ƣUV9.P1)$Πp譺26P*Æ*W}ۗeC:۳DU⌲fxJ+A/\@m94G:'Cv#G;2x6%Cyy,DZ<ԓ7q?3>[C\I9RUulv]D6 :~{aFaarDs/ *}\1IFj'jP%eMa K_]Yҙ_{'jP.A%,z!ˎqҒ5Y tBYn1ICco9~vͬX-İ،%?-u,am z=7oiҿh!<2g -{ΎX҃_V50琭]. -ޚ:|+b[$E|* S$gQU^:`;eUE%&"`lJ1j/S -rUu?6XX*qN7-=ZQ&ф|RLb{b ;LIKx{9"-w4N,jy21!t N5L^[tڃ -_%&ͷs; v&m7mu^iɑvLM75Z;]k ufe\SmjW'L3tZU^2xi[۫i1tWc^1 -l||UGe)~D$];mQxOrt'OP>*Y -++p{`ֻN['.0OF6ʢ'g};q6Nگ&}o&&4Y/E2b>Lizkkm eXznU%:gM`GkP圛r9*8  QejΕ-PhܛmA<mJ*M5~z<y_f YogIp2 -(ND`@)S>G0Q9(ydKZ VP#Ig.q=po'Z1x{{;#FX4NP{ҩ[ѵ.xqU<,GΈFP\nz}QafDpc{< 9o`Ojys^%(K9INإHz A{aJ-CϞ藧^?9nj!Lj@;=LɚkHjX?i,ti>nd=0s"IQ ;XS bR -b4 c&2L3EưbjHIKb-a$gZ  -fZ&jRdZlLLW[Si}6XõEG><"`:*d)q]Lm%= }Kb)WNBz}5:Q -uɹrʼnJ:Օ)8l 4kĩdF ksb,z0X֡l΃S< -fSbrc#Q.8 ZO!nTHjj6kM4Njq[j%(=%rGi1[Ns):V Sʑj]Sˣ[|?{Gri^a/"R1(圪:43T+GU"fumUt:Q*O'J+ BWE[deXe8MiugV-̨rV\>3S6hc#"->GG_Zk`k,w82ELLZ꒚S4MExJNLP~4t]4 -;(?d"PQX}? D>lG+ -ʛϹ<^K]uL+ WfkN6_mcX8Cz‡d WxI-Gj3]%>͗Q )_X$yhK4~ Mx0ycv٩NqLyhXS'Kp"QT\coӌ{3U_ZC=.]W& Os:%3O JQ〰t -#V adzA8 --ʯ7i¶Jk!SC03rؠ-u_V-Z?y<_7/|@\9ꬢQnlK}nsOlv6C|t֣qs -x-y!Y~hX=e@*].ѓY32Xȶ -<f$ Ӊ?AI=]Ъ,B Èt, €KA}\v'yOgQKC8ͱD>PT .Qozz~i( -]P9<|"S$ k  Cu=165Qh"a &(Su!EDPSCJ )zBd=+xlΧ7۟43 1iQW {L%m6>y-Ӌlz'O _&itbq~ͥӮOf|+`^`+sqd+^K>6w?TD)EmO5Yj} ] Y,b+;pFɩH}ɻM;6*^dN6g>^N‚.yca`$O2}qB[mV.M5 -h]dEuHS#2 Ac,< =->G -ف.Z!Տ؇y czΚ:<">q -M}hx2["͓Pϰ]?bӮxma6|8a ܐVOU!ļu.0;S;[*T։S,!Ҷ`flڷCf;?Oϙ퓵-ZľY}szU·}\i?ȷ+ -R`C`a]BU4'F>ХQ?+KY{91~' !B(yf! B;q 퐇zw=%0+ڡI~ -nM<ϻ<'A^[j;r^<|#2#>ygiAiT5F5$MK iq/ +ڧQhd Ym0ɣ3gޯ>8¨nU#1)3s,|Vic),ie̤sX s{vs>=Sh}泼~'jSs0n'q?ۍ)`N]OLj)sfa'n{"=t^xt842Sۉ7 "ܟr՝x|ҝ>yeWI=} YMEm̢c<pJΧOKʉ$p-=vS۲cdeMv< Ų('74? Vi9|*m|DP -ƭGNG$G;畵ˊXcڹ< ~=˟+џزq|ZGrM: w|xvp&S+C5)uaͲ Mr?yX7n+mV:i٣lTd=@%eH˲^ESrڞ̼]O_wW+iu:ѱ]#'T5}MT'sWIkrsb.-1?3?x?vd|JywN(d؉ ]ִ->Ȇѧ?19s&vzΚ*-9q'U-Ӣqt&ŹY -?.ā.NMrq: ȣǜ5#VAc3?Ϲ·.sǒ߯Sߛπ^O Ύ.'Xus1v8Vi_>V)d}Ǔ9 edur jO kd}t`j&\Ȯ. etT1v/}ؽ_P6][ڽZSI⺁[l_^a<;ݽ:/߽p_嫛opw+O>h+_N8Us5cV\O.ly)CXv|M;4LrDםD, Vr&]8ZH2]g,s^WpYBg,ݼ(z73YSn9||M,N,.L|`|&TK@%0]@, o"B]'q,y'2-R> @ł@hQdca -^Πtv( |7gAl3?"jDLly7Fb ,-cH;b, Iڔʌcc83" ̯7b}1 Dr62fIBɦ](]n*-C.3¾1Ku!*aE3\5rט]ì63y:na<2t(&QfviryHIn'Clv9!=AaW -ql{BU( %pcnKOBkp߅A^j Pfp.Y2=eK';KtFxdVvvE.2L<<dEk K/Ma:^g]:*q Ur,H4 s 1l3INVI֒(]+F7ٮTKB5kGf_V mZ.="#pfYYY*l8/GQ'ʬej޹5T v?R3џelv]},Vڼ_{Gǟ|^6|~o-}xc{Kp͋o&g׻C2[bXγ<<~o@"DʞT7%55nT$쀏Z&O(5 KE8t@*m;F?2:Y;az]bNediZ:^:(*ʼ֊CgsRTZ++Uׁus\vG}s"Lҿ€^"π=g+{?0G{AO2^8zQ^Alw{"UټvelbCt}!q}HtG#)q2˶o3qg\bGPWO|0sL5lUɇAX{ϝ?ejDZ@jJ%JUud*gjS{CNqtpp*0'l5;5ɐ{Ee8x23jҫI5T v?R֐HQ&EX^>7y7M|E=L1jB-ndDe/A: KZ cEf!툵 rلe'$ |zbH,.aQ"$b `D*ۊlF*YfHEPܹJύ2R' wCv /"6^*;RdN937N*MEeJ&= -Xqp+:Vz-[m$|flW2Ifdtv<殛AJ81g%UA W3`1,i@ldCe폲#l c]XiN<lI& zCaq\ťF*/ -QX<5OBWq^Hcזv?lI-wFK鼢7}k7aq2]"L%..rL%(Y5<'c2bp]bIx_QhƜ1v }$4k*A"]FQGe%8BBV-ao vu)5| MV~?#ز׆#"SàB_ٿU\m5Hu_|e\0j< 6R`5~5Ҭ"de"[o/3X4m_4lh/aF~C~P/.u[FgoҞ|DZJr8ɪX/rf^_.JTV_ eYc/Y`KYdYd]g/2ja3}_d/i#T×x{=6RAͳ7D2CY# aVS4!dFc%⤾Jwu!1(hGkإb{ѻb;0 H!"}wb=CȾ1&wP{/qirŨD[$ؕD=x\EڤPQDdD)crU"8"]:\!b1݋(rLY>%'enDY"r{.Z朹n=7ܬw'u_fYő2LQZ}=fe/:ND)6oU#6b4w+GF_o>Xe`0k8"oԂiX]N+BTܽ8S_xgw0 Qu0헊eƻʥC- \`Gzshq0š;ڂ en ̩b,00(CǓY^D7~ol1swJy^OGu?řvv^pD P{ -Fn^Z=2:b?ל<׹V]S vyՕ=qqr7{'7!ڨ~Yg~ސȘR|[NX{[nm5tLc7 zJX;zMn?80QQ\UT]VF -f#z**4۬**l!nTT7:V-U1=)UT(C–74jRP+SXwҽQPam3+zUGOZS -j#W#6;G -1oTZ:P\M eRq!%.j7aBpREaj&jj1E=g$@K -~.xk7#0 iԗUlMXhEi2UMMwN=a6 -+.OVtDgLPT]v;))yF ڬk2%)+,(6_˜%9j:956u񼢿7}ן_ʜbJ 2 uy4a];0UW&ZI03kȃʜC+ݠC6YlQS!USU$ 7p\XVfސ8CdHYRMlKw!ȥ4qE(ڳlX&yS}^CoZ{JqޑWdobW}s6jbcHP#4+05[eʝUlu׆)ҢI_|&g4I2:u1k3 -8. -KKm dI%CM{0A +zC}jIsQa&>cP)<3xlՕ5Л9Ľq5]byEolQ1yX^oȋZ_ƌHL֔  -dTSWQW995vJK㵊 -]~!Z"i9|&c?9 ՄAY q3`VoFеzSɐ+^vOl >Z^6t `+.Z#ϐ(L(Ü;l,0W2p|XGڥNL2l'JQ -v&Qu:?H`fAz[ayhy*7zS-lƓ֘V SM`{ZTm5n{CȱХcsK\سRBa \A}%]$|AHq)c Bztzq+5Ctiq=oX{!^nU5 -RP0uS{c{*kR]]2r^tV tXmk[sOFV@1dN- 3Zh֖vE H0{[ 7xM;3W'0Q"eJ93}\3xF4vGh#Ȕx8UԆW+ 9}pj<Px<0曆 @bS0d)e! SB)b1#B\^oȢv՗.*|0UX%-J'W5l#!bgkvD#7ZXttG42lir w5]jq]E5sNCc*,܍hl 8ř Zrk:UFaQON#k2"kTF.Rݡp0}cN6ewݵǫ+Ǝ޵[$OoQ Z2x yԐ(2!La)n 2M+jm9n4k,B,]b֧zMtM!R#bhq67;;+`:k~WxEF5(vW*ykJ^bw*Whmߵ]s1IV m%F:G-b/PAѾs7C'D,dm S?ej[>:枣(2dPawx-MI@\lV[52bS_op2(W鈃"R^XcoQ6r#L&P=p^_ھ=ea\ d!Ju˃,rh,E4il/(d{z>J%JTY31A-ng5>5trxRM|AM*6$uIeA"SNj^ 6]W1`bزt3;Z}~%ʍ2z^oȐ$9MptAE&Q4k_8K!"b}cN:3rVt}X1aݵtX -]VHvՈNAVk2 BCQA|j2KWmP`R[ڕNVMt>[m_gv!KӨ>&cIL g8񢯇0ޖS잮"G1$KwS#ؕp^>7y͟u\4X$;Ʊ4M ӄv Qmz+4tmU/t- Eex賵Ez4*h4Q_fHfd֬j(&5WiƜb7uۑ56 Z)㵊͋|ؽ {z)`, WP݌uZaClw+PyAL Si R1Ha(%"bHZPpėhr% [;Ұ6PrXԇcJjACGFl`rs%;"OWP7Pи"+rÐS:495 Hl']J%(-E;{CC 7IZQyܠ3ii,XP׆q7[Coqj5pk~ī$0iBšQ8L5@<3'8>\Mģ [g:Ney)?t lv{ mb'N%[B?9: -F eKLN0 ajoil#q]ɛiU\xp%N-#!/Luf$9zeDK-@Qwi,u5*8b0,ͽTG)DR,IQ7EZ8P EQYoHQ \h98?%;ѯi4!S" pJiȶbFS*UqLf -F'CtioĉrVDh,P&DZ%M6X'!0;FqșѶ LEN*ODmmtFt(E3C;`ச5b*Okv=5s[H$^JǨSE=. }1fX nV,uYԣI BYVq{H0'eD*06h eR_SW]20P})J4 2yvg.|ʘet(^H0g&\!Tݤ aГ 1ORQ ?I7X -Wy, -B%AE@jF;0MqC]"yvR0Hi1x]zഢ'}a'jl@tAB_cBH'BkP]']W4Gmyi1ei΋*v/#d2|%TA!O7 *kpx`[- _ƌ ^C5MPEP,Я4lErpNbť.v6S BrtO).ه5)27nȓ ccgN2/]N ӼcUX fuy4c]S~'j0Rd/LVH;2 5'΋:0E&GS)>ƝmgLuSgȡFnBCFԡtZXf]`{Nq 1`l"BM:Vg -$gڟf~ ,)t 栖yfIӾ#cFj4Yc&>)L #kH5wY&thQt]G&JV 0.v蚴a,jox2,0kΫE@Ǻq!kO5CbY"&W{,kҼ221zM\8QQYil*Qi"8:/i)DQ/ -Lg0&B0!Nj80A] 6yi6SdV${3d* .5ĐB SPR!4k в6i 2)4}uj1}lf]m6`LA *x Qa߀:yW!۴I0 rzU=`W3! iL1qױ<&"qf gs N.OŠ C3ɠ8m!PR̂/C`8ڀgM0䱝L"k55֜TͥY%uE*:Q]tBj<.UQdq$mBقNIPL-uƜh)W9nT9q1u -?#b /lI՝hR_ <7LA9+qH<ѷ -B4 84>Ϝ#Y1硦&0wS#-ktGT-"&c%e|Y|Bla4O2AR̯I6,-6*Cr?8>dD+ -]B7W @F(U`\/LڢV4ghiEs*Q3I;/)2Biҹϲט1ѼHrJvމl%Zb#yd4*)5=m2T:1,#[?t3ܑZ8:}p<ϔkQ3=r3-A+|Tڎ̳IObQ }^.5+-򲨯hek$o.744CRRә?ۍ$ p -'pG(b~Ã71DqT܂B3A9غv\p -,G0q ]h'j -fSL = J'!\ -'M [KQ+Q'<^ڏ5M/M;e!XNv=!XLH"$Nz4j6LYAQEO!Ӥh&Q+xP0@Q|QPֱ2) -s՛k\ x8^ K -s) )~v+B -2"^AmCgR0\ĠIUP?]yiP- -p[LN ~3#Ԁl(jڀI5ćH"?}Tn _e L5y"wO^'5Y-B tnP\NiqNsXg8ZoU-.zw8 p PT+1hjA.7 tU 8/.}?kh&M -@s^DxO;iHC]V% !ҰuM ->$yyN&3#pD -QAq0%ߕ)5Ө()4ZN@N!|y'sdE{ܰF}LbUpcU=yLx[)(DqzAqaRH bYAS df j *ag_Q8[I`V+ Kuڳn(IJlΫY'))ԥduP:y j 7_̟ -?c\4=NCCE j5g{8S2d(Nnc`iՖJ]Ţ9q.RXV}s w$e+5 c| hǥұgA.ƶ18io6{ȣiv<;D!BNG.he0͙QP -AEChLt͆*YO\AמּR\6Tȅhcmύq+r2KA2jDeޑa"NLD\loWQDɒRQx rŏ`TE,/&ӷz 0oʜ@F V&D` ۓDģ}H9wtpQ8+kÙ&8[xr q79ƿ8IC4ΊÑ4?Hil<0G ,taTxT3](' -)WY3/ajA fd95i|e@0&%P:#qmhQ& An/x`of+$0T0%_РkTl0 ?Om˖[/Td֟ip Q`˲4F]0YsQ-9:7#i+ejY! R,SvX -&CK>ҕ2h'bnή<$\+zj8Sw?=G3 Bp-FHG& hfiv3BM_CZDe`s/hA0ah` 'I! _&!M3Jv$ &y0tq* 2<8(ܕ~=aqdhc sE1\7+DaD GlXC`lb\I#R "C(<6Ce0$,g+R&xr((NK PƠN_}ï_]OꈍnCjASO#\z09u4|lP 4@@D 9#1!o}DL$8; ޯ -u 'D $8ofU4~VN4kW =8+n8:^6ܠ1Fc HYr͟weDL555r -`UŪ{ etP7b/P)Lō:y40핃n DJLj8QW@u@ * - Pd~BT&&$hϚBtR Nϣ.pm$=SF.5k!}pBӄ]$:UYƕ0ЭԄGލޘVL']u R`g稗ni` j`' >H!}tp'd?惣lR<#$t[2$Jl,lP ^m'CA׌g%"DZ8Lf -JpPw,کifKà. PiNoĹ H&"d=b3ks2nZZx@]IAHh\s qÙ@CRFʓ~Ӕ͐ǣ,OazOX6c $*7֯P.Vw7c 2eq5ǤM0Jm,av˙3,%5XrT`GNmPsf͓(.PoyO `O;Bn4-N1|;szpѴϓ!-[ױc4F%%,&.yؗ΄ -*tPDk=MY9Ic0=T>T+pD8\+چCd]ThRHmfF#41, -l.Cn&m>zy:,fXvD= fh6uT[oG)E}M&sh,-j 2xgN -iHQmL:Ah%OUϰhĬ vaWXi UtHM3[ BJDsX [-غ¬77slfUAwngB Zc5abOpYVIsFZu&o!\,X ld^s SbG;5r 6^Kڮ˚nM250 *d1,6P#"r E=X]L Y}g>/e΁v -}ʳ~"*XР8Lic,qdah%0bhPkMD\sjQՔ- -gf*i gtWnmA3҇&&?SfMYVc%66j`,d7Ӭ̐=r5AnZ ڕz:b#u" ;Qn -f'r,ZQp Iy") 5S\gsZK^\= -^DGsP V@@^n,٧&k7F?F8 qz_<lIjP^eE#ʼΨ̲e>;ǨL+jjˠh!1 CCsji|aLNJ))S9.A9GaNF04ذL Kr<.ulb>Pct°y8u2#|0:5*{IXÙꇌ*4h6X*J aϑ)&sh/4) %>3kvZN+YubvTd~{d=knoHVv[ -@FYl@: Mdp},T7~eFFq˔Y83(x7GU**X7ؕNIᙟq{,a8\~Ǽ7 -,*!k ˌ@j,`&rךؗgZ!XAc ufc:&2'2P2wV.kNY Ps?] l?B`i:s[+-Rr_cJS>H wGraX]x}ղPfgΎ<5'F8 hpG?,Lo MэyPƧX~Y"(#Ԍ\@}@Wu?1IXz2V#/x2VeCm7;9,t2978?Juq&gnh2ԗ/2ۉ.B&WNb2Dt LF)6K.vݸJZry Xry8YUeB%eY7(ٿ܃\P2&z(PkHr`#! '"MHf'17 #W,7lpqE?c 1KS"{EezybR-{o1pM=.I%* f&ִ 1nc\='xO0akq8#vAesa-٣1c9TcOy DFB-ox<cwqu 'pwkvrըb͚T\P1?ZʋS<1e(=K&TQ\bdAg HquE0_b8=,@1FfR (?Wa7gCH࡜:ĵ0xxaGf8161FT.41<4]M& hS߳R%\JLV8Lb@1t_Hbp0 qq;x`>q/E#&2,< qV1@ęxC;)/jyA_j_ F./lԤ[j@THPbI8 04Dۋn0&B=);/0J+ja,ÏT7x07w?.0&/sWUWVcXaGDox -t㆑{ PhՅ̋kĖn zFySpQW e8  +V'bhpP`x}xaTAa.W OM.E'ق% -0t)[b {%b ڀ ?4yCm_da(t2Xpp\`aj8/0'-0Bq -c`` -+@pƈya7K*Paoq3F*P< 0F( Q.\0@ flЂ'kCM-/Z0Hi :M $:T# \0=/\0`ux]`a߱yB}/LYl<\``f/Ocf=eW鸓t & fH/`0* ))m`ދL fvfn^]mi`'"F &g#(0s]T3aʼ`ofe!hW`46S0 -Uok<0sP,<0/<0;?mUS?/:tѦ1`60."D=ã~> (Hiqwz<H.0}K# (~WLi@BAً kI ~v'rN -f ƐB3f܂ %V&6 b'z60 6 :=6Xf -60[c8w,<0 ,?"Ob<0wLa VHfY'XuBNF؃ 7ŻosNżf7_L+ <+GEBGyl\_:e% 5U1I>_|`:5k쓀OÚX7|`X<=;ݼ€`CbGo@0S>Y9e+el\wU|` ".>0wHSu!*Y̾mJLl "l8OX`}$p`q'bcԥl`3p`Z;^;0pֺXЁehpn߇؟t0o wHZ'LF74*0pð c6 - eyn6n<`{BKbL' \YƖµ-p}$9޲f%0I^6C?O8D9јŏegX=_d@% d"./l obv&v]ףW rW~ ՠ,i ͋ߐi/`KL_޾@H"./dldW˟d15v+//;"Wߦ%R~ߗRݗ=7۷1Vn/Z ] ǁmN4շ;aL_?CU:#z@_и[%pރK*ŸwJ,aI"t 81JOd]_,ZÕ ]63|i.v޸Hb)/8$FT_X%V0z4M'(\(Ũ5[PP{|1qH/w{ǫG{8!ؽHE f݋ (:VCdN".$ˆO)@ճOpxq&1~+ ;{"ٷląW* NWKAQ& ;^ -t{BL ߉߅*埦h߅1+"NG8F?(}kZCwܝ&_]$'DDe_+K+%BPsY]F^]\G1r$q7Eˊe. q |\]8WA# 6c;^E%G -PıJ/h(ی]/ -. gEQo&@|IwbBc v  #a3f2ȵ0b)bVb\&zEΈ K6V؅N^ vįLj]w@.{$1]u4viA,. \]X .7M0a{Nj HP - -b.1bA]&b r:7QNME^n,k  cujP^ ,kd  l Siװ .d{W{/zU5ݏDa_ĎUyJtA .Cd!oyHa.nH0]:F]V KKãJ暯$0Zׅ7_ϻO) ]mhץKmC^8VJ;n.$?/.-x2 K %z`{,üUfP70*vv2Gk.b*$3>O2..* -O6o.z؅у&T\]+6[7tWլFR~46 K'bbxb%TߙO~"vI8^ nYGhi"R?%a=jbJ-кEE6Wwpcu?N| *X],bEt/Rע֛ITJ+"hMBjhi8@Crta$슥X3Ie( @$@{"`.F}%mG{/APA{c \]:P#6k?62粇.v. _as!̗6TV\X! lySs_ N)fEƖ\T3HWI-0q/1O\.D41°fʅ)rⲏ'(Z^ɭ1\g7&r¡F" ݘvDx\طvSpq!avh\ l a5N0.ypqqu(JDv/*.{PfuA/Nl\Dč*6S..;_spWa/- -VdL­n.I,nuV0/ -.hbW].nqA pvy( cKDD|H6@-zoa|f[[3DDd߾̽} ߾,dşWvroqO} -CUK{CoQ 8YK oQmEPIeD x+&\[N[i.5`|`uy&睍 sK(Bc`nfj7嶂5l-OEw#n'+&n-3Q߶ -3Ӫx)JxPOm|mAt#ȶR*k€ܿՍE @!l]dy, i !syiem1gkj_4[ļ0[a?(*!=P feU4^c eHbEԓ EAjO][D*[җEA7q|AͰA=E8BBYl`[d҆_=䞁E8.A%ˡ^ -ٵՠ@>npmu>HY"ZZ ^> -ix'6voUz -3xӭSacr V-a :-,8m7bBPKvѴ !hZrɴ]Lۭ -^7K i J _WaWIF9 YH; pcѺEe2*gD%g˅ lRhpӠ7v0K*YXZZXZ{!-v]ڹαxߞ@—|gAhB)xT>`l# ,K"086u8[@LyTٵ8;"ip'_Y;Elv$ݾŐd5Vd{Q5iQ@gnlv3gW -{K0f?^"̶'M] '_vmf,iϪ}ڔ_-b)ɲeFq%i}4ILҫ`>hzIqnFV QZO" }dV%Ҽ@k!˓KkdKV$[X0-7 -7GXxadBQg_d";J!oƐe/ -#0~c ^Sʄ{.r!+W$(CK6cMKM/nnTsy#3d@,`nMGP{ztM2tRIa37o -m(#`_hDA-hE!&+b"p؝敷WκchI4HoD, YG#4x oS¥D쇍Mϙ2;̔ #-hdV -A3̏_EΊP=Iov1E1{328zv&_ZRB7O%g|ݸ$byoPA2ܧR^1)mm83Ŝv\C6MЙwMfHrW Jrc ѲRxn7,d,qBH o.zR]nB䪧A -"錧|1ڳ N0 tְlzu,e䇏E7eLu;8 {@y.1Gb<23t,Өr}3z`IY.gDqw݁W}d5G#ta7ˬzX?{bӝQGhIs+^VImg{nG-vq[o1u,zfPr5; >qJ=[ew:x - -Vi$$|M!j :-$k'hIste#)Q\r %z j7K3S5 ![M8&jQktReN5AnlbY2v G0P.dP<~(2䅂Sq@Ɂᡞd9$8{6;aqVK"g-W~SR&{e}ĚU`5荤Iq] V| ~dEO -/HlVܗ^ -#WG@Xo7el\f!utP/{eu 񂺳`Pv!1w`n(',@1t/d|qwIQSXh$ڹxUPM -뗤Igm,0@N%M]CeIq4s;(2%W8(T]I~,/!0P54١aw /woSj4GCCBkZxLߪ9N_$3_&JRSڡP0EO e%9) ~D$.tG0|\1v5âp5:@`Pfڿ;p_XyL4MBBY:-}cV#ϖ0u"I+L,!b"F -(1A?鰳鶝5X"eY,TqWe*/uDT~*ac׉]|;9²nSO N -?p;3CܙBC?r/zc2⍅>ڦn\p_‘G9ciX 0HPi)U'NاJ40',WƘBC0i b,N.2mfij!w`i ՜lXҚSTc֋V>.8xFޣ([s -CԅN$P2bIkhyV@s1P/Wu*'Gk@3a!!Y@֒%vh)Рa;L% Ϫ2$#Iqq! %CIiq#sHY(K<8+7=^QRVhfreo(4=,5Œ{3gc=RpdžL1=Q=CAEN6D9>+7io8)2Y. 0Aiqwi'N#z5#ݼ!y>P:ljy (D?+$B3D!6}a,Fei%AXZ}DAfQtTZQ!<Ķ]^_R%\骱vV˷an=EmrLq扤#̕uG(:(&1s%!E隿d20#Dt-Pr 9Ցcmn]^;9yBj1yջ90{CiI,q6 L`lC c,,o4DŎTMFI{+72pQz苤sP ..wIXD GxP1yo8 9y@3=^2iHJ+~IzpF|8J8q5}|2={nCqmwu?ӲUvݱWSӢJ5.74;ik=Kbâ3)|:>,!'8Vdw=UX+I:h-T;0(pϹfa%}iճƿWF,yLwT^.8"tOm\*RA*OtVG!m9k |޷A۠Yfa)Yf:9k+OSG*JͻCޏ(-k]mhr'0'+,[;,[L 'q8P`~ZK{NrY(,@VҩBff$ ->pnKX~lhaVǺ@p޾R/ق4!ݱ!VwP$}Xf"NS G:"sϺ2h63٣ak%Hl׹0"4FȺQ0uvÆ7:KF=7? -Lv{#h[{݌Y#ԙHTkjרB#ޤe4,_`˽P$W$tƥ)D)VݒJ0c@ژ*!{JaX-3uM=[%/fNBq eXvwffko>BDLz1sryjCp@\-TvO@ ayW9N8PeJ- ZP XBE9T3NJVa2cx|M4\zްx2z:RU(Їa Nc**zZS죦oxä2E.΀[1)dDac~b1/6#*bN*s,C%zڠ5p*d~apᡐFWG Uum@Y<{`/]Ȩ S3 -Yg6'A(#;sLl9zx%ܐY0>(Kkfn^"e,*JoěၷW>bjI%ebo*eYLѻ^JĎRQJ%L:}*t|{6OOS.,[ڙ_X -דfX?Si787%tYA1$xJ3^d25@ -J#J†_'WTA ZTlX^afҖe!s ZE7F8!dD$ate(SZ\Ү5\\_\$ӂ -^Yu{IITz}{Ju-DF"A@FW]ZRW&f_? d{zD_z0n2K)!V{D -=ʉ ;3o7\;[ l+6IN\-6|ث5GDu -%Ycs6E~eNi68(k.Ti)+x>`TxZP+IGݠiM^̎h_< =6R: -&Bَ~u0WKJ+䇔 _J OԡU?}?^*1nz/F Hs!4uåbNZh@8`(|A~}m؍a\sJEJpw )f X3rX {di^+5h f)1^0UQĒ-d(|)AAu~ѿrJDۅ[? Hrh8Ɛ(uaC3oq(tL iXb"IOUzIq,&qx[TXÛ|)_kMԺJ`Ueqe7:M25 ݘB˱ cd;Veioc'Q\| -6 -0" J9&7 mjiׇ} U^2DJJJnCuVObzah9#HѝX7UҏbQfdU`5L`hvOOwl)1R2efh2WEI_O۴,W*'HR~=MMM#;,CS}8X"V1ݿa[eXЅ&u/g5!<<_S5@?^ ²Ul!H˱1AHZh(N2 ^.KLr3, q8F;&HLV[7u QX:-MVV˅xÆ||~*,-A{S3H* i/ oXKd\rpĶF\'zl,xVJ, boO[T=fQJg ͡\ސO-ϡ%\f^1>ک+~vg>>p4j.AD v_\oPҳAduh -+LC[Y 1қK`4T.&g6D5` 8Ԕ0">< -2 gRAA.9YµNYwJ4X"dnޓՁJ%+wS>hrcR 4Y@\i$oZJ*K7g,k;lxKAN"Vlҙ%Bb++ڮ !>S* rGhԣ;GSz0SN Yѵ*qcgc4#=^Ís,CʲRD,rl&T(ݼ۵!҉gC`6q]H"%:5? DfɆ>E%f-\buz7P{uE757ΜB W0X-ohNF޺A}|vsP'1gmޛU:2TyqfH)-=bcR,< OehsZ$lymsʟF#5LMY]@b.P2GOrC7qE1hsi.(Ө1R0GJp#1L "m݉/٠#hs8*)GoqŅL.ؐc-I‖ԍ,on䵈u[z (V-75)-5F^&ҀE1qL_rWN^y yPȣW !GGg3ˌH2z9{qU5t3 f^q_E; -AT=^BNq\/oghI;^vF-E,5i:^KbE6ᱢTql Ion?/86MAa( X㤿l8 zj'yqd54^GQƖEAc. -"oa/4]npb߉^,BSWeUj|/Xb}^>(~ox^A -?(_7Q9Ƈ,$WH -nxGox7Kql1M\ ?1D$ZT/xa_U.(|&?“mtvO''φ>t-x_pnVp8~s׆/kPçCgH2miVG}f1|`2/.COoXCnX,-mZ8X}1)˱X9* vK>_A -4__p 8(8p̖u:HǴ9((rcq> oHx6a1߬`&9Iȥt.QZƒ۬0]},{{\. -@LЬ3:BvL6wD!ĆC"Iz{uc5p;O|1yFZDplH'xPM<}l8.],w3P=H%dEGWOȉ JtY={`v.^"Ao_'\]zpjXp*Yp2NPF5oy.wbn_ol1l c7L?LKkv*oo7, 7_8%/7"A[oJn -w,86 t$3 -8UO- 2~ O3p_pʷ 8,I,Tf=&n-8SJhJhƹ/8er R5\4`ͷ߰D8 -r*O8;8g"uŔ4j@X*-Yon7!boc7ڵ=y&1Y%I g }ʿ `'+ޡF~ ]1|TUyߌ:Rog:}drb[-7ʃ[nt }-dQ߼H pfGxNQ$-ԋ(ꛅ$jBwIu'; 0-73ot+6d܌帱Y+Π] ݓfFvN@ޛpY-ث{/V'E>Km'ػWfB {[EͲڀzA^@z#lTaP!*yEс-`פaހzovtwO\oئ|D-P3@ ݟ.#k!a`EnvX1VVW|.1Mn\|i}eNAȋݒ&w#KAu2\HU)xk3{{CZ|nZ-bw Y}faC\ T uٜ)tH_{ K<э0@M6/BhޯͦD04J¹G\.8xQ` gO=57+n݌^_Tm5\Rx!g0ȍ r' -pa'z sX[;CCEXa鬝"71j",8!sĵ,7ϊ8`!`g -xq0 6W?/7* DLQ @;YyӸd4Baux1w8n!p4S8n'߼ ;e f`rrɗq㎨ 3x{~Bf%Hе!~q<^ح9ӠLX] kט3z ܉z9 6&~Up Ub fj0RMԞ @ٜ>yL8|i jet:bam6-\fH;2" *F{ha j@gO62>zJ !D\NQ1i(ނDŃ?y1CIB0"js! YN7B[ 97Bpi-!fWWh=9d&nx;>L M qf͘!)t F:ՏlhX+Fwfb -`"v:b?5빐hmX է^6̆c*$وN(v1ŕ}3f'if6-,Rقbf6ʳ(}0'ɫ`fs9*,̖,tD/و/r"a1fPMfd6- =]lb42͝'wl ;M32{.da62P&H،LIjp"?6^1{N`/kB -^f~܆e @C׌)[JqM.fv2\%DY \6eKw=e;l26/1&gѝ"9OEF1lnT.Z ~m-n\6cN8.re US`^=SzlTzsC!kq3'e;U F #ҁĦ Mj8췆imͤtrfFak †`!^ 6elEfNq( 7➟ `3r8`C\ſFz௡i^P, fƞ -5ͽFoh{ Ӑ^#M{:7et7 +=2]cCoHh\kDr4.)bP='\ B-5UA|`<\Zkjfbj r#[ "5rI{3zxn\[ yef=m] ]dklנFZא^XkX_M&܆Cq4$(i N Fe}jH0{@kЃrYi(Q0k , -cntrv/5_A8Gz`XN.Ozg-13rbfp= 5՛d5ޏdlSPnA:5^ncpHԚh_{X)%MEt(빨Ԩ3R[LʘCHjX{!{FR#NYͤV oQ -~R\DkW{˃I]:qH]sHO 59A$)pdVP"jF][DL`QI!09`*ZC'V htY)2[FPϤM#% z7(RSЛcvf9x~'V 2\.tTPҐ+s1}!2V֑ pzyúpӤeϲi=-lk̚`M0E>|2Jř+xGtz4P^QdL3b#Z&L7 ttd*qn44|. q)Ŗ^IJ@Kɜ_ FV25J 70dG7VVLVAMjCkbJϳ&{Hi$/4iO'{/nWf%JJ¥ $smc+qMb€H( -M!pzlѢcdPmz4mP^<^"z)dP'6ɱ(;QcAgrGnQuej^t3Oja8No\4  ʼIlFE%.IX2 *jP4S9}a Ko۔hۂ&ͯXp3#  S[~!"3\߹̾ M-֚͆m44W=žFM 0:ӛ tW;?-*Kt -{gDCωߟsӟlO9/e?'__wϯ˿GdD?ۿU~??u8__g|Y}}{%e+? C -gY?>zQ$(ݱ_B>Q}fzaW}_eG^-Duap"8)Brvs8nKy>{p?F88`2YQOo4CE>_]<Տ/9UCɷ)r#w2w"^rwV`_wˏj .(gš>R/cfH-h>7mU/v%6 -e #D~%: q}!Au^u‡m?nq9wf,_nЁ|Q u*չu~܎s2rp x{L)W1uO; 5=qJ|d_w|vsnKqis-j_AHs0^wW}u]˃kxö'w{\ڏnѾ{15=ݳqz1n}~qi?E-ڏ~1#csn~8w9lq{ǥB%#m_ 'oof*<|;Cd/ox;"{xa'w{\GΩ{ƾv1Sq҇ãٷp;..ƱvF_Ozۏb|~܇?jNݳ}{qvD>̾3o1\wp/#rJ" N+ߣh1BTGs=n}}qi?ƹq‡cٷM;_OyۏWb|y~܇5}g}>Ⱦ o^wplǠ$w֑\2%_aþc:~ێ\Vqײ'vˀsEuq4?cZ1~p0^ep:9k睬8J?/#ѕwdg_nfuakcn}}qi?9`;̶NSanۏ[w{ܴ}IB{,)oJݞ/Ϗ;5/ש`*I{|+v7n}kk|IoZݞ/ЏGP!GTҽmeJEn_i sxO -_@xo%:w9lq{ǥWTʫn~8#csnc̯]uvsnKq%z]<{;\oдq=0~A8w 1-i?uip?z2nxyBDž_wY}RÏhWT6 >θpߢt0^w>RP_}}~qi?9.Ћ~e :O kI -n祿GR>+)JDIOL={ >׀}~v9\sFo{뎰_Ka6ڳ^w0踗3vouǹ^Jn}}qi?}H8Ne/'>k};%;qcpl[Ư'kv{@?}@8Nc/%>}+̾icplǃ[Ư+v{>2u.,AS|^6y{x}9'.}ע Tλ1rכ~Ϊ M5 8~OTde?X;=@#i_AY%a߃[<2[5(ٛ5="~ߖ:$R9t&;7N]M \l|x{eoI0vI~ uT-Ɏ YƳʥ`x\PMĺDt~6đn--| /v;bc8[?c੨c slW*rR5PuٟžfU|͏r&}t0bF6Ӱ-xdL*#b||w{ zU؈65?J q6r{5T{3ʘ=#C6OcUD/xܞK-.xX/c?1˱}>uhȀ5~j"k#3Ős\l{9ʃ7 -}yl/$ -cڃY_>x&>1:\>p:gGI0/3dQtjO~_̿w4xtT)wM\8&y -68=5Ǡ ?s@+ƪoWG1?~-5s8>vW@t}}{cge1s]peO uxnNu_߳k2~np2e߃6󍁮hN?wt3G'iQ}_=ʶ~j=?<-n 8jVoSخKSĻ*JL@9%pc/%P|lװ8tAc]C +Ihy]$yuzk㼆۱)ǀՇà=oCcݫFNO?eČ+ {܊G376vb9uf4l{kӓiS'# VeWj{G5>2O w)t0mt8bYѮFSpcOIx^Ywl:{ٟ@ѺX9`UmO:(G"?/SFV?;W -W8n0.}RQIc$sބɞkca}vxƹ~=x1޷+6h`CU0_ÞV? xBݗ}zj5kO>Vj#=3{mtg8%B%1So5> }ai/khI_s)cG@ v2zӼN9BqtƤ"'0lP{HZo+fcBq_4k|A{qE -Yٍi+#f^_.=.S+us-(b8k+';650~Lr9?I`2JcK'y3ڏ!;bnaxqAp`|۞h 1ugRϺi -NfR<0#گ}_罇sjθ1Tc׾8k) -L`$HumZ{Iw9"C+#O{a\{x>dN%Dۆg^׎SxZL12SlBDX3&YsD3(4Sŵ׻}_݈\AJاsOTr}ZcϥO+nB_OW> -Wo9[Vv0sM&59ex ѓY3i&w}1ODxZq ^_dtc[|t0`uy#ᔗ93N$38 .?i7(Ԓ1q<9gЖӚ1#.{],bK)(I'س0>14$d=Ԩ ݚ-#4H :DF=5,I,SogNuh##9~jFǼ~efոkۃƫfl|'{XnhiO{+T[TGlh5ýL=t{5yS*a+}%'vk5$croțR謻7ءwd~OݮeVsoSv<1?+}p<<McKmM6bF'U̻V#ܻ& w. cҚ]Rv5H&%88@xhLLLb,P϶dɤ;CW%cݣ$`L?+4W]$^6(p,L3C{ -b @,]"!v"M0D#t8@5dNPJd`bS`Ƣ13%M ϶DK -[[%p<>/Z(xoJKu%àȑhyh4IYsCjaN+@pcFjc0-'WxQG49BQgR9 1sE4Kā{MXk44\wr#Ok[S(|$%Zy볾]Ђ4VXOoƀ>0oll É<:FiÙ(rg/ƊlCtK%*PPɶH˙e%:=XxUQG -r{hU ܏u!,)8G#A+N:Жʘ'UDcې"|"Nȅ*Wj0rf R@dt&*?$I]BS` ȹݥ+0cBB <'ժFT̤U%@j-ZogU yJe<4#T$:zq -9čwU ׉|oKr|fX[jfIBn'3A)&[q_gΊ.4cK@PpTxԠқ %hM& 9eX()׹T-ؤ…lN,8P X:v:xJN"ScW~3݄KhWHetZ 8&J$ J f!x)`Y'ؐ}hL0Yp 4Kn1x.g \h>Yhl%35QV'b< - (>4wؕD_(om*Zna|g~rJZs( ^dXk%D_782V>Q)po UU+Z7i"[֬aT:D-09H.Ra -kD̮'Џku#r>^WrГ C Hx<CUA!s̃2M]wqґLQd$K&HI%  Z nD*byH3(B>$jp0pC 3W)*|Kkf>yD0pd#xZ'xHDTQ<7igGMK _3t l4iy܇ MGRlI'U S<䌀<`>xm\|~5*@Kf4}TJ>ף a!~f j5r{B#ܕu$-M N|JrP -:8Tb nåu<^ zoN._S:lnP T]:ix1kڷ"\*Y`êӉaf&։# -cZ&F4&="G C Zx6o֋ φ)UTA[Lĝіsh1A6ip<8XJh>AJPeRq4 ;+ 'bcDkE8NIh_t_St1HmӝA# Z=@r;TF*$lI\" 7qdaiJJEO&^2 sEt%!N -jHor،;c &xxKzcOdUeμX@Z(w: E0-2c(3sF*RVE ҁOd&dP-\Tm-$3!o+E t <ˑ,vBJIMo'nj%2Aq139RJ6i(=De y>%H X4 nj,) ! 9}ApTqMeƆ=}xRPz? -ˈP 1+F{0TVpĸ#c*CȉsPXP%#ƒ+~(k,Pϣ* -Ԓ'.#M8vXQ_2tL1` &-o%\BkcX\yv:`tp E&b(im`悎hxă13lE11#֍2lf40`<Zu@-Z@:vC[GiaYC9daЌrg1IJe6$r -Yh8O!#:XaL W{8BJÓ!D; -*P%'qcm: -cBr$σRmoqW3hQa npὌ8%VA#@AP$d1ϢQP4Mfp -S" )U$Y1 ֓;PI"#K02'˗Ӵ -낎\p^z=bH&COy!ɨ)I -):{  ;3A YY|#8HNфQ! -0QR_H%8ZwЃW4C%|UgIݐ'&ϱnr^(&dD Q -c5dY\ybKA8C^hꛕlE% 3HA0pbIr:E}2Gc} l+b(h{8) kyP ֆX\M4xSI|KձtyI(o&L1&L^swn\Gr!g j=d솲qQ,9sK̍Cl2֜<ѼY8@L7ؘ0PXxWP$%o -vM" -JvJNeb51@˅+偊ÂIrȜa'T)}|ίSe_Dہqt -'$w9L6j#xö\ l_` 6AnN xdk+c.N7G;!Yg\$.LS "C͈-gCqWNJ@y8Ps撎Zf;7t-D>sRGDYD1O32)C1\RI $jADZ(T -BadQ3+rɑM* \,{zT`&XGkVxအG`2BHxI{}{_` @,r< 4.Yʙ8vS13γ}C_ea(z)*jW H1zfތ.F/Bc6(5ced2hяC7N͈Yol'T&hi:&[! FB]2QUۄg/xt%[ 4T7Lj[6d@!ĕZ5=%2ZƆǥf($Io+) m87/k )yER @R ? >k(jZ!:GPl( 0I߂$Qr(Q!%5Ԩډ5td)iMe1F{_ClSOk}$33g Z:W+c\2Y|3AN F-Pf3:-O^*1̈́bcGE_U^n\aM -8.L` (ufF>>뇽:@7Ф3PpP2e^2pt qsB'ч,o&2P-O*pbN'~H[ʆP O12pŘf}f6^iC y7!VU>0H\F@ijH`fQ-.D8i&VbqhhL/YKSLjzi*; liKT󒢄xfQXq 3NbW -  po+ 11e8B̼a]eku\}E "6$Fnyz -N PP,1H ͍R5cN$0P#m'>ځi`ݷ(9~OE-; DefccNA DȏGEEeB[Fže!>T,L|0ԂG!dŧ|CtmT~qqCt,Kb^Š9g"̬/=eIiCXEQR&Q|)|U͜8Ou9̹\*Ǩn*=Аs_0^БDZ@k7Q5޻rSsIB8"2#$PB9^ApCeE[C[ U4X -{0ͱja\.@ݼ̲蹣:3~HG/ZNo|Yt€|p>y.?%]H,(I8:=y`8UPA`hrpʸ*\ i J:[FC̓r2[ eanmNTR,cuJCaad%a^h0#Pc#ɅAq\L+x"dVrf)!"O0|z§ -X- -/B 12 -#0)S*;wPM\oQ֟&vJK\Q p_ͅ MK.jTtd|r9L!03 .8 9e>n*&n 2p+DAGe2Vk/3iE_ScTSz&9.:ar%$JEC<3<0)Cquﰭ=ġڋl/ s%C+d,TiX^yyzg* 2i wJ UC0N4d(}xIx89A0#NZxOwk*k(9-<ňt mE<:U8Խ<8@W AN%w)@ёf+K-c@h+adG' -'5IYc-A.Ӗ`{wDn|Yxd8',%+r)kYF79(i(Yl['W2p+ulx8%#o\8HE|HCD2JIXptyc_4R/# u -<Ʌ <@HU:5Up} x[\tU ' -Aډ5Sm8WzBc):tadUIӃw!5,NLJ(×f| d8fåHJ9"eRM -|;_XmXP08j7idċ+ߘܼH XF1vKPu-*~i,57Բe -endstream endobj 244 0 obj <>stream -} ..=J"uEz!)gX,^Hj@2TBB_KKI&_ u`ӖnKg\;B)I@՞ZβXqiklcڜkA)8s8 0hXw%Rʯ tRe=PdhCW1QUI/%O2K`S%< #2x"͒oiͨ:3Uih.79Ne,{9 TV1.E<+KL8H@fX]QCYHO7I_ A]"Z>Xrx$xqK WdwT{M׿-}ѳz`>c8AV/ -䗧O#/ޟݷ_8qr^óp2Loރ/Gctz^;}>Nm Gj-d<Nß3?qǯm FסoǃKu'4v~3o?6j[{T54.ht[c0] hpr=>w]߱]vh~o|>90e]7n7O>iJ#[X; >#wl%8^\\wjG -i"860uKv*C5h4@Gon?n͊o/N8Z -&p^owϫ"|~zZUW}7_O{7wt00ܻᄏ>ǽq|>GQN ^^7/Z&zVb~p}Je! 5@AUu>qgWqK0Vxw0~4m{'jZD:'jj1ν'j{&'j5{Nvl6xgvܿ3Hs#g:hG -tNGa|n /M3{|2y_ W n;3rWrgɵk"y_n/Kkz_;s:rO O~Ow+m9}};_|w~eaDoǶ;5vN..fϴ:?1&x#mhk3;7S{rK[/߆]CBuڛSE=* - L력ޢiHL[$Λsq{iŽstyw70埃KMyw 8.iMw7.;b:8F?NCے_v+LnoLk;Z~=AKؾ-XGYG}-ņþFЧ,.eh;. - /0g0a@tfGt-Um#gK}V>VpӱuZ>ۧ{to}^ۧwx@{ڧ>[k춁~{uo Խ7Pǵ5P m ԿM&篧|[٧P海z/ѹ%WUؑd-};DE[h_G5n?iQ@mr-s;z&ϯF؜d[, ]/ѾVUd<6+ZclE=t[cM#R-tthg^ή֟j)= /qZ_ }eju'ܲFxBSxۏVǁ;gnsi{Qe=iwWѶ^m+hwUAg{Fs6}PwV6^ ;Z>3,z!!#h{F$noDhCڈNz{"sggN0 /Mt8sYu:i/2F#2#2ÈvD&ogF\,"y/HE7ܝR>kݹIrkml emV7>2;=/v'k_dăeMzb;$BvE:>uO6݌p]#u4bm.s5zW>砽ɰ+s>VV&30gAʖLO>sgVq7[DÉWvq^T'qݵٟ^u]r^x -RᗎČ\^2o{YZO+NDû"i:.:\swǶiv㳕θK -O>{ϺG<܁lw׏9߮0' :p?^y6{?췞dsܯ/]{ӳ/8~J?1_BkPEW:wv~N~)_Nskh˲o2=ϊx詾2VK|Y^ϲjvrmF]Q~Yڼ[A_~h:c؃mj:OO>z'QT̋E5~oY~Kf)_۾IGip<|Y F>) 'Lka :2|oVyd -"taE_u /t Y ̺it-mf}(\ZunOmb.ʞ¸u;$2@Yaܺ?ڭVk.Es ۾>ݎoN;ipڝsK\Aקq:\Cl[p;GhLqݟkm=Op'pܨ~B*~tlK&^Itpg@h'Pj; -CG| @1xE.j8Mqz!GܧУMgA!j=O𻑶;ݪ I9Y0~_{<0n+;~·[&_$D5ZN E`۠8E~4-]_[=Vy^2K[Q.jߌ>$M%YѴ:{G{2>&K4\ -%'f9E{ ?1Jԃ8!)ȍ'”$ 0)Np\SW?$OxTضr5#yn/'ہU }2 < -Uz9]zPB|x0 y~]NN>dh d)6uF!*W6LCjʁ9k#uWwJ9ъ=(mo9T/A]]h7_-@6 wYfEbi-MXhÑ]&C:UcR[l1gl_%qMb2]7AOzRАAK~)ƹa#\J CaDYfDR%T}dBGFhM!]TqCǗ/O_a|VU)h1 J][jKCӵEi~X aK1b1X1avYC: FAV ek,J}ΖE3Bڒe nIjBSdA"[W_PK mEvxxmQޠ'-|EIy*3oΟN'5a['xvLjA_@Teq}RXQ{fc1QA{5)#*vF3D\;GH`#`׵0Fo,C#|h""Eyg^~f̿ ͇ή/_N{<}eu6;>O -UMY^={O%ԭɫѳd~TƷW3"6,案 @fʜanF HΰtF K!$ge -e88`9(D,=FaW]%>@&jyߪ; p"dgDvIL_I--%&Cp{ W\ ҚEN)=`osQ44BeŊg%`ir;1JGf4-e>+w#omu^[՟?zS߫wC,UOSGqE$(fM#EJtcاCޑŗ_4r7ٗF*h(e׬_"oP/Ej:gi(DJNx( oV$|, -A1kOC?٧e$H ah#Ȃ)(*0ΪyWV -^aSq[,-;ެ|}į oWzjˡ8uѳޣ7*Z,˶Wj:?u:o5oxd Id0gʂI>Hy5d/Z@3)ː^3HuB//8 -{t{ZuU"Yʾ=^*qB=|/ -a!q38j4:ΚУ70iliݦ/Zy kJЧ}׀a^z6E:tyPhxxƗhz] YRZ@?X6*!mo8Kp; Ya %Q35)!)%yHlv@K MgqkLaEA,l בB/)؋N))ԿMXtE)i 1S 3E5NDq"VDU6mM[̾6)|?U@#05P)Ԝx!DVJC;pd! ojz7E]CP]!BbDrh!N[!xXQ)T#Aӆ@@.6IPw9"@n5աM oSDS:CZ;tSҸ)$UJARX - loT68ZOtUk& :}=B+|n)UaᐖXjQJ]B\8eS+ѩgS>h٢KjiK]"a:]VѰDgxXԣ4**@v:t[N-fQKSxY8)UfNM\-Q*hu"o_K4^Mn%rۅ5FpQ5xP2Z5n*q[D[Ѻ ׈EnNQ\h=I-S[#1hE/5nn[鴖 j|ņ#[rsR}0%J_\:.+ XZasຢ,ް*`ч!KK7 %SWM2Ѐj@ĈR |0)E? -xP9wP4PM P20݄3*bqYn-"SsL S=m@WѕL&_\Vw$rF:N8x} |4 -c=m|յ^(_R}sgDZ ']>u _vp-5WCqC]~LAl~Pw(rAuPo#E PckwQVp+$륋WDsK\q5ŋWq"ov& *g vyJfoabbp〕f:A12ˬN;Hoz~kȻ>?ƛq0q_Z}[ M@УtЉr9P%⺤tm~AX*_'gZ[Ώ)#,-H /=Fp'VqH. | DD8݈t|) (_ram+62v=“RNܔ\$3L]B}">M5d%.N:oInD -<-exOskrm+qƽt'`܌N;ୖlḰ^ܐV wT?H*1Ϛ/ԫZc6qƽDT'eS:yWě2 _D%x#YKG:.[$Cd//rq*8~iu%\c?y+:'3cr4j|\LYi3FMGNFq^)=L6 -k*ц#^dN9ڊ~V,sǼZ 4K w)X_}tWxv7ihۿ<9YtΧepA۴,UA5Z*Sx@-}Zg b:5\RsWn!@k%]g*])PD(E 3B  y׹%௵xQ-hyWE:ly-rv޻l0O.<!LA@XF -הt//JAg:Z 7όi'-UL -+Tٛ?9orPpR$ҨuA Bb+&;ρ$ >+X޺)3n<+}e ٠4ۓNr{> H8DD 5-*PLx+47r?W2} 0Cn}(/z s[k %\+j,l7gw ɬ (KFK]gdķ3C@)pTǭZdpNJ#&9-f\JA LK}J!Fm7Q0hG ,n<{A@%);n0U~_9۹ΩԑfN'>G!9 ' CJKqK( wvyaW~"{%@B_~q\_ pkr[) -̫.mulB|vz<˃NM/ۢ" QÓpL$sJV EaߟwvZo)J'y KM61WD abdKL%Kآ`8(>Fo'oRە6GikqhHA pJ_{:pP?Pyk -*@wF8+_tw1C=z2vӡoEtjq/\L^k2%OW|1cm@H2|ԋ&%Tcfâ )w71e@nf%J^ZS ]oiE_"|/GeRVe+)=" #A bӣὋ@|b>Pm\&yYV(Mumɛdaj ` szTZsὋssN&Eegb/1s VE5ʆeBrٸ-PExjx=yx@Cw0o#(/Qy;wT>4ٲ1ΗhTymN5I)G h r__W8L"~7~ :?-uf'>|:&0!-Q8:=:q-S }ұ~QZ;7*'>o~zg/^}ė|9̍3m%՛oz6ŭ@DZ{]ڇ=^ȍL TO9[ޏowϏoԼ'_WD*IIT)=1S\l߻}56o n<OO= D~WqG+O#7d|-x&6߂l2"m@r2p00L'o.($4z> Tqd_Vg'W0POw/=Hp]_szBt8ʣz8o7`(6.R9/oWw?86 SNh@cRn?ϪU(;+UlcEL w09^ZZ85cfInj|~C|[ldAg:ECtvdqD LŬŃg5^iJx!h0I{_\8!4oyig^,x-:r/,Th /FQh)jjD_sڂisa!ͥSnX_:ogp=d2GPsL8|{O+wy`rnhU١满•Ki|!2 1@8w #K4zꈄlLY0_{pt9'K&=wUTV:o=;^\|ә㯃i* #i2L‰8;?xa0{{#I5h+5!a -/7Iϗ{nfR#+2{Fޏծ$>N %3Җa,DE nM!v+gYnPg_ZY*eJ/a(CzJ 5Ť%?c@.p98Pא * KzVBeᘂ]&:$G+FV9s2*rbA`( LWV>|uU~d )>v\%,)7+ڋK%f!;ٯ+I/!i+r(xUdw{}Ew/],7Ӊ:|f女~8֗nZX0jvX-?AKeFGה'e'zF0-Gy{~&oe0^VUn!4YquCGEW3ꐂ-v֔dʤ%-[o3:W T##R5-*Ff肰eiڭA0 2yun?yMHЄZ,7kjcϯ P, -fr1#\r4s"VD"5WBd!"1$GV^^ceS,[_:֗QŌa'YD{휃ءW'9Neڗۧ X -߬(*Ϯ_&33RnYF ><[F?ǿ7'ף?n΍!V9ߏϓꯛȾū~ii|S@_~+p^/fpKɟw<>4yh4ϥuY7S{鴪TӝBU˂ǏErۼy#ӐO˼٬)@ԟaکuF#%V-)VLPDPʣ9-_DzO_I&=$ --5BIbXL|x@6{.ѫaY:>,f//R (Iq_Vfep_Sԏ,%$G }uBc\ SfgV&w1/Bm0ÿ2Fz(0w0AJ"E3j VHjvLTmTQe-b~adm#X"#mfJ^v:j^ Nzgp&_;5WpL|r@w[$w}0cy17.tJi5.k._{I_O8ŗ5MkaSKsy4aDI" -jYvAK0puMYrj8xGoXnN`hkߍ?{(r& +Ώ--o57#~:YaJREՄc \a5^?3-9 4,4L4|8-øsP6x1fz}3Yp -霁 q09Ȧ0%ʉV\hq)Q0( -@WȈ9o3\}FӌOVVMKq !5iSE\ B +D5rSzOfG'udn%d.ȑZQߺVfS@J걠G4VȽi&$y ~z[<j=x24%Dt2:ƽ%݈-mQv+%H[7\hK= yY;D\Jyܔxq;aQ>&a!'G^jݔ?r - <\_R3A1LQq Jo'1q5=EZZܿ`؄:*FCf-NoM;c%pҤ2kA[@%2]4#Cx--^ h4Usj9WO蜛>.I5pjZ罣;y3)@?y{2x7zO7KWb1_nx:D ^zD?NΫ?{h }h4OޒsZ|ZC+{?xN ziwlECe=j}"x2Pi49{["5N p|:, ҭj#@7(>(b=QڑbWmfBww |ryG] 2+S}s;w~{3ھ-W[9߆xf󼇖w{+4 -e7މhc.i[% ʍ++â y5qqu1>:ö3Jr˓:l໡U8aw'qYNݺΔܙ~|&\A|*pTUIӑ -\S>IXܓM&yO,KlE[gmXp<ǁ?xy=e5i7Ŏ Y, !a0}~ˁ-e{r<02 ʾxri5cHB:^_^V:`>z&DcNӎj\M{/MOQMgWNh00w8ߟM=M&-{ Rws&˖f M85e08ZtY<LA*zb¯cYX º?T7ټdve92^A4[uQV{WȤ`<8tu}xޛ Ud2eFFIDr8{ߟVhF:__^W+dbmz4H(+Vv"gT9|UX9]M拰hH:=Lu]'Z*Hs4NA:^VWףYm'Ղ$I~D,~8g'ׯ[{2g/tu\$"]0#9ᖋ`|ִ^gF+7iE-nL \b7x:[^Ӽm`e4fAu%$Ya%Kp:Iu6wߍW}WQ)JVdڇ>bY<ƨ[$X/ڎ}nj,݋Ot5&JWb8MMfxfNhi@w\F 2ݐNj7wޥ3eKOq,|5!|떔גb OjN2߲3c-i%Ҧ|}}s^`ν(qD.6L2ZnVm;fgen45y5-͸z=H+Z9uiaZIf༚V_\.i߯K~FX{bru6bzY|r=>k,`Mn/$^\ݾ]_rŞz לjt~׃֕zS~YYapjtH4nʜ8لl5SioKNQR3DFS_ Kw܀x) *jŒ -3~vO)0!b'gB^Rcݚ>B"tJ7 bjK8SLXx*,fm18`bȆk$fiژulS#0ŷ\sZ^̣ 0E=|.,@sXl :>,-TX;3 XcYSi,_9JXUcib5e7»-}Ua݃%}#+fmQm; 6mؼ{`y+9l읰CŖN Z9Tc%:am̩^*< \Qy~SoP*UsJ 1*Ua~* rUe^v^պ$*ոU 坪u 4Sc՟`Wj5j;RӎWϯ\f7ߡ:^R? uRgQW5{j^= UIurV/~; J}%~4Jl[R?(ƃv`|DGLJ;+aՔnD4[0U$kJ4k֦Bu?KZM?:>'{0kß6/쪶Җŵ=յm7'wra[k:nwԹ}.XuuuvQWn}ղS_u? O_Owl.޺wЦB}xp\_Dcpԏn~R~n1 f-]7 "!C2澡3 a^8 $5\EQ\̌jJQcltXmn!1~qmB01i'ɦMadSΥYj;,F& Lo}34;9SMo|iN{6OT췙I?-ao\2-ae}2tӱ͍ժ5aM|:vy={)[7zmdl[[|u`lŶckۤٶ֮*vk>j=uˍejFv@:C"Z LpOOk.ڼ8F#0 ^v>cH\Ԟ 37;YLzήɖuet0nP{:\]` _kDMscsEmM1r,x\QKxFahG_eHYM,y*R56!,8 핬=A1k_'2OY&~UR&.Y<(U'I>MTYk!fiM6O*tbU"}.72v]tIMLk%2kӮG;"d_ŦEL+K #Y?损Lv'T.]=orU&ۙ?yK'|?Ksxs~ hU{-*K15js}-^)2vSYJ }TZekdld4~V o??wAb+Jz;+}R9e6s5QW:5lAU Z4{uc__Va_Z>m*cS M3nVJ纜LF:7Cgq˫he~;d t?V˯Uuh !ٔg=K[ްa+*žk1/~Fh#3lҮ1:Ć63 }VQ[=Gk9ZLʌowvs>ch]kg *,wǟ|dmv:\~m8So{7bxۍDa71x`ٮB9щWjc}<sG=N~:c. ɗeFWF@9qshlȏ~\miҖ}~5}εہo^x&h<.&t.Ebv>L'9k&#nLi4I~s\3SlS9 -KwOlN4dm -P:/ŕzM}-',+ܝc  Λ&!OZ)Y4ˇa2c!s a6̞ [adV4qrnڒ7$?s66_$&$7w8Gq4آ' }NI9eW MD 3iidytYf(LAרS8]Er>Ӌur9x c}B`TT$!Uu\vdU59=u,%nҎbsJ%} CeVQ(.sbxo7)x&;xd8;y`6xR+9М -gZK l7ۿG:< ARk ˿ 61[F9`do6[i6CBۃ,~k}y}|]0s :)̤RA -亂ii$B W;JNen *p ӏ3R#Qf}`oH 2v%;XE7;}hҵ\5?gw+ŠO'e`ݱ`i/Ϸ8~V%xhd3Ö%~):L .kjr0KS<wȆ@/t' %_MaUNt'5gfHP8uO7}lmԫl69,H>ךzT'ژz6nRCw0Cܵxb?̑r "kNh49K.m9~ypO$;ղHn}9^ION tUG}nAT=DFZ0פv=DU41z%1TIXG`3F -OUy7aa*S7ٚ -h4cqc?N$~l2=U x+Y`0d0D`nX_Y5)35IU h]Uͬh:]aO >e߱%xy:ڰs!ld݉U:,an'?W-w܉Y{g/AŜ<FBlE=*rraSp֑ dCQ5DpcS0ӳ=c &qlUz`AtGcjexؔ^|QaQ&KhK} ovDe,e;9zC6F:lk)5A'`xQ v7WkSPrX֗Nk49v\EPknDV6G -_4x-|h|u@ ,9oY>k]&l3#nj$t`L-mN:Z( ɦu}} ʈ>QMj`z2^ xӧJ'BL2DB Fl~g*xJ|aÓg $T"l%|k30}x'J·>نH0 8(ESE}B %c݂j{! !TFlG((Xl/ޑj  0w4 FeWdfL8B#4.'je;y#_k(KþJ9HeT%IS ZK,x7Q!ҿqj뵇;P}MW`שּׁDim -4 qD?VcPsEWѧV^ʾF|Q3U6mk-CƝjMRC/C}F9=9tQuPm|ۀfQL!8Hg{%3Nܙu0@`P˖9 6vr)"sFaFj}Ф&2۷Si[47+j6QlqN?`i}۴#kI ί jxLVLnfW B(qF002"@PAS -'wm5s=9xSs$/oa4h"s o@[]nh5bѼdG4jmӳUoٚ'qNjӶa)E7&)\.R~%NoB˘ A6D=_Ns747iYxP -&-Ҷ܊,}&Ou ib QzzMG(vډxw&w(kHP^;uhă]ɿI?0~h(Ö7sU W(8VJHKn5Le ޖ@414tg,-'YukhQ7G5]D1`~?[Dn#z熣)btS2e"ơ]=L`0f>uK#׶P4C=9Y !`=ݿeM/=Zx7fzHnj?`Ee6wv7"n,t9QoO֑%$oͦ>S6ziy gt~V&nGj F -R 7 LM [*jzP&)R-H{QC"g#_-'o4 b5̓:Cn{fi3,eh6udbyԢhDd@Jrj"1A"miz7#&i&|O܁a&qW\@[h[f;GMqHF-$=U+JV $s.@oc%R +tOث^Şc΁)~]}3_ܘdɇd?eMOMkm}^|$7) ],5DƱ4D]EjAhҫ=zV{NJU#ΰ-]̫K–[GL~J`&ع-Q VǘӮd0_q` C0wj&r݀t?qW.JJ;Wޅ6:rfeyʸzp2B X$lIiN)چC_Cú8*&i%d3F`}˙46;8/_K@\ՉthoUVaFa2Z@;rkߢ="0kSxB;V"$BkSWKP3H6PDcz\ӫIT_Od q'PRM4n-罀Xrem@Z+ѕ*Kj9 `e{M]g|UɝYǑ qtgL h -r &2g:u<iL.I- L!`sLwԖ&t~^ SSb;!)s1tn%1p9>Kf99̹p~6,Xh2k?G=r /.AEI4+ĄKQb`#pG,qJ{pS'!E/?/Ʈ*], OExb'@l/ ഢS96\_V"_4;z^^(fC U ֕d_ 3m&:n-d #IEMKM~[U?|"1X|o{rYjI/,2_|qiW`7(&tfx?8ꗯ[moր} $jӘ܄VJm4]֜ $g#l2`:j -Z퍞a ќԇK0o;֥` = -iwQ.o0e$}f(bs+kPbaOI'ƥVunKe!kuK-qȗoL AhKqeHig^fhu|S?^ff;/%Rns5.K!D-p4LCA }~Vyf8zb!#pSYV,Le~:gL˘MSXH{L -i[?-I3d@<@'<?>1EEBp"C2nW }3; >$KÆD-`BsVԎe WrõyPcЃ+ּ&%PQ/G';M~k?͙NJյ_DK͘_ya羫)j>+na9Del}CL0󗡀(f6ڈ1ߊ5ppܖ:J:LA $i~!AW.N}Te_YgL->܎.`/vw͢ -|5=gpÔ)ns7s4@P݇zc/utW Tf4ls2qQ#WU -jNڿġEC"h0/A5fTʤ uq7EW?ŠDUkD\"u%5kS[WÃ߉ZT 5u;GPeN3흇'j'([)pGM0SfzU -đ{}vLcg5zNFltER>PMwdۜ|d-/ I]Ό,`>^VPv8Bm]>*>R]tK@faz6JپO *6~]KHZ -30vm$NRKA]_H *sQ}dEp*KBA nt[1&E~IdT0DuO7< ͱoSP7i۝T姏rᚁP-KiV:ǚ<kBE-9 |^Q3/ J܄L1bvT47UUBXTX=L]g*~7ֶkMMjcB0sL N-/fyS` X{;K>3ṅ~ڸJ\~>,R9f_{:I?-c4[crJ?mLCEjqR.ۻ[D?DI8yĞ2HViϿ<}P~:23ZH>"?~n['rHsDl˖ɀ-3:!Q9CuX)3萄 ^5Ȍ"T]P$ A?=-7P qru:56`TҌB=+hlšCi*bblt mo Ԭ+T6 -hLe0Yl4pZ |jaect++h6 -C7H9^$"#.h M91<qܢ'e5MO@ `XJCC(U?u9s3H QUwjĹ7GeDyҦQ+ -/~O.q2NWQ32yiD18>h<-n>ځȸcLџI7b#tiB;B.8$~*sj@QfKJVu'/%sAE|ISl:hG<ً^#M_!RˣZ'Lb'!\(3\(#BQAtFz3L\hQHeMtyfѝAA}sxKY&dybZYfpZ2ZB=WH@3U )QP%wf=]% -Y:Tq#'R)ѓ ֒_dkM1BZ' (=u'ԾV-%omLTc;\J̪U@;~m*/-;e[)9L`kgHO C%H;{ȅ8bmu&)r -k>;ɠRJu7Y!׾ǗI\ TLu=N=RzV},LYwqYi h嵍'm=IA <ۚ]kx+ҜoEEQ nr\?(՜YYG_ qo5yҜF;"^H| A:ASAb2n)7j`4cu`Ĭ@AOȔqOhydY.؏5+"rhfDLg)N3f^(I(Fn}zpCP V5ՠ{]v,6B47!~@H ) om gRZ2U"MC×`; -yӥ oǾ]ҥ)rN&hvG%~_  B/dWJ!d,G7;4%ilbMүǙ*OG'G,'%oGYsIl},l'J-Xˬ~ -}r!cQ;&%/XsGh a|r\ :$)^!!oHh ?la| VC Rե[|䒙r ? -Dp?@l~,R`ՇPJւpȥ4y/-l-r}Cwo3'"v -476wGl6RB׆ B.ρZo4>%V!]cl+Ha65\z|,~`S&\TS(^6i/[p=܍@Ip( nd!ϒs7TIrsl@u[n` )n4I7߰n\ۿ94$ Nف(.\]2Fmq+WT{y N)G -)s֤] -.hMڰTq(.rd,#iLI2 ('Q-!1M~ -GA y/ 4𔮴/RՕG~ q-lm2%fNX =Hu#+h; Gyxl:RJ_>v_ u|f#$C]It&W6RT^ה^w{D Mm4rǚ0wWdxmX(&r|ٽ7܋E 8`vJ.qJӋP"㺆zo M~slQ,ə2(CK*:e3ؚD}%4etBsWst>l.Z:T*C*ut>\6ut>i0r'ˇFt>\>r:Q~'ҙH`7 -tXϚUЧbЭ)U;;1ݧ8B I uŨBmwi>"l僂4)!o)iAʭ$>#st>F[]2}bC?d POi\ -Kh+|080gكb<Hp,%mF=J{*DuHo>er0' V67rVΓ|F6/fc\AH9F? 7^IJ;FRGhձr -808RAA?Al=ZROdOfs -^O|^yQN}S08Ak5<187t`E=yi2;)@ԁ Zѓ0w']>$)SsћgKq'7P Hծyݓ"7 -r{P$$oӀ9.\n鬽?^v#<~rcd_jHA_I3pH]*0d4L뽆&-1W R4HLʨߧ ZYC~݇816@UrٞJ9>T<)LP{P%n=Q|Kޛ\UǮ iq!GQF/п<8{#2<NQs -d$7(QygQM!iE:^ LG" t<`XE)cFtx3< V2g%M) -xR(OQ.r/bjW@Qk'/D+ # Ra+v)PZmcp4V -HU84(-w1PmHY8M\W2?l"gL'[hCIy0Ӭ@3?Ēd7$:T&$YJIZ+mF=Ju4m[ޔ$yWl-Iw%vt͏J#?0~Σ9&%^^^ދBIy$VIyHIʣ]x{j{>'wRއJCCQxwB2)  ONӦ7 G!MgF'u M&Ҕgrt%O d9x@v-I(US@YG̚pZd0`U,Qy̒Xv4afU'4uC;_3sOsx\XKYD#L3?5.%[m_*KdgCQϤ2>:g;jrHaYIc*,דKHH'DUk;H:ٯ'wqKCZےPaՇT_A-%/(&&yX|hmv+j2N{nϋ xի>2&=+(a - VEiSp:#q Ne9P\V~'kIHEtI'dqXzvۥGb>LFH\-hGn*IA-<{F(9+6$J;S#auzPB4VO꣌w&Q'f%^L ס_J"A}oK3 }$Oyob݉}/f4A$yDwq_KLgIn=O%==}b㟷'):>enVc!s'&coJ>>nDכZ7L,~kb -HҞNEا<>1kI)O&}}b-뭉}9}_bX+}bY}ω}b'G/OY>!1 -yFD+w)f{L`F9Ot˨o'rX {C!xYu#DcmC!uKOLA,_[Or$ z(If#{p% -d\&Lz}3=%yWO`\(~{sN?qB{*_J߇sOo?ޅ?VðpZ> -P3R3#x'\t7x&9}W(QIVlp3Aj0㑧\K\1nJdKiT+ #w1${[{[Uu4J>;d2kA"A†ؑ Y2.fclUپn^|DTظLsӮlnƦfGM S(L\l@݃I -w()x#u{":݊l3 П+|y[sO \ub0)0%w"(4|"UL"֣tݿL?kw1~H#PA,Jo)Xu=H C`ޕۑT~>Sgv"ߐPY?хR"zG)#xC/hHfSĒ4:\*XEaX"|l`\_$TACNIRI`s|97 - |߬{9>+o+H -o=lT۞L+ODc`VS1:ݞi|0ˆZpӋG b9̻)(y\fFnz#DIAbU+lwStduޕw $tˉRwj0tH0U -3CpO% ,fϛ«*gX{p{wQ"Eӷ <*)MgǹXe]Ñ+x SM}#UoȥD"ի]1Ͼdf14lc -{HdkqnE~9mq?q$Q ^O.3 - 1I?zڍ=:+.aJOA- -) [$0`y`j"N WQ/QUU%)h|o G}L3 W ;JUYtuPz$3GY - ^~#> Y< -RL*tȹD^Id̒}biʩ*dy~nl46Ql׍1`hvKԿu#Vi - e/[7 LY3{n3/8He޵ ޳6Q#v 刿z%LX״Cz#- -S_>] FyC&ȟ&H?PǫLT]ɃWrxTA]gcHg A))]2/]XiB!y|Rd -Ғ45VrUua5>C^"QpR6bs(5U*"ǣ2;O&SHx5yiXXdv@$bo=%Q-%<{HITSOITH9%%YODr1B'SEQ*A>3$>6۫JIT(aIS=\ZC"I -o+VRRB>O+lHs#ӭ+$C'+X!y_-V(~@ݒѫ. ~luqw<|KFょO){Cn+]<:K͟ -J.^5ړ¸w<,sr߇ͷ<Iha]^-@U Y&4#GF=$[1-Iv0pq/Rsę=ܘ>Шa`lmIs4r[ŕ|]8qb89xr%__3lFHXoNx[_ㄷ މM)ë=mkx>ZKb=_*1JmsFzJj>D_ͨf:{nfaf57>Z /f&)Q[ 2V_I L;xv^ʺ\Gƀ়f޺kܦ3֠_Yi#`:l +94sX'ϪߙV&]iحTɐd~\-2Fu1(/m)a* %F-N3X'*[Bhu#(G:FwפhC M;9mC.fn@"X=TC4[m%Mgp?K̕V6B+3\djXdmnδ9؝+>&Sۣ݁nqaFN?-$*ag0Գy ?{}gܿ2u4&ZrN}T4?Kf:?Rmf:hi:wcuf9+7 s P6X!,=ٲ#c\uqǴ7?Fh S6諹A年" کo7}47*Z)F8FkL.IKf"J]bd\V^~wE+ErHz4׮:H:YG&jd,Fxuusmi2FCUU&WHNĪ33g 6uԎۯ9qU_1\H& -xM}Ԩo/|1lQЂ:Q[)u#N> β-GŰ?â_Qe 'Lrm'bOI%!v&=j+~"'lIet77s%'Es"?qdK6خ\#x:^7:Z.+Wڠcfv~kUsi @BeN~~uf0<,I&oљC@qN73N˹Kg -kO$ҭ51,DO_~YXn᧟vX ]\d:9r6} -}Hї~;,I _R!kO_ -鰜q@/SM bI -sנU D9@Љ&ȎvNȏˮjJ$<*HvP^$ -,W1 Wؤ%>+ K!D|3_rO)~Y0%iޅMCX RvV  vt%ep"Fs#;{@ <IKj#0 Bip { nZq2Tp|ܼ@AJɇ?7$og1<,i@Ȓ'ڎOA`X_LP0J:|;q%uRt% K OQ AI8b*dzڑMAlB]-@ԹMA;Y1)^,f~p hcd$C4y89/q :ρ8hKJ+|;lq[,댠sJ#O f\,ţ*U4}|Lm`S^Te*]@[M0 VmidPs4Sft,h6r Km# /cZc|e-^d-AsSc\CKi*@zT*4|gP}G)!۫,xBѬa*F΃A3Pw0;HC귅͊L£FH$/ xA.n -A3kJ!!5H&D= As`pK<CL⁂9o":P3Cw* -ΛC!1Yb{D9#$@G:$h RƾJ3(ڰ(#a / *i[8`xm(EŦ` x`@ 0$VRlZt^5'O,xM,*}^)_4;Ԇ f|LҔ *a@v73b ДDv%VЀ ۮvB$ҔΈ]xuF$6Iyd ׈X'Hk|q]t)dkHpZBZZN0HNT"S%;!:Oq-1`9I^T 7 }=P _ñ#R G[sޛ[.~S8ӱ_2pξ2Nc,> yZ) ~ bkFNљ2—Rĕnи/Wd;F/S$^)s4;49r@ -nZi {lzW¤va3h'f21t'm -Yut/2Xd6ݸ2 h/}WC²ukMfwTb-Ñ*TOw7t'3zͱ=rS{6j B-B;{x͓{n s(˺h?v/Cv;;V'ukAGHԕǼÜ+i1 ``9~pfLނs|)WYt\xҾ^4h='bK54O˲\q^81{G.=)_g؍"YG>&(\YuA&I}".VŌ3U;\x1was`[i(){{ea" -0K&DLO+ׅIƱ9Ǡ!c S|O~'!ZK R(َuTJ ^T U ۊS.q<6xӹ.Equst~ -dPIɶ"Cr셜,Ba[*h b AE[xsfq y k `S0Yz` 06b'LM.@GPj6#ǻdJ.M(SRn_-}n|q~M74E?@a,psx1*Ә;O=ڀBIVYFPz+(m Om 0*()&+gwd8`ݤqɦcQ1T'?CT제=dX>C1!abEsj>5e8h|uJ.O.7Wz6%eoe$;ub [DƸ&-41Si -Jd (ȂBi1C37@Z"}bm8=S܀FqR47 ECy]{#aPIJ[@ J+VB@ea9À_`/;T%PdiVO!*BF'11] ɬ 37L|R3~?m6>x0~:UtI@vn! Z 1ghfI -3ϊnrzy?-wɔg\Y"B1Ppe>ձʒW(UuW{\Y?%= FH& <9 -` 5>(9`902%<$nÚ.pj`Xk>Xbf[&Wb] zi&"ySf{!ˤJ`3Y?Hߕt$)"Du\."#@|X4^mwno?*3:铤f6 #TMUR$=la+3 `*υ;6"T3_De'V[F̐`O*0Jw7T` -=aM3jrN ?r& tFqM8;ĐƨQn)vxUJHi5ex[5ICzKV ;887V>]vAO@0VpJŜ~ê a6nwA 366цѭ]`DY"T;.vD/uǩN#GW._ -JeJ'}eݪ,t1>$;hZmB(O -aX"7+-"EVc$.f/]YI>W~]55G.]6*/a^C/̷'`?f~ C#QlZNBDY,R7-M&ˉ0VmH$(+bNͻ^c- DLbZn[7o^%+KDgY;x8 [z}: Fov{`PX!C >2ǁWa3FyԪFzڃƦ]6Ʀ=QH ;ewB2[bX21ppE̥[6|6xaqB}?` JCgbt -p81}Ɔ8&urMOyu`'=F_oSf.D!et!ѐ)}d[%KZjRzI;40!t,!Q')Q D$n.j b&@CJ+, +Q*udfŠYm8[J nO~5(2 =T{zq_bTAQ*>^'Ԩ-68(e; qbXjm&39q)Bc@=tߍnwu{WUM7!R+?)I4w%(OM# "MIp=jnaN7i"Ʊ=q@(@ 8PI`SZHљP rwKeIprw\ 1˱v'C@4{I24I*Sּm amaҖZN -ԁ̎qL|8@gt04 l08afjw# P òƺn$4iT]v^`0CX6 W^,yپ |;aS -u%>HƦC-hqF%!lߐ"vF:eZ>6%/6K^sYg5;3mJ͹49` -?5f˒\|"5Z5`SEhn@ݰgn/s!>2>'m탕`Al?<,6z' 3Vc,[=T!!9&O=YG> endobj 28 0 obj <> endobj 49 0 obj <> endobj 70 0 obj <> endobj 71 0 obj <> endobj 72 0 obj <> endobj 97 0 obj <> endobj 98 0 obj <> endobj 99 0 obj <> endobj 100 0 obj <> endobj 127 0 obj <> endobj 128 0 obj <> endobj 129 0 obj <> endobj 130 0 obj <> endobj 157 0 obj <> endobj 158 0 obj <> endobj 159 0 obj <> endobj 160 0 obj <> endobj 187 0 obj <> endobj 188 0 obj <> endobj 189 0 obj <> endobj 190 0 obj <> endobj 205 0 obj [/View/Design] endobj 206 0 obj <>>> endobj 203 0 obj [/View/Design] endobj 204 0 obj <>>> endobj 201 0 obj [/View/Design] endobj 202 0 obj <>>> endobj 199 0 obj [/View/Design] endobj 200 0 obj <>>> endobj 175 0 obj [/View/Design] endobj 176 0 obj <>>> endobj 173 0 obj [/View/Design] endobj 174 0 obj <>>> endobj 171 0 obj [/View/Design] endobj 172 0 obj <>>> endobj 169 0 obj [/View/Design] endobj 170 0 obj <>>> endobj 145 0 obj [/View/Design] endobj 146 0 obj <>>> endobj 143 0 obj [/View/Design] endobj 144 0 obj <>>> endobj 141 0 obj [/View/Design] endobj 142 0 obj <>>> endobj 139 0 obj [/View/Design] endobj 140 0 obj <>>> endobj 115 0 obj [/View/Design] endobj 116 0 obj <>>> endobj 113 0 obj [/View/Design] endobj 114 0 obj <>>> endobj 111 0 obj [/View/Design] endobj 112 0 obj <>>> endobj 109 0 obj [/View/Design] endobj 110 0 obj <>>> endobj 85 0 obj [/View/Design] endobj 86 0 obj <>>> endobj 83 0 obj [/View/Design] endobj 84 0 obj <>>> endobj 81 0 obj [/View/Design] endobj 82 0 obj <>>> endobj 58 0 obj [/View/Design] endobj 59 0 obj <>>> endobj 37 0 obj [/View/Design] endobj 38 0 obj <>>> endobj 16 0 obj [/View/Design] endobj 17 0 obj <>>> endobj 221 0 obj [220 0 R 219 0 R 218 0 R 217 0 R] endobj 245 0 obj <> endobj xref -0 246 -0000000004 65535 f -0000000016 00000 n -0000000530 00000 n -0000048106 00000 n -0000000005 00000 f -0000000007 00000 f -0000181891 00000 n -0000000009 00000 f -0000048157 00000 n -0000000010 00000 f -0000000011 00000 f -0000000012 00000 f -0000000013 00000 f -0000000014 00000 f -0000000015 00000 f -0000000018 00000 f -0000185957 00000 n -0000185988 00000 n -0000000019 00000 f -0000000020 00000 f -0000000021 00000 f -0000000022 00000 f -0000000023 00000 f -0000000024 00000 f -0000000025 00000 f -0000000026 00000 f -0000000027 00000 f -0000000029 00000 f -0000181961 00000 n -0000000030 00000 f -0000000031 00000 f -0000000032 00000 f -0000000033 00000 f -0000000034 00000 f -0000000035 00000 f -0000000036 00000 f -0000000039 00000 f -0000185841 00000 n -0000185872 00000 n -0000000040 00000 f -0000000041 00000 f -0000000042 00000 f -0000000043 00000 f -0000000044 00000 f -0000000045 00000 f -0000000046 00000 f -0000000047 00000 f -0000000048 00000 f -0000000050 00000 f -0000182032 00000 n -0000000051 00000 f -0000000052 00000 f -0000000053 00000 f -0000000054 00000 f -0000000055 00000 f -0000000056 00000 f -0000000057 00000 f -0000000060 00000 f -0000185725 00000 n -0000185756 00000 n -0000000061 00000 f -0000000062 00000 f -0000000063 00000 f -0000000064 00000 f -0000000065 00000 f -0000000066 00000 f -0000000067 00000 f -0000000068 00000 f -0000000069 00000 f -0000000073 00000 f -0000182103 00000 n -0000182177 00000 n -0000182248 00000 n -0000000074 00000 f -0000000075 00000 f -0000000076 00000 f -0000000077 00000 f -0000000078 00000 f -0000000079 00000 f -0000000080 00000 f -0000000087 00000 f -0000185609 00000 n -0000185640 00000 n -0000185493 00000 n -0000185524 00000 n -0000185377 00000 n -0000185408 00000 n -0000000088 00000 f -0000000089 00000 f -0000000090 00000 f -0000000091 00000 f -0000000092 00000 f -0000000093 00000 f -0000000094 00000 f -0000000095 00000 f -0000000096 00000 f -0000000101 00000 f -0000182316 00000 n -0000182388 00000 n -0000182464 00000 n -0000182537 00000 n -0000000102 00000 f -0000000103 00000 f -0000000104 00000 f -0000000105 00000 f -0000000106 00000 f -0000000107 00000 f -0000000108 00000 f -0000000117 00000 f -0000185259 00000 n -0000185291 00000 n -0000185141 00000 n -0000185173 00000 n -0000185023 00000 n -0000185055 00000 n -0000184905 00000 n -0000184937 00000 n -0000000118 00000 f -0000000119 00000 f -0000000120 00000 f -0000000121 00000 f -0000000122 00000 f -0000000123 00000 f -0000000124 00000 f -0000000125 00000 f -0000000126 00000 f -0000000131 00000 f -0000182608 00000 n -0000182681 00000 n -0000182758 00000 n -0000182832 00000 n -0000000132 00000 f -0000000133 00000 f -0000000134 00000 f -0000000135 00000 f -0000000136 00000 f -0000000137 00000 f -0000000138 00000 f -0000000147 00000 f -0000184787 00000 n -0000184819 00000 n -0000184669 00000 n -0000184701 00000 n -0000184551 00000 n -0000184583 00000 n -0000184433 00000 n -0000184465 00000 n -0000000148 00000 f -0000000149 00000 f -0000000150 00000 f -0000000151 00000 f -0000000152 00000 f -0000000153 00000 f -0000000154 00000 f -0000000155 00000 f -0000000156 00000 f -0000000161 00000 f -0000182903 00000 n -0000182976 00000 n -0000183053 00000 n -0000183124 00000 n -0000000162 00000 f -0000000163 00000 f -0000000164 00000 f -0000000165 00000 f -0000000166 00000 f -0000000167 00000 f -0000000168 00000 f -0000000177 00000 f -0000184315 00000 n -0000184347 00000 n -0000184197 00000 n -0000184229 00000 n -0000184079 00000 n -0000184111 00000 n -0000183961 00000 n -0000183993 00000 n -0000000178 00000 f -0000000179 00000 f -0000000180 00000 f -0000000181 00000 f -0000000182 00000 f -0000000183 00000 f -0000000184 00000 f -0000000185 00000 f -0000000000 00000 f -0000000000 00000 f -0000183196 00000 n -0000183269 00000 n -0000183346 00000 n -0000183417 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000183843 00000 n -0000183875 00000 n -0000183725 00000 n -0000183757 00000 n -0000183607 00000 n -0000183639 00000 n -0000183489 00000 n -0000183521 00000 n -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000000000 00000 f -0000051136 00000 n -0000050371 00000 n -0000050444 00000 n -0000050521 00000 n -0000050592 00000 n -0000186073 00000 n -0000048602 00000 n -0000061205 00000 n -0000058518 00000 n -0000058404 00000 n -0000049367 00000 n -0000049806 00000 n -0000049856 00000 n -0000051018 00000 n -0000051050 00000 n -0000050900 00000 n -0000050932 00000 n -0000050782 00000 n -0000050814 00000 n -0000050664 00000 n -0000050696 00000 n -0000051416 00000 n -0000051689 00000 n -0000058555 00000 n -0000061281 00000 n -0000061482 00000 n -0000062547 00000 n -0000070106 00000 n -0000135696 00000 n -0000186124 00000 n -trailer -<<9A14327DCE927C478620969CA9AC74CF>]>> -startxref -186354 -%%EOF diff --git a/_site/guides/m2devgde/Test/Content/Resources/Images/services_overview.png b/_site/guides/m2devgde/Test/Content/Resources/Images/services_overview.png deleted file mode 100644 index 9d345e0c241..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Images/services_overview.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/Magento-2.css b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/Magento-2.css deleted file mode 100644 index 16f97a8e179..00000000000 --- a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/Magento-2.css +++ /dev/null @@ -1,3144 +0,0 @@ -/**/ - -@import url('typography.css'); - -body -{ - margin: 17px; - max-width: 750px; - z-index: 0; - color: #31302B; - font-weight: normal; - font-style: normal; - margin-left: 24px; - line-height: normal; - font-family: 'OpenSansRegular'; - font-size: 12pt; -} - -h1, -h2, -h3, -h4, -h6 -{ - font-weight: normal; -} - -h1 -{ - font-weight: normal; - vertical-align: top; - page-break-after: avoid; - padding-top: 0px; - font-size: 35pt; - margin-bottom: 46pt; - line-height: normal; - color: #ef672f; - font-family: 'OpenSansSemiBold'; -} - -h1.Chap1 -{ - line-height: normal; - margin-top: 1ex; - margin-bottom: 1em; - font-size: 200%; - mc-heading-level: 2; - page-break-after: avoid; - mc-auto-number-format: 'CH:{color gray}{size 11pt}{b}CHAPTER {Gn+}: {/b}{/size}{/color}'; - font-family: 'OpenSansRegular'; -} - -h1.H1FrontMatterTitle -{ - color: #383838; - font-weight: normal; - mc-heading-level: 0; - font-size: 175%; - font-family: 'OpenSansRegular'; -} - -h1.LandingPageTitle -{ - color: #383838; - font-weight: normal; - text-align: right; - mc-heading-level: 1; - page-break-before: avoid; - font-size: 200%; - margin-right: 40px; - font-family: 'OpenSansRegular'; -} - -h2 -{ - font-weight: normal; - vertical-align: top; - top: 0px; - page-break-after: avoid; - line-height: normal; - margin-top: 0em; - padding-top: 10px; - mc-heading-level: 3; - font-size: 28pt; - margin-bottom: 32pt; - font-family: 'OpenSansSemiBold'; - color: #000000; -} - -h3 -{ - margin-top: 18px; - margin-bottom: 1em; - font-size: 24pt; - line-height: normal; - margin-bottom: 28pt; - font-family: 'OpenSansSemiBold'; -} - -h3.Top -{ - font-weight: normal; - color: #383838; - font-family: 'OpenSansRegular'; -} - -h4 -{ - font-weight: bold; - page-break-after: avoid; - color: #383838; - font-size: 110%; - font-family: 'OpenSansRegular'; -} - -h5.roadmapHeader -{ - font-size: 115%; - color: #383838; - border-bottom: solid 1px; - font-family: 'OpenSansRegular'; -} - -b -{ - font-weight: bold; -} - -b.Command -{ - font-family: 'OpenSansRegular'; -} - -b.Orange -{ - color: #f4781b; -} - -b.Red -{ - color: #8b0000; -} - -b.Contrast -{ - color: #383838; -} - -b.checkbox -{ - font-family: Webdings; -} - -b.Contents -{ - font-family: sans-serif; -} - -b.white -{ - color: #ffffff; -} - -b.Black -{ - color: #383838; -} - -b.Blue -{ - color: #1a5879; -} - -b.BlueCode -{ - color: #1a5879; - font-family: monospace; -} - -b.Contents -{ - font-size: 230%; - font-weight: normal; - font-family: 'OpenSansRegular'; -} - -span.SectionTitle2 -{ - font-size: 48pt; -} - -span.Contents -{ - font-size: 48pt; -} - -a -{ - color: #1a5879; - text-decoration: none; -} - -a.MCBreadcrumbsLink -{ - color: #1a5879; -} - -a.Popup -{ - color: #1a5879; -} - -a.orange -{ - color: #f47b20; -} - -.pageBreakBefore -{ - page-break-before: always; -} - -.pageBreakAfter -{ - page-break-after: always; -} - -.pageBreakInside -{ - page-break-inside: always; -} - -p -{ - left: 18px; - width: 100%; - vertical-align: top; - mc-short-line: 4px; - mc-short-line-method: tighten-loosen; - mc-hyphenate: never; - orphans: 2; - widows: 2; - line-height: normal; -} - -p.afterCheckbox -{ - color: #383838; - margin-left: 46px; -} - -p.copyright -{ - font-size: 9pt; - margin-top: 4em; - text-align: right; -} - -p.Context -{ - left: 18px; - width: 100%; - vertical-align: top; - mc-short-line: 4px; - mc-short-line-method: tighten-loosen; - mc-hyphenate: never; - orphans: 2; - widows: 2; - color: #1a5879; -} - -p.Definition -{ - color: #383838; - left: 18px; - width: 100%; - vertical-align: top; - mc-short-line: 4px; - mc-short-line-method: tighten-loosen; - mc-hyphenate: never; - orphans: 2; - widows: 2; - margin-top: 0em; -} - -p.indent1 -{ - color: #383838; - margin-left: 36px; -} - -p.indent2 -{ - color: #383838; - margin-left: 46px; -} - -p.IndentAfterNumber -{ - margin-left: 24px; -} - -p.IndentAfterAlpha -{ - margin-left: 48px; - left: 48px; - width: 90%; -} - -p.IndentAfterBullet1 -{ - margin-top: 0em; - left: 40px; - margin-left: 40px; - page-break-before: avoid; -} - -p.note -{ - width: auto; - border: solid 1px #dbcba5; - padding: 1.12em; - font-size: 90%; - background-color: #F9F2E1; -} - -p.noteAfterNumber -{ - width: auto; - border: solid 1px #dbcba5; - padding: 1.12em; - font-size: 90%; - background-color: #F9F2E1; - margin-left: 28px; - left: 28px; -} - -p.noteAfterAlpha -{ - width: auto; - border: solid 1px #dbcba5; - padding: 1.12em; - font-size: 90%; - background-color: #F9F2E1; - margin-left: 48px; - left: 48px; -} - -p.noteAfterAlphaBullet -{ - background-image: none; - margin-left: 48px; - border: solid 1px #dbcba5; - padding-right: 1.12em; - padding-left: 1.12em; - padding-bottom: 1.12em; - padding: 1.12em; - font-size: 90%; - width: 90%; -} - -p.noteAfterNumberDropDown -{ - background-image: none; - border-left-width: 2px; - border-left-color: #1a5879; - border-left-style: none; - padding-left: 0px; - padding-right: 0px; - border: solid 1px #dbcba5; - border-bottom: solid 1px #dbcba5; - border-color: #dbcba5; - border-left: solid 1px #dbcba5; - border-right: solid 1px #dbcba5; - border-top: solid 1px #dbcba5; - background-color: #F9F2E1; - padding: 1.12em; - margin-left: 26px; - left: 26px; - font-size: 90%; - width: 92%; -} - -p.noteAfterAlphaDropDown -{ - border: solid 1px #dbcba5; - margin-left: 48px; - left: 48px; - right: 0px; - padding: 1.12em; - font-size: 90%; - width: 87%; -} - -p.Number1 -{ - mc-auto-number-format: 'A:{n=1}.'; - mc-auto-number-position: outside-head; - mc-auto-number-offset: 24px; - margin-left: 0; -} - -p.NumberContinue -{ - mc-auto-number-format: 'A:{n+}.'; - mc-auto-number-position: outside-head; - mc-auto-number-offset: 24px; -} - -p.Alpha1 -{ - mc-auto-number-position: outside-head; - mc-auto-number-format: 'B:{a=1}.'; - mc-auto-number-offset: 24px; - margin-left: 48px; - left: 48px; -} - -p.AlphaContinue -{ - mc-auto-number-format: 'B:{a+}.'; - mc-auto-number-position: outside-head; - mc-auto-number-offset: 24px; - margin-left: 48px; - left: 48px; -} - -p.AlphaContinueDropDown -{ - mc-auto-number-format: 'B:{a+}.'; - mc-auto-number-position: outside-head; - mc-auto-number-offset: 24px; - left: 48px; - margin-left: 48px; -} - -p.Bold -{ - font-weight: bold; -} - -p.HangingOutdent -{ - color: #383838; - left: -18px; - text-indent: 0px; - margin-left: -18px; -} - -p.HangingOutdent2 -{ - color: #383838; - left: 18px; - text-indent: -22px; -} - -p.RoadMapRightImg -{ - color: #383838; - left: 18px; - margin-left: 5px; -} - -p.RoadmapRight -{ - margin-left: 20px; -} - -p.roadmapBody -{ - color: #383838; - left: 18px; - width: 100%; - vertical-align: top; - font-size: 100%; - font-family: Georgia; -} - -p.topHeader -{ - color: #383838; - left: 18px; - width: 100%; -} - -p.ruleBelow -{ - color: #383838; - left: 18px; - width: 100%; - border-bottom: solid 1px; -} - -p.RuleAbove -{ - color: #383838; - left: 18px; - width: 100%; - border-top: solid 1px; -} - -p.SectionTitle -{ - color: #383838; - left: 18px; - width: 100%; - font-family: 'OpenSansRegular'; -} - -p.FirstPageLogo -{ - color: #383838; - left: 18px; - width: 100%; - margin-top: 0px; - page-break-before: avoid; -} - -p.afterCheckbox -{ - margin-top: 0em; -} - -p.finePrint -{ - font-size: 80%; -} - -p.topicNum -{ - border-top: solid 1px #ffffff; -} - -p.Contents -{ - color: #383838; - left: 18px; - width: 100%; - font-size: 230%; - widows: 0; - orphans: 0; - mc-heading-level: 0; -} - -p.IndentHeadingAfterBullet1 -{ - color: #383838; - width: 90%; - margin-top: 0em; - left: 40px; - margin-left: 40px; -} - -p.IndentAfterAlphaBullet -{ - margin-left: 48px; - left: 48px; - padding-right: 0px; - right: 48px; - width: 90%; -} - -p.breadcrumb -{ - color: #383838; - left: 18px; - width: 100%; - vertical-align: top; -} - -p.LandingPage -{ - color: #383838; - left: 18px; - width: 100%; - vertical-align: top; - text-align: left; -} - -p.tableBody -{ - color: #383838; - left: 18px; - width: 98%; - vertical-align: top; - font-size: 100%; - font-family: 'OpenSansRegular'; - margin: 0; - margin-bottom: 0.5em; - margin-top: 3px; -} - -p.Alpha1AfterBullet -{ - mc-auto-number-position: outside-head; - mc-auto-number-format: 'B:{a=1}.'; - left: 18px; - font-family: 'OpenSansRegular'; - mc-auto-number-offset: 24px; - margin-left: 48px; -} - -p.AlphaContinueAfterBullet -{ - mc-auto-number-format: 'B:{a+}.'; - left: 36px; - mc-auto-number-position: outside-head; - mc-auto-number-offset: 24px; - margin-left: 48px; -} - -p.ToDoInDropDown -{ - margin-bottom: 0em; - mc-hyphenate: never; - background-image: none; - margin-top: 1.5em; - font-weight: bold; - font-size: 110%; - color: #b95409; - page-break-after: avoid; - font-family: 'OpenSansRegular'; -} - -p.IndentAfterBullet -{ - width: 100%; - vertical-align: top; - mc-short-line: 4px; - mc-short-line-method: tighten-loosen; - mc-hyphenate: never; - orphans: 2; - widows: 2; - margin-left: 18px; - left: 18px; - margin-top: 0.5em; -} - -p.MiniContents -{ - left: 18px; - font-style: normal; - font-weight: normal; - margin: 0; - font-size: 85%; - font-family: 'OpenSansRegular'; -} - -p.path -{ - left: 18px; - width: 100%; - vertical-align: top; - font-weight: normal; -} - -p.tight -{ - color: #383838; - left: 18px; - width: 100%; - vertical-align: top; - mc-short-line: 4px; - mc-short-line-method: tighten-loosen; - mc-hyphenate: never; - orphans: 2; - widows: 2; - margin-bottom: 0.5ex; - margin-top: 0ex; -} - -p.NoSpaceBelow -{ - color: #383838; - left: 18px; - width: 100%; - vertical-align: top; - mc-short-line: 4px; - mc-short-line-method: tighten-loosen; - mc-hyphenate: never; - orphans: 2; - widows: 2; - margin-bottom: 0em; -} - -p.Sans -{ - color: #383838; - left: 18px; - width: 100%; - vertical-align: top; - mc-short-line: 4px; - mc-short-line-method: tighten-loosen; - mc-hyphenate: never; - orphans: 2; - widows: 2; -} - -p.tableBodysmall -{ - color: #383838; - left: 18px; - width: 100%; - vertical-align: top; - font-size: 100%; - font-family: 'OpenSansRegular'; - margin-top: 0em; - margin: 0; - margin-bottom: 0.5em; -} - -p.HeresHow -{ - font-family: 'OpenSansRegular'; - font-size: 145%; - margin-bottom: 1 em; - mc-hyphenate: never; -} - -p.ToDo -{ - margin-bottom: 0em; - mc-hyphenate: never; - background-repeat: no-repeat; - font-weight: bold; - font-size: 110%; - color: #b95409; - background-image: none; - padding-left: 0px; - left: 0px; - margin-left: 0px; - margin-top: 2em; - font-family: 'OpenSansRegular'; -} - -p.Alpha1DropDown -{ - mc-auto-number-position: outside-head; - mc-auto-number-format: 'B:{a=1}.'; - font-family: 'OpenSansRegular'; - mc-auto-number-offset: 24px; - left: 48px; - margin-left: 48px; - margin-bottom: 1.12em; -} - -p.MiniTOC1 -{ - color: #1a5879; - font-weight: normal; - font-style: normal; - margin: 0; - left: 0px; - margin-left: 0px; - font-size: 85%; -} - -p.MiniTOC2 -{ - color: #1a5879; - font-size: 85%; -} - -p.MiniTOC3 -{ - color: #1a5879; - font-size: 85%; -} - -p.MiniTOC4 -{ - color: #1a5879; - font-size: 85%; -} - -p.MiniTOC5 -{ - color: #1a5879; - font-size: 85%; -} - -p.MiniTOC6 -{ - color: #1a5879; -} - -p.NoteBoxHeader -{ - color: #383838; - left: 18px; - width: 100%; - vertical-align: top; - mc-short-line: 4px; - mc-short-line-method: tighten-loosen; - mc-hyphenate: never; - orphans: 2; - widows: 2; - font-size: 90%; - font-weight: bold; - margin-top: 0em; -} - -p.TOC1 -{ - font-family: 'OpenSansRegular'; - font-style: normal; - margin-top: 2em; - padding-top: 2em; - font-weight: normal; - font-size: 125%; - color: #383838; -} - -p.TOC2 -{ - margin-left: 16pt; -} - -p.TOC3 -{ - margin-left: 32pt; -} - -p.TOC4 -{ - margin-left: 48pt; -} - -p.white -{ - color: #ffffff; -} - -pre -{ - padding-left: 5px; - padding-top: 0px; - padding-bottom: 5px; - font-size: 85%; - line-height: 150%; - vertical-align: top; - margin: 0; - margin-bottom: 0.5em; - margin-top: 0em; -} - -pre.blueCode -{ - color: #1a5879; -} - -pre.small -{ - padding-left: 5px; - margin-top: 0em; - padding-top: 0px; - margin-bottom: 0em; - padding-bottom: 5px; - font-size: 85%; - line-height: 150%; - vertical-align: top; -} - -pre.indentAfterAlpha -{ - padding-left: 5px; - margin-top: 0em; - padding-top: 0px; - margin-bottom: 0em; - padding-bottom: 5px; - font-size: 85%; - line-height: 150%; - vertical-align: top; -} - -caption -{ - color: #383838; - font-style: normal; - font-weight: bold; - text-align: left; - font-size: 80%; -} - -img -{ - max-width: 525px; -} - -img.FloatRight -{ - border-left-style: none; - border-left-width: 1px; - border-right-style: none; - border-right-width: 1px; - border-top-style: none; - border-top-width: 1px; - border-bottom-style: none; - border-bottom-width: 1px; - float: right; - clear: right; -} - -img.RoadMapImageRight -{ - margin-left: 10px; - padding-left: 0px; - float: left; -} - -img.MaxWidth2AndHalfInch -{ - mc-thumbnail-max-width: 200px; - mc-thumbnail-max-height: auto; - mc-thumbnail: popup; -} - -img.withPopUp -{ - mc-thumbnail-max-width: 200px; - mc-thumbnail-max-height: auto; - mc-thumbnail: popup; - background-color: #ffffff; -} - -img.FloatLeft -{ - border-left-style: none; - border-left-width: 1px; - border-right-style: none; - border-right-width: 1px; - border-top-style: none; - border-top-width: 1px; - border-bottom-style: none; - border-bottom-width: 1px; - float: left; - margin-right: 1.12em; -} - -img.inTableColumn -{ - max-width: 450px; -} - -img.Inline -{ - padding-left: 2px; - padding-right: 2px; - overflow: visible; - margin-left: 0px; - margin-bottom: 0px; - padding: 0px; - vertical-align: top; - height: 16px; - width: auto; - max-height: 16px; -} - -img.large -{ - height: auto; - width: 4.5in; -} - -img.Small -{ - height: auto; - width: 140px; -} - -img.maxPrintedPage -{ - width: auto; - height: 7.5in; -} - -img.VideoIcon -{ - max-width: 450px; - text-align: right; -} - -img.FloatRightVersionBanner -{ - border-left-style: none; - border-left-width: 1px; - border-right-style: none; - border-right-width: 1px; - border-top-style: none; - border-top-width: 1px; - border-bottom-style: none; - border-bottom-width: 1px; - float: right; - clear: right; - margin-top: -25px; -} - -img.thumbnail -{ - max-width: 235px; - border: solid 1px #808080; - width: 235px; - height: auto; -} - -img.play -{ - max-width: 450px; - margin-bottom: 0px; -} - -object.Video -{ - border: solid 1px #000000; - width: 550px; - height: 412.5px; - max-width: 550px; -} - -object.VideoTutorial -{ - border: solid 1px #000000; - max-width: 480px; - width: 550px; - height: 412.5px; -} - -ul -{ - left: 18px; - margin-left: 18px; -} - -ul.BulletHead -{ - left: -24px; - margin-left: -24px; - margin-bottom: 0em; - font-weight: bold; -} - -ul.BulletAfterAlpha -{ - left: 48px; - margin-left: 36px; -} - -ul.inTable -{ - line-height: 1.8em; -} - -ul.inTable -{ - left: -15px; - margin-left: -28px; -} - -li -{ - margin-bottom: 1em; - margin-top: 1em; - line-height: 1.4em; -} - -li.bold -{ - margin-bottom: 0em; - margin-top: 1em; - line-height: 20px; - font-weight: bold; - page-break-after: avoid; -} - -li.noIndent -{ - left: -15px; -} - -li.Level2Bullet -{ - margin-bottom: 1em; - margin-top: 1em; -} - -li.NoBullet -{ - list-style-type: none; - margin-top: 0em; - margin-bottom: 0.00em; -} - -li.Note -{ - margin-bottom: 1em; - margin-top: 1em; - line-height: 1.4em; - font-size: 90%; -} - -div.sectionDiv -{ - margin-left: 150px; -} - -div.Image -{ - text-align: center; - background-color: #ffffff; - font-style: italic; -} - -div.Key -{ - float: right; - margin-top: -50px; -} - -div.footer -{ - -} - -div.floatLeft -{ - float: left; - font-family: 'OpenSansRegular'; -} - -div.floatRight -{ - float: right; - font-family: 'OpenSansRegular'; -} - -div.floatRightTop -{ - float: right; - font-family: 'OpenSansRegular'; - z-index: 2px; - margin-top: -5px; - margin-right: -1px; - page-break-after: avoid; -} - -div.floatRightMiddle -{ - float: right; - font-family: 'OpenSansRegular'; - z-index: 2px; - margin-right: -1px; - padding-top: 15px; - page-break-after: avoid; -} - -div.MiniTOC -{ - -} - -div.miniTOCbox -{ - float: right; - font-family: 'OpenSansRegular'; - background-color: #f5f2ed; - padding: 0.5em; - margin-left: 1.12em; - width: 250px; - padding-bottom: 0em; - border-bottom: none 1px; - border-bottom-style: solid; - border: none 1px; -} - -div.Note -{ - color: #383838; - background-image: url('../Images/gray-texture.png'); - border: solid 1px #808080; - padding: 14px; - margin-left: 20px; - width: 700px; -} - -div.SectionTitle -{ - background-color: #ffffff; - text-align: right; -} - -div.QRcode -{ - text-align: center; - background-color: #ffffff; - font-style: italic; -} - -caption.TableCaption -{ - font-weight: normal; - font-style: italic; - color: #383838; - text-align: left; - font-size: 90%; -} - -table.FieldDesc -{ - width: 100%; - line-height: 125%; - font-size: 100%; -} - -table.headerRule -{ - width: 100%; -} - -table.SectionLandingTable -{ - -} - -table.Options -{ - width: 100%; - padding: 0px; -} - -td.VariableCode -{ - font-size: 10pt; - font-family: 'Courier New'; - padding-top: 10px; -} - -table.NoteBox -{ - width: 100%; - margin-left: 0; - margin-right: auto; - background-color: #f9f2e1; - border: solid 1px #dbcba5; - margin: 0em; - padding: 1.12em; - margin-top: 1.12em; -} - -table.cellunderline -{ - width: 100%; -} - -table.SectionLandingTable -{ - width: 6in; - margin-left: auto; - margin-right: 0; -} - -table.TableStyleTopicRef -{ - width: 100%; - border-left-style: none; - border-left-width: 1px; - border-right-style: none; - border-right-width: 1px; - border-top-style: none; - border-top-width: 1px; - border-bottom-style: none; - border-bottom-width: 1px; - margin-left: 0; - margin-right: auto; - caption-side: top; - mc-table-style: url('../../Resources/TableStyles/KBTable2.css'); -} - -tr -{ - vertical-align: top; -} - -tr.After_1 -{ - vertical-align: top; - margin-left: 36px; - left: 36px; -} - -td -{ - vertical-align: top; -} - -td.SectionBox -{ - border: solid 1px #383838; - padding: 10px; - background-image: url('../Images/gray-texture.png'); -} - -td.SectionTitle -{ - vertical-align: top; -} - -td.FieldDescColumn -{ - right: 48px; -} - -td.Underline -{ - vertical-align: top; -} - -td.code -{ - font-family: 'Courier New'; -} - -th.FieldDescHeader -{ - -} - -th.TableHeader -{ - -} - -ul.Body -{ - line-height: 1.8em; - margin-left: -22px; - left: -22px; -} - -ul.TableAfterNumber -{ - list-style-type: none; - margin-left: -18px; - left: -18px; -} - -ul.BulletAfterNumber -{ - margin-left: 0px; - left: 0px; -} - -ul.BulletAfterAlphaDropDown -{ - left: 20px; - margin-left: 20px; -} - -ul.BulletAfterNumberDropDown -{ - left: 0px; - margin-left: 0px; -} - -ul.BulletAfterAlphaDropDown2 -{ - margin-left: 36px; - left: 36px; -} - -ul.BulletAfterNumberDropDown2 -{ - left: 36px; - margin-left: 36px; -} - -ul.BulletAfterNumberDropDownNested -{ - left: 36px; - margin-left: 36px; -} - -ul.BulletAfterAlphaDropDownNested -{ - left: 48px; - margin-left: 48px; -} - -ul.BulletAfterAlpha2 -{ - margin-left: 24px; - left: 24px; -} - -ul.BodyInDropDown -{ - line-height: 1.8em; - left: 0px; - margin-left: -24px; -} - -ul.note -{ - margin-left: -24px; - left: -24px; -} - -ul.TableAfterAlpha -{ - list-style-type: none; - margin-bottom: 0em; - margin-right: 0em; - margin-top: 0em; - padding-bottom: 0px; - padding-top: 0px; - left: 8px; - margin-left: 8px; -} - -ul.TableInBody -{ - list-style-type: none; - margin-left: 0px; - left: 0px; -} - -MadCap|conceptLinkControlList -{ - border: solid 1px #808080; - font-size: 0.75%; -} - -MadCap|conceptLinkControlListItem -{ - font-size: 75%; -} - -MadCap|concept -{ - color: #1a5879; - border: solid 1px #c0c0c0; - margin-bottom: 15px; - border-radius: 15; - -moz-border-radius: 15; - -webkit-border-radius: 15; - font-size: 80%; -} - -MadCap|conceptLinkControlListItemLink -{ - font-size: 75%; -} - -MadCap|dropDown.dropDown2 -{ - mc-open-image: url('resources:Images/WebHelp/minus.png'); - mc-closed-image: url('resources:Images/WebHelp/plus.png'); - margin-top: 18px; -} - -MadCap|dropDown.nested -{ - mc-open-image: url('resources:Images/WebHelp/minus.png'); - mc-closed-image: url('resources:Images/WebHelp/plus.png'); - margin-top: 18px; - left: 0px; - margin-left: 22px; - padding-left: 22px; -} - -MadCap|glossaryTerm -{ - font-weight: normal; - font-style: italic; - color: #1a5879; - font-size: 100%; - font-family: Georgia; -} - -MadCap|helpControlList -{ - font-size: 75%; - color: #383838; - border: solid 1px #c0c0c0; -} - -MadCap|dropDown.TopPage -{ - mc-open-image: url('resources:Images/WebHelp/minus.png'); - mc-closed-image: url('resources:Images/WebHelp/plus.png'); - margin-top: 18px; - margin-right: 0px; - padding-right: 0px; - page-break-before: always; -} - -MadCap|dropDownHead.contrast -{ - margin-top: 10px; - color: #ef672f; - font-size: 110%; - font-weight: normal; - font-family: 'OpenSansRegular'; -} - -img.max80pct -{ - max-width: 450px; -} - -em.imageCaption -{ - -} - -tr.SpaceAfter -{ - vertical-align: top; - padding-bottom: 0px; - margin-bottom: 8px; -} - -ul.TableInDropDown -{ - list-style-type: none; - margin-left: -16px; - left: -16px; -} - -img.border -{ - max-width: 450px; - border: solid 1px; - border-color: #808080; -} - -ul.TableNoDropDown -{ - list-style-type: none; - margin-left: -16px; - left: -16px; -} - -ul.TableAfterAlphaNoDropDown -{ - list-style-type: none; - margin-left: 8px; - left: 8px; -} - -MadCap|miniTocProxy -{ - font-weight: normal; - padding-top: 5px; - padding-right: 5px; - padding: 5px; - margin-top: 0em; - border-bottom-style: none; - border: none 1px #383838; - background-color: #f5f2ed; - border-bottom: none; - border-bottom-width: none; - border-bottom-color: none; - mc-toc-depth: 1; - text-align: left; - float: none; - margin-left: 0em; - margin-bottom: 0em; - margin: 0; - padding-bottom: 0px; - padding-left: 0px; -} - -img.Image -{ - border-left-style: none; - border-left-width: 1px; - border-right-style: none; - border-right-width: 1px; - border-top-style: none; - border-top-width: 1px; - border-bottom-style: none; - border-bottom-width: 1px; - float: left; -} - -MadCap|expanding -{ - mc-open-image: url('resources:Images/WebHelp/minus.png'); - mc-closed-image: url('resources:Images/WebHelp/plus.png'); - mc-image-position: left; -} - -MadCap|dropDown -{ - mc-open-image: url('resources:Images/WebHelp/minus.png'); - mc-closed-image: url('resources:Images/WebHelp/plus.png'); - margin-top: 18px; - margin-right: 0px; - padding-right: 0px; -} - -MadCap|dropDownHead -{ - margin-top: 10px; - font-size: 15pt; - font-weight: bold; - page-break-after: avoid; - orphans: 3; - widows: 3; - font-family: 'OpenSansRegular'; - color: #ef672f; -} - -MadCap|dropDownHead.hover -{ - color: #ef672f; -} - -MadCap|shortcut -{ - color: #1a5879; -} - -MadCap|breadcrumbsProxy -{ - font-size: 75%; - font-weight: bold; - font-family: 'OpenSansRegular'; - border-bottom-color: #383838; - padding-bottom: 0px; - width: 100%; -} - -MadCap|toggler -{ - mc-open-image: url('resources:Images/WebHelp/minus.png'); - mc-closed-image: url('resources:Images/WebHelp/plus.png'); - color: inherit; -} - -MadCap|popupHead -{ - color: #1a5879; - font-family: 'OpenSansRegular'; - font-size: 100%; -} - -MadCap|popupBody -{ - color: #383838; - font-family: 'OpenSansRegular'; - background-color: #f9f2e1; - font-weight: normal; - font: Arial; - margin-right: 0px; - font-size: 120%; -} - -MadCap|glossaryTerm -{ - font-weight: normal; - font-style: italic; - color: #383838; -} - -MadCap|glossaryTerm.Expanding -{ - color: inherit; - font-weight: inherit; - background-color: #c0c0c0; -} - -MadCap|glossaryTerm.Hyperlink -{ - font-weight: inherit; - color: #1a5879; -} - -MadCap|glossaryTerm.Popup -{ - font-weight: normal; - color: #1a5879; -} - -MadCap|conceptLink -{ - font-size: 110%; - font-weight: normal; - color: #1a5879; - mc-label: 'Related Topics'; -} - -MadCap|keywordLink -{ - color: #383838; -} - -MadCap|relatedTopics -{ - color: #383838; -} - -MadCap|helpControlMenu -{ - font-family: 'OpenSansRegular'; - margin-bottom: 25px; - font-size: 80%; - color: #383838; - border: solid 1px #808080; - background-color: #dadada; - border-radius: 10px; - -moz-border-radius: 10px; - -webkit-border-radius: 10px; -} - -MadCap|helpControlMenuItem -{ - font-family: inherit; - padding: 2px; - color: #1a5879; - font-size: 100%; -} - -MadCap|helpControlMenuItem.Highlighted -{ - color: #383838; - background-color: #E5EFF7; -} - -MadCap|xref -{ - color: #1a5879; - mc-format: '{h1}'; -} - -MadCap|popup -{ - border: none 0px; - padding: 2px; - margin-right: auto; - width: auto; - mc-popup-height: auto; - mc-popup-width: auto; - font-family: 'OpenSansRegular'; - font-size: 75%; -} - -MadCap|popupBody -{ - background-image: url('../Images/gray-texture.png'); - background-repeat: repeat; - width: 750px; -} - -MadCap|variable.floatRight -{ - -} - -MadCap|variable.floatLeft -{ - -} - -@media print -{ - h1, - h2, - h3, - h4, - h6 - { - font-family: 'OpenSansRegular'; - font-weight: normal; - } - - body - { - font-size: 10pt; - font-family: Georgia; - } - - h1 - { - page-break-after: avoid; - margin-top: 1em; - font-size: 200%; - mc-heading-level: 2; - page-break-before: avoid; - font-family: 'OpenSansRegular'; - } - - h1.Appendix - { - font-weight: normal; - page-break-before: avoid; - mc-auto-number-format: 'C:{color gray}{size 16pt}{b}APPENDIX {A=1}: {/b}{/size}{/color} '; - mc-heading-level: 2; - color: #383838; - } - - h1.Chap1 - { - line-height: 100%; - margin-top: 1ex; - margin-bottom: 1em; - font-size: 200%; - mc-heading-level: 2; - page-break-after: avoid; - mc-auto-number-format: 'CH:{color gray}{size 11pt}{b}CHAPTER {Gn+}: {/b}{/size}{/color}'; - font-family: 'OpenSansRegular'; - } - - h1.Chap2 - { - line-height: 100%; - margin-top: 1ex; - margin-bottom: 1em; - font-size: 200%; - mc-heading-level: 2; - page-break-before: avoid; - page-break-after: avoid; - mc-auto-number-format: 'CH:{color gray}{size 11pt}{b}CHAPTER {Gn+}: {/b}{/size}{/color}'; - font-family: 'OpenSansRegular'; - } - - h1.TitlePage - { - color: #383838; - font-weight: normal; - mc-heading-level: 0; - text-align: right; - right: 0px; - padding-right: 100px; - } - - h1.copyrightNotice - { - font-weight: bold; - mc-heading-level: 0; - font-size: 110%; - mc-hyphenate: never; - mc-short-line-method: tighten-loosen; - mc-short-line: 4px; - } - - h1.TitlePage - { - font-weight: normal; - color: #383838; - text-align: right; - page-break-before: avoid; - margin-right: 0px; - font-size: 230%; - mc-heading-level: 0; - page-break-after: auto; - } - - h1.SectionTitlePage - { - color: #383838; - font-weight: normal; - text-align: right; - right: 0px; - font-size: 125%; - mc-heading-level: 1; - } - - h2 - { - border: none; - page-break-after: avoid; - margin-bottom: 0em; - margin-top: 0.25em; - line-height: 1em; - color: #383838; - mc-heading-level: 3; - font-size: 175%; - orphans: 3; - font-family: 'OpenSansRegular'; - } - - h2.Top - { - mc-disable-glossary-terms: false; - page-break-before: always; - widows: 0; - orphans: 0; - font-family: 'OpenSansRegular'; - } - - h3 - { - color: #383838; - margin-top: 1.5em; - line-height: 100%; - margin-bottom: 0em; - mc-heading-level: 4; - font-weight: normal; - font-size: 145%; - font-family: 'OpenSansRegular'; - } - - h3.Top - { - page-break-before: always; - font-family: 'OpenSansRegular'; - } - - h3.NoTOC - { - mc-heading-level: 0; - } - - h4 - { - mc-heading-level: 5; - font-size: 130%; - font-weight: normal; - line-height: normal; - margin-top: 2em; - margin-bottom: 0.5em; - font-family: 'OpenSansRegular'; - } - - h4.NoTOC - { - mc-heading-level: 0; - } - - h5 - { - margin: 1.12em 0; - font-size: 100%; - font-weight: bold; - font-family: 'OpenSansRegular'; - } - - h5.roadmapHeader - { - mc-heading-level: 0; - font-family: 'OpenSansRegular'; - } - - b.Command - { - font-family: 'OpenSansRegular'; - } - - p - { - font-size: 100%; - font-family: Georgia; - mc-short-line: 1in; - orphans: 3; - widows: 3; - mc-short-line-method: never; - } - - p.Contents - { - font-size: 230%; - font-family: 'OpenSansRegular'; - } - - p.h1Size - { - font-size: 230%; - mc-heading-level: 0; - mc-toc-depth: 0; - font-family: 'OpenSansRegular'; - } - - p.ToDoInDropDown - { - background-repeat: no-repeat; - margin-left: -30px; - padding-left: 30px; - background-image: none; - color: #b95409; - font-size: 110%; - font-family: 'OpenSansRegular'; - } - - p.Number1 - { - line-height: 150%; - margin-top: 1.50em; - margin-bottom: 1.12em; - font-family: Georgia; - page-break-after: avoid; - page-break-before: avoid; - } - - p.NumberContinue - { - line-height: 150%; - margin-bottom: 1.12em; - margin-top: 1.25em; - font-family: Georgia; - } - - p.Alpha1 - { - margin-top: 1.12em; - line-height: 148%; - margin: 1.12em 0; - margin-bottom: 1.25em; - margin-left: 26px; - left: 26px; - page-break-after: avoid; - } - - p.AlphaContinue - { - line-height: 148%; - margin-bottom: 1.25em; - margin-left: 26px; - left: 26px; - widows: 3; - orphans: 3; - } - - img.checkbox - { - vertical-align: text-bottom; - width: auto; - height: 0.25in; - } - - p.note - { - margin-left: 0em; - font-family: 'OpenSansRegular'; - font-size: 90%; - border-left-style: solid; - border-left-width: 1px; - border-left-color: #dbcba5; - border-right-style: solid; - border-right-width: 1px; - border-right-color: #dbcba5; - border-top-style: solid; - border-top-width: 1px; - border-top-color: #dbcba5; - border-bottom-style: solid; - border-bottom-width: 1px; - border-bottom-color: #dbcba5; - padding-left: 1.12em; - padding-right: 1.12em; - padding-top: 1.12em; - padding-bottom: 1.12em; - border: solid 1px #dbcba5; - background-color: #F9F2E1; - page-break-inside: avoid; - } - - p.noteAfterNumber - { - border-top-style: none; - border-top-width: 0px; - padding-left: 1.12em; - left: 24px; - font-family: 'OpenSansRegular'; - border-right-color: #808080; - border-bottom-color: #808080; - font-size: 90%; - padding: 1.12em; - border: solid 1px #dbcba5; - background-color: #F9F2E1; - margin-left: 0px; - } - - p.caption - { - margin-top: 1.12em; - font-family: Georgia; - } - - div.ImagePageBreakAfter - { - page-break-after: always; - text-align: center; - } - - div.Image - { - margin-top: 1.12em; - margin-bottom: 1.12em; - line-height: normal; - page-break-inside: avoid; - } - - div.footer - { - font-family: 'OpenSansRegular'; - } - - div.JiraID - { - height: auto; - } - - div.landingPageBox - { - background-image: none; - } - - div.QRcode - { - text-align: left; - float: right; - width: auto; - } - - ul - { - line-height: 150%; - left: 0px; - margin-left: 24px; - font-size: 100%; - font-family: Georgia; - } - - ul.BulletAfterNumber - { - left: 48px; - margin-left: 48px; - font-family: Georgia; - } - - ul.BulletAfterAlpha - { - font-family: Georgia; - orphans: 2; - page-break-inside: avoid; - margin-left: 42px; - left: 42px; - } - - ul.BulletAfterNumberDropDown - { - margin-left: 20px; - left: 20px; - font-family: Georgia; - } - - ul.BulletAfterAlphaDropDown - { - margin-left: 42px; - left: 42px; - font-family: Georgia; - } - - ul.BulletAfterAlpha2 - { - margin-left: 46px; - left: 46px; - font-family: 'OpenSansRegular'; - } - - ul.BulletAfterAlphaDropDown2 - { - font-family: 'OpenSansRegular'; - } - - ul.BulletAfterAlphaDropDownNested - { - font-family: 'OpenSansRegular'; - } - - ul.BulletAfterNumberDropDownNested - { - font-family: 'OpenSansRegular'; - } - - ul.TableAfterAlpha - { - margin-top: 0em; - margin-bottom: 0em; - left: 26px; - margin-left: 26px; - } - - ul.TableInBody - { - margin-left: -36px; - left: -36px; - } - - li - { - margin-top: 1.12em; - line-height: 150%; - } - - li.bold - { - margin-bottom: 0em; - margin-top: 1em; - } - - div.Level - { - font-family: 'OpenSansRegular'; - width: 125px; - margin-top: 60px; - page-break-after: avoid; - orphans: 3; - widows: 3; - } - - div.Version - { - text-align: right; - float: none; - margin-top: 20px; - top: 0px; - z-index: 1px; - } - - p.Version - { - margin-top: 0px; - font-family: 'OpenSansRegular'; - top: 0px; - } - - div.Level4Print - { - width: 225px; - float: left; - font-family: 'OpenSansRegular'; - } - - div - { - border-bottom-width: 1px; - } - - img.Pct - { - - } - - p.level - { - - } - - div.LevelFlag - { - color: #ffffff; - font-weight: bold; - font-size: 100%; - padding: 3px; - float: none; - width: 2.5in; - background-color: #1a5879; - } - - img.Size - { - height: auto; - max-width: 4.5in; - width: 4.5in; - } - - MadCap|dropDown - { - orphans: 3; - widows: 3; - font: 110%; - font-size: 100%; - } - - div.Medium - { - width: 400px; - } - - img.Medium - { - max-width: 400px; - width: 400px; - height: auto; - } - - img.large - { - height: auto; - width: 4.5in; - max-width: 4.5in; - } - - img.Med - { - width: 4.25in; - max-width: 4.25in; - } - - p.IndentAfterBullet - { - margin-left: 18px; - left: 18px; - } - - ul.BulletHead - { - margin-left: 18px; - left: 18px; - font-family: 'OpenSansRegular'; - } - - p.flag - { - font-family: 'OpenSansRegular'; - font-weight: bold; - color: #ffffff; - background-color: #b95409; - padding: 3px; - padding-left: 5px; - padding-right: 5px; - font-size: 100%; - width: 2in; - } - - p.notice - { - font-family: 'OpenSansRegular'; - font-weight: bold; - color: #b95409; - font-size: 115%; - border-bottom: solid 1px #383838; - } - - MadCap|tocProxy - { - border-top-style: none; - margin-left: 0; - padding-left: 0px; - } - - /*MadCap|dropDownHead - { - font-weight: bold; - color: #b95409; - margin-top: 2.25em; - font-size: 110%; - font-family: 'Courier'; - }*/ - - b.Contrast - { - font-family: 'OpenSansRegular'; - color: #383838; - } - - p.IndexHeading - { - font-family: 'OpenSansRegular'; - color: #b95409; - text-align: left; - font-size: 110%; - } - - MadCap|miniTocProxy - { - border: solid 1px #383838; - border-bottom: none; - } - - p.IndentAfterNumber - { - margin-left: 0px; - } - - b.Orange - { - color: #b95409; - } - - p.ToDo - { - color: #b95409; - background-image: none; - margin-left: 0px; - padding-left: 0px; - margin-top: 1.5em; - page-break-after: avoid; - font-size: 110%; - font-family: 'OpenSansRegular'; - } - - div.shadedBox - { - background-color: #f9f2e1; - padding: 3px; - } - - p.noteAfterAlpha - { - font-family: 'OpenSansRegular'; - margin-left: 24px; - } - - p.noteAfterAlphaBullet - { - font-family: 'OpenSansRegular'; - background-color: #f9f2e1; - } - - MadCap|indexProxy - { - border-top-style: none; - } - - caption - { - font-family: 'OpenSansRegular'; - } - - img.bannerLevel - { - width: auto; - max-width: 2in; - max-height: 0.2in; - } - - p.IndentAfterBullet1 - { - margin-left: 20px; - left: 20px; - } - - ul.TableAfterBullet - { - margin-left: 18px; - } - - div.floatRightTop - { - page-break-after: avoid; - float: right; - margin-right: 5px; - padding-top: 16px; - } - - div.floatRightTopChp - { - padding-top: 0px; - margin-right: 5px; - height: 0.20in; - margin-top: -45px; - top: -45px; - } - - img.bannerLevel1 - { - padding-top: 75px; - width: auto; - height: 0.2in; - max-height: 0.2in; - max-width: 2in; - } - - img.skillLevelTight - { - width: auto; - float: left; - max-height: 0.20in; - height: 0.20in; - } - - p.TableHeading - { - margin-bottom: 0em; - mc-hyphenate: never; - background-repeat: no-repeat; - font-weight: bold; - font-size: 110%; - background-image: none; - padding-left: 0px; - left: 0px; - margin-left: 0px; - margin-top: 2em; - color: #383838; - page-break-after: avoid; - font-family: 'OpenSansRegular'; - } - - p.tableBody - { - font-size: 96%; - } - - MadCap|dropDownHotspot - { - font-family: 'OpenSansRegular'; - } - - MadCap|dropDownHead.Level2 - { - font-size: 100%; - color: #383838; - } - - p.noteAfterNumberDropDown - { - font-family: 'OpenSansRegular'; - } - - p.boxAfterNumber - { - left: 0px; - margin-left: 0px; - } - - ul.TableAfterNumber - { - left: 0px; - margin-left: 0px; - } - - MadCap|dropDownHotspot.Reference - { - color: #383838; - } - - h1.sectiontitle - { - font-size: 125%; - mc-heading-level: 0; - text-align: right; - } - - p.LandingPage - { - font-family: 'OpenSansRegular'; - } - - MadCap|footnote - { - font-family: 'OpenSansRegular'; - font-size: 90%; - mc-footnote-position: endnote; - mc-footnote-number: endnote; - color: #383838; - } - - MadCap|footnoteBlock - { - font-family: 'OpenSansRegular'; - padding-top: 3px; - font-size: 85%; - } - - MadCap|footnotesBlock - { - font-family: 'OpenSansRegular'; - } - - MadCap|dropDown.TopPage - { - - } - - p.TOC2 - { - mc-leader-indent: 5pt; - margin-left: -10; - margin-top: 2em; - } - - p.TOC3 - { - margin-left: 24pt; - } - - p.TOC4 - { - margin-left: 48pt; - } - - p.TOC5 - { - margin-left: 24pt; - } - - p.TOC6 - { - margin-left: 32pt; - } - - p.TOC7 - { - margin-left: 40pt; - } - - h3.NoTOCtop - { - mc-heading-level: 4; - } - - img.thumbnailNoBorder - { - border: none 1px #808080; - } - - img.Icon - { - height: 75px; - width: auto; - } - - img.MaxPageHeight - { - height: 7.0in; - max-height: 7in; - width: auto; - } - - img.thumbnailNoBorderPortrait - { - height: 235px; - width: auto; - } - - h6 - { - font-family: ' Arial'; - } - - h1.LandingPageTitle - { - margin-right: 40px; - font-weight: normal; - font-size: 215%; - font-family: 'OpenSansRegular'; - } - - h1.App1 - { - mc-auto-number-format: 'SH:{color gray}{size 11pt}{b}APPENDIX {A=1}: {/b}{/size}{/color}'; - } - - h1.App - { - mc-auto-number-format: 'SH:{color gray}{size 11pt}{b}APPENDIX {A+}: {/b}{/size}{/color}'; - } - - p.TOC1 - { - font-size: 115%; - color: #b95409; - font-weight: bold; - } - - ul.Sans - { - font-family: 'OpenSansRegular'; - } - - div.floatRightMiddle - { - padding-top: 10px; - } - - p.boxHeader - { - font-family: 'OpenSansRegular'; - font-size: 90%; - font-weight: bold; - margin-top: 0.5em; - } - - ul.AfterCheckBox - { - margin-left: 54px; - left: 54px; - } - - p.IndentAfterAlpha - { - margin-left: 26px; - left: 26px; - } - - h3.SamePageTop - { - page-break-before: always; - font-size: 145%; - } - - h3.SamePage - { - font-size: 145%; - } - - a - { - color: #1a5879; - text-decoration: none; - font-size: ; - } - - a:active - { - - } - - a:visited - { - - } - - a:link - { - - } - - a:hover - { - - } - - a.Popup - { - - } - - a.table - { - font-size: 95%; - } - - MadCap|dropDownHead.Nested - { - font-size: 100%; - } - - div.floatRightTopPageBreak - { - padding-top: 10px; - } - - h2.SamePage - { - height: 0.2in; - } - - img.FloatRightLevel - { - height: 0.2in; - width: auto; - padding-top: 0px; - z-index: 1px; - margin-top: -1px; - } - - p.ToDoTop - { - page-break-before: always; - font-family: 'OpenSansRegular'; - } - - p.TableHeadingTop - { - page-break-before: always; - font-size: 110%; - font-family: 'OpenSansRegular'; - } - - h1.H1FrontMatterTitle - { - font-family: 'OpenSansRegular'; - } - - h1.LandingPageTitleNoTOC - { - font-family: 'OpenSansRegular'; - } - - a.GlossaryPageTerm - { - font-family: 'OpenSansRegular'; - } - - p.MiniContents - { - font-family: 'OpenSansRegular'; - } - - p.SectionTitle - { - font-family: 'OpenSansRegular'; - } - - MadCap|dropDownHead.contrast - { - font-family: 'OpenSansRegular'; - } -} - -/* h1.Chap1 - { - margin-bottom: 0.750ex; - mc-auto-number-format: 'CH:{color #b95409}{size 12pt}{b}CHAPTER {Gn+}: {/b}{/size}{/color} '; - z-index: 0px; - mc-heading-level: 2; - font-size: 200%; - font-family: Calluna Sans, Arial; - line-height: normal; - font-variant: normal; - page-break-before: avoid; - } */ - -img.bannerLevel -{ - width: auto; - max-height: 0.2in; - height: 0.2in; -} - -h1.NoTOC -{ - mc-heading-level: 0; -} - -h1.LandingPageTitleNoTOC -{ - color: #383838; - font-weight: normal; - text-align: right; - mc-heading-level: 0; - font-size: 200%; - margin-right: 40px; - page-break-before: avoid; - font-family: 'OpenSansRegular'; -} - -p.TableHeading -{ - font-weight: bold; - color: #383838; - height: auto; - font-family: 'OpenSansRegular'; -} - -a.GlossaryPageTerm -{ - font-size: 100%; - font-weight: bold; - font-family: 'OpenSansRegular'; -} - -div.GlossaryPageHeading -{ - font-family: 'OpenSansRegular'; - font-size: 100%; - color: #b95409; -} - -div.GlossaryPageEntry -{ - font-family: 'OpenSansRegular'; - font-size: 100%; -} - -div.GlossaryPageDefinition -{ - font-family: 'OpenSansRegular'; - font-size: 100%; -} - -div.GlossaryPageTerm -{ - font-family: 'OpenSansRegular'; - font-size: 100%; -} - -MadCap|glossaryProxy -{ - border-top-style: none; -} - -h1.OnlineChpt -{ - page-break-before: avoid; -} - -h1.Appendix -{ - mc-auto-number-format: 'CH:{color gray}{size 11pt}{b}APPENDIX {Ga+}: {/b}{/size}{/color}'; -} - -h1.App1 -{ - mc-auto-number-format: 'CH:{color gray}{size 11pt}{b}APPENDIX {Ga=a}: {/b}{/size}{/color}'; -} - -h1.App -{ - mc-auto-number-format: 'CH:{color gray}{size 11pt}{b}APPENDIX {Ga+}: {/b}{/size}{/color}'; -} - -ul.BulletHeadNormal -{ - left: -24px; - margin-left: -24px; - margin-bottom: 0em; - font-weight: bold; -} - -ul.BulletHeadNotBold -{ - left: -24px; - margin-left: -24px; - margin-bottom: 0em; - font-weight: bold; -} - -ul.Sans -{ - -} - -p.boxHeader -{ - margin-bottom: 0.25em; - margin-top: 0.25em; - font-family: 'OpenSansRegular'; - margin: 3px; - font-weight: bold; - font-size: 85%; -} - -img.checkbox -{ - max-width: 525px; - height: 0.25in; - width: auto; - vertical-align: baseline; -} - -ul.AfterCheckBox -{ - -} - -h3.SamePage -{ - font-weight: normal; - font-size: 135%; -} - -h2.SamePage -{ - font-weight: normal; - font-size: 175%; -} - -p.InBreadcrumb -{ - font-size: 80%; - text-align: right; - margin-bottom: 0em; - margin: 0; - width: auto; - vertical-align: baseline; - line-height: normal; - padding-bottom: 0px; - margin-top: 0px; -} - -div.floatLeftFinePrint -{ - float: left; - font-family: 'OpenSansRegular'; - font-size: 80%; -} - -div.finePrint -{ - float: right; - font-family: 'OpenSansRegular'; -} - -div.floatRightFinePrint -{ - float: right; - font-family: 'OpenSansRegular'; - font-size: 80%; -} - -p.finePrintVersionNum -{ - font-size: 80%; - text-align: right; - margin-bottom: 0em; - margin-top: 0em; - margin: 0; -} - -p.IndentHeadingAfterNumberBullet -{ - color: #383838; - width: 90%; - margin-top: 0em; - margin-left: 24px; - left: 24px; -} - -div.floatRightTopPageBreak -{ - float: right; - font-family: 'OpenSansRegular'; - z-index: 2px; - margin-top: -5px; - margin-right: -1px; - page-break-after: avoid; -} - -h2.Top -{ - page-break-before: always; - mc-heading-level: 3; -} - -h3.SamePageTop -{ - font-weight: normal; - font-size: 135%; -} - -a.table -{ - color: #1a5879; - text-decoration: none; -} - -MadCap|dropDownHead.Nested -{ - -} - -h2.floatLeft -{ - font-weight: normal; -} - -img.FloatRightLevel -{ - border-left-style: none; - border-left-width: 1px; - border-right-style: none; - border-right-width: 1px; - border-top-style: none; - border-top-width: 1px; - border-bottom-style: none; - border-bottom-width: 1px; - float: right; - clear: right; - height: 0.20in; - width: auto; -} - -img.FloatRightLevelH3 -{ - border-left-style: none; - border-left-width: 1px; - border-right-style: none; - border-right-width: 1px; - border-top-style: none; - border-top-width: 1px; - border-bottom-style: none; - border-bottom-width: 1px; - float: right; - clear: right; -} - -p.ToDoTop -{ - margin-bottom: 0em; - mc-hyphenate: never; - background-repeat: no-repeat; - font-weight: bold; - font-size: 110%; - color: #b95409; - background-image: none; - padding-left: 0px; - left: 0px; - margin-left: 0px; - margin-top: 2em; - font-family: 'OpenSansRegular'; -} - -p.TableHeadingTop -{ - font-weight: bold; - color: #383838; - height: auto; - font-family: 'OpenSansRegular'; -} - -p.pageBreak -{ - left: 18px; - width: 100%; - vertical-align: top; - mc-short-line: 4px; - mc-short-line-method: tighten-loosen; - mc-hyphenate: never; - orphans: 2; - widows: 2; - page-break-before: always; -} - -p.h1Size -{ - left: 18px; - width: 100%; - vertical-align: top; - mc-short-line: 4px; - mc-short-line-method: tighten-loosen; - mc-hyphenate: never; - orphans: 2; - widows: 2; - margin-right: 40px; - text-align: right; - font-size: 200%; - font-family: 'OpenSansRegular'; -} - -a:link -{ - text-decoration: none; - color: #1a5879; -} - -a:visited -{ - text-decoration: none; -} - diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-Black.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-Black.otf deleted file mode 100644 index 8ea7e1b87fe..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-Black.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-BlackItalic.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-BlackItalic.otf deleted file mode 100644 index 4b26e692de0..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-BlackItalic.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-Bold.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-Bold.otf deleted file mode 100644 index 993632ba577..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-Bold.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-BoldItal.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-BoldItal.otf deleted file mode 100644 index bbb1ba882b4..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-BoldItal.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-Italic.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-Italic.otf deleted file mode 100644 index 3a4a6b44b4e..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-Italic.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-Light.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-Light.otf deleted file mode 100644 index cdda5b82570..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-Light.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-LightItal.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-LightItal.otf deleted file mode 100644 index 195f223a6df..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-LightItal.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-Roman.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-Roman.otf deleted file mode 100644 index 530291375ef..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-Roman.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-Semibold.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-Semibold.otf deleted file mode 100644 index b695389305c..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-Semibold.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-SemiboldItal.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-SemiboldItal.otf deleted file mode 100644 index 5e748de60e8..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-SemiboldItal.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-XLight.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-XLight.otf deleted file mode 100644 index af306593b0b..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-XLight.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-XLightItalic.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-XLightItalic.otf deleted file mode 100644 index 1028c82af56..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDisp-XLightItalic.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-Black.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-Black.otf deleted file mode 100644 index d4c3e190e1d..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-Black.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-BlackItal.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-BlackItal.otf deleted file mode 100644 index 2c2790ac69f..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-BlackItal.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-Bold.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-Bold.otf deleted file mode 100644 index b3e73fd4b67..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-Bold.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-BoldItal.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-BoldItal.otf deleted file mode 100644 index d86ac2376c5..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-BoldItal.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-Italic.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-Italic.otf deleted file mode 100644 index b8e3ebf5aaa..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-Italic.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-Light.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-Light.otf deleted file mode 100644 index 64561d1faef..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-Light.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-LightItal.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-LightItal.otf deleted file mode 100644 index eebd870df40..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-LightItal.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-Roman.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-Roman.otf deleted file mode 100644 index 77eb864292a..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-Roman.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-SemiItal.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-SemiItal.otf deleted file mode 100644 index 80c9246f198..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-SemiItal.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-Semibold.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-Semibold.otf deleted file mode 100644 index 7df7d0f4f39..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleDispCond-Semibold.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleTextG1-Bold.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleTextG1-Bold.otf deleted file mode 100644 index 204cde8526d..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleTextG1-Bold.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleTextG1-BoldItalic.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleTextG1-BoldItalic.otf deleted file mode 100644 index 256da47753d..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleTextG1-BoldItalic.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleTextG1-Italic.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleTextG1-Italic.otf deleted file mode 100644 index 58a1d93335c..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleTextG1-Italic.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleTextG1-Roman.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleTextG1-Roman.otf deleted file mode 100644 index 72454e340e8..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleTextG1-Roman.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleTextG1-SemiItalic.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleTextG1-SemiItalic.otf deleted file mode 100644 index 5f358d649ab..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleTextG1-SemiItalic.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleTextG1-Semibold.otf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleTextG1-Semibold.otf deleted file mode 100644 index a5bbcc56462..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/ChronicleTextG1-Semibold.otf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/LICENSE.txt b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/LICENSE.txt deleted file mode 100644 index d6456956733..00000000000 --- a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/LICENSE.txt +++ /dev/null @@ -1,202 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBold-webfont.eot b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBold-webfont.eot deleted file mode 100644 index 25f98c46d7e..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBold-webfont.eot and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBold-webfont.svg b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBold-webfont.svg deleted file mode 100644 index 5af03dc11d9..00000000000 --- a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBold-webfont.svg +++ /dev/null @@ -1,1825 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBold-webfont.ttf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBold-webfont.ttf deleted file mode 100644 index 61479a8115b..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBold-webfont.ttf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBold-webfont.woff b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBold-webfont.woff deleted file mode 100644 index 67473ff9913..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBold-webfont.woff and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBoldItalic-webfont.eot b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBoldItalic-webfont.eot deleted file mode 100644 index 903cb9d0b8f..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBoldItalic-webfont.eot and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBoldItalic-webfont.svg b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBoldItalic-webfont.svg deleted file mode 100644 index e485c5fd648..00000000000 --- a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBoldItalic-webfont.svg +++ /dev/null @@ -1,1825 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBoldItalic-webfont.ttf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBoldItalic-webfont.ttf deleted file mode 100644 index df8fddb749e..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBoldItalic-webfont.ttf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBoldItalic-webfont.woff b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBoldItalic-webfont.woff deleted file mode 100644 index 01fcedc717d..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansBoldItalic-webfont.woff and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBold-webfont.eot b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBold-webfont.eot deleted file mode 100644 index 4d30f1e2205..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBold-webfont.eot and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBold-webfont.svg b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBold-webfont.svg deleted file mode 100644 index 724971d6e17..00000000000 --- a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBold-webfont.svg +++ /dev/null @@ -1,1825 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBold-webfont.ttf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBold-webfont.ttf deleted file mode 100644 index 3e4d7500e4e..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBold-webfont.ttf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBold-webfont.woff b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBold-webfont.woff deleted file mode 100644 index 2bf4de6fc33..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBold-webfont.woff and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBoldItalic-webfont.eot b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBoldItalic-webfont.eot deleted file mode 100644 index 112133a53b5..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBoldItalic-webfont.eot and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBoldItalic-webfont.svg b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBoldItalic-webfont.svg deleted file mode 100644 index 1bc76757b1c..00000000000 --- a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBoldItalic-webfont.svg +++ /dev/null @@ -1,1825 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBoldItalic-webfont.ttf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBoldItalic-webfont.ttf deleted file mode 100644 index 55c294ec81f..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBoldItalic-webfont.ttf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBoldItalic-webfont.woff b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBoldItalic-webfont.woff deleted file mode 100644 index 1ddf9fb34e2..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansExtraBoldItalic-webfont.woff and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansItalic-webfont.eot b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansItalic-webfont.eot deleted file mode 100644 index b2248b79e7e..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansItalic-webfont.eot and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansItalic-webfont.svg b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansItalic-webfont.svg deleted file mode 100644 index f550194a6bb..00000000000 --- a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansItalic-webfont.svg +++ /dev/null @@ -1,1825 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansItalic-webfont.ttf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansItalic-webfont.ttf deleted file mode 100644 index d54cecf0e10..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansItalic-webfont.ttf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansItalic-webfont.woff b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansItalic-webfont.woff deleted file mode 100644 index 600d8d0b0ac..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansItalic-webfont.woff and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLight-webfont.eot b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLight-webfont.eot deleted file mode 100644 index 3471d56a725..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLight-webfont.eot and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLight-webfont.svg b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLight-webfont.svg deleted file mode 100644 index c65fd0520d0..00000000000 --- a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLight-webfont.svg +++ /dev/null @@ -1,1825 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLight-webfont.ttf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLight-webfont.ttf deleted file mode 100644 index 67749c08b38..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLight-webfont.ttf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLight-webfont.woff b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLight-webfont.woff deleted file mode 100644 index 184a51fa10c..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLight-webfont.woff and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLightItalic-webfont.eot b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLightItalic-webfont.eot deleted file mode 100644 index 66b2a9ad7da..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLightItalic-webfont.eot and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLightItalic-webfont.svg b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLightItalic-webfont.svg deleted file mode 100644 index 9e822c0e39c..00000000000 --- a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLightItalic-webfont.svg +++ /dev/null @@ -1,1825 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLightItalic-webfont.ttf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLightItalic-webfont.ttf deleted file mode 100644 index 4277a85758d..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLightItalic-webfont.ttf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLightItalic-webfont.woff b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLightItalic-webfont.woff deleted file mode 100644 index d6f709df566..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansLightItalic-webfont.woff and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansRegular-webfont.eot b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansRegular-webfont.eot deleted file mode 100644 index b97db9a67e8..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansRegular-webfont.eot and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansRegular-webfont.svg b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansRegular-webfont.svg deleted file mode 100644 index 0f9ee3b2159..00000000000 --- a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansRegular-webfont.svg +++ /dev/null @@ -1,1825 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansRegular-webfont.ttf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansRegular-webfont.ttf deleted file mode 100644 index 717e94be710..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansRegular-webfont.ttf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansRegular-webfont.woff b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansRegular-webfont.woff deleted file mode 100644 index b63b0478a55..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansRegular-webfont.woff and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBold-webfont.eot b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBold-webfont.eot deleted file mode 100644 index 0ee400640c6..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBold-webfont.eot and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBold-webfont.svg b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBold-webfont.svg deleted file mode 100644 index 72d08227953..00000000000 --- a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBold-webfont.svg +++ /dev/null @@ -1,1825 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBold-webfont.ttf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBold-webfont.ttf deleted file mode 100644 index d349dd0df7c..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBold-webfont.ttf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBold-webfont.woff b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBold-webfont.woff deleted file mode 100644 index 1a1845e10ed..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBold-webfont.woff and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBoldItalic-webfont.eot b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBoldItalic-webfont.eot deleted file mode 100644 index cc8d01ad0a3..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBoldItalic-webfont.eot and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBoldItalic-webfont.svg b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBoldItalic-webfont.svg deleted file mode 100644 index 14a0e49f850..00000000000 --- a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBoldItalic-webfont.svg +++ /dev/null @@ -1,1825 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBoldItalic-webfont.ttf b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBoldItalic-webfont.ttf deleted file mode 100644 index 5d7d2db5612..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBoldItalic-webfont.ttf and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBoldItalic-webfont.woff b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBoldItalic-webfont.woff deleted file mode 100644 index ffbdb3dec59..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/fonts/OpenSansSemiBoldItalic-webfont.woff and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/typography.css b/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/typography.css deleted file mode 100644 index ae19b52eebc..00000000000 --- a/_site/guides/m2devgde/Test/Content/Resources/Stylesheets/typography.css +++ /dev/null @@ -1,76 +0,0 @@ -@font-face { - font-family: 'OpenSansBold'; - src: url('fonts/OpenSansBold-webfont.eot'); - src: url('fonts/OpenSansBold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansBold-webfont.woff') format('woff'), url('fonts/OpenSansBold-webfont.ttf') format('truetype'), url('fonts/OpenSansBold-webfont.svg#open_sansbold') format('svg'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'OpenSansBoldItalic'; - src: url('fonts/OpenSansBoldItalic-webfont.eot'); - src: url('fonts/OpenSansBoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansBoldItalic-webfont.woff') format('woff'), url('fonts/OpenSansBoldItalic-webfont.ttf') format('truetype'), url('fonts/OpenSansBoldItalic-webfont.svg#open_sansbold_italic') format('svg'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'OpenSansExtraBold'; - src: url('fonts/OpenSansExtraBold-webfont.eot'); - src: url('fonts/OpenSansExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansExtraBold-webfont.woff') format('woff'), url('fonts/OpenSansExtraBold-webfont.ttf') format('truetype'), url('fonts/OpenSansExtraBold-webfont.svg#open_sansextrabold') format('svg'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'OpenSansExtraBoldItalic'; - src: url('fonts/OpenSansExtraBoldItalic-webfont.eot'); - src: url('fonts/OpenSansExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansExtraBoldItalic-webfont.woff') format('woff'), url('fonts/OpenSansExtraBoldItalic-webfont.ttf') format('truetype'), url('fonts/OpenSansExtraBoldItalic-webfont.svg#open_sansextrabold_italic') format('svg'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'OpenSansItalic'; - src: url('fonts/OpenSansItalic-webfont.eot'); - src: url('fonts/OpenSansItalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansItalic-webfont.woff') format('woff'), url('fonts/OpenSansItalic-webfont.ttf') format('truetype'), url('fonts/OpenSansItalic-webfont.svg#open_sansitalic') format('svg'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'OpenSansLight'; - src: url('fonts/OpenSansLight-webfont.eot'); - src: url('fonts/OpenSansLight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansLight-webfont.woff') format('woff'), url('fonts/OpenSansLight-webfont.ttf') format('truetype'), url('fonts/OpenSansLight-webfont.svg#open_sanslight') format('svg'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'OpenSansLightItalic'; - src: url('fonts/OpenSansLightItalic-webfont.eot'); - src: url('fonts/OpenSansLightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansLightItalic-webfont.woff') format('woff'), url('fonts/OpenSansLightItalic-webfont.ttf') format('truetype'), url('fonts/OpenSansLightItalic-webfont.svg#open_sanslight_italic') format('svg'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'OpenSansRegular'; - src: url('fonts/OpenSansRegular-webfont.eot'); - src: url('fonts/OpenSansRegular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansRegular-webfont.woff') format('woff'), url('fonts/OpenSansRegular-webfont.ttf') format('truetype'), url('fonts/OpenSansRegular-webfont.svg#open_sansregular') format('svg'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'OpenSansSemiBold'; - src: url('fonts/OpenSansSemiBold-webfont.eot'); - src: url('fonts/OpenSansSemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansSemiBold-webfont.woff') format('woff'), url('fonts/OpenSansSemiBold-webfont.ttf') format('truetype'), url('fonts/OpenSansSemiBold-webfont.svg#open_sanssemibold') format('svg'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'OpenSansSemiBoldItalic'; - src: url('fonts/OpenSansSemiBoldItalic-webfont.eot'); - src: url('fonts/OpenSansSemiBoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansSemiBoldItalic-webfont.woff') format('woff'), url('fonts/OpenSansSemiBoldItalic-webfont.ttf') format('truetype'), url('fonts/OpenSansSemiBoldItalic-webfont.svg#open_sanssemibold_italic') format('svg'); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'ChronicleDisplayRoman'; - src: url('fonts/ChronicleDisp-Roman.otf'); - font-style: normal; - font-weight: normal; -} diff --git a/_site/guides/m2devgde/Test/Content/Resources/TableStyles/KBTable2.css b/_site/guides/m2devgde/Test/Content/Resources/TableStyles/KBTable2.css deleted file mode 100644 index 4a318e97b7f..00000000000 --- a/_site/guides/m2devgde/Test/Content/Resources/TableStyles/KBTable2.css +++ /dev/null @@ -1,394 +0,0 @@ -/* MadCap Table Style: */ - -/**/ - -mcTableStyle -{ - name: KBTable2; - border-collapse: collapse; - border-left-style: none; - border-left-width: 1px; - border-right-style: none; - border-right-width: 1px; - border-top-style: none; - border-top-width: 1px; - border-bottom-style: none; - border-bottom-width: 1px; - max-id: 3; - margin-left: 0px; - margin-right: 0px; -} - -mcTableColumnStyle -{ - span: 1; - separator-style: none; - separator-width: 1px; - name: Column1; - id: 0; -} - -mcTableHeadStyle -{ - span: 1; - separator-style: none; - separator-width: 1px; - name: Header1; - id: 2; - text-align: left; -} - -mcTableBodyStyle -{ - span: 1; - separator-style: none; - separator-width: 1px; - name: Body1; - id: 1; -} - -mcTableFootStyle -{ - span: 1; - separator-style: none; - separator-width: 1px; - name: Footer1; - id: 3; -} - - -/* Cell Styles: */ - -.TableStyle-KBTable2 -{ - border-collapse: collapse; - border-left-style: none; - border-left-width: 1px; - border-right-style: none; - border-right-width: 1px; - border-top-style: none; - border-top-width: 1px; - border-bottom-style: none; - border-bottom-width: 1px; - margin-left: 0px; - margin-right: 0px; - border-spacing: 0px 0px; -} - -.TableStyle-KBTable2 .Column-Column1 -{ - -} - -.TableStyle-KBTable2 .Head-Header1 -{ - -} - -.TableStyle-KBTable2 .HeadI-Column1-Header1 -{ - text-align: left; -} - -.TableStyle-KBTable2 .HeadI-Column1-Header1 p -{ - -} - -.TableStyle-KBTable2 .HeadE-Column1-Header1 -{ - border-right-width: 1px; - border-right-style: none; - text-align: left; - border-bottom-width: 1px; - border-bottom-style: none; -} - -.TableStyle-KBTable2 .HeadE-Column1-Header1 p -{ - -} - -.TableStyle-KBTable2 .HeadF-Column1-Header1 -{ - text-align: left; - border-bottom-width: 1px; - border-bottom-style: none; -} - -.TableStyle-KBTable2 .HeadF-Column1-Header1 p -{ - -} - -.TableStyle-KBTable2 .HeadH-Column1-Header1 -{ - border-right-width: 1px; - border-right-style: none; - text-align: left; -} - -.TableStyle-KBTable2 .HeadH-Column1-Header1 p -{ - -} - -.TableStyle-KBTable2 .HeadD-Column1-Header1 -{ - text-align: left; - border-bottom-width: 1px; - border-bottom-style: none; -} - -.TableStyle-KBTable2 .HeadD-Column1-Header1 p -{ - -} - -.TableStyle-KBTable2 .HeadC-Column1-Header1 -{ - text-align: left; -} - -.TableStyle-KBTable2 .HeadC-Column1-Header1 p -{ - -} - -.TableStyle-KBTable2 .HeadB-Column1-Header1 -{ - border-right-width: 1px; - border-right-style: none; - text-align: left; -} - -.TableStyle-KBTable2 .HeadB-Column1-Header1 p -{ - -} - -.TableStyle-KBTable2 .HeadA-Column1-Header1 -{ - text-align: left; -} - -.TableStyle-KBTable2 .HeadA-Column1-Header1 p -{ - -} - -.TableStyle-KBTable2 .HeadG-Column1-Header1 -{ - text-align: left; -} - -.TableStyle-KBTable2 .HeadG-Column1-Header1 p -{ - -} - -.TableStyle-KBTable2 .Foot-Footer1 -{ - -} - -.TableStyle-KBTable2 .FootI-Column1-Footer1 -{ - -} - -.TableStyle-KBTable2 .FootI-Column1-Footer1 p -{ - -} - -.TableStyle-KBTable2 .FootE-Column1-Footer1 -{ - border-right-width: 1px; - border-right-style: none; - border-top-width: 1px; - border-top-style: none; -} - -.TableStyle-KBTable2 .FootE-Column1-Footer1 p -{ - -} - -.TableStyle-KBTable2 .FootF-Column1-Footer1 -{ - border-top-width: 1px; - border-top-style: none; -} - -.TableStyle-KBTable2 .FootF-Column1-Footer1 p -{ - -} - -.TableStyle-KBTable2 .FootH-Column1-Footer1 -{ - border-right-width: 1px; - border-right-style: none; -} - -.TableStyle-KBTable2 .FootH-Column1-Footer1 p -{ - -} - -.TableStyle-KBTable2 .FootD-Column1-Footer1 -{ - border-top-width: 1px; - border-top-style: none; -} - -.TableStyle-KBTable2 .FootD-Column1-Footer1 p -{ - -} - -.TableStyle-KBTable2 .FootC-Column1-Footer1 -{ - -} - -.TableStyle-KBTable2 .FootC-Column1-Footer1 p -{ - -} - -.TableStyle-KBTable2 .FootB-Column1-Footer1 -{ - border-right-width: 1px; - border-right-style: none; -} - -.TableStyle-KBTable2 .FootB-Column1-Footer1 p -{ - -} - -.TableStyle-KBTable2 .FootA-Column1-Footer1 -{ - -} - -.TableStyle-KBTable2 .FootA-Column1-Footer1 p -{ - -} - -.TableStyle-KBTable2 .FootG-Column1-Footer1 -{ - -} - -.TableStyle-KBTable2 .FootG-Column1-Footer1 p -{ - -} - -.TableStyle-KBTable2 .Body-Body1 -{ - -} - -.TableStyle-KBTable2 .BodyI-Column1-Body1 -{ - -} - -.TableStyle-KBTable2 .BodyI-Column1-Body1 p -{ - -} - -.TableStyle-KBTable2 .BodyE-Column1-Body1 -{ - border-bottom-width: 1px; - border-bottom-style: none; - border-right-width: 1px; - border-right-style: none; -} - -.TableStyle-KBTable2 .BodyE-Column1-Body1 p -{ - -} - -.TableStyle-KBTable2 .BodyF-Column1-Body1 -{ - border-bottom-width: 1px; - border-bottom-style: none; -} - -.TableStyle-KBTable2 .BodyF-Column1-Body1 p -{ - -} - -.TableStyle-KBTable2 .BodyH-Column1-Body1 -{ - border-right-width: 1px; - border-right-style: none; -} - -.TableStyle-KBTable2 .BodyH-Column1-Body1 p -{ - -} - -.TableStyle-KBTable2 .BodyD-Column1-Body1 -{ - border-bottom-width: 1px; - border-bottom-style: none; -} - -.TableStyle-KBTable2 .BodyD-Column1-Body1 p -{ - -} - -.TableStyle-KBTable2 .BodyC-Column1-Body1 -{ - -} - -.TableStyle-KBTable2 .BodyC-Column1-Body1 p -{ - -} - -.TableStyle-KBTable2 .BodyB-Column1-Body1 -{ - border-right-width: 1px; - border-right-style: none; -} - -.TableStyle-KBTable2 .BodyB-Column1-Body1 p -{ - -} - -.TableStyle-KBTable2 .BodyA-Column1-Body1 -{ - -} - -.TableStyle-KBTable2 .BodyA-Column1-Body1 p -{ - -} - -.TableStyle-KBTable2 .BodyG-Column1-Body1 -{ - -} - -.TableStyle-KBTable2 .BodyG-Column1-Body1 p -{ - -} - - diff --git a/_site/guides/m2devgde/Test/Content/Resources/TableStyles/m2devgde.css b/_site/guides/m2devgde/Test/Content/Resources/TableStyles/m2devgde.css deleted file mode 100644 index b1e0dc40d46..00000000000 --- a/_site/guides/m2devgde/Test/Content/Resources/TableStyles/m2devgde.css +++ /dev/null @@ -1,1441 +0,0 @@ -/* MadCap Table Style: */ - -/**/ - -mcTableStyle -{ - name: InstallGde; - border-collapse: collapse; - border-left-style: solid; - border-left-width: 1px; - border-left-color: #cac3b4; - border-right-style: solid; - border-right-width: 1px; - border-right-color: #cac3b4; - border-top-style: solid; - border-top-width: 1px; - border-top-color: #cac3b4; - border-bottom-style: solid; - border-bottom-width: 1px; - border-bottom-color: #cac3b4; - max-id: 5; - cell-padding-left: 8px; - cell-padding-right: 8px; - cell-padding-top: 8px; - cell-padding-bottom: 8px; -} - -mcTableColumnStyle -{ - span: 1; - separator-style: solid; - separator-width: 1px; - separator-color: #cac3b4; - name: Column1; - id: 0; - size: 30%; - text-align: left; - vertical-align: top; -} - -mcTableColumnStyle -{ - span: 1; - id: 5; - name: Column2; - size: 70%; - separator-style: solid; - separator-width: 1px; - separator-color: #cac3b4; - text-align: left; - vertical-align: top; -} - -mcTableHeadStyle -{ - span: 1; - separator-style: solid; - separator-width: 1px; - separator-color: #dce5ed; - name: Header1; - id: 2; - background-color: #f7f3eb; - font-weight: bold; - cell-padding-left: 10px; - cell-padding-right: 10px; - cell-padding-top: 10px; - cell-padding-bottom: 10px; -} - -mcTableBodyStyle -{ - span: 1; - separator-style: solid; - separator-width: 1px; - separator-color: #cac3b4; - name: Even; - id: 1; - type: Automatic; - cell-padding-left: 8px; - cell-padding-right: 8px; - cell-padding-top: 8px; - cell-padding-bottom: 8px; - text-align: left; -} - -mcTableBodyStyle -{ - span: 1; - id: 4; - name: Odd; - type: Automatic; - background-color: #f7f3eb; - separator-style: solid; - separator-width: 1px; - separator-color: #cac3b4; - cell-padding-left: 8px; - cell-padding-right: 8px; - cell-padding-top: 8px; - cell-padding-bottom: 8px; -} - -mcTableFootStyle -{ - span: 1; - separator-style: solid; - separator-width: 1px; - separator-color: #000000; - name: Footer1; - id: 3; -} - - -/* Cell Styles: */ - -.TableStyle-InstallGde -{ - border-collapse: collapse; - border-left-style: solid; - border-left-color: #cac3b4; - border-left-width: 1px; - border-right-style: solid; - border-right-color: #cac3b4; - border-right-width: 1px; - border-top-style: solid; - border-top-color: #cac3b4; - border-top-width: 1px; - border-bottom-style: solid; - border-bottom-color: #cac3b4; - border-bottom-width: 1px; - border-spacing: 0px 0px; -} - -.TableStyle-InstallGde-Column-Column1 -{ - width: 30%; -} - -.TableStyle-InstallGde-Column-Column2 -{ - width: 70%; -} - -.TableStyle-InstallGde-Head-Header1 -{ - -} - -.TableStyle-InstallGde-HeadI-Column1-Header1 -{ - text-align: left; - vertical-align: top; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; -} - -.TableStyle-InstallGde-HeadI-Column1-Header1 p -{ - font-weight: bold; -} - -.TableStyle-InstallGde-HeadE-Column1-Header1 -{ - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; - border-bottom-width: 1px; - border-bottom-color: #dce5ed; - border-bottom-style: solid; -} - -.TableStyle-InstallGde-HeadE-Column1-Header1 p -{ - font-weight: bold; -} - -.TableStyle-InstallGde-HeadF-Column1-Header1 -{ - text-align: left; - vertical-align: top; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; - border-bottom-width: 1px; - border-bottom-color: #dce5ed; - border-bottom-style: solid; -} - -.TableStyle-InstallGde-HeadF-Column1-Header1 p -{ - font-weight: bold; -} - -.TableStyle-InstallGde-HeadH-Column1-Header1 -{ - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; -} - -.TableStyle-InstallGde-HeadH-Column1-Header1 p -{ - font-weight: bold; -} - -.TableStyle-InstallGde-HeadD-Column1-Header1 -{ - text-align: left; - vertical-align: top; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; - border-bottom-width: 1px; - border-bottom-color: #dce5ed; - border-bottom-style: solid; -} - -.TableStyle-InstallGde-HeadD-Column1-Header1 p -{ - font-weight: bold; -} - -.TableStyle-InstallGde-HeadC-Column1-Header1 -{ - text-align: left; - vertical-align: top; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; -} - -.TableStyle-InstallGde-HeadC-Column1-Header1 p -{ - font-weight: bold; -} - -.TableStyle-InstallGde-HeadB-Column1-Header1 -{ - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; -} - -.TableStyle-InstallGde-HeadB-Column1-Header1 p -{ - font-weight: bold; -} - -.TableStyle-InstallGde-HeadA-Column1-Header1 -{ - text-align: left; - vertical-align: top; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; -} - -.TableStyle-InstallGde-HeadA-Column1-Header1 p -{ - font-weight: bold; -} - -.TableStyle-InstallGde-HeadG-Column1-Header1 -{ - text-align: left; - vertical-align: top; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; -} - -.TableStyle-InstallGde-HeadG-Column1-Header1 p -{ - font-weight: bold; -} - -.TableStyle-InstallGde-HeadI-Column2-Header1 -{ - text-align: left; - vertical-align: top; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; -} - -.TableStyle-InstallGde-HeadI-Column2-Header1 p -{ - font-weight: bold; -} - -.TableStyle-InstallGde-HeadE-Column2-Header1 -{ - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; - border-bottom-width: 1px; - border-bottom-color: #dce5ed; - border-bottom-style: solid; -} - -.TableStyle-InstallGde-HeadE-Column2-Header1 p -{ - font-weight: bold; -} - -.TableStyle-InstallGde-HeadF-Column2-Header1 -{ - text-align: left; - vertical-align: top; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; - border-bottom-width: 1px; - border-bottom-color: #dce5ed; - border-bottom-style: solid; -} - -.TableStyle-InstallGde-HeadF-Column2-Header1 p -{ - font-weight: bold; -} - -.TableStyle-InstallGde-HeadH-Column2-Header1 -{ - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; -} - -.TableStyle-InstallGde-HeadH-Column2-Header1 p -{ - font-weight: bold; -} - -.TableStyle-InstallGde-HeadD-Column2-Header1 -{ - text-align: left; - vertical-align: top; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; - border-bottom-width: 1px; - border-bottom-color: #dce5ed; - border-bottom-style: solid; -} - -.TableStyle-InstallGde-HeadD-Column2-Header1 p -{ - font-weight: bold; -} - -.TableStyle-InstallGde-HeadC-Column2-Header1 -{ - text-align: left; - vertical-align: top; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; -} - -.TableStyle-InstallGde-HeadC-Column2-Header1 p -{ - font-weight: bold; -} - -.TableStyle-InstallGde-HeadB-Column2-Header1 -{ - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; -} - -.TableStyle-InstallGde-HeadB-Column2-Header1 p -{ - font-weight: bold; -} - -.TableStyle-InstallGde-HeadA-Column2-Header1 -{ - text-align: left; - vertical-align: top; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; -} - -.TableStyle-InstallGde-HeadA-Column2-Header1 p -{ - font-weight: bold; -} - -.TableStyle-InstallGde-HeadG-Column2-Header1 -{ - text-align: left; - vertical-align: top; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; -} - -.TableStyle-InstallGde-HeadG-Column2-Header1 p -{ - font-weight: bold; -} - -.TableStyle-InstallGde-Foot-Footer1 -{ - -} - -.TableStyle-InstallGde-FootI-Column1-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-FootI-Column1-Footer1 p -{ - -} - -.TableStyle-InstallGde-FootE-Column1-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; - border-top-width: 1px; - border-top-color: #000000; - border-top-style: solid; -} - -.TableStyle-InstallGde-FootE-Column1-Footer1 p -{ - -} - -.TableStyle-InstallGde-FootF-Column1-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-top-width: 1px; - border-top-color: #000000; - border-top-style: solid; -} - -.TableStyle-InstallGde-FootF-Column1-Footer1 p -{ - -} - -.TableStyle-InstallGde-FootH-Column1-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; -} - -.TableStyle-InstallGde-FootH-Column1-Footer1 p -{ - -} - -.TableStyle-InstallGde-FootD-Column1-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-top-width: 1px; - border-top-color: #000000; - border-top-style: solid; -} - -.TableStyle-InstallGde-FootD-Column1-Footer1 p -{ - -} - -.TableStyle-InstallGde-FootC-Column1-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-FootC-Column1-Footer1 p -{ - -} - -.TableStyle-InstallGde-FootB-Column1-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; -} - -.TableStyle-InstallGde-FootB-Column1-Footer1 p -{ - -} - -.TableStyle-InstallGde-FootA-Column1-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-FootA-Column1-Footer1 p -{ - -} - -.TableStyle-InstallGde-FootG-Column1-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-FootG-Column1-Footer1 p -{ - -} - -.TableStyle-InstallGde-FootI-Column2-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-FootI-Column2-Footer1 p -{ - -} - -.TableStyle-InstallGde-FootE-Column2-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; - border-top-width: 1px; - border-top-color: #000000; - border-top-style: solid; -} - -.TableStyle-InstallGde-FootE-Column2-Footer1 p -{ - -} - -.TableStyle-InstallGde-FootF-Column2-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-top-width: 1px; - border-top-color: #000000; - border-top-style: solid; -} - -.TableStyle-InstallGde-FootF-Column2-Footer1 p -{ - -} - -.TableStyle-InstallGde-FootH-Column2-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; -} - -.TableStyle-InstallGde-FootH-Column2-Footer1 p -{ - -} - -.TableStyle-InstallGde-FootD-Column2-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-top-width: 1px; - border-top-color: #000000; - border-top-style: solid; -} - -.TableStyle-InstallGde-FootD-Column2-Footer1 p -{ - -} - -.TableStyle-InstallGde-FootC-Column2-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-FootC-Column2-Footer1 p -{ - -} - -.TableStyle-InstallGde-FootB-Column2-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; -} - -.TableStyle-InstallGde-FootB-Column2-Footer1 p -{ - -} - -.TableStyle-InstallGde-FootA-Column2-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-FootA-Column2-Footer1 p -{ - -} - -.TableStyle-InstallGde-FootG-Column2-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-FootG-Column2-Footer1 p -{ - -} - -.TableStyle-InstallGde-Body-Even -{ - -} - -.TableStyle-InstallGde-BodyI-Column1-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyI-Column1-Even p -{ - -} - -.TableStyle-InstallGde-BodyE-Column1-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - border-bottom-width: 1px; - border-bottom-color: #cac3b4; - border-bottom-style: solid; - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; -} - -.TableStyle-InstallGde-BodyE-Column1-Even p -{ - -} - -.TableStyle-InstallGde-BodyF-Column1-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - border-bottom-width: 1px; - border-bottom-color: #cac3b4; - border-bottom-style: solid; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyF-Column1-Even p -{ - -} - -.TableStyle-InstallGde-BodyH-Column1-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; -} - -.TableStyle-InstallGde-BodyH-Column1-Even p -{ - -} - -.TableStyle-InstallGde-BodyD-Column1-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - border-bottom-width: 1px; - border-bottom-color: #cac3b4; - border-bottom-style: solid; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyD-Column1-Even p -{ - -} - -.TableStyle-InstallGde-BodyC-Column1-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyC-Column1-Even p -{ - -} - -.TableStyle-InstallGde-BodyB-Column1-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; -} - -.TableStyle-InstallGde-BodyB-Column1-Even p -{ - -} - -.TableStyle-InstallGde-BodyA-Column1-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyA-Column1-Even p -{ - -} - -.TableStyle-InstallGde-BodyG-Column1-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyG-Column1-Even p -{ - -} - -.TableStyle-InstallGde-BodyI-Column2-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyI-Column2-Even p -{ - -} - -.TableStyle-InstallGde-BodyE-Column2-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - border-bottom-width: 1px; - border-bottom-color: #cac3b4; - border-bottom-style: solid; - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; -} - -.TableStyle-InstallGde-BodyE-Column2-Even p -{ - -} - -.TableStyle-InstallGde-BodyF-Column2-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - border-bottom-width: 1px; - border-bottom-color: #cac3b4; - border-bottom-style: solid; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyF-Column2-Even p -{ - -} - -.TableStyle-InstallGde-BodyH-Column2-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; -} - -.TableStyle-InstallGde-BodyH-Column2-Even p -{ - -} - -.TableStyle-InstallGde-BodyD-Column2-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - border-bottom-width: 1px; - border-bottom-color: #cac3b4; - border-bottom-style: solid; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyD-Column2-Even p -{ - -} - -.TableStyle-InstallGde-BodyC-Column2-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyC-Column2-Even p -{ - -} - -.TableStyle-InstallGde-BodyB-Column2-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; -} - -.TableStyle-InstallGde-BodyB-Column2-Even p -{ - -} - -.TableStyle-InstallGde-BodyA-Column2-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyA-Column2-Even p -{ - -} - -.TableStyle-InstallGde-BodyG-Column2-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyG-Column2-Even p -{ - -} - -.TableStyle-InstallGde-Body-Odd -{ - -} - -.TableStyle-InstallGde-BodyI-Column1-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyI-Column1-Odd p -{ - -} - -.TableStyle-InstallGde-BodyE-Column1-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - border-bottom-width: 1px; - border-bottom-color: #cac3b4; - border-bottom-style: solid; - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; -} - -.TableStyle-InstallGde-BodyE-Column1-Odd p -{ - -} - -.TableStyle-InstallGde-BodyF-Column1-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - border-bottom-width: 1px; - border-bottom-color: #cac3b4; - border-bottom-style: solid; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyF-Column1-Odd p -{ - -} - -.TableStyle-InstallGde-BodyH-Column1-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; -} - -.TableStyle-InstallGde-BodyH-Column1-Odd p -{ - -} - -.TableStyle-InstallGde-BodyD-Column1-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - border-bottom-width: 1px; - border-bottom-color: #cac3b4; - border-bottom-style: solid; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyD-Column1-Odd p -{ - -} - -.TableStyle-InstallGde-BodyC-Column1-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyC-Column1-Odd p -{ - -} - -.TableStyle-InstallGde-BodyB-Column1-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; -} - -.TableStyle-InstallGde-BodyB-Column1-Odd p -{ - -} - -.TableStyle-InstallGde-BodyA-Column1-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyA-Column1-Odd p -{ - -} - -.TableStyle-InstallGde-BodyG-Column1-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyG-Column1-Odd p -{ - -} - -.TableStyle-InstallGde-BodyI-Column2-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyI-Column2-Odd p -{ - -} - -.TableStyle-InstallGde-BodyE-Column2-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - border-bottom-width: 1px; - border-bottom-color: #cac3b4; - border-bottom-style: solid; - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; -} - -.TableStyle-InstallGde-BodyE-Column2-Odd p -{ - -} - -.TableStyle-InstallGde-BodyF-Column2-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - border-bottom-width: 1px; - border-bottom-color: #cac3b4; - border-bottom-style: solid; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyF-Column2-Odd p -{ - -} - -.TableStyle-InstallGde-BodyH-Column2-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; -} - -.TableStyle-InstallGde-BodyH-Column2-Odd p -{ - -} - -.TableStyle-InstallGde-BodyD-Column2-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - border-bottom-width: 1px; - border-bottom-color: #cac3b4; - border-bottom-style: solid; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyD-Column2-Odd p -{ - -} - -.TableStyle-InstallGde-BodyC-Column2-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyC-Column2-Odd p -{ - -} - -.TableStyle-InstallGde-BodyB-Column2-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 1px; - border-right-color: #cac3b4; - border-right-style: solid; -} - -.TableStyle-InstallGde-BodyB-Column2-Odd p -{ - -} - -.TableStyle-InstallGde-BodyA-Column2-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyA-Column2-Odd p -{ - -} - -.TableStyle-InstallGde-BodyG-Column2-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-InstallGde-BodyG-Column2-Odd p -{ - -} - - diff --git a/_site/guides/m2devgde/Test/Content/Resources/TableStyles/m2devgde_code.css b/_site/guides/m2devgde/Test/Content/Resources/TableStyles/m2devgde_code.css deleted file mode 100644 index fbf3d93041e..00000000000 --- a/_site/guides/m2devgde/Test/Content/Resources/TableStyles/m2devgde_code.css +++ /dev/null @@ -1,772 +0,0 @@ -/* MadCap Table Style: */ - -/**/ - -mcTableStyle -{ - name: m2devgde_code; - border-collapse: collapse; - border-left-style: none; - border-left-width: 1px; - border-left-color: #ffffff; - border-right-style: none; - border-right-width: 1px; - border-right-color: #ffffff; - border-top-style: none; - border-top-width: 1px; - border-top-color: #ffffff; - border-bottom-style: none; - border-bottom-width: 1px; - border-bottom-color: #ffffff; - max-id: 5; - cell-padding-left: 8px; - cell-padding-right: 8px; - cell-padding-top: 8px; - cell-padding-bottom: 8px; -} - -mcTableColumnStyle -{ - span: 1; - separator-style: none; - separator-width: 0em; - name: Column1; - id: 0; - size: 100%; - text-align: left; - vertical-align: top; - type: Automatic; -} - -mcTableHeadStyle -{ - span: 1; - separator-style: solid; - separator-width: 1px; - separator-color: #dce5ed; - name: Header1; - id: 2; - background-color: #f7f3eb; - font-weight: bold; - cell-padding-left: 10px; - cell-padding-right: 10px; - cell-padding-top: 10px; - cell-padding-bottom: 10px; -} - -mcTableBodyStyle -{ - span: 1; - separator-style: solid; - separator-width: 1px; - separator-color: #cac3b4; - name: Even; - id: 1; - type: Automatic; - cell-padding-left: 8px; - cell-padding-right: 8px; - cell-padding-top: 8px; - cell-padding-bottom: 8px; - text-align: left; -} - -mcTableBodyStyle -{ - span: 1; - id: 4; - name: Odd; - type: Automatic; - background-color: #f7f3eb; - separator-style: solid; - separator-width: 1px; - separator-color: #cac3b4; - cell-padding-left: 8px; - cell-padding-right: 8px; - cell-padding-top: 8px; - cell-padding-bottom: 8px; -} - -mcTableFootStyle -{ - span: 1; - separator-style: solid; - separator-width: 1px; - separator-color: #000000; - name: Footer1; - id: 3; -} - - -/* Cell Styles: */ - -.TableStyle-m2devgde_code -{ - border-collapse: collapse; - border-left-style: none; - border-left-color: #ffffff; - border-left-width: 1px; - border-right-style: none; - border-right-color: #ffffff; - border-right-width: 1px; - border-top-style: none; - border-top-color: #ffffff; - border-top-width: 1px; - border-bottom-style: none; - border-bottom-color: #ffffff; - border-bottom-width: 1px; - border-spacing: 0px 0px; -} - -.TableStyle-m2devgde_code-Column-Column1 -{ - width: 100%; -} - -.TableStyle-m2devgde_code-Head-Header1 -{ - -} - -.TableStyle-m2devgde_code-HeadI-Column1-Header1 -{ - text-align: left; - vertical-align: top; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; -} - -.TableStyle-m2devgde_code-HeadI-Column1-Header1 p -{ - font-weight: bold; -} - -.TableStyle-m2devgde_code-HeadE-Column1-Header1 -{ - text-align: left; - vertical-align: top; - border-right-width: 0em; - border-right-style: none; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; - border-bottom-width: 1px; - border-bottom-color: #dce5ed; - border-bottom-style: solid; -} - -.TableStyle-m2devgde_code-HeadE-Column1-Header1 p -{ - font-weight: bold; -} - -.TableStyle-m2devgde_code-HeadF-Column1-Header1 -{ - text-align: left; - vertical-align: top; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; - border-bottom-width: 1px; - border-bottom-color: #dce5ed; - border-bottom-style: solid; -} - -.TableStyle-m2devgde_code-HeadF-Column1-Header1 p -{ - font-weight: bold; -} - -.TableStyle-m2devgde_code-HeadH-Column1-Header1 -{ - text-align: left; - vertical-align: top; - border-right-width: 0em; - border-right-style: none; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; -} - -.TableStyle-m2devgde_code-HeadH-Column1-Header1 p -{ - font-weight: bold; -} - -.TableStyle-m2devgde_code-HeadD-Column1-Header1 -{ - text-align: left; - vertical-align: top; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; - border-bottom-width: 1px; - border-bottom-color: #dce5ed; - border-bottom-style: solid; -} - -.TableStyle-m2devgde_code-HeadD-Column1-Header1 p -{ - font-weight: bold; -} - -.TableStyle-m2devgde_code-HeadC-Column1-Header1 -{ - text-align: left; - vertical-align: top; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; -} - -.TableStyle-m2devgde_code-HeadC-Column1-Header1 p -{ - font-weight: bold; -} - -.TableStyle-m2devgde_code-HeadB-Column1-Header1 -{ - text-align: left; - vertical-align: top; - border-right-width: 0em; - border-right-style: none; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; -} - -.TableStyle-m2devgde_code-HeadB-Column1-Header1 p -{ - font-weight: bold; -} - -.TableStyle-m2devgde_code-HeadA-Column1-Header1 -{ - text-align: left; - vertical-align: top; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; -} - -.TableStyle-m2devgde_code-HeadA-Column1-Header1 p -{ - font-weight: bold; -} - -.TableStyle-m2devgde_code-HeadG-Column1-Header1 -{ - text-align: left; - vertical-align: top; - font-weight: bold; - background-color: #f7f3eb; - padding-left: 10px; - padding-right: 10px; - padding-top: 10px; - padding-bottom: 10px; -} - -.TableStyle-m2devgde_code-HeadG-Column1-Header1 p -{ - font-weight: bold; -} - -.TableStyle-m2devgde_code-Foot-Footer1 -{ - -} - -.TableStyle-m2devgde_code-FootI-Column1-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-m2devgde_code-FootI-Column1-Footer1 p -{ - -} - -.TableStyle-m2devgde_code-FootE-Column1-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 0em; - border-right-style: none; - border-top-width: 1px; - border-top-color: #000000; - border-top-style: solid; -} - -.TableStyle-m2devgde_code-FootE-Column1-Footer1 p -{ - -} - -.TableStyle-m2devgde_code-FootF-Column1-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-top-width: 1px; - border-top-color: #000000; - border-top-style: solid; -} - -.TableStyle-m2devgde_code-FootF-Column1-Footer1 p -{ - -} - -.TableStyle-m2devgde_code-FootH-Column1-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 0em; - border-right-style: none; -} - -.TableStyle-m2devgde_code-FootH-Column1-Footer1 p -{ - -} - -.TableStyle-m2devgde_code-FootD-Column1-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-top-width: 1px; - border-top-color: #000000; - border-top-style: solid; -} - -.TableStyle-m2devgde_code-FootD-Column1-Footer1 p -{ - -} - -.TableStyle-m2devgde_code-FootC-Column1-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-m2devgde_code-FootC-Column1-Footer1 p -{ - -} - -.TableStyle-m2devgde_code-FootB-Column1-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 0em; - border-right-style: none; -} - -.TableStyle-m2devgde_code-FootB-Column1-Footer1 p -{ - -} - -.TableStyle-m2devgde_code-FootA-Column1-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-m2devgde_code-FootA-Column1-Footer1 p -{ - -} - -.TableStyle-m2devgde_code-FootG-Column1-Footer1 -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-m2devgde_code-FootG-Column1-Footer1 p -{ - -} - -.TableStyle-m2devgde_code-Body-Even -{ - -} - -.TableStyle-m2devgde_code-BodyI-Column1-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-m2devgde_code-BodyI-Column1-Even p -{ - -} - -.TableStyle-m2devgde_code-BodyE-Column1-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - border-bottom-width: 1px; - border-bottom-color: #cac3b4; - border-bottom-style: solid; - text-align: left; - vertical-align: top; - border-right-width: 0em; - border-right-style: none; -} - -.TableStyle-m2devgde_code-BodyE-Column1-Even p -{ - -} - -.TableStyle-m2devgde_code-BodyF-Column1-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - border-bottom-width: 1px; - border-bottom-color: #cac3b4; - border-bottom-style: solid; - text-align: left; - vertical-align: top; -} - -.TableStyle-m2devgde_code-BodyF-Column1-Even p -{ - -} - -.TableStyle-m2devgde_code-BodyH-Column1-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 0em; - border-right-style: none; -} - -.TableStyle-m2devgde_code-BodyH-Column1-Even p -{ - -} - -.TableStyle-m2devgde_code-BodyD-Column1-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - border-bottom-width: 1px; - border-bottom-color: #cac3b4; - border-bottom-style: solid; - text-align: left; - vertical-align: top; -} - -.TableStyle-m2devgde_code-BodyD-Column1-Even p -{ - -} - -.TableStyle-m2devgde_code-BodyC-Column1-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-m2devgde_code-BodyC-Column1-Even p -{ - -} - -.TableStyle-m2devgde_code-BodyB-Column1-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 0em; - border-right-style: none; -} - -.TableStyle-m2devgde_code-BodyB-Column1-Even p -{ - -} - -.TableStyle-m2devgde_code-BodyA-Column1-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-m2devgde_code-BodyA-Column1-Even p -{ - -} - -.TableStyle-m2devgde_code-BodyG-Column1-Even -{ - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-m2devgde_code-BodyG-Column1-Even p -{ - -} - -.TableStyle-m2devgde_code-Body-Odd -{ - -} - -.TableStyle-m2devgde_code-BodyI-Column1-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-m2devgde_code-BodyI-Column1-Odd p -{ - -} - -.TableStyle-m2devgde_code-BodyE-Column1-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - border-bottom-width: 1px; - border-bottom-color: #cac3b4; - border-bottom-style: solid; - text-align: left; - vertical-align: top; - border-right-width: 0em; - border-right-style: none; -} - -.TableStyle-m2devgde_code-BodyE-Column1-Odd p -{ - -} - -.TableStyle-m2devgde_code-BodyF-Column1-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - border-bottom-width: 1px; - border-bottom-color: #cac3b4; - border-bottom-style: solid; - text-align: left; - vertical-align: top; -} - -.TableStyle-m2devgde_code-BodyF-Column1-Odd p -{ - -} - -.TableStyle-m2devgde_code-BodyH-Column1-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 0em; - border-right-style: none; -} - -.TableStyle-m2devgde_code-BodyH-Column1-Odd p -{ - -} - -.TableStyle-m2devgde_code-BodyD-Column1-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - border-bottom-width: 1px; - border-bottom-color: #cac3b4; - border-bottom-style: solid; - text-align: left; - vertical-align: top; -} - -.TableStyle-m2devgde_code-BodyD-Column1-Odd p -{ - -} - -.TableStyle-m2devgde_code-BodyC-Column1-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-m2devgde_code-BodyC-Column1-Odd p -{ - -} - -.TableStyle-m2devgde_code-BodyB-Column1-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; - border-right-width: 0em; - border-right-style: none; -} - -.TableStyle-m2devgde_code-BodyB-Column1-Odd p -{ - -} - -.TableStyle-m2devgde_code-BodyA-Column1-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-m2devgde_code-BodyA-Column1-Odd p -{ - -} - -.TableStyle-m2devgde_code-BodyG-Column1-Odd -{ - background-color: #f7f3eb; - padding-left: 8px; - padding-right: 8px; - padding-top: 8px; - padding-bottom: 8px; - text-align: left; - vertical-align: top; -} - -.TableStyle-m2devgde_code-BodyG-Column1-Odd p -{ - -} - - diff --git a/_site/guides/m2devgde/Test/Content/Resources/gray-texture.png b/_site/guides/m2devgde/Test/Content/Resources/gray-texture.png deleted file mode 100644 index c8473be0289..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/gray-texture.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/magento-logo.png b/_site/guides/m2devgde/Test/Content/Resources/magento-logo.png deleted file mode 100644 index dff8837bae2..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/magento-logo.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/Resources/magento-logo2.png b/_site/guides/m2devgde/Test/Content/Resources/magento-logo2.png deleted file mode 100644 index e332ca3bca1..00000000000 Binary files a/_site/guides/m2devgde/Test/Content/Resources/magento-logo2.png and /dev/null differ diff --git a/_site/guides/m2devgde/Test/Content/integration/integration-activate.htm b/_site/guides/m2devgde/Test/Content/integration/integration-activate.htm deleted file mode 100644 index 498e0a8638b..00000000000 --- a/_site/guides/m2devgde/Test/Content/integration/integration-activate.htm +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - Activating an Integration - - - - - - - - - - -

- Activating an Integration

-

This topic is not done. -

- - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/integration/integration-auth.htm b/_site/guides/m2devgde/Test/Content/integration/integration-auth.htm deleted file mode 100644 index 386c98aef26..00000000000 --- a/_site/guides/m2devgde/Test/Content/integration/integration-auth.htm +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - Understanding Integration Authorization - - - - - - - - - - -

- Understanding Integration Authorization

-

Help us improve this page -

-

There are two ways to authenticate the third-party system with Magento:

-
    -
  • (Preferred) Using a secure, cloud-based OAuth workflow
  • -
  • For situations where it's not possible to use OAuth, the merchant can generate the keys in the Magento Admin and send them to you
  • -
-

The access check for API calls is performed by two layers: service layer and presentation layer.

-

Service Layer

-

The service layer checks specific access privileges and authorizes a user to change specific information for which they have privileges. For example, the service layer checks to see if a user has privileges to edit a product's price and, if so, enables the user to edit the price.

-

Presentation Layer

-

The presentation layer defines resources in the acl.xml file, and retrieves the list of resources necessary for invoking each operation in magento-install-dir/app/code/vendor/module/etc/webapi.xml.

-

- -

-

Concept Link IconRelated Topics -

-

 

- - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/integration/integration-code.htm b/_site/guides/m2devgde/Test/Content/integration/integration-code.htm deleted file mode 100644 index 32d34ce6ac2..00000000000 --- a/_site/guides/m2devgde/Test/Content/integration/integration-code.htm +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - Coding Your Integration - - - - - - - - - - -

- Coding Your Integration

-

Help us improve this page -

-

This topic discusses how to code your integration with Magento. Eventually, you will be able to market your integration as an extension on Magento Connect; however, it's not possible to do that now for Magento 2 integrations.

-

Note: Throughout this guide, the term integration configuration is used to mean the integration's magento-install-dir/app/code/vendor/module/etc/config.xml and the term API configuration is used to mean the integration's magento-install-dir/app/code/vendor/module/etc/integration/api.xml.

- - - -

-

Concept Link IconRelated Topics -

-

- - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/integration/integration-create-auto.htm b/_site/guides/m2devgde/Test/Content/integration/integration-create-auto.htm deleted file mode 100644 index ea4060b2923..00000000000 --- a/_site/guides/m2devgde/Test/Content/integration/integration-create-auto.htm +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - Creating an Integration Automatically - - - - - - - - - - -

- Creating an Integration Automatically

-

This topic is not done -

-

Concept Link IconRelated Topics -

- - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/integration/integration-create-man.htm b/_site/guides/m2devgde/Test/Content/integration/integration-create-man.htm deleted file mode 100644 index e7312e73a7a..00000000000 --- a/_site/guides/m2devgde/Test/Content/integration/integration-create-man.htm +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - Manually Creating an Integration Using the Magento Admin - - - - - - - - - - - -

- Manually Creating an Integration Using the Magento Admin

-

Help us improve this page -

-

Creating a new integration manually implies that the administrative user previously contacted the third-party system's developers and got all necessary information.

-

To create a new integration:

- - - - - - - - -
- 1. - Log in to the Magento Admin as an administrator.
- - - - - - - - -
- 2. - Click System > Integrations. The Integrations page displays, as shown in the following figure.
Click System > Integration to start
- - - - - - - - -
- 3. - Click .
-

The New Integration page displays as shown in the following figure.

-

- -

- - - - - - - - -
- 4. - Enter the following information:
-

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
OptionDescription
NameEnter a globally unique name for the integration. -
EmailEnter a contact e-mail address. -
Callback URLIf you use OAuth for token exchange, enter a URL to use in the oauth_callback parameter in your authentication request. This field is optional; however, if you choose to use OAuth, Magento strongly recommends the URL use HTTPS. -
Identity Link URL Enter a URL to which the Magento merchant goes to securely retrieve the access token and access token secret. This field is optional; you can provide this information to the merchant in another way. Magento strongly recommends you use HTTPS for this URL. -
-

- - - - - - - - -
- 5. - Click the API tab.
The API tab page displays as the following figure shows.
Choose which Magento resources to which an authorized user has access using the Role Resources check boxes
-

Defining the access to right resources for the third-party systems is critical for effective and secure work of your online store. There are two ways of how you can limit the access to your store for the third-party systems or some user roles:

-
    -
  • Managing access control list for user roles
  • -
  • Managing access to resources for API calls
  • -
-

In Magento 2, the access control list (ACL) for the API and internal user roles is the same.

-

Roles are organized hierarchically; granting access to a parent also grants access to children unless you choose not to do so. Select the check box next to each item that your integration needs access. Leave the check box cleared for any resource to which your integration does not need access.

-

Each resource in the ACL tree grants access to something. For instance, for an administrative user this could mean viewing or placing an order, viewing or changing the product details, viewing or creating CMS blocks, banners, or pages, and so on.

-

Note: ACLs across Magento can contain different sets of resources. That is, in some cases the ACL can be shortened for usability and security reasons.

-

- - - - - - - - -
- 6. - In the API section, specify which Magento resources the third-party system can have access.
-

You can click either All from the Resource Access list to provide access to all available resources or you can click Custom and select the check box next to each resource you need access to.

- - - - - - - - -
- 7. - Click Save to save the changes or click Save and Activate to activate the integration.
-

Concept Link IconRelated Topics -

-

- - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/integration/integration-create.htm b/_site/guides/m2devgde/Test/Content/integration/integration-create.htm deleted file mode 100644 index 26f3ccdbcfd..00000000000 --- a/_site/guides/m2devgde/Test/Content/integration/integration-create.htm +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - Creating Your Integration - - - - - - - - - - -

- Creating Your Integration

-

Help us improve this page -

-

In Magento 2, eachconnection to your third-party system is referred to as an integrationSet of properties that enable Magento to share authorized objects with a third-party application.. The name of an integration must be unique in each Magento instance. Otherwise, an integration created earlier will be overwritten by an integration with the same name created later. That is, if a new automatically created integration has the same name as an existing manually created integration, the first overwrites the second.

-

To create the integration, you need:

-
    -
  • A globally unique integration name
  • -
  • Contact e-mail
  • -
  • OAuth callback URL (omit if you're not using OAuth).
  • -
  • Identity verification URL (URL to which merchants log in securely to get their access token and secret). Omit if you're not setting up such a system.
  • -
-

You can create an integration in any of the following ways:

- -

Concept Link IconRelated Topics -

- - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/integration/integration-maintain.htm b/_site/guides/m2devgde/Test/Content/integration/integration-maintain.htm deleted file mode 100644 index 5246b66f89c..00000000000 --- a/_site/guides/m2devgde/Test/Content/integration/integration-maintain.htm +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - Maintaining an Integration - - - - - - - - - - -

- Maintaining an Integration

-

Help us improve this page -

-

Only integrations created manually using the Magento Admin can be edited; integrations created automatically from configuration files are not editable.

-

To edit or delete an integration:

- - - - - - - - -
- 1. - Log in to the Magento Admin as an administrator.
- - - - - - - - -
- 2. - Click System > Integrations.
- - - - - - - - -
- 3. - To edit the integration, click next to the integration to edit.
- - - - - - - - -
- 4. - To delete the integration, click .
- - - - - - - - -
- 5. - If applicable, save your changes.
-

Concept Link IconRelated Topics -

- - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/integration/what-is-integration.htm b/_site/guides/m2devgde/Test/Content/integration/what-is-integration.htm deleted file mode 100644 index ebfdb845b93..00000000000 --- a/_site/guides/m2devgde/Test/Content/integration/what-is-integration.htm +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - What is an Integration? - - - - - - - - - - -

- What is an Integration?

-

Help us improve this page -

-

All third-party systems integrating with Magento must be authenticated and authorized to access Magento resources securely. To make both procedures easier, we changed the workflow for authorizing the API calls. You can now authorize your third-party system using either secure, cloud-based key exchange or by creating the keys locally on the merchant's Magento system.

-

Integrating with Magento requires you to define access rights that control what information your third-party system needs from the merchant's Magento instance. If you want to establish more control over the data accessible for the external systems, you can do so using configuration files.

-

Here we discuss how to create a new integrationSet of properties that enable Magento to share authorized objects with a third-party application., configure it, specify the access rights for different user roles, restrict access to the resources using configuration files, and authorization workflow in Magento 2.

-

Intended Audience

-

This page is intended to be used by third-party developers who want to extend Magento's functionality by creating integrations.

-

If you're a merchant who wants to activate an integration, see Activating an Integration instead.

-

Choosing How to Create Your Integration

-

You have the following options to create your integration:

- -

Concept Link IconRelated Topics -

-

 

- - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/oauth/oauth-overview.htm b/_site/guides/m2devgde/Test/Content/oauth/oauth-overview.htm deleted file mode 100644 index fa4b73b47ff..00000000000 --- a/_site/guides/m2devgde/Test/Content/oauth/oauth-overview.htm +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - OAuth Tutorial - - - - - - - - - - -

- OAuth Tutorial

-

This topic is not done.

- - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/rest/rest-overview.htm b/_site/guides/m2devgde/Test/Content/rest/rest-overview.htm deleted file mode 100644 index e7ae4eab911..00000000000 --- a/_site/guides/m2devgde/Test/Content/rest/rest-overview.htm +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - Accessing Magento Objects Using REST - - - - - - - - - - -

- Accessing Magento Objects Using REST

-

Help us improve this page -

-

How to Make a REST Call

-

All REST calls for the Customer service are contained in webapi.xml; however, inputs and return values are defined in their respective interfaces.

-

To make a REST call for the Customer service:

- -

-

-

-

Concept Link IconRelated Topics -

- - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/soap/soap-overview.htm b/_site/guides/m2devgde/Test/Content/soap/soap-overview.htm deleted file mode 100644 index c9cc782c714..00000000000 --- a/_site/guides/m2devgde/Test/Content/soap/soap-overview.htm +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - Accessing Magento Objects Using SOAP - - - - - - - - - - -

- Accessing Magento Objects Using SOAP

-

This topic is not done.

-

Concept Link IconRelated Topics -

- - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/svcs-framework/svc-how-to-use.htm b/_site/guides/m2devgde/Test/Content/svcs-framework/svc-how-to-use.htm deleted file mode 100644 index 855526b65e5..00000000000 --- a/_site/guides/m2devgde/Test/Content/svcs-framework/svc-how-to-use.htm +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - How a Client Uses a Service - - - - - - - - - - -

- How a Client Uses a Service

-

Help us improve this page -

-

Before interacting with a service, you must be familiar with the service interface, including input/output data structures defined by the corresponding schema. Services are defined by PHP interfaces, so developers can simply acquire an instance of the service and invoke the appropriate method directly. You can also use web services REST and SOAP calls.

- - -

 

- - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/svcs-framework/svc-props.htm b/_site/guides/m2devgde/Test/Content/svcs-framework/svc-props.htm deleted file mode 100644 index c39ac736744..00000000000 --- a/_site/guides/m2devgde/Test/Content/svcs-framework/svc-props.htm +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - Understanding the Properties and Responsibilities of a Service - - - - - - - - - - -

- Understanding the Properties and Responsibilities of a Service

-

Help us improve this page -

-

Although services are abstractions of business logic, not every such abstraction is a service. Following are examples of properties of a useful service:

-
    -
  • Simple data structures
  • -

    The inputs and outputs of every service interface are simple value objects.

    -
  • -

    Data structures used for transferring data to the service shouldn't contain any complex logic.

    -
  • -
  • Stateless
  • -

    Every service method must be independent and stateless, meaning that the inputs define the behavior of the request, not data that is saved on the service instance from a previous request. To clarify, services can use persistent data; service class members cannot change from one request to another.

    -
  • Versioned
  • -

    Services also need to be versioned to support graceful evolution of the interface and to prevent conflicts with other modules and applications that might require a different version of the same service.

    -
-

Components of a Service

-

A service is comprised of:

-
    -
  • An interface that defines the service
  • -
  • A class that implements the interface
  • -
-

The class has logic that fulfills the contract of the interface. The service class typically delegates much of this responsibility to other components, like Models and Helpers, to do the work, making the service class relatively "thin".

-

How Services Relate to Web Services

-

Magento 2 services are analogous to, but not synonymous with, web services. You can expose Magento 2 services as web services using the Web API Framework by managing routing specifics. The framework itself handles authentication and authorization, as well as handling serialization and deserialization.

-

Understanding Service Responsibilities

-

Services are responsible for:

-
    -
  • -

    Validating input

    -
  • -
  • -

    Loading the Models that are required to implement the business logic based on the inputs

    -
  • -
  • -

    Invoking any instance-specific authorization logic (which might be implemented in the Model)

    -
  • -
  • Invoking the requested business logic on the Models
  • -
  • Constructing the response
  • -
-

Business logic should be implemented by the Model layer whenever possible. The circumstance in which a service class should enforce business rules is when the business logic is split among multiple Models and doesn't make sense to put in any one Model.

-

Services are not responsible for:

-
    -
  • -

    Formatting data for the user

    -
  • -
  • Operation-level authorization logic
  • -
-

 

- - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/svcs-framework/svc-what-can-do.htm b/_site/guides/m2devgde/Test/Content/svcs-framework/svc-what-can-do.htm deleted file mode 100644 index b001fd02146..00000000000 --- a/_site/guides/m2devgde/Test/Content/svcs-framework/svc-what-can-do.htm +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - What Can You Do With Services? - - - - - - - - - - -

- What Can You Do With Services?

-

Help us improve this page -

-

Here are the things you can do with services:

- - - -

Concept Link IconRelated Topics -

- - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/svcs-framework/svc-what-is.htm b/_site/guides/m2devgde/Test/Content/svcs-framework/svc-what-is.htm deleted file mode 100644 index 44495e4db19..00000000000 --- a/_site/guides/m2devgde/Test/Content/svcs-framework/svc-what-is.htm +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - What is the Magento 2 Service Framework? - - - - - - - - - - -

- What is the Magento 2 Service Framework?

-

Help us improve this page -

-

Magento 2 uses the service framework to define and expose extensible features.

-

A service:

-
    -
  • Is a functional abstraction that represents the business features available to other parts of an application or Magento.
  • -
  • Represents a boundary that encapsulates the business logic a module exposes without revealing any of the details of how that functionality is implemented.
  • -
-

The following figure shows how this concept works:

-

- The service interface accepts requests from web pages and web services, meaning they do not need to know the details of business logic -

-

Services provide a consistent interface and behavior, regardless of the type of client making the request. This means that creating a customer works the same way, regardless of whether the customer is created from a web service or from a web page. It also means that customizations to the customer creation logic manifest themselves consistently from one page to the next and from one client to the next.

-

Using services interfaces, an integrator can more easily interact with Magento 2 using APIs instead of overloading classes as was necessary in earlier Magento versions. Because you're not overloading classes, and because service interfaces are versioned, there are fewer chances of conflicts with other applications and fewer chances of issues during upgrade.

-

Concept Link IconRelated Topics -

- - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/webapi/webapi-response.htm b/_site/guides/m2devgde/Test/Content/webapi/webapi-response.htm deleted file mode 100644 index c04926c355d..00000000000 --- a/_site/guides/m2devgde/Test/Content/webapi/webapi-response.htm +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - Responses From a Service - - - - - - - - - - -

- Responses From a Service

-

This topic is not done.

- - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/webapi/what-is-webapi.htm b/_site/guides/m2devgde/Test/Content/webapi/what-is-webapi.htm deleted file mode 100644 index 3ec0969eef3..00000000000 --- a/_site/guides/m2devgde/Test/Content/webapi/what-is-webapi.htm +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - What is the WebAPI Framework? - - - - - - - - - - -

- What is the WebAPI Framework?

-

Help us improve this page -

-

The Web API Framework gives third-party developers access to the service frameworkFunctional abstraction that represents the business features available to other parts of an application or Magento. Represents a boundary that encapsulates the business logic a module exposes without revealing any of the details of how that functionality is implemented. using REST or SOAP calls. Currently, Web API access is limited to Customer objects but we plan to expand access in time to include any Magento object.

-

Concept Link IconRelated Topics -

-

 

-

 

- - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Content/welcome.htm b/_site/guides/m2devgde/Test/Content/welcome.htm deleted file mode 100644 index 059758efb2f..00000000000 --- a/_site/guides/m2devgde/Test/Content/welcome.htm +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - Welcome to Magento 2 Service Framework Documentation - - - - - - - - - - -

Welcome to Magento 2 Service Framework Documentation

-

Welcome! We're glad you're here. This is where the Magento 2 service frameworkFunctional abstraction that represents the business features available to other parts of an application or Magento. Represents a boundary that encapsulates the business logic a module exposes without revealing any of the details of how that functionality is implemented. documentation is located. We plan to transition all Magento 2 documentation here eventually.

-

For now, you can still find public documentation not directly related to services on the Magento 2 public wiki.

-

Please start with What is the Magento 2 Service Framework?

-

Magento Wants Your Feedback

-

Magento is constantly looking for ways to improve. You can help by providing feedback. Every page on this site has a link that enables you to fork or to open issues. Please use it!

-

Help us improve this page -

- - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Data/BrowseSequence.js b/_site/guides/m2devgde/Test/Data/BrowseSequence.js deleted file mode 100644 index cca115fea1b..00000000000 --- a/_site/guides/m2devgde/Test/Data/BrowseSequence.js +++ /dev/null @@ -1 +0,0 @@ -define({numchunks:1,prefix:'BrowseSequence_Chunk',chunkstart:['/Content/integration/integration-auth.htm'],tree:{n:[{i:0,c:0,n:[{i:1,c:0},{i:2,c:0},{i:3,c:0}]},{i:4,c:0,n:[{i:5,c:0}]},{i:6,c:0,n:[{i:7,c:0},{i:8,c:0,n:[{i:9,c:0}]},{i:10,c:0,n:[{i:11,c:0}]}]}]}}); \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Data/BrowseSequence_Chunk0.js b/_site/guides/m2devgde/Test/Data/BrowseSequence_Chunk0.js deleted file mode 100644 index c49bbccaea4..00000000000 --- a/_site/guides/m2devgde/Test/Data/BrowseSequence_Chunk0.js +++ /dev/null @@ -1 +0,0 @@ -define({'/Content/integration/integration-auth.htm':{i:[8],t:['Understanding Integration Authorization'],b:['']},'/Content/integration/integration-code.htm':{i:[7],t:['Coding Your Integration'],b:['']},'/Content/integration/integration-create-man.htm':{i:[11],t:['Manually Creating an Integration Using the Magento Admin'],b:['']},'/Content/integration/integration-create.htm':{i:[10],t:['Creating Your Integration in the Magento Admin'],b:['']},'/Content/integration/what-is-integration.htm':{i:[6],t:['What is an Integration?'],b:['']},'/Content/oauth/oauth-overview.htm':{i:[9],t:['OAuth Tutorial'],b:['']},'/Content/rest/rest-overview.htm':{i:[5],t:['Accessing Magento Objects Using REST'],b:['']},'/Content/svcs-framework/svc-how-to-use.htm':{i:[3],t:['How a Client Uses a Service'],b:['']},'/Content/svcs-framework/svc-props.htm':{i:[1],t:['Understanding the Properties and Responsibilities of a Service'],b:['']},'/Content/svcs-framework/svc-what-can-do.htm':{i:[2],t:['What Can You Do With Services?'],b:['']},'/Content/svcs-framework/svc-what-is.htm':{i:[0],t:['What is the Magento 2 Service Framework?'],b:['']},'/Content/webapi/what-is-webapi.htm':{i:[4],t:['What is the WebAPI Framework?'],b:['']}}); \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Data/Concepts.js b/_site/guides/m2devgde/Test/Data/Concepts.js deleted file mode 100644 index d64afd0a882..00000000000 --- a/_site/guides/m2devgde/Test/Data/Concepts.js +++ /dev/null @@ -1,48 +0,0 @@ -var xmlConceptsData = ""; -xmlConceptsData += ''; -xmlConceptsData += ''; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ' '; -xmlConceptsData += ''; -MadCap.Utilities.Xhr._FilePathToXmlStringMap.Add('Concepts', xmlConceptsData); diff --git a/_site/guides/m2devgde/Test/Data/Concepts.xml b/_site/guides/m2devgde/Test/Data/Concepts.xml deleted file mode 100644 index 93acc3225af..00000000000 --- a/_site/guides/m2devgde/Test/Data/Concepts.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Data/Glossary.js b/_site/guides/m2devgde/Test/Data/Glossary.js deleted file mode 100644 index f38621be87d..00000000000 --- a/_site/guides/m2devgde/Test/Data/Glossary.js +++ /dev/null @@ -1 +0,0 @@ -define({numchunks:1,prefix:'Glossary_Chunk',terms:[{t:'API configuration',c:0},{t:'extension',c:0},{t:'integration',c:0},{t:'Integration configuration',c:0},{t:'module',c:0},{t:'package',c:0},{t:'plug-in',c:0},{t:'service framework',c:0}]}); \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Data/Glossary_Chunk0.js b/_site/guides/m2devgde/Test/Data/Glossary_Chunk0.js deleted file mode 100644 index 821be5ae32c..00000000000 --- a/_site/guides/m2devgde/Test/Data/Glossary_Chunk0.js +++ /dev/null @@ -1 +0,0 @@ -define({'API configuration':{d:'Integration\u0027s app/code/vendor/module/etc/integration/api.xml, which TBD',l:''},'extension':{d:'A module that is marketed to other Magento merchants on Magento Connect. (This is currently not available for Magento 2.)',l:''},'integration':{d:'Set of properties that enable Magento to share authorized objects with a third-party application.',l:''},'Integration configuration':{d:'An integration\u0027s app/code/vendor/module/etc/config.xml fiile, which specifies TBD.',l:''},'module':{d:'Application written in PHP that performs business functions. (A module is sometimes referred to as a package or an extension).',l:''},'package':{d:'A compressed module that can be extracted on another Magento system. Packages are typically provided as .tgz or .tar files.',l:''},'plug-in':{d:'Class that observes a class or interface. A plug-in can contain methods that will be called before, after, or around methods of the class or interface observed.',l:''},'service framework':{d:'Functional abstraction that represents the business features available to other parts of an application or Magento. Represents a boundary that encapsulates the business logic a module exposes without revealing any of the details of how that functionality is implemented.',l:''}}); \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Data/HelpSystem.js b/_site/guides/m2devgde/Test/Data/HelpSystem.js deleted file mode 100644 index 85852cb7f76..00000000000 --- a/_site/guides/m2devgde/Test/Data/HelpSystem.js +++ /dev/null @@ -1,15 +0,0 @@ -var xmlHelpSystemData = ""; -xmlHelpSystemData += ''; -xmlHelpSystemData += ''; -xmlHelpSystemData += ' '; -xmlHelpSystemData += ' '; -xmlHelpSystemData += ' '; -xmlHelpSystemData += ' '; -xmlHelpSystemData += ' '; -xmlHelpSystemData += ' '; -xmlHelpSystemData += ' '; -xmlHelpSystemData += ' '; -xmlHelpSystemData += ' '; -xmlHelpSystemData += ' '; -xmlHelpSystemData += ''; -MadCap.Utilities.Xhr._FilePathToXmlStringMap.Add('HelpSystem', xmlHelpSystemData); diff --git a/_site/guides/m2devgde/Test/Data/HelpSystem.xml b/_site/guides/m2devgde/Test/Data/HelpSystem.xml deleted file mode 100644 index 93c9e30b500..00000000000 --- a/_site/guides/m2devgde/Test/Data/HelpSystem.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Data/Index.js b/_site/guides/m2devgde/Test/Data/Index.js deleted file mode 100644 index 34ad8583cd1..00000000000 --- a/_site/guides/m2devgde/Test/Data/Index.js +++ /dev/null @@ -1 +0,0 @@ -define({numchunks:1,prefix:'Index_Chunk',terms:[]}); \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Data/Index_Chunk0.js b/_site/guides/m2devgde/Test/Data/Index_Chunk0.js deleted file mode 100644 index 54df66a0625..00000000000 --- a/_site/guides/m2devgde/Test/Data/Index_Chunk0.js +++ /dev/null @@ -1 +0,0 @@ -define({}); \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Data/Language.js b/_site/guides/m2devgde/Test/Data/Language.js deleted file mode 100644 index a7bc653a872..00000000000 --- a/_site/guides/m2devgde/Test/Data/Language.js +++ /dev/null @@ -1 +0,0 @@ -define({'default':{'OpenBookIconAlternateText':'Open Book','ClosedBookIconAlternateText':'Closed Book','TopicIconAlternateText':'Topic Icon','MarkAsNewIconAlternateText':'New Topic'}}); \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Data/Search.js b/_site/guides/m2devgde/Test/Data/Search.js deleted file mode 100644 index a323d3b1689..00000000000 --- a/_site/guides/m2devgde/Test/Data/Search.js +++ /dev/null @@ -1,3 +0,0 @@ -var xmlSearchData = ""; -xmlSearchData += ''; -MadCap.Utilities.Xhr._FilePathToXmlStringMap.Add('Search', xmlSearchData); diff --git a/_site/guides/m2devgde/Test/Data/Search.xml b/_site/guides/m2devgde/Test/Data/Search.xml deleted file mode 100644 index 12af18d8dc6..00000000000 --- a/_site/guides/m2devgde/Test/Data/Search.xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Data/Search_Chunk1.js b/_site/guides/m2devgde/Test/Data/Search_Chunk1.js deleted file mode 100644 index 9359bd71b1d..00000000000 --- a/_site/guides/m2devgde/Test/Data/Search_Chunk1.js +++ /dev/null @@ -1,3 +0,0 @@ -var xmlSearch_Chunk1Data = ""; -xmlSearch_Chunk1Data += ''; -MadCap.Utilities.Xhr._FilePathToXmlStringMap.Add('Search_Chunk1', xmlSearch_Chunk1Data); diff --git a/_site/guides/m2devgde/Test/Data/Search_Chunk1.xml b/_site/guides/m2devgde/Test/Data/Search_Chunk1.xml deleted file mode 100644 index 18b51afa626..00000000000 --- a/_site/guides/m2devgde/Test/Data/Search_Chunk1.xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Data/Search_Chunk2.js b/_site/guides/m2devgde/Test/Data/Search_Chunk2.js deleted file mode 100644 index ff3b84b0cd4..00000000000 --- a/_site/guides/m2devgde/Test/Data/Search_Chunk2.js +++ /dev/null @@ -1,3 +0,0 @@ -var xmlSearch_Chunk2Data = ""; -xmlSearch_Chunk2Data += ''; -MadCap.Utilities.Xhr._FilePathToXmlStringMap.Add('Search_Chunk2', xmlSearch_Chunk2Data); diff --git a/_site/guides/m2devgde/Test/Data/Search_Chunk2.xml b/_site/guides/m2devgde/Test/Data/Search_Chunk2.xml deleted file mode 100644 index 142f3396025..00000000000 --- a/_site/guides/m2devgde/Test/Data/Search_Chunk2.xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Data/Search_Chunk3.js b/_site/guides/m2devgde/Test/Data/Search_Chunk3.js deleted file mode 100644 index 25c5c1514fb..00000000000 --- a/_site/guides/m2devgde/Test/Data/Search_Chunk3.js +++ /dev/null @@ -1,3 +0,0 @@ -var xmlSearch_Chunk3Data = ""; -xmlSearch_Chunk3Data += ''; -MadCap.Utilities.Xhr._FilePathToXmlStringMap.Add('Search_Chunk3', xmlSearch_Chunk3Data); diff --git a/_site/guides/m2devgde/Test/Data/Search_Chunk3.xml b/_site/guides/m2devgde/Test/Data/Search_Chunk3.xml deleted file mode 100644 index 9d3e69336fa..00000000000 --- a/_site/guides/m2devgde/Test/Data/Search_Chunk3.xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Data/Search_Chunk4.js b/_site/guides/m2devgde/Test/Data/Search_Chunk4.js deleted file mode 100644 index 568c8ce3fa0..00000000000 --- a/_site/guides/m2devgde/Test/Data/Search_Chunk4.js +++ /dev/null @@ -1,3 +0,0 @@ -var xmlSearch_Chunk4Data = ""; -xmlSearch_Chunk4Data += ''; -MadCap.Utilities.Xhr._FilePathToXmlStringMap.Add('Search_Chunk4', xmlSearch_Chunk4Data); diff --git a/_site/guides/m2devgde/Test/Data/Search_Chunk4.xml b/_site/guides/m2devgde/Test/Data/Search_Chunk4.xml deleted file mode 100644 index ddfc28928e6..00000000000 --- a/_site/guides/m2devgde/Test/Data/Search_Chunk4.xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Data/Search_Chunk5.js b/_site/guides/m2devgde/Test/Data/Search_Chunk5.js deleted file mode 100644 index f81fd146b90..00000000000 --- a/_site/guides/m2devgde/Test/Data/Search_Chunk5.js +++ /dev/null @@ -1,3 +0,0 @@ -var xmlSearch_Chunk5Data = ""; -xmlSearch_Chunk5Data += ''; -MadCap.Utilities.Xhr._FilePathToXmlStringMap.Add('Search_Chunk5', xmlSearch_Chunk5Data); diff --git a/_site/guides/m2devgde/Test/Data/Search_Chunk5.xml b/_site/guides/m2devgde/Test/Data/Search_Chunk5.xml deleted file mode 100644 index 0bc6a222b60..00000000000 --- a/_site/guides/m2devgde/Test/Data/Search_Chunk5.xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Data/Synonyms.js b/_site/guides/m2devgde/Test/Data/Synonyms.js deleted file mode 100644 index 40f7459b803..00000000000 --- a/_site/guides/m2devgde/Test/Data/Synonyms.js +++ /dev/null @@ -1,7 +0,0 @@ -var xmlSynonymsData = ""; -xmlSynonymsData += ''; -xmlSynonymsData += ''; -xmlSynonymsData += ' '; -xmlSynonymsData += ' '; -xmlSynonymsData += ''; -MadCap.Utilities.Xhr._FilePathToXmlStringMap.Add('Synonyms', xmlSynonymsData); diff --git a/_site/guides/m2devgde/Test/Data/Synonyms.xml b/_site/guides/m2devgde/Test/Data/Synonyms.xml deleted file mode 100644 index 81331dc6558..00000000000 --- a/_site/guides/m2devgde/Test/Data/Synonyms.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Data/Toc.js b/_site/guides/m2devgde/Test/Data/Toc.js deleted file mode 100644 index 5aa07556525..00000000000 --- a/_site/guides/m2devgde/Test/Data/Toc.js +++ /dev/null @@ -1 +0,0 @@ -define({numchunks:1,prefix:'Toc_Chunk',chunkstart:['/Content/integration/integration-activate.htm'],tree:{n:[{i:0,c:0,n:[{i:1,c:0},{i:2,c:0}]},{i:3,c:0,n:[{i:4,c:0},{i:5,c:0},{i:6,c:0},{i:7,c:0},{i:8,c:0}]},{i:9,c:0,n:[{i:10,c:0},{i:11,c:0},{i:12,c:0},{i:13,c:0,n:[{i:14,c:0},{i:15,c:0}]},{i:16,c:0,n:[{i:17,c:0}]}]}]}}); \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Data/Toc_Chunk0.js b/_site/guides/m2devgde/Test/Data/Toc_Chunk0.js deleted file mode 100644 index aba3a3f7c93..00000000000 --- a/_site/guides/m2devgde/Test/Data/Toc_Chunk0.js +++ /dev/null @@ -1 +0,0 @@ -define({'/Content/integration/integration-activate.htm':{i:[16],t:['Activating an Integration'],b:['']},'/Content/integration/integration-auth.htm':{i:[11],t:['Understanding Integration Authorization'],b:['']},'/Content/integration/integration-code.htm':{i:[12],t:['Coding Your Integration'],b:['']},'/Content/integration/integration-create-auto.htm':{i:[15],t:['Creating an Integration Automatically'],b:['']},'/Content/integration/integration-create-man.htm':{i:[14],t:['Manually Creating an Integration Using the Magento Admin'],b:['']},'/Content/integration/integration-create.htm':{i:[13],t:['Creating Your Integration'],b:['']},'/Content/integration/integration-maintain.htm':{i:[17],t:['Maintaining an Integration'],b:['']},'/Content/integration/what-is-integration.htm':{i:[9,10],t:['Magento Integrations','What is an Integration?'],b:['','']},'/Content/oauth/oauth-overview.htm':{i:[6],t:['OAuth Tutorial'],b:['']},'/Content/rest/rest-overview.htm':{i:[7],t:['Accessing Magento Objects Using REST'],b:['']},'/Content/soap/soap-overview.htm':{i:[8],t:['Accessing Magento Objects Using SOAP'],b:['']},'/Content/svcs-framework/svc-how-to-use.htm':{i:[2],t:['How a Client Uses a Service'],b:['']},'/Content/svcs-framework/svc-props.htm':{i:[1],t:['Understanding the Properties and Responsibilities of a Service'],b:['']},'/Content/svcs-framework/svc-what-is.htm':{i:[0],t:['Magento Service Framework'],b:['']},'/Content/webapi/webapi-response.htm':{i:[5],t:['Responses From a Service'],b:['']},'/Content/webapi/what-is-webapi.htm':{i:[3,4],t:['Magento Web API Framework','What is the WebAPI Framework?'],b:['','']}}); \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Default.htm b/_site/guides/m2devgde/Test/Default.htm deleted file mode 100644 index 6aab0d8786f..00000000000 --- a/_site/guides/m2devgde/Test/Default.htm +++ /dev/null @@ -1,273 +0,0 @@ - - - - - Magento 2 Developer Guide - - - - - - - - - - - -
-
- Log Console
-
-
-
-
-
- - -
- -
-

Logo

- -
-
-
- - -
-
- - - -
-
- - -
of
-
-
-
- -
-

Your search for returned result(s).

- -
-
-
-
- - - - - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Default.js b/_site/guides/m2devgde/Test/Default.js deleted file mode 100644 index 60102c6e5c1..00000000000 --- a/_site/guides/m2devgde/Test/Default.js +++ /dev/null @@ -1,543 +0,0 @@ -// {{MadCap}} ////////////////////////////////////////////////////////////////// -// Copyright: MadCap Software, Inc - www.madcapsoftware.com //////////////////// -//////////////////////////////////////////////////////////////////////////////// -// 10.0.0.0 -//////////////////////////////////////////////////////////////////////////////// - -// Syntax: -// function FMCOpenHelp( id, skinName, searchQuery, firstPick ) -// -// id - Identifier that was created in Flare. This can be either the identifier name or value. The topic and skin -// that is associated with the id will be used. If no skin is associated with the id, skinName will be used. -// Alternatively, id may contain a topic path. In this case, the specified topic will be loaded with the skin -// that is specified in skinName. Specify null to use the help system's default starting topic. -// skinName - This is a string indicating the name of the skin to use when opening the help system. Specify null to use -// the default skin or to use the skin that is associated with id. If a skin is associated with id AND a skin -// is specified in skinName, skinName will take precedence. -// searchQuery - This is a string indicating the search query used when opening the help system. If a search query is specified, -// the help system will start with the search pane open and the search query executed. Specify null to open -// the help system without a search query. -// firstPick - This is a boolean indicating whether to automatically open the topic from the first search result that is -// returned by the search query (see searchQuery parameter). Use null if no search query was specified. -// -// Examples: -// -// In the following example, topic and skin associated with "FILE_NEW" will be used: -// FMCOpenHelp( 'FILE_NEW', null, null, null ); -// -// In the following example, topic associated with "FILE_NEW" will be used. "BlueSkin" will override the skin associated with "FILE_NEW": -// FMCOpenHelp( 'FILE_NEW', 'BlueSkin', null, null ); -// -// In the following example, topic and skin associated with identifier value 1 will be used: -// FMCOpenHelp( 1, null, null, null ); -// -// In the following example, topic associated with identifier value 1 will be used. "BlueSkin" will override the skin associated with identifier value 1: -// FMCOpenHelp( 1, 'BlueSkin', null, null ); -// -// In the following example, "Company/Employees.htm" will be used with the default skin: -// FMCOpenHelp( 'Company/Employees.htm', null, null, null ); -// -// In the following example, both the default topic and skin will be used: -// FMCOpenHelp( null, null, null, null ); -// -// In the following example, the default topic will be used with "BlueSkin": -// FMCOpenHelp( null, 'BlueSkin', null, null ); -// -// In the following example, both the default topic and skin will be used. The help system will be started with the search pane -// displaying the search results for the query 'quarterly report'. The topic from the first result will not be opened: -// FMCOpenHelp( null, null, 'quarterly report', false ); -// -// In the following example, both the default topic and skin will be used. The help system will be started with the search pane -// displaying the search results for the query 'quarterly report'. The topic from the first result will be opened: -// FMCOpenHelp( null, null, 'quarterly report', true ); - -function FMCOpenHelp( id, skinName, searchQuery, firstPick, pathToHelpSystem ) -{ - MadCap.OpenHelp(id, skinName, searchQuery, firstPick, pathToHelpSystem); -} - -/*! -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ - -/* - RequireJS 2.1.11 Copyright (c) 2010-2014, The Dojo Foundation All Rights Reserved. - Available via the MIT or new BSD license. - see: http://github.com/jrburke/requirejs for details -*/ -var requirejs, require, define; -(function (ca) { - function G(b) { return "[object Function]" === M.call(b) } function H(b) { return "[object Array]" === M.call(b) } function v(b, c) { if (b) { var d; for (d = 0; d < b.length && (!b[d] || !c(b[d], d, b)) ; d += 1); } } function U(b, c) { if (b) { var d; for (d = b.length - 1; -1 < d && (!b[d] || !c(b[d], d, b)) ; d -= 1); } } function s(b, c) { return ga.call(b, c) } function j(b, c) { return s(b, c) && b[c] } function B(b, c) { for (var d in b) if (s(b, d) && c(b[d], d)) break } function V(b, c, d, g) { - c && B(c, function (c, h) { - if (d || !s(b, h)) g && "object" === typeof c && c && !H(c) && !G(c) && !(c instanceof - RegExp) ? (b[h] || (b[h] = {}), V(b[h], c, d, g)) : b[h] = c - }); return b - } function t(b, c) { return function () { return c.apply(b, arguments) } } function da(b) { throw b; } function ea(b) { if (!b) return b; var c = ca; v(b.split("."), function (b) { c = c[b] }); return c } function C(b, c, d, g) { c = Error(c + "\nhttp://requirejs.org/docs/errors.html#" + b); c.requireType = b; c.requireModules = g; d && (c.originalError = d); return c } function ha(b) { - function c(a, e, b) { - var f, n, c, d, g, h, i, I = e && e.split("/"); n = I; var m = l.map, k = m && m["*"]; if (a && "." === a.charAt(0)) if (e) { - n = - I.slice(0, I.length - 1); a = a.split("/"); e = a.length - 1; l.nodeIdCompat && R.test(a[e]) && (a[e] = a[e].replace(R, "")); n = a = n.concat(a); d = n.length; for (e = 0; e < d; e++) if (c = n[e], "." === c) n.splice(e, 1), e -= 1; else if (".." === c) if (1 === e && (".." === n[2] || ".." === n[0])) break; else 0 < e && (n.splice(e - 1, 2), e -= 2); a = a.join("/") - } else 0 === a.indexOf("./") && (a = a.substring(2)); if (b && m && (I || k)) { - n = a.split("/"); e = n.length; a: for (; 0 < e; e -= 1) { - d = n.slice(0, e).join("/"); if (I) for (c = I.length; 0 < c; c -= 1) if (b = j(m, I.slice(0, c).join("/"))) if (b = j(b, d)) { - f = b; - g = e; break a - } !h && (k && j(k, d)) && (h = j(k, d), i = e) - } !f && h && (f = h, g = i); f && (n.splice(0, g, f), a = n.join("/")) - } return (f = j(l.pkgs, a)) ? f : a - } function d(a) { z && v(document.getElementsByTagName("script"), function (e) { if (e.getAttribute("data-requiremodule") === a && e.getAttribute("data-requirecontext") === i.contextName) return e.parentNode.removeChild(e), !0 }) } function g(a) { var e = j(l.paths, a); if (e && H(e) && 1 < e.length) return e.shift(), i.require.undef(a), i.require([a]), !0 } function u(a) { - var e; return [e, a]; - } function m(a, e, b, f) { var n, d, g = null, h = e ? e.name : null, l = a, m = !0, k = ""; a || (m = !1, a = "_@r" + (M += 1)); a = u(a); g = a[0]; a = a[1]; g && (g = c(g, h, f), d = j(p, g)); a && (g ? k = d && d.normalize ? d.normalize(a, function (a) { return c(a, h, f) }) : c(a, h, f) : (k = c(a, h, f), a = u(k), g = a[0], k = a[1], b = !0, n = i.nameToUrl(k))); b = g && !d && !b ? "_unnormalized" + (Q += 1) : ""; return { prefix: g, name: k, parentMap: e, unnormalized: !!b, url: n, originalName: l, isDefine: m, id: (g ? g + "!" + k : k) + b } } function q(a) { - var e = a.id, b = j(k, e); b || (b = k[e] = new i.Module(a)); - return b - } function r(a, e, b) { var f = a.id, n = j(k, f); if (s(p, f) && (!n || n.defineEmitComplete)) "defined" === e && b(p[f]); else if (n = q(a), n.error && "error" === e) b(n.error); else n.on(e, b) } function w(a, e) { var b = a.requireModules, f = !1; if (e) e(a); else if (v(b, function (e) { if (e = j(k, e)) e.error = a, e.events.error && (f = !0, e.emit("error", a)) }), !f) h.onError(a) } function x() { S.length && (ia.apply(A, [A.length, 0].concat(S)), S = []) } function y(a) { delete k[a]; delete W[a] } function F(a, e, b) { - var f = a.map.id; a.error ? a.emit("error", a.error) : (e[f] = - !0, v(a.depMaps, function (f, c) { var d = f.id, g = j(k, d); g && (!a.depMatched[c] && !b[d]) && (j(e, d) ? (a.defineDep(c, p[d]), a.check()) : F(g, e, b)) }), b[f] = !0) - } function D() { - var a, e, b = (a = 1E3 * l.waitSeconds) && i.startTime + a < (new Date).getTime(), f = [], c = [], h = !1, k = !0; if (!X) { - X = !0; B(W, function (a) { var i = a.map, m = i.id; if (a.enabled && (i.isDefine || c.push(a), !a.error)) if (!a.inited && b) g(m) ? h = e = !0 : (f.push(m), d(m)); else if (!a.inited && (a.fetched && i.isDefine) && (h = !0, !i.prefix)) return k = !1 }); if (b && f.length) return a = C("timeout", "Load timeout for modules: " + - f, null, f), a.contextName = i.contextName, w(a); k && v(c, function (a) { F(a, {}, {}) }); if ((!b || e) && h) if ((z || fa) && !Y) Y = setTimeout(function () { Y = 0; D() }, 50); X = !1 - } - } function E(a) { s(p, a[0]) || q(m(a[0], null, !0)).init(a[1], a[2]) } function K(a) { var a = a.currentTarget || a.srcElement, e = i.onScriptLoad; a.detachEvent && !Z ? a.detachEvent("onreadystatechange", e) : a.removeEventListener("load", e, !1); e = i.onScriptError; (!a.detachEvent || Z) && a.removeEventListener("error", e, !1); return { node: a, id: a && a.getAttribute("data-requiremodule") } } function L() { - var a; - for (x() ; A.length;) { a = A.shift(); if (null === a[0]) return w(C("mismatch", "Mismatched anonymous define() module: " + a[a.length - 1])); E(a) } - } var X, $, i, N, Y, l = { waitSeconds: 7, baseUrl: "./", paths: {}, bundles: {}, pkgs: {}, shim: {}, config: {} }, k = {}, W = {}, aa = {}, A = [], p = {}, T = {}, ba = {}, M = 1, Q = 1; N = { - require: function (a) { return a.require ? a.require : a.require = i.makeRequire(a.map) }, exports: function (a) { a.usingExports = !0; if (a.map.isDefine) return a.exports ? p[a.map.id] = a.exports : a.exports = p[a.map.id] = {} }, module: function (a) { - return a.module ? - a.module : a.module = { id: a.map.id, uri: a.map.url, config: function () { return j(l.config, a.map.id) || {} }, exports: a.exports || (a.exports = {}) } - } - }; $ = function (a) { this.events = j(aa, a.id) || {}; this.map = a; this.shim = j(l.shim, a.id); this.depExports = []; this.depMaps = []; this.depMatched = []; this.pluginMaps = {}; this.depCount = 0 }; $.prototype = { - init: function (a, e, b, f) { - f = f || {}; if (!this.inited) { - this.factory = e; if (b) this.on("error", b); else this.events.error && (b = t(this, function (a) { this.emit("error", a) })); this.depMaps = a && a.slice(0); this.errback = - b; this.inited = !0; this.ignore = f.ignore; f.enabled || this.enabled ? this.enable() : this.check() - } - }, defineDep: function (a, e) { this.depMatched[a] || (this.depMatched[a] = !0, this.depCount -= 1, this.depExports[a] = e) }, fetch: function () { if (!this.fetched) { this.fetched = !0; i.startTime = (new Date).getTime(); var a = this.map; if (this.shim) i.makeRequire(this.map, { enableBuildCallback: !0 })(this.shim.deps || [], t(this, function () { return a.prefix ? this.callPlugin() : this.load() })); else return a.prefix ? this.callPlugin() : this.load() } }, load: function () { - var a = - this.map.url; T[a] || (T[a] = !0, i.load(this.map.id, a)) - }, check: function () { - if (this.enabled && !this.enabling) { - var a, e, b = this.map.id; e = this.depExports; var f = this.exports, c = this.factory; if (this.inited) if (this.error) this.emit("error", this.error); else { - if (!this.defining) { - this.defining = !0; if (1 > this.depCount && !this.defined) { - if (G(c)) { - if (this.events.error && this.map.isDefine || h.onError !== da) try { f = i.execCb(b, c, e, f) } catch (d) { a = d } else f = i.execCb(b, c, e, f); this.map.isDefine && void 0 === f && ((e = this.module) ? f = e.exports : this.usingExports && - (f = this.exports)); if (a) return a.requireMap = this.map, a.requireModules = this.map.isDefine ? [this.map.id] : null, a.requireType = this.map.isDefine ? "define" : "require", w(this.error = a) - } else f = c; this.exports = f; if (this.map.isDefine && !this.ignore && (p[b] = f, h.onResourceLoad)) h.onResourceLoad(i, this.map, this.depMaps); y(b); this.defined = !0 - } this.defining = !1; this.defined && !this.defineEmitted && (this.defineEmitted = !0, this.emit("defined", this.exports), this.defineEmitComplete = !0) - } - } else this.fetch() - } - }, callPlugin: function () { - var a = - this.map, b = a.id, d = m(a.prefix); this.depMaps.push(d); r(d, "defined", t(this, function (f) { - var d, g; g = j(ba, this.map.id); var J = this.map.name, u = this.map.parentMap ? this.map.parentMap.name : null, p = i.makeRequire(a.parentMap, { enableBuildCallback: !0 }); if (this.map.unnormalized) { - if (f.normalize && (J = f.normalize(J, function (a) { return c(a, u, !0) }) || ""), f = m(a.prefix + "!" + J, this.map.parentMap), r(f, "defined", t(this, function (a) { this.init([], function () { return a }, null, { enabled: !0, ignore: !0 }) })), g = j(k, f.id)) { - this.depMaps.push(f); - if (this.events.error) g.on("error", t(this, function (a) { this.emit("error", a) })); g.enable() - } - } else g ? (this.map.url = i.nameToUrl(g), this.load()) : (d = t(this, function (a) { this.init([], function () { return a }, null, { enabled: !0 }) }), d.error = t(this, function (a) { this.inited = !0; this.error = a; a.requireModules = [b]; B(k, function (a) { 0 === a.map.id.indexOf(b + "_unnormalized") && y(a.map.id) }); w(a) }), d.fromText = t(this, function (f, c) { - var g = a.name, J = m(g), k = O; c && (f = c); k && (O = !1); q(J); s(l.config, b) && (l.config[g] = l.config[b]); try { h.exec(f) } catch (j) { - return w(C("fromtexteval", - "fromText eval for " + b + " failed: " + j, j, [b])) - } k && (O = !0); this.depMaps.push(J); i.completeLoad(g); p([g], d) - }), f.load(a.name, p, d, l)) - })); i.enable(d, this); this.pluginMaps[d.id] = d - }, enable: function () { - W[this.map.id] = this; this.enabling = this.enabled = !0; v(this.depMaps, t(this, function (a, b) { - var c, f; if ("string" === typeof a) { - a = m(a, this.map.isDefine ? this.map : this.map.parentMap, !1, !this.skipMap); this.depMaps[b] = a; if (c = j(N, a.id)) { this.depExports[b] = c(this); return } this.depCount += 1; r(a, "defined", t(this, function (a) { - this.defineDep(b, - a); this.check() - })); this.errback && r(a, "error", t(this, this.errback)) - } c = a.id; f = k[c]; !s(N, c) && (f && !f.enabled) && i.enable(a, this) - })); B(this.pluginMaps, t(this, function (a) { var b = j(k, a.id); b && !b.enabled && i.enable(a, this) })); this.enabling = !1; this.check() - }, on: function (a, b) { var c = this.events[a]; c || (c = this.events[a] = []); c.push(b) }, emit: function (a, b) { v(this.events[a], function (a) { a(b) }); "error" === a && delete this.events[a] } - }; i = { - config: l, contextName: b, registry: k, defined: p, urlFetched: T, defQueue: A, Module: $, makeModuleMap: m, - nextTick: h.nextTick, onError: w, configure: function (a) { - a.baseUrl && "/" !== a.baseUrl.charAt(a.baseUrl.length - 1) && (a.baseUrl += "/"); var b = l.shim, c = { paths: !0, bundles: !0, config: !0, map: !0 }; B(a, function (a, b) { c[b] ? (l[b] || (l[b] = {}), V(l[b], a, !0, !0)) : l[b] = a }); a.bundles && B(a.bundles, function (a, b) { v(a, function (a) { a !== b && (ba[a] = b) }) }); a.shim && (B(a.shim, function (a, c) { H(a) && (a = { deps: a }); if ((a.exports || a.init) && !a.exportsFn) a.exportsFn = i.makeShimExports(a); b[c] = a }), l.shim = b); a.packages && v(a.packages, function (a) { - var b, - a = "string" === typeof a ? { name: a } : a; b = a.name; a.location && (l.paths[b] = a.location); l.pkgs[b] = a.name + "/" + (a.main || "main").replace(ja, "").replace(R, "") - }); B(k, function (a, b) { !a.inited && !a.map.unnormalized && (a.map = m(b)) }); if (a.deps || a.callback) i.require(a.deps || [], a.callback) - }, makeShimExports: function (a) { return function () { var b; a.init && (b = a.init.apply(ca, arguments)); return b || a.exports && ea(a.exports) } }, makeRequire: function (a, e) { - function g(f, c, d) { - var j, l; e.enableBuildCallback && (c && G(c)) && (c.__requireJsBuild = - !0); if ("string" === typeof f) { if (G(c)) return w(C("requireargs", "Invalid require call"), d); if (a && s(N, f)) return N[f](k[a.id]); if (h.get) return h.get(i, f, a, g); j = m(f, a, !1, !0); j = j.id; return !s(p, j) ? w(C("notloaded", 'Module name "' + j + '" has not been loaded yet for context: ' + b + (a ? "" : ". Use require([])"))) : p[j] } L(); i.nextTick(function () { L(); l = q(m(null, a)); l.skipMap = e.skipMap; l.init(f, c, d, { enabled: !0 }); D() }); return g - } e = e || {}; V(g, { - isBrowser: z, toUrl: function (b) { - var e, d = b.lastIndexOf("."), g = b.split("/")[0]; if (-1 !== - d && (!("." === g || ".." === g) || 1 < d)) e = b.substring(d, b.length), b = b.substring(0, d); return i.nameToUrl(c(b, a && a.id, !0), e, !0) - }, defined: function (b) { return s(p, m(b, a, !1, !0).id) }, specified: function (b) { b = m(b, a, !1, !0).id; return s(p, b) || s(k, b) } - }); a || (g.undef = function (b) { x(); var c = m(b, a, !0), e = j(k, b); d(b); delete p[b]; delete T[c.url]; delete aa[b]; U(A, function (a, c) { a[0] === b && A.splice(c, 1) }); e && (e.events.defined && (aa[b] = e.events), y(b)) }); return g - }, enable: function (a) { j(k, a.id) && q(a).enable() }, completeLoad: function (a) { - var b, - c, f = j(l.shim, a) || {}, d = f.exports; for (x() ; A.length;) { c = A.shift(); if (null === c[0]) { c[0] = a; if (b) break; b = !0 } else c[0] === a && (b = !0); E(c) } c = j(k, a); if (!b && !s(p, a) && c && !c.inited) { if (l.enforceDefine && (!d || !ea(d))) return g(a) ? void 0 : w(C("nodefine", "No define call for " + a, null, [a])); E([a, f.deps || [], f.exportsFn]) } D() - }, nameToUrl: function (a, b, c) { - var f, d, g; (f = j(l.pkgs, a)) && (a = f); if (f = j(ba, a)) return i.nameToUrl(f, b, c); if (h.jsExtRegExp.test(a)) f = a + (b || ""); else { - f = l.paths; a = a.split("/"); for (d = a.length; 0 < d; d -= 1) if (g = a.slice(0, - d).join("/"), g = j(f, g)) { H(g) && (g = g[0]); a.splice(0, d, g); break } f = a.join("/"); f += b || (/^data\:|\?/.test(f) || c ? "" : ".js"); f = ("/" === f.charAt(0) || f.match(/^[\w\+\.\-]+:/) ? "" : l.baseUrl) + f - } return l.urlArgs ? f + ((-1 === f.indexOf("?") ? "?" : "&") + l.urlArgs) : f - }, load: function (a, b) { h.load(i, a, b) }, execCb: function (a, b, c, d) { return b.apply(d, c) }, onScriptLoad: function (a) { if ("load" === a.type || ka.test((a.currentTarget || a.srcElement).readyState)) P = null, a = K(a), i.completeLoad(a.id) }, onScriptError: function (a) { - var b = K(a); if (!g(b.id)) return w(C("scripterror", - "Script error for: " + b.id, a, [b.id])) - } - }; i.require = i.makeRequire(); return i - } var h, x, y, D, K, E, P, L, q, Q, la = /(\/\*([\s\S]*?)\*\/|([^:]|^)\/\/(.*)$)/mg, ma = /[^.]\s*require\s*\(\s*["']([^'"\s]+)["']\s*\)/g, R = /\.js$/, ja = /^\.\//; x = Object.prototype; var M = x.toString, ga = x.hasOwnProperty, ia = Array.prototype.splice, z = !!("undefined" !== typeof window && "undefined" !== typeof navigator && window.document), fa = !z && "undefined" !== typeof importScripts, ka = z && "PLAYSTATION 3" === navigator.platform ? /^complete$/ : /^(complete|loaded)$/, - Z = "undefined" !== typeof opera && "[object Opera]" === opera.toString(), F = {}, r = {}, S = [], O = !1; if ("undefined" === typeof define) { - if ("undefined" !== typeof requirejs) { if (G(requirejs)) return; r = requirejs; requirejs = void 0 } "undefined" !== typeof require && !G(require) && (r = require, require = void 0); h = requirejs = function (b, c, d, g) { var u, m = "_"; !H(b) && "string" !== typeof b && (u = b, H(c) ? (b = c, c = d, d = g) : b = []); u && u.context && (m = u.context); (g = j(F, m)) || (g = F[m] = h.s.newContext(m)); u && g.configure(u); return g.require(b, c, d) }; h.config = function (b) { return h(b) }; - h.nextTick = "undefined" !== typeof setTimeout ? function (b) { setTimeout(b, 4) } : function (b) { b() }; require || (require = h); h.version = "2.1.11"; h.jsExtRegExp = /^\/|:|\?|\.js$/; h.isBrowser = z; x = h.s = { contexts: F, newContext: ha }; h({}); v(["toUrl", "undef", "defined", "specified"], function (b) { h[b] = function () { var c = F._; return c.require[b].apply(c, arguments) } }); if (z && (y = x.head = document.getElementsByTagName("head")[0], D = document.getElementsByTagName("base")[0])) y = x.head = D.parentNode; h.onError = da; h.createNode = function (b) { - var c = - b.xhtml ? document.createElementNS("http://www.w3.org/1999/xhtml", "html:script") : document.createElement("script"); c.type = b.scriptType || "text/javascript"; c.charset = "utf-8"; c.async = !0; return c - }; h.load = function (b, c, d) { - var g = b && b.config || {}; if (z) return g = h.createNode(g, c, d), g.setAttribute("data-requirecontext", b.contextName), g.setAttribute("data-requiremodule", c), g.attachEvent && !(g.attachEvent.toString && 0 > g.attachEvent.toString().indexOf("[native code")) && !Z ? (O = !0, g.attachEvent("onreadystatechange", b.onScriptLoad)) : - (g.addEventListener("load", b.onScriptLoad, !1), g.addEventListener("error", b.onScriptError, !1)), g.src = d, L = g, D ? y.insertBefore(g, D) : y.appendChild(g), L = null, g; if (fa) try { importScripts(d), b.completeLoad(c) } catch (j) { b.onError(C("importscripts", "importScripts failed for " + c + " at " + d, j, [c])) } - }; z && !r.skipDataMain && U(document.getElementsByTagName("script"), function (b) { - y || (y = b.parentNode); if (K = b.getAttribute("data-main")) return q = K, r.baseUrl || (E = q.split("/"), q = E.pop(), Q = E.length ? E.join("/") + "/" : "./", r.baseUrl = - Q), q = q.replace(R, ""), h.jsExtRegExp.test(q) && (q = K), r.deps = r.deps ? r.deps.concat(q) : [q], !0 - }); define = function (b, c, d) { - var g, h; "string" !== typeof b && (d = c, c = b, b = null); H(c) || (d = c, c = null); !c && G(d) && (c = [], d.length && (d.toString().replace(la, "").replace(ma, function (b, d) { c.push(d) }), c = (1 === d.length ? ["require"] : ["require", "exports", "module"]).concat(c))); if (O) { - if (!(g = L)) P && "interactive" === P.readyState || U(document.getElementsByTagName("script"), function (b) { if ("interactive" === b.readyState) return P = b }), g = P; g && (b || - (b = g.getAttribute("data-requiremodule")), h = F[g.getAttribute("data-requirecontext")]) - } (h ? h.defQueue : S).push([b, c, d]) - }; define.amd = { jQuery: !0 }; h.exec = function (b) { return eval(b) }; h(r) - } -})(this);/* require end */ - -/*! jQuery v1.8.3 jquery.com | jquery.org/license */ -(function(e,t){function _(e){var t=M[e]={};return v.each(e.split(y),function(e,n){t[n]=!0}),t}function H(e,n,r){if(r===t&&e.nodeType===1){var i="data-"+n.replace(P,"-$1").toLowerCase();r=e.getAttribute(i);if(typeof r=="string"){try{r=r==="true"?!0:r==="false"?!1:r==="null"?null:+r+""===r?+r:D.test(r)?v.parseJSON(r):r}catch(s){}v.data(e,n,r)}else r=t}return r}function B(e){var t;for(t in e){if(t==="data"&&v.isEmptyObject(e[t]))continue;if(t!=="toJSON")return!1}return!0}function et(){return!1}function tt(){return!0}function ut(e){return!e||!e.parentNode||e.parentNode.nodeType===11}function at(e,t){do e=e[t];while(e&&e.nodeType!==1);return e}function ft(e,t,n){t=t||0;if(v.isFunction(t))return v.grep(e,function(e,r){var i=!!t.call(e,r,e);return i===n});if(t.nodeType)return v.grep(e,function(e,r){return e===t===n});if(typeof t=="string"){var r=v.grep(e,function(e){return e.nodeType===1});if(it.test(t))return v.filter(t,r,!n);t=v.filter(t,r)}return v.grep(e,function(e,r){return v.inArray(e,t)>=0===n})}function lt(e){var t=ct.split("|"),n=e.createDocumentFragment();if(n.createElement)while(t.length)n.createElement(t.pop());return n}function Lt(e,t){return e.getElementsByTagName(t)[0]||e.appendChild(e.ownerDocument.createElement(t))}function At(e,t){if(t.nodeType!==1||!v.hasData(e))return;var n,r,i,s=v._data(e),o=v._data(t,s),u=s.events;if(u){delete o.handle,o.events={};for(n in u)for(r=0,i=u[n].length;r").appendTo(i.body),n=t.css("display");t.remove();if(n==="none"||n===""){Pt=i.body.appendChild(Pt||v.extend(i.createElement("iframe"),{frameBorder:0,width:0,height:0}));if(!Ht||!Pt.createElement)Ht=(Pt.contentWindow||Pt.contentDocument).document,Ht.write(""),Ht.close();t=Ht.body.appendChild(Ht.createElement(e)),n=Dt(t,"display"),i.body.removeChild(Pt)}return Wt[e]=n,n}function fn(e,t,n,r){var i;if(v.isArray(t))v.each(t,function(t,i){n||sn.test(e)?r(e,i):fn(e+"["+(typeof i=="object"?t:"")+"]",i,n,r)});else if(!n&&v.type(t)==="object")for(i in t)fn(e+"["+i+"]",t[i],n,r);else r(e,t)}function Cn(e){return function(t,n){typeof t!="string"&&(n=t,t="*");var r,i,s,o=t.toLowerCase().split(y),u=0,a=o.length;if(v.isFunction(n))for(;u)[^>]*$|#([\w\-]*)$)/,E=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,S=/^[\],:{}\s]*$/,x=/(?:^|:|,)(?:\s*\[)+/g,T=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,N=/"[^"\\\r\n]*"|true|false|null|-?(?:\d\d*\.|)\d+(?:[eE][\-+]?\d+|)/g,C=/^-ms-/,k=/-([\da-z])/gi,L=function(e,t){return(t+"").toUpperCase()},A=function(){i.addEventListener?(i.removeEventListener("DOMContentLoaded",A,!1),v.ready()):i.readyState==="complete"&&(i.detachEvent("onreadystatechange",A),v.ready())},O={};v.fn=v.prototype={constructor:v,init:function(e,n,r){var s,o,u,a;if(!e)return this;if(e.nodeType)return this.context=this[0]=e,this.length=1,this;if(typeof e=="string"){e.charAt(0)==="<"&&e.charAt(e.length-1)===">"&&e.length>=3?s=[null,e,null]:s=w.exec(e);if(s&&(s[1]||!n)){if(s[1])return n=n instanceof v?n[0]:n,a=n&&n.nodeType?n.ownerDocument||n:i,e=v.parseHTML(s[1],a,!0),E.test(s[1])&&v.isPlainObject(n)&&this.attr.call(e,n,!0),v.merge(this,e);o=i.getElementById(s[2]);if(o&&o.parentNode){if(o.id!==s[2])return r.find(e);this.length=1,this[0]=o}return this.context=i,this.selector=e,this}return!n||n.jquery?(n||r).find(e):this.constructor(n).find(e)}return v.isFunction(e)?r.ready(e):(e.selector!==t&&(this.selector=e.selector,this.context=e.context),v.makeArray(e,this))},selector:"",jquery:"1.8.3",length:0,size:function(){return this.length},toArray:function(){return l.call(this)},get:function(e){return e==null?this.toArray():e<0?this[this.length+e]:this[e]},pushStack:function(e,t,n){var r=v.merge(this.constructor(),e);return r.prevObject=this,r.context=this.context,t==="find"?r.selector=this.selector+(this.selector?" ":"")+n:t&&(r.selector=this.selector+"."+t+"("+n+")"),r},each:function(e,t){return v.each(this,e,t)},ready:function(e){return v.ready.promise().done(e),this},eq:function(e){return e=+e,e===-1?this.slice(e):this.slice(e,e+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(l.apply(this,arguments),"slice",l.call(arguments).join(","))},map:function(e){return this.pushStack(v.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:[].sort,splice:[].splice},v.fn.init.prototype=v.fn,v.extend=v.fn.extend=function(){var e,n,r,i,s,o,u=arguments[0]||{},a=1,f=arguments.length,l=!1;typeof u=="boolean"&&(l=u,u=arguments[1]||{},a=2),typeof u!="object"&&!v.isFunction(u)&&(u={}),f===a&&(u=this,--a);for(;a0)return;r.resolveWith(i,[v]),v.fn.trigger&&v(i).trigger("ready").off("ready")},isFunction:function(e){return v.type(e)==="function"},isArray:Array.isArray||function(e){return v.type(e)==="array"},isWindow:function(e){return e!=null&&e==e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return e==null?String(e):O[h.call(e)]||"object"},isPlainObject:function(e){if(!e||v.type(e)!=="object"||e.nodeType||v.isWindow(e))return!1;try{if(e.constructor&&!p.call(e,"constructor")&&!p.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}var r;for(r in e);return r===t||p.call(e,r)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw new Error(e)},parseHTML:function(e,t,n){var r;return!e||typeof e!="string"?null:(typeof t=="boolean"&&(n=t,t=0),t=t||i,(r=E.exec(e))?[t.createElement(r[1])]:(r=v.buildFragment([e],t,n?null:[]),v.merge([],(r.cacheable?v.clone(r.fragment):r.fragment).childNodes)))},parseJSON:function(t){if(!t||typeof t!="string")return null;t=v.trim(t);if(e.JSON&&e.JSON.parse)return e.JSON.parse(t);if(S.test(t.replace(T,"@").replace(N,"]").replace(x,"")))return(new Function("return "+t))();v.error("Invalid JSON: "+t)},parseXML:function(n){var r,i;if(!n||typeof n!="string")return null;try{e.DOMParser?(i=new DOMParser,r=i.parseFromString(n,"text/xml")):(r=new ActiveXObject("Microsoft.XMLDOM"),r.async="false",r.loadXML(n))}catch(s){r=t}return(!r||!r.documentElement||r.getElementsByTagName("parsererror").length)&&v.error("Invalid XML: "+n),r},noop:function(){},globalEval:function(t){t&&g.test(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(C,"ms-").replace(k,L)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,n,r){var i,s=0,o=e.length,u=o===t||v.isFunction(e);if(r){if(u){for(i in e)if(n.apply(e[i],r)===!1)break}else for(;s0&&e[0]&&e[a-1]||a===0||v.isArray(e));if(f)for(;u-1)a.splice(n,1),i&&(n<=o&&o--,n<=u&&u--)}),this},has:function(e){return v.inArray(e,a)>-1},empty:function(){return a=[],this},disable:function(){return a=f=n=t,this},disabled:function(){return!a},lock:function(){return f=t,n||c.disable(),this},locked:function(){return!f},fireWith:function(e,t){return t=t||[],t=[e,t.slice?t.slice():t],a&&(!r||f)&&(i?f.push(t):l(t)),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!r}};return c},v.extend({Deferred:function(e){var t=[["resolve","done",v.Callbacks("once memory"),"resolved"],["reject","fail",v.Callbacks("once memory"),"rejected"],["notify","progress",v.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return v.Deferred(function(n){v.each(t,function(t,r){var s=r[0],o=e[t];i[r[1]](v.isFunction(o)?function(){var e=o.apply(this,arguments);e&&v.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[s+"With"](this===i?n:this,[e])}:n[s])}),e=null}).promise()},promise:function(e){return e!=null?v.extend(e,r):r}},i={};return r.pipe=r.then,v.each(t,function(e,s){var o=s[2],u=s[3];r[s[1]]=o.add,u&&o.add(function(){n=u},t[e^1][2].disable,t[2][2].lock),i[s[0]]=o.fire,i[s[0]+"With"]=o.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=l.call(arguments),r=n.length,i=r!==1||e&&v.isFunction(e.promise)?r:0,s=i===1?e:v.Deferred(),o=function(e,t,n){return function(r){t[e]=this,n[e]=arguments.length>1?l.call(arguments):r,n===u?s.notifyWith(t,n):--i||s.resolveWith(t,n)}},u,a,f;if(r>1){u=new Array(r),a=new Array(r),f=new Array(r);for(;t
a",n=p.getElementsByTagName("*"),r=p.getElementsByTagName("a")[0];if(!n||!r||!n.length)return{};s=i.createElement("select"),o=s.appendChild(i.createElement("option")),u=p.getElementsByTagName("input")[0],r.style.cssText="top:1px;float:left;opacity:.5",t={leadingWhitespace:p.firstChild.nodeType===3,tbody:!p.getElementsByTagName("tbody").length,htmlSerialize:!!p.getElementsByTagName("link").length,style:/top/.test(r.getAttribute("style")),hrefNormalized:r.getAttribute("href")==="/a",opacity:/^0.5/.test(r.style.opacity),cssFloat:!!r.style.cssFloat,checkOn:u.value==="on",optSelected:o.selected,getSetAttribute:p.className!=="t",enctype:!!i.createElement("form").enctype,html5Clone:i.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",boxModel:i.compatMode==="CSS1Compat",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,boxSizingReliable:!0,pixelPosition:!1},u.checked=!0,t.noCloneChecked=u.cloneNode(!0).checked,s.disabled=!0,t.optDisabled=!o.disabled;try{delete p.test}catch(d){t.deleteExpando=!1}!p.addEventListener&&p.attachEvent&&p.fireEvent&&(p.attachEvent("onclick",h=function(){t.noCloneEvent=!1}),p.cloneNode(!0).fireEvent("onclick"),p.detachEvent("onclick",h)),u=i.createElement("input"),u.value="t",u.setAttribute("type","radio"),t.radioValue=u.value==="t",u.setAttribute("checked","checked"),u.setAttribute("name","t"),p.appendChild(u),a=i.createDocumentFragment(),a.appendChild(p.lastChild),t.checkClone=a.cloneNode(!0).cloneNode(!0).lastChild.checked,t.appendChecked=u.checked,a.removeChild(u),a.appendChild(p);if(p.attachEvent)for(l in{submit:!0,change:!0,focusin:!0})f="on"+l,c=f in p,c||(p.setAttribute(f,"return;"),c=typeof p[f]=="function"),t[l+"Bubbles"]=c;return v(function(){var n,r,s,o,u="padding:0;margin:0;border:0;display:block;overflow:hidden;",a=i.getElementsByTagName("body")[0];if(!a)return;n=i.createElement("div"),n.style.cssText="visibility:hidden;border:0;width:0;height:0;position:static;top:0;margin-top:1px",a.insertBefore(n,a.firstChild),r=i.createElement("div"),n.appendChild(r),r.innerHTML="
t
",s=r.getElementsByTagName("td"),s[0].style.cssText="padding:0;margin:0;border:0;display:none",c=s[0].offsetHeight===0,s[0].style.display="",s[1].style.display="none",t.reliableHiddenOffsets=c&&s[0].offsetHeight===0,r.innerHTML="",r.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",t.boxSizing=r.offsetWidth===4,t.doesNotIncludeMarginInBodyOffset=a.offsetTop!==1,e.getComputedStyle&&(t.pixelPosition=(e.getComputedStyle(r,null)||{}).top!=="1%",t.boxSizingReliable=(e.getComputedStyle(r,null)||{width:"4px"}).width==="4px",o=i.createElement("div"),o.style.cssText=r.style.cssText=u,o.style.marginRight=o.style.width="0",r.style.width="1px",r.appendChild(o),t.reliableMarginRight=!parseFloat((e.getComputedStyle(o,null)||{}).marginRight)),typeof r.style.zoom!="undefined"&&(r.innerHTML="",r.style.cssText=u+"width:1px;padding:1px;display:inline;zoom:1",t.inlineBlockNeedsLayout=r.offsetWidth===3,r.style.display="block",r.style.overflow="visible",r.innerHTML="
",r.firstChild.style.width="5px",t.shrinkWrapBlocks=r.offsetWidth!==3,n.style.zoom=1),a.removeChild(n),n=r=s=o=null}),a.removeChild(p),n=r=s=o=u=a=p=null,t}();var D=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,P=/([A-Z])/g;v.extend({cache:{},deletedIds:[],uuid:0,expando:"jQuery"+(v.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(e){return e=e.nodeType?v.cache[e[v.expando]]:e[v.expando],!!e&&!B(e)},data:function(e,n,r,i){if(!v.acceptData(e))return;var s,o,u=v.expando,a=typeof n=="string",f=e.nodeType,l=f?v.cache:e,c=f?e[u]:e[u]&&u;if((!c||!l[c]||!i&&!l[c].data)&&a&&r===t)return;c||(f?e[u]=c=v.deletedIds.pop()||v.guid++:c=u),l[c]||(l[c]={},f||(l[c].toJSON=v.noop));if(typeof n=="object"||typeof n=="function")i?l[c]=v.extend(l[c],n):l[c].data=v.extend(l[c].data,n);return s=l[c],i||(s.data||(s.data={}),s=s.data),r!==t&&(s[v.camelCase(n)]=r),a?(o=s[n],o==null&&(o=s[v.camelCase(n)])):o=s,o},removeData:function(e,t,n){if(!v.acceptData(e))return;var r,i,s,o=e.nodeType,u=o?v.cache:e,a=o?e[v.expando]:v.expando;if(!u[a])return;if(t){r=n?u[a]:u[a].data;if(r){v.isArray(t)||(t in r?t=[t]:(t=v.camelCase(t),t in r?t=[t]:t=t.split(" ")));for(i=0,s=t.length;i1,null,!1))},removeData:function(e){return this.each(function(){v.removeData(this,e)})}}),v.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=v._data(e,t),n&&(!r||v.isArray(n)?r=v._data(e,t,v.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=v.queue(e,t),r=n.length,i=n.shift(),s=v._queueHooks(e,t),o=function(){v.dequeue(e,t)};i==="inprogress"&&(i=n.shift(),r--),i&&(t==="fx"&&n.unshift("inprogress"),delete s.stop,i.call(e,o,s)),!r&&s&&s.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return v._data(e,n)||v._data(e,n,{empty:v.Callbacks("once memory").add(function(){v.removeData(e,t+"queue",!0),v.removeData(e,n,!0)})})}}),v.fn.extend({queue:function(e,n){var r=2;return typeof e!="string"&&(n=e,e="fx",r--),arguments.length1)},removeAttr:function(e){return this.each(function(){v.removeAttr(this,e)})},prop:function(e,t){return v.access(this,v.prop,e,t,arguments.length>1)},removeProp:function(e){return e=v.propFix[e]||e,this.each(function(){try{this[e]=t,delete this[e]}catch(n){}})},addClass:function(e){var t,n,r,i,s,o,u;if(v.isFunction(e))return this.each(function(t){v(this).addClass(e.call(this,t,this.className))});if(e&&typeof e=="string"){t=e.split(y);for(n=0,r=this.length;n=0)r=r.replace(" "+n[s]+" "," ");i.className=e?v.trim(r):""}}}return this},toggleClass:function(e,t){var n=typeof e,r=typeof t=="boolean";return v.isFunction(e)?this.each(function(n){v(this).toggleClass(e.call(this,n,this.className,t),t)}):this.each(function(){if(n==="string"){var i,s=0,o=v(this),u=t,a=e.split(y);while(i=a[s++])u=r?u:!o.hasClass(i),o[u?"addClass":"removeClass"](i)}else if(n==="undefined"||n==="boolean")this.className&&v._data(this,"__className__",this.className),this.className=this.className||e===!1?"":v._data(this,"__className__")||""})},hasClass:function(e){var t=" "+e+" ",n=0,r=this.length;for(;n=0)return!0;return!1},val:function(e){var n,r,i,s=this[0];if(!arguments.length){if(s)return n=v.valHooks[s.type]||v.valHooks[s.nodeName.toLowerCase()],n&&"get"in n&&(r=n.get(s,"value"))!==t?r:(r=s.value,typeof r=="string"?r.replace(R,""):r==null?"":r);return}return i=v.isFunction(e),this.each(function(r){var s,o=v(this);if(this.nodeType!==1)return;i?s=e.call(this,r,o.val()):s=e,s==null?s="":typeof s=="number"?s+="":v.isArray(s)&&(s=v.map(s,function(e){return e==null?"":e+""})),n=v.valHooks[this.type]||v.valHooks[this.nodeName.toLowerCase()];if(!n||!("set"in n)||n.set(this,s,"value")===t)this.value=s})}}),v.extend({valHooks:{option:{get:function(e){var t=e.attributes.value;return!t||t.specified?e.value:e.text}},select:{get:function(e){var t,n,r=e.options,i=e.selectedIndex,s=e.type==="select-one"||i<0,o=s?null:[],u=s?i+1:r.length,a=i<0?u:s?i:0;for(;a=0}),n.length||(e.selectedIndex=-1),n}}},attrFn:{},attr:function(e,n,r,i){var s,o,u,a=e.nodeType;if(!e||a===3||a===8||a===2)return;if(i&&v.isFunction(v.fn[n]))return v(e)[n](r);if(typeof e.getAttribute=="undefined")return v.prop(e,n,r);u=a!==1||!v.isXMLDoc(e),u&&(n=n.toLowerCase(),o=v.attrHooks[n]||(X.test(n)?F:j));if(r!==t){if(r===null){v.removeAttr(e,n);return}return o&&"set"in o&&u&&(s=o.set(e,r,n))!==t?s:(e.setAttribute(n,r+""),r)}return o&&"get"in o&&u&&(s=o.get(e,n))!==null?s:(s=e.getAttribute(n),s===null?t:s)},removeAttr:function(e,t){var n,r,i,s,o=0;if(t&&e.nodeType===1){r=t.split(y);for(;o=0}})});var $=/^(?:textarea|input|select)$/i,J=/^([^\.]*|)(?:\.(.+)|)$/,K=/(?:^|\s)hover(\.\S+|)\b/,Q=/^key/,G=/^(?:mouse|contextmenu)|click/,Y=/^(?:focusinfocus|focusoutblur)$/,Z=function(e){return v.event.special.hover?e:e.replace(K,"mouseenter$1 mouseleave$1")};v.event={add:function(e,n,r,i,s){var o,u,a,f,l,c,h,p,d,m,g;if(e.nodeType===3||e.nodeType===8||!n||!r||!(o=v._data(e)))return;r.handler&&(d=r,r=d.handler,s=d.selector),r.guid||(r.guid=v.guid++),a=o.events,a||(o.events=a={}),u=o.handle,u||(o.handle=u=function(e){return typeof v=="undefined"||!!e&&v.event.triggered===e.type?t:v.event.dispatch.apply(u.elem,arguments)},u.elem=e),n=v.trim(Z(n)).split(" ");for(f=0;f=0&&(y=y.slice(0,-1),a=!0),y.indexOf(".")>=0&&(b=y.split("."),y=b.shift(),b.sort());if((!s||v.event.customEvent[y])&&!v.event.global[y])return;n=typeof n=="object"?n[v.expando]?n:new v.Event(y,n):new v.Event(y),n.type=y,n.isTrigger=!0,n.exclusive=a,n.namespace=b.join("."),n.namespace_re=n.namespace?new RegExp("(^|\\.)"+b.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,h=y.indexOf(":")<0?"on"+y:"";if(!s){u=v.cache;for(f in u)u[f].events&&u[f].events[y]&&v.event.trigger(n,r,u[f].handle.elem,!0);return}n.result=t,n.target||(n.target=s),r=r!=null?v.makeArray(r):[],r.unshift(n),p=v.event.special[y]||{};if(p.trigger&&p.trigger.apply(s,r)===!1)return;m=[[s,p.bindType||y]];if(!o&&!p.noBubble&&!v.isWindow(s)){g=p.delegateType||y,l=Y.test(g+y)?s:s.parentNode;for(c=s;l;l=l.parentNode)m.push([l,g]),c=l;c===(s.ownerDocument||i)&&m.push([c.defaultView||c.parentWindow||e,g])}for(f=0;f=0:v.find(h,this,null,[s]).length),u[h]&&f.push(c);f.length&&w.push({elem:s,matches:f})}d.length>m&&w.push({elem:this,matches:d.slice(m)});for(r=0;r0?this.on(t,null,e,n):this.trigger(t)},Q.test(t)&&(v.event.fixHooks[t]=v.event.keyHooks),G.test(t)&&(v.event.fixHooks[t]=v.event.mouseHooks)}),function(e,t){function nt(e,t,n,r){n=n||[],t=t||g;var i,s,a,f,l=t.nodeType;if(!e||typeof e!="string")return n;if(l!==1&&l!==9)return[];a=o(t);if(!a&&!r)if(i=R.exec(e))if(f=i[1]){if(l===9){s=t.getElementById(f);if(!s||!s.parentNode)return n;if(s.id===f)return n.push(s),n}else if(t.ownerDocument&&(s=t.ownerDocument.getElementById(f))&&u(t,s)&&s.id===f)return n.push(s),n}else{if(i[2])return S.apply(n,x.call(t.getElementsByTagName(e),0)),n;if((f=i[3])&&Z&&t.getElementsByClassName)return S.apply(n,x.call(t.getElementsByClassName(f),0)),n}return vt(e.replace(j,"$1"),t,n,r,a)}function rt(e){return function(t){var n=t.nodeName.toLowerCase();return n==="input"&&t.type===e}}function it(e){return function(t){var n=t.nodeName.toLowerCase();return(n==="input"||n==="button")&&t.type===e}}function st(e){return N(function(t){return t=+t,N(function(n,r){var i,s=e([],n.length,t),o=s.length;while(o--)n[i=s[o]]&&(n[i]=!(r[i]=n[i]))})})}function ot(e,t,n){if(e===t)return n;var r=e.nextSibling;while(r){if(r===t)return-1;r=r.nextSibling}return 1}function ut(e,t){var n,r,s,o,u,a,f,l=L[d][e+" "];if(l)return t?0:l.slice(0);u=e,a=[],f=i.preFilter;while(u){if(!n||(r=F.exec(u)))r&&(u=u.slice(r[0].length)||u),a.push(s=[]);n=!1;if(r=I.exec(u))s.push(n=new m(r.shift())),u=u.slice(n.length),n.type=r[0].replace(j," ");for(o in i.filter)(r=J[o].exec(u))&&(!f[o]||(r=f[o](r)))&&(s.push(n=new m(r.shift())),u=u.slice(n.length),n.type=o,n.matches=r);if(!n)break}return t?u.length:u?nt.error(e):L(e,a).slice(0)}function at(e,t,r){var i=t.dir,s=r&&t.dir==="parentNode",o=w++;return t.first?function(t,n,r){while(t=t[i])if(s||t.nodeType===1)return e(t,n,r)}:function(t,r,u){if(!u){var a,f=b+" "+o+" ",l=f+n;while(t=t[i])if(s||t.nodeType===1){if((a=t[d])===l)return t.sizset;if(typeof a=="string"&&a.indexOf(f)===0){if(t.sizset)return t}else{t[d]=l;if(e(t,r,u))return t.sizset=!0,t;t.sizset=!1}}}else while(t=t[i])if(s||t.nodeType===1)if(e(t,r,u))return t}}function ft(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function lt(e,t,n,r,i){var s,o=[],u=0,a=e.length,f=t!=null;for(;u-1&&(s[f]=!(o[f]=c))}}else g=lt(g===o?g.splice(d,g.length):g),i?i(null,o,g,a):S.apply(o,g)})}function ht(e){var t,n,r,s=e.length,o=i.relative[e[0].type],u=o||i.relative[" "],a=o?1:0,f=at(function(e){return e===t},u,!0),l=at(function(e){return T.call(t,e)>-1},u,!0),h=[function(e,n,r){return!o&&(r||n!==c)||((t=n).nodeType?f(e,n,r):l(e,n,r))}];for(;a1&&ft(h),a>1&&e.slice(0,a-1).join("").replace(j,"$1"),n,a0,s=e.length>0,o=function(u,a,f,l,h){var p,d,v,m=[],y=0,w="0",x=u&&[],T=h!=null,N=c,C=u||s&&i.find.TAG("*",h&&a.parentNode||a),k=b+=N==null?1:Math.E;T&&(c=a!==g&&a,n=o.el);for(;(p=C[w])!=null;w++){if(s&&p){for(d=0;v=e[d];d++)if(v(p,a,f)){l.push(p);break}T&&(b=k,n=++o.el)}r&&((p=!v&&p)&&y--,u&&x.push(p))}y+=w;if(r&&w!==y){for(d=0;v=t[d];d++)v(x,m,a,f);if(u){if(y>0)while(w--)!x[w]&&!m[w]&&(m[w]=E.call(l));m=lt(m)}S.apply(l,m),T&&!u&&m.length>0&&y+t.length>1&&nt.uniqueSort(l)}return T&&(b=k,c=N),x};return o.el=0,r?N(o):o}function dt(e,t,n){var r=0,i=t.length;for(;r2&&(f=u[0]).type==="ID"&&t.nodeType===9&&!s&&i.relative[u[1].type]){t=i.find.ID(f.matches[0].replace($,""),t,s)[0];if(!t)return n;e=e.slice(u.shift().length)}for(o=J.POS.test(e)?-1:u.length-1;o>=0;o--){f=u[o];if(i.relative[l=f.type])break;if(c=i.find[l])if(r=c(f.matches[0].replace($,""),z.test(u[0].type)&&t.parentNode||t,s)){u.splice(o,1),e=r.length&&u.join("");if(!e)return S.apply(n,x.call(r,0)),n;break}}}return a(e,h)(r,t,s,n,z.test(e)),n}function mt(){}var n,r,i,s,o,u,a,f,l,c,h=!0,p="undefined",d=("sizcache"+Math.random()).replace(".",""),m=String,g=e.document,y=g.documentElement,b=0,w=0,E=[].pop,S=[].push,x=[].slice,T=[].indexOf||function(e){var t=0,n=this.length;for(;ti.cacheLength&&delete e[t.shift()],e[n+" "]=r},e)},k=C(),L=C(),A=C(),O="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[-\\w]|[^\\x00-\\xa0])+",_=M.replace("w","w#"),D="([*^$|!~]?=)",P="\\["+O+"*("+M+")"+O+"*(?:"+D+O+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+_+")|)|)"+O+"*\\]",H=":("+M+")(?:\\((?:(['\"])((?:\\\\.|[^\\\\])*?)\\2|([^()[\\]]*|(?:(?:"+P+")|[^:]|\\\\.)*|.*))\\)|)",B=":(even|odd|eq|gt|lt|nth|first|last)(?:\\("+O+"*((?:-\\d)?\\d*)"+O+"*\\)|)(?=[^-]|$)",j=new RegExp("^"+O+"+|((?:^|[^\\\\])(?:\\\\.)*)"+O+"+$","g"),F=new RegExp("^"+O+"*,"+O+"*"),I=new RegExp("^"+O+"*([\\x20\\t\\r\\n\\f>+~])"+O+"*"),q=new RegExp(H),R=/^(?:#([\w\-]+)|(\w+)|\.([\w\-]+))$/,U=/^:not/,z=/[\x20\t\r\n\f]*[+~]/,W=/:not\($/,X=/h\d/i,V=/input|select|textarea|button/i,$=/\\(?!\\)/g,J={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),NAME:new RegExp("^\\[name=['\"]?("+M+")['\"]?\\]"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+P),PSEUDO:new RegExp("^"+H),POS:new RegExp(B,"i"),CHILD:new RegExp("^:(only|nth|first|last)-child(?:\\("+O+"*(even|odd|(([+-]|)(\\d*)n|)"+O+"*(?:([+-]|)"+O+"*(\\d+)|))"+O+"*\\)|)","i"),needsContext:new RegExp("^"+O+"*[>+~]|"+B,"i")},K=function(e){var t=g.createElement("div");try{return e(t)}catch(n){return!1}finally{t=null}},Q=K(function(e){return e.appendChild(g.createComment("")),!e.getElementsByTagName("*").length}),G=K(function(e){return e.innerHTML="",e.firstChild&&typeof e.firstChild.getAttribute!==p&&e.firstChild.getAttribute("href")==="#"}),Y=K(function(e){e.innerHTML="";var t=typeof e.lastChild.getAttribute("multiple");return t!=="boolean"&&t!=="string"}),Z=K(function(e){return e.innerHTML="",!e.getElementsByClassName||!e.getElementsByClassName("e").length?!1:(e.lastChild.className="e",e.getElementsByClassName("e").length===2)}),et=K(function(e){e.id=d+0,e.innerHTML="
",y.insertBefore(e,y.firstChild);var t=g.getElementsByName&&g.getElementsByName(d).length===2+g.getElementsByName(d+0).length;return r=!g.getElementById(d),y.removeChild(e),t});try{x.call(y.childNodes,0)[0].nodeType}catch(tt){x=function(e){var t,n=[];for(;t=this[e];e++)n.push(t);return n}}nt.matches=function(e,t){return nt(e,null,null,t)},nt.matchesSelector=function(e,t){return nt(t,null,null,[e]).length>0},s=nt.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(i===1||i===9||i===11){if(typeof e.textContent=="string")return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=s(e)}else if(i===3||i===4)return e.nodeValue}else for(;t=e[r];r++)n+=s(t);return n},o=nt.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?t.nodeName!=="HTML":!1},u=nt.contains=y.contains?function(e,t){var n=e.nodeType===9?e.documentElement:e,r=t&&t.parentNode;return e===r||!!(r&&r.nodeType===1&&n.contains&&n.contains(r))}:y.compareDocumentPosition?function(e,t){return t&&!!(e.compareDocumentPosition(t)&16)}:function(e,t){while(t=t.parentNode)if(t===e)return!0;return!1},nt.attr=function(e,t){var n,r=o(e);return r||(t=t.toLowerCase()),(n=i.attrHandle[t])?n(e):r||Y?e.getAttribute(t):(n=e.getAttributeNode(t),n?typeof e[t]=="boolean"?e[t]?t:null:n.specified?n.value:null:null)},i=nt.selectors={cacheLength:50,createPseudo:N,match:J,attrHandle:G?{}:{href:function(e){return e.getAttribute("href",2)},type:function(e){return e.getAttribute("type")}},find:{ID:r?function(e,t,n){if(typeof t.getElementById!==p&&!n){var r=t.getElementById(e);return r&&r.parentNode?[r]:[]}}:function(e,n,r){if(typeof n.getElementById!==p&&!r){var i=n.getElementById(e);return i?i.id===e||typeof i.getAttributeNode!==p&&i.getAttributeNode("id").value===e?[i]:t:[]}},TAG:Q?function(e,t){if(typeof t.getElementsByTagName!==p)return t.getElementsByTagName(e)}:function(e,t){var n=t.getElementsByTagName(e);if(e==="*"){var r,i=[],s=0;for(;r=n[s];s++)r.nodeType===1&&i.push(r);return i}return n},NAME:et&&function(e,t){if(typeof t.getElementsByName!==p)return t.getElementsByName(name)},CLASS:Z&&function(e,t,n){if(typeof t.getElementsByClassName!==p&&!n)return t.getElementsByClassName(e)}},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace($,""),e[3]=(e[4]||e[5]||"").replace($,""),e[2]==="~="&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),e[1]==="nth"?(e[2]||nt.error(e[0]),e[3]=+(e[3]?e[4]+(e[5]||1):2*(e[2]==="even"||e[2]==="odd")),e[4]=+(e[6]+e[7]||e[2]==="odd")):e[2]&&nt.error(e[0]),e},PSEUDO:function(e){var t,n;if(J.CHILD.test(e[0]))return null;if(e[3])e[2]=e[3];else if(t=e[4])q.test(t)&&(n=ut(t,!0))&&(n=t.indexOf(")",t.length-n)-t.length)&&(t=t.slice(0,n),e[0]=e[0].slice(0,n)),e[2]=t;return e.slice(0,3)}},filter:{ID:r?function(e){return e=e.replace($,""),function(t){return t.getAttribute("id")===e}}:function(e){return e=e.replace($,""),function(t){var n=typeof t.getAttributeNode!==p&&t.getAttributeNode("id");return n&&n.value===e}},TAG:function(e){return e==="*"?function(){return!0}:(e=e.replace($,"").toLowerCase(),function(t){return t.nodeName&&t.nodeName.toLowerCase()===e})},CLASS:function(e){var t=k[d][e+" "];return t||(t=new RegExp("(^|"+O+")"+e+"("+O+"|$)"))&&k(e,function(e){return t.test(e.className||typeof e.getAttribute!==p&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r,i){var s=nt.attr(r,e);return s==null?t==="!=":t?(s+="",t==="="?s===n:t==="!="?s!==n:t==="^="?n&&s.indexOf(n)===0:t==="*="?n&&s.indexOf(n)>-1:t==="$="?n&&s.substr(s.length-n.length)===n:t==="~="?(" "+s+" ").indexOf(n)>-1:t==="|="?s===n||s.substr(0,n.length+1)===n+"-":!1):!0}},CHILD:function(e,t,n,r){return e==="nth"?function(e){var t,i,s=e.parentNode;if(n===1&&r===0)return!0;if(s){i=0;for(t=s.firstChild;t;t=t.nextSibling)if(t.nodeType===1){i++;if(e===t)break}}return i-=r,i===n||i%n===0&&i/n>=0}:function(t){var n=t;switch(e){case"only":case"first":while(n=n.previousSibling)if(n.nodeType===1)return!1;if(e==="first")return!0;n=t;case"last":while(n=n.nextSibling)if(n.nodeType===1)return!1;return!0}}},PSEUDO:function(e,t){var n,r=i.pseudos[e]||i.setFilters[e.toLowerCase()]||nt.error("unsupported pseudo: "+e);return r[d]?r(t):r.length>1?(n=[e,e,"",t],i.setFilters.hasOwnProperty(e.toLowerCase())?N(function(e,n){var i,s=r(e,t),o=s.length;while(o--)i=T.call(e,s[o]),e[i]=!(n[i]=s[o])}):function(e){return r(e,0,n)}):r}},pseudos:{not:N(function(e){var t=[],n=[],r=a(e.replace(j,"$1"));return r[d]?N(function(e,t,n,i){var s,o=r(e,null,i,[]),u=e.length;while(u--)if(s=o[u])e[u]=!(t[u]=s)}):function(e,i,s){return t[0]=e,r(t,null,s,n),!n.pop()}}),has:N(function(e){return function(t){return nt(e,t).length>0}}),contains:N(function(e){return function(t){return(t.textContent||t.innerText||s(t)).indexOf(e)>-1}}),enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return t==="input"&&!!e.checked||t==="option"&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},parent:function(e){return!i.pseudos.empty(e)},empty:function(e){var t;e=e.firstChild;while(e){if(e.nodeName>"@"||(t=e.nodeType)===3||t===4)return!1;e=e.nextSibling}return!0},header:function(e){return X.test(e.nodeName)},text:function(e){var t,n;return e.nodeName.toLowerCase()==="input"&&(t=e.type)==="text"&&((n=e.getAttribute("type"))==null||n.toLowerCase()===t)},radio:rt("radio"),checkbox:rt("checkbox"),file:rt("file"),password:rt("password"),image:rt("image"),submit:it("submit"),reset:it("reset"),button:function(e){var t=e.nodeName.toLowerCase();return t==="input"&&e.type==="button"||t==="button"},input:function(e){return V.test(e.nodeName)},focus:function(e){var t=e.ownerDocument;return e===t.activeElement&&(!t.hasFocus||t.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},active:function(e){return e===e.ownerDocument.activeElement},first:st(function(){return[0]}),last:st(function(e,t){return[t-1]}),eq:st(function(e,t,n){return[n<0?n+t:n]}),even:st(function(e,t){for(var n=0;n=0;)e.push(r);return e}),gt:st(function(e,t,n){for(var r=n<0?n+t:n;++r",e.querySelectorAll("[selected]").length||i.push("\\["+O+"*(?:checked|disabled|ismap|multiple|readonly|selected|value)"),e.querySelectorAll(":checked").length||i.push(":checked")}),K(function(e){e.innerHTML="

",e.querySelectorAll("[test^='']").length&&i.push("[*^$]="+O+"*(?:\"\"|'')"),e.innerHTML="",e.querySelectorAll(":enabled").length||i.push(":enabled",":disabled")}),i=new RegExp(i.join("|")),vt=function(e,r,s,o,u){if(!o&&!u&&!i.test(e)){var a,f,l=!0,c=d,h=r,p=r.nodeType===9&&e;if(r.nodeType===1&&r.nodeName.toLowerCase()!=="object"){a=ut(e),(l=r.getAttribute("id"))?c=l.replace(n,"\\$&"):r.setAttribute("id",c),c="[id='"+c+"'] ",f=a.length;while(f--)a[f]=c+a[f].join("");h=z.test(e)&&r.parentNode||r,p=a.join(",")}if(p)try{return S.apply(s,x.call(h.querySelectorAll(p),0)),s}catch(v){}finally{l||r.removeAttribute("id")}}return t(e,r,s,o,u)},u&&(K(function(t){e=u.call(t,"div");try{u.call(t,"[test!='']:sizzle"),s.push("!=",H)}catch(n){}}),s=new RegExp(s.join("|")),nt.matchesSelector=function(t,n){n=n.replace(r,"='$1']");if(!o(t)&&!s.test(n)&&!i.test(n))try{var a=u.call(t,n);if(a||e||t.document&&t.document.nodeType!==11)return a}catch(f){}return nt(n,null,null,[t]).length>0})}(),i.pseudos.nth=i.pseudos.eq,i.filters=mt.prototype=i.pseudos,i.setFilters=new mt,nt.attr=v.attr,v.find=nt,v.expr=nt.selectors,v.expr[":"]=v.expr.pseudos,v.unique=nt.uniqueSort,v.text=nt.getText,v.isXMLDoc=nt.isXML,v.contains=nt.contains}(e);var nt=/Until$/,rt=/^(?:parents|prev(?:Until|All))/,it=/^.[^:#\[\.,]*$/,st=v.expr.match.needsContext,ot={children:!0,contents:!0,next:!0,prev:!0};v.fn.extend({find:function(e){var t,n,r,i,s,o,u=this;if(typeof e!="string")return v(e).filter(function(){for(t=0,n=u.length;t0)for(i=r;i=0:v.filter(e,this).length>0:this.filter(e).length>0)},closest:function(e,t){var n,r=0,i=this.length,s=[],o=st.test(e)||typeof e!="string"?v(e,t||this.context):0;for(;r-1:v.find.matchesSelector(n,e)){s.push(n);break}n=n.parentNode}}return s=s.length>1?v.unique(s):s,this.pushStack(s,"closest",e)},index:function(e){return e?typeof e=="string"?v.inArray(this[0],v(e)):v.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.prevAll().length:-1},add:function(e,t){var n=typeof e=="string"?v(e,t):v.makeArray(e&&e.nodeType?[e]:e),r=v.merge(this.get(),n);return this.pushStack(ut(n[0])||ut(r[0])?r:v.unique(r))},addBack:function(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}}),v.fn.andSelf=v.fn.addBack,v.each({parent:function(e){var t=e.parentNode;return t&&t.nodeType!==11?t:null},parents:function(e){return v.dir(e,"parentNode")},parentsUntil:function(e,t,n){return v.dir(e,"parentNode",n)},next:function(e){return at(e,"nextSibling")},prev:function(e){return at(e,"previousSibling")},nextAll:function(e){return v.dir(e,"nextSibling")},prevAll:function(e){return v.dir(e,"previousSibling")},nextUntil:function(e,t,n){return v.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return v.dir(e,"previousSibling",n)},siblings:function(e){return v.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return v.sibling(e.firstChild)},contents:function(e){return v.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:v.merge([],e.childNodes)}},function(e,t){v.fn[e]=function(n,r){var i=v.map(this,t,n);return nt.test(e)||(r=n),r&&typeof r=="string"&&(i=v.filter(r,i)),i=this.length>1&&!ot[e]?v.unique(i):i,this.length>1&&rt.test(e)&&(i=i.reverse()),this.pushStack(i,e,l.call(arguments).join(","))}}),v.extend({filter:function(e,t,n){return n&&(e=":not("+e+")"),t.length===1?v.find.matchesSelector(t[0],e)?[t[0]]:[]:v.find.matches(e,t)},dir:function(e,n,r){var i=[],s=e[n];while(s&&s.nodeType!==9&&(r===t||s.nodeType!==1||!v(s).is(r)))s.nodeType===1&&i.push(s),s=s[n];return i},sibling:function(e,t){var n=[];for(;e;e=e.nextSibling)e.nodeType===1&&e!==t&&n.push(e);return n}});var ct="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",ht=/ jQuery\d+="(?:null|\d+)"/g,pt=/^\s+/,dt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,vt=/<([\w:]+)/,mt=/]","i"),Et=/^(?:checkbox|radio)$/,St=/checked\s*(?:[^=]|=\s*.checked.)/i,xt=/\/(java|ecma)script/i,Tt=/^\s*\s*$/g,Nt={option:[1,""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]},Ct=lt(i),kt=Ct.appendChild(i.createElement("div"));Nt.optgroup=Nt.option,Nt.tbody=Nt.tfoot=Nt.colgroup=Nt.caption=Nt.thead,Nt.th=Nt.td,v.support.htmlSerialize||(Nt._default=[1,"X
","
"]),v.fn.extend({text:function(e){return v.access(this,function(e){return e===t?v.text(this):this.empty().append((this[0]&&this[0].ownerDocument||i).createTextNode(e))},null,e,arguments.length)},wrapAll:function(e){if(v.isFunction(e))return this.each(function(t){v(this).wrapAll(e.call(this,t))});if(this[0]){var t=v(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstChild&&e.firstChild.nodeType===1)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return v.isFunction(e)?this.each(function(t){v(this).wrapInner(e.call(this,t))}):this.each(function(){var t=v(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=v.isFunction(e);return this.each(function(n){v(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){v.nodeName(this,"body")||v(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(e){(this.nodeType===1||this.nodeType===11)&&this.appendChild(e)})},prepend:function(){return this.domManip(arguments,!0,function(e){(this.nodeType===1||this.nodeType===11)&&this.insertBefore(e,this.firstChild)})},before:function(){if(!ut(this[0]))return this.domManip(arguments,!1,function(e){this.parentNode.insertBefore(e,this)});if(arguments.length){var e=v.clean(arguments);return this.pushStack(v.merge(e,this),"before",this.selector)}},after:function(){if(!ut(this[0]))return this.domManip(arguments,!1,function(e){this.parentNode.insertBefore(e,this.nextSibling)});if(arguments.length){var e=v.clean(arguments);return this.pushStack(v.merge(this,e),"after",this.selector)}},remove:function(e,t){var n,r=0;for(;(n=this[r])!=null;r++)if(!e||v.filter(e,[n]).length)!t&&n.nodeType===1&&(v.cleanData(n.getElementsByTagName("*")),v.cleanData([n])),n.parentNode&&n.parentNode.removeChild(n);return this},empty:function(){var e,t=0;for(;(e=this[t])!=null;t++){e.nodeType===1&&v.cleanData(e.getElementsByTagName("*"));while(e.firstChild)e.removeChild(e.firstChild)}return this},clone:function(e,t){return e=e==null?!1:e,t=t==null?e:t,this.map(function(){return v.clone(this,e,t)})},html:function(e){return v.access(this,function(e){var n=this[0]||{},r=0,i=this.length;if(e===t)return n.nodeType===1?n.innerHTML.replace(ht,""):t;if(typeof e=="string"&&!yt.test(e)&&(v.support.htmlSerialize||!wt.test(e))&&(v.support.leadingWhitespace||!pt.test(e))&&!Nt[(vt.exec(e)||["",""])[1].toLowerCase()]){e=e.replace(dt,"<$1>");try{for(;r1&&typeof f=="string"&&St.test(f))return this.each(function(){v(this).domManip(e,n,r)});if(v.isFunction(f))return this.each(function(i){var s=v(this);e[0]=f.call(this,i,n?s.html():t),s.domManip(e,n,r)});if(this[0]){i=v.buildFragment(e,this,l),o=i.fragment,s=o.firstChild,o.childNodes.length===1&&(o=s);if(s){n=n&&v.nodeName(s,"tr");for(u=i.cacheable||c-1;a0?this.clone(!0):this).get(),v(o[i])[t](r),s=s.concat(r);return this.pushStack(s,e,o.selector)}}),v.extend({clone:function(e,t,n){var r,i,s,o;v.support.html5Clone||v.isXMLDoc(e)||!wt.test("<"+e.nodeName+">")?o=e.cloneNode(!0):(kt.innerHTML=e.outerHTML,kt.removeChild(o=kt.firstChild));if((!v.support.noCloneEvent||!v.support.noCloneChecked)&&(e.nodeType===1||e.nodeType===11)&&!v.isXMLDoc(e)){Ot(e,o),r=Mt(e),i=Mt(o);for(s=0;r[s];++s)i[s]&&Ot(r[s],i[s])}if(t){At(e,o);if(n){r=Mt(e),i=Mt(o);for(s=0;r[s];++s)At(r[s],i[s])}}return r=i=null,o},clean:function(e,t,n,r){var s,o,u,a,f,l,c,h,p,d,m,g,y=t===i&&Ct,b=[];if(!t||typeof t.createDocumentFragment=="undefined")t=i;for(s=0;(u=e[s])!=null;s++){typeof u=="number"&&(u+="");if(!u)continue;if(typeof u=="string")if(!gt.test(u))u=t.createTextNode(u);else{y=y||lt(t),c=t.createElement("div"),y.appendChild(c),u=u.replace(dt,"<$1>"),a=(vt.exec(u)||["",""])[1].toLowerCase(),f=Nt[a]||Nt._default,l=f[0],c.innerHTML=f[1]+u+f[2];while(l--)c=c.lastChild;if(!v.support.tbody){h=mt.test(u),p=a==="table"&&!h?c.firstChild&&c.firstChild.childNodes:f[1]===""&&!h?c.childNodes:[];for(o=p.length-1;o>=0;--o)v.nodeName(p[o],"tbody")&&!p[o].childNodes.length&&p[o].parentNode.removeChild(p[o])}!v.support.leadingWhitespace&&pt.test(u)&&c.insertBefore(t.createTextNode(pt.exec(u)[0]),c.firstChild),u=c.childNodes,c.parentNode.removeChild(c)}u.nodeType?b.push(u):v.merge(b,u)}c&&(u=c=y=null);if(!v.support.appendChecked)for(s=0;(u=b[s])!=null;s++)v.nodeName(u,"input")?_t(u):typeof u.getElementsByTagName!="undefined"&&v.grep(u.getElementsByTagName("input"),_t);if(n){m=function(e){if(!e.type||xt.test(e.type))return r?r.push(e.parentNode?e.parentNode.removeChild(e):e):n.appendChild(e)};for(s=0;(u=b[s])!=null;s++)if(!v.nodeName(u,"script")||!m(u))n.appendChild(u),typeof u.getElementsByTagName!="undefined"&&(g=v.grep(v.merge([],u.getElementsByTagName("script")),m),b.splice.apply(b,[s+1,0].concat(g)),s+=g.length)}return b},cleanData:function(e,t){var n,r,i,s,o=0,u=v.expando,a=v.cache,f=v.support.deleteExpando,l=v.event.special;for(;(i=e[o])!=null;o++)if(t||v.acceptData(i)){r=i[u],n=r&&a[r];if(n){if(n.events)for(s in n.events)l[s]?v.event.remove(i,s):v.removeEvent(i,s,n.handle);a[r]&&(delete a[r],f?delete i[u]:i.removeAttribute?i.removeAttribute(u):i[u]=null,v.deletedIds.push(r))}}}}),function(){var e,t;v.uaMatch=function(e){e=e.toLowerCase();var t=/(chrome)[ \/]([\w.]+)/.exec(e)||/(webkit)[ \/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.exec(e)||e.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[];return{browser:t[1]||"",version:t[2]||"0"}},e=v.uaMatch(o.userAgent),t={},e.browser&&(t[e.browser]=!0,t.version=e.version),t.chrome?t.webkit=!0:t.webkit&&(t.safari=!0),v.browser=t,v.sub=function(){function e(t,n){return new e.fn.init(t,n)}v.extend(!0,e,this),e.superclass=this,e.fn=e.prototype=this(),e.fn.constructor=e,e.sub=this.sub,e.fn.init=function(r,i){return i&&i instanceof v&&!(i instanceof e)&&(i=e(i)),v.fn.init.call(this,r,i,t)},e.fn.init.prototype=e.fn;var t=e(i);return e}}();var Dt,Pt,Ht,Bt=/alpha\([^)]*\)/i,jt=/opacity=([^)]*)/,Ft=/^(top|right|bottom|left)$/,It=/^(none|table(?!-c[ea]).+)/,qt=/^margin/,Rt=new RegExp("^("+m+")(.*)$","i"),Ut=new RegExp("^("+m+")(?!px)[a-z%]+$","i"),zt=new RegExp("^([-+])=("+m+")","i"),Wt={BODY:"block"},Xt={position:"absolute",visibility:"hidden",display:"block"},Vt={letterSpacing:0,fontWeight:400},$t=["Top","Right","Bottom","Left"],Jt=["Webkit","O","Moz","ms"],Kt=v.fn.toggle;v.fn.extend({css:function(e,n){return v.access(this,function(e,n,r){return r!==t?v.style(e,n,r):v.css(e,n)},e,n,arguments.length>1)},show:function(){return Yt(this,!0)},hide:function(){return Yt(this)},toggle:function(e,t){var n=typeof e=="boolean";return v.isFunction(e)&&v.isFunction(t)?Kt.apply(this,arguments):this.each(function(){(n?e:Gt(this))?v(this).show():v(this).hide()})}}),v.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Dt(e,"opacity");return n===""?"1":n}}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":v.support.cssFloat?"cssFloat":"styleFloat"},style:function(e,n,r,i){if(!e||e.nodeType===3||e.nodeType===8||!e.style)return;var s,o,u,a=v.camelCase(n),f=e.style;n=v.cssProps[a]||(v.cssProps[a]=Qt(f,a)),u=v.cssHooks[n]||v.cssHooks[a];if(r===t)return u&&"get"in u&&(s=u.get(e,!1,i))!==t?s:f[n];o=typeof r,o==="string"&&(s=zt.exec(r))&&(r=(s[1]+1)*s[2]+parseFloat(v.css(e,n)),o="number");if(r==null||o==="number"&&isNaN(r))return;o==="number"&&!v.cssNumber[a]&&(r+="px");if(!u||!("set"in u)||(r=u.set(e,r,i))!==t)try{f[n]=r}catch(l){}},css:function(e,n,r,i){var s,o,u,a=v.camelCase(n);return n=v.cssProps[a]||(v.cssProps[a]=Qt(e.style,a)),u=v.cssHooks[n]||v.cssHooks[a],u&&"get"in u&&(s=u.get(e,!0,i)),s===t&&(s=Dt(e,n)),s==="normal"&&n in Vt&&(s=Vt[n]),r||i!==t?(o=parseFloat(s),r||v.isNumeric(o)?o||0:s):s},swap:function(e,t,n){var r,i,s={};for(i in t)s[i]=e.style[i],e.style[i]=t[i];r=n.call(e);for(i in t)e.style[i]=s[i];return r}}),e.getComputedStyle?Dt=function(t,n){var r,i,s,o,u=e.getComputedStyle(t,null),a=t.style;return u&&(r=u.getPropertyValue(n)||u[n],r===""&&!v.contains(t.ownerDocument,t)&&(r=v.style(t,n)),Ut.test(r)&&qt.test(n)&&(i=a.width,s=a.minWidth,o=a.maxWidth,a.minWidth=a.maxWidth=a.width=r,r=u.width,a.width=i,a.minWidth=s,a.maxWidth=o)),r}:i.documentElement.currentStyle&&(Dt=function(e,t){var n,r,i=e.currentStyle&&e.currentStyle[t],s=e.style;return i==null&&s&&s[t]&&(i=s[t]),Ut.test(i)&&!Ft.test(t)&&(n=s.left,r=e.runtimeStyle&&e.runtimeStyle.left,r&&(e.runtimeStyle.left=e.currentStyle.left),s.left=t==="fontSize"?"1em":i,i=s.pixelLeft+"px",s.left=n,r&&(e.runtimeStyle.left=r)),i===""?"auto":i}),v.each(["height","width"],function(e,t){v.cssHooks[t]={get:function(e,n,r){if(n)return e.offsetWidth===0&&It.test(Dt(e,"display"))?v.swap(e,Xt,function(){return tn(e,t,r)}):tn(e,t,r)},set:function(e,n,r){return Zt(e,n,r?en(e,t,r,v.support.boxSizing&&v.css(e,"boxSizing")==="border-box"):0)}}}),v.support.opacity||(v.cssHooks.opacity={get:function(e,t){return jt.test((t&&e.currentStyle?e.currentStyle.filter:e.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":t?"1":""},set:function(e,t){var n=e.style,r=e.currentStyle,i=v.isNumeric(t)?"alpha(opacity="+t*100+")":"",s=r&&r.filter||n.filter||"";n.zoom=1;if(t>=1&&v.trim(s.replace(Bt,""))===""&&n.removeAttribute){n.removeAttribute("filter");if(r&&!r.filter)return}n.filter=Bt.test(s)?s.replace(Bt,i):s+" "+i}}),v(function(){v.support.reliableMarginRight||(v.cssHooks.marginRight={get:function(e,t){return v.swap(e,{display:"inline-block"},function(){if(t)return Dt(e,"marginRight")})}}),!v.support.pixelPosition&&v.fn.position&&v.each(["top","left"],function(e,t){v.cssHooks[t]={get:function(e,n){if(n){var r=Dt(e,t);return Ut.test(r)?v(e).position()[t]+"px":r}}}})}),v.expr&&v.expr.filters&&(v.expr.filters.hidden=function(e){return e.offsetWidth===0&&e.offsetHeight===0||!v.support.reliableHiddenOffsets&&(e.style&&e.style.display||Dt(e,"display"))==="none"},v.expr.filters.visible=function(e){return!v.expr.filters.hidden(e)}),v.each({margin:"",padding:"",border:"Width"},function(e,t){v.cssHooks[e+t]={expand:function(n){var r,i=typeof n=="string"?n.split(" "):[n],s={};for(r=0;r<4;r++)s[e+$t[r]+t]=i[r]||i[r-2]||i[0];return s}},qt.test(e)||(v.cssHooks[e+t].set=Zt)});var rn=/%20/g,sn=/\[\]$/,on=/\r?\n/g,un=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,an=/^(?:select|textarea)/i;v.fn.extend({serialize:function(){return v.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?v.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||an.test(this.nodeName)||un.test(this.type))}).map(function(e,t){var n=v(this).val();return n==null?null:v.isArray(n)?v.map(n,function(e,n){return{name:t.name,value:e.replace(on,"\r\n")}}):{name:t.name,value:n.replace(on,"\r\n")}}).get()}}),v.param=function(e,n){var r,i=[],s=function(e,t){t=v.isFunction(t)?t():t==null?"":t,i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};n===t&&(n=v.ajaxSettings&&v.ajaxSettings.traditional);if(v.isArray(e)||e.jquery&&!v.isPlainObject(e))v.each(e,function(){s(this.name,this.value)});else for(r in e)fn(r,e[r],n,s);return i.join("&").replace(rn,"+")};var ln,cn,hn=/#.*$/,pn=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,dn=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,vn=/^(?:GET|HEAD)$/,mn=/^\/\//,gn=/\?/,yn=/)<[^<]*)*<\/script>/gi,bn=/([?&])_=[^&]*/,wn=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,En=v.fn.load,Sn={},xn={},Tn=["*/"]+["*"];try{cn=s.href}catch(Nn){cn=i.createElement("a"),cn.href="",cn=cn.href}ln=wn.exec(cn.toLowerCase())||[],v.fn.load=function(e,n,r){if(typeof e!="string"&&En)return En.apply(this,arguments);if(!this.length)return this;var i,s,o,u=this,a=e.indexOf(" ");return a>=0&&(i=e.slice(a,e.length),e=e.slice(0,a)),v.isFunction(n)?(r=n,n=t):n&&typeof n=="object"&&(s="POST"),v.ajax({url:e,type:s,dataType:"html",data:n,complete:function(e,t){r&&u.each(r,o||[e.responseText,t,e])}}).done(function(e){o=arguments,u.html(i?v("
").append(e.replace(yn,"")).find(i):e)}),this},v.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(e,t){v.fn[t]=function(e){return this.on(t,e)}}),v.each(["get","post"],function(e,n){v[n]=function(e,r,i,s){return v.isFunction(r)&&(s=s||i,i=r,r=t),v.ajax({type:n,url:e,data:r,success:i,dataType:s})}}),v.extend({getScript:function(e,n){return v.get(e,t,n,"script")},getJSON:function(e,t,n){return v.get(e,t,n,"json")},ajaxSetup:function(e,t){return t?Ln(e,v.ajaxSettings):(t=e,e=v.ajaxSettings),Ln(e,t),e},ajaxSettings:{url:cn,isLocal:dn.test(ln[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":Tn},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":e.String,"text html":!0,"text json":v.parseJSON,"text xml":v.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:Cn(Sn),ajaxTransport:Cn(xn),ajax:function(e,n){function T(e,n,s,a){var l,y,b,w,S,T=n;if(E===2)return;E=2,u&&clearTimeout(u),o=t,i=a||"",x.readyState=e>0?4:0,s&&(w=An(c,x,s));if(e>=200&&e<300||e===304)c.ifModified&&(S=x.getResponseHeader("Last-Modified"),S&&(v.lastModified[r]=S),S=x.getResponseHeader("Etag"),S&&(v.etag[r]=S)),e===304?(T="notmodified",l=!0):(l=On(c,w),T=l.state,y=l.data,b=l.error,l=!b);else{b=T;if(!T||e)T="error",e<0&&(e=0)}x.status=e,x.statusText=(n||T)+"",l?d.resolveWith(h,[y,T,x]):d.rejectWith(h,[x,T,b]),x.statusCode(g),g=t,f&&p.trigger("ajax"+(l?"Success":"Error"),[x,c,l?y:b]),m.fireWith(h,[x,T]),f&&(p.trigger("ajaxComplete",[x,c]),--v.active||v.event.trigger("ajaxStop"))}typeof e=="object"&&(n=e,e=t),n=n||{};var r,i,s,o,u,a,f,l,c=v.ajaxSetup({},n),h=c.context||c,p=h!==c&&(h.nodeType||h instanceof v)?v(h):v.event,d=v.Deferred(),m=v.Callbacks("once memory"),g=c.statusCode||{},b={},w={},E=0,S="canceled",x={readyState:0,setRequestHeader:function(e,t){if(!E){var n=e.toLowerCase();e=w[n]=w[n]||e,b[e]=t}return this},getAllResponseHeaders:function(){return E===2?i:null},getResponseHeader:function(e){var n;if(E===2){if(!s){s={};while(n=pn.exec(i))s[n[1].toLowerCase()]=n[2]}n=s[e.toLowerCase()]}return n===t?null:n},overrideMimeType:function(e){return E||(c.mimeType=e),this},abort:function(e){return e=e||S,o&&o.abort(e),T(0,e),this}};d.promise(x),x.success=x.done,x.error=x.fail,x.complete=m.add,x.statusCode=function(e){if(e){var t;if(E<2)for(t in e)g[t]=[g[t],e[t]];else t=e[x.status],x.always(t)}return this},c.url=((e||c.url)+"").replace(hn,"").replace(mn,ln[1]+"//"),c.dataTypes=v.trim(c.dataType||"*").toLowerCase().split(y),c.crossDomain==null&&(a=wn.exec(c.url.toLowerCase()),c.crossDomain=!(!a||a[1]===ln[1]&&a[2]===ln[2]&&(a[3]||(a[1]==="http:"?80:443))==(ln[3]||(ln[1]==="http:"?80:443)))),c.data&&c.processData&&typeof c.data!="string"&&(c.data=v.param(c.data,c.traditional)),kn(Sn,c,n,x);if(E===2)return x;f=c.global,c.type=c.type.toUpperCase(),c.hasContent=!vn.test(c.type),f&&v.active++===0&&v.event.trigger("ajaxStart");if(!c.hasContent){c.data&&(c.url+=(gn.test(c.url)?"&":"?")+c.data,delete c.data),r=c.url;if(c.cache===!1){var N=v.now(),C=c.url.replace(bn,"$1_="+N);c.url=C+(C===c.url?(gn.test(c.url)?"&":"?")+"_="+N:"")}}(c.data&&c.hasContent&&c.contentType!==!1||n.contentType)&&x.setRequestHeader("Content-Type",c.contentType),c.ifModified&&(r=r||c.url,v.lastModified[r]&&x.setRequestHeader("If-Modified-Since",v.lastModified[r]),v.etag[r]&&x.setRequestHeader("If-None-Match",v.etag[r])),x.setRequestHeader("Accept",c.dataTypes[0]&&c.accepts[c.dataTypes[0]]?c.accepts[c.dataTypes[0]]+(c.dataTypes[0]!=="*"?", "+Tn+"; q=0.01":""):c.accepts["*"]);for(l in c.headers)x.setRequestHeader(l,c.headers[l]);if(!c.beforeSend||c.beforeSend.call(h,x,c)!==!1&&E!==2){S="abort";for(l in{success:1,error:1,complete:1})x[l](c[l]);o=kn(xn,c,n,x);if(!o)T(-1,"No Transport");else{x.readyState=1,f&&p.trigger("ajaxSend",[x,c]),c.async&&c.timeout>0&&(u=setTimeout(function(){x.abort("timeout")},c.timeout));try{E=1,o.send(b,T)}catch(k){if(!(E<2))throw k;T(-1,k)}}return x}return x.abort()},active:0,lastModified:{},etag:{}});var Mn=[],_n=/\?/,Dn=/(=)\?(?=&|$)|\?\?/,Pn=v.now();v.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Mn.pop()||v.expando+"_"+Pn++;return this[e]=!0,e}}),v.ajaxPrefilter("json jsonp",function(n,r,i){var s,o,u,a=n.data,f=n.url,l=n.jsonp!==!1,c=l&&Dn.test(f),h=l&&!c&&typeof a=="string"&&!(n.contentType||"").indexOf("application/x-www-form-urlencoded")&&Dn.test(a);if(n.dataTypes[0]==="jsonp"||c||h)return s=n.jsonpCallback=v.isFunction(n.jsonpCallback)?n.jsonpCallback():n.jsonpCallback,o=e[s],c?n.url=f.replace(Dn,"$1"+s):h?n.data=a.replace(Dn,"$1"+s):l&&(n.url+=(_n.test(f)?"&":"?")+n.jsonp+"="+s),n.converters["script json"]=function(){return u||v.error(s+" was not called"),u[0]},n.dataTypes[0]="json",e[s]=function(){u=arguments},i.always(function(){e[s]=o,n[s]&&(n.jsonpCallback=r.jsonpCallback,Mn.push(s)),u&&v.isFunction(o)&&o(u[0]),u=o=t}),"script"}),v.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(e){return v.globalEval(e),e}}}),v.ajaxPrefilter("script",function(e){e.cache===t&&(e.cache=!1),e.crossDomain&&(e.type="GET",e.global=!1)}),v.ajaxTransport("script",function(e){if(e.crossDomain){var n,r=i.head||i.getElementsByTagName("head")[0]||i.documentElement;return{send:function(s,o){n=i.createElement("script"),n.async="async",e.scriptCharset&&(n.charset=e.scriptCharset),n.src=e.url,n.onload=n.onreadystatechange=function(e,i){if(i||!n.readyState||/loaded|complete/.test(n.readyState))n.onload=n.onreadystatechange=null,r&&n.parentNode&&r.removeChild(n),n=t,i||o(200,"success")},r.insertBefore(n,r.firstChild)},abort:function(){n&&n.onload(0,1)}}}});var Hn,Bn=e.ActiveXObject?function(){for(var e in Hn)Hn[e](0,1)}:!1,jn=0;v.ajaxSettings.xhr=e.ActiveXObject?function(){return!this.isLocal&&Fn()||In()}:Fn,function(e){v.extend(v.support,{ajax:!!e,cors:!!e&&"withCredentials"in e})}(v.ajaxSettings.xhr()),v.support.ajax&&v.ajaxTransport(function(n){if(!n.crossDomain||v.support.cors){var r;return{send:function(i,s){var o,u,a=n.xhr();n.username?a.open(n.type,n.url,n.async,n.username,n.password):a.open(n.type,n.url,n.async);if(n.xhrFields)for(u in n.xhrFields)a[u]=n.xhrFields[u];n.mimeType&&a.overrideMimeType&&a.overrideMimeType(n.mimeType),!n.crossDomain&&!i["X-Requested-With"]&&(i["X-Requested-With"]="XMLHttpRequest");try{for(u in i)a.setRequestHeader(u,i[u])}catch(f){}a.send(n.hasContent&&n.data||null),r=function(e,i){var u,f,l,c,h;try{if(r&&(i||a.readyState===4)){r=t,o&&(a.onreadystatechange=v.noop,Bn&&delete Hn[o]);if(i)a.readyState!==4&&a.abort();else{u=a.status,l=a.getAllResponseHeaders(),c={},h=a.responseXML,h&&h.documentElement&&(c.xml=h);try{c.text=a.responseText}catch(p){}try{f=a.statusText}catch(p){f=""}!u&&n.isLocal&&!n.crossDomain?u=c.text?200:404:u===1223&&(u=204)}}}catch(d){i||s(-1,d)}c&&s(u,f,c,l)},n.async?a.readyState===4?setTimeout(r,0):(o=++jn,Bn&&(Hn||(Hn={},v(e).unload(Bn)),Hn[o]=r),a.onreadystatechange=r):r()},abort:function(){r&&r(0,1)}}}});var qn,Rn,Un=/^(?:toggle|show|hide)$/,zn=new RegExp("^(?:([-+])=|)("+m+")([a-z%]*)$","i"),Wn=/queueHooks$/,Xn=[Gn],Vn={"*":[function(e,t){var n,r,i=this.createTween(e,t),s=zn.exec(t),o=i.cur(),u=+o||0,a=1,f=20;if(s){n=+s[2],r=s[3]||(v.cssNumber[e]?"":"px");if(r!=="px"&&u){u=v.css(i.elem,e,!0)||n||1;do a=a||".5",u/=a,v.style(i.elem,e,u+r);while(a!==(a=i.cur()/o)&&a!==1&&--f)}i.unit=r,i.start=u,i.end=s[1]?u+(s[1]+1)*n:n}return i}]};v.Animation=v.extend(Kn,{tweener:function(e,t){v.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");var n,r=0,i=e.length;for(;r-1,f={},l={},c,h;a?(l=i.position(),c=l.top,h=l.left):(c=parseFloat(o)||0,h=parseFloat(u)||0),v.isFunction(t)&&(t=t.call(e,n,s)),t.top!=null&&(f.top=t.top-s.top+c),t.left!=null&&(f.left=t.left-s.left+h),"using"in t?t.using.call(e,f):i.css(f)}},v.fn.extend({position:function(){if(!this[0])return;var e=this[0],t=this.offsetParent(),n=this.offset(),r=er.test(t[0].nodeName)?{top:0,left:0}:t.offset();return n.top-=parseFloat(v.css(e,"marginTop"))||0,n.left-=parseFloat(v.css(e,"marginLeft"))||0,r.top+=parseFloat(v.css(t[0],"borderTopWidth"))||0,r.left+=parseFloat(v.css(t[0],"borderLeftWidth"))||0,{top:n.top-r.top,left:n.left-r.left}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||i.body;while(e&&!er.test(e.nodeName)&&v.css(e,"position")==="static")e=e.offsetParent;return e||i.body})}}),v.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,n){var r=/Y/.test(n);v.fn[e]=function(i){return v.access(this,function(e,i,s){var o=tr(e);if(s===t)return o?n in o?o[n]:o.document.documentElement[i]:e[i];o?o.scrollTo(r?v(o).scrollLeft():s,r?s:v(o).scrollTop()):e[i]=s},e,i,arguments.length,null)}}),v.each({Height:"height",Width:"width"},function(e,n){v.each({padding:"inner"+e,content:n,"":"outer"+e},function(r,i){v.fn[i]=function(i,s){var o=arguments.length&&(r||typeof i!="boolean"),u=r||(i===!0||s===!0?"margin":"border");return v.access(this,function(n,r,i){var s;return v.isWindow(n)?n.document.documentElement["client"+e]:n.nodeType===9?(s=n.documentElement,Math.max(n.body["scroll"+e],s["scroll"+e],n.body["offset"+e],s["offset"+e],s["client"+e])):i===t?v.css(n,r,i,u):v.style(n,r,i,u)},n,o?i:t,o,null)}})}),e.jQuery=e.$=v,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return v})})(window); - -/* -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ -var MadCap={};MadCap.CreateNamespace=function(b){var d=b.split(".");var e=MadCap;for(var a=0,c=d.length;a1){throw new Error("Object.create implementation only accepts the first parameter.")}function a(){}a.prototype=b;return new a()}}MadCap.Extend=function(a,b){b.prototype=Object.create(a.prototype);b.prototype.constructor=b;b.prototype.base=a.prototype};MadCap.Exception=function(b,a){this.Number=b;this.Message=a};MadCap.IsIOS=function(){return MadCap.String.Contains(navigator.userAgent,"iphone")||MadCap.String.Contains(navigator.userAgent,"ipad")};(function(){var a=MadCap.CreateNamespace("String");a.IsNullOrEmpty=function(b){if(b==null){return true}if(b.length==0){return true}return false};a.StartsWith=function(f,e,c){if(e==null){return false}if(f.length=0&&c.charAt(b)==" ";b--){}return c.substring(0,b+1)};a.ToBool=function(e,c){var b=c;if(e!=null){var d=e.toLowerCase();if(d!="true"&&d!="false"&&d!="1"&&d!="0"&&d!="yes"&&d!="no"){throw new MadCap.Exception(-1,"The string can not be converted to a boolean value.")}b=d=="true"||d=="1"||d=="yes"}return b};a.ToInt=function(d,b){var c=b;if(d!=null){c=parseInt(d)}return c};a.ToDashed=function(b){return b.replace(/([A-Z])/g,function(c){return"-"+c.toLowerCase()})}})();(function(){MadCap.CreateNamespace("DEBUG");var a=MadCap.DEBUG;a.Log={};a.Log.Create=function(){var e=document.createElement("div");e.setAttribute("id","DEBUG_Log");var f=document.createElement("div");$(f).addClass("MCDebugLogHeader");f.appendChild(document.createTextNode("Log Console"));e.appendChild(f);var d=document.createElement("div");$(d).addClass("MCDebugLogBody");e.appendChild(d);var c=document.createElement("div");$(c).addClass("MCDebugLogFooter");e.appendChild(c);document.body.appendChild(e);var b=new MadCap.DragDrop(e,f)};a.Log._LoadTime=new Date();a.Log.AddLine=function(d){if(parent!=window){MadCap.Utilities.CrossFrame.PostMessageRequest(parent,"DEBUG-AddLine",[d],null);return}var f=document.getElementById("DEBUG_Log");if(f==null){return}var c=new Date();var h=c-a.Log._LoadTime;var e=document.createElement("p");$(e).addClass("MCDebugLogEntryTime");e.appendChild(document.createTextNode(h+"ms "+c.toLocaleTimeString()));var b=document.createElement("div");$(b).addClass("MCDebugLogEntry");b.appendChild(e);b.appendChild(document.createTextNode(d));var g=MadCap.Dom.GetElementsByClassName("MCDebugLogBody","div",f)[0];g.insertBefore(b,g.firstChild)}})();/* -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ -(function(){MadCap.CreateNamespace("Dom");var a=MadCap.Dom;a.Dataset=function(c,b){return c.getAttribute("data-"+MadCap.String.ToDashed(b))};a.GetElementsByClassName=function(g,b,c){b=b||"*";c=c||document;var d=new Array();var j=c.getElementsByTagName(b);for(var e=0,h=j.length;e0){b=document.documentElement.scrollLeft;c=document.documentElement.scrollTop}}return{X:b,Y:c}}})();/* -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ -(function(){MadCap.CreateNamespace("Utilities");MadCap.Utilities.Dictionary=function(f){this._Map=new Object();this._Overflows=new Array();this._Length=0;this._IgnoreCase=f==true};var a=MadCap.Utilities.Dictionary;a.prototype.GetLength=function(f){return this._Length};a.prototype.ForEach=function(j){var f=this._Map;for(var n in f){var m=f[n];var l=j(n,m);if(l!=undefined&&!l){return}}var h=this._Overflows;for(var k=0,g=h.length;k=0){h=this._Overflows[f].Value}}else{h=this._Map[g];if(typeof(h)=="undefined"){h=null}}return h};a.prototype.GetItemOverflowIndex=function(g){if(this._IgnoreCase){g=g.toLowerCase()}var j=this._Overflows;for(var f=0,h=j.length;f=0){this._Overflows.splice(f,1);this._Length--}}else{if(typeof(this._Map[g])!="undefined"){delete (this._Map[g]);this._Length--}}};a.prototype.Add=function(f,h){if(this._IgnoreCase){f=f.toLowerCase()}if(typeof(this._Map[f])=="function"){var g=this.GetItem(f);if(g!=null){this.Remove(f)}this._Overflows[this._Overflows.length]={Key:f,Value:h}}else{this._Map[f]=h}this._Length++};a.prototype.AddUnique=function(f,h){if(this._IgnoreCase){f=f.toLowerCase()}var g=this.GetItem(f);if(typeof(g)=="undefined"||!g){this.Add(f,h)}};MadCap.Utilities.DateTime=function(h){var g=/\/Date\(([0-9]+)\)\//i;var f=g.exec(h);if(f!=null){this.Date=new Date(parseInt(f[1]))}else{this.Date=new Date(h)}};var c=MadCap.Utilities.DateTime;c.Months=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];MadCap.Utilities.TimeSpan=function(g,f){if(typeof g=="undefined"){g=new Date()}if(typeof f=="undefined"){f=new Date()}if(g>f){this.FromDate=f;this.ToDate=g}else{this.FromDate=g;this.ToDate=f}this.Ticks=this.ToDate-this.FromDate;this.Seconds=this.Ticks/1000;this.Minutes=this.Seconds/60;this.Hours=this.Minutes/60;this.Days=this.Hours/24};var b=MadCap.Utilities.TimeSpan;b.prototype.ToDurationString=function(){if(this.Minutes<1){return"Just now"}if(this.Hours<1){return parseInt(this.Minutes)+" minutes ago"}if(this.Days<1){return parseInt(this.Hours)+" hours ago"}if(this.Days<30){return parseInt(this.Days)+" days ago"}var f=c.Months[this.FromDate.getMonth()]+" "+this.FromDate.getDate();if(this.FromDate.getFullYear()!=this.ToDate.getFullYear()){f+=", "+this.FromDate.getFullYear()}return f};MadCap.Utilities.Url=function(g){var f=this;this._Segments=[];this.FullPath=null;this.Path=null;this.PlainPath=null;this.Name=null;this.Extension=null;this.NameWithExtension=null;this.Fragment=null;this.Query=null;this.IsAbsolute=false;this.IsFolder=false;this.QueryMap=new MadCap.Utilities.Dictionary(true);this.HashMap=new MadCap.Utilities.Dictionary(true);(function(){var p="";var s="";var q=g.indexOf("#");var n=g.indexOf("?");if(q!=-1){if(q>n){p=g.substring(q)}else{p=g.substring(q,n)}}if(n!=-1){if(n>q){s=g.substring(n)}else{s=g.substring(n,q)}}var t=q>-1?(n>-1?Math.min(q,n):q):n;var o=g.substring(0,t==-1?g.length:t);t=o.lastIndexOf("/");var v=o.substring(0,t+1);var m=o.substring(t+1);t=m.lastIndexOf(".");var h=m.substring(0,t);var k=m.substring(t+1);var j="";t=g.indexOf(":");if(t>=0){j=g.substring(0,t)}if(!MadCap.String.IsNullOrEmpty(g)){var r=g;if(MadCap.String.EndsWith(r,"/")){r=r.substring(0,r.length-1)}f._Segments=r.split("/")}f.FullPath=g;f.Path=v;f.PlainPath=o;f.Name=h;f.Extension=k;f.NameWithExtension=m;f.Scheme=j;f.IsAbsolute=!MadCap.String.IsNullOrEmpty(j);f.IsFolder=MadCap.String.EndsWith(o,"/");f.Fragment=p;f.Query=s;var u=f.Query;if(!MadCap.String.IsNullOrEmpty(u)){u=u.substring(1);u=u.replace(/\+/g," ");i(u,"&",f.QueryMap)}var l=f.Fragment;if(!MadCap.String.IsNullOrEmpty(l)){l=l.substring(1);i(l,"|",f.HashMap)}function i(F,x,w){var C=F.split(x);for(var A=0,y=C.length;A=0){E=decodeURIComponent(z.substring(0,B));D=decodeURIComponent(z.substring(B+1))}else{E=z}w.Add(E,D)}}})()};var e=MadCap.Utilities.Url;e.StripInvalidCharacters=function(f){return f.replace(/(javascript:|data:|[<>])/gi,"")};e.prototype.AddFile=function(i){if(typeof(i)=="string"){i=new e(i)}if(i.IsAbsolute){return i}var h=i.FullPath;if(h.charAt(0)=="/"){var j=document.location;var k=j.href.lastIndexOf(j.pathname);var g=j.href.substring(0,k);return new e(g+h)}var f=this.FullPath;if(!MadCap.String.EndsWith(f,"/")){f=f+"/"}return new e(f+h)};e.prototype.CombinePath=function(l){if(typeof(l)=="string"){l=new e(l)}if(l.IsAbsolute){throw new MadCap.Exception(-1,"Cannot combine two absolute paths.")}var j=l.FullPath;var k=l.FullPath.split("/");var o=this.FullPath;var m="";if(this.Scheme=="mk"){var n=o.indexOf("::");m=o.substring(0,n+"::".length);o=o.substring(n+"::".length)}for(var h=0,f=k.length;h1&&MadCap.String.EndsWith(o,"/")){o=o.substring(0,o.length-1)}if(g=="."){o+="/"}else{if(g==".."){o=o.substring(0,o.lastIndexOf("/")+1)}else{if(o!=""&&!MadCap.String.EndsWith(o,"/")){o+="/"}o+=g}}}o=m+o;return new e(o)};e.prototype.ToQuery=function(g){var f=this.PlainPath+"?"+g+this.Fragment;return new e(f)};e.prototype.ToFolder=function(){var f=this.PlainPath;if(MadCap.String.EndsWith(f,"/")){f=f.substring(0,f.length-1)}var h=f.lastIndexOf("/");var g=f.substring(0,h+1);return new e(g)};e.prototype.ToRelative=function(n){if(typeof(n)=="string"){n=new e(n)}if(this.IsAbsolute!=n.IsAbsolute){return this}var k=0;var l=n._Segments.length;for(;kk){m+="/"}m+=this._Segments[h]}return new e(m)};e.prototype.ToExtension=function(j){var h=this.FullPath;var i=h.lastIndexOf(".");var g=h.substring(0,i);var f=g+"."+j;return new e(f)};e.prototype.ToScheme=function(f){var h=this.FullPath;pos=h.indexOf(":");if(pos<0){return this}var g=f+":"+h.substring(pos);return new e(g)};e.prototype.ToPath=function(){return new e(this.Path)};e.prototype.ToPlainPath=function(){return new e(this.PlainPath)};e.prototype.ToNoQuery=function(){return new e(this.PlainPath+this.Fragment)};MadCap.Utilities.CrossFrame={};var d=MadCap.Utilities.CrossFrame;d.MESSAGE_SEPARATOR="%%%%%";d.DATA_SEPARATOR="^^^^^";d._MessageID=0;d._MessageInfos=new Array();d._MessageHandlerFuncs=new Array();d._PostMessage=function(h,f){if(typeof h=="undefined"){return}if(h.postMessage!=null){h.postMessage(f,"*");return}var g={data:f,source:window};h.MadCap.Utilities.CrossFrame.OnMessage(g)};d.AddMessageHandler=function(h,g){var f=d._MessageHandlerFuncs.length;d._MessageHandlerFuncs[f]={HandlerFunc:h,ContextObj:g}};d.PostMessageRequest=function(n,k,l,f){d._MessageInfos[d._MessageID]=f;var h="";if(l!=null){for(var g=0,j=l.length;g0){h+=d.DATA_SEPARATOR}h+=l[g]}}var m="request"+d.MESSAGE_SEPARATOR+k+d.MESSAGE_SEPARATOR+h+d.MESSAGE_SEPARATOR+d._MessageID;d._PostMessage(n,m);d._MessageID++};d._PostMessageResponse=function(n,k,l,f){var h="";if(l!=null){for(var g=0,j=l.length;g0){h+=d.DATA_SEPARATOR}h+=l[g]}}var m="response"+d.MESSAGE_SEPARATOR+k+d.MESSAGE_SEPARATOR+h+d.MESSAGE_SEPARATOR+f;d._PostMessage(n,m);d._MessageID++};d.OnMessage=function(t){var s=t.originalEvent;var o=s.data.split(d.MESSAGE_SEPARATOR);var m=o[0];var l=o[1];var j=o[2];var f=parseInt(o[3]);var h=null;if(!MadCap.String.IsNullOrEmpty(j)){h=j.split(d.DATA_SEPARATOR);for(var p=0,g=h.length;p0?v:null,f)}}else{if(m=="response"){if(d._MessageInfos[f]!=null){d._MessageInfos[f](h)}}}};if(window.postMessage!="undefined"){$(window).bind("message",d.OnMessage)}else{}MadCap.Utilities.LoadScript=function(i,h,g){var f=document.createElement("script");f.src=i;f.type="text/javascript";if(f.addEventListener){$(f).error(g);$(f).load(h)}else{if(f.readyState){f.onreadystatechange=function(){if(f.readyState=="loaded"||f.readyState=="complete"){h()}}}}document.getElementsByTagName("head")[0].appendChild(f)};MadCap.Utilities.AsyncForeach=function(i,g,h){i=i.slice(0);function f(){var j=i.shift();g(j,function(k){if(i.length>0){f()}else{h()}})}if(i.length>0){f()}else{h()}};MadCap.Utilities.CreateStylesheet=function(i,j){var g=i||document,f;var h=g.createElement("style");if(j){h.setAttribute("media",j)}g.getElementsByTagName("head")[0].appendChild(h);f=g.styleSheets[g.styleSheets.length-1];return f};MadCap.Utilities.AsyncForeachParallel=function(l,j,k){var h=0;if(l.length===0){k()}var f=l.length;for(var g=0;gthis.length){throw"Index out of bounds."}this.splice(a,1)};Array.prototype.RemoveValue=function(b){for(var a=this.length-1;a>=0;a--){if(this[a]==b){this.Remove(a)}}};/* -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ -(function(){MadCap.Utilities.Xhr=function(d,b,c){var e=this;this._XmlDoc=null;this._XmlHttp=null;this._Args=d;this._LoadFunc=b;this._LoadContextObj=c;this.OnreadystatechangeLocal=function(){if(e._XmlDoc.readyState==4){e._XmlDoc.onreadystatechange=a._Noop;var f=null;if(e._XmlDoc.documentElement!=null){f=e._XmlDoc}if(e._LoadContextObj==null){e._LoadFunc(f,e._Args)}else{e._LoadFunc.call(e._LoadContextObj,f,e._Args)}}};this.OnreadystatechangeRemote=function(){if(e._XmlHttp.readyState==4){e._XmlHttp.onreadystatechange=a._Noop;var f=null;if(e._XmlHttp.responseXML!=null&&e._XmlHttp.responseXML.documentElement!=null){f=e._XmlHttp.responseXML}if(e._LoadContextObj==null){e._LoadFunc(f,e._Args)}else{e._LoadFunc.call(e._LoadContextObj,f,e._Args)}}}};var a=MadCap.Utilities.Xhr;a.prototype._LoadLocal=function(b,c){if(window.ActiveXObject){this._XmlDoc=a._GetMicrosoftXmlDomObject();this._XmlDoc.async=c;if(this._LoadFunc){this._XmlDoc.onreadystatechange=this.OnreadystatechangeLocal}try{if(!this._XmlDoc.load(b)){this._XmlDoc=null}}catch(d){this._XmlDoc=null}}else{if(window.XMLHttpRequest){this._LoadRemote(b,c)}}return this._XmlDoc};a.prototype._LoadRemote=function(b,c){this._XmlHttp=a._GetXhrObject();if(this._LoadFunc){this._XmlHttp.onreadystatechange=this.OnreadystatechangeRemote}try{this._XmlHttp.open("GET",b,c);this._XmlHttp.send(null);if(!c&&(this._XmlHttp.status==0||this._XmlHttp.status==200)){this._XmlDoc=this._XmlHttp.responseXML}}catch(d){this._XmlHttp.abort();if(this._LoadFunc){if(this._LoadContextObj==null){this._LoadFunc(null,this._Args)}else{this._LoadFunc.call(this._LoadContextObj,null,this._Args)}}}return this._XmlDoc};a.prototype.Load=function(b,d){var e=null;var c=document.location.protocol;if(c=="file:"||c=="mk:"||c=="ms-its:"||c=="app:"){e=this._LoadLocal(b,d)}else{if(c=="http:"||c=="https:"){e=this._LoadRemote(b,d)}}return e};a.LoadXmlString=function(c){var b=null;if(window.ActiveXObject){b=a._GetMicrosoftXmlDomObject();b.async=false;b.loadXML(c)}else{if(DOMParser){var d=new DOMParser();b=d.parseFromString(c,"text/xml")}}return b};a.CreateXmlDocument=function(b){var c="<"+b+" />";var d=a.LoadXmlString(c);return d};a.GetOuterXml=function(d){var b=null;if(window.ActiveXObject){b=d.xml}else{if(window.XMLSerializer){var c=new XMLSerializer();b=c.serializeToString(d)}}return b};a.ImportNode=function(c,b){if(typeof(c.importNode)=="function"){return c.importNode(b,true)}return b.cloneNode(true)};a.CallWebService=function(e,d,f,b){var c=new a(b,f,null);var g=c.Load(e,d);return g};a._MicrosoftXmlDomProgIDs=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument","Microsoft.XMLDOM"];a._MicrosoftXmlHttpProgIDs=["Msxml2.XMLHTTP.6.0","Msxml2.XMLHTTP","Microsoft.XMLHTTP"];a._MicrosoftXmlDomProgID=null;a._MicrosoftXmlHttpProgID=null;a._FilePathToXmlStringMap=new MadCap.Utilities.Dictionary();a._LoadingFilesPathMap=new MadCap.Utilities.Dictionary();a._LoadingFromQueue=false;a.ForceUseJS=false;a.Load=function(g,e,b,h,c){function l(){a._LoadingFilesPathMap.Remove(j.FullPath);var n=a._FilePathToXmlStringMap.GetItem(j.Name);if(n!=null){a._FilePathToXmlStringMap.Remove(j.Name);m=a.LoadXmlString(n)}a._LoadingFilesPathMap.ForEach(function(q,r){var p=new MadCap.Utilities.Url(q);var o=r;if(p.Name==f&&p.FullPath!=j.FullPath){a._LoadingFilesPathMap.Remove(p.FullPath);a._LoadingFromQueue=true;a.Load(p.FullPath,o.async,o.LoadFunc,o.args,o.loadContextObj);return false}return true});if(c==null){b(m,h)}else{b.call(c,m,h)}}var m=null;if(a.ForceUseJS||(Boolean(!window.ActiveXObject)&&MadCap.String.StartsWith(document.location.protocol,"file"))){var i=new MadCap.Utilities.Url(g);var j=i.ToExtension("js");var f=j.Name;a._LoadingFilesPathMap.Add(j.FullPath,{async:e,LoadFunc:b,args:h,loadContextObj:c});var k=false;a._LoadingFilesPathMap.ForEach(function(p,q){var o=new MadCap.Utilities.Url(p);var n=q;if(o.Name==f&&o.FullPath!=j.FullPath){k=true;return false}return true});if(a._LoadingFromQueue||!k){a._LoadingFromQueue=false;MadCap.Utilities.LoadScript(j.FullPath,l,l)}}else{var d=new a(h,b,c);m=d.Load(g,e)}return m};a._Noop=function(){};a._GetMicrosoftXmlDomObject=function(){var e=null;if(a._MicrosoftXmlDomProgID==null){for(var c=0;cq){var z=v-d;if((o+h)>z){r=l;var p=parseInt(j.css("border-top-width"));var g=parseInt(j.css("border-bottom-width"));var w=parseInt(j.css("padding-top"));var i=parseInt(j.css("padding-bottom"));j.css("height",(q-p-g-w-i)+"px");j.css("overflow","auto")}else{j.addClass("MCTextPopupBodyBottom");r=v-o-h}}else{j.removeClass("MCTextPopupBodyBottom")}j.css("top",r+"px");if(x>=b+t){c+=(x-b-t)}if(f
");f.addClass("MCTopicPopupContainer needs-pie");var b=MadCap.Dom.GetAttribute(this._hotSpotEl,"href");var i=document.createElement("iframe");$(i).addClass("MCTopicPopupBody");i.setAttribute("src",b);i.setAttribute("name","MCPopup");f.append(i);f.appendTo(document.body);var g=$(this._rootEl);var c=g.attr("data-mc-width");var m=g.attr("data-mc-height");if(c!=null||m!=null){f.css({top:"50%",left:"50%",width:c,height:m});var e=f.width();var h=f.height();var d=$(window);var l=d.width()-100;var k=d.height()-100;if(e>l){f.css({width:l+"px"});e=l}if(h>k){f.css({height:k+"px"});h=k}f.css({"margin-top":(-h/2)+"px","margin-left":(-e/2)+"px"})}$(i).css("height",f.height());f.animate({opacity:1},200);var j=a.AddBackgroundTint("dark");$(j).animate({opacity:0.5},200)};a.TopicPopupControl.prototype.Close=function(){this.base.Close.call(this);var b=$(".MCTopicPopupContainer");b.remove();a.RemoveBackgroundTint()};a.CreateLinkListTree=function(q,h,e,g,o){a.RemoveLinkListTrees();if(!g){g=""}var b=$("");var j=$(e).attr("target");for(var f=0,c=q.length;f").appendTo(b);var l=$("
").appendTo(m);var k=$("").appendTo(l);var d=$("").appendTo(k);d.text(p.Title);var n=p.Link;d.attr("href",g+n);m.click(o)}b.appendTo(h)};a.CreateLinkListPopup=function(k,h,p,g,w,t){a.RemoveLinkListPopups();if(!t){t=""}var j=$("");var q=j.children("ul");var x=$(w).attr("target");for(var u=0,f=k.length;u").appendTo(q);var e=$("a",m);e.attr("target",x);if(x=="_popup"){e.click(MadCap.TopicHelpers.TopicPopup_Click)}e.text(v.Title);var l=v.Link;e.attr("href",t+l);m.click(a.Item_Click)}j.appendTo(h);var o=j.closest(".popup-container");if(o.length==0){o=$(window)}var b=o.width();var d=o.height();var c=o.scrollTop();var s=o.scrollLeft();var r=j[0].offsetWidth;var n=j[0].offsetHeight;p=Math.min(p,c+d-n);p=Math.max(p,c);g=Math.min(g,s+b-r);g=Math.max(g,s);if(p==0&&g==0){g=$(w).offset().left+$(w).width();p=$(w).offset().top+$(w).height()}j.css("top",p);j.css("left",g);j.hide().fadeIn(200);$([document,w]).click(function(i){j.remove();$([document,w]).off("click",arguments.callee)});$([document,w]).keydown(function(i){var i=i||windows.event;if(i.keyCode!=27&&i.keyCode!=13){return}if(!j.is(":focus")){return}j.remove();$([document,w]).off("keydown",arguments.callee)});j.attr("tabindex",0);j.focus()};a.Item_Click=function(d){var c=$("a",this);var b=c.attr("href");var f=c.attr("target");if(b&&!MadCap.String.IsNullOrEmpty(b)){if(f){window.open(b,f)}else{document.location.href=b}}d.preventDefault()};a.RemoveLinkListTrees=function(){$(".responsive-link-list").remove()};a.RemoveLinkListPopups=function(){$(".link-list-popup").remove()};a.AddBackgroundTint=function(c){var b=$("
");b.addClass(c);b.appendTo(document.body);return b[0]};a.RemoveBackgroundTint=function(){$("#mc-background-tint").remove()}})();/* -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ -(function(a){a.fn.fitVids=function(c){var e={customSelector:null};var d=document.createElement("div"),b=document.getElementsByTagName("base")[0]||document.getElementsByTagName("script")[0];d.className="fit-vids-style";d.innerHTML="­";b.parentNode.insertBefore(d,b);if(c){a.extend(e,c)}return this.each(function(){var f=["iframe[src*='player.vimeo.com']","iframe[src*='www.youtube.com']","iframe[src*='www.kickstarter.com']"];if(e.customSelector){f.push(e.customSelector)}var g=a(this).find(f.join(","));g.each(function(){var j=a(this);if(j.parent(".fluid-width-video-wrapper").length){return}var m=j.attr("height")&&!isNaN(parseInt(j.attr("height"),10))?parseInt(j.attr("height"),10):j.height(),l=!isNaN(parseInt(j.attr("width"),10))?parseInt(j.attr("width"),10):j.width(),h=m/l;if(!j.attr("id")){var k="fitvid"+Math.floor(Math.random()*999999);j.attr("id",k)}j.wrap('
').parent(".fluid-width-video-wrapper").css("padding-top",h*100+"%");j.removeAttr("height").removeAttr("width")})})}})(jQuery);!function(a){var c={},b={mode:"horizontal",slideSelector:"",infiniteLoop:!0,hideControlOnEnd:!1,speed:500,easing:null,slideMargin:0,startSlide:0,randomStart:!1,captions:!1,ticker:!1,tickerHover:!1,adaptiveHeight:!1,adaptiveHeightSpeed:500,video:!1,useCSS:!0,preloadImages:"visible",responsive:!0,touchEnabled:!0,swipeThreshold:50,oneToOneTouch:!0,preventDefaultSwipeX:!0,preventDefaultSwipeY:!1,pager:!0,pagerType:"full",pagerShortSeparator:" / ",pagerSelector:null,buildPager:null,pagerCustom:null,controls:!0,nextText:"Next",prevText:"Prev",nextSelector:null,prevSelector:null,autoControls:!1,startText:"Start",stopText:"Stop",autoControlsCombine:!1,autoControlsSelector:null,auto:!1,pause:4000,autoStart:!0,autoDirection:"next",autoHover:!1,autoDelay:0,minSlides:1,maxSlides:1,moveSlides:0,slideWidth:0,onSliderLoad:function(){},onSlideBefore:function(){},onSlideAfter:function(){},onSlideNext:function(){},onSlidePrev:function(){},slideshowClass:""};a.fn.MCSlider=function(aq){if(0==this.length){return this}if(this.length>1){return this.each(function(){a(this).MCSlider(aq)}),this}var ap={},am=this;c.el=this;var aB=a(window).width(),at=a(window).height(),ay=function(){ap.settings=a.extend({},b,aq),ap.settings.slideWidth=parseInt(ap.settings.slideWidth),ap.children=am.children(ap.settings.slideSelector),ap.children.length1||ap.settings.maxSlides>1,ap.carousel&&(ap.settings.preloadImages="all"),ap.minThreshold=ap.settings.minSlides*ap.settings.slideWidth+(ap.settings.minSlides-1)*ap.settings.slideMargin,ap.maxThreshold=ap.settings.maxSlides*ap.settings.slideWidth+(ap.settings.maxSlides-1)*ap.settings.slideMargin,ap.working=!1,ap.controls={},ap.interval=null,ap.animProp="vertical"==ap.settings.mode?"top":"left",ap.usingCSS=ap.settings.useCSS&&"fade"!=ap.settings.mode&&function(){var f=document.createElement("div"),g=["WebkitPerspective","MozPerspective","OPerspective","msPerspective"];for(var d in g){if(void 0!==f.style[g[d]]){return ap.cssPrefix=g[d].replace("Perspective","").toLowerCase(),ap.animProp="-"+ap.cssPrefix+"-transform",!0}}return !1}(),"vertical"==ap.settings.mode&&(ap.settings.maxSlides=ap.settings.minSlides),am.data("origStyle",am.attr("style")),am.children(ap.settings.slideSelector).each(function(){a(this).data("origStyle",a(this).attr("style"))}),az()},az=function(){am.wrap('
'),ap.viewport=am.parent(),ap.loader=a('
'),ap.viewport.prepend(ap.loader),am.css({width:"horizontal"==ap.settings.mode?100*ap.children.length+215+"%":"auto",position:"relative"}),ap.usingCSS&&ap.settings.easing?am.css("-"+ap.cssPrefix+"-transition-timing-function",ap.settings.easing):ap.settings.easing||(ap.settings.easing="swing"),ax(),ap.viewport.css({width:"100%",overflow:"hidden",position:"relative"}),ap.viewport.parent().css({maxWidth:ak()}),ap.settings.pager||ap.viewport.parent().css({margin:"0 auto 0px"}),ap.children.css({"float":"horizontal"==ap.settings.mode?"left":"none",listStyle:"none",position:"relative"}),ap.children.css("width",al()),"horizontal"==ap.settings.mode&&ap.settings.slideMargin>0&&ap.children.css("marginRight",ap.settings.slideMargin),"vertical"==ap.settings.mode&&ap.settings.slideMargin>0&&ap.children.css("marginBottom",ap.settings.slideMargin),"fade"==ap.settings.mode&&(ap.children.css({position:"absolute",zIndex:0,display:"none"}),ap.children.eq(ap.settings.startSlide).css({zIndex:50,display:"block"})),ap.controls.el=a('
'),ap.settings.captions&&J(),ap.active.last=ap.settings.startSlide==ai()-1,ap.settings.video&&am.fitVids();var d=ap.children.eq(ap.settings.startSlide);"all"==ap.settings.preloadImages&&(d=ap.children),ap.settings.ticker?ap.settings.pager=!1:(ap.settings.pager&&F(),ap.settings.controls&&ad(),ap.settings.auto&&ap.settings.autoControls&&ab(),(ap.settings.controls||ap.settings.autoControls||ap.settings.pager)&&ap.viewport.after(ap.controls.el)),aw(d,av)},aw=function(g,d){var f=g.find("img, iframe").length;if(0==f){return d(),void 0}var h=0;g.find("img, iframe").each(function(){a(this).one("load",function(){++h==f&&d()}).each(function(){this.complete&&a(this).load()})})},av=function(){if(ap.settings.infiniteLoop&&"fade"!=ap.settings.mode&&!ap.settings.ticker){var g="vertical"==ap.settings.mode?ap.settings.minSlides:ap.settings.maxSlides,d=ap.children.slice(0,g).clone().addClass("mc-clone"),f=ap.children.slice(-g).clone().addClass("mc-clone");am.append(d).prepend(f)}ap.loader.remove(),G(),"vertical"==ap.settings.mode&&(ap.settings.adaptiveHeight=!0),ap.viewport.height(ao()),am.redrawSlider(),ap.settings.onSliderLoad(ap.active.index),ap.initialized=!0,ap.settings.responsive&&a(window).bind("resize",ae),ap.settings.auto&&ap.settings.autoStart&&aa(),ap.settings.ticker&&U(),ap.settings.pager&&Z(ap.settings.startSlide),ap.settings.controls&&s(),ap.settings.touchEnabled&&!ap.settings.ticker&&K()},ao=function(){var f=0,d=a();if("vertical"==ap.settings.mode||ap.settings.adaptiveHeight){if(ap.carousel){var g=1==ap.settings.moveSlides?ap.active.index:ap.active.index*ar();for(d=ap.children.eq(g),i=1;i<=ap.settings.maxSlides-1;i++){d=g+i>=ap.children.length?d.add(ap.children.eq(i-1)):d.add(ap.children.eq(g+i))}}else{d=ap.children.eq(ap.active.index)}}else{d=ap.children}return"vertical"==ap.settings.mode?(d.each(function(){f+=a(this).outerHeight()}),ap.settings.slideMargin>0&&(f+=ap.settings.slideMargin*(ap.settings.minSlides-1))):f=Math.max.apply(Math,d.map(function(){return a(this).outerHeight(!1)}).get()),f},ak=function(){var d="100%";return ap.settings.slideWidth>0&&(d="horizontal"==ap.settings.mode?ap.settings.maxSlides*ap.settings.slideWidth+(ap.settings.maxSlides-1)*ap.settings.slideMargin:ap.settings.slideWidth),d},al=function(){var d=ap.settings.slideWidth,f=ap.viewport.width();return 0==ap.settings.slideWidth||ap.settings.slideWidth>f&&!ap.carousel||"vertical"==ap.settings.mode?d=f:ap.settings.maxSlides>1&&"horizontal"==ap.settings.mode&&(f>ap.maxThreshold||f0){if(ap.viewport.width()ap.maxThreshold){d=ap.settings.maxSlides}else{var f=ap.children.first().width();d=Math.floor(ap.viewport.width()/f)}}}else{"vertical"==ap.settings.mode&&(d=ap.settings.minSlides)}return d},ai=function(){var f=0;if(ap.settings.moveSlides>0){if(ap.settings.infiniteLoop){f=ap.children.length/ar()}else{for(var g=0,d=0;g0&&ap.settings.moveSlides<=ax()?ap.settings.moveSlides:ax()},G=function(){if(ap.children.length>ap.settings.maxSlides&&ap.active.last&&!ap.settings.infiniteLoop){if("horizontal"==ap.settings.mode){var f=ap.children.last(),g=f.position();aA(-(g.left-(ap.viewport.width()-f.width())),"reset",0)}else{if("vertical"==ap.settings.mode){var d=ap.children.length-ap.settings.minSlides,g=ap.children.eq(d).position();aA(-g.top,"reset",0)}}}else{var g=ap.children.eq(ap.active.index*ar()).position();ap.active.index==ai()-1&&(ap.active.last=!0),void 0!=g&&("horizontal"==ap.settings.mode?aA(-g.left,"reset",0):"vertical"==ap.settings.mode&&aA(-g.top,"reset",0))}},aA=function(g,k,f,h){if(ap.usingCSS){var l="vertical"==ap.settings.mode?"translate3d(0, "+g+"px, 0)":"translate3d("+g+"px, 0, 0)";am.css("-"+ap.cssPrefix+"-transition-duration",f/1000+"s"),"slide"==k?(am.css(ap.animProp,l),am.bind("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",function(){am.unbind("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd"),ac()})):"reset"==k?am.css(ap.animProp,l):"ticker"==k&&(am.css("-"+ap.cssPrefix+"-transition-timing-function","linear"),am.css(ap.animProp,l),am.bind("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",function(){am.unbind("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd"),aA(h.resetValue,"reset",0),Q()}))}else{var d={};d[ap.animProp]=g,"slide"==k?am.animate(d,f,ap.settings.easing,function(){ac()}):"reset"==k?am.css(ap.animProp,g):"ticker"==k&&am.animate(d,speed,"linear",function(){aA(h.resetValue,"reset",0),Q()})}},aj=function(){for(var g="",d=ai(),f=0;d>f;f++){var h="";ap.settings.buildPager&&a.isFunction(ap.settings.buildPager)?(h=ap.settings.buildPager(f),ap.pagerEl.addClass("mc-custom-pager")):(h=f+1,ap.pagerEl.addClass("mc-default-pager")),g+='"}ap.pagerEl.html(g)},F=function(){ap.settings.pagerCustom?ap.pagerEl=a(ap.settings.pagerCustom):(ap.pagerEl=a('
'),ap.settings.pagerSelector?a(ap.settings.pagerSelector).html(ap.pagerEl):ap.controls.el.addClass("mc-has-pager").append(ap.pagerEl),aj()),ap.pagerEl.delegate("a","click",an)},ad=function(){ap.controls.next=a(''+ap.settings.nextText+""),ap.controls.prev=a(''+ap.settings.prevText+""),ap.controls.next.bind("click",ah),ap.controls.prev.bind("click",ag),ap.settings.nextSelector&&a(ap.settings.nextSelector).append(ap.controls.next),ap.settings.prevSelector&&a(ap.settings.prevSelector).append(ap.controls.prev),ap.settings.nextSelector||ap.settings.prevSelector||(ap.controls.directionEl=a('
'),ap.controls.directionEl.append(ap.controls.prev).append(ap.controls.next),ap.controls.el.addClass("mc-has-controls-direction").append(ap.controls.directionEl))},ab=function(){ap.controls.start=a('"),ap.controls.stop=a('"),ap.controls.autoEl=a('
'),ap.controls.autoEl.delegate(".mc-start","click",au),ap.controls.autoEl.delegate(".mc-stop","click",R),ap.settings.autoControlsCombine?ap.controls.autoEl.append(ap.controls.start):ap.controls.autoEl.append(ap.controls.start).append(ap.controls.stop),ap.settings.autoControlsSelector?a(ap.settings.autoControlsSelector).html(ap.controls.autoEl):ap.controls.el.addClass("mc-has-controls-auto").append(ap.controls.autoEl),af(ap.settings.autoStart?"stop":"start")},J=function(){ap.children.each(function(){var d=a(this).attr("title");void 0!=d&&(""+d).length&&a(this).append('
'+d+"
")})},ah=function(d){ap.settings.auto&&am.stopAuto(),am.goToNextSlide(),d.preventDefault()},ag=function(d){ap.settings.auto&&am.stopAuto(),am.goToPrevSlide(),d.preventDefault()},au=function(d){am.startAuto(),d.preventDefault()},R=function(d){am.stopAuto(),d.preventDefault()},an=function(g){ap.settings.auto&&am.stopAuto();var d=a(g.currentTarget),f=parseInt(d.attr("data-slide-index"));f!=ap.active.index&&am.goToSlide(f),g.preventDefault()},Z=function(f){var d=ap.children.length;return"short"==ap.settings.pagerType?(ap.settings.maxSlides>1&&(d=Math.ceil(ap.children.length/ap.settings.maxSlides)),ap.pagerEl.html(f+1+ap.settings.pagerShortSeparator+d),void 0):(ap.pagerEl.find("a").removeClass("active"),ap.pagerEl.each(function(g,h){a(h).find("a").eq(f).addClass("active")}),void 0)},ac=function(){if(ap.settings.infiniteLoop){var d="";0==ap.active.index?d=ap.children.eq(0).position():ap.active.index==ai()-1&&ap.carousel?d=ap.children.eq((ai()-1)*ar()).position():ap.active.index==ap.children.length-1&&(d=ap.children.eq(ap.children.length-1).position()),"horizontal"==ap.settings.mode?aA(-d.left,"reset",0):"vertical"==ap.settings.mode&&aA(-d.top,"reset",0)}ap.working=!1,ap.settings.onSlideAfter(ap.children.eq(ap.active.index),ap.oldIndex,ap.active.index)},af=function(d){ap.settings.autoControlsCombine?ap.controls.autoEl.html(ap.controls[d]):(ap.controls.autoEl.find("a").removeClass("active"),ap.controls.autoEl.find("a:not(.mc-"+d+")").addClass("active"))},s=function(){1==ai()?(ap.controls.prev.addClass("disabled"),ap.controls.next.addClass("disabled")):!ap.settings.infiniteLoop&&ap.settings.hideControlOnEnd&&(0==ap.active.index?(ap.controls.prev.addClass("disabled"),ap.controls.next.removeClass("disabled")):ap.active.index==ai()-1?(ap.controls.next.addClass("disabled"),ap.controls.prev.removeClass("disabled")):(ap.controls.prev.removeClass("disabled"),ap.controls.next.removeClass("disabled")))},aa=function(){ap.settings.autoDelay>0?setTimeout(am.startAuto,ap.settings.autoDelay):am.startAuto(),ap.settings.autoHover&&am.hover(function(){ap.interval&&(am.stopAuto(!0),ap.autoPaused=!0)},function(){ap.autoPaused&&(am.startAuto(!0),ap.autoPaused=null)})},U=function(){var f=0;if("next"==ap.settings.autoDirection){am.append(ap.children.clone().addClass("mc-clone"))}else{am.prepend(ap.children.clone().addClass("mc-clone"));var d=ap.children.first().position();f="horizontal"==ap.settings.mode?-d.left:-d.top}aA(f,"reset",0),ap.settings.pager=!1,ap.settings.controls=!1,ap.settings.autoControls=!1,ap.settings.tickerHover&&!ap.usingCSS&&ap.viewport.hover(function(){am.stop()},function(){var k=0;ap.children.each(function(){k+="horizontal"==ap.settings.mode?a(this).outerWidth(!0):a(this).outerHeight(!0)});var g=ap.settings.speed/k,h="horizontal"==ap.settings.mode?"left":"top",l=g*(k-Math.abs(parseInt(am.css(h))));Q(l)}),Q()},Q=function(g){speed=g?g:ap.settings.speed;var k={left:0,top:0},f={left:0,top:0};"next"==ap.settings.autoDirection?k=am.find(".mc-clone").first().position():f=ap.children.first().position();var h="horizontal"==ap.settings.mode?-k.left:-k.top,l="horizontal"==ap.settings.mode?-f.left:-f.top,d={resetValue:l};aA(h,"ticker",speed,d)},K=function(){ap.touch={start:{x:0,y:0},end:{x:0,y:0}},ap.viewport.bind("touchstart",j)},j=function(d){if(ap.working){d.preventDefault()}else{ap.touch.originalPos=am.position();var f=d.originalEvent;ap.touch.start.x=f.changedTouches[0].pageX,ap.touch.start.y=f.changedTouches[0].pageY,ap.viewport.bind("touchmove",e),ap.viewport.bind("touchend",t)}},e=function(f){var k=f.originalEvent,d=Math.abs(k.changedTouches[0].pageX-ap.touch.start.x),g=Math.abs(k.changedTouches[0].pageY-ap.touch.start.y);if(3*d>g&&ap.settings.preventDefaultSwipeX?f.preventDefault():3*g>d&&ap.settings.preventDefaultSwipeY&&f.preventDefault(),"fade"!=ap.settings.mode&&ap.settings.oneToOneTouch){var l=0;if("horizontal"==ap.settings.mode){var h=k.changedTouches[0].pageX-ap.touch.start.x;l=ap.touch.originalPos.left+h}else{var h=k.changedTouches[0].pageY-ap.touch.start.y;l=ap.touch.originalPos.top+h}aA(l,"reset",0)}},t=function(f){ap.viewport.unbind("touchmove",e);var h=f.originalEvent,d=0;if(ap.touch.end.x=h.changedTouches[0].pageX,ap.touch.end.y=h.changedTouches[0].pageY,"fade"==ap.settings.mode){var g=Math.abs(ap.touch.start.x-ap.touch.end.x);g>=ap.settings.swipeThreshold&&(ap.touch.start.x>ap.touch.end.x?am.goToNextSlide():am.goToPrevSlide(),am.stopAuto())}else{var g=0;"horizontal"==ap.settings.mode?(g=ap.touch.end.x-ap.touch.start.x,d=ap.touch.originalPos.left):(g=ap.touch.end.y-ap.touch.start.y,d=ap.touch.originalPos.top),!ap.settings.infiniteLoop&&(0==ap.active.index&&g>0||ap.active.last&&0>g)?aA(d,"reset",200):Math.abs(g)>=ap.settings.swipeThreshold?(0>g?am.goToNextSlide():am.goToPrevSlide(),am.stopAuto()):aA(d,"reset",200)}ap.viewport.unbind("touchend",t)},ae=function(){var f=a(window).width(),d=a(window).height();if(!(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent))){(aB!=f||at!=d)&&(aB=f,at=d,am.redrawSlider())}};return am.goToSlide=function(o,k){if(!ap.working&&ap.active.index!=o){if(ap.working=!0,ap.oldIndex=ap.active.index,ap.active.index=0>o?ai()-1:o>=ai()?0:o,ap.settings.onSlideBefore(ap.children.eq(ap.active.index),ap.oldIndex,ap.active.index),"next"==k?ap.settings.onSlideNext(ap.children.eq(ap.active.index),ap.oldIndex,ap.active.index):"prev"==k&&ap.settings.onSlidePrev(ap.children.eq(ap.active.index),ap.oldIndex,ap.active.index),ap.active.last=ap.active.index>=ai()-1,ap.settings.pager&&Z(ap.active.index),ap.settings.controls&&s(),"fade"==ap.settings.mode){ap.settings.adaptiveHeight&&ap.viewport.height()!=ao()&&ap.viewport.animate({height:ao()},ap.settings.adaptiveHeightSpeed),ap.children.filter(":visible").fadeOut(ap.settings.speed).css({zIndex:0}),ap.children.eq(ap.active.index).css("zIndex",51).fadeIn(ap.settings.speed,function(){a(this).css("zIndex",50),ac()})}else{ap.settings.adaptiveHeight&&ap.viewport.height()!=ao()&&ap.viewport.animate({height:ao()},ap.settings.adaptiveHeightSpeed);var u=0,f={left:0,top:0};if(!ap.settings.infiniteLoop&&ap.carousel&&ap.active.last){if("horizontal"==ap.settings.mode){var r=ap.children.eq(ap.children.length-1);f=r.position(),u=ap.viewport.width()-r.outerWidth()}else{var h=ap.children.length-ap.settings.minSlides;f=ap.children.eq(h).position()}}else{if(ap.carousel&&ap.active.last&&"prev"==k){var p=1==ap.settings.moveSlides?ap.settings.maxSlides-ar():(ai()-1)*ar()-(ap.children.length-ap.settings.maxSlides),r=am.children(".mc-clone").eq(p);f=r.position()}else{if("next"==k&&0==ap.active.index){f=am.find("> .mc-clone").eq(ap.settings.maxSlides).position(),ap.active.last=!1}else{if(o>=0){var q=o*ar();f=ap.children.eq(q).position()}}}}if("undefined"!=typeof f){var m="horizontal"==ap.settings.mode?-(f.left-u):-f.top;aA(m,"slide",ap.settings.speed)}}}},am.goToNextSlide=function(){if(ap.settings.infiniteLoop||!ap.active.last){var d=parseInt(ap.active.index)+1;am.goToSlide(d,"next")}},am.goToPrevSlide=function(){if(ap.settings.infiniteLoop||0!=ap.active.index){var d=parseInt(ap.active.index)-1;am.goToSlide(d,"prev")}},am.startAuto=function(d){ap.interval||(ap.interval=setInterval(function(){"next"==ap.settings.autoDirection?am.goToNextSlide():am.goToPrevSlide()},ap.settings.pause),ap.settings.autoControls&&1!=d&&af("stop"))},am.stopAuto=function(d){ap.interval&&(clearInterval(ap.interval),ap.interval=null,ap.settings.autoControls&&1!=d&&af("start"))},am.getCurrentSlide=function(){return ap.active.index},am.getSlideCount=function(){return ap.children.length},am.redrawSlider=function(){ap.children.add(am.find(".mc-clone")).outerWidth(al()),ap.viewport.css("height",ao()),ap.settings.ticker||G(),ap.active.last&&(ap.active.index=ai()-1),ap.active.index>=ai()&&(ap.active.last=!0),ap.settings.pager&&!ap.settings.pagerCustom&&(aj(),Z(ap.active.index))},am.destroySlider=function(){ap.initialized&&(ap.initialized=!1,a(".mc-clone",this).remove(),ap.children.each(function(){void 0!=a(this).data("origStyle")?a(this).attr("style",a(this).data("origStyle")):a(this).removeAttr("style")}),void 0!=a(this).data("origStyle")?this.attr("style",a(this).data("origStyle")):a(this).removeAttr("style"),a(this).unwrap().unwrap(),ap.controls.el&&ap.controls.el.remove(),ap.controls.next&&ap.controls.next.remove(),ap.controls.prev&&ap.controls.prev.remove(),ap.pagerEl&&ap.pagerEl.remove(),a(".mc-caption",this).remove(),ap.controls.autoEl&&ap.controls.autoEl.remove(),clearInterval(ap.interval),ap.settings.responsive&&a(window).unbind("resize",ae))},am.reloadSlider=function(d){void 0!=d&&(aq=d),am.destroySlider(),ay()},ay(),this}}(jQuery);(function(){var a=MadCap.CreateNamespace("Slideshow");a.Init=function(){var b;if($("html").attr("data-mc-target-type")){b=function(d,c){return d.attr("data-mc-"+c)}}else{b=function(d,c){return d.attr("madcap:"+c.replace("-",""))}}$(".MCSlider").each(function(n,f){var C=$(f);var j={};var r=f.className;var e=b(C,"random-start");var v=b(C,"infinite-loop");var o=b(C,"show-captions");var s=b(C,"controls");var u=b(C,"slide-width");var t=b(C,"adaptive-height");var h=b(C,"responsive");var g=b(C,"navigation");var p=true;var d=false;j.pagerCustom=null;if(g){if(g=="Thumbnails"){d=true;j.pagerCustom="#mc-pager"+(n+1).toString()}if(g=="None"){p=false}}var A=b(C,"auto-hover");var k=b(C,"auto-start");var B=b(C,"auto-controls");var c=b(C,"combine-controls");var y=b(C,"auto-direction");var z=b(C,"auto-delay");var q=b(C,"mode");var w=b(C,"speed");var l=b(C,"pause");var x=b(C,"video");if(r){j.slideshowClass=r}if(e){if("true"==e.toString().toLowerCase()){j.randomStart=true}else{if("false"==e.toString().toLowerCase()){j.randomStart=false}}}if(v){if("true"==v.toString().toLowerCase()){j.infiniteLoop=true}else{if("false"==v.toString().toLowerCase()){j.infiniteLoop=false;j.hideControlOnEnd=true}}}if(o){if("true"==o.toString().toLowerCase()){j.captions=true}else{if("false"==o.toString().toLowerCase()){j.captions=false}}}if(s){if("true"==s.toString().toLowerCase()){j.controls=true}else{if("false"==s.toString().toLowerCase()){j.controls=false}}}j.pager=p;j.thumbnails=d;if(u){j.slideWidth=u}if(t){if("true"==t.toString().toLowerCase()){j.adaptiveHeight=true}else{if("false"==t.toString().toLowerCase()){j.adaptiveHeight=false}}}if(h){if("true"==h.toString().toLowerCase()){j.responsive=true}else{if("false"==h.toString().toLowerCase()){j.responsive=false}}}var m=false;if(A){if("true"==A.toString().toLowerCase()){j.autoHover=true;m=true}else{if("false"==A.toString().toLowerCase()){j.autoHover=false}}}if(k){if("true"==k.toString().toLowerCase()){j.autoStart=true;m=true}else{if("false"==k.toString().toLowerCase()){j.autoStart=false}}}if(B){if("true"==B.toString().toLowerCase()){j.autoControls=true;j.autoControlsCombine=true;m=true}else{if("false"==B.toString().toLowerCase()){j.autoControls=false;j.autoControlsCombine=false}}}if(m){j.auto=true}if(y){j.autoDirection=y}if(z){j.autoDelay=z}if(q){j.mode=q}if(w){j.speed=w}if(l){j.pause=l}if(navigator.userAgent.indexOf("MSIE")!==-1){j.preloadImages="all"}j.video=true;j.useCSS=false;if(x){j.video=false}C.MCSlider(j)})}})();/* -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ -(function(){MadCap.WebHelp=MadCap.CreateNamespace("WebHelp");MadCap.WebHelp.FeedbackController=function(i){if(MadCap.WebHelp.FeedbackController.Shared!=null){return MadCap.WebHelp.FeedbackController.Shared}MadCap.WebHelp.FeedbackController.Shared=this;var d=false;var h=false;var f=new Array();var k=0;var b=this;var g=3000;this.Server=i;this.FeedbackServer=j(i);this.Version=-1;this.FeedbackActive=false;this.PulseServer=null;this.PulseEnabled=false;this.PulseActive=false;this.PulseUserGuid=null;function c(){for(var m=0;mu){var v=q.length-u;var E={ExceedAmount:v};var C=new MadCap.FeedbackException(-1,"URL limit exceeded.",E);throw C}}var r=2048;var t=q.indexOf("?");var m=q.substring(t+1).length;if(m>r){var v=m-r;var E={ExceedAmount:v};var C=new MadCap.FeedbackException(-1,"Query string limit exceeded.",E);throw C}D.id=w;D.setAttribute("type","text/javascript");D.setAttribute("src",q);p.appendChild(D);return w}function e(m){window.setTimeout(function(){var n=document.getElementById(m);n.parentNode.removeChild(n)},10)}this.Init=function(m){if(d){m(this);return}if(m!=null){f.push(m)}if(h){return}h=true;b.GetVersion(function(){if(b.PulseEnabled){b.GetPulseServerActivated(function(n){b.PulseActive=n&&n.toLowerCase()==="true";c()})}else{c()}});window.setTimeout(function(){if(!d){c()}},g)};this.GetUserGuid=function(){return b.PulseEnabled?b.PulseUserGuid:MadCap.Utilities.Store.getItem("LiveHelpUserGuid")};this.LogTopic=function(n,o,m){this.LogTopicOnComplete=function(p){if(m!=null){m()}e(p);this.LogTopicOnComplete=null};this.GetVersion(function(p){if(p==1){l("LogTopic","MadCap.WebHelp.FeedbackController.Shared.LogTopicOnComplete",[["TopicID",n]])}else{l("LogTopic2","MadCap.WebHelp.FeedbackController.Shared.LogTopicOnComplete",[["TopicID",n],["CSHID",o]])}})};this.LogSearch=function(m,p,n,q,o){this.LogSearchOnComplete=function(r){e(r);this.LogSearchOnComplete=null};l("LogSearch","MadCap.WebHelp.FeedbackController.Shared.LogSearchOnComplete",[["ProjectID",m],["UserGuid",p],["ResultCount",n],["Language",q],["Query",o]])};this.AddComment=function(o,q,p,n,s,r,m){this.AddCommentOnComplete=function(t){if(m!=null){m()}e(t);this.AddCommentOnComplete=null};l("AddComment","MadCap.WebHelp.FeedbackController.Shared.AddCommentOnComplete",[["TopicID",o],["UserGuid",q],["Username",p],["Subject",n],["Comment",s],["ParentCommentID",r]])};this.GetAverageRating=function(o,m,n){this.GetAverageRatingOnComplete=function(r,q,p){if(m!=null){m(q,p,n)}e(r);this.GetAverageRatingOnComplete=null};l("GetAverageRating","MadCap.WebHelp.FeedbackController.Shared.GetAverageRatingOnComplete",[["TopicID",o]])};this.SubmitRating=function(o,p,r,m,n){this.SubmitRatingOnComplete=function(s){if(m!=null){m(n)}e(s);this.SubmitRatingOnComplete=null};var q=l("SubmitRating","MadCap.WebHelp.FeedbackController.Shared.SubmitRatingOnComplete",[["TopicID",o],["Rating",p],["Comment",r]])};this.GetTopicComments=function(o,q,p,m,n){this.GetTopicCommentsOnComplete=function(t,s){if(m!=null){m(s,n)}e(t);this.GetTopicCommentsOnComplete=null};var r=l("GetTopicComments","MadCap.WebHelp.FeedbackController.Shared.GetTopicCommentsOnComplete",[["TopicID",o],["UserGuid",q],["Username",p]])};this.GetAnonymousEnabled=function(n,m,o){this.GetAnonymousEnabledOnComplete=function(q,p){if(m!=null){m(p,o)}e(q);this.GetAnonymousEnabledOnComplete=null};l("GetAnonymousEnabled","MadCap.WebHelp.FeedbackController.Shared.GetAnonymousEnabledOnComplete",[["ProjectID",n]])};this.StartActivateUser=function(r,w,u){this.StartActivateUserOnComplete=function(F,E){if(w!=null){w(E,u)}e(F);this.StartActivateUserOnComplete=null};var D=FMCGetChildNodeByAttribute(r.documentElement,"Name","Username");var o=FMCGetAttribute(D,"Value");var s=FMCGetChildNodeByAttribute(r.documentElement,"Name","EmailAddress");var n=FMCGetAttribute(s,"Value");var y=FMCGetChildNodeByAttribute(r.documentElement,"Name","FirstName");var m=FMCGetAttribute(y,"Value");var C=FMCGetChildNodeByAttribute(r.documentElement,"Name","LastName");var x=FMCGetAttribute(C,"Value");var B=FMCGetChildNodeByAttribute(r.documentElement,"Name","Country");var A=FMCGetAttribute(B,"Value");var z=FMCGetChildNodeByAttribute(r.documentElement,"Name","PostalCode");var t=FMCGetAttribute(z,"Value");var p=FMCGetChildNodeByAttribute(r.documentElement,"Name","Gender");var v=FMCGetAttribute(p,"Value");var q="";l("StartActivateUser","MadCap.WebHelp.FeedbackController.Shared.StartActivateUserOnComplete",[["Username",o],["EmailAddress",n],["FirstName",m],["LastName",x],["Country",A],["Zip",t],["Gender",v],["UILanguageOrder",q]])};this.StartActivateUser2=function(p,m,o,q){var n=MadCap.Utilities.Xhr.GetOuterXml(p);this.StartActivateUser2OnComplete=function(s,r){if(m!=null){if(q!=null){m.call(q,r,o)}else{m(r,o)}}e(s);this.StartActivateUser2OnComplete=null};l("StartActivateUser2","MadCap.WebHelp.FeedbackController.Shared.StartActivateUser2OnComplete",[["Xml",n]])};this.UpdateUserProfile=function(p,q,m,o,r){var n=MadCap.Utilities.Xhr.GetOuterXml(q);this.UpdateUserProfileOnComplete=function(t,s){if(m!=null){if(r!=null){m.call(r,s,o)}else{m(s,o)}}e(t);this.UpdateUserProfileOnComplete=null};l("UpdateUserProfile","MadCap.WebHelp.FeedbackController.Shared.UpdateUserProfileOnComplete",[["Guid",p],["Xml",n]])};this.GetUserProfile=function(o,m,n,p){this.GetUserProfileOnComplete=function(r,q){if(m!=null){if(p!=null){m.call(p,q,n)}else{m(q,n)}}e(r);this.GetUserProfileOnComplete=null};l("GetUserProfile","MadCap.WebHelp.FeedbackController.Shared.GetUserProfileOnComplete",[["Guid",o]])};this.CheckUserStatus=function(o,m,n){this.CheckUserStatusOnComplete=function(q,p){if(m!=null){m(p,n)}e(q);this.CheckUserStatusOnComplete=null};l("CheckUserStatus","MadCap.WebHelp.FeedbackController.Shared.CheckUserStatusOnComplete",[["PendingGuid",o]])};this.GetSynonymsFile=function(n,p,m,o){this.GetSynonymsFileOnComplete=function(r,q){if(m!=null){m(q,o)}e(r)};l("GetSynonymsFile","MadCap.WebHelp.FeedbackController.Shared.GetSynonymsFileOnComplete",[["ProjectID",n],["UpdatedSince",p]])};this.GetVersion=function(m,n,o){this.GetVersionOnComplete=function(q,p){if(p==null){b.Version=1}else{if(b.Version==-1&&p>4){b.FeedbackServer=j(b.Server,"Feedback/");b.PulseServer=b.Server;b.PulseEnabled=true}b.FeedbackActive=true;b.Version=p}if(m!=null){if(o!=null){m.call(o,b.Version,n)}else{m(b.Version,n)}}if(q!=null){e(q)}this.GetVersionOnComplete=null};if(b.Version==-1){l("GetVersion","MadCap.WebHelp.FeedbackController.Shared.GetVersionOnComplete")}else{this.GetVersionOnComplete(null,b.Version)}};this.GetPulseServerActivated=function(n,m,o){this.GetPulseServerActivatedOnComplete=function(q,p){if(n!=null){if(o!=null){n.call(o,p,m)}else{n(p,m)}}if(q!=null){e(q)}this.GetPulseServerActivatedOnComplete=null};l("GetPulseServerActivated","MadCap.WebHelp.FeedbackController.Shared.GetPulseServerActivatedOnComplete")};this.GetPulseStreamID=function(n,o,m,p){this.GetPulseStreamIDOnComplete=function(r,q){if(o!=null){if(p!=null){o.call(p,q,m)}else{o(q,m)}}if(r!=null){e(r)}this.GetPulseStreamIDOnComplete=null};l("GetPulseStreamID","MadCap.WebHelp.FeedbackController.Shared.GetPulseStreamIDOnComplete",[["TopicID",n]])};this.GetTopicPathByStreamID=function(o,n,m,p){this.GetTopicPathByStreamIDOnComplete=function(q,r){if(n!=null){if(p!=null){n.call(p,r,m)}else{n(r,m)}}if(q!=null){e(q)}this.GetTopicPathByStreamIDOnComplete=null};l("GetTopicPathByStreamID","MadCap.WebHelp.FeedbackController.Shared.GetTopicPathByStreamIDOnComplete",[["StreamID",o]])};this.GetTopicPathByPageID=function(m,o,n,p){this.GetTopicPathByPageIDOnComplete=function(q,r){if(o!=null){if(p!=null){o.call(p,r,n)}else{o(r,n)}}if(q!=null){e(q)}this.GetTopicPathByPageIDOnComplete=null};l("GetTopicPathByPageID","MadCap.WebHelp.FeedbackController.Shared.GetTopicPathByPageIDOnComplete",[["PageID",m]])};this.GetPulseSearchResults=function(o,r,n,m,q,p,s){this.GetPulseSearchResultsOnComplete=function(u,t){if(q!=null){if(s!=null){q.call(s,t,p)}else{q(t,p)}}if(u!=null){e(u)}this.GetPulseSearchResultsOnComplete=null};l("GetPulseSearchResults","MadCap.WebHelp.FeedbackController.Shared.GetPulseSearchResultsOnComplete",[["ProjectID",o],["SearchQuery",r],["PageSize",n],["PageIndex",m]])}};MadCap.WebHelp.FeedbackController.Shared=null;MadCap.CreateNamespace("Feedback");MadCap.Feedback.LoginDialog=function(c,b){this._FeedbackController=c;this._TimeoutID=-1;this._Mode=b;this._UserGuid=null;this._El=null};var a=MadCap.Feedback.LoginDialog;a.prototype._Init=function(){var c=this;this._El=$(".login-dialog");$(".login-dialog-buttons .submit-button").click(function(d){c.Submit()});$(".login-dialog-buttons .cancel-button").click(function(d){c.Hide(false)});if(this._Mode=="edit"){this._UserGuid=this._FeedbackController.GetUserGuid();this._FeedbackController.GetUserProfile(this._UserGuid,function(f,d){var e=MadCap.Utilities.Xhr.LoadXmlString(f);$(e.documentElement).children("Item").each(function(h,i){var k=$(this);var g=k.attr("Name");var j=k.attr("Value");var m=$(".login-dialog input[name='"+g+"']");if(m.attr("type")=="checkbox"){var l=MadCap.String.ToBool(j,false);m.prop("checked",l)}else{m.val(j)}})},null,this)}else{if(this._Mode=="pulse"){var b=$("#pulse-login-frame");if(b.length==0){c._El.addClass("pulse");c._El.empty();c._El.append('');c._El.append('');$(".close-dialog",c._El).click(function(d){c.Hide(true)});$("#pulse-login-frame").attr("src",c._FeedbackController.PulseServer+"Login")}}}};a.prototype._Cleanup=function(){$(".login-dialog-buttons .submit-button").off("click");$(".login-dialog-buttons .cancel-button").off("click");$(".submit-button").attr("disabled",null);$(".status-message-box").hide();$(".profile-item-wrapper.error").removeClass("error");window.clearTimeout(this._TimeoutID)};a.prototype.Show=function(){this._Init();var b=MadCap.TopicHelpers.AddBackgroundTint("light");$(b).animate({opacity:0.5},200);this._El.fadeIn(200)};a.prototype.Hide=function(b){this._Cleanup();MadCap.TopicHelpers.RemoveBackgroundTint();if(b){this._El.fadeOut()}else{this._El.hide()}$(this).trigger("closed")};a.prototype.Submit=function(){$(".status-message-box").hide();$(".profile-item-wrapper.error").removeClass("error");if(this._CheckErrors()){this._SetStatusMessage("required-fields-missing-message","error");return}var c=this._LoginItemsToXml();var b=this;if(this._Mode=="new"){this._FeedbackController.StartActivateUser2(c,function(d){b._CheckUserStatus(d)});this._SetStatusMessage("verification-email-sent-message")}else{if(this._Mode=="edit"){this._FeedbackController.UpdateUserProfile(this._UserGuid,c,function(d){if(d=="00000000-0000-0000-0000-000000000000"){b.Hide(true)}else{b._CheckUserStatus(d);b._SetStatusMessage("verification-email-sent-message")}})}}$(".submit-button").attr("disabled","disabled")};a.prototype._CheckUserStatus=function(c){var b=this;this._FeedbackController.CheckUserStatus(c,function(d){if(d=="Pending"){b._TimeoutID=setTimeout(function(){b._CheckUserStatus(c)},5000)}else{MadCap.Utilities.Store.setItem("LiveHelpUserGuid",d);b.Hide(true)}})};a.prototype._CheckErrors=function(){var e=false;var d=$(".login-dialog .profile-item-wrapper input, .login-dialog .profile-item-wrapper select");for(var c=0,f=d.length;c0){for(var aa=0;aa0&&Q[0].getElementsByTagName("Url").length>0){var W=X.getElementsByTagName("Subsystems")[0].getElementsByTagName("Url");for(var O=0;O0)};this.IsRoot=function(){return r==null};this.LoadLanguage=function(K,I){var J=this;require([this.LanguageUrl],function(L){J.Language=L;K.call(I,L)})};this.LoadBreakpoints=function(K,I){if(this.IsResponsive&&this.IsRoot()){var J=this;require([this.BreakpointsUrl],function(L){J.Breakpoints=L;K.call(I,L)})}else{K.call(I,null)}};this.LoadConcepts=function(I){if(A){I();return}MadCap.Utilities.Xhr.Load(e+"Data/Concepts.xml",true,function(S){A=new MadCap.Utilities.Dictionary();var L=S.documentElement;for(var N=0;N0){P.n[S].previous=P.n[S-1]}}}P=B(P)}var O=[];var R=false;for(var S=0;S0){I=I.n[I.n.length-1]}}else{if(typeof J.parent!="undefined"){I=J.parent}}return I}function y(O,N){var M="";var L=-1;var K=null;if(O.n&&O.n.length>0){M=O.toc.entries[O.i].title;if(N){M=encodeURIComponent(M)}L=0}else{L=O.parent.n.indexOf(O)+1}if(M.length>0){M+="|"}M+=("_____"+L);for(var I=O.parent;I&&typeof I.i!=="undefined";I=I.parent){if(M==null){M=""}if(M.length>0){M="|"+M}var J=I.toc.entries[I.i].title;if(N){J=encodeURIComponent(J)}M=J+M}return M}function i(J,K,I){K.GetToc(J.type,function(O){if(typeof O=="undefined"){I();return}var N=K.IsAutoMerged?J.automerge:K.MergeNode;var V=O.tree;if(typeof V.n!=="undefined"){var M=N.r==1||(K.IsAutoMerged&&N.a=="replace");var T=M||(K.IsAutoMerged&&(N.a=="before-head"||N.a=="after-head"));var P=M||(K.IsAutoMerged&&(N.a=="before-head"||N.a=="after-tail"));var U=P?N.parent:N;if(typeof U.n=="undefined"){U.n=[]}var Q=P?U.n.indexOf(N)+(T?0:1):T?0:U.n.length;var L=V.n.length;for(var R=0;R0){U.n[Q].previous=U.n[Q-1];U.n[Q-1].next=U.n[Q]}var S=Q+L-(M?1:0)-1;if(S>=0&&S+10){MadCap.Utilities.AsyncForeach(l,function(W,X){W.FindNode(I,K,J,function(Y){if(typeof Y!=="undefined"){L(Y);return}X()})},function(){L(M)})}else{L(M)}})})};this.LoadGlossary=function(K,I){var J=this;this.GetGlossary(function(L){J.Glossary=L;K.call(I,L)})};this.GetGlossary=function(I){require([this.GlossaryUrl],function(J){function L(){N++;if(N==O){I(J)}}if(typeof J=="undefined"){I(J);return}var N=0;var O=0;J.chunks=[];var M=new MadCap.Utilities.Url(d.GlossaryUrl).ToFolder();for(var Q=0;QM?1:0});J.f=L.join("; ")}}if(I.e){if(typeof J.e=="undefined"){J.e={}}$.each(I.e,function(M,N){if(typeof J.e[M]!=="undefined"){d.MergeIndexEntries(J.e[M],N)}else{J.e[M]=N}})}};this.FindIndexEntry=function(J,I){d.LoadIndex(function(K){if(!K.entries){K.entries={};$.each(K.terms,function(O,P){K.entries[P.t]=P})}var M=J.split(":");var N=M.length;var L=K.entries[M[0]];if(L){d.LoadRootIndexEntry(L,function(P){var Q=P;for(var O=1;OL?1:0});return I};this.GetSearchDBs=function(I){var J=new Array();MadCap.Utilities.Xhr.Load(e+"Data/Search.xml",true,function(O){function L(Q){if(Q!=null){for(var P=0;PQ.toLowerCase()){L.c+=J.numchunks;J.terms.splice(O,0,L);M++}else{O++}}}for(;ML.toLowerCase()||(M.toLowerCase()==L.toLowerCase()&&S.t.toLowerCase()>R.t.toLowerCase())){R.c+=K.numchunks;K.terms.splice(O,0,R);N++}else{O++}}}for(;N0){var z=F[F.length-1];if(MadCap.String.StartsWith(z,"_____")){B=parseInt(z.substring("_____".length));F.splice(F.length-1,1)}}var H=i;for(var D=0,A=F.length;D=0){if(B==0){C=H}else{C=$(H).children("TocEntry")[B-1]}}else{var E=k(H);var G=t.ToRelative(new MadCap.Utilities.Url(E.GetPath()));var C=s(H,G.FullPath.toLowerCase(),true);if(!C){C=s(H,G.PlainPath.toLowerCase(),false)}}j=null;o=null;x(C)}function y(z){var A=MadCap.Dom.GetAttribute(z,"Chunk");if(A!=null){b.LoadChunk(z,A,function(B){b.GetTocNode(j,o,x)});return true}return false}function u(z){var A=$(z).attr("MergeHint")||-1;if(A>=0){b.LoadMerge(z,function(B){b.GetTocNode(j,o,x)});return true}return false}};this.GetEntrySequenceIndex=function(u,t,w){this.GetTocNode(u,t,v);function v(y){var x=-1;if(y!=null){x=f(y)}w(x)}};this.GetIndexTotalForEntry=function(u,t,w){this.GetTocNode(u,t,v);function v(y){var z=-1;if(y!=null){var x=y;while(x.parentNode!=i){x=x.parentNode}z=MadCap.Dom.GetAttributeInt(x,"DescendantCount",-1)}w(z)}};function g(){for(var t=0,u=n.length;t=0){b.LoadMerge(C,B);return true}return false}}function p(t,w){var v=$(t).children(w+":last")[0];if(v!=null){var u=p(v,w);if(u!=null){return u}return v}return null}function k(u){var w=null;var t=u;while(true){if(t==t.ownerDocument.documentElement){w=h;break}var v=MadCap.Dom.GetAttributeInt(t,"ownerHelpSystemIndex",-1);if(v>=0){w=a[v];break}t=t.parentNode}return w}function m(u){var x="";var w=-1;var v=$(u).children("TocEntry")[0];if(v!=null){x=encodeURIComponent(MadCap.Dom.GetAttribute(u,"Title"));w=0}else{w=$(u).index()+1}if(x.length>0){x+="|"}x+=("_____"+w);for(var t=u.parentNode;t!=null&&t.parentNode.nodeType==1;t=t.parentNode){if(x==null){x=""}if(x.length>0){x="|"+x}x=encodeURIComponent(MadCap.Dom.GetAttribute(t,"Title"))+x}return x}function f(w){if(w.parentNode==w.ownerDocument.documentElement){return 0}var v=0;var z=MadCap.Dom.GetAttribute(w,"Link");if(z!=null){v++}for(var t=w.previousSibling;t!=null;t=t.previousSibling){if(t.nodeType!=1){continue}var y=MadCap.Dom.GetAttributeInt(t,"DescendantCount",0);v+=y;var z=MadCap.Dom.GetAttribute(t,"Link");if(z!=null){var u=new MadCap.Utilities.Url(z);var x=u.Extension.toLowerCase();if(x=="htm"||x=="html"){v++}}}return v+f(w.parentNode)}};MadCap.WebHelp.TocFile.TocType={Toc:0,BrowseSequence:1};MadCap.WebHelp.AliasFile=function(h,a,e){var d=null;var f=a;var i=null;var g=null;(function(){})();this.Load=function(j){MadCap.Utilities.Xhr.Load(h,true,function k(l){if(l){d=l.documentElement}j()})};this.GetIDs=function(){var j=new Array();c();g.ForEach(function(k,l){j[j.length]=k;return true});return j};this.GetNames=function(){var j=new Array();c();i.ForEach(function(k,l){j[j.length]=k;return true});return j};this.LookupID=function(o){var l=false;var j=null;var m=null;if(o){if(typeof(o)=="string"&&o.indexOf(".")!=-1){var k=o.indexOf("|");if(k!=-1){j=o.substring(0,k);m=o.substring(k+1)}else{j=o}l=true}else{var n=b(o);if(n!=null){l=true;j=n.Topic;m=n.Skin}}}else{l=true}if(j){j=f.ContentFolder+j}return{Found:l,Topic:j,Skin:m}};function b(k){var j=null;c();if(i!=null){if(typeof(k)=="string"){j=i.GetItem(k);if(j==null){j=g.GetItem(k)}}else{if(typeof(k)=="number"){j=g.GetItem(k.toString())}}}return j}function c(){if(i==null){if(d){i=new MadCap.Utilities.Dictionary();g=new MadCap.Utilities.Dictionary();var p=d.getElementsByTagName("Map");for(var m=0;m1){ai()}else{C(ah.DefaultStartTopic)}Q(ah.DefaultSkin);G=ah.IsResponsive=="undefined"?G:ah.IsResponsive;if(G){var aC=ah.Breakpoints;w=aC.Tablet}else{$("html").addClass("web")}if($(window).innerWidth()<=w&&G){y()}ah.LoadMergedSearchFilters(function(aK){if(aK==null||aK.GetLength()==0){if(window.PIE){$(".search-submit-wrapper").each(function(){PIE.attach(this)})}$("#SearchTab").closest("div").empty();return}$(".search-filter-wrapper").show();if(window.PIE){$(".search-filter, .search-submit-wrapper").each(function(){PIE.attach(this)})}var aE=[];aK.ForEach(function(aM,aN){aE.push(aM);return true});aE.sort();if($(".search-bar").css("display")=="none"){$("#SearchTab").closest(".tab").remove();return}var aH=$("#search ul");for(var aI=0,aJ=aE.length;aI").text(aE[aI]));var aL=$("
  • ");aL.addClass("SearchFilterEntry tree-node tree-node-leaf");var aG=$('
    ');var aF=$('');aF.text(aE[aI]);aG.append(aF);aL.append(aG);aH.append(aL)}$(".SearchFilter").click(aa)});an(az)})}function aa(az){var ax=$(az.target).closest(".SearchFilterEntry");$(".SearchFilterEntry.tree-node-selected").removeClass("tree-node-selected");if(ax.hasClass("SearchFilterEntry")){ax.addClass("tree-node-selected");var ay=ax.find(".SearchFilter").text();$(".search-filter span").text(ay);$searchField=$("#search-field-sidebar");if(!$searchField.attr("data-placeholder")){$searchField.attr("data-placeholder",$searchField.attr("placeholder"))}$searchField.attr("placeholder",$searchField.attr("data-placeholder")+" "+ay);ap(az)}}var al={};function B(az,ax,ay){if(!ay){ay="Don't call this twice without a uniqueId"}if(al[ay]){clearTimeout(al[ay])}al[ay]=setTimeout(az,ax)}var a=$(window).innerWidth();var u=$(window).height();function an(ax){B(function(){var az=$(window).innerWidth();if(G){if(az>w){$("#navigation").removeAttr("role");$("body").removeClass("active");$("html").addClass("web");if(a<=w){y()}if(g){var aA=$(g);if(!aA.hasClass("active")){var ay=aA.find("li");var aB=$(ay[0]);aB.removeClass("tabs-nav-inactive");aB.addClass("tabs-nav-active");aA.addClass("active")}}else{if(!g&&$(document).find(".tab.active").length==0){g=$($(document).find(".tab")[0]);E("Toc",g)}}}else{if($("#navigation").attr("role")!=="undefined"){$("#navigation").attr("role","complementary")}$("html").removeClass("web")}if(a>w&&az<=w||a==az&&a<=w&&u==$(window).height()){var aA=$(".tab.active");g=aA.length&&aA.find("li").text()!="SearchTab"?$(".tab.active"):g;$(".tab .tabs-nav-active").removeClass("tabs-nav-active");$(".tabs-nav li").addClass("tabs-nav-inactive");$(".tab.active").removeClass("active")}if(a>w&&az<=w||a<=w&&az>w){at($(window).innerWidth())}}M(parseInt($("#navigation").css("width")));a=az;u=$(window).height()},50,"FireOnce")}function at(az){var aA=$(document.documentElement).hasClass("left-layout")?"left":$(document.documentElement).hasClass("right-layout")?"right":"left";var aD=$("#navigation");var aC=$("#contentBody");var aF=$("#navigationResizeBar");var aB=!aD.attr("style")||!aC.attr("style");var ay=!aD.attr("data-mc-last-width")||!aC.attr("data-mc-last-width");if(aB&&ay){return}if(az>w){var aE=aD.attr("data-mc-last-width");if(aE){aD.css("width",aE);var ax=aC.attr("data-mc-last-width");if(ax){aC.css(aA,ax)}}}else{var aE=aD.css("width");if(aE){aD.attr("data-mc-last-width",aE);aD.removeAttr("style");var ax=aC.css(aA);if(ax){aC.attr("data-mc-last-width",ax)}aC.removeAttr("style")}}}function q(ax){MadCap.DEBUG.Log.AddLine(window.name+"onhashchange: "+document.location.hash);if(document.location.hash.length>1){ai()}else{C(ah.DefaultStartTopic)}}function l(){$(".star-buttons").click(L);J();$(".buttons").on("click",".login-button",function(ax){I=new MadCap.Feedback.LoginDialog(W,W.PulseEnabled?"pulse":"new");if(!W.PulseEnabled){$(I).bind("closed",function(){J()})}I.Show()});$(".buttons").on("click",".edit-user-profile-button",function(ax){if(W.PulseEnabled){document.location.hash="pulse-#!streams/"+W.PulseUserGuid+"/settings"}else{I=new MadCap.Feedback.LoginDialog(W,"edit");$(I).bind("closed",function(){J()});I.Show()}})}function V(ay){var ax=$("#search-field").val();if(!ay){ax=$("#search-field-sidebar").val()}ax=MadCap.Utilities.Url.StripInvalidCharacters(ax);if(!MadCap.String.IsNullOrEmpty(ax)){document.location.hash="search-"+ax}else{document.location.hash=""}}function ap(ay){var az=null;if($("#search-field").is(":visible")){az=$(ay.target).text();$(this).prev().text(az)}else{az=$(".SearchFilter.active")&&$(".SearchFilter.active").length?$(".SearchFilter.active").text():$.trim($(".search-filter li").first().text())}if($("#searchPane").is(":visible")){var ax=$("#search-field").val();if(MadCap.String.IsNullOrEmpty(ax)){return}h(ax)}}function h(aA,aD,aB,aC,ay){var ax=$(window).innerWidth()<=w&&$(".SearchFilter.active")&&$(".SearchFilter.active").length?$.trim($(".SearchFilter.active").text()):$.trim($(".search-filter span").text());var az=$.trim($(".search-filter li").first().text());if(typeof aD=="undefined"){aD=true}if(typeof aB=="undefined"){aB=ah.DisplayCommunitySearchResults}if(typeof aC=="undefined"){aC=ah.CommunitySearchResultsCount}if(typeof ay=="undefined"){ay=0}if(ax==az){ax=null}$("#resultList").remove();ac("search");if(aD){n(aA,ax,function(aE){if(aB){e(aA,ax,aC,ay,function(aF){H(aA,aE,aF)})}else{H(aA,aE,null)}})}else{if(aB){e(aA,ax,aC,ay,function(aE){H(aA,null,aE)})}}$("body").removeClass("active")}function n(aA,ay,ax){if(f==null){f=new MadCap.WebHelp.SearchPane(ah)}var az=$("#searchPane").addClass("loading");f.Init(function(){f.StartSearch(decodeURIComponent(aA),ay,function(aC){var aB=O(aC);az.removeClass("loading");if(ax!=null){ax(aB)}},null)})}function e(aC,aA,az,ay,ax){if(f==null){f=new MadCap.WebHelp.SearchPane(ah)}var aB=$("#searchPane").addClass("loading");f.Init(function(){f.StartPulseSearch(aC,az,ay,function(aD){aB.removeClass("loading");if(ax!=null){ax(aD)}})})}function O(aG){var aL=[];for(var aK=0,aF=aG.GetLength();aK0){var aP=document.createElement("li");aP.setAttribute("id","community-results");aQ.appendChild(aP);var aH=document.createElement("h3");aH.setAttribute("class","title");var aT=document.createElement("a");aT.setAttribute("href","#communitysearch-"+a0);aT.appendChild(document.createTextNode("Community Results"));aH.appendChild(aT);var aB=document.createElement("span");aB.appendChild(document.createTextNode(" ("+aG.TotalRecords+")"));aH.appendChild(aB);var aK=document.createElement("ul");aK.setAttribute("id","communityResultList");aP.appendChild(aH);aP.appendChild(aK);var az=new Date();var aA=new Date(az.getUTCFullYear(),az.getUTCMonth(),az.getUTCDate(),az.getUTCHours(),az.getUTCMinutes(),az.getUTCSeconds());for(var aY=0;aY(window.innerWidth*0.85)){return}}else{if(ax=="right"){if(ay<(window.innerWidth*0.15)||ay>(window.innerWidth-175)){return}}}M(ay);$("#navigationResizeBar").css(ax,ay+"px");$("#navigation").css("width",ay+"px");$("#contentBody").css(ax,(ay+5)+"px")}function M(aA){var az=$(".tabs-nav li");$.each(az,function(aC,aD){var aB=$(aD);if(aB.hasClass("tab-collapsed")){aB.removeClass("tab-collapsed")}});if(aA=0;ay--){var ax=$(az[ay]);ax.addClass("tab-collapsed");if(aA>aq()+18){break}}}}function aq(){var ay=0;var ax=$(".tabs-nav li");ax.each(function(aA,az){var aB=$(az);if(aB.is(":visible")){ay+=parseInt(aB.css("width"))}});return ay}function y(){var ay=$(document).find(".tab");for(var ax=0;ax1){aE=ax.QueryMap.GetItem("TocPath");if(aE!=null){aC="Toc"}else{aB=ax.QueryMap.GetItem("BrowseSequencesPath");if(aB!=null){aC="BrowseSequences"}}if(ax.HashMap.GetItem("cshid")==null){var aA=ax.Query.indexOf("?");var ay=ax.Query.lastIndexOf("?");var aD="";if(aA!=ay){aD=ax.Query.substr(aA,ay)}ax=new MadCap.Utilities.Url(ax.Fragment.substr(1));if(!MadCap.String.IsNullOrEmpty(aD)){ax.Query=aD}}}else{ax=new MadCap.Utilities.Url(ah.DefaultStartTopic).ToRelative(ah.GetContentPath())}ah.SetBrowseSequencePath(aB,ax);if(ah.SyncTOC){MadCap.Utilities.CrossFrame.PostMessageRequest(parent,"sync-toc",[aC,aC=="Toc"?aE:aB,ax.FullPath],null)}}function p(ax){$(document.documentElement).removeClass("has-topic");ac("pulse");var ay=ax.substring(ax.indexOf("#"));MadCap.Utilities.CrossFrame.PostMessageRequest(frames["community-frame-html5"],"pulse-hash-changed",[ay]);W.Init(function(){if(W.PulseActive){frames.pulse.location.replace(W.PulseServer+ay)}})}function ao(){var aD=document.location.hash.substring(1);var aE=new MadCap.Utilities.Dictionary();var aA=aD.split("&");$(aA).each(function(aG,aH){var aF=aA[aG].split("=");aE.Add(aF[0].toLowerCase(),aF[1])});var az=aE.GetItem("searchQuery".toLowerCase());if(az!=null){$("#search-field").val(decodeURIComponent(az));$("#search-field-sidebar").val(decodeURIComponent(az));var ay=MadCap.String.ToBool(aE.GetItem("firstPick".toLowerCase()),false);if(ay){n(az,null,function(aF){if(aF.length>=1){X(aF[0].Link)}})}else{h(az)}}else{var aC=aE.GetItem("cshid");if(aC!=null){ak=aC;ah.LookupCSHID(aC,function(aG){if(aG.Found){C(aG.Topic)}else{C(ah.DefaultStartTopic)}var aF=aE.GetItem("skinName".toLowerCase())||aG.Skin;if(aF!=null){var aH=ah.GetSkin(aF);b(aH)}});return}else{C(ah.DefaultStartTopic)}}var ax=aE.GetItem("skinName".toLowerCase());if(ax!=null){var aB=ah.GetSkin(ax);b(aB)}}function af(){if(document.location.hash.indexOf("#pulse-")!=0){return""}return document.location.hash.substring("#pulse-".length)}function b(aI){Q(aI);if(MadCap.String.IsNullOrEmpty(aI.Tabs)){$("#navigation").remove();$("#navigationResizeBar").remove();$(document.documentElement).removeClass("left-layout").removeClass("right-layout")}else{if(aI.WebHelpOptions!=null&&aI.WebHelpOptions.HideNavigationOnStartup!=null&&(MadCap.String.ToBool(aI.WebHelpOptions.HideNavigationOnStartup,false))){i("hide")}if(aI.NavigationPanePosition!=null&&aI.NavigationPanePosition=="Right"){$(document.documentElement).removeClass("left-layout").addClass("right-layout")}if(aI.NavigationPaneWidth!=null){var aH=MadCap.String.ToInt(aI.NavigationPaneWidth,300);c(aH)}var aE=aI.Tabs.split(",");var aC=["TOC","Index","Glossary","BrowseSequences","Community"];var aA=$(".tabs");for(var aB=0,ay=aC.length;aB=0){continue}if(az=="TOC"){az="Toc"}var aG=$("#"+az+"Tab");if(aG.length==0){continue}var ax=aA.children(".tabs-nav").children("li").index(aG);var aF=aA.children(".tabs-panels").children(":eq("+ax+")");aG.remove();aF.remove()}var aD=aI.DefaultTab;if(aD=="TOC"){aD="Toc"}E(aD,aA);S(aD)}if(aI.Toolbar!=null&&MadCap.String.IsNullOrEmpty(aI.Toolbar.Buttons)){$(".buttons").remove();$("#contentBody").addClass("no-buttons")}if(aI.DisplaySearchBar=="false"){$(".search-bar").hide()}}function ac(ax){$("#topic").css("display",ax=="topic"?"block":"none");$("#pulse").css("display",ax=="pulse"?"block":"none");$("#searchPane").css("display",ax=="search"?"block":"none")}var m=null;function o(aD){var ax=$(this).attr("id");var az=ax.substring(0,ax.length-"Tab".length);m=az;E(az,$(this).closest(".tabs"));if($(window).innerWidth()<=w&&G){var aB=$(document).find(".tab");for(var aA=0;aAw)){E(ax,ay)}}function av(){if(R!=null){return}var ax=$("#toc");ax.addClass("loading");R=new MadCap.WebHelp.TocPane("Toc",ah,ax[0]);R.Init(function(){ax.removeClass("loading")});return ax.parent()}function U(){if(ad!=null){return}var ax=$("#index");ax.addClass("loading");ad=new MadCap.WebHelp.IndexPane(ah);ad.Init($("#index .index-wrapper")[0],function(){ax.removeClass("loading")});return ax.parent()}function D(){if(K!=null){return}var ax=$("#glossary");ax.addClass("loading");K=new MadCap.WebHelp.GlossaryPane(ah);K.Init(ax[0],function(){ax.removeClass("loading")});return ax.parent()}function d(){if(ar!=null){return}var ax=$("#browseSequences");ax.addClass("loading");ar=new MadCap.WebHelp.TocPane("BrowseSequences",ah,ax[0]);ar.Init(function(){ax.removeClass("loading")});return ax.parent()}function au(){if(F){return}F=true;var ax=$("#community-frame-html5");W.Init(function(){if(W.PulseActive){ax.attr("src",W.PulseServer+"streams/my")}});return $pane.parent()}function Q(aK){var aL=MadCap.String.ToBool(aK.UseBrowserDefaultSize,false);if(aL){return}var aA=MadCap.String.ToInt(aK.Top,0);var aI=MadCap.String.ToInt(aK.Left,0);var aJ=MadCap.String.ToInt(aK.Bottom,0);var ay=MadCap.String.ToInt(aK.Right,0);var aB=MadCap.String.ToInt(aK.Width,800);var aC=MadCap.String.ToInt(aK.Height,600);var ax=aK.Anchors;if(ax){var aE=(ax.indexOf("Top")>-1)?true:false;var az=(ax.indexOf("Left")>-1)?true:false;var aH=(ax.indexOf("Bottom")>-1)?true:false;var aD=(ax.indexOf("Right")>-1)?true:false;var aF=(ax.indexOf("Width")>-1)?true:false;var aG=(ax.indexOf("Height")>-1)?true:false}if(az&&aD){aB=screen.availWidth-(aI+ay)}else{if(!az&&aD){aI=screen.availWidth-(aB+ay)}else{if(aF){aI=(screen.availWidth/2)-(aB/2)}}}if(aE&&aH){aC=screen.availHeight-(aA+aJ)}else{if(!aE&&aH){aA=screen.availHeight-(aC+aJ)}else{if(aG){aA=(screen.availHeight/2)-(aC/2)}}}if(window==top){window.resizeTo(aB,aC);window.moveTo(aI,aA)}}function am(){$(".star-buttons").addClass("loading");W.GetAverageRating(aw,function(ay,ax){$(".star-buttons").removeClass("loading");ae(ay)})}function ae(aB){var ax=$(".star-buttons");var aE=$(".star-button",ax);var aD=aE.length;var aC=Math.ceil(aB*aD/100);aE.css("opacity",0);for(var az=0;az1){var aO=new MadCap.Utilities.Url(aB.Fragment.substring(1));aP=aB.QueryMap.GetItem("returnUrl")}aQ[aQ.length]=aP;aL.Handled=true;aL.FireResponse=true}else{if(aF=="navigate"){var aK=aC[0];if(aK){document.location.hash=MadCap.Utilities.Url.StripInvalidCharacters(aK)}aL.Handled=true;aL.FireResponse=true}else{if(aF=="navigate-topic"){var aK=aC[0];var aO=new MadCap.Utilities.Url(aK);if(aO.IsAbsolute){var aA=new MadCap.Utilities.Url(document.location.href);aA=new MadCap.Utilities.Url(aA.PlainPath);var aJ=MadCap.String.EndsWith(aA.FullPath,"/")?aA:aA.ToFolder();var aG=aJ.CombinePath(ah.ContentFolder);aO=aO.ToRelative(aG)}if(aO.FullPath){document.location.hash=MadCap.Utilities.Url.StripInvalidCharacters(aO.FullPath)}aL.Handled=true}else{if(aF=="navigate-home"){var aB=new MadCap.Utilities.Url(document.location.href);document.location.href=aB.PlainPath;aL.Handled=true}else{if(aF=="navigate-pulse"){var aK=aC[0];if(document.location.hash.length>1&&aK){var aN=aK.toLowerCase();if(aN==="feedback/account/register"||aK.toLowerCase()==="forgotpassword"){var aB=new MadCap.Utilities.Url(document.location.hash.substring(1));var aP=aB.QueryMap.GetItem("returnUrl");if(aP!=null){aP=escape(aP)}else{aP=document.location.hash.substring(1)}aK+="?returnUrl="+aP}}if(aK){document.location.hash="pulse-"+MadCap.Utilities.Url.StripInvalidCharacters(aK)}aL.Handled=true}else{if(aF=="navigate-previous"){T();aL.Handled=true}else{if(aF=="navigate-next"){v();aL.Handled=true}else{if(aF=="login-user"||aF=="login-pulse"){if(N==null){var aI=aF=="login-pulse"?"pulse":"new";I=new MadCap.Feedback.LoginDialog(W,aI);if(aI=="new"){$(I).bind("closed",function(){J();aQ[aQ.length]=N;MadCap.Utilities.CrossFrame._PostMessageResponse(aR,aF,aQ.length>0?aQ:null,ax)})}I.Show();aL.Handled=true;aL.FireResponse=false}else{aQ[aQ.length]=N;aL.Handled=true;aL.FireResponse=true}}else{if(aF=="get-csh-id"){aQ[aQ.length]=ak;aL.Handled=true;aL.FireResponse=true}else{if(aF=="get-user-guid"){aQ[aQ.length]=N;aL.Handled=true;aL.FireResponse=true}else{if(aF=="get-topic-path-by-stream-id"){var aD=aC[0];W.GetTopicPathByStreamID(aD,function(aT){aQ[aQ.length]=aT;MadCap.Utilities.CrossFrame._PostMessageResponse(aR,aF,aQ.length>0?aQ:null,ax)},null,null);aL.Handled=true;aL.FireResponse=false}else{if(aF=="get-topic-path-by-page-id"){var az=aC[0];W.GetTopicPathByPageID(az,function(aT){aQ[aQ.length]=aT;MadCap.Utilities.CrossFrame._PostMessageResponse(aR,aF,aQ.length>0?aQ:null,ax)},null,null);aL.Handled=true;aL.FireResponse=false}else{if(aF=="hash-changed"){var aH=aC[0];aH=aH.substring(1);history.pushState(null,null,document.location.pathname+document.location.hash+"$"+aH);aL.Handled=true;aL.FireResponse=false}else{if(aF=="forward-ajax-open-success"){var aS=aC[0];var aM=parseInt(aC[1]);var aE=aC[2];ac("pulse");MadCap.Utilities.CrossFrame.PostMessageRequest(frames.pulse,"ajax-open-success",[aS,aM,aE]);aL.Handled=true;aL.FireResponse=false}else{if(aF=="get-pulse-hash"){var ay="";if(document.location.hash.indexOf("#pulse-")==0){ay=document.location.hash.substring("#pulse-".length)}aQ[aQ.length]=ay;aL.Handled=true;aL.FireResponse=true}else{if(aF=="login-complete"||aF=="logout-complete"){MadCap.Utilities.CrossFrame.PostMessageRequest(frames.pulse,"reload");MadCap.Utilities.CrossFrame.PostMessageRequest(frames["community-frame-html5"],"reload");MadCap.Utilities.CrossFrame.PostMessageRequest(frames.topic,"reload-pulse");aj();J();aL.Handled=true;aL.FireResponse=false}else{if(aF=="close-login-dialog"){aj();aL.Handled=true;aL.FireResponse=false}else{if(aF=="set-pulse-login-id"){if(W!=null){W.PulseUserGuid=aC[0]}J();aL.Handled=true;aL.FireResponse=false}else{if(aF=="touch-swipe"){t(aC[0]);aL.Handled=true;aL.FireResponse=false}else{if(aF=="get-parent-window-width"){aQ[aQ.length]=$(window).innerWidth();aL.Handled=true;aL.FireResponse=true}}}}}}}}}}}}}}}}}}}}return aL},null);$(Y);$(window).resize(an);$(window).hashchange(q);var R=null;var ad=null;var f=null;var K=null;var ar=null;var F=null;var ah=null;var W=null;var aw=null;var N=null;var ak=null;var I=null})();/* -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ -(function(){if(MadCap.Dom.Dataset(document.documentElement,"mcRuntimeFileType")!="Default"){return}MadCap.WebHelp=MadCap.CreateNamespace("WebHelp");var b=window.external&&window.external.attached&&window.external.attached();MadCap.WebHelp.TocPane=function(d,h,g){var e=this;this._Init=false;this._RuntimeFileType=d;this._HtmlNodeID=d=="Toc"?"toc":"browseSequences";this._ContainerEl=g;this._HelpSystem=h;this._TocFile=this._RuntimeFileType=="Toc"?this._HelpSystem.GetTocFile():this._HelpSystem.GetBrowseSequenceFile();this._LoadedNodes=[];var f=null;var c=null;MadCap.Utilities.CrossFrame.AddMessageHandler(this.OnMessage,this);this._Initializing=false;this._InitOnCompleteFuncs=new Array();this.TreeNode_Click=function(p){var q=p.target;var t=$(q).closest("li")[0];if(t==null){return}var s=$(t);var l=s.hasClass("tree-node-leaf");if(!l){s.toggleClass("tree-node-expanded").toggleClass("tree-node-collapsed")}var j=s.find("> div img");var r=j.attr("data-mc-alt2");var o=j.attr("alt");if(r!=""){j.attr("alt",r);j.attr("data-mc-alt2",o)}var u=s.find("> div a");if(u[0]!=null){var i=u.attr("href");if(!MadCap.String.IsNullOrEmpty(i)){e._SelectNode(t)}if(u[0]!=q){var n=u.attr("target");if(!MadCap.String.IsNullOrEmpty(i)){if(n!=null){window.open(i,n)}else{document.location.href=i}}}}var k=e._LoadedNodes[s.attr("data-mc-id")];if(!k.childrenLoaded){var m=$("
      ");m.addClass("tree inner");if(b){m.attr("data-mc-style","Navigation Panel Item")}e.LoadTocChildren(k,m,function(){s.append(m)})}if(l){$("body").removeClass("active")}}};var a=MadCap.WebHelp.TocPane;a.prototype.OnMessage=function(i,f,h){var g={Handled:false,FireResponse:true};if(i=="sync-toc"){var c=f[0];var e=f[1];var d=new MadCap.Utilities.Url(f[2]);if(c==null||c==this._RuntimeFileType){this.SyncTOC(e,d);g.Handled=true}}return g};a.prototype.Init=function(c){if(this._Init){if(c!=null){c()}return}if(c!=null){this._InitOnCompleteFuncs.push(c)}if(this._Initializing){return}this._Initializing=true;var d=$(this._ContainerEl);d.click(this.TreeNode_Click);var e=this;d.attr("data-mc-chunk","Data/"+this._RuntimeFileType+".xml");this.CreateToc(this._ContainerEl,function(){e._Init=true;for(var f=0;f");g.addClass("tree");if(b){g.attr("data-mc-style","Navigation Panel Item")}d.LoadTocChildren(i.tree,g,function(){var j=$(d._ContainerEl);j.append(g);this._Init=true;if(c!=null){c()}})},null)};a.prototype.LoadTocChildren=function(j,g,c){var h=typeof j.n!=="undefined"?j.n.length:0;var d=0;if(h==0){j.childrenLoaded=true}if(j.childrenLoaded){if(c){c()}return}for(var f=0;f");k.addClass("tree-node tree-node-collapsed");g.append(k);this.LoadTocNode(e,k,function(){d++;if(d==h){j.childrenLoaded=true;if(c!=null){c()}}})}};a.prototype.LoadTocNode=function(f,e,c){var d=this;var g=f.toc;this._HelpSystem.LoadTocChunk(g,f.c,function(p){var n=$("
      ");var i=false;if(typeof f.w!=="undefined"&&f.w==1){n.append("");i=true}var o=$('');var q=g.entries[f.i];var l=typeof f.f!="undefined";var j=d._HelpSystem.GetTocEntryHref(f,l?null:d._RuntimeFileType);var k=$("");if(l){k.attr("target",f.f)}if(j!=null){k.attr("href",j)}else{k.attr("href","javascript:void(0);")}k.text(q.title);if(typeof f.s!="undefined"){e.addClass(f.s)}if(typeof f.n=="undefined"||f.n.length==0){e.removeClass("tree-node-collapsed");e.addClass("tree-node-leaf")}var r="default";var m=d._HelpSystem.Language;for(className in m){if(e.hasClass(className)){r=className;break}}var h=$("");h.attr("src","Skins/Default/Stylesheets/Images/transparent.gif");h.addClass("toc-icon");if(i){h.attr("alt",m[r]["MarkAsNewIconAlternateText"])}else{if(e.hasClass("tree-node-leaf")){h.attr("alt",m[r]["TopicIconAlternateText"])}else{h.attr("alt",m[r]["ClosedBookIconAlternateText"]);h.attr("data-mc-alt2",m[r]["OpenBookIconAlternateText"])}}if(h.prop("src")!=""){k.prepend(h)}o.append(k);n.append(o);f.el=e;e.append(n);e.attr("data-mc-id",d._LoadedNodes.length);d._LoadedNodes.push(f);if(c!=null){c()}})};a.prototype.SyncTOC=function(e,d){var c=this;var f=$(".tree-node-selected a",this._ContainerEl);if(f.length>0){var g=f[0];if(g.href===document.location.href){return}}this.Init(function(){function j(l){if(typeof l!=="undefined"&&l!=null){var k=[];var m=l;while(typeof m!=="undefined"&&!m.childrenLoaded){k.unshift(m);m=m.parent}MadCap.Utilities.AsyncForeach(k,function(q,p){var o=$(q.el);var n=$("
        ");n.addClass("tree inner");c.LoadTocChildren(q,n,function(){o.append(n);p()})},function(){var n=l.el[0];c._UnhideNode(n);c._SelectNode(n)})}}function h(k){c._HelpSystem.FindNode(c._RuntimeFileType,e,k,function(m){if(!m){if(!MadCap.String.IsNullOrEmpty(k.Fragment)||!MadCap.String.IsNullOrEmpty(k.Query)){var l=new MadCap.Utilities.Url(k.PlainPath);c._HelpSystem.FindNode(c._RuntimeFileType,e,l,j)}}else{j(m)}})}var i=d.HashMap.GetItem("cshid");if(i!=null){c._HelpSystem.LookupCSHID(i,function(l){var k=l.Found?new MadCap.Utilities.Url(l.Topic).ToRelative(c._HelpSystem.GetContentPath()):new MadCap.Utilities.Url(c._HelpSystem.DefaultStartTopic);h(k)})}else{h(d)}})};a.prototype._UnhideNode=function(c){var e=MadCap.Dom.GetAncestorNodeByTagName(c,"li",this._ContainerEl);while(e!=null){var d=$(e);d.removeClass("tree-node-collapsed");d.addClass("tree-node-expanded");e=MadCap.Dom.GetAncestorNodeByTagName(e,"li",this._ContainerEl)}};a.prototype.NavigateTopic=function(f){var g=$(".tree-node-selected",this._ContainerEl)[0];if(g==null){g=$(".tree-node",this._ContainerEl)[0]}if(this.NeedsCreateToc(g)){var e=this;this.CreateToc(g,function(){e.NavigateTopic(f)});return}var c=f=="previous"?this._GetPrevious(g):this._GetNext(g);if(c==null){return}this._SelectNode(c);var d=$("> div a",c)[0];if(d!=null){document.location.href=$(d).attr("href")}this._UnhideNode(c)};a.prototype._SelectNode=function(d){var c=$(d);$(".tree-node-selected",this._ContainerEl).removeClass("tree-node-selected");c.addClass("tree-node-selected");c.scrollintoview()};a.prototype._GetNext=function(e){var d=$(e);if(d.find(".tree-node").length>0){return d.find(".tree-node")[0]}if(d.next(".tree-node").length>0){return d.next(".tree-node")[0]}var c=d;while(true){var f=$(c.parent().closest(".tree-node",this._ContainerEl));if(f.length==0){break}if(f.next(".tree-node").length>0){return f.next(".tree-node")[0]}c=f}return null};a.prototype._GetPrevious=function(e){var d=$(e);var c=d.prev(".tree-node");if(c.length==0){if(d.parent().closest(".tree-node",this._ContainerEl).length>0){return d.parent().closest(".tree-node",this._ContainerEl)[0]}else{return null}}if(c.find(".tree-node").length>0){return c.find(".tree-node").last()[0]}return c[0]}})();/* -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ -(function(){if(MadCap.Dom.Dataset(document.documentElement,"mcRuntimeFileType")!="Default"){return}MadCap.WebHelp=MadCap.CreateNamespace("WebHelp");var a;MadCap.WebHelp.IndexPane=function(e){var c=this;this._Init=false;this._ContainerEl=null;this._HelpSystem=e;this._EntryHeight=-1;this._IndexEntryCount=0;this._IndexEntries={};this._IndexDivs=new Array();this._XmlDoc=null;this._Chunks=null;this._AlphaMap=new MadCap.Utilities.Dictionary();this._LiCached=null;this._SeePrefix=null;this._SeeAlsoPrefix=null;if(this._HelpSystem.IsResponsive){var d=this._HelpSystem.Breakpoints;a=d.Tablet}this.GetPath=function(f,g){return MadCap.String.IsNullOrEmpty(f)?new MadCap.Utilities.Url(g).ToRelative("/Content/").FullPath:"../"+new MadCap.Utilities.Url(f+g).FullPath};this.LoadRootEntry=function(g,f){var i=$(g);var h=i.data("entry");c._HelpSystem.LoadRootIndexEntry(h,function(k){if(k.e&&!k.childrenLoaded){var j=$("
          ");j.addClass("tree inner");c.LoadEntries(j,k.e);i.append(j)}k.childrenLoaded=true;i.data("entry",k);if(f){f(k,i)}})};this.LoadEntries=function(i,f){var h=this;if(!$.isArray(f)){var g=[];$.each(f,function(j,k){if(!k.t){k.t=j}g.push(k)});g.sort(function(k,j){var m=(k.s||k.t).toLowerCase();var l=(j.s||j.t).toLowerCase();return ml?1:0});f=g}$.each(f,function(r,w){var s=$("
        • ");s.addClass("IndexEntry tree-node tree-node-collapsed");var m=w.t;var p=w.r=="See";var j=w.r=="SeeAlso";var k=$("
          ");k.addClass("IndexTerm");var u=$("").addClass("label");k.append(u);var v=true;if(p){m=h._SeePrefix+": "+w.f;k.addClass("see");w.seeAlsoLinks=[w.f]}else{if(j){m=h._SeeAlsoPrefix+": ";w.seeAlsoLinks=[];seeAlsoLinks=w.f.split("; ");if(seeAlsoLinks.length>1){var l=$("").text(m);u.append(l);for(var o=0;o").addClass("seeAlsoLink").text(t);u.append(q);w.seeAlsoLinks.push(t);if(o").text(m);u.append(l)}s.append(k);w.isRoot=typeof w.$!=="undefined";if(w.e){var n=$("
            ");n.addClass("tree inner");h.LoadEntries(n,w.e);s.append(n)}else{if(w.$===1||!w.isRoot){s.removeClass("tree-node-collapsed");s.addClass("tree-node-leaf")}}i.append(s);w.el=s[0];s.data("entry",w);if(!p&&!j){if(typeof h._IndexEntries[m]=="undefined"){h._IndexEntries[m]=[w]}else{h._IndexEntries[m].push(w)}}})};this.FindEntry=function(g,f){c._HelpSystem.FindIndexEntry(g,function(h,i){if(!i){return}c.LoadRootEntry(h.el,function(){if(f){f(i)}})})};this.SelectEntry=function(j,n,k,l,o){$(".tree-node-selected",c._ContainerEl).removeClass("tree-node-selected");k.addClass("tree-node-selected");if(!n){return}MadCap.TopicHelpers.RemoveLinkListTrees();var m=j.pageY-l.offset().top;var f=j.pageX-l.offset().left;if(n.r&&!o){var i=$(".seeAlsoLink",k).index(j.target);var h=n.seeAlsoLinks[0];if(i>=0){h=n.seeAlsoLinks[i]}h=h.replace(", ",":");this.FindEntry(h,function(p){k=$(p.el);$container=$(window).innerWidth()>a?$(c._ContainerEl).parent():$("#navigation");c._UnhideNode(k[0]);c.SelectEntry(j,p,k,l,true);$container.animate({scrollTop:$container.scrollTop()+k.offset().top-$container.offset().top})});return}else{if(n.linkList&&n.linkList.length>1&&!o){var g=$(window).innerWidth()>a||!this._HelpSystem.IsResponsive;if(g){MadCap.TopicHelpers.CreateLinkListPopup(n.linkList,c._ContainerEl,m,f,this,"#")}else{MadCap.TopicHelpers.CreateLinkListTree(n.linkList,k,this,"#",function(p){c.TreeNode_Click(p);MadCap.TopicHelpers.Item_Click.call(this,[p])})}j.preventDefault();j.stopPropagation()}else{if(n.linkList&&n.linkList.length==1){document.location.href="#"+n.linkList[0].Link}}}if(k.hasClass("tree-node-expanded")&&!o){k.removeClass("tree-node-expanded");k.addClass("tree-node-collapsed")}else{if(k.hasClass("tree-node-collapsed")){k.removeClass("tree-node-collapsed");k.addClass("tree-node-expanded")}}};this.TreeNode_Click=function(i){var f=MadCap.Dom.GetAncestorNodeByTagName(i.target,"li");if(f==null){return}if($(i.target).closest(".link-list-popup").length>0){return}var h=$(this);var j=$(f);i.preventDefault();var g=j.data("entry");if(!j.hasClass("IndexEntryLink")&&(!g||g.isRoot)){c.LoadRootEntry(f,function(k,l){c.SelectEntry(i,k,l,h)})}else{c.SelectEntry(i,g,j,h)}};this.Search=function(){var f=this.value.toLowerCase();c._Terms.each(function(){var g=$(this);var h=g.parent().parent();var i=g.text().toLowerCase().indexOf(f)!=-1;h.css("display",i?"block":"none");g.removeHighlight("highlightIndex");if(i){g.highlight(f,"highlightIndex")}})}};var b=MadCap.WebHelp.IndexPane;b.prototype.Init=function(f,c){if(this._Init){if(c!=null){c()}return}var e=this;e._ContainerEl=f;var d=$(this._ContainerEl.parentNode);this._SeePrefix=d.attr("data-see-prefix")||"See";this._SeeAlsoPrefix=d.attr("data-see-also-prefix")||"See Also";e._HelpSystem.LoadIndex(function(i,h){var g=$("
              ");g.addClass("tree");e.LoadEntries(g,i.terms);var k=$(e._ContainerEl);k.click(e.TreeNode_Click);k.append(g);var j=$("#search-index");j.bind("keyup",e.Search);$("#responsive-search-index").bind("keyup",e.Search);e._Terms=$(".IndexEntry a",this._ContainerEl);e._Init=true;if(c!=null){c()}},null)};b.prototype._UnhideNode=function(d){var c=MadCap.Dom.GetAncestorNodeByTagName(d,"li",this._ContainerEl);while(c!=null){var e=$(c);e.removeClass("tree-node-collapsed");e.addClass("tree-node-expanded");c=MadCap.Dom.GetAncestorNodeByTagName(c,"li",this._ContainerEl)}}})();/* -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ -(function(){if(MadCap.Dom.Dataset(document.documentElement,"mcRuntimeFileType")!="Default"){return}MadCap.WebHelp=MadCap.CreateNamespace("WebHelp");MadCap.WebHelp.GlossaryPane=function(c){var b=this;this._Init=false;this._ContainerEl=null;this._HelpSystem=c;MadCap.Utilities.CrossFrame.AddMessageHandler(this.OnMessage,this);this.TreeNode_Click=function(j){var d=MadCap.Dom.GetAncestorNodeByTagName(j.target,"li");if(d==null){return}var l=$(d);var i=$("a",l);var h=i.text();var k=l.attr("data-chunk");var f=b._HelpSystem.Glossary.chunks[k];var g=new MadCap.Utilities.Url(f).ToFolder().ToFolder().FullPath;if(MadCap.String.EndsWith(g,"/")){g=g.slice(0,-1)}j.preventDefault();require([f],function(n){var o=n[h];$(".tree-node-selected",b._ContainerEl).removeClass("tree-node-selected");l.addClass("tree-node-selected");var e=$(".GlossaryPageTerm",d);if(!MadCap.String.IsNullOrEmpty(o.d)&&!e.hasClass("MCDropDownHead")){e.addClass("MCDropDownHead MCDropDownHotSpot");var s=$("
              ");s.addClass("GlossaryPageDefinition MCDropDownBody");s.append(o.d);l.append(e);l.append(s);var p=new MadCap.TopicHelpers.DropDownControl(l[0]);p.Init(false);p.Open(true)}if(!MadCap.String.IsNullOrEmpty(o.l)){var m=i.attr("href");if(MadCap.String.IsNullOrEmpty(m)){var q=MadCap.String.IsNullOrEmpty(g)?new MadCap.Utilities.Url(o.l).ToRelative("/Content/").FullPath:"../"+new MadCap.Utilities.Url(g+o.l).FullPath;m=encodeURI(q);i.attr("href",m)}document.location.href="#"+m}else{if(l.hasClass("tree-node-expanded")){l.removeClass("tree-node-expanded");l.addClass("tree-node-collapsed")}else{if(l.hasClass("tree-node-collapsed")){l.removeClass("tree-node-collapsed");l.addClass("tree-node-expanded");if($("li",l.parent()).last()[0]==l[0]){var r=$(b._ContainerEl);r.animate({scrollTop:r[0].scrollHeight},500)}}}}})};this.Search=function(){var d=this.value.toLowerCase();b._Terms.each(function(){var e=$(this);var f=e.parent().parent();var g=e.text().toLowerCase().indexOf(d)!=-1;f.css("display",g?"block":"none");e.removeHighlight("highlightGlossary");if(g){e.highlight(d,"highlightGlossary")}})}};var a=MadCap.WebHelp.GlossaryPane;a.prototype.OnMessage=function(e,b,d){var c={Handled:false,FireResponse:true};return c};a.prototype.Init=function(d,b){if(this._Init){if(b!=null){b()}return}var c=this;c._ContainerEl=d;c._HelpSystem.LoadGlossary(function(f,k){var h=$("
                ");h.addClass("tree");for(var g=0;g");l.addClass("GlossaryPageEntry tree-node tree-node-collapsed");l.attr("data-chunk",m.c);var e=$("
                ");e.addClass("GlossaryPageTerm");e.append(''+m.t+"");l.append(e);h.append(l)}var n=$(c._ContainerEl);n.click(c.TreeNode_Click);n.append(h);var j=$("#search-glossary");j.bind("keyup",c.Search);$("#responsive-search-glossary").bind("keyup",c.Search);c._Terms=$(".GlossaryPageTerm a",c._ContainerEl);c._Init=true;if(b!=null){b()}},null)};a.prototype._SelectNode=function(b){$(".tree-node-selected",this._ContainerEl).removeClass("tree-node-selected");$(b).addClass("tree-node-selected")}})();(function(){if(MadCap.Dom.Dataset(document.documentElement,"mcRuntimeFileType")!="Default"){return}var b=(function(){var j={ational:"ate",tional:"tion",enci:"ence",anci:"ance",izer:"ize",bli:"ble",alli:"al",entli:"ent",eli:"e",ousli:"ous",ization:"ize",ation:"ate",ator:"ate",alism:"al",iveness:"ive",fulness:"ful",ousness:"ous",aliti:"al",iviti:"ive",biliti:"ble",logi:"log"},g={icate:"ic",ative:"",alize:"al",iciti:"ic",ical:"ic",ful:"",ness:""},k="[^aeiou]",m="[aeiouy]",d=k+"[^aeiouy]*",i=m+"[aeiou]*",h="^("+d+")?"+i+d,e="^("+d+")?"+i+d+"("+i+")?$",f="^("+d+")?"+i+d+i+d,l="^("+d+")?"+m;return function(s){s=s.toLowerCase();var n,u,t,v,q,p,o,c=s;if(s.length<3){return s.toLowerCase()}t=s.substr(0,1);if(t=="y"){s=t.toUpperCase()+s.substr(1)}v=/^(.+?)(ss|i)es$/;q=/^(.+?)([^s])s$/;if(v.test(s)){s=s.replace(v,"$1$2")}else{if(q.test(s)){s=s.replace(q,"$1$2")}}v=/^(.+?)eed$/;q=/^(.+?)(ed|ing)$/;if(v.test(s)){var r=v.exec(s);v=new RegExp(h);if(v.test(r[1])){v=/.$/;s=s.replace(v,"")}}else{if(q.test(s)){var r=q.exec(s);n=r[1];q=new RegExp(l);if(q.test(n)){s=n;q=/(at|bl|iz)$/;p=new RegExp("([^aeiouylsz])\\1$");o=new RegExp("^"+d+m+"[^aeiouwxy]$");if(q.test(s)){s=s+"e"}else{if(p.test(s)){v=/.$/;s=s.replace(v,"")}else{if(o.test(s)){s=s+"e"}}}}}}v=/^(.+?)y$/;if(v.test(s)){var r=v.exec(s);n=r[1];v=new RegExp(l);if(v.test(n)){s=n+"i"}}v=/^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/;if(v.test(s)){var r=v.exec(s);n=r[1];u=r[2];v=new RegExp(h);if(v.test(n)){s=n+j[u]}}v=/^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/;if(v.test(s)){var r=v.exec(s);n=r[1];u=r[2];v=new RegExp(h);if(v.test(n)){s=n+g[u]}}v=/^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/;q=/^(.+?)(s|t)(ion)$/;if(v.test(s)){var r=v.exec(s);n=r[1];v=new RegExp(f);if(v.test(n)){s=n}}else{if(q.test(s)){var r=q.exec(s);n=r[1]+r[2];q=new RegExp(f);if(q.test(n)){s=n}}}v=/^(.+?)e$/;if(v.test(s)){var r=v.exec(s);n=r[1];v=new RegExp(f);q=new RegExp(e);p=new RegExp("^"+d+m+"[^aeiouwxy]$");if(v.test(n)||(q.test(n)&&!(p.test(n)))){s=n}}v=/ll$/;q=new RegExp(f);if(v.test(s)&&q.test(s)){v=/.$/;s=s.replace(v,"")}if(t=="y"){s=t.toLowerCase()+s.substr(1)}return s.toLowerCase()}})();var a=MadCap.CreateNamespace("WebHelp.Search");a.Stemmer=b})();/* -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ -(function(){if(MadCap.Dom.Dataset(document.documentElement,"mcRuntimeFileType")!="Default"){return}var a=MadCap.CreateNamespace("WebHelp.Search");a.Tokenizer=function(){var j="";var g=-1;var d=new Array();this.Tokenize=function(o){var n=null;j=o;g=-1;for(var m=0;n=l();m++){d[m]=n}return d};function i(m){if(!m){return false}else{if(m=='"'){return false}else{if(m=="+"){return false}else{if(m=="^"){return false}else{if(m=="|"){return false}else{if(m=="&"){return false}else{if(m=="("){return false}else{if(m==")"){return false}else{if(e(m)){return false}else{return true}}}}}}}}}}function e(m){if(!m){return false}else{if(m==" "){return true}else{if(m.charCodeAt(0)==12288){return true}else{return false}}}}function f(){return j.charAt(g+1)}function h(){g++}function k(){var m="";for(;;){var n=f();if(!n){return(m=="")?null:m}if(n=="\\"){h();if(!f()){return null}h();continue}if(n=='"'){h();break}else{h();m+=n}}return m}function l(){var q=f();var n=null;var m="";if(!q){n=null}else{if(e(q)){for(q=f();e(q);q=f()){h();m+=q}n=new a.Token(m,a.Token.WhiteSpace)}else{if(q=="("){h();n=new a.Token(q,a.Token.LeftParen)}else{if(q==")"){h();n=new a.Token(q,a.Token.RightParen)}else{if(q=="^"){h();n=new a.Token(q,a.Token.Subtract)}else{if(q=="+"||q=="&"){h();n=new a.Token(q,a.Token.And)}else{if(q=="|"){h();n=new a.Token(q,a.Token.Or)}else{if(q=="!"){h();n=new a.Token(q,a.Token.Not)}else{if(q=='"'){h();var p=k();if(MadCap.String.Contains(p,a.Tokenizer.Connectors)){p=p.replace(a.Tokenizer.ConnectorRegex," ");p=$.trim(p)}n=new a.Token(p,(p==null)?a.Token.Error:a.Token.Phrase)}else{for(q=f();i(q);q=f()){h();m+=q}if(m=="and"||m=="AND"){n=new a.Token(m,a.Token.And)}else{if(m=="or"||m=="OR"){n=new a.Token(m,a.Token.Or)}else{if(m=="not"||m=="NOT"){n=new a.Token(m,a.Token.Not)}else{var o=a.Token.Word;if(MadCap.WebHelp.SearchPane.SearchDBs[0].SearchType=="NGram"){o=a.Token.Phrase}if(MadCap.String.Contains(m,a.Tokenizer.Connectors)){m=m.replace(a.Tokenizer.ConnectorRegex," ");m=$.trim(m);n=new a.Token(m,a.Token.Phrase)}else{n=new a.Token(m,o)}}}}}}}}}}}}}return n}};a.Tokenizer.Connectors=[".",",","'","/",":",";","\\","-","*","<",">","!","@"];a.Tokenizer.ConnectorRegex=new RegExp("["+a.Tokenizer.Connectors.join("")+"]","g");a.Token=function(d,f){var e=d;var g=f;this.GetTokenText=function(){return e};this.GetType=function(){return g}};var c=a.Token;c.Eof=0;c.Error=1;c.WhiteSpace=2;c.Phrase=3;c.Word=4;c.RightParen=5;c.LeftParen=6;c.Not=7;c.Subtract=8;c.And=9;c.Or=10;c.ImplicitOr=11;a.Parser=function(h){var j=this;var l=h;var e=-1;var i=new a.Tokenizer();var d=i.Tokenize(l);this.GetStemMap=function(n){function r(){x++;if(x==p){for(var I=0;I0&&m==0){x.Ranking=x.Ranking+50}}m++}return true});k(v)}}var s=0;var n=0;var l=d.GetTokenText();var w=new MadCap.Utilities.Dictionary();var p=a.Stemmer(l);w.Add(l,true);w.Add(p,true);for(var r=0;raa){P=aa;V=P/F}if(V>ae){V=ae;P=V*F}var ak=MadCap.Dom.GetAttribute(ag,"href");var Z=MadCap.Dom.GetAttribute(ag,"data-mc-popup-alt");var U=P+((W+S)*2);var Q=V+((W+S)*2);var R=(J.offsetTop+(J.offsetHeight/2))-(U/2);var M=(J.offsetLeft+(J.offsetWidth/2))-(Q/2);var L=MadCap.Dom.GetScrollPosition();var X=L.Y;var H=X+document.documentElement.clientHeight;var ah=L.X;var G=ah+document.documentElement.clientWidth;var N=X+ab;var Y=ah+ab;var O=H-ab;var I=G-ab;if(RO){R=O-U}if(M+Q>I){M=I-Q}var K=$("
                ");K.addClass("MCPopupContainer");var ad=document.createElement("img");$(ad).addClass("MCPopupFullImage");ad.setAttribute("src",ak);ad.setAttribute("alt",Z);ad.setAttribute("tabindex","0");K.bind(ac,function(){MadCap.DEBUG.Log.AddLine(ac);K.animate({top:aj,left:T},200,function(){K.remove()});$(ad).animate({width:J.offsetWidth,height:J.offsetHeight},200);$(ai).animate({opacity:0},200,function(){A.RemoveBackgroundTint()})});K.bind("keydown",function(al){var al=al||window.event;if(al.keyCode!=27&&al.keyCode!=13){return}K.remove();A.RemoveBackgroundTint()});K.append(ad);document.body.appendChild(K[0]);var aj=J.offsetTop-(W+S);var T=J.offsetLeft-(W+S);K.css({top:aj,left:T}).animate({top:R,left:M},200);$(ad).css({width:J.offsetWidth,height:J.offsetHeight}).animate({width:V,height:P},200);var ai=A.AddBackgroundTint();$(ai).animate({opacity:0.5},200);ad.focus()};A.HelpControl_Click=function(G){var F=this;A.GetHelpControlLinks(this,function(N){var H=new MadCap.Utilities.Url(document.location.href);for(var I=N.length-1;I>=0;I--){var L=N[I];var J=new MadCap.Utilities.Url(L.Link);if(J.FullPath==H.FullPath){N.Remove(I)}J=J.ToRelative(H);L.Link=J.FullPath}if(!$(F).hasClass("MCHelpControl-Related")){N.sort(function(P,O){return P.Title.localeCompare(O.Title)})}var K=new MadCap.Utilities.Dictionary();for(var I=N.length-1;I>=0;I--){var L=N[I];var J=L.Link;if(K.GetItem(J)){N.Remove(I);continue}K.Add(L.Link,true)}var M=A.CreateLinkListPopup(N,document.body,G.pageY,G.pageX,F)},null);G.preventDefault();G.stopPropagation()};A.GetHelpControlLinks=function(L,P){var O=new Array();var H=$(L);if(!t.InPreviewMode){if(i()){var K=H.attr("data-mc-keywords");if(K!=null){if(K==""){P(O)}var N=K.split(";");MadCap.Utilities.AsyncForeach(N,function(Q,R){t.FindIndexEntry(Q,function(S,T){if(T!=null&&T.linkList){O=O.concat(T.linkList)}R()})},function(){P(t.SortLinkList(O))});return}else{var J=H.attr("data-mc-concepts");if(J!=null){t.GetConceptsLinks(J,P);return}}}}var G=H.attr("data-mc-topics");if(G!=null){topicPairs=G.split("||");if(topicPairs==""){P(O)}for(var M=0,I=topicPairs.length;M0){if(s(F[0])){var G=F.offset().top;$("html, body").animate({scrollTop:G})}}};$(k);$(window).resize(j);$(window).hashchange(E);function j(F){f()}function f(){var F=$(".feedback-comments-wrapper");if(t.IsResponsive){MadCap.Utilities.CrossFrame.PostMessageRequest(parent,"get-parent-window-width",null,function(H){var G=parseInt(H[0]);if(G<=C){if(!F.hasClass("responsive")){F.addClass("responsive")}}else{if(F.hasClass("responsive")){F.removeClass("responsive")}}})}else{if(F.hasClass("responsive")){F.removeClass("responsive")}}}function k(N){$("input, textarea").placeholder();if(MadCap.Slideshow){MadCap.Slideshow.Init()}if(document.location.hash.length>0){var H=new MadCap.Utilities.Url(document.location.hash.substring(1));y(H.ToNoQuery().FullPath)}if(i()||b()){$(".MCWebHelpFramesetLink").hide()}$(document).on("click","a, area",MadCap.TopicHelpers.Hyperlink_Onclick);$(".MCPopupThumbnailPopup").click(MadCap.TopicHelpers.ThumbPopup_Click);$(".MCPopupThumbnailHover").mouseover(MadCap.TopicHelpers.ThumbPopup_Hover);var J=$("a.MCHelpControl").click(MadCap.TopicHelpers.HelpControl_Click);$(".print-button").click(function(P){window.print()});$(".expand-all-button").click(function(Q){var P=$(this);if(P.hasClass("expand-all-button")){A.TextEffectControl.ExpandAll("open")}else{if(P.hasClass("collapse-all-button")){A.TextEffectControl.ExpandAll("close")}}x(this)});$(".remove-highlight-button").click(function(P){p()});$(".previous-topic-button").click(function(P){MadCap.Utilities.CrossFrame.PostMessageRequest(parent,"navigate-previous")});$(".next-topic-button").click(function(P){MadCap.Utilities.CrossFrame.PostMessageRequest(parent,"navigate-next")});if(MadCap.String.Contains(navigator.userAgent,"iphone",false)){window.scrollTo(0,1)}if(MadCap.IsIOS()){var G=$("
                ").appendTo(document.body);var M=G[0];for(var L=document.body.childNodes.length-2;L>=0;L--){var K=document.body.childNodes[L];M.insertBefore(K,M.firstChild)}}u();var O=parent;if(b()){O=parent.parent}var I=$(document.documentElement).attr("data-mc-path-to-help-system");var F=new MadCap.Utilities.Url(document.location.href).CombinePath(I).ToFolder().CombinePath("Data/HelpSystem.xml");t=new MadCap.WebHelp.HelpSystem(null,null,F.FullPath,null,null);t.Load(function(){z();if(t.IsResponsive){var P=t.Breakpoints;C=P.Tablet}if(t.LiveHelpEnabled){o=new MadCap.WebHelp.FeedbackController(t.LiveHelpServer);o.Init(function(){if(o.FeedbackActive){MadCap.Utilities.CrossFrame.PostMessageRequest(parent,"get-csh-id",null,function(Q){var R=Q!=null?Q[0]:null;if(c!=null){o.LogTopic(c,R,function(){var S=$(".feedback-comments-wrapper");if(!b()){if(!o.PulseEnabled){S.removeClass("hidden");r=$("#new-comment-form").attr("data-comment-length-exceeded-message")||"The maximum comment length was exceeded by {n} characters.";o.GetAnonymousEnabled(t.LiveHelpOutputId,function(U){B=U;if(U){$(document.documentElement).addClass("feedback-anonymous-enabled")}});var T=MadCap.Utilities.Store.getItem("LiveHelpUsername");$(".username").val(T);$(".comment-submit").click(n);$(".feedback-comments-wrapper .comments").on("click",".reply-comment-button",l);a()}else{if(o.PulseActive){o.GetPulseStreamID(c,function(V){S.empty();var W=o.PulseServer+"streams/"+V+"/activities?frame=stream";var U=$("");U.appendTo(S);if(!($.browser.msie&&parseInt($.browser.version,10)===7)){U.attr("onload","this.className='pulse-frame';")}U.attr("src",W);S.removeClass("hidden")})}}}})}})}});f()}})}function E(G){var F=new MadCap.Utilities.Url(document.location.href);if(!MadCap.String.IsNullOrEmpty(F.Fragment)){var H=F.Fragment.substring(1);H=MadCap.Utilities.Url.StripInvalidCharacters(H);A.ScrollToBookmark(H)}}function y(F){F=MadCap.Utilities.Url.StripInvalidCharacters(F);var G=$("[name='"+F+"']");if(G.length>0){s(G[0])}}function i(){return window.name=="topic"}function b(){return window.name=="MCPopup"}function x(F){var K=$(F);var I=K.attr("data-state1-class");var G=K.attr("data-state2-class");var H=K.attr("data-current-state")||"1";var J=H=="1"?"2":"1";K.attr("data-current-state",J);K.toggleClass(I).toggleClass(G);K.attr("title",K.attr("data-state"+J+"-title"))}function z(){MadCap.Utilities.CrossFrame.PostMessageRequest(parent,"get-href",null,function(I){if(I){var G=new MadCap.Utilities.Url(decodeURIComponent(I[0]));var F=new MadCap.Utilities.Url(G.Fragment.substring(1));var H=G.QueryMap.GetItem("BrowseSequencesPath");t.SetBrowseSequencePath(H,F)}})}function n(I){var F=$(this).closest(".comment-form-wrapper");var H=null;var M=F.children(".username-field").val();var G=F.children(".subject-field").val();var L=F.find(".body-field").val();var J=null;var K=F.parent();if(K.hasClass("comment")){J=K.attr("data-mc-comment-id")}w(M,G,L,J)}function w(K,G,J,I){if(B){MadCap.Utilities.Store.setItem("LiveHelpUsername",K);try{o.AddComment(c,null,K,G,J,I,a)}catch(F){var H=r.replace(/{n}/g,F.Data.ExceedAmount);alert(H)}}else{MadCap.Utilities.CrossFrame.PostMessageRequest(parent,"login-user",null,function(O){var N=O[0];if(N!=null){try{o.AddComment(c,N,K,G,J,I,a)}catch(L){var M=r.replace(/{n}/g,L.Data.ExceedAmount);alert(M)}}})}}function l(G){G.preventDefault();var H=$(this).closest(".comment");if(H.children(".comment-form-wrapper")[0]!=null){return}var F=$("#new-comment-form").clone();F.attr("id",null);F.children(".comment-submit").click(n);H.children(".buttons").after(F);F.hide().slideDown()}function a(){MadCap.Utilities.CrossFrame.PostMessageRequest(parent,"get-user-guid",null,function(G){var F=G[0];o.GetTopicComments(c,F,null,function(H){var J=MadCap.Utilities.Xhr.LoadXmlString(H);var I=$(".comments");I.children().not(".mc-template").remove();q(J.documentElement,I)})})}function q(Q,N){var P=$(Q).children("Comment");var F=$(".comments .comment.mc-template");for(var M=0,I=P.length;M=0)||(R!=null&&R.textContent!=null&&R.textContent.toLowerCase().indexOf(P[Q].toLowerCase())>=0)){s(S!=2?G[J]:G[J].firstChild)}}}$("body").highlight(P[Q],"mc-highlightSearch"+(Q+1))}}})}function h(I,G,F,H){if(I==""){return}g(document.body,I,G,F,H);if(e&&e.offsetTop>document.documentElement.clientHeight){document.documentElement.scrollTop=e.offsetTop}}function d(I){for(var H=I.childNodes.length-1;H>=1;H--){var F=I.childNodes[H];var G=F.previousSibling;if(F.nodeType==3&&G.nodeType==3){G.nodeValue=G.nodeValue+F.nodeValue;I.removeChild(F)}}for(var H=0;H=0;M--){var H=R.childNodes[M];g(H,I,J,P,O);if(H.nodeType!=3||H.parentNode.nodeName=="SCRIPT"){continue}var L=H;var T=L.nodeValue;for(var N=U.exec(T);N!=null;N=U.exec(T)){var Q=N.index+(O=="NGram"?0:N[1].length);var F=Q+I.length;var S=document.createElement("span");S.className="highlight";S.style.fontWeight="bold";S.style.backgroundColor=J.split(",")[0];S.style.color=J.split(",")[1];var K=document.createElement("span");K.className="SearchHighlight"+(D+1);K.appendChild(document.createTextNode(T.substring(Q,F)));S.appendChild(K);L.nodeValue=T.substring(0,Q);L.parentNode.insertBefore(S,L.nextSibling);L.parentNode.insertBefore(document.createTextNode(T.substring(F,T.length)),S.nextSibling);L=L.nextSibling.nextSibling;T=L.nodeValue;if(e==null||S.offsetTop -1) ? "yes" : "no"; - menu = (setup.indexOf("Menu") > -1) ? "yes" : "no"; - locationBar = (setup.indexOf("LocationBar") > -1) ? "yes" : "no"; - statusBar = (setup.indexOf("StatusBar") > -1) ? "yes" : "no"; - resizable = (setup.indexOf("Resizable") > -1) ? "yes" : "no"; - } - - browserOptions = "toolbar=" + toolbar + ", menubar=" + menu + ", location=" + locationBar + ", status=" + statusBar + ", resizable=" + resizable; - } - - var windowSize = LoadSize(skin); - - if (windowSize) - size = ", top=" + windowSize.topPx + ", left=" + windowSize.leftPx + ", width=" + windowSize.widthPx + ", height=" + windowSize.heightPx; - } - - OnGetSkinComplete(); - } - else - { - OnGetSkinComplete(); - } - }); - }); - } - - function LoadSize(skin) - { - var useDefaultSize = MadCap.String.ToBool(skin.UseBrowserDefaultSize, false); - - if (useDefaultSize) - return null; - - var topPx = MadCap.String.ToInt(skin.Top, 0); - var leftPx = MadCap.String.ToInt(skin.Left, 0); - var bottomPx = MadCap.String.ToInt(skin.Bottom, 0); - var rightPx = MadCap.String.ToInt(skin.Right, 0); - var widthPx = MadCap.String.ToInt(skin.Width, 800); - var heightPx = MadCap.String.ToInt(skin.Height, 600); - - var anchors = skin.Anchors; - - if (anchors) - { - var aTop = (anchors.indexOf("Top") > -1) ? true : false; - var aLeft = (anchors.indexOf("Left") > -1) ? true : false; - var aBottom = (anchors.indexOf("Bottom") > -1) ? true : false; - var aRight = (anchors.indexOf("Right") > -1) ? true : false; - var aWidth = (anchors.indexOf("Width") > -1) ? true : false; - var aHeight = (anchors.indexOf("Height") > -1) ? true : false; - } - - if (aLeft && aRight) - widthPx = screen.width - (leftPx + rightPx); - else if (!aLeft && aRight) - leftPx = screen.width - (widthPx + rightPx); - else if (aWidth) - leftPx = (screen.width / 2) - (widthPx / 2); - - if (aTop && aBottom) - heightPx = screen.height - (topPx + bottomPx); - else if (!aTop && aBottom) - topPx = screen.height - (heightPx + bottomPx); - else if (aHeight) - topPx = (screen.height / 2) - (heightPx / 2); - - // - - var windowSize = {}; - windowSize.topPx = topPx; - windowSize.leftPx = leftPx; - windowSize.widthPx = widthPx; - windowSize.heightPx = heightPx; - - return windowSize; - } -})(); diff --git a/_site/guides/m2devgde/Test/Default.mcwebhelp b/_site/guides/m2devgde/Test/Default.mcwebhelp deleted file mode 100644 index 93c9e30b500..00000000000 --- a/_site/guides/m2devgde/Test/Default.mcwebhelp +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Default_CSH.htm b/_site/guides/m2devgde/Test/Default_CSH.htm deleted file mode 100644 index 2d644276635..00000000000 --- a/_site/guides/m2devgde/Test/Default_CSH.htm +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Resources/Scripts/MadCapAll.js b/_site/guides/m2devgde/Test/Resources/Scripts/MadCapAll.js deleted file mode 100644 index 11086aa3c51..00000000000 --- a/_site/guides/m2devgde/Test/Resources/Scripts/MadCapAll.js +++ /dev/null @@ -1,91 +0,0 @@ -/* -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ -var MadCap={};MadCap.CreateNamespace=function(b){var d=b.split(".");var e=MadCap;for(var a=0,c=d.length;a1){throw new Error("Object.create implementation only accepts the first parameter.")}function a(){}a.prototype=b;return new a()}}MadCap.Extend=function(a,b){b.prototype=Object.create(a.prototype);b.prototype.constructor=b;b.prototype.base=a.prototype};MadCap.Exception=function(b,a){this.Number=b;this.Message=a};MadCap.IsIOS=function(){return MadCap.String.Contains(navigator.userAgent,"iphone")||MadCap.String.Contains(navigator.userAgent,"ipad")};(function(){var a=MadCap.CreateNamespace("String");a.IsNullOrEmpty=function(b){if(b==null){return true}if(b.length==0){return true}return false};a.StartsWith=function(f,e,c){if(e==null){return false}if(f.length=0&&c.charAt(b)==" ";b--){}return c.substring(0,b+1)};a.ToBool=function(e,c){var b=c;if(e!=null){var d=e.toLowerCase();if(d!="true"&&d!="false"&&d!="1"&&d!="0"&&d!="yes"&&d!="no"){throw new MadCap.Exception(-1,"The string can not be converted to a boolean value.")}b=d=="true"||d=="1"||d=="yes"}return b};a.ToInt=function(d,b){var c=b;if(d!=null){c=parseInt(d)}return c};a.ToDashed=function(b){return b.replace(/([A-Z])/g,function(c){return"-"+c.toLowerCase()})}})();(function(){MadCap.CreateNamespace("DEBUG");var a=MadCap.DEBUG;a.Log={};a.Log.Create=function(){var e=document.createElement("div");e.setAttribute("id","DEBUG_Log");var f=document.createElement("div");$(f).addClass("MCDebugLogHeader");f.appendChild(document.createTextNode("Log Console"));e.appendChild(f);var d=document.createElement("div");$(d).addClass("MCDebugLogBody");e.appendChild(d);var c=document.createElement("div");$(c).addClass("MCDebugLogFooter");e.appendChild(c);document.body.appendChild(e);var b=new MadCap.DragDrop(e,f)};a.Log._LoadTime=new Date();a.Log.AddLine=function(d){if(parent!=window){MadCap.Utilities.CrossFrame.PostMessageRequest(parent,"DEBUG-AddLine",[d],null);return}var f=document.getElementById("DEBUG_Log");if(f==null){return}var c=new Date();var h=c-a.Log._LoadTime;var e=document.createElement("p");$(e).addClass("MCDebugLogEntryTime");e.appendChild(document.createTextNode(h+"ms "+c.toLocaleTimeString()));var b=document.createElement("div");$(b).addClass("MCDebugLogEntry");b.appendChild(e);b.appendChild(document.createTextNode(d));var g=MadCap.Dom.GetElementsByClassName("MCDebugLogBody","div",f)[0];g.insertBefore(b,g.firstChild)}})();/* -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ -(function(){MadCap.CreateNamespace("Dom");var a=MadCap.Dom;a.Dataset=function(c,b){return c.getAttribute("data-"+MadCap.String.ToDashed(b))};a.GetElementsByClassName=function(g,b,c){b=b||"*";c=c||document;var d=new Array();var j=c.getElementsByTagName(b);for(var e=0,h=j.length;e0){b=document.documentElement.scrollLeft;c=document.documentElement.scrollTop}}return{X:b,Y:c}}})();/* -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ -(function(){MadCap.CreateNamespace("Utilities");MadCap.Utilities.Dictionary=function(f){this._Map=new Object();this._Overflows=new Array();this._Length=0;this._IgnoreCase=f==true};var a=MadCap.Utilities.Dictionary;a.prototype.GetLength=function(f){return this._Length};a.prototype.ForEach=function(j){var f=this._Map;for(var n in f){var m=f[n];var l=j(n,m);if(l!=undefined&&!l){return}}var h=this._Overflows;for(var k=0,g=h.length;k=0){h=this._Overflows[f].Value}}else{h=this._Map[g];if(typeof(h)=="undefined"){h=null}}return h};a.prototype.GetItemOverflowIndex=function(g){if(this._IgnoreCase){g=g.toLowerCase()}var j=this._Overflows;for(var f=0,h=j.length;f=0){this._Overflows.splice(f,1);this._Length--}}else{if(typeof(this._Map[g])!="undefined"){delete (this._Map[g]);this._Length--}}};a.prototype.Add=function(f,h){if(this._IgnoreCase){f=f.toLowerCase()}if(typeof(this._Map[f])=="function"){var g=this.GetItem(f);if(g!=null){this.Remove(f)}this._Overflows[this._Overflows.length]={Key:f,Value:h}}else{this._Map[f]=h}this._Length++};a.prototype.AddUnique=function(f,h){if(this._IgnoreCase){f=f.toLowerCase()}var g=this.GetItem(f);if(typeof(g)=="undefined"||!g){this.Add(f,h)}};MadCap.Utilities.DateTime=function(h){var g=/\/Date\(([0-9]+)\)\//i;var f=g.exec(h);if(f!=null){this.Date=new Date(parseInt(f[1]))}else{this.Date=new Date(h)}};var c=MadCap.Utilities.DateTime;c.Months=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];MadCap.Utilities.TimeSpan=function(g,f){if(typeof g=="undefined"){g=new Date()}if(typeof f=="undefined"){f=new Date()}if(g>f){this.FromDate=f;this.ToDate=g}else{this.FromDate=g;this.ToDate=f}this.Ticks=this.ToDate-this.FromDate;this.Seconds=this.Ticks/1000;this.Minutes=this.Seconds/60;this.Hours=this.Minutes/60;this.Days=this.Hours/24};var b=MadCap.Utilities.TimeSpan;b.prototype.ToDurationString=function(){if(this.Minutes<1){return"Just now"}if(this.Hours<1){return parseInt(this.Minutes)+" minutes ago"}if(this.Days<1){return parseInt(this.Hours)+" hours ago"}if(this.Days<30){return parseInt(this.Days)+" days ago"}var f=c.Months[this.FromDate.getMonth()]+" "+this.FromDate.getDate();if(this.FromDate.getFullYear()!=this.ToDate.getFullYear()){f+=", "+this.FromDate.getFullYear()}return f};MadCap.Utilities.Url=function(g){var f=this;this._Segments=[];this.FullPath=null;this.Path=null;this.PlainPath=null;this.Name=null;this.Extension=null;this.NameWithExtension=null;this.Fragment=null;this.Query=null;this.IsAbsolute=false;this.IsFolder=false;this.QueryMap=new MadCap.Utilities.Dictionary(true);this.HashMap=new MadCap.Utilities.Dictionary(true);(function(){var p="";var s="";var q=g.indexOf("#");var n=g.indexOf("?");if(q!=-1){if(q>n){p=g.substring(q)}else{p=g.substring(q,n)}}if(n!=-1){if(n>q){s=g.substring(n)}else{s=g.substring(n,q)}}var t=q>-1?(n>-1?Math.min(q,n):q):n;var o=g.substring(0,t==-1?g.length:t);t=o.lastIndexOf("/");var v=o.substring(0,t+1);var m=o.substring(t+1);t=m.lastIndexOf(".");var h=m.substring(0,t);var k=m.substring(t+1);var j="";t=g.indexOf(":");if(t>=0){j=g.substring(0,t)}if(!MadCap.String.IsNullOrEmpty(g)){var r=g;if(MadCap.String.EndsWith(r,"/")){r=r.substring(0,r.length-1)}f._Segments=r.split("/")}f.FullPath=g;f.Path=v;f.PlainPath=o;f.Name=h;f.Extension=k;f.NameWithExtension=m;f.Scheme=j;f.IsAbsolute=!MadCap.String.IsNullOrEmpty(j);f.IsFolder=MadCap.String.EndsWith(o,"/");f.Fragment=p;f.Query=s;var u=f.Query;if(!MadCap.String.IsNullOrEmpty(u)){u=u.substring(1);u=u.replace(/\+/g," ");i(u,"&",f.QueryMap)}var l=f.Fragment;if(!MadCap.String.IsNullOrEmpty(l)){l=l.substring(1);i(l,"|",f.HashMap)}function i(F,x,w){var C=F.split(x);for(var A=0,y=C.length;A=0){E=decodeURIComponent(z.substring(0,B));D=decodeURIComponent(z.substring(B+1))}else{E=z}w.Add(E,D)}}})()};var e=MadCap.Utilities.Url;e.StripInvalidCharacters=function(f){return f.replace(/(javascript:|data:|[<>])/gi,"")};e.prototype.AddFile=function(i){if(typeof(i)=="string"){i=new e(i)}if(i.IsAbsolute){return i}var h=i.FullPath;if(h.charAt(0)=="/"){var j=document.location;var k=j.href.lastIndexOf(j.pathname);var g=j.href.substring(0,k);return new e(g+h)}var f=this.FullPath;if(!MadCap.String.EndsWith(f,"/")){f=f+"/"}return new e(f+h)};e.prototype.CombinePath=function(l){if(typeof(l)=="string"){l=new e(l)}if(l.IsAbsolute){throw new MadCap.Exception(-1,"Cannot combine two absolute paths.")}var j=l.FullPath;var k=l.FullPath.split("/");var o=this.FullPath;var m="";if(this.Scheme=="mk"){var n=o.indexOf("::");m=o.substring(0,n+"::".length);o=o.substring(n+"::".length)}for(var h=0,f=k.length;h1&&MadCap.String.EndsWith(o,"/")){o=o.substring(0,o.length-1)}if(g=="."){o+="/"}else{if(g==".."){o=o.substring(0,o.lastIndexOf("/")+1)}else{if(o!=""&&!MadCap.String.EndsWith(o,"/")){o+="/"}o+=g}}}o=m+o;return new e(o)};e.prototype.ToQuery=function(g){var f=this.PlainPath+"?"+g+this.Fragment;return new e(f)};e.prototype.ToFolder=function(){var f=this.PlainPath;if(MadCap.String.EndsWith(f,"/")){f=f.substring(0,f.length-1)}var h=f.lastIndexOf("/");var g=f.substring(0,h+1);return new e(g)};e.prototype.ToRelative=function(n){if(typeof(n)=="string"){n=new e(n)}if(this.IsAbsolute!=n.IsAbsolute){return this}var k=0;var l=n._Segments.length;for(;kk){m+="/"}m+=this._Segments[h]}return new e(m)};e.prototype.ToExtension=function(j){var h=this.FullPath;var i=h.lastIndexOf(".");var g=h.substring(0,i);var f=g+"."+j;return new e(f)};e.prototype.ToScheme=function(f){var h=this.FullPath;pos=h.indexOf(":");if(pos<0){return this}var g=f+":"+h.substring(pos);return new e(g)};e.prototype.ToPath=function(){return new e(this.Path)};e.prototype.ToPlainPath=function(){return new e(this.PlainPath)};e.prototype.ToNoQuery=function(){return new e(this.PlainPath+this.Fragment)};MadCap.Utilities.CrossFrame={};var d=MadCap.Utilities.CrossFrame;d.MESSAGE_SEPARATOR="%%%%%";d.DATA_SEPARATOR="^^^^^";d._MessageID=0;d._MessageInfos=new Array();d._MessageHandlerFuncs=new Array();d._PostMessage=function(h,f){if(typeof h=="undefined"){return}if(h.postMessage!=null){h.postMessage(f,"*");return}var g={data:f,source:window};h.MadCap.Utilities.CrossFrame.OnMessage(g)};d.AddMessageHandler=function(h,g){var f=d._MessageHandlerFuncs.length;d._MessageHandlerFuncs[f]={HandlerFunc:h,ContextObj:g}};d.PostMessageRequest=function(n,k,l,f){d._MessageInfos[d._MessageID]=f;var h="";if(l!=null){for(var g=0,j=l.length;g0){h+=d.DATA_SEPARATOR}h+=l[g]}}var m="request"+d.MESSAGE_SEPARATOR+k+d.MESSAGE_SEPARATOR+h+d.MESSAGE_SEPARATOR+d._MessageID;d._PostMessage(n,m);d._MessageID++};d._PostMessageResponse=function(n,k,l,f){var h="";if(l!=null){for(var g=0,j=l.length;g0){h+=d.DATA_SEPARATOR}h+=l[g]}}var m="response"+d.MESSAGE_SEPARATOR+k+d.MESSAGE_SEPARATOR+h+d.MESSAGE_SEPARATOR+f;d._PostMessage(n,m);d._MessageID++};d.OnMessage=function(t){var s=t.originalEvent;var o=s.data.split(d.MESSAGE_SEPARATOR);var m=o[0];var l=o[1];var j=o[2];var f=parseInt(o[3]);var h=null;if(!MadCap.String.IsNullOrEmpty(j)){h=j.split(d.DATA_SEPARATOR);for(var p=0,g=h.length;p0?v:null,f)}}else{if(m=="response"){if(d._MessageInfos[f]!=null){d._MessageInfos[f](h)}}}};if(window.postMessage!="undefined"){$(window).bind("message",d.OnMessage)}else{}MadCap.Utilities.LoadScript=function(i,h,g){var f=document.createElement("script");f.src=i;f.type="text/javascript";if(f.addEventListener){$(f).error(g);$(f).load(h)}else{if(f.readyState){f.onreadystatechange=function(){if(f.readyState=="loaded"||f.readyState=="complete"){h()}}}}document.getElementsByTagName("head")[0].appendChild(f)};MadCap.Utilities.AsyncForeach=function(i,g,h){i=i.slice(0);function f(){var j=i.shift();g(j,function(k){if(i.length>0){f()}else{h()}})}if(i.length>0){f()}else{h()}};MadCap.Utilities.CreateStylesheet=function(i,j){var g=i||document,f;var h=g.createElement("style");if(j){h.setAttribute("media",j)}g.getElementsByTagName("head")[0].appendChild(h);f=g.styleSheets[g.styleSheets.length-1];return f};MadCap.Utilities.AsyncForeachParallel=function(l,j,k){var h=0;if(l.length===0){k()}var f=l.length;for(var g=0;gthis.length){throw"Index out of bounds."}this.splice(a,1)};Array.prototype.RemoveValue=function(b){for(var a=this.length-1;a>=0;a--){if(this[a]==b){this.Remove(a)}}};/* -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ -(function(){MadCap.Utilities.Xhr=function(d,b,c){var e=this;this._XmlDoc=null;this._XmlHttp=null;this._Args=d;this._LoadFunc=b;this._LoadContextObj=c;this.OnreadystatechangeLocal=function(){if(e._XmlDoc.readyState==4){e._XmlDoc.onreadystatechange=a._Noop;var f=null;if(e._XmlDoc.documentElement!=null){f=e._XmlDoc}if(e._LoadContextObj==null){e._LoadFunc(f,e._Args)}else{e._LoadFunc.call(e._LoadContextObj,f,e._Args)}}};this.OnreadystatechangeRemote=function(){if(e._XmlHttp.readyState==4){e._XmlHttp.onreadystatechange=a._Noop;var f=null;if(e._XmlHttp.responseXML!=null&&e._XmlHttp.responseXML.documentElement!=null){f=e._XmlHttp.responseXML}if(e._LoadContextObj==null){e._LoadFunc(f,e._Args)}else{e._LoadFunc.call(e._LoadContextObj,f,e._Args)}}}};var a=MadCap.Utilities.Xhr;a.prototype._LoadLocal=function(b,c){if(window.ActiveXObject){this._XmlDoc=a._GetMicrosoftXmlDomObject();this._XmlDoc.async=c;if(this._LoadFunc){this._XmlDoc.onreadystatechange=this.OnreadystatechangeLocal}try{if(!this._XmlDoc.load(b)){this._XmlDoc=null}}catch(d){this._XmlDoc=null}}else{if(window.XMLHttpRequest){this._LoadRemote(b,c)}}return this._XmlDoc};a.prototype._LoadRemote=function(b,c){this._XmlHttp=a._GetXhrObject();if(this._LoadFunc){this._XmlHttp.onreadystatechange=this.OnreadystatechangeRemote}try{this._XmlHttp.open("GET",b,c);this._XmlHttp.send(null);if(!c&&(this._XmlHttp.status==0||this._XmlHttp.status==200)){this._XmlDoc=this._XmlHttp.responseXML}}catch(d){this._XmlHttp.abort();if(this._LoadFunc){if(this._LoadContextObj==null){this._LoadFunc(null,this._Args)}else{this._LoadFunc.call(this._LoadContextObj,null,this._Args)}}}return this._XmlDoc};a.prototype.Load=function(b,d){var e=null;var c=document.location.protocol;if(c=="file:"||c=="mk:"||c=="ms-its:"||c=="app:"){e=this._LoadLocal(b,d)}else{if(c=="http:"||c=="https:"){e=this._LoadRemote(b,d)}}return e};a.LoadXmlString=function(c){var b=null;if(window.ActiveXObject){b=a._GetMicrosoftXmlDomObject();b.async=false;b.loadXML(c)}else{if(DOMParser){var d=new DOMParser();b=d.parseFromString(c,"text/xml")}}return b};a.CreateXmlDocument=function(b){var c="<"+b+" />";var d=a.LoadXmlString(c);return d};a.GetOuterXml=function(d){var b=null;if(window.ActiveXObject){b=d.xml}else{if(window.XMLSerializer){var c=new XMLSerializer();b=c.serializeToString(d)}}return b};a.ImportNode=function(c,b){if(typeof(c.importNode)=="function"){return c.importNode(b,true)}return b.cloneNode(true)};a.CallWebService=function(e,d,f,b){var c=new a(b,f,null);var g=c.Load(e,d);return g};a._MicrosoftXmlDomProgIDs=["Msxml2.DOMDocument.6.0","Msxml2.DOMDocument","Microsoft.XMLDOM"];a._MicrosoftXmlHttpProgIDs=["Msxml2.XMLHTTP.6.0","Msxml2.XMLHTTP","Microsoft.XMLHTTP"];a._MicrosoftXmlDomProgID=null;a._MicrosoftXmlHttpProgID=null;a._FilePathToXmlStringMap=new MadCap.Utilities.Dictionary();a._LoadingFilesPathMap=new MadCap.Utilities.Dictionary();a._LoadingFromQueue=false;a.ForceUseJS=false;a.Load=function(g,e,b,h,c){function l(){a._LoadingFilesPathMap.Remove(j.FullPath);var n=a._FilePathToXmlStringMap.GetItem(j.Name);if(n!=null){a._FilePathToXmlStringMap.Remove(j.Name);m=a.LoadXmlString(n)}a._LoadingFilesPathMap.ForEach(function(q,r){var p=new MadCap.Utilities.Url(q);var o=r;if(p.Name==f&&p.FullPath!=j.FullPath){a._LoadingFilesPathMap.Remove(p.FullPath);a._LoadingFromQueue=true;a.Load(p.FullPath,o.async,o.LoadFunc,o.args,o.loadContextObj);return false}return true});if(c==null){b(m,h)}else{b.call(c,m,h)}}var m=null;if(a.ForceUseJS||(Boolean(!window.ActiveXObject)&&MadCap.String.StartsWith(document.location.protocol,"file"))){var i=new MadCap.Utilities.Url(g);var j=i.ToExtension("js");var f=j.Name;a._LoadingFilesPathMap.Add(j.FullPath,{async:e,LoadFunc:b,args:h,loadContextObj:c});var k=false;a._LoadingFilesPathMap.ForEach(function(p,q){var o=new MadCap.Utilities.Url(p);var n=q;if(o.Name==f&&o.FullPath!=j.FullPath){k=true;return false}return true});if(a._LoadingFromQueue||!k){a._LoadingFromQueue=false;MadCap.Utilities.LoadScript(j.FullPath,l,l)}}else{var d=new a(h,b,c);m=d.Load(g,e)}return m};a._Noop=function(){};a._GetMicrosoftXmlDomObject=function(){var e=null;if(a._MicrosoftXmlDomProgID==null){for(var c=0;cq){var z=v-d;if((o+h)>z){r=l;var p=parseInt(j.css("border-top-width"));var g=parseInt(j.css("border-bottom-width"));var w=parseInt(j.css("padding-top"));var i=parseInt(j.css("padding-bottom"));j.css("height",(q-p-g-w-i)+"px");j.css("overflow","auto")}else{j.addClass("MCTextPopupBodyBottom");r=v-o-h}}else{j.removeClass("MCTextPopupBodyBottom")}j.css("top",r+"px");if(x>=b+t){c+=(x-b-t)}if(f
                ");f.addClass("MCTopicPopupContainer needs-pie");var b=MadCap.Dom.GetAttribute(this._hotSpotEl,"href");var i=document.createElement("iframe");$(i).addClass("MCTopicPopupBody");i.setAttribute("src",b);i.setAttribute("name","MCPopup");f.append(i);f.appendTo(document.body);var g=$(this._rootEl);var c=g.attr("data-mc-width");var m=g.attr("data-mc-height");if(c!=null||m!=null){f.css({top:"50%",left:"50%",width:c,height:m});var e=f.width();var h=f.height();var d=$(window);var l=d.width()-100;var k=d.height()-100;if(e>l){f.css({width:l+"px"});e=l}if(h>k){f.css({height:k+"px"});h=k}f.css({"margin-top":(-h/2)+"px","margin-left":(-e/2)+"px"})}$(i).css("height",f.height());f.animate({opacity:1},200);var j=a.AddBackgroundTint("dark");$(j).animate({opacity:0.5},200)};a.TopicPopupControl.prototype.Close=function(){this.base.Close.call(this);var b=$(".MCTopicPopupContainer");b.remove();a.RemoveBackgroundTint()};a.CreateLinkListTree=function(q,h,e,g,o){a.RemoveLinkListTrees();if(!g){g=""}var b=$("");var j=$(e).attr("target");for(var f=0,c=q.length;f").appendTo(b);var l=$("
                ").appendTo(m);var k=$("").appendTo(l);var d=$("").appendTo(k);d.text(p.Title);var n=p.Link;d.attr("href",g+n);m.click(o)}b.appendTo(h)};a.CreateLinkListPopup=function(k,h,p,g,w,t){a.RemoveLinkListPopups();if(!t){t=""}var j=$("");var q=j.children("ul");var x=$(w).attr("target");for(var u=0,f=k.length;u").appendTo(q);var e=$("a",m);e.attr("target",x);if(x=="_popup"){e.click(MadCap.TopicHelpers.TopicPopup_Click)}e.text(v.Title);var l=v.Link;e.attr("href",t+l);m.click(a.Item_Click)}j.appendTo(h);var o=j.closest(".popup-container");if(o.length==0){o=$(window)}var b=o.width();var d=o.height();var c=o.scrollTop();var s=o.scrollLeft();var r=j[0].offsetWidth;var n=j[0].offsetHeight;p=Math.min(p,c+d-n);p=Math.max(p,c);g=Math.min(g,s+b-r);g=Math.max(g,s);if(p==0&&g==0){g=$(w).offset().left+$(w).width();p=$(w).offset().top+$(w).height()}j.css("top",p);j.css("left",g);j.hide().fadeIn(200);$([document,w]).click(function(i){j.remove();$([document,w]).off("click",arguments.callee)});$([document,w]).keydown(function(i){var i=i||windows.event;if(i.keyCode!=27&&i.keyCode!=13){return}if(!j.is(":focus")){return}j.remove();$([document,w]).off("keydown",arguments.callee)});j.attr("tabindex",0);j.focus()};a.Item_Click=function(d){var c=$("a",this);var b=c.attr("href");var f=c.attr("target");if(b&&!MadCap.String.IsNullOrEmpty(b)){if(f){window.open(b,f)}else{document.location.href=b}}d.preventDefault()};a.RemoveLinkListTrees=function(){$(".responsive-link-list").remove()};a.RemoveLinkListPopups=function(){$(".link-list-popup").remove()};a.AddBackgroundTint=function(c){var b=$("
                ");b.addClass(c);b.appendTo(document.body);return b[0]};a.RemoveBackgroundTint=function(){$("#mc-background-tint").remove()}})();/* -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ -(function(a){a.fn.fitVids=function(c){var e={customSelector:null};var d=document.createElement("div"),b=document.getElementsByTagName("base")[0]||document.getElementsByTagName("script")[0];d.className="fit-vids-style";d.innerHTML="­";b.parentNode.insertBefore(d,b);if(c){a.extend(e,c)}return this.each(function(){var f=["iframe[src*='player.vimeo.com']","iframe[src*='www.youtube.com']","iframe[src*='www.kickstarter.com']"];if(e.customSelector){f.push(e.customSelector)}var g=a(this).find(f.join(","));g.each(function(){var j=a(this);if(j.parent(".fluid-width-video-wrapper").length){return}var m=j.attr("height")&&!isNaN(parseInt(j.attr("height"),10))?parseInt(j.attr("height"),10):j.height(),l=!isNaN(parseInt(j.attr("width"),10))?parseInt(j.attr("width"),10):j.width(),h=m/l;if(!j.attr("id")){var k="fitvid"+Math.floor(Math.random()*999999);j.attr("id",k)}j.wrap('
                ').parent(".fluid-width-video-wrapper").css("padding-top",h*100+"%");j.removeAttr("height").removeAttr("width")})})}})(jQuery);!function(a){var c={},b={mode:"horizontal",slideSelector:"",infiniteLoop:!0,hideControlOnEnd:!1,speed:500,easing:null,slideMargin:0,startSlide:0,randomStart:!1,captions:!1,ticker:!1,tickerHover:!1,adaptiveHeight:!1,adaptiveHeightSpeed:500,video:!1,useCSS:!0,preloadImages:"visible",responsive:!0,touchEnabled:!0,swipeThreshold:50,oneToOneTouch:!0,preventDefaultSwipeX:!0,preventDefaultSwipeY:!1,pager:!0,pagerType:"full",pagerShortSeparator:" / ",pagerSelector:null,buildPager:null,pagerCustom:null,controls:!0,nextText:"Next",prevText:"Prev",nextSelector:null,prevSelector:null,autoControls:!1,startText:"Start",stopText:"Stop",autoControlsCombine:!1,autoControlsSelector:null,auto:!1,pause:4000,autoStart:!0,autoDirection:"next",autoHover:!1,autoDelay:0,minSlides:1,maxSlides:1,moveSlides:0,slideWidth:0,onSliderLoad:function(){},onSlideBefore:function(){},onSlideAfter:function(){},onSlideNext:function(){},onSlidePrev:function(){},slideshowClass:""};a.fn.MCSlider=function(aq){if(0==this.length){return this}if(this.length>1){return this.each(function(){a(this).MCSlider(aq)}),this}var ap={},am=this;c.el=this;var aB=a(window).width(),at=a(window).height(),ay=function(){ap.settings=a.extend({},b,aq),ap.settings.slideWidth=parseInt(ap.settings.slideWidth),ap.children=am.children(ap.settings.slideSelector),ap.children.length1||ap.settings.maxSlides>1,ap.carousel&&(ap.settings.preloadImages="all"),ap.minThreshold=ap.settings.minSlides*ap.settings.slideWidth+(ap.settings.minSlides-1)*ap.settings.slideMargin,ap.maxThreshold=ap.settings.maxSlides*ap.settings.slideWidth+(ap.settings.maxSlides-1)*ap.settings.slideMargin,ap.working=!1,ap.controls={},ap.interval=null,ap.animProp="vertical"==ap.settings.mode?"top":"left",ap.usingCSS=ap.settings.useCSS&&"fade"!=ap.settings.mode&&function(){var f=document.createElement("div"),g=["WebkitPerspective","MozPerspective","OPerspective","msPerspective"];for(var d in g){if(void 0!==f.style[g[d]]){return ap.cssPrefix=g[d].replace("Perspective","").toLowerCase(),ap.animProp="-"+ap.cssPrefix+"-transform",!0}}return !1}(),"vertical"==ap.settings.mode&&(ap.settings.maxSlides=ap.settings.minSlides),am.data("origStyle",am.attr("style")),am.children(ap.settings.slideSelector).each(function(){a(this).data("origStyle",a(this).attr("style"))}),az()},az=function(){am.wrap('
                '),ap.viewport=am.parent(),ap.loader=a('
                '),ap.viewport.prepend(ap.loader),am.css({width:"horizontal"==ap.settings.mode?100*ap.children.length+215+"%":"auto",position:"relative"}),ap.usingCSS&&ap.settings.easing?am.css("-"+ap.cssPrefix+"-transition-timing-function",ap.settings.easing):ap.settings.easing||(ap.settings.easing="swing"),ax(),ap.viewport.css({width:"100%",overflow:"hidden",position:"relative"}),ap.viewport.parent().css({maxWidth:ak()}),ap.settings.pager||ap.viewport.parent().css({margin:"0 auto 0px"}),ap.children.css({"float":"horizontal"==ap.settings.mode?"left":"none",listStyle:"none",position:"relative"}),ap.children.css("width",al()),"horizontal"==ap.settings.mode&&ap.settings.slideMargin>0&&ap.children.css("marginRight",ap.settings.slideMargin),"vertical"==ap.settings.mode&&ap.settings.slideMargin>0&&ap.children.css("marginBottom",ap.settings.slideMargin),"fade"==ap.settings.mode&&(ap.children.css({position:"absolute",zIndex:0,display:"none"}),ap.children.eq(ap.settings.startSlide).css({zIndex:50,display:"block"})),ap.controls.el=a('
                '),ap.settings.captions&&J(),ap.active.last=ap.settings.startSlide==ai()-1,ap.settings.video&&am.fitVids();var d=ap.children.eq(ap.settings.startSlide);"all"==ap.settings.preloadImages&&(d=ap.children),ap.settings.ticker?ap.settings.pager=!1:(ap.settings.pager&&F(),ap.settings.controls&&ad(),ap.settings.auto&&ap.settings.autoControls&&ab(),(ap.settings.controls||ap.settings.autoControls||ap.settings.pager)&&ap.viewport.after(ap.controls.el)),aw(d,av)},aw=function(g,d){var f=g.find("img, iframe").length;if(0==f){return d(),void 0}var h=0;g.find("img, iframe").each(function(){a(this).one("load",function(){++h==f&&d()}).each(function(){this.complete&&a(this).load()})})},av=function(){if(ap.settings.infiniteLoop&&"fade"!=ap.settings.mode&&!ap.settings.ticker){var g="vertical"==ap.settings.mode?ap.settings.minSlides:ap.settings.maxSlides,d=ap.children.slice(0,g).clone().addClass("mc-clone"),f=ap.children.slice(-g).clone().addClass("mc-clone");am.append(d).prepend(f)}ap.loader.remove(),G(),"vertical"==ap.settings.mode&&(ap.settings.adaptiveHeight=!0),ap.viewport.height(ao()),am.redrawSlider(),ap.settings.onSliderLoad(ap.active.index),ap.initialized=!0,ap.settings.responsive&&a(window).bind("resize",ae),ap.settings.auto&&ap.settings.autoStart&&aa(),ap.settings.ticker&&U(),ap.settings.pager&&Z(ap.settings.startSlide),ap.settings.controls&&s(),ap.settings.touchEnabled&&!ap.settings.ticker&&K()},ao=function(){var f=0,d=a();if("vertical"==ap.settings.mode||ap.settings.adaptiveHeight){if(ap.carousel){var g=1==ap.settings.moveSlides?ap.active.index:ap.active.index*ar();for(d=ap.children.eq(g),i=1;i<=ap.settings.maxSlides-1;i++){d=g+i>=ap.children.length?d.add(ap.children.eq(i-1)):d.add(ap.children.eq(g+i))}}else{d=ap.children.eq(ap.active.index)}}else{d=ap.children}return"vertical"==ap.settings.mode?(d.each(function(){f+=a(this).outerHeight()}),ap.settings.slideMargin>0&&(f+=ap.settings.slideMargin*(ap.settings.minSlides-1))):f=Math.max.apply(Math,d.map(function(){return a(this).outerHeight(!1)}).get()),f},ak=function(){var d="100%";return ap.settings.slideWidth>0&&(d="horizontal"==ap.settings.mode?ap.settings.maxSlides*ap.settings.slideWidth+(ap.settings.maxSlides-1)*ap.settings.slideMargin:ap.settings.slideWidth),d},al=function(){var d=ap.settings.slideWidth,f=ap.viewport.width();return 0==ap.settings.slideWidth||ap.settings.slideWidth>f&&!ap.carousel||"vertical"==ap.settings.mode?d=f:ap.settings.maxSlides>1&&"horizontal"==ap.settings.mode&&(f>ap.maxThreshold||f0){if(ap.viewport.width()ap.maxThreshold){d=ap.settings.maxSlides}else{var f=ap.children.first().width();d=Math.floor(ap.viewport.width()/f)}}}else{"vertical"==ap.settings.mode&&(d=ap.settings.minSlides)}return d},ai=function(){var f=0;if(ap.settings.moveSlides>0){if(ap.settings.infiniteLoop){f=ap.children.length/ar()}else{for(var g=0,d=0;g0&&ap.settings.moveSlides<=ax()?ap.settings.moveSlides:ax()},G=function(){if(ap.children.length>ap.settings.maxSlides&&ap.active.last&&!ap.settings.infiniteLoop){if("horizontal"==ap.settings.mode){var f=ap.children.last(),g=f.position();aA(-(g.left-(ap.viewport.width()-f.width())),"reset",0)}else{if("vertical"==ap.settings.mode){var d=ap.children.length-ap.settings.minSlides,g=ap.children.eq(d).position();aA(-g.top,"reset",0)}}}else{var g=ap.children.eq(ap.active.index*ar()).position();ap.active.index==ai()-1&&(ap.active.last=!0),void 0!=g&&("horizontal"==ap.settings.mode?aA(-g.left,"reset",0):"vertical"==ap.settings.mode&&aA(-g.top,"reset",0))}},aA=function(g,k,f,h){if(ap.usingCSS){var l="vertical"==ap.settings.mode?"translate3d(0, "+g+"px, 0)":"translate3d("+g+"px, 0, 0)";am.css("-"+ap.cssPrefix+"-transition-duration",f/1000+"s"),"slide"==k?(am.css(ap.animProp,l),am.bind("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",function(){am.unbind("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd"),ac()})):"reset"==k?am.css(ap.animProp,l):"ticker"==k&&(am.css("-"+ap.cssPrefix+"-transition-timing-function","linear"),am.css(ap.animProp,l),am.bind("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",function(){am.unbind("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd"),aA(h.resetValue,"reset",0),Q()}))}else{var d={};d[ap.animProp]=g,"slide"==k?am.animate(d,f,ap.settings.easing,function(){ac()}):"reset"==k?am.css(ap.animProp,g):"ticker"==k&&am.animate(d,speed,"linear",function(){aA(h.resetValue,"reset",0),Q()})}},aj=function(){for(var g="",d=ai(),f=0;d>f;f++){var h="";ap.settings.buildPager&&a.isFunction(ap.settings.buildPager)?(h=ap.settings.buildPager(f),ap.pagerEl.addClass("mc-custom-pager")):(h=f+1,ap.pagerEl.addClass("mc-default-pager")),g+='"}ap.pagerEl.html(g)},F=function(){ap.settings.pagerCustom?ap.pagerEl=a(ap.settings.pagerCustom):(ap.pagerEl=a('
                '),ap.settings.pagerSelector?a(ap.settings.pagerSelector).html(ap.pagerEl):ap.controls.el.addClass("mc-has-pager").append(ap.pagerEl),aj()),ap.pagerEl.delegate("a","click",an)},ad=function(){ap.controls.next=a(''+ap.settings.nextText+""),ap.controls.prev=a(''+ap.settings.prevText+""),ap.controls.next.bind("click",ah),ap.controls.prev.bind("click",ag),ap.settings.nextSelector&&a(ap.settings.nextSelector).append(ap.controls.next),ap.settings.prevSelector&&a(ap.settings.prevSelector).append(ap.controls.prev),ap.settings.nextSelector||ap.settings.prevSelector||(ap.controls.directionEl=a('
                '),ap.controls.directionEl.append(ap.controls.prev).append(ap.controls.next),ap.controls.el.addClass("mc-has-controls-direction").append(ap.controls.directionEl))},ab=function(){ap.controls.start=a('"),ap.controls.stop=a('"),ap.controls.autoEl=a('
                '),ap.controls.autoEl.delegate(".mc-start","click",au),ap.controls.autoEl.delegate(".mc-stop","click",R),ap.settings.autoControlsCombine?ap.controls.autoEl.append(ap.controls.start):ap.controls.autoEl.append(ap.controls.start).append(ap.controls.stop),ap.settings.autoControlsSelector?a(ap.settings.autoControlsSelector).html(ap.controls.autoEl):ap.controls.el.addClass("mc-has-controls-auto").append(ap.controls.autoEl),af(ap.settings.autoStart?"stop":"start")},J=function(){ap.children.each(function(){var d=a(this).attr("title");void 0!=d&&(""+d).length&&a(this).append('
                '+d+"
                ")})},ah=function(d){ap.settings.auto&&am.stopAuto(),am.goToNextSlide(),d.preventDefault()},ag=function(d){ap.settings.auto&&am.stopAuto(),am.goToPrevSlide(),d.preventDefault()},au=function(d){am.startAuto(),d.preventDefault()},R=function(d){am.stopAuto(),d.preventDefault()},an=function(g){ap.settings.auto&&am.stopAuto();var d=a(g.currentTarget),f=parseInt(d.attr("data-slide-index"));f!=ap.active.index&&am.goToSlide(f),g.preventDefault()},Z=function(f){var d=ap.children.length;return"short"==ap.settings.pagerType?(ap.settings.maxSlides>1&&(d=Math.ceil(ap.children.length/ap.settings.maxSlides)),ap.pagerEl.html(f+1+ap.settings.pagerShortSeparator+d),void 0):(ap.pagerEl.find("a").removeClass("active"),ap.pagerEl.each(function(g,h){a(h).find("a").eq(f).addClass("active")}),void 0)},ac=function(){if(ap.settings.infiniteLoop){var d="";0==ap.active.index?d=ap.children.eq(0).position():ap.active.index==ai()-1&&ap.carousel?d=ap.children.eq((ai()-1)*ar()).position():ap.active.index==ap.children.length-1&&(d=ap.children.eq(ap.children.length-1).position()),"horizontal"==ap.settings.mode?aA(-d.left,"reset",0):"vertical"==ap.settings.mode&&aA(-d.top,"reset",0)}ap.working=!1,ap.settings.onSlideAfter(ap.children.eq(ap.active.index),ap.oldIndex,ap.active.index)},af=function(d){ap.settings.autoControlsCombine?ap.controls.autoEl.html(ap.controls[d]):(ap.controls.autoEl.find("a").removeClass("active"),ap.controls.autoEl.find("a:not(.mc-"+d+")").addClass("active"))},s=function(){1==ai()?(ap.controls.prev.addClass("disabled"),ap.controls.next.addClass("disabled")):!ap.settings.infiniteLoop&&ap.settings.hideControlOnEnd&&(0==ap.active.index?(ap.controls.prev.addClass("disabled"),ap.controls.next.removeClass("disabled")):ap.active.index==ai()-1?(ap.controls.next.addClass("disabled"),ap.controls.prev.removeClass("disabled")):(ap.controls.prev.removeClass("disabled"),ap.controls.next.removeClass("disabled")))},aa=function(){ap.settings.autoDelay>0?setTimeout(am.startAuto,ap.settings.autoDelay):am.startAuto(),ap.settings.autoHover&&am.hover(function(){ap.interval&&(am.stopAuto(!0),ap.autoPaused=!0)},function(){ap.autoPaused&&(am.startAuto(!0),ap.autoPaused=null)})},U=function(){var f=0;if("next"==ap.settings.autoDirection){am.append(ap.children.clone().addClass("mc-clone"))}else{am.prepend(ap.children.clone().addClass("mc-clone"));var d=ap.children.first().position();f="horizontal"==ap.settings.mode?-d.left:-d.top}aA(f,"reset",0),ap.settings.pager=!1,ap.settings.controls=!1,ap.settings.autoControls=!1,ap.settings.tickerHover&&!ap.usingCSS&&ap.viewport.hover(function(){am.stop()},function(){var k=0;ap.children.each(function(){k+="horizontal"==ap.settings.mode?a(this).outerWidth(!0):a(this).outerHeight(!0)});var g=ap.settings.speed/k,h="horizontal"==ap.settings.mode?"left":"top",l=g*(k-Math.abs(parseInt(am.css(h))));Q(l)}),Q()},Q=function(g){speed=g?g:ap.settings.speed;var k={left:0,top:0},f={left:0,top:0};"next"==ap.settings.autoDirection?k=am.find(".mc-clone").first().position():f=ap.children.first().position();var h="horizontal"==ap.settings.mode?-k.left:-k.top,l="horizontal"==ap.settings.mode?-f.left:-f.top,d={resetValue:l};aA(h,"ticker",speed,d)},K=function(){ap.touch={start:{x:0,y:0},end:{x:0,y:0}},ap.viewport.bind("touchstart",j)},j=function(d){if(ap.working){d.preventDefault()}else{ap.touch.originalPos=am.position();var f=d.originalEvent;ap.touch.start.x=f.changedTouches[0].pageX,ap.touch.start.y=f.changedTouches[0].pageY,ap.viewport.bind("touchmove",e),ap.viewport.bind("touchend",t)}},e=function(f){var k=f.originalEvent,d=Math.abs(k.changedTouches[0].pageX-ap.touch.start.x),g=Math.abs(k.changedTouches[0].pageY-ap.touch.start.y);if(3*d>g&&ap.settings.preventDefaultSwipeX?f.preventDefault():3*g>d&&ap.settings.preventDefaultSwipeY&&f.preventDefault(),"fade"!=ap.settings.mode&&ap.settings.oneToOneTouch){var l=0;if("horizontal"==ap.settings.mode){var h=k.changedTouches[0].pageX-ap.touch.start.x;l=ap.touch.originalPos.left+h}else{var h=k.changedTouches[0].pageY-ap.touch.start.y;l=ap.touch.originalPos.top+h}aA(l,"reset",0)}},t=function(f){ap.viewport.unbind("touchmove",e);var h=f.originalEvent,d=0;if(ap.touch.end.x=h.changedTouches[0].pageX,ap.touch.end.y=h.changedTouches[0].pageY,"fade"==ap.settings.mode){var g=Math.abs(ap.touch.start.x-ap.touch.end.x);g>=ap.settings.swipeThreshold&&(ap.touch.start.x>ap.touch.end.x?am.goToNextSlide():am.goToPrevSlide(),am.stopAuto())}else{var g=0;"horizontal"==ap.settings.mode?(g=ap.touch.end.x-ap.touch.start.x,d=ap.touch.originalPos.left):(g=ap.touch.end.y-ap.touch.start.y,d=ap.touch.originalPos.top),!ap.settings.infiniteLoop&&(0==ap.active.index&&g>0||ap.active.last&&0>g)?aA(d,"reset",200):Math.abs(g)>=ap.settings.swipeThreshold?(0>g?am.goToNextSlide():am.goToPrevSlide(),am.stopAuto()):aA(d,"reset",200)}ap.viewport.unbind("touchend",t)},ae=function(){var f=a(window).width(),d=a(window).height();if(!(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent))){(aB!=f||at!=d)&&(aB=f,at=d,am.redrawSlider())}};return am.goToSlide=function(o,k){if(!ap.working&&ap.active.index!=o){if(ap.working=!0,ap.oldIndex=ap.active.index,ap.active.index=0>o?ai()-1:o>=ai()?0:o,ap.settings.onSlideBefore(ap.children.eq(ap.active.index),ap.oldIndex,ap.active.index),"next"==k?ap.settings.onSlideNext(ap.children.eq(ap.active.index),ap.oldIndex,ap.active.index):"prev"==k&&ap.settings.onSlidePrev(ap.children.eq(ap.active.index),ap.oldIndex,ap.active.index),ap.active.last=ap.active.index>=ai()-1,ap.settings.pager&&Z(ap.active.index),ap.settings.controls&&s(),"fade"==ap.settings.mode){ap.settings.adaptiveHeight&&ap.viewport.height()!=ao()&&ap.viewport.animate({height:ao()},ap.settings.adaptiveHeightSpeed),ap.children.filter(":visible").fadeOut(ap.settings.speed).css({zIndex:0}),ap.children.eq(ap.active.index).css("zIndex",51).fadeIn(ap.settings.speed,function(){a(this).css("zIndex",50),ac()})}else{ap.settings.adaptiveHeight&&ap.viewport.height()!=ao()&&ap.viewport.animate({height:ao()},ap.settings.adaptiveHeightSpeed);var u=0,f={left:0,top:0};if(!ap.settings.infiniteLoop&&ap.carousel&&ap.active.last){if("horizontal"==ap.settings.mode){var r=ap.children.eq(ap.children.length-1);f=r.position(),u=ap.viewport.width()-r.outerWidth()}else{var h=ap.children.length-ap.settings.minSlides;f=ap.children.eq(h).position()}}else{if(ap.carousel&&ap.active.last&&"prev"==k){var p=1==ap.settings.moveSlides?ap.settings.maxSlides-ar():(ai()-1)*ar()-(ap.children.length-ap.settings.maxSlides),r=am.children(".mc-clone").eq(p);f=r.position()}else{if("next"==k&&0==ap.active.index){f=am.find("> .mc-clone").eq(ap.settings.maxSlides).position(),ap.active.last=!1}else{if(o>=0){var q=o*ar();f=ap.children.eq(q).position()}}}}if("undefined"!=typeof f){var m="horizontal"==ap.settings.mode?-(f.left-u):-f.top;aA(m,"slide",ap.settings.speed)}}}},am.goToNextSlide=function(){if(ap.settings.infiniteLoop||!ap.active.last){var d=parseInt(ap.active.index)+1;am.goToSlide(d,"next")}},am.goToPrevSlide=function(){if(ap.settings.infiniteLoop||0!=ap.active.index){var d=parseInt(ap.active.index)-1;am.goToSlide(d,"prev")}},am.startAuto=function(d){ap.interval||(ap.interval=setInterval(function(){"next"==ap.settings.autoDirection?am.goToNextSlide():am.goToPrevSlide()},ap.settings.pause),ap.settings.autoControls&&1!=d&&af("stop"))},am.stopAuto=function(d){ap.interval&&(clearInterval(ap.interval),ap.interval=null,ap.settings.autoControls&&1!=d&&af("start"))},am.getCurrentSlide=function(){return ap.active.index},am.getSlideCount=function(){return ap.children.length},am.redrawSlider=function(){ap.children.add(am.find(".mc-clone")).outerWidth(al()),ap.viewport.css("height",ao()),ap.settings.ticker||G(),ap.active.last&&(ap.active.index=ai()-1),ap.active.index>=ai()&&(ap.active.last=!0),ap.settings.pager&&!ap.settings.pagerCustom&&(aj(),Z(ap.active.index))},am.destroySlider=function(){ap.initialized&&(ap.initialized=!1,a(".mc-clone",this).remove(),ap.children.each(function(){void 0!=a(this).data("origStyle")?a(this).attr("style",a(this).data("origStyle")):a(this).removeAttr("style")}),void 0!=a(this).data("origStyle")?this.attr("style",a(this).data("origStyle")):a(this).removeAttr("style"),a(this).unwrap().unwrap(),ap.controls.el&&ap.controls.el.remove(),ap.controls.next&&ap.controls.next.remove(),ap.controls.prev&&ap.controls.prev.remove(),ap.pagerEl&&ap.pagerEl.remove(),a(".mc-caption",this).remove(),ap.controls.autoEl&&ap.controls.autoEl.remove(),clearInterval(ap.interval),ap.settings.responsive&&a(window).unbind("resize",ae))},am.reloadSlider=function(d){void 0!=d&&(aq=d),am.destroySlider(),ay()},ay(),this}}(jQuery);(function(){var a=MadCap.CreateNamespace("Slideshow");a.Init=function(){var b;if($("html").attr("data-mc-target-type")){b=function(d,c){return d.attr("data-mc-"+c)}}else{b=function(d,c){return d.attr("madcap:"+c.replace("-",""))}}$(".MCSlider").each(function(n,f){var C=$(f);var j={};var r=f.className;var e=b(C,"random-start");var v=b(C,"infinite-loop");var o=b(C,"show-captions");var s=b(C,"controls");var u=b(C,"slide-width");var t=b(C,"adaptive-height");var h=b(C,"responsive");var g=b(C,"navigation");var p=true;var d=false;j.pagerCustom=null;if(g){if(g=="Thumbnails"){d=true;j.pagerCustom="#mc-pager"+(n+1).toString()}if(g=="None"){p=false}}var A=b(C,"auto-hover");var k=b(C,"auto-start");var B=b(C,"auto-controls");var c=b(C,"combine-controls");var y=b(C,"auto-direction");var z=b(C,"auto-delay");var q=b(C,"mode");var w=b(C,"speed");var l=b(C,"pause");var x=b(C,"video");if(r){j.slideshowClass=r}if(e){if("true"==e.toString().toLowerCase()){j.randomStart=true}else{if("false"==e.toString().toLowerCase()){j.randomStart=false}}}if(v){if("true"==v.toString().toLowerCase()){j.infiniteLoop=true}else{if("false"==v.toString().toLowerCase()){j.infiniteLoop=false;j.hideControlOnEnd=true}}}if(o){if("true"==o.toString().toLowerCase()){j.captions=true}else{if("false"==o.toString().toLowerCase()){j.captions=false}}}if(s){if("true"==s.toString().toLowerCase()){j.controls=true}else{if("false"==s.toString().toLowerCase()){j.controls=false}}}j.pager=p;j.thumbnails=d;if(u){j.slideWidth=u}if(t){if("true"==t.toString().toLowerCase()){j.adaptiveHeight=true}else{if("false"==t.toString().toLowerCase()){j.adaptiveHeight=false}}}if(h){if("true"==h.toString().toLowerCase()){j.responsive=true}else{if("false"==h.toString().toLowerCase()){j.responsive=false}}}var m=false;if(A){if("true"==A.toString().toLowerCase()){j.autoHover=true;m=true}else{if("false"==A.toString().toLowerCase()){j.autoHover=false}}}if(k){if("true"==k.toString().toLowerCase()){j.autoStart=true;m=true}else{if("false"==k.toString().toLowerCase()){j.autoStart=false}}}if(B){if("true"==B.toString().toLowerCase()){j.autoControls=true;j.autoControlsCombine=true;m=true}else{if("false"==B.toString().toLowerCase()){j.autoControls=false;j.autoControlsCombine=false}}}if(m){j.auto=true}if(y){j.autoDirection=y}if(z){j.autoDelay=z}if(q){j.mode=q}if(w){j.speed=w}if(l){j.pause=l}if(navigator.userAgent.indexOf("MSIE")!==-1){j.preloadImages="all"}j.video=true;j.useCSS=false;if(x){j.video=false}C.MCSlider(j)})}})();/* -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ -(function(){MadCap.WebHelp=MadCap.CreateNamespace("WebHelp");MadCap.WebHelp.FeedbackController=function(i){if(MadCap.WebHelp.FeedbackController.Shared!=null){return MadCap.WebHelp.FeedbackController.Shared}MadCap.WebHelp.FeedbackController.Shared=this;var d=false;var h=false;var f=new Array();var k=0;var b=this;var g=3000;this.Server=i;this.FeedbackServer=j(i);this.Version=-1;this.FeedbackActive=false;this.PulseServer=null;this.PulseEnabled=false;this.PulseActive=false;this.PulseUserGuid=null;function c(){for(var m=0;mu){var v=q.length-u;var E={ExceedAmount:v};var C=new MadCap.FeedbackException(-1,"URL limit exceeded.",E);throw C}}var r=2048;var t=q.indexOf("?");var m=q.substring(t+1).length;if(m>r){var v=m-r;var E={ExceedAmount:v};var C=new MadCap.FeedbackException(-1,"Query string limit exceeded.",E);throw C}D.id=w;D.setAttribute("type","text/javascript");D.setAttribute("src",q);p.appendChild(D);return w}function e(m){window.setTimeout(function(){var n=document.getElementById(m);n.parentNode.removeChild(n)},10)}this.Init=function(m){if(d){m(this);return}if(m!=null){f.push(m)}if(h){return}h=true;b.GetVersion(function(){if(b.PulseEnabled){b.GetPulseServerActivated(function(n){b.PulseActive=n&&n.toLowerCase()==="true";c()})}else{c()}});window.setTimeout(function(){if(!d){c()}},g)};this.GetUserGuid=function(){return b.PulseEnabled?b.PulseUserGuid:MadCap.Utilities.Store.getItem("LiveHelpUserGuid")};this.LogTopic=function(n,o,m){this.LogTopicOnComplete=function(p){if(m!=null){m()}e(p);this.LogTopicOnComplete=null};this.GetVersion(function(p){if(p==1){l("LogTopic","MadCap.WebHelp.FeedbackController.Shared.LogTopicOnComplete",[["TopicID",n]])}else{l("LogTopic2","MadCap.WebHelp.FeedbackController.Shared.LogTopicOnComplete",[["TopicID",n],["CSHID",o]])}})};this.LogSearch=function(m,p,n,q,o){this.LogSearchOnComplete=function(r){e(r);this.LogSearchOnComplete=null};l("LogSearch","MadCap.WebHelp.FeedbackController.Shared.LogSearchOnComplete",[["ProjectID",m],["UserGuid",p],["ResultCount",n],["Language",q],["Query",o]])};this.AddComment=function(o,q,p,n,s,r,m){this.AddCommentOnComplete=function(t){if(m!=null){m()}e(t);this.AddCommentOnComplete=null};l("AddComment","MadCap.WebHelp.FeedbackController.Shared.AddCommentOnComplete",[["TopicID",o],["UserGuid",q],["Username",p],["Subject",n],["Comment",s],["ParentCommentID",r]])};this.GetAverageRating=function(o,m,n){this.GetAverageRatingOnComplete=function(r,q,p){if(m!=null){m(q,p,n)}e(r);this.GetAverageRatingOnComplete=null};l("GetAverageRating","MadCap.WebHelp.FeedbackController.Shared.GetAverageRatingOnComplete",[["TopicID",o]])};this.SubmitRating=function(o,p,r,m,n){this.SubmitRatingOnComplete=function(s){if(m!=null){m(n)}e(s);this.SubmitRatingOnComplete=null};var q=l("SubmitRating","MadCap.WebHelp.FeedbackController.Shared.SubmitRatingOnComplete",[["TopicID",o],["Rating",p],["Comment",r]])};this.GetTopicComments=function(o,q,p,m,n){this.GetTopicCommentsOnComplete=function(t,s){if(m!=null){m(s,n)}e(t);this.GetTopicCommentsOnComplete=null};var r=l("GetTopicComments","MadCap.WebHelp.FeedbackController.Shared.GetTopicCommentsOnComplete",[["TopicID",o],["UserGuid",q],["Username",p]])};this.GetAnonymousEnabled=function(n,m,o){this.GetAnonymousEnabledOnComplete=function(q,p){if(m!=null){m(p,o)}e(q);this.GetAnonymousEnabledOnComplete=null};l("GetAnonymousEnabled","MadCap.WebHelp.FeedbackController.Shared.GetAnonymousEnabledOnComplete",[["ProjectID",n]])};this.StartActivateUser=function(r,w,u){this.StartActivateUserOnComplete=function(F,E){if(w!=null){w(E,u)}e(F);this.StartActivateUserOnComplete=null};var D=FMCGetChildNodeByAttribute(r.documentElement,"Name","Username");var o=FMCGetAttribute(D,"Value");var s=FMCGetChildNodeByAttribute(r.documentElement,"Name","EmailAddress");var n=FMCGetAttribute(s,"Value");var y=FMCGetChildNodeByAttribute(r.documentElement,"Name","FirstName");var m=FMCGetAttribute(y,"Value");var C=FMCGetChildNodeByAttribute(r.documentElement,"Name","LastName");var x=FMCGetAttribute(C,"Value");var B=FMCGetChildNodeByAttribute(r.documentElement,"Name","Country");var A=FMCGetAttribute(B,"Value");var z=FMCGetChildNodeByAttribute(r.documentElement,"Name","PostalCode");var t=FMCGetAttribute(z,"Value");var p=FMCGetChildNodeByAttribute(r.documentElement,"Name","Gender");var v=FMCGetAttribute(p,"Value");var q="";l("StartActivateUser","MadCap.WebHelp.FeedbackController.Shared.StartActivateUserOnComplete",[["Username",o],["EmailAddress",n],["FirstName",m],["LastName",x],["Country",A],["Zip",t],["Gender",v],["UILanguageOrder",q]])};this.StartActivateUser2=function(p,m,o,q){var n=MadCap.Utilities.Xhr.GetOuterXml(p);this.StartActivateUser2OnComplete=function(s,r){if(m!=null){if(q!=null){m.call(q,r,o)}else{m(r,o)}}e(s);this.StartActivateUser2OnComplete=null};l("StartActivateUser2","MadCap.WebHelp.FeedbackController.Shared.StartActivateUser2OnComplete",[["Xml",n]])};this.UpdateUserProfile=function(p,q,m,o,r){var n=MadCap.Utilities.Xhr.GetOuterXml(q);this.UpdateUserProfileOnComplete=function(t,s){if(m!=null){if(r!=null){m.call(r,s,o)}else{m(s,o)}}e(t);this.UpdateUserProfileOnComplete=null};l("UpdateUserProfile","MadCap.WebHelp.FeedbackController.Shared.UpdateUserProfileOnComplete",[["Guid",p],["Xml",n]])};this.GetUserProfile=function(o,m,n,p){this.GetUserProfileOnComplete=function(r,q){if(m!=null){if(p!=null){m.call(p,q,n)}else{m(q,n)}}e(r);this.GetUserProfileOnComplete=null};l("GetUserProfile","MadCap.WebHelp.FeedbackController.Shared.GetUserProfileOnComplete",[["Guid",o]])};this.CheckUserStatus=function(o,m,n){this.CheckUserStatusOnComplete=function(q,p){if(m!=null){m(p,n)}e(q);this.CheckUserStatusOnComplete=null};l("CheckUserStatus","MadCap.WebHelp.FeedbackController.Shared.CheckUserStatusOnComplete",[["PendingGuid",o]])};this.GetSynonymsFile=function(n,p,m,o){this.GetSynonymsFileOnComplete=function(r,q){if(m!=null){m(q,o)}e(r)};l("GetSynonymsFile","MadCap.WebHelp.FeedbackController.Shared.GetSynonymsFileOnComplete",[["ProjectID",n],["UpdatedSince",p]])};this.GetVersion=function(m,n,o){this.GetVersionOnComplete=function(q,p){if(p==null){b.Version=1}else{if(b.Version==-1&&p>4){b.FeedbackServer=j(b.Server,"Feedback/");b.PulseServer=b.Server;b.PulseEnabled=true}b.FeedbackActive=true;b.Version=p}if(m!=null){if(o!=null){m.call(o,b.Version,n)}else{m(b.Version,n)}}if(q!=null){e(q)}this.GetVersionOnComplete=null};if(b.Version==-1){l("GetVersion","MadCap.WebHelp.FeedbackController.Shared.GetVersionOnComplete")}else{this.GetVersionOnComplete(null,b.Version)}};this.GetPulseServerActivated=function(n,m,o){this.GetPulseServerActivatedOnComplete=function(q,p){if(n!=null){if(o!=null){n.call(o,p,m)}else{n(p,m)}}if(q!=null){e(q)}this.GetPulseServerActivatedOnComplete=null};l("GetPulseServerActivated","MadCap.WebHelp.FeedbackController.Shared.GetPulseServerActivatedOnComplete")};this.GetPulseStreamID=function(n,o,m,p){this.GetPulseStreamIDOnComplete=function(r,q){if(o!=null){if(p!=null){o.call(p,q,m)}else{o(q,m)}}if(r!=null){e(r)}this.GetPulseStreamIDOnComplete=null};l("GetPulseStreamID","MadCap.WebHelp.FeedbackController.Shared.GetPulseStreamIDOnComplete",[["TopicID",n]])};this.GetTopicPathByStreamID=function(o,n,m,p){this.GetTopicPathByStreamIDOnComplete=function(q,r){if(n!=null){if(p!=null){n.call(p,r,m)}else{n(r,m)}}if(q!=null){e(q)}this.GetTopicPathByStreamIDOnComplete=null};l("GetTopicPathByStreamID","MadCap.WebHelp.FeedbackController.Shared.GetTopicPathByStreamIDOnComplete",[["StreamID",o]])};this.GetTopicPathByPageID=function(m,o,n,p){this.GetTopicPathByPageIDOnComplete=function(q,r){if(o!=null){if(p!=null){o.call(p,r,n)}else{o(r,n)}}if(q!=null){e(q)}this.GetTopicPathByPageIDOnComplete=null};l("GetTopicPathByPageID","MadCap.WebHelp.FeedbackController.Shared.GetTopicPathByPageIDOnComplete",[["PageID",m]])};this.GetPulseSearchResults=function(o,r,n,m,q,p,s){this.GetPulseSearchResultsOnComplete=function(u,t){if(q!=null){if(s!=null){q.call(s,t,p)}else{q(t,p)}}if(u!=null){e(u)}this.GetPulseSearchResultsOnComplete=null};l("GetPulseSearchResults","MadCap.WebHelp.FeedbackController.Shared.GetPulseSearchResultsOnComplete",[["ProjectID",o],["SearchQuery",r],["PageSize",n],["PageIndex",m]])}};MadCap.WebHelp.FeedbackController.Shared=null;MadCap.CreateNamespace("Feedback");MadCap.Feedback.LoginDialog=function(c,b){this._FeedbackController=c;this._TimeoutID=-1;this._Mode=b;this._UserGuid=null;this._El=null};var a=MadCap.Feedback.LoginDialog;a.prototype._Init=function(){var c=this;this._El=$(".login-dialog");$(".login-dialog-buttons .submit-button").click(function(d){c.Submit()});$(".login-dialog-buttons .cancel-button").click(function(d){c.Hide(false)});if(this._Mode=="edit"){this._UserGuid=this._FeedbackController.GetUserGuid();this._FeedbackController.GetUserProfile(this._UserGuid,function(f,d){var e=MadCap.Utilities.Xhr.LoadXmlString(f);$(e.documentElement).children("Item").each(function(h,i){var k=$(this);var g=k.attr("Name");var j=k.attr("Value");var m=$(".login-dialog input[name='"+g+"']");if(m.attr("type")=="checkbox"){var l=MadCap.String.ToBool(j,false);m.prop("checked",l)}else{m.val(j)}})},null,this)}else{if(this._Mode=="pulse"){var b=$("#pulse-login-frame");if(b.length==0){c._El.addClass("pulse");c._El.empty();c._El.append('');c._El.append('');$(".close-dialog",c._El).click(function(d){c.Hide(true)});$("#pulse-login-frame").attr("src",c._FeedbackController.PulseServer+"Login")}}}};a.prototype._Cleanup=function(){$(".login-dialog-buttons .submit-button").off("click");$(".login-dialog-buttons .cancel-button").off("click");$(".submit-button").attr("disabled",null);$(".status-message-box").hide();$(".profile-item-wrapper.error").removeClass("error");window.clearTimeout(this._TimeoutID)};a.prototype.Show=function(){this._Init();var b=MadCap.TopicHelpers.AddBackgroundTint("light");$(b).animate({opacity:0.5},200);this._El.fadeIn(200)};a.prototype.Hide=function(b){this._Cleanup();MadCap.TopicHelpers.RemoveBackgroundTint();if(b){this._El.fadeOut()}else{this._El.hide()}$(this).trigger("closed")};a.prototype.Submit=function(){$(".status-message-box").hide();$(".profile-item-wrapper.error").removeClass("error");if(this._CheckErrors()){this._SetStatusMessage("required-fields-missing-message","error");return}var c=this._LoginItemsToXml();var b=this;if(this._Mode=="new"){this._FeedbackController.StartActivateUser2(c,function(d){b._CheckUserStatus(d)});this._SetStatusMessage("verification-email-sent-message")}else{if(this._Mode=="edit"){this._FeedbackController.UpdateUserProfile(this._UserGuid,c,function(d){if(d=="00000000-0000-0000-0000-000000000000"){b.Hide(true)}else{b._CheckUserStatus(d);b._SetStatusMessage("verification-email-sent-message")}})}}$(".submit-button").attr("disabled","disabled")};a.prototype._CheckUserStatus=function(c){var b=this;this._FeedbackController.CheckUserStatus(c,function(d){if(d=="Pending"){b._TimeoutID=setTimeout(function(){b._CheckUserStatus(c)},5000)}else{MadCap.Utilities.Store.setItem("LiveHelpUserGuid",d);b.Hide(true)}})};a.prototype._CheckErrors=function(){var e=false;var d=$(".login-dialog .profile-item-wrapper input, .login-dialog .profile-item-wrapper select");for(var c=0,f=d.length;c0){for(var aa=0;aa0&&Q[0].getElementsByTagName("Url").length>0){var W=X.getElementsByTagName("Subsystems")[0].getElementsByTagName("Url");for(var O=0;O0)};this.IsRoot=function(){return r==null};this.LoadLanguage=function(K,I){var J=this;require([this.LanguageUrl],function(L){J.Language=L;K.call(I,L)})};this.LoadBreakpoints=function(K,I){if(this.IsResponsive&&this.IsRoot()){var J=this;require([this.BreakpointsUrl],function(L){J.Breakpoints=L;K.call(I,L)})}else{K.call(I,null)}};this.LoadConcepts=function(I){if(A){I();return}MadCap.Utilities.Xhr.Load(e+"Data/Concepts.xml",true,function(S){A=new MadCap.Utilities.Dictionary();var L=S.documentElement;for(var N=0;N0){P.n[S].previous=P.n[S-1]}}}P=B(P)}var O=[];var R=false;for(var S=0;S0){I=I.n[I.n.length-1]}}else{if(typeof J.parent!="undefined"){I=J.parent}}return I}function y(O,N){var M="";var L=-1;var K=null;if(O.n&&O.n.length>0){M=O.toc.entries[O.i].title;if(N){M=encodeURIComponent(M)}L=0}else{L=O.parent.n.indexOf(O)+1}if(M.length>0){M+="|"}M+=("_____"+L);for(var I=O.parent;I&&typeof I.i!=="undefined";I=I.parent){if(M==null){M=""}if(M.length>0){M="|"+M}var J=I.toc.entries[I.i].title;if(N){J=encodeURIComponent(J)}M=J+M}return M}function i(J,K,I){K.GetToc(J.type,function(O){if(typeof O=="undefined"){I();return}var N=K.IsAutoMerged?J.automerge:K.MergeNode;var V=O.tree;if(typeof V.n!=="undefined"){var M=N.r==1||(K.IsAutoMerged&&N.a=="replace");var T=M||(K.IsAutoMerged&&(N.a=="before-head"||N.a=="after-head"));var P=M||(K.IsAutoMerged&&(N.a=="before-head"||N.a=="after-tail"));var U=P?N.parent:N;if(typeof U.n=="undefined"){U.n=[]}var Q=P?U.n.indexOf(N)+(T?0:1):T?0:U.n.length;var L=V.n.length;for(var R=0;R0){U.n[Q].previous=U.n[Q-1];U.n[Q-1].next=U.n[Q]}var S=Q+L-(M?1:0)-1;if(S>=0&&S+10){MadCap.Utilities.AsyncForeach(l,function(W,X){W.FindNode(I,K,J,function(Y){if(typeof Y!=="undefined"){L(Y);return}X()})},function(){L(M)})}else{L(M)}})})};this.LoadGlossary=function(K,I){var J=this;this.GetGlossary(function(L){J.Glossary=L;K.call(I,L)})};this.GetGlossary=function(I){require([this.GlossaryUrl],function(J){function L(){N++;if(N==O){I(J)}}if(typeof J=="undefined"){I(J);return}var N=0;var O=0;J.chunks=[];var M=new MadCap.Utilities.Url(d.GlossaryUrl).ToFolder();for(var Q=0;QM?1:0});J.f=L.join("; ")}}if(I.e){if(typeof J.e=="undefined"){J.e={}}$.each(I.e,function(M,N){if(typeof J.e[M]!=="undefined"){d.MergeIndexEntries(J.e[M],N)}else{J.e[M]=N}})}};this.FindIndexEntry=function(J,I){d.LoadIndex(function(K){if(!K.entries){K.entries={};$.each(K.terms,function(O,P){K.entries[P.t]=P})}var M=J.split(":");var N=M.length;var L=K.entries[M[0]];if(L){d.LoadRootIndexEntry(L,function(P){var Q=P;for(var O=1;OL?1:0});return I};this.GetSearchDBs=function(I){var J=new Array();MadCap.Utilities.Xhr.Load(e+"Data/Search.xml",true,function(O){function L(Q){if(Q!=null){for(var P=0;PQ.toLowerCase()){L.c+=J.numchunks;J.terms.splice(O,0,L);M++}else{O++}}}for(;ML.toLowerCase()||(M.toLowerCase()==L.toLowerCase()&&S.t.toLowerCase()>R.t.toLowerCase())){R.c+=K.numchunks;K.terms.splice(O,0,R);N++}else{O++}}}for(;N0){var z=F[F.length-1];if(MadCap.String.StartsWith(z,"_____")){B=parseInt(z.substring("_____".length));F.splice(F.length-1,1)}}var H=i;for(var D=0,A=F.length;D=0){if(B==0){C=H}else{C=$(H).children("TocEntry")[B-1]}}else{var E=k(H);var G=t.ToRelative(new MadCap.Utilities.Url(E.GetPath()));var C=s(H,G.FullPath.toLowerCase(),true);if(!C){C=s(H,G.PlainPath.toLowerCase(),false)}}j=null;o=null;x(C)}function y(z){var A=MadCap.Dom.GetAttribute(z,"Chunk");if(A!=null){b.LoadChunk(z,A,function(B){b.GetTocNode(j,o,x)});return true}return false}function u(z){var A=$(z).attr("MergeHint")||-1;if(A>=0){b.LoadMerge(z,function(B){b.GetTocNode(j,o,x)});return true}return false}};this.GetEntrySequenceIndex=function(u,t,w){this.GetTocNode(u,t,v);function v(y){var x=-1;if(y!=null){x=f(y)}w(x)}};this.GetIndexTotalForEntry=function(u,t,w){this.GetTocNode(u,t,v);function v(y){var z=-1;if(y!=null){var x=y;while(x.parentNode!=i){x=x.parentNode}z=MadCap.Dom.GetAttributeInt(x,"DescendantCount",-1)}w(z)}};function g(){for(var t=0,u=n.length;t=0){b.LoadMerge(C,B);return true}return false}}function p(t,w){var v=$(t).children(w+":last")[0];if(v!=null){var u=p(v,w);if(u!=null){return u}return v}return null}function k(u){var w=null;var t=u;while(true){if(t==t.ownerDocument.documentElement){w=h;break}var v=MadCap.Dom.GetAttributeInt(t,"ownerHelpSystemIndex",-1);if(v>=0){w=a[v];break}t=t.parentNode}return w}function m(u){var x="";var w=-1;var v=$(u).children("TocEntry")[0];if(v!=null){x=encodeURIComponent(MadCap.Dom.GetAttribute(u,"Title"));w=0}else{w=$(u).index()+1}if(x.length>0){x+="|"}x+=("_____"+w);for(var t=u.parentNode;t!=null&&t.parentNode.nodeType==1;t=t.parentNode){if(x==null){x=""}if(x.length>0){x="|"+x}x=encodeURIComponent(MadCap.Dom.GetAttribute(t,"Title"))+x}return x}function f(w){if(w.parentNode==w.ownerDocument.documentElement){return 0}var v=0;var z=MadCap.Dom.GetAttribute(w,"Link");if(z!=null){v++}for(var t=w.previousSibling;t!=null;t=t.previousSibling){if(t.nodeType!=1){continue}var y=MadCap.Dom.GetAttributeInt(t,"DescendantCount",0);v+=y;var z=MadCap.Dom.GetAttribute(t,"Link");if(z!=null){var u=new MadCap.Utilities.Url(z);var x=u.Extension.toLowerCase();if(x=="htm"||x=="html"){v++}}}return v+f(w.parentNode)}};MadCap.WebHelp.TocFile.TocType={Toc:0,BrowseSequence:1};MadCap.WebHelp.AliasFile=function(h,a,e){var d=null;var f=a;var i=null;var g=null;(function(){})();this.Load=function(j){MadCap.Utilities.Xhr.Load(h,true,function k(l){if(l){d=l.documentElement}j()})};this.GetIDs=function(){var j=new Array();c();g.ForEach(function(k,l){j[j.length]=k;return true});return j};this.GetNames=function(){var j=new Array();c();i.ForEach(function(k,l){j[j.length]=k;return true});return j};this.LookupID=function(o){var l=false;var j=null;var m=null;if(o){if(typeof(o)=="string"&&o.indexOf(".")!=-1){var k=o.indexOf("|");if(k!=-1){j=o.substring(0,k);m=o.substring(k+1)}else{j=o}l=true}else{var n=b(o);if(n!=null){l=true;j=n.Topic;m=n.Skin}}}else{l=true}if(j){j=f.ContentFolder+j}return{Found:l,Topic:j,Skin:m}};function b(k){var j=null;c();if(i!=null){if(typeof(k)=="string"){j=i.GetItem(k);if(j==null){j=g.GetItem(k)}}else{if(typeof(k)=="number"){j=g.GetItem(k.toString())}}}return j}function c(){if(i==null){if(d){i=new MadCap.Utilities.Dictionary();g=new MadCap.Utilities.Dictionary();var p=d.getElementsByTagName("Map");for(var m=0;m1){ai()}else{C(ah.DefaultStartTopic)}Q(ah.DefaultSkin);G=ah.IsResponsive=="undefined"?G:ah.IsResponsive;if(G){var aC=ah.Breakpoints;w=aC.Tablet}else{$("html").addClass("web")}if($(window).innerWidth()<=w&&G){y()}ah.LoadMergedSearchFilters(function(aK){if(aK==null||aK.GetLength()==0){if(window.PIE){$(".search-submit-wrapper").each(function(){PIE.attach(this)})}$("#SearchTab").closest("div").empty();return}$(".search-filter-wrapper").show();if(window.PIE){$(".search-filter, .search-submit-wrapper").each(function(){PIE.attach(this)})}var aE=[];aK.ForEach(function(aM,aN){aE.push(aM);return true});aE.sort();if($(".search-bar").css("display")=="none"){$("#SearchTab").closest(".tab").remove();return}var aH=$("#search ul");for(var aI=0,aJ=aE.length;aI").text(aE[aI]));var aL=$("
              • ");aL.addClass("SearchFilterEntry tree-node tree-node-leaf");var aG=$('
                ');var aF=$('');aF.text(aE[aI]);aG.append(aF);aL.append(aG);aH.append(aL)}$(".SearchFilter").click(aa)});an(az)})}function aa(az){var ax=$(az.target).closest(".SearchFilterEntry");$(".SearchFilterEntry.tree-node-selected").removeClass("tree-node-selected");if(ax.hasClass("SearchFilterEntry")){ax.addClass("tree-node-selected");var ay=ax.find(".SearchFilter").text();$(".search-filter span").text(ay);$searchField=$("#search-field-sidebar");if(!$searchField.attr("data-placeholder")){$searchField.attr("data-placeholder",$searchField.attr("placeholder"))}$searchField.attr("placeholder",$searchField.attr("data-placeholder")+" "+ay);ap(az)}}var al={};function B(az,ax,ay){if(!ay){ay="Don't call this twice without a uniqueId"}if(al[ay]){clearTimeout(al[ay])}al[ay]=setTimeout(az,ax)}var a=$(window).innerWidth();var u=$(window).height();function an(ax){B(function(){var az=$(window).innerWidth();if(G){if(az>w){$("#navigation").removeAttr("role");$("body").removeClass("active");$("html").addClass("web");if(a<=w){y()}if(g){var aA=$(g);if(!aA.hasClass("active")){var ay=aA.find("li");var aB=$(ay[0]);aB.removeClass("tabs-nav-inactive");aB.addClass("tabs-nav-active");aA.addClass("active")}}else{if(!g&&$(document).find(".tab.active").length==0){g=$($(document).find(".tab")[0]);E("Toc",g)}}}else{if($("#navigation").attr("role")!=="undefined"){$("#navigation").attr("role","complementary")}$("html").removeClass("web")}if(a>w&&az<=w||a==az&&a<=w&&u==$(window).height()){var aA=$(".tab.active");g=aA.length&&aA.find("li").text()!="SearchTab"?$(".tab.active"):g;$(".tab .tabs-nav-active").removeClass("tabs-nav-active");$(".tabs-nav li").addClass("tabs-nav-inactive");$(".tab.active").removeClass("active")}if(a>w&&az<=w||a<=w&&az>w){at($(window).innerWidth())}}M(parseInt($("#navigation").css("width")));a=az;u=$(window).height()},50,"FireOnce")}function at(az){var aA=$(document.documentElement).hasClass("left-layout")?"left":$(document.documentElement).hasClass("right-layout")?"right":"left";var aD=$("#navigation");var aC=$("#contentBody");var aF=$("#navigationResizeBar");var aB=!aD.attr("style")||!aC.attr("style");var ay=!aD.attr("data-mc-last-width")||!aC.attr("data-mc-last-width");if(aB&&ay){return}if(az>w){var aE=aD.attr("data-mc-last-width");if(aE){aD.css("width",aE);var ax=aC.attr("data-mc-last-width");if(ax){aC.css(aA,ax)}}}else{var aE=aD.css("width");if(aE){aD.attr("data-mc-last-width",aE);aD.removeAttr("style");var ax=aC.css(aA);if(ax){aC.attr("data-mc-last-width",ax)}aC.removeAttr("style")}}}function q(ax){MadCap.DEBUG.Log.AddLine(window.name+"onhashchange: "+document.location.hash);if(document.location.hash.length>1){ai()}else{C(ah.DefaultStartTopic)}}function l(){$(".star-buttons").click(L);J();$(".buttons").on("click",".login-button",function(ax){I=new MadCap.Feedback.LoginDialog(W,W.PulseEnabled?"pulse":"new");if(!W.PulseEnabled){$(I).bind("closed",function(){J()})}I.Show()});$(".buttons").on("click",".edit-user-profile-button",function(ax){if(W.PulseEnabled){document.location.hash="pulse-#!streams/"+W.PulseUserGuid+"/settings"}else{I=new MadCap.Feedback.LoginDialog(W,"edit");$(I).bind("closed",function(){J()});I.Show()}})}function V(ay){var ax=$("#search-field").val();if(!ay){ax=$("#search-field-sidebar").val()}ax=MadCap.Utilities.Url.StripInvalidCharacters(ax);if(!MadCap.String.IsNullOrEmpty(ax)){document.location.hash="search-"+ax}else{document.location.hash=""}}function ap(ay){var az=null;if($("#search-field").is(":visible")){az=$(ay.target).text();$(this).prev().text(az)}else{az=$(".SearchFilter.active")&&$(".SearchFilter.active").length?$(".SearchFilter.active").text():$.trim($(".search-filter li").first().text())}if($("#searchPane").is(":visible")){var ax=$("#search-field").val();if(MadCap.String.IsNullOrEmpty(ax)){return}h(ax)}}function h(aA,aD,aB,aC,ay){var ax=$(window).innerWidth()<=w&&$(".SearchFilter.active")&&$(".SearchFilter.active").length?$.trim($(".SearchFilter.active").text()):$.trim($(".search-filter span").text());var az=$.trim($(".search-filter li").first().text());if(typeof aD=="undefined"){aD=true}if(typeof aB=="undefined"){aB=ah.DisplayCommunitySearchResults}if(typeof aC=="undefined"){aC=ah.CommunitySearchResultsCount}if(typeof ay=="undefined"){ay=0}if(ax==az){ax=null}$("#resultList").remove();ac("search");if(aD){n(aA,ax,function(aE){if(aB){e(aA,ax,aC,ay,function(aF){H(aA,aE,aF)})}else{H(aA,aE,null)}})}else{if(aB){e(aA,ax,aC,ay,function(aE){H(aA,null,aE)})}}$("body").removeClass("active")}function n(aA,ay,ax){if(f==null){f=new MadCap.WebHelp.SearchPane(ah)}var az=$("#searchPane").addClass("loading");f.Init(function(){f.StartSearch(decodeURIComponent(aA),ay,function(aC){var aB=O(aC);az.removeClass("loading");if(ax!=null){ax(aB)}},null)})}function e(aC,aA,az,ay,ax){if(f==null){f=new MadCap.WebHelp.SearchPane(ah)}var aB=$("#searchPane").addClass("loading");f.Init(function(){f.StartPulseSearch(aC,az,ay,function(aD){aB.removeClass("loading");if(ax!=null){ax(aD)}})})}function O(aG){var aL=[];for(var aK=0,aF=aG.GetLength();aK0){var aP=document.createElement("li");aP.setAttribute("id","community-results");aQ.appendChild(aP);var aH=document.createElement("h3");aH.setAttribute("class","title");var aT=document.createElement("a");aT.setAttribute("href","#communitysearch-"+a0);aT.appendChild(document.createTextNode("Community Results"));aH.appendChild(aT);var aB=document.createElement("span");aB.appendChild(document.createTextNode(" ("+aG.TotalRecords+")"));aH.appendChild(aB);var aK=document.createElement("ul");aK.setAttribute("id","communityResultList");aP.appendChild(aH);aP.appendChild(aK);var az=new Date();var aA=new Date(az.getUTCFullYear(),az.getUTCMonth(),az.getUTCDate(),az.getUTCHours(),az.getUTCMinutes(),az.getUTCSeconds());for(var aY=0;aY(window.innerWidth*0.85)){return}}else{if(ax=="right"){if(ay<(window.innerWidth*0.15)||ay>(window.innerWidth-175)){return}}}M(ay);$("#navigationResizeBar").css(ax,ay+"px");$("#navigation").css("width",ay+"px");$("#contentBody").css(ax,(ay+5)+"px")}function M(aA){var az=$(".tabs-nav li");$.each(az,function(aC,aD){var aB=$(aD);if(aB.hasClass("tab-collapsed")){aB.removeClass("tab-collapsed")}});if(aA=0;ay--){var ax=$(az[ay]);ax.addClass("tab-collapsed");if(aA>aq()+18){break}}}}function aq(){var ay=0;var ax=$(".tabs-nav li");ax.each(function(aA,az){var aB=$(az);if(aB.is(":visible")){ay+=parseInt(aB.css("width"))}});return ay}function y(){var ay=$(document).find(".tab");for(var ax=0;ax1){aE=ax.QueryMap.GetItem("TocPath");if(aE!=null){aC="Toc"}else{aB=ax.QueryMap.GetItem("BrowseSequencesPath");if(aB!=null){aC="BrowseSequences"}}if(ax.HashMap.GetItem("cshid")==null){var aA=ax.Query.indexOf("?");var ay=ax.Query.lastIndexOf("?");var aD="";if(aA!=ay){aD=ax.Query.substr(aA,ay)}ax=new MadCap.Utilities.Url(ax.Fragment.substr(1));if(!MadCap.String.IsNullOrEmpty(aD)){ax.Query=aD}}}else{ax=new MadCap.Utilities.Url(ah.DefaultStartTopic).ToRelative(ah.GetContentPath())}ah.SetBrowseSequencePath(aB,ax);if(ah.SyncTOC){MadCap.Utilities.CrossFrame.PostMessageRequest(parent,"sync-toc",[aC,aC=="Toc"?aE:aB,ax.FullPath],null)}}function p(ax){$(document.documentElement).removeClass("has-topic");ac("pulse");var ay=ax.substring(ax.indexOf("#"));MadCap.Utilities.CrossFrame.PostMessageRequest(frames["community-frame-html5"],"pulse-hash-changed",[ay]);W.Init(function(){if(W.PulseActive){frames.pulse.location.replace(W.PulseServer+ay)}})}function ao(){var aD=document.location.hash.substring(1);var aE=new MadCap.Utilities.Dictionary();var aA=aD.split("&");$(aA).each(function(aG,aH){var aF=aA[aG].split("=");aE.Add(aF[0].toLowerCase(),aF[1])});var az=aE.GetItem("searchQuery".toLowerCase());if(az!=null){$("#search-field").val(decodeURIComponent(az));$("#search-field-sidebar").val(decodeURIComponent(az));var ay=MadCap.String.ToBool(aE.GetItem("firstPick".toLowerCase()),false);if(ay){n(az,null,function(aF){if(aF.length>=1){X(aF[0].Link)}})}else{h(az)}}else{var aC=aE.GetItem("cshid");if(aC!=null){ak=aC;ah.LookupCSHID(aC,function(aG){if(aG.Found){C(aG.Topic)}else{C(ah.DefaultStartTopic)}var aF=aE.GetItem("skinName".toLowerCase())||aG.Skin;if(aF!=null){var aH=ah.GetSkin(aF);b(aH)}});return}else{C(ah.DefaultStartTopic)}}var ax=aE.GetItem("skinName".toLowerCase());if(ax!=null){var aB=ah.GetSkin(ax);b(aB)}}function af(){if(document.location.hash.indexOf("#pulse-")!=0){return""}return document.location.hash.substring("#pulse-".length)}function b(aI){Q(aI);if(MadCap.String.IsNullOrEmpty(aI.Tabs)){$("#navigation").remove();$("#navigationResizeBar").remove();$(document.documentElement).removeClass("left-layout").removeClass("right-layout")}else{if(aI.WebHelpOptions!=null&&aI.WebHelpOptions.HideNavigationOnStartup!=null&&(MadCap.String.ToBool(aI.WebHelpOptions.HideNavigationOnStartup,false))){i("hide")}if(aI.NavigationPanePosition!=null&&aI.NavigationPanePosition=="Right"){$(document.documentElement).removeClass("left-layout").addClass("right-layout")}if(aI.NavigationPaneWidth!=null){var aH=MadCap.String.ToInt(aI.NavigationPaneWidth,300);c(aH)}var aE=aI.Tabs.split(",");var aC=["TOC","Index","Glossary","BrowseSequences","Community"];var aA=$(".tabs");for(var aB=0,ay=aC.length;aB=0){continue}if(az=="TOC"){az="Toc"}var aG=$("#"+az+"Tab");if(aG.length==0){continue}var ax=aA.children(".tabs-nav").children("li").index(aG);var aF=aA.children(".tabs-panels").children(":eq("+ax+")");aG.remove();aF.remove()}var aD=aI.DefaultTab;if(aD=="TOC"){aD="Toc"}E(aD,aA);S(aD)}if(aI.Toolbar!=null&&MadCap.String.IsNullOrEmpty(aI.Toolbar.Buttons)){$(".buttons").remove();$("#contentBody").addClass("no-buttons")}if(aI.DisplaySearchBar=="false"){$(".search-bar").hide()}}function ac(ax){$("#topic").css("display",ax=="topic"?"block":"none");$("#pulse").css("display",ax=="pulse"?"block":"none");$("#searchPane").css("display",ax=="search"?"block":"none")}var m=null;function o(aD){var ax=$(this).attr("id");var az=ax.substring(0,ax.length-"Tab".length);m=az;E(az,$(this).closest(".tabs"));if($(window).innerWidth()<=w&&G){var aB=$(document).find(".tab");for(var aA=0;aAw)){E(ax,ay)}}function av(){if(R!=null){return}var ax=$("#toc");ax.addClass("loading");R=new MadCap.WebHelp.TocPane("Toc",ah,ax[0]);R.Init(function(){ax.removeClass("loading")});return ax.parent()}function U(){if(ad!=null){return}var ax=$("#index");ax.addClass("loading");ad=new MadCap.WebHelp.IndexPane(ah);ad.Init($("#index .index-wrapper")[0],function(){ax.removeClass("loading")});return ax.parent()}function D(){if(K!=null){return}var ax=$("#glossary");ax.addClass("loading");K=new MadCap.WebHelp.GlossaryPane(ah);K.Init(ax[0],function(){ax.removeClass("loading")});return ax.parent()}function d(){if(ar!=null){return}var ax=$("#browseSequences");ax.addClass("loading");ar=new MadCap.WebHelp.TocPane("BrowseSequences",ah,ax[0]);ar.Init(function(){ax.removeClass("loading")});return ax.parent()}function au(){if(F){return}F=true;var ax=$("#community-frame-html5");W.Init(function(){if(W.PulseActive){ax.attr("src",W.PulseServer+"streams/my")}});return $pane.parent()}function Q(aK){var aL=MadCap.String.ToBool(aK.UseBrowserDefaultSize,false);if(aL){return}var aA=MadCap.String.ToInt(aK.Top,0);var aI=MadCap.String.ToInt(aK.Left,0);var aJ=MadCap.String.ToInt(aK.Bottom,0);var ay=MadCap.String.ToInt(aK.Right,0);var aB=MadCap.String.ToInt(aK.Width,800);var aC=MadCap.String.ToInt(aK.Height,600);var ax=aK.Anchors;if(ax){var aE=(ax.indexOf("Top")>-1)?true:false;var az=(ax.indexOf("Left")>-1)?true:false;var aH=(ax.indexOf("Bottom")>-1)?true:false;var aD=(ax.indexOf("Right")>-1)?true:false;var aF=(ax.indexOf("Width")>-1)?true:false;var aG=(ax.indexOf("Height")>-1)?true:false}if(az&&aD){aB=screen.availWidth-(aI+ay)}else{if(!az&&aD){aI=screen.availWidth-(aB+ay)}else{if(aF){aI=(screen.availWidth/2)-(aB/2)}}}if(aE&&aH){aC=screen.availHeight-(aA+aJ)}else{if(!aE&&aH){aA=screen.availHeight-(aC+aJ)}else{if(aG){aA=(screen.availHeight/2)-(aC/2)}}}if(window==top){window.resizeTo(aB,aC);window.moveTo(aI,aA)}}function am(){$(".star-buttons").addClass("loading");W.GetAverageRating(aw,function(ay,ax){$(".star-buttons").removeClass("loading");ae(ay)})}function ae(aB){var ax=$(".star-buttons");var aE=$(".star-button",ax);var aD=aE.length;var aC=Math.ceil(aB*aD/100);aE.css("opacity",0);for(var az=0;az1){var aO=new MadCap.Utilities.Url(aB.Fragment.substring(1));aP=aB.QueryMap.GetItem("returnUrl")}aQ[aQ.length]=aP;aL.Handled=true;aL.FireResponse=true}else{if(aF=="navigate"){var aK=aC[0];if(aK){document.location.hash=MadCap.Utilities.Url.StripInvalidCharacters(aK)}aL.Handled=true;aL.FireResponse=true}else{if(aF=="navigate-topic"){var aK=aC[0];var aO=new MadCap.Utilities.Url(aK);if(aO.IsAbsolute){var aA=new MadCap.Utilities.Url(document.location.href);aA=new MadCap.Utilities.Url(aA.PlainPath);var aJ=MadCap.String.EndsWith(aA.FullPath,"/")?aA:aA.ToFolder();var aG=aJ.CombinePath(ah.ContentFolder);aO=aO.ToRelative(aG)}if(aO.FullPath){document.location.hash=MadCap.Utilities.Url.StripInvalidCharacters(aO.FullPath)}aL.Handled=true}else{if(aF=="navigate-home"){var aB=new MadCap.Utilities.Url(document.location.href);document.location.href=aB.PlainPath;aL.Handled=true}else{if(aF=="navigate-pulse"){var aK=aC[0];if(document.location.hash.length>1&&aK){var aN=aK.toLowerCase();if(aN==="feedback/account/register"||aK.toLowerCase()==="forgotpassword"){var aB=new MadCap.Utilities.Url(document.location.hash.substring(1));var aP=aB.QueryMap.GetItem("returnUrl");if(aP!=null){aP=escape(aP)}else{aP=document.location.hash.substring(1)}aK+="?returnUrl="+aP}}if(aK){document.location.hash="pulse-"+MadCap.Utilities.Url.StripInvalidCharacters(aK)}aL.Handled=true}else{if(aF=="navigate-previous"){T();aL.Handled=true}else{if(aF=="navigate-next"){v();aL.Handled=true}else{if(aF=="login-user"||aF=="login-pulse"){if(N==null){var aI=aF=="login-pulse"?"pulse":"new";I=new MadCap.Feedback.LoginDialog(W,aI);if(aI=="new"){$(I).bind("closed",function(){J();aQ[aQ.length]=N;MadCap.Utilities.CrossFrame._PostMessageResponse(aR,aF,aQ.length>0?aQ:null,ax)})}I.Show();aL.Handled=true;aL.FireResponse=false}else{aQ[aQ.length]=N;aL.Handled=true;aL.FireResponse=true}}else{if(aF=="get-csh-id"){aQ[aQ.length]=ak;aL.Handled=true;aL.FireResponse=true}else{if(aF=="get-user-guid"){aQ[aQ.length]=N;aL.Handled=true;aL.FireResponse=true}else{if(aF=="get-topic-path-by-stream-id"){var aD=aC[0];W.GetTopicPathByStreamID(aD,function(aT){aQ[aQ.length]=aT;MadCap.Utilities.CrossFrame._PostMessageResponse(aR,aF,aQ.length>0?aQ:null,ax)},null,null);aL.Handled=true;aL.FireResponse=false}else{if(aF=="get-topic-path-by-page-id"){var az=aC[0];W.GetTopicPathByPageID(az,function(aT){aQ[aQ.length]=aT;MadCap.Utilities.CrossFrame._PostMessageResponse(aR,aF,aQ.length>0?aQ:null,ax)},null,null);aL.Handled=true;aL.FireResponse=false}else{if(aF=="hash-changed"){var aH=aC[0];aH=aH.substring(1);history.pushState(null,null,document.location.pathname+document.location.hash+"$"+aH);aL.Handled=true;aL.FireResponse=false}else{if(aF=="forward-ajax-open-success"){var aS=aC[0];var aM=parseInt(aC[1]);var aE=aC[2];ac("pulse");MadCap.Utilities.CrossFrame.PostMessageRequest(frames.pulse,"ajax-open-success",[aS,aM,aE]);aL.Handled=true;aL.FireResponse=false}else{if(aF=="get-pulse-hash"){var ay="";if(document.location.hash.indexOf("#pulse-")==0){ay=document.location.hash.substring("#pulse-".length)}aQ[aQ.length]=ay;aL.Handled=true;aL.FireResponse=true}else{if(aF=="login-complete"||aF=="logout-complete"){MadCap.Utilities.CrossFrame.PostMessageRequest(frames.pulse,"reload");MadCap.Utilities.CrossFrame.PostMessageRequest(frames["community-frame-html5"],"reload");MadCap.Utilities.CrossFrame.PostMessageRequest(frames.topic,"reload-pulse");aj();J();aL.Handled=true;aL.FireResponse=false}else{if(aF=="close-login-dialog"){aj();aL.Handled=true;aL.FireResponse=false}else{if(aF=="set-pulse-login-id"){if(W!=null){W.PulseUserGuid=aC[0]}J();aL.Handled=true;aL.FireResponse=false}else{if(aF=="touch-swipe"){t(aC[0]);aL.Handled=true;aL.FireResponse=false}else{if(aF=="get-parent-window-width"){aQ[aQ.length]=$(window).innerWidth();aL.Handled=true;aL.FireResponse=true}}}}}}}}}}}}}}}}}}}}return aL},null);$(Y);$(window).resize(an);$(window).hashchange(q);var R=null;var ad=null;var f=null;var K=null;var ar=null;var F=null;var ah=null;var W=null;var aw=null;var N=null;var ak=null;var I=null})();/* -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ -(function(){if(MadCap.Dom.Dataset(document.documentElement,"mcRuntimeFileType")!="Default"){return}MadCap.WebHelp=MadCap.CreateNamespace("WebHelp");var b=window.external&&window.external.attached&&window.external.attached();MadCap.WebHelp.TocPane=function(d,h,g){var e=this;this._Init=false;this._RuntimeFileType=d;this._HtmlNodeID=d=="Toc"?"toc":"browseSequences";this._ContainerEl=g;this._HelpSystem=h;this._TocFile=this._RuntimeFileType=="Toc"?this._HelpSystem.GetTocFile():this._HelpSystem.GetBrowseSequenceFile();this._LoadedNodes=[];var f=null;var c=null;MadCap.Utilities.CrossFrame.AddMessageHandler(this.OnMessage,this);this._Initializing=false;this._InitOnCompleteFuncs=new Array();this.TreeNode_Click=function(p){var q=p.target;var t=$(q).closest("li")[0];if(t==null){return}var s=$(t);var l=s.hasClass("tree-node-leaf");if(!l){s.toggleClass("tree-node-expanded").toggleClass("tree-node-collapsed")}var j=s.find("> div img");var r=j.attr("data-mc-alt2");var o=j.attr("alt");if(r!=""){j.attr("alt",r);j.attr("data-mc-alt2",o)}var u=s.find("> div a");if(u[0]!=null){var i=u.attr("href");if(!MadCap.String.IsNullOrEmpty(i)){e._SelectNode(t)}if(u[0]!=q){var n=u.attr("target");if(!MadCap.String.IsNullOrEmpty(i)){if(n!=null){window.open(i,n)}else{document.location.href=i}}}}var k=e._LoadedNodes[s.attr("data-mc-id")];if(!k.childrenLoaded){var m=$("
                  ");m.addClass("tree inner");if(b){m.attr("data-mc-style","Navigation Panel Item")}e.LoadTocChildren(k,m,function(){s.append(m)})}if(l){$("body").removeClass("active")}}};var a=MadCap.WebHelp.TocPane;a.prototype.OnMessage=function(i,f,h){var g={Handled:false,FireResponse:true};if(i=="sync-toc"){var c=f[0];var e=f[1];var d=new MadCap.Utilities.Url(f[2]);if(c==null||c==this._RuntimeFileType){this.SyncTOC(e,d);g.Handled=true}}return g};a.prototype.Init=function(c){if(this._Init){if(c!=null){c()}return}if(c!=null){this._InitOnCompleteFuncs.push(c)}if(this._Initializing){return}this._Initializing=true;var d=$(this._ContainerEl);d.click(this.TreeNode_Click);var e=this;d.attr("data-mc-chunk","Data/"+this._RuntimeFileType+".xml");this.CreateToc(this._ContainerEl,function(){e._Init=true;for(var f=0;f");g.addClass("tree");if(b){g.attr("data-mc-style","Navigation Panel Item")}d.LoadTocChildren(i.tree,g,function(){var j=$(d._ContainerEl);j.append(g);this._Init=true;if(c!=null){c()}})},null)};a.prototype.LoadTocChildren=function(j,g,c){var h=typeof j.n!=="undefined"?j.n.length:0;var d=0;if(h==0){j.childrenLoaded=true}if(j.childrenLoaded){if(c){c()}return}for(var f=0;f");k.addClass("tree-node tree-node-collapsed");g.append(k);this.LoadTocNode(e,k,function(){d++;if(d==h){j.childrenLoaded=true;if(c!=null){c()}}})}};a.prototype.LoadTocNode=function(f,e,c){var d=this;var g=f.toc;this._HelpSystem.LoadTocChunk(g,f.c,function(p){var n=$("
                  ");var i=false;if(typeof f.w!=="undefined"&&f.w==1){n.append("");i=true}var o=$('');var q=g.entries[f.i];var l=typeof f.f!="undefined";var j=d._HelpSystem.GetTocEntryHref(f,l?null:d._RuntimeFileType);var k=$("");if(l){k.attr("target",f.f)}if(j!=null){k.attr("href",j)}else{k.attr("href","javascript:void(0);")}k.text(q.title);if(typeof f.s!="undefined"){e.addClass(f.s)}if(typeof f.n=="undefined"||f.n.length==0){e.removeClass("tree-node-collapsed");e.addClass("tree-node-leaf")}var r="default";var m=d._HelpSystem.Language;for(className in m){if(e.hasClass(className)){r=className;break}}var h=$("");h.attr("src","Skins/Default/Stylesheets/Images/transparent.gif");h.addClass("toc-icon");if(i){h.attr("alt",m[r]["MarkAsNewIconAlternateText"])}else{if(e.hasClass("tree-node-leaf")){h.attr("alt",m[r]["TopicIconAlternateText"])}else{h.attr("alt",m[r]["ClosedBookIconAlternateText"]);h.attr("data-mc-alt2",m[r]["OpenBookIconAlternateText"])}}if(h.prop("src")!=""){k.prepend(h)}o.append(k);n.append(o);f.el=e;e.append(n);e.attr("data-mc-id",d._LoadedNodes.length);d._LoadedNodes.push(f);if(c!=null){c()}})};a.prototype.SyncTOC=function(e,d){var c=this;var f=$(".tree-node-selected a",this._ContainerEl);if(f.length>0){var g=f[0];if(g.href===document.location.href){return}}this.Init(function(){function j(l){if(typeof l!=="undefined"&&l!=null){var k=[];var m=l;while(typeof m!=="undefined"&&!m.childrenLoaded){k.unshift(m);m=m.parent}MadCap.Utilities.AsyncForeach(k,function(q,p){var o=$(q.el);var n=$("
                    ");n.addClass("tree inner");c.LoadTocChildren(q,n,function(){o.append(n);p()})},function(){var n=l.el[0];c._UnhideNode(n);c._SelectNode(n)})}}function h(k){c._HelpSystem.FindNode(c._RuntimeFileType,e,k,function(m){if(!m){if(!MadCap.String.IsNullOrEmpty(k.Fragment)||!MadCap.String.IsNullOrEmpty(k.Query)){var l=new MadCap.Utilities.Url(k.PlainPath);c._HelpSystem.FindNode(c._RuntimeFileType,e,l,j)}}else{j(m)}})}var i=d.HashMap.GetItem("cshid");if(i!=null){c._HelpSystem.LookupCSHID(i,function(l){var k=l.Found?new MadCap.Utilities.Url(l.Topic).ToRelative(c._HelpSystem.GetContentPath()):new MadCap.Utilities.Url(c._HelpSystem.DefaultStartTopic);h(k)})}else{h(d)}})};a.prototype._UnhideNode=function(c){var e=MadCap.Dom.GetAncestorNodeByTagName(c,"li",this._ContainerEl);while(e!=null){var d=$(e);d.removeClass("tree-node-collapsed");d.addClass("tree-node-expanded");e=MadCap.Dom.GetAncestorNodeByTagName(e,"li",this._ContainerEl)}};a.prototype.NavigateTopic=function(f){var g=$(".tree-node-selected",this._ContainerEl)[0];if(g==null){g=$(".tree-node",this._ContainerEl)[0]}if(this.NeedsCreateToc(g)){var e=this;this.CreateToc(g,function(){e.NavigateTopic(f)});return}var c=f=="previous"?this._GetPrevious(g):this._GetNext(g);if(c==null){return}this._SelectNode(c);var d=$("> div a",c)[0];if(d!=null){document.location.href=$(d).attr("href")}this._UnhideNode(c)};a.prototype._SelectNode=function(d){var c=$(d);$(".tree-node-selected",this._ContainerEl).removeClass("tree-node-selected");c.addClass("tree-node-selected");c.scrollintoview()};a.prototype._GetNext=function(e){var d=$(e);if(d.find(".tree-node").length>0){return d.find(".tree-node")[0]}if(d.next(".tree-node").length>0){return d.next(".tree-node")[0]}var c=d;while(true){var f=$(c.parent().closest(".tree-node",this._ContainerEl));if(f.length==0){break}if(f.next(".tree-node").length>0){return f.next(".tree-node")[0]}c=f}return null};a.prototype._GetPrevious=function(e){var d=$(e);var c=d.prev(".tree-node");if(c.length==0){if(d.parent().closest(".tree-node",this._ContainerEl).length>0){return d.parent().closest(".tree-node",this._ContainerEl)[0]}else{return null}}if(c.find(".tree-node").length>0){return c.find(".tree-node").last()[0]}return c[0]}})();/* -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ -(function(){if(MadCap.Dom.Dataset(document.documentElement,"mcRuntimeFileType")!="Default"){return}MadCap.WebHelp=MadCap.CreateNamespace("WebHelp");var a;MadCap.WebHelp.IndexPane=function(e){var c=this;this._Init=false;this._ContainerEl=null;this._HelpSystem=e;this._EntryHeight=-1;this._IndexEntryCount=0;this._IndexEntries={};this._IndexDivs=new Array();this._XmlDoc=null;this._Chunks=null;this._AlphaMap=new MadCap.Utilities.Dictionary();this._LiCached=null;this._SeePrefix=null;this._SeeAlsoPrefix=null;if(this._HelpSystem.IsResponsive){var d=this._HelpSystem.Breakpoints;a=d.Tablet}this.GetPath=function(f,g){return MadCap.String.IsNullOrEmpty(f)?new MadCap.Utilities.Url(g).ToRelative("/Content/").FullPath:"../"+new MadCap.Utilities.Url(f+g).FullPath};this.LoadRootEntry=function(g,f){var i=$(g);var h=i.data("entry");c._HelpSystem.LoadRootIndexEntry(h,function(k){if(k.e&&!k.childrenLoaded){var j=$("
                      ");j.addClass("tree inner");c.LoadEntries(j,k.e);i.append(j)}k.childrenLoaded=true;i.data("entry",k);if(f){f(k,i)}})};this.LoadEntries=function(i,f){var h=this;if(!$.isArray(f)){var g=[];$.each(f,function(j,k){if(!k.t){k.t=j}g.push(k)});g.sort(function(k,j){var m=(k.s||k.t).toLowerCase();var l=(j.s||j.t).toLowerCase();return ml?1:0});f=g}$.each(f,function(r,w){var s=$("
                    • ");s.addClass("IndexEntry tree-node tree-node-collapsed");var m=w.t;var p=w.r=="See";var j=w.r=="SeeAlso";var k=$("
                      ");k.addClass("IndexTerm");var u=$("").addClass("label");k.append(u);var v=true;if(p){m=h._SeePrefix+": "+w.f;k.addClass("see");w.seeAlsoLinks=[w.f]}else{if(j){m=h._SeeAlsoPrefix+": ";w.seeAlsoLinks=[];seeAlsoLinks=w.f.split("; ");if(seeAlsoLinks.length>1){var l=$("").text(m);u.append(l);for(var o=0;o").addClass("seeAlsoLink").text(t);u.append(q);w.seeAlsoLinks.push(t);if(o").text(m);u.append(l)}s.append(k);w.isRoot=typeof w.$!=="undefined";if(w.e){var n=$("
                        ");n.addClass("tree inner");h.LoadEntries(n,w.e);s.append(n)}else{if(w.$===1||!w.isRoot){s.removeClass("tree-node-collapsed");s.addClass("tree-node-leaf")}}i.append(s);w.el=s[0];s.data("entry",w);if(!p&&!j){if(typeof h._IndexEntries[m]=="undefined"){h._IndexEntries[m]=[w]}else{h._IndexEntries[m].push(w)}}})};this.FindEntry=function(g,f){c._HelpSystem.FindIndexEntry(g,function(h,i){if(!i){return}c.LoadRootEntry(h.el,function(){if(f){f(i)}})})};this.SelectEntry=function(j,n,k,l,o){$(".tree-node-selected",c._ContainerEl).removeClass("tree-node-selected");k.addClass("tree-node-selected");if(!n){return}MadCap.TopicHelpers.RemoveLinkListTrees();var m=j.pageY-l.offset().top;var f=j.pageX-l.offset().left;if(n.r&&!o){var i=$(".seeAlsoLink",k).index(j.target);var h=n.seeAlsoLinks[0];if(i>=0){h=n.seeAlsoLinks[i]}h=h.replace(", ",":");this.FindEntry(h,function(p){k=$(p.el);$container=$(window).innerWidth()>a?$(c._ContainerEl).parent():$("#navigation");c._UnhideNode(k[0]);c.SelectEntry(j,p,k,l,true);$container.animate({scrollTop:$container.scrollTop()+k.offset().top-$container.offset().top})});return}else{if(n.linkList&&n.linkList.length>1&&!o){var g=$(window).innerWidth()>a||!this._HelpSystem.IsResponsive;if(g){MadCap.TopicHelpers.CreateLinkListPopup(n.linkList,c._ContainerEl,m,f,this,"#")}else{MadCap.TopicHelpers.CreateLinkListTree(n.linkList,k,this,"#",function(p){c.TreeNode_Click(p);MadCap.TopicHelpers.Item_Click.call(this,[p])})}j.preventDefault();j.stopPropagation()}else{if(n.linkList&&n.linkList.length==1){document.location.href="#"+n.linkList[0].Link}}}if(k.hasClass("tree-node-expanded")&&!o){k.removeClass("tree-node-expanded");k.addClass("tree-node-collapsed")}else{if(k.hasClass("tree-node-collapsed")){k.removeClass("tree-node-collapsed");k.addClass("tree-node-expanded")}}};this.TreeNode_Click=function(i){var f=MadCap.Dom.GetAncestorNodeByTagName(i.target,"li");if(f==null){return}if($(i.target).closest(".link-list-popup").length>0){return}var h=$(this);var j=$(f);i.preventDefault();var g=j.data("entry");if(!j.hasClass("IndexEntryLink")&&(!g||g.isRoot)){c.LoadRootEntry(f,function(k,l){c.SelectEntry(i,k,l,h)})}else{c.SelectEntry(i,g,j,h)}};this.Search=function(){var f=this.value.toLowerCase();c._Terms.each(function(){var g=$(this);var h=g.parent().parent();var i=g.text().toLowerCase().indexOf(f)!=-1;h.css("display",i?"block":"none");g.removeHighlight("highlightIndex");if(i){g.highlight(f,"highlightIndex")}})}};var b=MadCap.WebHelp.IndexPane;b.prototype.Init=function(f,c){if(this._Init){if(c!=null){c()}return}var e=this;e._ContainerEl=f;var d=$(this._ContainerEl.parentNode);this._SeePrefix=d.attr("data-see-prefix")||"See";this._SeeAlsoPrefix=d.attr("data-see-also-prefix")||"See Also";e._HelpSystem.LoadIndex(function(i,h){var g=$("
                          ");g.addClass("tree");e.LoadEntries(g,i.terms);var k=$(e._ContainerEl);k.click(e.TreeNode_Click);k.append(g);var j=$("#search-index");j.bind("keyup",e.Search);$("#responsive-search-index").bind("keyup",e.Search);e._Terms=$(".IndexEntry a",this._ContainerEl);e._Init=true;if(c!=null){c()}},null)};b.prototype._UnhideNode=function(d){var c=MadCap.Dom.GetAncestorNodeByTagName(d,"li",this._ContainerEl);while(c!=null){var e=$(c);e.removeClass("tree-node-collapsed");e.addClass("tree-node-expanded");c=MadCap.Dom.GetAncestorNodeByTagName(c,"li",this._ContainerEl)}}})();/* -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ -(function(){if(MadCap.Dom.Dataset(document.documentElement,"mcRuntimeFileType")!="Default"){return}MadCap.WebHelp=MadCap.CreateNamespace("WebHelp");MadCap.WebHelp.GlossaryPane=function(c){var b=this;this._Init=false;this._ContainerEl=null;this._HelpSystem=c;MadCap.Utilities.CrossFrame.AddMessageHandler(this.OnMessage,this);this.TreeNode_Click=function(j){var d=MadCap.Dom.GetAncestorNodeByTagName(j.target,"li");if(d==null){return}var l=$(d);var i=$("a",l);var h=i.text();var k=l.attr("data-chunk");var f=b._HelpSystem.Glossary.chunks[k];var g=new MadCap.Utilities.Url(f).ToFolder().ToFolder().FullPath;if(MadCap.String.EndsWith(g,"/")){g=g.slice(0,-1)}j.preventDefault();require([f],function(n){var o=n[h];$(".tree-node-selected",b._ContainerEl).removeClass("tree-node-selected");l.addClass("tree-node-selected");var e=$(".GlossaryPageTerm",d);if(!MadCap.String.IsNullOrEmpty(o.d)&&!e.hasClass("MCDropDownHead")){e.addClass("MCDropDownHead MCDropDownHotSpot");var s=$("
                          ");s.addClass("GlossaryPageDefinition MCDropDownBody");s.append(o.d);l.append(e);l.append(s);var p=new MadCap.TopicHelpers.DropDownControl(l[0]);p.Init(false);p.Open(true)}if(!MadCap.String.IsNullOrEmpty(o.l)){var m=i.attr("href");if(MadCap.String.IsNullOrEmpty(m)){var q=MadCap.String.IsNullOrEmpty(g)?new MadCap.Utilities.Url(o.l).ToRelative("/Content/").FullPath:"../"+new MadCap.Utilities.Url(g+o.l).FullPath;m=encodeURI(q);i.attr("href",m)}document.location.href="#"+m}else{if(l.hasClass("tree-node-expanded")){l.removeClass("tree-node-expanded");l.addClass("tree-node-collapsed")}else{if(l.hasClass("tree-node-collapsed")){l.removeClass("tree-node-collapsed");l.addClass("tree-node-expanded");if($("li",l.parent()).last()[0]==l[0]){var r=$(b._ContainerEl);r.animate({scrollTop:r[0].scrollHeight},500)}}}}})};this.Search=function(){var d=this.value.toLowerCase();b._Terms.each(function(){var e=$(this);var f=e.parent().parent();var g=e.text().toLowerCase().indexOf(d)!=-1;f.css("display",g?"block":"none");e.removeHighlight("highlightGlossary");if(g){e.highlight(d,"highlightGlossary")}})}};var a=MadCap.WebHelp.GlossaryPane;a.prototype.OnMessage=function(e,b,d){var c={Handled:false,FireResponse:true};return c};a.prototype.Init=function(d,b){if(this._Init){if(b!=null){b()}return}var c=this;c._ContainerEl=d;c._HelpSystem.LoadGlossary(function(f,k){var h=$("
                            ");h.addClass("tree");for(var g=0;g");l.addClass("GlossaryPageEntry tree-node tree-node-collapsed");l.attr("data-chunk",m.c);var e=$("
                            ");e.addClass("GlossaryPageTerm");e.append(''+m.t+"");l.append(e);h.append(l)}var n=$(c._ContainerEl);n.click(c.TreeNode_Click);n.append(h);var j=$("#search-glossary");j.bind("keyup",c.Search);$("#responsive-search-glossary").bind("keyup",c.Search);c._Terms=$(".GlossaryPageTerm a",c._ContainerEl);c._Init=true;if(b!=null){b()}},null)};a.prototype._SelectNode=function(b){$(".tree-node-selected",this._ContainerEl).removeClass("tree-node-selected");$(b).addClass("tree-node-selected")}})();(function(){if(MadCap.Dom.Dataset(document.documentElement,"mcRuntimeFileType")!="Default"){return}var b=(function(){var j={ational:"ate",tional:"tion",enci:"ence",anci:"ance",izer:"ize",bli:"ble",alli:"al",entli:"ent",eli:"e",ousli:"ous",ization:"ize",ation:"ate",ator:"ate",alism:"al",iveness:"ive",fulness:"ful",ousness:"ous",aliti:"al",iviti:"ive",biliti:"ble",logi:"log"},g={icate:"ic",ative:"",alize:"al",iciti:"ic",ical:"ic",ful:"",ness:""},k="[^aeiou]",m="[aeiouy]",d=k+"[^aeiouy]*",i=m+"[aeiou]*",h="^("+d+")?"+i+d,e="^("+d+")?"+i+d+"("+i+")?$",f="^("+d+")?"+i+d+i+d,l="^("+d+")?"+m;return function(s){s=s.toLowerCase();var n,u,t,v,q,p,o,c=s;if(s.length<3){return s.toLowerCase()}t=s.substr(0,1);if(t=="y"){s=t.toUpperCase()+s.substr(1)}v=/^(.+?)(ss|i)es$/;q=/^(.+?)([^s])s$/;if(v.test(s)){s=s.replace(v,"$1$2")}else{if(q.test(s)){s=s.replace(q,"$1$2")}}v=/^(.+?)eed$/;q=/^(.+?)(ed|ing)$/;if(v.test(s)){var r=v.exec(s);v=new RegExp(h);if(v.test(r[1])){v=/.$/;s=s.replace(v,"")}}else{if(q.test(s)){var r=q.exec(s);n=r[1];q=new RegExp(l);if(q.test(n)){s=n;q=/(at|bl|iz)$/;p=new RegExp("([^aeiouylsz])\\1$");o=new RegExp("^"+d+m+"[^aeiouwxy]$");if(q.test(s)){s=s+"e"}else{if(p.test(s)){v=/.$/;s=s.replace(v,"")}else{if(o.test(s)){s=s+"e"}}}}}}v=/^(.+?)y$/;if(v.test(s)){var r=v.exec(s);n=r[1];v=new RegExp(l);if(v.test(n)){s=n+"i"}}v=/^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/;if(v.test(s)){var r=v.exec(s);n=r[1];u=r[2];v=new RegExp(h);if(v.test(n)){s=n+j[u]}}v=/^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/;if(v.test(s)){var r=v.exec(s);n=r[1];u=r[2];v=new RegExp(h);if(v.test(n)){s=n+g[u]}}v=/^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/;q=/^(.+?)(s|t)(ion)$/;if(v.test(s)){var r=v.exec(s);n=r[1];v=new RegExp(f);if(v.test(n)){s=n}}else{if(q.test(s)){var r=q.exec(s);n=r[1]+r[2];q=new RegExp(f);if(q.test(n)){s=n}}}v=/^(.+?)e$/;if(v.test(s)){var r=v.exec(s);n=r[1];v=new RegExp(f);q=new RegExp(e);p=new RegExp("^"+d+m+"[^aeiouwxy]$");if(v.test(n)||(q.test(n)&&!(p.test(n)))){s=n}}v=/ll$/;q=new RegExp(f);if(v.test(s)&&q.test(s)){v=/.$/;s=s.replace(v,"")}if(t=="y"){s=t.toLowerCase()+s.substr(1)}return s.toLowerCase()}})();var a=MadCap.CreateNamespace("WebHelp.Search");a.Stemmer=b})();/* -* Copyright MadCap Software -* http://www.madcapsoftware.com/ -* -* v10.0.0.0 -*/ -(function(){if(MadCap.Dom.Dataset(document.documentElement,"mcRuntimeFileType")!="Default"){return}var a=MadCap.CreateNamespace("WebHelp.Search");a.Tokenizer=function(){var j="";var g=-1;var d=new Array();this.Tokenize=function(o){var n=null;j=o;g=-1;for(var m=0;n=l();m++){d[m]=n}return d};function i(m){if(!m){return false}else{if(m=='"'){return false}else{if(m=="+"){return false}else{if(m=="^"){return false}else{if(m=="|"){return false}else{if(m=="&"){return false}else{if(m=="("){return false}else{if(m==")"){return false}else{if(e(m)){return false}else{return true}}}}}}}}}}function e(m){if(!m){return false}else{if(m==" "){return true}else{if(m.charCodeAt(0)==12288){return true}else{return false}}}}function f(){return j.charAt(g+1)}function h(){g++}function k(){var m="";for(;;){var n=f();if(!n){return(m=="")?null:m}if(n=="\\"){h();if(!f()){return null}h();continue}if(n=='"'){h();break}else{h();m+=n}}return m}function l(){var q=f();var n=null;var m="";if(!q){n=null}else{if(e(q)){for(q=f();e(q);q=f()){h();m+=q}n=new a.Token(m,a.Token.WhiteSpace)}else{if(q=="("){h();n=new a.Token(q,a.Token.LeftParen)}else{if(q==")"){h();n=new a.Token(q,a.Token.RightParen)}else{if(q=="^"){h();n=new a.Token(q,a.Token.Subtract)}else{if(q=="+"||q=="&"){h();n=new a.Token(q,a.Token.And)}else{if(q=="|"){h();n=new a.Token(q,a.Token.Or)}else{if(q=="!"){h();n=new a.Token(q,a.Token.Not)}else{if(q=='"'){h();var p=k();if(MadCap.String.Contains(p,a.Tokenizer.Connectors)){p=p.replace(a.Tokenizer.ConnectorRegex," ");p=$.trim(p)}n=new a.Token(p,(p==null)?a.Token.Error:a.Token.Phrase)}else{for(q=f();i(q);q=f()){h();m+=q}if(m=="and"||m=="AND"){n=new a.Token(m,a.Token.And)}else{if(m=="or"||m=="OR"){n=new a.Token(m,a.Token.Or)}else{if(m=="not"||m=="NOT"){n=new a.Token(m,a.Token.Not)}else{var o=a.Token.Word;if(MadCap.WebHelp.SearchPane.SearchDBs[0].SearchType=="NGram"){o=a.Token.Phrase}if(MadCap.String.Contains(m,a.Tokenizer.Connectors)){m=m.replace(a.Tokenizer.ConnectorRegex," ");m=$.trim(m);n=new a.Token(m,a.Token.Phrase)}else{n=new a.Token(m,o)}}}}}}}}}}}}}return n}};a.Tokenizer.Connectors=[".",",","'","/",":",";","\\","-","*","<",">","!","@"];a.Tokenizer.ConnectorRegex=new RegExp("["+a.Tokenizer.Connectors.join("")+"]","g");a.Token=function(d,f){var e=d;var g=f;this.GetTokenText=function(){return e};this.GetType=function(){return g}};var c=a.Token;c.Eof=0;c.Error=1;c.WhiteSpace=2;c.Phrase=3;c.Word=4;c.RightParen=5;c.LeftParen=6;c.Not=7;c.Subtract=8;c.And=9;c.Or=10;c.ImplicitOr=11;a.Parser=function(h){var j=this;var l=h;var e=-1;var i=new a.Tokenizer();var d=i.Tokenize(l);this.GetStemMap=function(n){function r(){x++;if(x==p){for(var I=0;I0&&m==0){x.Ranking=x.Ranking+50}}m++}return true});k(v)}}var s=0;var n=0;var l=d.GetTokenText();var w=new MadCap.Utilities.Dictionary();var p=a.Stemmer(l);w.Add(l,true);w.Add(p,true);for(var r=0;raa){P=aa;V=P/F}if(V>ae){V=ae;P=V*F}var ak=MadCap.Dom.GetAttribute(ag,"href");var Z=MadCap.Dom.GetAttribute(ag,"data-mc-popup-alt");var U=P+((W+S)*2);var Q=V+((W+S)*2);var R=(J.offsetTop+(J.offsetHeight/2))-(U/2);var M=(J.offsetLeft+(J.offsetWidth/2))-(Q/2);var L=MadCap.Dom.GetScrollPosition();var X=L.Y;var H=X+document.documentElement.clientHeight;var ah=L.X;var G=ah+document.documentElement.clientWidth;var N=X+ab;var Y=ah+ab;var O=H-ab;var I=G-ab;if(RO){R=O-U}if(M+Q>I){M=I-Q}var K=$("
                            ");K.addClass("MCPopupContainer");var ad=document.createElement("img");$(ad).addClass("MCPopupFullImage");ad.setAttribute("src",ak);ad.setAttribute("alt",Z);ad.setAttribute("tabindex","0");K.bind(ac,function(){MadCap.DEBUG.Log.AddLine(ac);K.animate({top:aj,left:T},200,function(){K.remove()});$(ad).animate({width:J.offsetWidth,height:J.offsetHeight},200);$(ai).animate({opacity:0},200,function(){A.RemoveBackgroundTint()})});K.bind("keydown",function(al){var al=al||window.event;if(al.keyCode!=27&&al.keyCode!=13){return}K.remove();A.RemoveBackgroundTint()});K.append(ad);document.body.appendChild(K[0]);var aj=J.offsetTop-(W+S);var T=J.offsetLeft-(W+S);K.css({top:aj,left:T}).animate({top:R,left:M},200);$(ad).css({width:J.offsetWidth,height:J.offsetHeight}).animate({width:V,height:P},200);var ai=A.AddBackgroundTint();$(ai).animate({opacity:0.5},200);ad.focus()};A.HelpControl_Click=function(G){var F=this;A.GetHelpControlLinks(this,function(N){var H=new MadCap.Utilities.Url(document.location.href);for(var I=N.length-1;I>=0;I--){var L=N[I];var J=new MadCap.Utilities.Url(L.Link);if(J.FullPath==H.FullPath){N.Remove(I)}J=J.ToRelative(H);L.Link=J.FullPath}if(!$(F).hasClass("MCHelpControl-Related")){N.sort(function(P,O){return P.Title.localeCompare(O.Title)})}var K=new MadCap.Utilities.Dictionary();for(var I=N.length-1;I>=0;I--){var L=N[I];var J=L.Link;if(K.GetItem(J)){N.Remove(I);continue}K.Add(L.Link,true)}var M=A.CreateLinkListPopup(N,document.body,G.pageY,G.pageX,F)},null);G.preventDefault();G.stopPropagation()};A.GetHelpControlLinks=function(L,P){var O=new Array();var H=$(L);if(!t.InPreviewMode){if(i()){var K=H.attr("data-mc-keywords");if(K!=null){if(K==""){P(O)}var N=K.split(";");MadCap.Utilities.AsyncForeach(N,function(Q,R){t.FindIndexEntry(Q,function(S,T){if(T!=null&&T.linkList){O=O.concat(T.linkList)}R()})},function(){P(t.SortLinkList(O))});return}else{var J=H.attr("data-mc-concepts");if(J!=null){t.GetConceptsLinks(J,P);return}}}}var G=H.attr("data-mc-topics");if(G!=null){topicPairs=G.split("||");if(topicPairs==""){P(O)}for(var M=0,I=topicPairs.length;M0){if(s(F[0])){var G=F.offset().top;$("html, body").animate({scrollTop:G})}}};$(k);$(window).resize(j);$(window).hashchange(E);function j(F){f()}function f(){var F=$(".feedback-comments-wrapper");if(t.IsResponsive){MadCap.Utilities.CrossFrame.PostMessageRequest(parent,"get-parent-window-width",null,function(H){var G=parseInt(H[0]);if(G<=C){if(!F.hasClass("responsive")){F.addClass("responsive")}}else{if(F.hasClass("responsive")){F.removeClass("responsive")}}})}else{if(F.hasClass("responsive")){F.removeClass("responsive")}}}function k(N){$("input, textarea").placeholder();if(MadCap.Slideshow){MadCap.Slideshow.Init()}if(document.location.hash.length>0){var H=new MadCap.Utilities.Url(document.location.hash.substring(1));y(H.ToNoQuery().FullPath)}if(i()||b()){$(".MCWebHelpFramesetLink").hide()}$(document).on("click","a, area",MadCap.TopicHelpers.Hyperlink_Onclick);$(".MCPopupThumbnailPopup").click(MadCap.TopicHelpers.ThumbPopup_Click);$(".MCPopupThumbnailHover").mouseover(MadCap.TopicHelpers.ThumbPopup_Hover);var J=$("a.MCHelpControl").click(MadCap.TopicHelpers.HelpControl_Click);$(".print-button").click(function(P){window.print()});$(".expand-all-button").click(function(Q){var P=$(this);if(P.hasClass("expand-all-button")){A.TextEffectControl.ExpandAll("open")}else{if(P.hasClass("collapse-all-button")){A.TextEffectControl.ExpandAll("close")}}x(this)});$(".remove-highlight-button").click(function(P){p()});$(".previous-topic-button").click(function(P){MadCap.Utilities.CrossFrame.PostMessageRequest(parent,"navigate-previous")});$(".next-topic-button").click(function(P){MadCap.Utilities.CrossFrame.PostMessageRequest(parent,"navigate-next")});if(MadCap.String.Contains(navigator.userAgent,"iphone",false)){window.scrollTo(0,1)}if(MadCap.IsIOS()){var G=$("
                            ").appendTo(document.body);var M=G[0];for(var L=document.body.childNodes.length-2;L>=0;L--){var K=document.body.childNodes[L];M.insertBefore(K,M.firstChild)}}u();var O=parent;if(b()){O=parent.parent}var I=$(document.documentElement).attr("data-mc-path-to-help-system");var F=new MadCap.Utilities.Url(document.location.href).CombinePath(I).ToFolder().CombinePath("Data/HelpSystem.xml");t=new MadCap.WebHelp.HelpSystem(null,null,F.FullPath,null,null);t.Load(function(){z();if(t.IsResponsive){var P=t.Breakpoints;C=P.Tablet}if(t.LiveHelpEnabled){o=new MadCap.WebHelp.FeedbackController(t.LiveHelpServer);o.Init(function(){if(o.FeedbackActive){MadCap.Utilities.CrossFrame.PostMessageRequest(parent,"get-csh-id",null,function(Q){var R=Q!=null?Q[0]:null;if(c!=null){o.LogTopic(c,R,function(){var S=$(".feedback-comments-wrapper");if(!b()){if(!o.PulseEnabled){S.removeClass("hidden");r=$("#new-comment-form").attr("data-comment-length-exceeded-message")||"The maximum comment length was exceeded by {n} characters.";o.GetAnonymousEnabled(t.LiveHelpOutputId,function(U){B=U;if(U){$(document.documentElement).addClass("feedback-anonymous-enabled")}});var T=MadCap.Utilities.Store.getItem("LiveHelpUsername");$(".username").val(T);$(".comment-submit").click(n);$(".feedback-comments-wrapper .comments").on("click",".reply-comment-button",l);a()}else{if(o.PulseActive){o.GetPulseStreamID(c,function(V){S.empty();var W=o.PulseServer+"streams/"+V+"/activities?frame=stream";var U=$("");U.appendTo(S);if(!($.browser.msie&&parseInt($.browser.version,10)===7)){U.attr("onload","this.className='pulse-frame';")}U.attr("src",W);S.removeClass("hidden")})}}}})}})}});f()}})}function E(G){var F=new MadCap.Utilities.Url(document.location.href);if(!MadCap.String.IsNullOrEmpty(F.Fragment)){var H=F.Fragment.substring(1);H=MadCap.Utilities.Url.StripInvalidCharacters(H);A.ScrollToBookmark(H)}}function y(F){F=MadCap.Utilities.Url.StripInvalidCharacters(F);var G=$("[name='"+F+"']");if(G.length>0){s(G[0])}}function i(){return window.name=="topic"}function b(){return window.name=="MCPopup"}function x(F){var K=$(F);var I=K.attr("data-state1-class");var G=K.attr("data-state2-class");var H=K.attr("data-current-state")||"1";var J=H=="1"?"2":"1";K.attr("data-current-state",J);K.toggleClass(I).toggleClass(G);K.attr("title",K.attr("data-state"+J+"-title"))}function z(){MadCap.Utilities.CrossFrame.PostMessageRequest(parent,"get-href",null,function(I){if(I){var G=new MadCap.Utilities.Url(decodeURIComponent(I[0]));var F=new MadCap.Utilities.Url(G.Fragment.substring(1));var H=G.QueryMap.GetItem("BrowseSequencesPath");t.SetBrowseSequencePath(H,F)}})}function n(I){var F=$(this).closest(".comment-form-wrapper");var H=null;var M=F.children(".username-field").val();var G=F.children(".subject-field").val();var L=F.find(".body-field").val();var J=null;var K=F.parent();if(K.hasClass("comment")){J=K.attr("data-mc-comment-id")}w(M,G,L,J)}function w(K,G,J,I){if(B){MadCap.Utilities.Store.setItem("LiveHelpUsername",K);try{o.AddComment(c,null,K,G,J,I,a)}catch(F){var H=r.replace(/{n}/g,F.Data.ExceedAmount);alert(H)}}else{MadCap.Utilities.CrossFrame.PostMessageRequest(parent,"login-user",null,function(O){var N=O[0];if(N!=null){try{o.AddComment(c,N,K,G,J,I,a)}catch(L){var M=r.replace(/{n}/g,L.Data.ExceedAmount);alert(M)}}})}}function l(G){G.preventDefault();var H=$(this).closest(".comment");if(H.children(".comment-form-wrapper")[0]!=null){return}var F=$("#new-comment-form").clone();F.attr("id",null);F.children(".comment-submit").click(n);H.children(".buttons").after(F);F.hide().slideDown()}function a(){MadCap.Utilities.CrossFrame.PostMessageRequest(parent,"get-user-guid",null,function(G){var F=G[0];o.GetTopicComments(c,F,null,function(H){var J=MadCap.Utilities.Xhr.LoadXmlString(H);var I=$(".comments");I.children().not(".mc-template").remove();q(J.documentElement,I)})})}function q(Q,N){var P=$(Q).children("Comment");var F=$(".comments .comment.mc-template");for(var M=0,I=P.length;M=0)||(R!=null&&R.textContent!=null&&R.textContent.toLowerCase().indexOf(P[Q].toLowerCase())>=0)){s(S!=2?G[J]:G[J].firstChild)}}}$("body").highlight(P[Q],"mc-highlightSearch"+(Q+1))}}})}function h(I,G,F,H){if(I==""){return}g(document.body,I,G,F,H);if(e&&e.offsetTop>document.documentElement.clientHeight){document.documentElement.scrollTop=e.offsetTop}}function d(I){for(var H=I.childNodes.length-1;H>=1;H--){var F=I.childNodes[H];var G=F.previousSibling;if(F.nodeType==3&&G.nodeType==3){G.nodeValue=G.nodeValue+F.nodeValue;I.removeChild(F)}}for(var H=0;H=0;M--){var H=R.childNodes[M];g(H,I,J,P,O);if(H.nodeType!=3||H.parentNode.nodeName=="SCRIPT"){continue}var L=H;var T=L.nodeValue;for(var N=U.exec(T);N!=null;N=U.exec(T)){var Q=N.index+(O=="NGram"?0:N[1].length);var F=Q+I.length;var S=document.createElement("span");S.className="highlight";S.style.fontWeight="bold";S.style.backgroundColor=J.split(",")[0];S.style.color=J.split(",")[1];var K=document.createElement("span");K.className="SearchHighlight"+(D+1);K.appendChild(document.createTextNode(T.substring(Q,F)));S.appendChild(K);L.nodeValue=T.substring(0,Q);L.parentNode.insertBefore(S,L.nextSibling);L.parentNode.insertBefore(document.createTextNode(T.substring(F,T.length)),S.nextSibling);L=L.nextSibling.nextSibling;T=L.nodeValue;if(e==null||S.offsetTop - - - - - - - diff --git a/_site/guides/m2devgde/Test/Resources/Scripts/custom.modernizr.js b/_site/guides/m2devgde/Test/Resources/Scripts/custom.modernizr.js deleted file mode 100644 index e5afa6ca3c2..00000000000 --- a/_site/guides/m2devgde/Test/Resources/Scripts/custom.modernizr.js +++ /dev/null @@ -1,4 +0,0 @@ -/* Modernizr 2.6.2 (Custom Build) | MIT & BSD - * Build: http://modernizr.com/download/#-inlinesvg-svg-svgclippaths-touch-shiv-mq-cssclasses-teststyles-prefixes-ie8compat-load - */ -;window.Modernizr=function(a,b,c){function y(a){j.cssText=a}function z(a,b){return y(m.join(a+";")+(b||""))}function A(a,b){return typeof a===b}function B(a,b){return!!~(""+a).indexOf(b)}function C(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:A(f,"function")?f.bind(d||b):f}return!1}var d="2.6.2",e={},f=!0,g=b.documentElement,h="modernizr",i=b.createElement(h),j=i.style,k,l={}.toString,m=" -webkit- -moz- -o- -ms- ".split(" "),n={svg:"http://www.w3.org/2000/svg"},o={},p={},q={},r=[],s=r.slice,t,u=function(a,c,d,e){var f,i,j,k,l=b.createElement("div"),m=b.body,n=m||b.createElement("body");if(parseInt(d,10))while(d--)j=b.createElement("div"),j.id=e?e[d]:h+(d+1),l.appendChild(j);return f=["­",'"].join(""),l.id=h,(m?l:n).innerHTML+=f,n.appendChild(l),m||(n.style.background="",n.style.overflow="hidden",k=g.style.overflow,g.style.overflow="hidden",g.appendChild(n)),i=c(l,a),m?l.parentNode.removeChild(l):(n.parentNode.removeChild(n),g.style.overflow=k),!!i},v=function(b){var c=a.matchMedia||a.msMatchMedia;if(c)return c(b).matches;var d;return u("@media "+b+" { #"+h+" { position: absolute; } }",function(b){d=(a.getComputedStyle?getComputedStyle(b,null):b.currentStyle)["position"]=="absolute"}),d},w={}.hasOwnProperty,x;!A(w,"undefined")&&!A(w.call,"undefined")?x=function(a,b){return w.call(a,b)}:x=function(a,b){return b in a&&A(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=s.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(s.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(s.call(arguments)))};return e}),o.touch=function(){var c;return"ontouchstart"in a||a.DocumentTouch&&b instanceof DocumentTouch?c=!0:u(["@media (",m.join("touch-enabled),("),h,")","{#modernizr{top:9px;position:absolute}}"].join(""),function(a){c=a.offsetTop===9}),c},o.svg=function(){return!!b.createElementNS&&!!b.createElementNS(n.svg,"svg").createSVGRect},o.inlinesvg=function(){var a=b.createElement("div");return a.innerHTML="",(a.firstChild&&a.firstChild.namespaceURI)==n.svg},o.svgclippaths=function(){return!!b.createElementNS&&/SVGClipPath/.test(l.call(b.createElementNS(n.svg,"clipPath")))};for(var D in o)x(o,D)&&(t=D.toLowerCase(),e[t]=o[D](),r.push((e[t]?"":"no-")+t));return e.addTest=function(a,b){if(typeof a=="object")for(var d in a)x(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,typeof f!="undefined"&&f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},y(""),i=k=null,function(a,b){function k(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function l(){var a=r.elements;return typeof a=="string"?a.split(" "):a}function m(a){var b=i[a[g]];return b||(b={},h++,a[g]=h,i[h]=b),b}function n(a,c,f){c||(c=b);if(j)return c.createElement(a);f||(f=m(c));var g;return f.cache[a]?g=f.cache[a].cloneNode():e.test(a)?g=(f.cache[a]=f.createElem(a)).cloneNode():g=f.createElem(a),g.canHaveChildren&&!d.test(a)?f.frag.appendChild(g):g}function o(a,c){a||(a=b);if(j)return a.createDocumentFragment();c=c||m(a);var d=c.frag.cloneNode(),e=0,f=l(),g=f.length;for(;e",f="hidden"in a,j=a.childNodes.length==1||function(){b.createElement("a");var a=b.createDocumentFragment();return typeof a.cloneNode=="undefined"||typeof a.createDocumentFragment=="undefined"||typeof a.createElement=="undefined"}()}catch(c){f=!0,j=!0}})();var r={elements:c.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:c.shivCSS!==!1,supportsUnknownElements:j,shivMethods:c.shivMethods!==!1,type:"default",shivDocument:q,createElement:n,createDocumentFragment:o};a.html5=r,q(b)}(this,b),e._version=d,e._prefixes=m,e.mq=v,e.testStyles=u,g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+r.join(" "):""),e}(this,this.document),function(a,b,c){function d(a){return"[object Function]"==o.call(a)}function e(a){return"string"==typeof a}function f(){}function g(a){return!a||"loaded"==a||"complete"==a||"uninitialized"==a}function h(){var a=p.shift();q=1,a?a.t?m(function(){("c"==a.t?B.injectCss:B.injectJs)(a.s,0,a.a,a.x,a.e,1)},0):(a(),h()):q=0}function i(a,c,d,e,f,i,j){function k(b){if(!o&&g(l.readyState)&&(u.r=o=1,!q&&h(),l.onload=l.onreadystatechange=null,b)){"img"!=a&&m(function(){t.removeChild(l)},50);for(var d in y[c])y[c].hasOwnProperty(d)&&y[c][d].onload()}}var j=j||B.errorTimeout,l=b.createElement(a),o=0,r=0,u={t:d,s:c,e:f,a:i,x:j};1===y[c]&&(r=1,y[c]=[]),"object"==a?l.data=c:(l.src=c,l.type=a),l.width=l.height="0",l.onerror=l.onload=l.onreadystatechange=function(){k.call(this,r)},p.splice(e,0,u),"img"!=a&&(r||2===y[c]?(t.insertBefore(l,s?null:n),m(k,j)):y[c].push(l))}function j(a,b,c,d,f){return q=0,b=b||"j",e(a)?i("c"==b?v:u,a,b,this.i++,c,d,f):(p.splice(this.i++,0,a),1==p.length&&h()),this}function k(){var a=B;return a.loader={load:j,i:0},a}var l=b.documentElement,m=a.setTimeout,n=b.getElementsByTagName("script")[0],o={}.toString,p=[],q=0,r="MozAppearance"in l.style,s=r&&!!b.createRange().compareNode,t=s?l:n.parentNode,l=a.opera&&"[object Opera]"==o.call(a.opera),l=!!b.attachEvent&&!l,u=r?"object":l?"script":"img",v=l?"script":u,w=Array.isArray||function(a){return"[object Array]"==o.call(a)},x=[],y={},z={timeout:function(a,b){return b.length&&(a.timeout=b[0]),a}},A,B;B=function(a){function b(a){var a=a.split("!"),b=x.length,c=a.pop(),d=a.length,c={url:c,origUrl:c,prefixes:a},e,f,g;for(f=0;f') } if (e("head").has(".foundation-mq-medium").length === 0) { e("head").append('') } if (e("head").has(".foundation-mq-large").length === 0) { e("head").append('') } if (e("head").has(".foundation-mq-xlarge").length === 0) { e("head").append('') } if (e("head").has(".foundation-mq-xxlarge").length === 0) { e("head").append('') } i.prototype.deviceIsAndroid = navigator.userAgent.indexOf("Android") > 0; i.prototype.deviceIsIOS = /iP(ad|hone|od)/.test(navigator.userAgent); i.prototype.deviceIsIOS4 = i.prototype.deviceIsIOS && /OS 4_\d(_\d)?/.test(navigator.userAgent); i.prototype.deviceIsIOSWithBadTarget = i.prototype.deviceIsIOS && /OS ([6-9]|\d{2})_\d/.test(navigator.userAgent); i.prototype.needsClick = function (e) { "use strict"; switch (e.nodeName.toLowerCase()) { case "button": case "select": case "textarea": if (e.disabled) { return true } break; case "input": if (this.deviceIsIOS && e.type === "file" || e.disabled) { return true } break; case "label": case "video": return true } return /\bneedsclick\b/.test(e.className) }; i.prototype.needsFocus = function (e) { "use strict"; switch (e.nodeName.toLowerCase()) { case "textarea": case "select": return true; case "input": switch (e.type) { case "button": case "checkbox": case "file": case "image": case "radio": case "submit": return false } return !e.disabled && !e.readOnly; default: return /\bneedsfocus\b/.test(e.className) } }; i.prototype.sendClick = function (e, r) { "use strict"; var i, s; if (n.activeElement && n.activeElement !== e) { n.activeElement.blur() } s = r.changedTouches[0]; i = n.createEvent("MouseEvents"); i.initMouseEvent("click", true, true, t, 1, s.screenX, s.screenY, s.clientX, s.clientY, false, false, false, false, 0, null); i.forwardedTouchEvent = true; e.dispatchEvent(i) }; i.prototype.focus = function (e) { "use strict"; var t; if (this.deviceIsIOS && e.setSelectionRange) { t = e.value.length; e.setSelectionRange(t, t) } else { e.focus() } }; i.prototype.updateScrollParent = function (e) { "use strict"; var t, n; t = e.fastClickScrollParent; if (!t || !t.contains(e)) { n = e; do { if (n.scrollHeight > n.offsetHeight) { t = n; e.fastClickScrollParent = n; break } n = n.parentElement } while (n) } if (t) { t.fastClickLastScrollTop = t.scrollTop } }; i.prototype.getTargetElementFromEventTarget = function (e) { "use strict"; if (e.nodeType === Node.TEXT_NODE) { return e.parentNode } return e }; i.prototype.onTouchStart = function (e) { "use strict"; var n, r, i; if (e.targetTouches.length > 1) { return true } n = this.getTargetElementFromEventTarget(e.target); r = e.targetTouches[0]; if (this.deviceIsIOS) { i = t.getSelection(); if (i.rangeCount && !i.isCollapsed) { return true } if (!this.deviceIsIOS4) { if (r.identifier === this.lastTouchIdentifier) { e.preventDefault(); return false } this.lastTouchIdentifier = r.identifier; this.updateScrollParent(n) } } this.trackingClick = true; this.trackingClickStart = e.timeStamp; this.targetElement = n; this.touchStartX = r.pageX; this.touchStartY = r.pageY; if (e.timeStamp - this.lastClickTime < 200) { e.preventDefault() } return true }; i.prototype.touchHasMoved = function (e) { "use strict"; var t = e.changedTouches[0], n = this.touchBoundary; if (Math.abs(t.pageX - this.touchStartX) > n || Math.abs(t.pageY - this.touchStartY) > n) { return true } return false }; i.prototype.onTouchMove = function (e) { "use strict"; if (!this.trackingClick) { return true } if (this.targetElement !== this.getTargetElementFromEventTarget(e.target) || this.touchHasMoved(e)) { this.trackingClick = false; this.targetElement = null } return true }; i.prototype.findControl = function (e) { "use strict"; if (e.control !== r) { return e.control } if (e.htmlFor) { return n.getElementById(e.htmlFor) } return e.querySelector("button, input:not([type=hidden]), keygen, meter, output, progress, select, textarea") }; i.prototype.onTouchEnd = function (e) { "use strict"; var r, i, s, o, u, a = this.targetElement; if (!this.trackingClick) { return true } if (e.timeStamp - this.lastClickTime < 200) { this.cancelNextClick = true; return true } this.lastClickTime = e.timeStamp; i = this.trackingClickStart; this.trackingClick = false; this.trackingClickStart = 0; if (this.deviceIsIOSWithBadTarget) { u = e.changedTouches[0]; a = n.elementFromPoint(u.pageX - t.pageXOffset, u.pageY - t.pageYOffset) || a; a.fastClickScrollParent = this.targetElement.fastClickScrollParent } s = a.tagName.toLowerCase(); if (s === "label") { r = this.findControl(a); if (r) { this.focus(a); if (this.deviceIsAndroid) { return false } a = r } } else if (this.needsFocus(a)) { if (e.timeStamp - i > 100 || this.deviceIsIOS && t.top !== t && s === "input") { this.targetElement = null; return false } this.focus(a); if (!this.deviceIsIOS4 || s !== "select") { this.targetElement = null; e.preventDefault() } return false } if (this.deviceIsIOS && !this.deviceIsIOS4) { o = a.fastClickScrollParent; if (o && o.fastClickLastScrollTop !== o.scrollTop) { return true } } if (!this.needsClick(a)) { e.preventDefault(); this.sendClick(a, e) } return false }; i.prototype.onTouchCancel = function () { "use strict"; this.trackingClick = false; this.targetElement = null }; i.prototype.onMouse = function (e) { "use strict"; if (!this.targetElement) { return true } if (e.forwardedTouchEvent) { return true } if (!e.cancelable) { return true } if (!this.needsClick(this.targetElement) || this.cancelNextClick) { if (e.stopImmediatePropagation) { e.stopImmediatePropagation() } else { e.propagationStopped = true } e.stopPropagation(); e.preventDefault(); return false } return true }; i.prototype.onClick = function (e) { "use strict"; var t; if (this.trackingClick) { this.targetElement = null; this.trackingClick = false; return true } if (e.target.type === "submit" && e.detail === 0) { return true } t = this.onMouse(e); if (!t) { this.targetElement = null } return t }; i.prototype.destroy = function () { "use strict"; var e = this.layer; if (this.deviceIsAndroid) { e.removeEventListener("mouseover", this.onMouse, true); e.removeEventListener("mousedown", this.onMouse, true); e.removeEventListener("mouseup", this.onMouse, true) } e.removeEventListener("click", this.onClick, true); e.removeEventListener("touchstart", this.onTouchStart, false); e.removeEventListener("touchmove", this.onTouchMove, false); e.removeEventListener("touchend", this.onTouchEnd, false); e.removeEventListener("touchcancel", this.onTouchCancel, false) }; i.notNeeded = function (e) { "use strict"; var r; if (typeof t.ontouchstart === "undefined") { return true } if (/Chrome\/[0-9]+/.test(navigator.userAgent)) { if (i.prototype.deviceIsAndroid) { r = n.querySelector("meta[name=viewport]"); if (r && r.content.indexOf("user-scalable=no") !== -1) { return true } } else { return true } } if (e.style.msTouchAction === "none") { return true } return false }; i.attach = function (e) { "use strict"; return new i(e) }; if (typeof module !== "undefined" && module.exports) { module.exports = i.attach; module.exports.FastClick = i } else { t.FastClick = i } e(function () { if (typeof i !== "undefined") { i.attach(n.body) } }); var s = function (t, r) { if (typeof t === "string") { if (r) { return e(r.querySelectorAll(t)) } return e(n.querySelectorAll(t)) } return e(t, r) }; t.matchMedia = t.matchMedia || function (e, t) { "use strict"; var n, r = e.documentElement, i = r.firstElementChild || r.firstChild, s = e.createElement("body"), o = e.createElement("div"); o.id = "mq-test-1"; o.style.cssText = "position:absolute;top:-100em"; s.style.background = "none"; s.appendChild(o); return function (e) { o.innerHTML = '­'; r.insertBefore(s, i); n = o.offsetWidth === 42; r.removeChild(s); return { matches: n, media: e } } }(n); (function (e) { function u() { if (n) { s(u); jQuery.fx.tick() } } var n, r = 0, i = ["webkit", "moz"], s = t.requestAnimationFrame, o = t.cancelAnimationFrame; for (; r < i.length && !s; r++) { s = t[i[r] + "RequestAnimationFrame"]; o = o || t[i[r] + "CancelAnimationFrame"] || t[i[r] + "CancelRequestAnimationFrame"] } if (s) { t.requestAnimationFrame = s; t.cancelAnimationFrame = o; jQuery.fx.timer = function (e) { if (e() && jQuery.timers.push(e) && !n) { n = true; u() } }; jQuery.fx.stop = function () { n = false } } else { t.requestAnimationFrame = function (e, n) { var i = (new Date).getTime(), s = Math.max(0, 16 - (i - r)), o = t.setTimeout(function () { e(i + s) }, s); r = i + s; return o }; t.cancelAnimationFrame = function (e) { clearTimeout(e) } } })(jQuery); t.Foundation = { name: "Foundation", version: "5.0.0", media_queries: { small: s(".foundation-mq-small").css("font-family").replace(/^[\/\\'"]+|(;\s?})+|[\/\\'"]+$/g, ""), medium: s(".foundation-mq-medium").css("font-family").replace(/^[\/\\'"]+|(;\s?})+|[\/\\'"]+$/g, ""), large: s(".foundation-mq-large").css("font-family").replace(/^[\/\\'"]+|(;\s?})+|[\/\\'"]+$/g, ""), xlarge: s(".foundation-mq-xlarge").css("font-family").replace(/^[\/\\'"]+|(;\s?})+|[\/\\'"]+$/g, ""), xxlarge: s(".foundation-mq-xxlarge").css("font-family").replace(/^[\/\\'"]+|(;\s?})+|[\/\\'"]+$/g, "") }, stylesheet: e("").appendTo("head")[0].sheet, init: function (e, t, n, r, i) { var o, u = [e, n, r, i], a = []; this.rtl = /rtl/i.test(s("html").attr("dir")); this.scope = e || this.scope; if (t && typeof t === "string" && !/reflow/i.test(t)) { if (this.libs.hasOwnProperty(t)) { a.push(this.init_lib(t, u)) } } else { for (var f in this.libs) { a.push(this.init_lib(f, t)) } } return e }, init_lib: function (e, t) { if (this.libs.hasOwnProperty(e)) { this.patch(this.libs[e]); if (t && t.hasOwnProperty(e)) { return this.libs[e].init.apply(this.libs[e], [this.scope, t[e]]) } return this.libs[e].init.apply(this.libs[e], t) } return function () { } }, patch: function (e) { e.scope = this.scope; e["data_options"] = this.lib_methods.data_options; e["bindings"] = this.lib_methods.bindings; e["S"] = s; e.rtl = this.rtl }, inherit: function (e, t) { var n = t.split(" "); for (var r = n.length - 1; r >= 0; r--) { if (this.lib_methods.hasOwnProperty(n[r])) { this.libs[e.name][n[r]] = this.lib_methods[n[r]] } } }, random_str: function (e) { var t = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""); if (!e) { e = Math.floor(Math.random() * t.length) } var n = ""; for (var r = 0; r < e; r++) { n += t[Math.floor(Math.random() * t.length)] } return n }, libs: {}, lib_methods: { throttle: function (e, t) { var n = null; return function () { var r = this, i = arguments; clearTimeout(n); n = setTimeout(function () { e.apply(r, i) }, t) } }, data_options: function (t) { function a(e) { return !isNaN(e - 0) && e !== null && e !== "" && e !== false && e !== true } function f(t) { if (typeof t === "string") return e.trim(t); return t } var n = {}, r, i, s, o, u = t.data("options"); if (typeof u === "object") { return u } s = (u || ":").split(";"), o = s.length; for (r = o - 1; r >= 0; r--) { i = s[r].split(":"); if (/true/i.test(i[1])) i[1] = true; if (/false/i.test(i[1])) i[1] = false; if (a(i[1])) i[1] = parseInt(i[1], 10); if (i.length === 2 && i[0].length > 0) { n[f(i[0])] = f(i[1]) } } return n }, delay: function (e, t) { return setTimeout(e, t) }, empty: function (e) { if (e.length && e.length > 0) return false; if (e.length && e.length === 0) return true; for (var t in e) { if (hasOwnProperty.call(e, t)) return false } return true }, register_media: function (t, n) { if (Foundation.media_queries[t] === r) { e("head").append(''); Foundation.media_queries[t] = o(e("." + n).css("font-family")) } }, addCustomRule: function (e, t) { if (t === r) { Foundation.stylesheet.insertRule(e, Foundation.stylesheet.cssRules.length) } else { var n = Foundation.media_queries[t]; if (n !== r) { Foundation.stylesheet.insertRule("@media " + Foundation.media_queries[t] + "{ " + e + " }") } } }, loaded: function (e, t) { function n() { t(e[0]) } function r() { this.one("load", n); if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)) { var e = this.attr("src"), t = e.match(/\?/) ? "&" : "?"; t += "random=" + (new Date).getTime(); this.attr("src", e + t) } } if (!e.attr("src")) { n(); return } if (e[0].complete || e[0].readyState === 4) { n() } else { r.call(e) } }, bindings: function (t, n) { var r = this, i = !s(this).data(this.name + "-init"); if (typeof t === "string") { return this[t].call(this) } if (s(this.scope).is("[data-" + this.name + "]")) { s(this.scope).data(this.name + "-init", e.extend({}, this.settings, n || t, this.data_options(s(this.scope)))); if (i) { this.events(this.scope) } } else { s("[data-" + this.name + "]", this.scope).each(function () { var i = !s(this).data(r.name + "-init"); s(this).data(r.name + "-init", e.extend({}, r.settings, n || t, r.data_options(s(this)))); if (i) { r.events(this) } }) } } } }; e.fn.foundation = function () { var e = Array.prototype.slice.call(arguments, 0); return this.each(function () { Foundation.init.apply(Foundation, [this].concat(e)); return this }) } })(jQuery, this, this.document) \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Resources/Scripts/jquery.min.js b/_site/guides/m2devgde/Test/Resources/Scripts/jquery.min.js deleted file mode 100644 index 38837795279..00000000000 --- a/_site/guides/m2devgde/Test/Resources/Scripts/jquery.min.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! jQuery v1.8.3 jquery.com | jquery.org/license */ -(function(e,t){function _(e){var t=M[e]={};return v.each(e.split(y),function(e,n){t[n]=!0}),t}function H(e,n,r){if(r===t&&e.nodeType===1){var i="data-"+n.replace(P,"-$1").toLowerCase();r=e.getAttribute(i);if(typeof r=="string"){try{r=r==="true"?!0:r==="false"?!1:r==="null"?null:+r+""===r?+r:D.test(r)?v.parseJSON(r):r}catch(s){}v.data(e,n,r)}else r=t}return r}function B(e){var t;for(t in e){if(t==="data"&&v.isEmptyObject(e[t]))continue;if(t!=="toJSON")return!1}return!0}function et(){return!1}function tt(){return!0}function ut(e){return!e||!e.parentNode||e.parentNode.nodeType===11}function at(e,t){do e=e[t];while(e&&e.nodeType!==1);return e}function ft(e,t,n){t=t||0;if(v.isFunction(t))return v.grep(e,function(e,r){var i=!!t.call(e,r,e);return i===n});if(t.nodeType)return v.grep(e,function(e,r){return e===t===n});if(typeof t=="string"){var r=v.grep(e,function(e){return e.nodeType===1});if(it.test(t))return v.filter(t,r,!n);t=v.filter(t,r)}return v.grep(e,function(e,r){return v.inArray(e,t)>=0===n})}function lt(e){var t=ct.split("|"),n=e.createDocumentFragment();if(n.createElement)while(t.length)n.createElement(t.pop());return n}function Lt(e,t){return e.getElementsByTagName(t)[0]||e.appendChild(e.ownerDocument.createElement(t))}function At(e,t){if(t.nodeType!==1||!v.hasData(e))return;var n,r,i,s=v._data(e),o=v._data(t,s),u=s.events;if(u){delete o.handle,o.events={};for(n in u)for(r=0,i=u[n].length;r").appendTo(i.body),n=t.css("display");t.remove();if(n==="none"||n===""){Pt=i.body.appendChild(Pt||v.extend(i.createElement("iframe"),{frameBorder:0,width:0,height:0}));if(!Ht||!Pt.createElement)Ht=(Pt.contentWindow||Pt.contentDocument).document,Ht.write(""),Ht.close();t=Ht.body.appendChild(Ht.createElement(e)),n=Dt(t,"display"),i.body.removeChild(Pt)}return Wt[e]=n,n}function fn(e,t,n,r){var i;if(v.isArray(t))v.each(t,function(t,i){n||sn.test(e)?r(e,i):fn(e+"["+(typeof i=="object"?t:"")+"]",i,n,r)});else if(!n&&v.type(t)==="object")for(i in t)fn(e+"["+i+"]",t[i],n,r);else r(e,t)}function Cn(e){return function(t,n){typeof t!="string"&&(n=t,t="*");var r,i,s,o=t.toLowerCase().split(y),u=0,a=o.length;if(v.isFunction(n))for(;u)[^>]*$|#([\w\-]*)$)/,E=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,S=/^[\],:{}\s]*$/,x=/(?:^|:|,)(?:\s*\[)+/g,T=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,N=/"[^"\\\r\n]*"|true|false|null|-?(?:\d\d*\.|)\d+(?:[eE][\-+]?\d+|)/g,C=/^-ms-/,k=/-([\da-z])/gi,L=function(e,t){return(t+"").toUpperCase()},A=function(){i.addEventListener?(i.removeEventListener("DOMContentLoaded",A,!1),v.ready()):i.readyState==="complete"&&(i.detachEvent("onreadystatechange",A),v.ready())},O={};v.fn=v.prototype={constructor:v,init:function(e,n,r){var s,o,u,a;if(!e)return this;if(e.nodeType)return this.context=this[0]=e,this.length=1,this;if(typeof e=="string"){e.charAt(0)==="<"&&e.charAt(e.length-1)===">"&&e.length>=3?s=[null,e,null]:s=w.exec(e);if(s&&(s[1]||!n)){if(s[1])return n=n instanceof v?n[0]:n,a=n&&n.nodeType?n.ownerDocument||n:i,e=v.parseHTML(s[1],a,!0),E.test(s[1])&&v.isPlainObject(n)&&this.attr.call(e,n,!0),v.merge(this,e);o=i.getElementById(s[2]);if(o&&o.parentNode){if(o.id!==s[2])return r.find(e);this.length=1,this[0]=o}return this.context=i,this.selector=e,this}return!n||n.jquery?(n||r).find(e):this.constructor(n).find(e)}return v.isFunction(e)?r.ready(e):(e.selector!==t&&(this.selector=e.selector,this.context=e.context),v.makeArray(e,this))},selector:"",jquery:"1.8.3",length:0,size:function(){return this.length},toArray:function(){return l.call(this)},get:function(e){return e==null?this.toArray():e<0?this[this.length+e]:this[e]},pushStack:function(e,t,n){var r=v.merge(this.constructor(),e);return r.prevObject=this,r.context=this.context,t==="find"?r.selector=this.selector+(this.selector?" ":"")+n:t&&(r.selector=this.selector+"."+t+"("+n+")"),r},each:function(e,t){return v.each(this,e,t)},ready:function(e){return v.ready.promise().done(e),this},eq:function(e){return e=+e,e===-1?this.slice(e):this.slice(e,e+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(l.apply(this,arguments),"slice",l.call(arguments).join(","))},map:function(e){return this.pushStack(v.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:[].sort,splice:[].splice},v.fn.init.prototype=v.fn,v.extend=v.fn.extend=function(){var e,n,r,i,s,o,u=arguments[0]||{},a=1,f=arguments.length,l=!1;typeof u=="boolean"&&(l=u,u=arguments[1]||{},a=2),typeof u!="object"&&!v.isFunction(u)&&(u={}),f===a&&(u=this,--a);for(;a0)return;r.resolveWith(i,[v]),v.fn.trigger&&v(i).trigger("ready").off("ready")},isFunction:function(e){return v.type(e)==="function"},isArray:Array.isArray||function(e){return v.type(e)==="array"},isWindow:function(e){return e!=null&&e==e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return e==null?String(e):O[h.call(e)]||"object"},isPlainObject:function(e){if(!e||v.type(e)!=="object"||e.nodeType||v.isWindow(e))return!1;try{if(e.constructor&&!p.call(e,"constructor")&&!p.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}var r;for(r in e);return r===t||p.call(e,r)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw new Error(e)},parseHTML:function(e,t,n){var r;return!e||typeof e!="string"?null:(typeof t=="boolean"&&(n=t,t=0),t=t||i,(r=E.exec(e))?[t.createElement(r[1])]:(r=v.buildFragment([e],t,n?null:[]),v.merge([],(r.cacheable?v.clone(r.fragment):r.fragment).childNodes)))},parseJSON:function(t){if(!t||typeof t!="string")return null;t=v.trim(t);if(e.JSON&&e.JSON.parse)return e.JSON.parse(t);if(S.test(t.replace(T,"@").replace(N,"]").replace(x,"")))return(new Function("return "+t))();v.error("Invalid JSON: "+t)},parseXML:function(n){var r,i;if(!n||typeof n!="string")return null;try{e.DOMParser?(i=new DOMParser,r=i.parseFromString(n,"text/xml")):(r=new ActiveXObject("Microsoft.XMLDOM"),r.async="false",r.loadXML(n))}catch(s){r=t}return(!r||!r.documentElement||r.getElementsByTagName("parsererror").length)&&v.error("Invalid XML: "+n),r},noop:function(){},globalEval:function(t){t&&g.test(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(C,"ms-").replace(k,L)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,n,r){var i,s=0,o=e.length,u=o===t||v.isFunction(e);if(r){if(u){for(i in e)if(n.apply(e[i],r)===!1)break}else for(;s0&&e[0]&&e[a-1]||a===0||v.isArray(e));if(f)for(;u-1)a.splice(n,1),i&&(n<=o&&o--,n<=u&&u--)}),this},has:function(e){return v.inArray(e,a)>-1},empty:function(){return a=[],this},disable:function(){return a=f=n=t,this},disabled:function(){return!a},lock:function(){return f=t,n||c.disable(),this},locked:function(){return!f},fireWith:function(e,t){return t=t||[],t=[e,t.slice?t.slice():t],a&&(!r||f)&&(i?f.push(t):l(t)),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!r}};return c},v.extend({Deferred:function(e){var t=[["resolve","done",v.Callbacks("once memory"),"resolved"],["reject","fail",v.Callbacks("once memory"),"rejected"],["notify","progress",v.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return v.Deferred(function(n){v.each(t,function(t,r){var s=r[0],o=e[t];i[r[1]](v.isFunction(o)?function(){var e=o.apply(this,arguments);e&&v.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[s+"With"](this===i?n:this,[e])}:n[s])}),e=null}).promise()},promise:function(e){return e!=null?v.extend(e,r):r}},i={};return r.pipe=r.then,v.each(t,function(e,s){var o=s[2],u=s[3];r[s[1]]=o.add,u&&o.add(function(){n=u},t[e^1][2].disable,t[2][2].lock),i[s[0]]=o.fire,i[s[0]+"With"]=o.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=l.call(arguments),r=n.length,i=r!==1||e&&v.isFunction(e.promise)?r:0,s=i===1?e:v.Deferred(),o=function(e,t,n){return function(r){t[e]=this,n[e]=arguments.length>1?l.call(arguments):r,n===u?s.notifyWith(t,n):--i||s.resolveWith(t,n)}},u,a,f;if(r>1){u=new Array(r),a=new Array(r),f=new Array(r);for(;t
  • a",n=p.getElementsByTagName("*"),r=p.getElementsByTagName("a")[0];if(!n||!r||!n.length)return{};s=i.createElement("select"),o=s.appendChild(i.createElement("option")),u=p.getElementsByTagName("input")[0],r.style.cssText="top:1px;float:left;opacity:.5",t={leadingWhitespace:p.firstChild.nodeType===3,tbody:!p.getElementsByTagName("tbody").length,htmlSerialize:!!p.getElementsByTagName("link").length,style:/top/.test(r.getAttribute("style")),hrefNormalized:r.getAttribute("href")==="/a",opacity:/^0.5/.test(r.style.opacity),cssFloat:!!r.style.cssFloat,checkOn:u.value==="on",optSelected:o.selected,getSetAttribute:p.className!=="t",enctype:!!i.createElement("form").enctype,html5Clone:i.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",boxModel:i.compatMode==="CSS1Compat",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,boxSizingReliable:!0,pixelPosition:!1},u.checked=!0,t.noCloneChecked=u.cloneNode(!0).checked,s.disabled=!0,t.optDisabled=!o.disabled;try{delete p.test}catch(d){t.deleteExpando=!1}!p.addEventListener&&p.attachEvent&&p.fireEvent&&(p.attachEvent("onclick",h=function(){t.noCloneEvent=!1}),p.cloneNode(!0).fireEvent("onclick"),p.detachEvent("onclick",h)),u=i.createElement("input"),u.value="t",u.setAttribute("type","radio"),t.radioValue=u.value==="t",u.setAttribute("checked","checked"),u.setAttribute("name","t"),p.appendChild(u),a=i.createDocumentFragment(),a.appendChild(p.lastChild),t.checkClone=a.cloneNode(!0).cloneNode(!0).lastChild.checked,t.appendChecked=u.checked,a.removeChild(u),a.appendChild(p);if(p.attachEvent)for(l in{submit:!0,change:!0,focusin:!0})f="on"+l,c=f in p,c||(p.setAttribute(f,"return;"),c=typeof p[f]=="function"),t[l+"Bubbles"]=c;return v(function(){var n,r,s,o,u="padding:0;margin:0;border:0;display:block;overflow:hidden;",a=i.getElementsByTagName("body")[0];if(!a)return;n=i.createElement("div"),n.style.cssText="visibility:hidden;border:0;width:0;height:0;position:static;top:0;margin-top:1px",a.insertBefore(n,a.firstChild),r=i.createElement("div"),n.appendChild(r),r.innerHTML="
    t
    ",s=r.getElementsByTagName("td"),s[0].style.cssText="padding:0;margin:0;border:0;display:none",c=s[0].offsetHeight===0,s[0].style.display="",s[1].style.display="none",t.reliableHiddenOffsets=c&&s[0].offsetHeight===0,r.innerHTML="",r.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",t.boxSizing=r.offsetWidth===4,t.doesNotIncludeMarginInBodyOffset=a.offsetTop!==1,e.getComputedStyle&&(t.pixelPosition=(e.getComputedStyle(r,null)||{}).top!=="1%",t.boxSizingReliable=(e.getComputedStyle(r,null)||{width:"4px"}).width==="4px",o=i.createElement("div"),o.style.cssText=r.style.cssText=u,o.style.marginRight=o.style.width="0",r.style.width="1px",r.appendChild(o),t.reliableMarginRight=!parseFloat((e.getComputedStyle(o,null)||{}).marginRight)),typeof r.style.zoom!="undefined"&&(r.innerHTML="",r.style.cssText=u+"width:1px;padding:1px;display:inline;zoom:1",t.inlineBlockNeedsLayout=r.offsetWidth===3,r.style.display="block",r.style.overflow="visible",r.innerHTML="
    ",r.firstChild.style.width="5px",t.shrinkWrapBlocks=r.offsetWidth!==3,n.style.zoom=1),a.removeChild(n),n=r=s=o=null}),a.removeChild(p),n=r=s=o=u=a=p=null,t}();var D=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,P=/([A-Z])/g;v.extend({cache:{},deletedIds:[],uuid:0,expando:"jQuery"+(v.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(e){return e=e.nodeType?v.cache[e[v.expando]]:e[v.expando],!!e&&!B(e)},data:function(e,n,r,i){if(!v.acceptData(e))return;var s,o,u=v.expando,a=typeof n=="string",f=e.nodeType,l=f?v.cache:e,c=f?e[u]:e[u]&&u;if((!c||!l[c]||!i&&!l[c].data)&&a&&r===t)return;c||(f?e[u]=c=v.deletedIds.pop()||v.guid++:c=u),l[c]||(l[c]={},f||(l[c].toJSON=v.noop));if(typeof n=="object"||typeof n=="function")i?l[c]=v.extend(l[c],n):l[c].data=v.extend(l[c].data,n);return s=l[c],i||(s.data||(s.data={}),s=s.data),r!==t&&(s[v.camelCase(n)]=r),a?(o=s[n],o==null&&(o=s[v.camelCase(n)])):o=s,o},removeData:function(e,t,n){if(!v.acceptData(e))return;var r,i,s,o=e.nodeType,u=o?v.cache:e,a=o?e[v.expando]:v.expando;if(!u[a])return;if(t){r=n?u[a]:u[a].data;if(r){v.isArray(t)||(t in r?t=[t]:(t=v.camelCase(t),t in r?t=[t]:t=t.split(" ")));for(i=0,s=t.length;i1,null,!1))},removeData:function(e){return this.each(function(){v.removeData(this,e)})}}),v.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=v._data(e,t),n&&(!r||v.isArray(n)?r=v._data(e,t,v.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=v.queue(e,t),r=n.length,i=n.shift(),s=v._queueHooks(e,t),o=function(){v.dequeue(e,t)};i==="inprogress"&&(i=n.shift(),r--),i&&(t==="fx"&&n.unshift("inprogress"),delete s.stop,i.call(e,o,s)),!r&&s&&s.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return v._data(e,n)||v._data(e,n,{empty:v.Callbacks("once memory").add(function(){v.removeData(e,t+"queue",!0),v.removeData(e,n,!0)})})}}),v.fn.extend({queue:function(e,n){var r=2;return typeof e!="string"&&(n=e,e="fx",r--),arguments.length1)},removeAttr:function(e){return this.each(function(){v.removeAttr(this,e)})},prop:function(e,t){return v.access(this,v.prop,e,t,arguments.length>1)},removeProp:function(e){return e=v.propFix[e]||e,this.each(function(){try{this[e]=t,delete this[e]}catch(n){}})},addClass:function(e){var t,n,r,i,s,o,u;if(v.isFunction(e))return this.each(function(t){v(this).addClass(e.call(this,t,this.className))});if(e&&typeof e=="string"){t=e.split(y);for(n=0,r=this.length;n=0)r=r.replace(" "+n[s]+" "," ");i.className=e?v.trim(r):""}}}return this},toggleClass:function(e,t){var n=typeof e,r=typeof t=="boolean";return v.isFunction(e)?this.each(function(n){v(this).toggleClass(e.call(this,n,this.className,t),t)}):this.each(function(){if(n==="string"){var i,s=0,o=v(this),u=t,a=e.split(y);while(i=a[s++])u=r?u:!o.hasClass(i),o[u?"addClass":"removeClass"](i)}else if(n==="undefined"||n==="boolean")this.className&&v._data(this,"__className__",this.className),this.className=this.className||e===!1?"":v._data(this,"__className__")||""})},hasClass:function(e){var t=" "+e+" ",n=0,r=this.length;for(;n=0)return!0;return!1},val:function(e){var n,r,i,s=this[0];if(!arguments.length){if(s)return n=v.valHooks[s.type]||v.valHooks[s.nodeName.toLowerCase()],n&&"get"in n&&(r=n.get(s,"value"))!==t?r:(r=s.value,typeof r=="string"?r.replace(R,""):r==null?"":r);return}return i=v.isFunction(e),this.each(function(r){var s,o=v(this);if(this.nodeType!==1)return;i?s=e.call(this,r,o.val()):s=e,s==null?s="":typeof s=="number"?s+="":v.isArray(s)&&(s=v.map(s,function(e){return e==null?"":e+""})),n=v.valHooks[this.type]||v.valHooks[this.nodeName.toLowerCase()];if(!n||!("set"in n)||n.set(this,s,"value")===t)this.value=s})}}),v.extend({valHooks:{option:{get:function(e){var t=e.attributes.value;return!t||t.specified?e.value:e.text}},select:{get:function(e){var t,n,r=e.options,i=e.selectedIndex,s=e.type==="select-one"||i<0,o=s?null:[],u=s?i+1:r.length,a=i<0?u:s?i:0;for(;a=0}),n.length||(e.selectedIndex=-1),n}}},attrFn:{},attr:function(e,n,r,i){var s,o,u,a=e.nodeType;if(!e||a===3||a===8||a===2)return;if(i&&v.isFunction(v.fn[n]))return v(e)[n](r);if(typeof e.getAttribute=="undefined")return v.prop(e,n,r);u=a!==1||!v.isXMLDoc(e),u&&(n=n.toLowerCase(),o=v.attrHooks[n]||(X.test(n)?F:j));if(r!==t){if(r===null){v.removeAttr(e,n);return}return o&&"set"in o&&u&&(s=o.set(e,r,n))!==t?s:(e.setAttribute(n,r+""),r)}return o&&"get"in o&&u&&(s=o.get(e,n))!==null?s:(s=e.getAttribute(n),s===null?t:s)},removeAttr:function(e,t){var n,r,i,s,o=0;if(t&&e.nodeType===1){r=t.split(y);for(;o=0}})});var $=/^(?:textarea|input|select)$/i,J=/^([^\.]*|)(?:\.(.+)|)$/,K=/(?:^|\s)hover(\.\S+|)\b/,Q=/^key/,G=/^(?:mouse|contextmenu)|click/,Y=/^(?:focusinfocus|focusoutblur)$/,Z=function(e){return v.event.special.hover?e:e.replace(K,"mouseenter$1 mouseleave$1")};v.event={add:function(e,n,r,i,s){var o,u,a,f,l,c,h,p,d,m,g;if(e.nodeType===3||e.nodeType===8||!n||!r||!(o=v._data(e)))return;r.handler&&(d=r,r=d.handler,s=d.selector),r.guid||(r.guid=v.guid++),a=o.events,a||(o.events=a={}),u=o.handle,u||(o.handle=u=function(e){return typeof v=="undefined"||!!e&&v.event.triggered===e.type?t:v.event.dispatch.apply(u.elem,arguments)},u.elem=e),n=v.trim(Z(n)).split(" ");for(f=0;f=0&&(y=y.slice(0,-1),a=!0),y.indexOf(".")>=0&&(b=y.split("."),y=b.shift(),b.sort());if((!s||v.event.customEvent[y])&&!v.event.global[y])return;n=typeof n=="object"?n[v.expando]?n:new v.Event(y,n):new v.Event(y),n.type=y,n.isTrigger=!0,n.exclusive=a,n.namespace=b.join("."),n.namespace_re=n.namespace?new RegExp("(^|\\.)"+b.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,h=y.indexOf(":")<0?"on"+y:"";if(!s){u=v.cache;for(f in u)u[f].events&&u[f].events[y]&&v.event.trigger(n,r,u[f].handle.elem,!0);return}n.result=t,n.target||(n.target=s),r=r!=null?v.makeArray(r):[],r.unshift(n),p=v.event.special[y]||{};if(p.trigger&&p.trigger.apply(s,r)===!1)return;m=[[s,p.bindType||y]];if(!o&&!p.noBubble&&!v.isWindow(s)){g=p.delegateType||y,l=Y.test(g+y)?s:s.parentNode;for(c=s;l;l=l.parentNode)m.push([l,g]),c=l;c===(s.ownerDocument||i)&&m.push([c.defaultView||c.parentWindow||e,g])}for(f=0;f=0:v.find(h,this,null,[s]).length),u[h]&&f.push(c);f.length&&w.push({elem:s,matches:f})}d.length>m&&w.push({elem:this,matches:d.slice(m)});for(r=0;r0?this.on(t,null,e,n):this.trigger(t)},Q.test(t)&&(v.event.fixHooks[t]=v.event.keyHooks),G.test(t)&&(v.event.fixHooks[t]=v.event.mouseHooks)}),function(e,t){function nt(e,t,n,r){n=n||[],t=t||g;var i,s,a,f,l=t.nodeType;if(!e||typeof e!="string")return n;if(l!==1&&l!==9)return[];a=o(t);if(!a&&!r)if(i=R.exec(e))if(f=i[1]){if(l===9){s=t.getElementById(f);if(!s||!s.parentNode)return n;if(s.id===f)return n.push(s),n}else if(t.ownerDocument&&(s=t.ownerDocument.getElementById(f))&&u(t,s)&&s.id===f)return n.push(s),n}else{if(i[2])return S.apply(n,x.call(t.getElementsByTagName(e),0)),n;if((f=i[3])&&Z&&t.getElementsByClassName)return S.apply(n,x.call(t.getElementsByClassName(f),0)),n}return vt(e.replace(j,"$1"),t,n,r,a)}function rt(e){return function(t){var n=t.nodeName.toLowerCase();return n==="input"&&t.type===e}}function it(e){return function(t){var n=t.nodeName.toLowerCase();return(n==="input"||n==="button")&&t.type===e}}function st(e){return N(function(t){return t=+t,N(function(n,r){var i,s=e([],n.length,t),o=s.length;while(o--)n[i=s[o]]&&(n[i]=!(r[i]=n[i]))})})}function ot(e,t,n){if(e===t)return n;var r=e.nextSibling;while(r){if(r===t)return-1;r=r.nextSibling}return 1}function ut(e,t){var n,r,s,o,u,a,f,l=L[d][e+" "];if(l)return t?0:l.slice(0);u=e,a=[],f=i.preFilter;while(u){if(!n||(r=F.exec(u)))r&&(u=u.slice(r[0].length)||u),a.push(s=[]);n=!1;if(r=I.exec(u))s.push(n=new m(r.shift())),u=u.slice(n.length),n.type=r[0].replace(j," ");for(o in i.filter)(r=J[o].exec(u))&&(!f[o]||(r=f[o](r)))&&(s.push(n=new m(r.shift())),u=u.slice(n.length),n.type=o,n.matches=r);if(!n)break}return t?u.length:u?nt.error(e):L(e,a).slice(0)}function at(e,t,r){var i=t.dir,s=r&&t.dir==="parentNode",o=w++;return t.first?function(t,n,r){while(t=t[i])if(s||t.nodeType===1)return e(t,n,r)}:function(t,r,u){if(!u){var a,f=b+" "+o+" ",l=f+n;while(t=t[i])if(s||t.nodeType===1){if((a=t[d])===l)return t.sizset;if(typeof a=="string"&&a.indexOf(f)===0){if(t.sizset)return t}else{t[d]=l;if(e(t,r,u))return t.sizset=!0,t;t.sizset=!1}}}else while(t=t[i])if(s||t.nodeType===1)if(e(t,r,u))return t}}function ft(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function lt(e,t,n,r,i){var s,o=[],u=0,a=e.length,f=t!=null;for(;u-1&&(s[f]=!(o[f]=c))}}else g=lt(g===o?g.splice(d,g.length):g),i?i(null,o,g,a):S.apply(o,g)})}function ht(e){var t,n,r,s=e.length,o=i.relative[e[0].type],u=o||i.relative[" "],a=o?1:0,f=at(function(e){return e===t},u,!0),l=at(function(e){return T.call(t,e)>-1},u,!0),h=[function(e,n,r){return!o&&(r||n!==c)||((t=n).nodeType?f(e,n,r):l(e,n,r))}];for(;a1&&ft(h),a>1&&e.slice(0,a-1).join("").replace(j,"$1"),n,a0,s=e.length>0,o=function(u,a,f,l,h){var p,d,v,m=[],y=0,w="0",x=u&&[],T=h!=null,N=c,C=u||s&&i.find.TAG("*",h&&a.parentNode||a),k=b+=N==null?1:Math.E;T&&(c=a!==g&&a,n=o.el);for(;(p=C[w])!=null;w++){if(s&&p){for(d=0;v=e[d];d++)if(v(p,a,f)){l.push(p);break}T&&(b=k,n=++o.el)}r&&((p=!v&&p)&&y--,u&&x.push(p))}y+=w;if(r&&w!==y){for(d=0;v=t[d];d++)v(x,m,a,f);if(u){if(y>0)while(w--)!x[w]&&!m[w]&&(m[w]=E.call(l));m=lt(m)}S.apply(l,m),T&&!u&&m.length>0&&y+t.length>1&&nt.uniqueSort(l)}return T&&(b=k,c=N),x};return o.el=0,r?N(o):o}function dt(e,t,n){var r=0,i=t.length;for(;r2&&(f=u[0]).type==="ID"&&t.nodeType===9&&!s&&i.relative[u[1].type]){t=i.find.ID(f.matches[0].replace($,""),t,s)[0];if(!t)return n;e=e.slice(u.shift().length)}for(o=J.POS.test(e)?-1:u.length-1;o>=0;o--){f=u[o];if(i.relative[l=f.type])break;if(c=i.find[l])if(r=c(f.matches[0].replace($,""),z.test(u[0].type)&&t.parentNode||t,s)){u.splice(o,1),e=r.length&&u.join("");if(!e)return S.apply(n,x.call(r,0)),n;break}}}return a(e,h)(r,t,s,n,z.test(e)),n}function mt(){}var n,r,i,s,o,u,a,f,l,c,h=!0,p="undefined",d=("sizcache"+Math.random()).replace(".",""),m=String,g=e.document,y=g.documentElement,b=0,w=0,E=[].pop,S=[].push,x=[].slice,T=[].indexOf||function(e){var t=0,n=this.length;for(;ti.cacheLength&&delete e[t.shift()],e[n+" "]=r},e)},k=C(),L=C(),A=C(),O="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[-\\w]|[^\\x00-\\xa0])+",_=M.replace("w","w#"),D="([*^$|!~]?=)",P="\\["+O+"*("+M+")"+O+"*(?:"+D+O+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+_+")|)|)"+O+"*\\]",H=":("+M+")(?:\\((?:(['\"])((?:\\\\.|[^\\\\])*?)\\2|([^()[\\]]*|(?:(?:"+P+")|[^:]|\\\\.)*|.*))\\)|)",B=":(even|odd|eq|gt|lt|nth|first|last)(?:\\("+O+"*((?:-\\d)?\\d*)"+O+"*\\)|)(?=[^-]|$)",j=new RegExp("^"+O+"+|((?:^|[^\\\\])(?:\\\\.)*)"+O+"+$","g"),F=new RegExp("^"+O+"*,"+O+"*"),I=new RegExp("^"+O+"*([\\x20\\t\\r\\n\\f>+~])"+O+"*"),q=new RegExp(H),R=/^(?:#([\w\-]+)|(\w+)|\.([\w\-]+))$/,U=/^:not/,z=/[\x20\t\r\n\f]*[+~]/,W=/:not\($/,X=/h\d/i,V=/input|select|textarea|button/i,$=/\\(?!\\)/g,J={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),NAME:new RegExp("^\\[name=['\"]?("+M+")['\"]?\\]"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+P),PSEUDO:new RegExp("^"+H),POS:new RegExp(B,"i"),CHILD:new RegExp("^:(only|nth|first|last)-child(?:\\("+O+"*(even|odd|(([+-]|)(\\d*)n|)"+O+"*(?:([+-]|)"+O+"*(\\d+)|))"+O+"*\\)|)","i"),needsContext:new RegExp("^"+O+"*[>+~]|"+B,"i")},K=function(e){var t=g.createElement("div");try{return e(t)}catch(n){return!1}finally{t=null}},Q=K(function(e){return e.appendChild(g.createComment("")),!e.getElementsByTagName("*").length}),G=K(function(e){return e.innerHTML="",e.firstChild&&typeof e.firstChild.getAttribute!==p&&e.firstChild.getAttribute("href")==="#"}),Y=K(function(e){e.innerHTML="";var t=typeof e.lastChild.getAttribute("multiple");return t!=="boolean"&&t!=="string"}),Z=K(function(e){return e.innerHTML="",!e.getElementsByClassName||!e.getElementsByClassName("e").length?!1:(e.lastChild.className="e",e.getElementsByClassName("e").length===2)}),et=K(function(e){e.id=d+0,e.innerHTML="
    ",y.insertBefore(e,y.firstChild);var t=g.getElementsByName&&g.getElementsByName(d).length===2+g.getElementsByName(d+0).length;return r=!g.getElementById(d),y.removeChild(e),t});try{x.call(y.childNodes,0)[0].nodeType}catch(tt){x=function(e){var t,n=[];for(;t=this[e];e++)n.push(t);return n}}nt.matches=function(e,t){return nt(e,null,null,t)},nt.matchesSelector=function(e,t){return nt(t,null,null,[e]).length>0},s=nt.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(i===1||i===9||i===11){if(typeof e.textContent=="string")return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=s(e)}else if(i===3||i===4)return e.nodeValue}else for(;t=e[r];r++)n+=s(t);return n},o=nt.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?t.nodeName!=="HTML":!1},u=nt.contains=y.contains?function(e,t){var n=e.nodeType===9?e.documentElement:e,r=t&&t.parentNode;return e===r||!!(r&&r.nodeType===1&&n.contains&&n.contains(r))}:y.compareDocumentPosition?function(e,t){return t&&!!(e.compareDocumentPosition(t)&16)}:function(e,t){while(t=t.parentNode)if(t===e)return!0;return!1},nt.attr=function(e,t){var n,r=o(e);return r||(t=t.toLowerCase()),(n=i.attrHandle[t])?n(e):r||Y?e.getAttribute(t):(n=e.getAttributeNode(t),n?typeof e[t]=="boolean"?e[t]?t:null:n.specified?n.value:null:null)},i=nt.selectors={cacheLength:50,createPseudo:N,match:J,attrHandle:G?{}:{href:function(e){return e.getAttribute("href",2)},type:function(e){return e.getAttribute("type")}},find:{ID:r?function(e,t,n){if(typeof t.getElementById!==p&&!n){var r=t.getElementById(e);return r&&r.parentNode?[r]:[]}}:function(e,n,r){if(typeof n.getElementById!==p&&!r){var i=n.getElementById(e);return i?i.id===e||typeof i.getAttributeNode!==p&&i.getAttributeNode("id").value===e?[i]:t:[]}},TAG:Q?function(e,t){if(typeof t.getElementsByTagName!==p)return t.getElementsByTagName(e)}:function(e,t){var n=t.getElementsByTagName(e);if(e==="*"){var r,i=[],s=0;for(;r=n[s];s++)r.nodeType===1&&i.push(r);return i}return n},NAME:et&&function(e,t){if(typeof t.getElementsByName!==p)return t.getElementsByName(name)},CLASS:Z&&function(e,t,n){if(typeof t.getElementsByClassName!==p&&!n)return t.getElementsByClassName(e)}},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace($,""),e[3]=(e[4]||e[5]||"").replace($,""),e[2]==="~="&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),e[1]==="nth"?(e[2]||nt.error(e[0]),e[3]=+(e[3]?e[4]+(e[5]||1):2*(e[2]==="even"||e[2]==="odd")),e[4]=+(e[6]+e[7]||e[2]==="odd")):e[2]&&nt.error(e[0]),e},PSEUDO:function(e){var t,n;if(J.CHILD.test(e[0]))return null;if(e[3])e[2]=e[3];else if(t=e[4])q.test(t)&&(n=ut(t,!0))&&(n=t.indexOf(")",t.length-n)-t.length)&&(t=t.slice(0,n),e[0]=e[0].slice(0,n)),e[2]=t;return e.slice(0,3)}},filter:{ID:r?function(e){return e=e.replace($,""),function(t){return t.getAttribute("id")===e}}:function(e){return e=e.replace($,""),function(t){var n=typeof t.getAttributeNode!==p&&t.getAttributeNode("id");return n&&n.value===e}},TAG:function(e){return e==="*"?function(){return!0}:(e=e.replace($,"").toLowerCase(),function(t){return t.nodeName&&t.nodeName.toLowerCase()===e})},CLASS:function(e){var t=k[d][e+" "];return t||(t=new RegExp("(^|"+O+")"+e+"("+O+"|$)"))&&k(e,function(e){return t.test(e.className||typeof e.getAttribute!==p&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r,i){var s=nt.attr(r,e);return s==null?t==="!=":t?(s+="",t==="="?s===n:t==="!="?s!==n:t==="^="?n&&s.indexOf(n)===0:t==="*="?n&&s.indexOf(n)>-1:t==="$="?n&&s.substr(s.length-n.length)===n:t==="~="?(" "+s+" ").indexOf(n)>-1:t==="|="?s===n||s.substr(0,n.length+1)===n+"-":!1):!0}},CHILD:function(e,t,n,r){return e==="nth"?function(e){var t,i,s=e.parentNode;if(n===1&&r===0)return!0;if(s){i=0;for(t=s.firstChild;t;t=t.nextSibling)if(t.nodeType===1){i++;if(e===t)break}}return i-=r,i===n||i%n===0&&i/n>=0}:function(t){var n=t;switch(e){case"only":case"first":while(n=n.previousSibling)if(n.nodeType===1)return!1;if(e==="first")return!0;n=t;case"last":while(n=n.nextSibling)if(n.nodeType===1)return!1;return!0}}},PSEUDO:function(e,t){var n,r=i.pseudos[e]||i.setFilters[e.toLowerCase()]||nt.error("unsupported pseudo: "+e);return r[d]?r(t):r.length>1?(n=[e,e,"",t],i.setFilters.hasOwnProperty(e.toLowerCase())?N(function(e,n){var i,s=r(e,t),o=s.length;while(o--)i=T.call(e,s[o]),e[i]=!(n[i]=s[o])}):function(e){return r(e,0,n)}):r}},pseudos:{not:N(function(e){var t=[],n=[],r=a(e.replace(j,"$1"));return r[d]?N(function(e,t,n,i){var s,o=r(e,null,i,[]),u=e.length;while(u--)if(s=o[u])e[u]=!(t[u]=s)}):function(e,i,s){return t[0]=e,r(t,null,s,n),!n.pop()}}),has:N(function(e){return function(t){return nt(e,t).length>0}}),contains:N(function(e){return function(t){return(t.textContent||t.innerText||s(t)).indexOf(e)>-1}}),enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return t==="input"&&!!e.checked||t==="option"&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},parent:function(e){return!i.pseudos.empty(e)},empty:function(e){var t;e=e.firstChild;while(e){if(e.nodeName>"@"||(t=e.nodeType)===3||t===4)return!1;e=e.nextSibling}return!0},header:function(e){return X.test(e.nodeName)},text:function(e){var t,n;return e.nodeName.toLowerCase()==="input"&&(t=e.type)==="text"&&((n=e.getAttribute("type"))==null||n.toLowerCase()===t)},radio:rt("radio"),checkbox:rt("checkbox"),file:rt("file"),password:rt("password"),image:rt("image"),submit:it("submit"),reset:it("reset"),button:function(e){var t=e.nodeName.toLowerCase();return t==="input"&&e.type==="button"||t==="button"},input:function(e){return V.test(e.nodeName)},focus:function(e){var t=e.ownerDocument;return e===t.activeElement&&(!t.hasFocus||t.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},active:function(e){return e===e.ownerDocument.activeElement},first:st(function(){return[0]}),last:st(function(e,t){return[t-1]}),eq:st(function(e,t,n){return[n<0?n+t:n]}),even:st(function(e,t){for(var n=0;n=0;)e.push(r);return e}),gt:st(function(e,t,n){for(var r=n<0?n+t:n;++r",e.querySelectorAll("[selected]").length||i.push("\\["+O+"*(?:checked|disabled|ismap|multiple|readonly|selected|value)"),e.querySelectorAll(":checked").length||i.push(":checked")}),K(function(e){e.innerHTML="

    ",e.querySelectorAll("[test^='']").length&&i.push("[*^$]="+O+"*(?:\"\"|'')"),e.innerHTML="",e.querySelectorAll(":enabled").length||i.push(":enabled",":disabled")}),i=new RegExp(i.join("|")),vt=function(e,r,s,o,u){if(!o&&!u&&!i.test(e)){var a,f,l=!0,c=d,h=r,p=r.nodeType===9&&e;if(r.nodeType===1&&r.nodeName.toLowerCase()!=="object"){a=ut(e),(l=r.getAttribute("id"))?c=l.replace(n,"\\$&"):r.setAttribute("id",c),c="[id='"+c+"'] ",f=a.length;while(f--)a[f]=c+a[f].join("");h=z.test(e)&&r.parentNode||r,p=a.join(",")}if(p)try{return S.apply(s,x.call(h.querySelectorAll(p),0)),s}catch(v){}finally{l||r.removeAttribute("id")}}return t(e,r,s,o,u)},u&&(K(function(t){e=u.call(t,"div");try{u.call(t,"[test!='']:sizzle"),s.push("!=",H)}catch(n){}}),s=new RegExp(s.join("|")),nt.matchesSelector=function(t,n){n=n.replace(r,"='$1']");if(!o(t)&&!s.test(n)&&!i.test(n))try{var a=u.call(t,n);if(a||e||t.document&&t.document.nodeType!==11)return a}catch(f){}return nt(n,null,null,[t]).length>0})}(),i.pseudos.nth=i.pseudos.eq,i.filters=mt.prototype=i.pseudos,i.setFilters=new mt,nt.attr=v.attr,v.find=nt,v.expr=nt.selectors,v.expr[":"]=v.expr.pseudos,v.unique=nt.uniqueSort,v.text=nt.getText,v.isXMLDoc=nt.isXML,v.contains=nt.contains}(e);var nt=/Until$/,rt=/^(?:parents|prev(?:Until|All))/,it=/^.[^:#\[\.,]*$/,st=v.expr.match.needsContext,ot={children:!0,contents:!0,next:!0,prev:!0};v.fn.extend({find:function(e){var t,n,r,i,s,o,u=this;if(typeof e!="string")return v(e).filter(function(){for(t=0,n=u.length;t0)for(i=r;i=0:v.filter(e,this).length>0:this.filter(e).length>0)},closest:function(e,t){var n,r=0,i=this.length,s=[],o=st.test(e)||typeof e!="string"?v(e,t||this.context):0;for(;r-1:v.find.matchesSelector(n,e)){s.push(n);break}n=n.parentNode}}return s=s.length>1?v.unique(s):s,this.pushStack(s,"closest",e)},index:function(e){return e?typeof e=="string"?v.inArray(this[0],v(e)):v.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.prevAll().length:-1},add:function(e,t){var n=typeof e=="string"?v(e,t):v.makeArray(e&&e.nodeType?[e]:e),r=v.merge(this.get(),n);return this.pushStack(ut(n[0])||ut(r[0])?r:v.unique(r))},addBack:function(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}}),v.fn.andSelf=v.fn.addBack,v.each({parent:function(e){var t=e.parentNode;return t&&t.nodeType!==11?t:null},parents:function(e){return v.dir(e,"parentNode")},parentsUntil:function(e,t,n){return v.dir(e,"parentNode",n)},next:function(e){return at(e,"nextSibling")},prev:function(e){return at(e,"previousSibling")},nextAll:function(e){return v.dir(e,"nextSibling")},prevAll:function(e){return v.dir(e,"previousSibling")},nextUntil:function(e,t,n){return v.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return v.dir(e,"previousSibling",n)},siblings:function(e){return v.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return v.sibling(e.firstChild)},contents:function(e){return v.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:v.merge([],e.childNodes)}},function(e,t){v.fn[e]=function(n,r){var i=v.map(this,t,n);return nt.test(e)||(r=n),r&&typeof r=="string"&&(i=v.filter(r,i)),i=this.length>1&&!ot[e]?v.unique(i):i,this.length>1&&rt.test(e)&&(i=i.reverse()),this.pushStack(i,e,l.call(arguments).join(","))}}),v.extend({filter:function(e,t,n){return n&&(e=":not("+e+")"),t.length===1?v.find.matchesSelector(t[0],e)?[t[0]]:[]:v.find.matches(e,t)},dir:function(e,n,r){var i=[],s=e[n];while(s&&s.nodeType!==9&&(r===t||s.nodeType!==1||!v(s).is(r)))s.nodeType===1&&i.push(s),s=s[n];return i},sibling:function(e,t){var n=[];for(;e;e=e.nextSibling)e.nodeType===1&&e!==t&&n.push(e);return n}});var ct="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",ht=/ jQuery\d+="(?:null|\d+)"/g,pt=/^\s+/,dt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,vt=/<([\w:]+)/,mt=/]","i"),Et=/^(?:checkbox|radio)$/,St=/checked\s*(?:[^=]|=\s*.checked.)/i,xt=/\/(java|ecma)script/i,Tt=/^\s*\s*$/g,Nt={option:[1,""],legend:[1,"
    ","
    "],thead:[1,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],col:[2,"","
    "],area:[1,"",""],_default:[0,"",""]},Ct=lt(i),kt=Ct.appendChild(i.createElement("div"));Nt.optgroup=Nt.option,Nt.tbody=Nt.tfoot=Nt.colgroup=Nt.caption=Nt.thead,Nt.th=Nt.td,v.support.htmlSerialize||(Nt._default=[1,"X
    ","
    "]),v.fn.extend({text:function(e){return v.access(this,function(e){return e===t?v.text(this):this.empty().append((this[0]&&this[0].ownerDocument||i).createTextNode(e))},null,e,arguments.length)},wrapAll:function(e){if(v.isFunction(e))return this.each(function(t){v(this).wrapAll(e.call(this,t))});if(this[0]){var t=v(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstChild&&e.firstChild.nodeType===1)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return v.isFunction(e)?this.each(function(t){v(this).wrapInner(e.call(this,t))}):this.each(function(){var t=v(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=v.isFunction(e);return this.each(function(n){v(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){v.nodeName(this,"body")||v(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(e){(this.nodeType===1||this.nodeType===11)&&this.appendChild(e)})},prepend:function(){return this.domManip(arguments,!0,function(e){(this.nodeType===1||this.nodeType===11)&&this.insertBefore(e,this.firstChild)})},before:function(){if(!ut(this[0]))return this.domManip(arguments,!1,function(e){this.parentNode.insertBefore(e,this)});if(arguments.length){var e=v.clean(arguments);return this.pushStack(v.merge(e,this),"before",this.selector)}},after:function(){if(!ut(this[0]))return this.domManip(arguments,!1,function(e){this.parentNode.insertBefore(e,this.nextSibling)});if(arguments.length){var e=v.clean(arguments);return this.pushStack(v.merge(this,e),"after",this.selector)}},remove:function(e,t){var n,r=0;for(;(n=this[r])!=null;r++)if(!e||v.filter(e,[n]).length)!t&&n.nodeType===1&&(v.cleanData(n.getElementsByTagName("*")),v.cleanData([n])),n.parentNode&&n.parentNode.removeChild(n);return this},empty:function(){var e,t=0;for(;(e=this[t])!=null;t++){e.nodeType===1&&v.cleanData(e.getElementsByTagName("*"));while(e.firstChild)e.removeChild(e.firstChild)}return this},clone:function(e,t){return e=e==null?!1:e,t=t==null?e:t,this.map(function(){return v.clone(this,e,t)})},html:function(e){return v.access(this,function(e){var n=this[0]||{},r=0,i=this.length;if(e===t)return n.nodeType===1?n.innerHTML.replace(ht,""):t;if(typeof e=="string"&&!yt.test(e)&&(v.support.htmlSerialize||!wt.test(e))&&(v.support.leadingWhitespace||!pt.test(e))&&!Nt[(vt.exec(e)||["",""])[1].toLowerCase()]){e=e.replace(dt,"<$1>");try{for(;r1&&typeof f=="string"&&St.test(f))return this.each(function(){v(this).domManip(e,n,r)});if(v.isFunction(f))return this.each(function(i){var s=v(this);e[0]=f.call(this,i,n?s.html():t),s.domManip(e,n,r)});if(this[0]){i=v.buildFragment(e,this,l),o=i.fragment,s=o.firstChild,o.childNodes.length===1&&(o=s);if(s){n=n&&v.nodeName(s,"tr");for(u=i.cacheable||c-1;a0?this.clone(!0):this).get(),v(o[i])[t](r),s=s.concat(r);return this.pushStack(s,e,o.selector)}}),v.extend({clone:function(e,t,n){var r,i,s,o;v.support.html5Clone||v.isXMLDoc(e)||!wt.test("<"+e.nodeName+">")?o=e.cloneNode(!0):(kt.innerHTML=e.outerHTML,kt.removeChild(o=kt.firstChild));if((!v.support.noCloneEvent||!v.support.noCloneChecked)&&(e.nodeType===1||e.nodeType===11)&&!v.isXMLDoc(e)){Ot(e,o),r=Mt(e),i=Mt(o);for(s=0;r[s];++s)i[s]&&Ot(r[s],i[s])}if(t){At(e,o);if(n){r=Mt(e),i=Mt(o);for(s=0;r[s];++s)At(r[s],i[s])}}return r=i=null,o},clean:function(e,t,n,r){var s,o,u,a,f,l,c,h,p,d,m,g,y=t===i&&Ct,b=[];if(!t||typeof t.createDocumentFragment=="undefined")t=i;for(s=0;(u=e[s])!=null;s++){typeof u=="number"&&(u+="");if(!u)continue;if(typeof u=="string")if(!gt.test(u))u=t.createTextNode(u);else{y=y||lt(t),c=t.createElement("div"),y.appendChild(c),u=u.replace(dt,"<$1>"),a=(vt.exec(u)||["",""])[1].toLowerCase(),f=Nt[a]||Nt._default,l=f[0],c.innerHTML=f[1]+u+f[2];while(l--)c=c.lastChild;if(!v.support.tbody){h=mt.test(u),p=a==="table"&&!h?c.firstChild&&c.firstChild.childNodes:f[1]===""&&!h?c.childNodes:[];for(o=p.length-1;o>=0;--o)v.nodeName(p[o],"tbody")&&!p[o].childNodes.length&&p[o].parentNode.removeChild(p[o])}!v.support.leadingWhitespace&&pt.test(u)&&c.insertBefore(t.createTextNode(pt.exec(u)[0]),c.firstChild),u=c.childNodes,c.parentNode.removeChild(c)}u.nodeType?b.push(u):v.merge(b,u)}c&&(u=c=y=null);if(!v.support.appendChecked)for(s=0;(u=b[s])!=null;s++)v.nodeName(u,"input")?_t(u):typeof u.getElementsByTagName!="undefined"&&v.grep(u.getElementsByTagName("input"),_t);if(n){m=function(e){if(!e.type||xt.test(e.type))return r?r.push(e.parentNode?e.parentNode.removeChild(e):e):n.appendChild(e)};for(s=0;(u=b[s])!=null;s++)if(!v.nodeName(u,"script")||!m(u))n.appendChild(u),typeof u.getElementsByTagName!="undefined"&&(g=v.grep(v.merge([],u.getElementsByTagName("script")),m),b.splice.apply(b,[s+1,0].concat(g)),s+=g.length)}return b},cleanData:function(e,t){var n,r,i,s,o=0,u=v.expando,a=v.cache,f=v.support.deleteExpando,l=v.event.special;for(;(i=e[o])!=null;o++)if(t||v.acceptData(i)){r=i[u],n=r&&a[r];if(n){if(n.events)for(s in n.events)l[s]?v.event.remove(i,s):v.removeEvent(i,s,n.handle);a[r]&&(delete a[r],f?delete i[u]:i.removeAttribute?i.removeAttribute(u):i[u]=null,v.deletedIds.push(r))}}}}),function(){var e,t;v.uaMatch=function(e){e=e.toLowerCase();var t=/(chrome)[ \/]([\w.]+)/.exec(e)||/(webkit)[ \/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.exec(e)||e.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[];return{browser:t[1]||"",version:t[2]||"0"}},e=v.uaMatch(o.userAgent),t={},e.browser&&(t[e.browser]=!0,t.version=e.version),t.chrome?t.webkit=!0:t.webkit&&(t.safari=!0),v.browser=t,v.sub=function(){function e(t,n){return new e.fn.init(t,n)}v.extend(!0,e,this),e.superclass=this,e.fn=e.prototype=this(),e.fn.constructor=e,e.sub=this.sub,e.fn.init=function(r,i){return i&&i instanceof v&&!(i instanceof e)&&(i=e(i)),v.fn.init.call(this,r,i,t)},e.fn.init.prototype=e.fn;var t=e(i);return e}}();var Dt,Pt,Ht,Bt=/alpha\([^)]*\)/i,jt=/opacity=([^)]*)/,Ft=/^(top|right|bottom|left)$/,It=/^(none|table(?!-c[ea]).+)/,qt=/^margin/,Rt=new RegExp("^("+m+")(.*)$","i"),Ut=new RegExp("^("+m+")(?!px)[a-z%]+$","i"),zt=new RegExp("^([-+])=("+m+")","i"),Wt={BODY:"block"},Xt={position:"absolute",visibility:"hidden",display:"block"},Vt={letterSpacing:0,fontWeight:400},$t=["Top","Right","Bottom","Left"],Jt=["Webkit","O","Moz","ms"],Kt=v.fn.toggle;v.fn.extend({css:function(e,n){return v.access(this,function(e,n,r){return r!==t?v.style(e,n,r):v.css(e,n)},e,n,arguments.length>1)},show:function(){return Yt(this,!0)},hide:function(){return Yt(this)},toggle:function(e,t){var n=typeof e=="boolean";return v.isFunction(e)&&v.isFunction(t)?Kt.apply(this,arguments):this.each(function(){(n?e:Gt(this))?v(this).show():v(this).hide()})}}),v.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Dt(e,"opacity");return n===""?"1":n}}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":v.support.cssFloat?"cssFloat":"styleFloat"},style:function(e,n,r,i){if(!e||e.nodeType===3||e.nodeType===8||!e.style)return;var s,o,u,a=v.camelCase(n),f=e.style;n=v.cssProps[a]||(v.cssProps[a]=Qt(f,a)),u=v.cssHooks[n]||v.cssHooks[a];if(r===t)return u&&"get"in u&&(s=u.get(e,!1,i))!==t?s:f[n];o=typeof r,o==="string"&&(s=zt.exec(r))&&(r=(s[1]+1)*s[2]+parseFloat(v.css(e,n)),o="number");if(r==null||o==="number"&&isNaN(r))return;o==="number"&&!v.cssNumber[a]&&(r+="px");if(!u||!("set"in u)||(r=u.set(e,r,i))!==t)try{f[n]=r}catch(l){}},css:function(e,n,r,i){var s,o,u,a=v.camelCase(n);return n=v.cssProps[a]||(v.cssProps[a]=Qt(e.style,a)),u=v.cssHooks[n]||v.cssHooks[a],u&&"get"in u&&(s=u.get(e,!0,i)),s===t&&(s=Dt(e,n)),s==="normal"&&n in Vt&&(s=Vt[n]),r||i!==t?(o=parseFloat(s),r||v.isNumeric(o)?o||0:s):s},swap:function(e,t,n){var r,i,s={};for(i in t)s[i]=e.style[i],e.style[i]=t[i];r=n.call(e);for(i in t)e.style[i]=s[i];return r}}),e.getComputedStyle?Dt=function(t,n){var r,i,s,o,u=e.getComputedStyle(t,null),a=t.style;return u&&(r=u.getPropertyValue(n)||u[n],r===""&&!v.contains(t.ownerDocument,t)&&(r=v.style(t,n)),Ut.test(r)&&qt.test(n)&&(i=a.width,s=a.minWidth,o=a.maxWidth,a.minWidth=a.maxWidth=a.width=r,r=u.width,a.width=i,a.minWidth=s,a.maxWidth=o)),r}:i.documentElement.currentStyle&&(Dt=function(e,t){var n,r,i=e.currentStyle&&e.currentStyle[t],s=e.style;return i==null&&s&&s[t]&&(i=s[t]),Ut.test(i)&&!Ft.test(t)&&(n=s.left,r=e.runtimeStyle&&e.runtimeStyle.left,r&&(e.runtimeStyle.left=e.currentStyle.left),s.left=t==="fontSize"?"1em":i,i=s.pixelLeft+"px",s.left=n,r&&(e.runtimeStyle.left=r)),i===""?"auto":i}),v.each(["height","width"],function(e,t){v.cssHooks[t]={get:function(e,n,r){if(n)return e.offsetWidth===0&&It.test(Dt(e,"display"))?v.swap(e,Xt,function(){return tn(e,t,r)}):tn(e,t,r)},set:function(e,n,r){return Zt(e,n,r?en(e,t,r,v.support.boxSizing&&v.css(e,"boxSizing")==="border-box"):0)}}}),v.support.opacity||(v.cssHooks.opacity={get:function(e,t){return jt.test((t&&e.currentStyle?e.currentStyle.filter:e.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":t?"1":""},set:function(e,t){var n=e.style,r=e.currentStyle,i=v.isNumeric(t)?"alpha(opacity="+t*100+")":"",s=r&&r.filter||n.filter||"";n.zoom=1;if(t>=1&&v.trim(s.replace(Bt,""))===""&&n.removeAttribute){n.removeAttribute("filter");if(r&&!r.filter)return}n.filter=Bt.test(s)?s.replace(Bt,i):s+" "+i}}),v(function(){v.support.reliableMarginRight||(v.cssHooks.marginRight={get:function(e,t){return v.swap(e,{display:"inline-block"},function(){if(t)return Dt(e,"marginRight")})}}),!v.support.pixelPosition&&v.fn.position&&v.each(["top","left"],function(e,t){v.cssHooks[t]={get:function(e,n){if(n){var r=Dt(e,t);return Ut.test(r)?v(e).position()[t]+"px":r}}}})}),v.expr&&v.expr.filters&&(v.expr.filters.hidden=function(e){return e.offsetWidth===0&&e.offsetHeight===0||!v.support.reliableHiddenOffsets&&(e.style&&e.style.display||Dt(e,"display"))==="none"},v.expr.filters.visible=function(e){return!v.expr.filters.hidden(e)}),v.each({margin:"",padding:"",border:"Width"},function(e,t){v.cssHooks[e+t]={expand:function(n){var r,i=typeof n=="string"?n.split(" "):[n],s={};for(r=0;r<4;r++)s[e+$t[r]+t]=i[r]||i[r-2]||i[0];return s}},qt.test(e)||(v.cssHooks[e+t].set=Zt)});var rn=/%20/g,sn=/\[\]$/,on=/\r?\n/g,un=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,an=/^(?:select|textarea)/i;v.fn.extend({serialize:function(){return v.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?v.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||an.test(this.nodeName)||un.test(this.type))}).map(function(e,t){var n=v(this).val();return n==null?null:v.isArray(n)?v.map(n,function(e,n){return{name:t.name,value:e.replace(on,"\r\n")}}):{name:t.name,value:n.replace(on,"\r\n")}}).get()}}),v.param=function(e,n){var r,i=[],s=function(e,t){t=v.isFunction(t)?t():t==null?"":t,i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};n===t&&(n=v.ajaxSettings&&v.ajaxSettings.traditional);if(v.isArray(e)||e.jquery&&!v.isPlainObject(e))v.each(e,function(){s(this.name,this.value)});else for(r in e)fn(r,e[r],n,s);return i.join("&").replace(rn,"+")};var ln,cn,hn=/#.*$/,pn=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,dn=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,vn=/^(?:GET|HEAD)$/,mn=/^\/\//,gn=/\?/,yn=/)<[^<]*)*<\/script>/gi,bn=/([?&])_=[^&]*/,wn=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,En=v.fn.load,Sn={},xn={},Tn=["*/"]+["*"];try{cn=s.href}catch(Nn){cn=i.createElement("a"),cn.href="",cn=cn.href}ln=wn.exec(cn.toLowerCase())||[],v.fn.load=function(e,n,r){if(typeof e!="string"&&En)return En.apply(this,arguments);if(!this.length)return this;var i,s,o,u=this,a=e.indexOf(" ");return a>=0&&(i=e.slice(a,e.length),e=e.slice(0,a)),v.isFunction(n)?(r=n,n=t):n&&typeof n=="object"&&(s="POST"),v.ajax({url:e,type:s,dataType:"html",data:n,complete:function(e,t){r&&u.each(r,o||[e.responseText,t,e])}}).done(function(e){o=arguments,u.html(i?v("
    ").append(e.replace(yn,"")).find(i):e)}),this},v.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(e,t){v.fn[t]=function(e){return this.on(t,e)}}),v.each(["get","post"],function(e,n){v[n]=function(e,r,i,s){return v.isFunction(r)&&(s=s||i,i=r,r=t),v.ajax({type:n,url:e,data:r,success:i,dataType:s})}}),v.extend({getScript:function(e,n){return v.get(e,t,n,"script")},getJSON:function(e,t,n){return v.get(e,t,n,"json")},ajaxSetup:function(e,t){return t?Ln(e,v.ajaxSettings):(t=e,e=v.ajaxSettings),Ln(e,t),e},ajaxSettings:{url:cn,isLocal:dn.test(ln[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":Tn},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":e.String,"text html":!0,"text json":v.parseJSON,"text xml":v.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:Cn(Sn),ajaxTransport:Cn(xn),ajax:function(e,n){function T(e,n,s,a){var l,y,b,w,S,T=n;if(E===2)return;E=2,u&&clearTimeout(u),o=t,i=a||"",x.readyState=e>0?4:0,s&&(w=An(c,x,s));if(e>=200&&e<300||e===304)c.ifModified&&(S=x.getResponseHeader("Last-Modified"),S&&(v.lastModified[r]=S),S=x.getResponseHeader("Etag"),S&&(v.etag[r]=S)),e===304?(T="notmodified",l=!0):(l=On(c,w),T=l.state,y=l.data,b=l.error,l=!b);else{b=T;if(!T||e)T="error",e<0&&(e=0)}x.status=e,x.statusText=(n||T)+"",l?d.resolveWith(h,[y,T,x]):d.rejectWith(h,[x,T,b]),x.statusCode(g),g=t,f&&p.trigger("ajax"+(l?"Success":"Error"),[x,c,l?y:b]),m.fireWith(h,[x,T]),f&&(p.trigger("ajaxComplete",[x,c]),--v.active||v.event.trigger("ajaxStop"))}typeof e=="object"&&(n=e,e=t),n=n||{};var r,i,s,o,u,a,f,l,c=v.ajaxSetup({},n),h=c.context||c,p=h!==c&&(h.nodeType||h instanceof v)?v(h):v.event,d=v.Deferred(),m=v.Callbacks("once memory"),g=c.statusCode||{},b={},w={},E=0,S="canceled",x={readyState:0,setRequestHeader:function(e,t){if(!E){var n=e.toLowerCase();e=w[n]=w[n]||e,b[e]=t}return this},getAllResponseHeaders:function(){return E===2?i:null},getResponseHeader:function(e){var n;if(E===2){if(!s){s={};while(n=pn.exec(i))s[n[1].toLowerCase()]=n[2]}n=s[e.toLowerCase()]}return n===t?null:n},overrideMimeType:function(e){return E||(c.mimeType=e),this},abort:function(e){return e=e||S,o&&o.abort(e),T(0,e),this}};d.promise(x),x.success=x.done,x.error=x.fail,x.complete=m.add,x.statusCode=function(e){if(e){var t;if(E<2)for(t in e)g[t]=[g[t],e[t]];else t=e[x.status],x.always(t)}return this},c.url=((e||c.url)+"").replace(hn,"").replace(mn,ln[1]+"//"),c.dataTypes=v.trim(c.dataType||"*").toLowerCase().split(y),c.crossDomain==null&&(a=wn.exec(c.url.toLowerCase()),c.crossDomain=!(!a||a[1]===ln[1]&&a[2]===ln[2]&&(a[3]||(a[1]==="http:"?80:443))==(ln[3]||(ln[1]==="http:"?80:443)))),c.data&&c.processData&&typeof c.data!="string"&&(c.data=v.param(c.data,c.traditional)),kn(Sn,c,n,x);if(E===2)return x;f=c.global,c.type=c.type.toUpperCase(),c.hasContent=!vn.test(c.type),f&&v.active++===0&&v.event.trigger("ajaxStart");if(!c.hasContent){c.data&&(c.url+=(gn.test(c.url)?"&":"?")+c.data,delete c.data),r=c.url;if(c.cache===!1){var N=v.now(),C=c.url.replace(bn,"$1_="+N);c.url=C+(C===c.url?(gn.test(c.url)?"&":"?")+"_="+N:"")}}(c.data&&c.hasContent&&c.contentType!==!1||n.contentType)&&x.setRequestHeader("Content-Type",c.contentType),c.ifModified&&(r=r||c.url,v.lastModified[r]&&x.setRequestHeader("If-Modified-Since",v.lastModified[r]),v.etag[r]&&x.setRequestHeader("If-None-Match",v.etag[r])),x.setRequestHeader("Accept",c.dataTypes[0]&&c.accepts[c.dataTypes[0]]?c.accepts[c.dataTypes[0]]+(c.dataTypes[0]!=="*"?", "+Tn+"; q=0.01":""):c.accepts["*"]);for(l in c.headers)x.setRequestHeader(l,c.headers[l]);if(!c.beforeSend||c.beforeSend.call(h,x,c)!==!1&&E!==2){S="abort";for(l in{success:1,error:1,complete:1})x[l](c[l]);o=kn(xn,c,n,x);if(!o)T(-1,"No Transport");else{x.readyState=1,f&&p.trigger("ajaxSend",[x,c]),c.async&&c.timeout>0&&(u=setTimeout(function(){x.abort("timeout")},c.timeout));try{E=1,o.send(b,T)}catch(k){if(!(E<2))throw k;T(-1,k)}}return x}return x.abort()},active:0,lastModified:{},etag:{}});var Mn=[],_n=/\?/,Dn=/(=)\?(?=&|$)|\?\?/,Pn=v.now();v.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Mn.pop()||v.expando+"_"+Pn++;return this[e]=!0,e}}),v.ajaxPrefilter("json jsonp",function(n,r,i){var s,o,u,a=n.data,f=n.url,l=n.jsonp!==!1,c=l&&Dn.test(f),h=l&&!c&&typeof a=="string"&&!(n.contentType||"").indexOf("application/x-www-form-urlencoded")&&Dn.test(a);if(n.dataTypes[0]==="jsonp"||c||h)return s=n.jsonpCallback=v.isFunction(n.jsonpCallback)?n.jsonpCallback():n.jsonpCallback,o=e[s],c?n.url=f.replace(Dn,"$1"+s):h?n.data=a.replace(Dn,"$1"+s):l&&(n.url+=(_n.test(f)?"&":"?")+n.jsonp+"="+s),n.converters["script json"]=function(){return u||v.error(s+" was not called"),u[0]},n.dataTypes[0]="json",e[s]=function(){u=arguments},i.always(function(){e[s]=o,n[s]&&(n.jsonpCallback=r.jsonpCallback,Mn.push(s)),u&&v.isFunction(o)&&o(u[0]),u=o=t}),"script"}),v.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(e){return v.globalEval(e),e}}}),v.ajaxPrefilter("script",function(e){e.cache===t&&(e.cache=!1),e.crossDomain&&(e.type="GET",e.global=!1)}),v.ajaxTransport("script",function(e){if(e.crossDomain){var n,r=i.head||i.getElementsByTagName("head")[0]||i.documentElement;return{send:function(s,o){n=i.createElement("script"),n.async="async",e.scriptCharset&&(n.charset=e.scriptCharset),n.src=e.url,n.onload=n.onreadystatechange=function(e,i){if(i||!n.readyState||/loaded|complete/.test(n.readyState))n.onload=n.onreadystatechange=null,r&&n.parentNode&&r.removeChild(n),n=t,i||o(200,"success")},r.insertBefore(n,r.firstChild)},abort:function(){n&&n.onload(0,1)}}}});var Hn,Bn=e.ActiveXObject?function(){for(var e in Hn)Hn[e](0,1)}:!1,jn=0;v.ajaxSettings.xhr=e.ActiveXObject?function(){return!this.isLocal&&Fn()||In()}:Fn,function(e){v.extend(v.support,{ajax:!!e,cors:!!e&&"withCredentials"in e})}(v.ajaxSettings.xhr()),v.support.ajax&&v.ajaxTransport(function(n){if(!n.crossDomain||v.support.cors){var r;return{send:function(i,s){var o,u,a=n.xhr();n.username?a.open(n.type,n.url,n.async,n.username,n.password):a.open(n.type,n.url,n.async);if(n.xhrFields)for(u in n.xhrFields)a[u]=n.xhrFields[u];n.mimeType&&a.overrideMimeType&&a.overrideMimeType(n.mimeType),!n.crossDomain&&!i["X-Requested-With"]&&(i["X-Requested-With"]="XMLHttpRequest");try{for(u in i)a.setRequestHeader(u,i[u])}catch(f){}a.send(n.hasContent&&n.data||null),r=function(e,i){var u,f,l,c,h;try{if(r&&(i||a.readyState===4)){r=t,o&&(a.onreadystatechange=v.noop,Bn&&delete Hn[o]);if(i)a.readyState!==4&&a.abort();else{u=a.status,l=a.getAllResponseHeaders(),c={},h=a.responseXML,h&&h.documentElement&&(c.xml=h);try{c.text=a.responseText}catch(p){}try{f=a.statusText}catch(p){f=""}!u&&n.isLocal&&!n.crossDomain?u=c.text?200:404:u===1223&&(u=204)}}}catch(d){i||s(-1,d)}c&&s(u,f,c,l)},n.async?a.readyState===4?setTimeout(r,0):(o=++jn,Bn&&(Hn||(Hn={},v(e).unload(Bn)),Hn[o]=r),a.onreadystatechange=r):r()},abort:function(){r&&r(0,1)}}}});var qn,Rn,Un=/^(?:toggle|show|hide)$/,zn=new RegExp("^(?:([-+])=|)("+m+")([a-z%]*)$","i"),Wn=/queueHooks$/,Xn=[Gn],Vn={"*":[function(e,t){var n,r,i=this.createTween(e,t),s=zn.exec(t),o=i.cur(),u=+o||0,a=1,f=20;if(s){n=+s[2],r=s[3]||(v.cssNumber[e]?"":"px");if(r!=="px"&&u){u=v.css(i.elem,e,!0)||n||1;do a=a||".5",u/=a,v.style(i.elem,e,u+r);while(a!==(a=i.cur()/o)&&a!==1&&--f)}i.unit=r,i.start=u,i.end=s[1]?u+(s[1]+1)*n:n}return i}]};v.Animation=v.extend(Kn,{tweener:function(e,t){v.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");var n,r=0,i=e.length;for(;r-1,f={},l={},c,h;a?(l=i.position(),c=l.top,h=l.left):(c=parseFloat(o)||0,h=parseFloat(u)||0),v.isFunction(t)&&(t=t.call(e,n,s)),t.top!=null&&(f.top=t.top-s.top+c),t.left!=null&&(f.left=t.left-s.left+h),"using"in t?t.using.call(e,f):i.css(f)}},v.fn.extend({position:function(){if(!this[0])return;var e=this[0],t=this.offsetParent(),n=this.offset(),r=er.test(t[0].nodeName)?{top:0,left:0}:t.offset();return n.top-=parseFloat(v.css(e,"marginTop"))||0,n.left-=parseFloat(v.css(e,"marginLeft"))||0,r.top+=parseFloat(v.css(t[0],"borderTopWidth"))||0,r.left+=parseFloat(v.css(t[0],"borderLeftWidth"))||0,{top:n.top-r.top,left:n.left-r.left}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||i.body;while(e&&!er.test(e.nodeName)&&v.css(e,"position")==="static")e=e.offsetParent;return e||i.body})}}),v.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,n){var r=/Y/.test(n);v.fn[e]=function(i){return v.access(this,function(e,i,s){var o=tr(e);if(s===t)return o?n in o?o[n]:o.document.documentElement[i]:e[i];o?o.scrollTo(r?v(o).scrollLeft():s,r?s:v(o).scrollTop()):e[i]=s},e,i,arguments.length,null)}}),v.each({Height:"height",Width:"width"},function(e,n){v.each({padding:"inner"+e,content:n,"":"outer"+e},function(r,i){v.fn[i]=function(i,s){var o=arguments.length&&(r||typeof i!="boolean"),u=r||(i===!0||s===!0?"margin":"border");return v.access(this,function(n,r,i){var s;return v.isWindow(n)?n.document.documentElement["client"+e]:n.nodeType===9?(s=n.documentElement,Math.max(n.body["scroll"+e],s["scroll"+e],n.body["offset"+e],s["offset"+e],s["client"+e])):i===t?v.css(n,r,i,u):v.style(n,r,i,u)},n,o?i:t,o,null)}})}),e.jQuery=e.$=v,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return v})})(window); \ No newline at end of file diff --git a/_site/guides/m2devgde/Test/Resources/Scripts/jquery.offcanvas.js b/_site/guides/m2devgde/Test/Resources/Scripts/jquery.offcanvas.js deleted file mode 100644 index e66a612918a..00000000000 --- a/_site/guides/m2devgde/Test/Resources/Scripts/jquery.offcanvas.js +++ /dev/null @@ -1,43 +0,0 @@ -;(function (window, document, $) { - // Set the negative margin on the top menu for slide-menu pages - var $selector1 = $('#topMenu'), - events = 'click.fndtn'; - if ($selector1.length > 0) $selector1.css("margin-top", $selector1.height() * -1); - - // Watch for clicks to show the sidebar - var $selector2 = $('#sidebarButton'); - if ($selector2.length > 0) { - $('#sidebarButton').on(events, function (e) { - e.preventDefault(); - $('body').toggleClass('active'); - }); - } - - // Watch for clicks to show the menu for slide-menu pages - var $selector3 = $('#menuButton'); - if ($selector3.length > 0) { - $('#menuButton').on(events, function (e) { - e.preventDefault(); - $('body').toggleClass('active-menu'); - }); - } - - // Switch panels for the paneled nav on mobile - var $selector5 = $('#switchPanels'); - if ($selector5.length > 0) { - $('#switchPanels dd').on(events, function (e) { - e.preventDefault(); - var switchToPanel = $(this).children('a').attr('href'), - switchToIndex = $(switchToPanel).index(); - $(this).toggleClass('active').siblings().removeClass('active'); - $(switchToPanel).parent().css("left", (switchToIndex * (-100) + '%')); - }); - } - - $('#nav li a').on(events, function (e) { - e.preventDefault(); - var href = $(this).attr('href'), - $target = $(href); - $('html, body').animate({scrollTop : $target.offset().top}, 300); - }); -}(this, document, jQuery)); diff --git a/_site/guides/m2devgde/Test/Resources/Scripts/plugins.min.js b/_site/guides/m2devgde/Test/Resources/Scripts/plugins.min.js deleted file mode 100644 index badab0d25e0..00000000000 --- a/_site/guides/m2devgde/Test/Resources/Scripts/plugins.min.js +++ /dev/null @@ -1,92 +0,0 @@ -/* Array.indexOf polyfill -* https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/indexOf -*/ -if (!Array.prototype.indexOf) { Array.prototype.indexOf = function (e) { "use strict"; if (this == null) { throw new TypeError } var t = Object(this); var n = t.length >>> 0; if (n === 0) { return -1 } var r = 0; if (arguments.length > 1) { r = Number(arguments[1]); if (r != r) { r = 0 } else if (r != 0 && r != Infinity && r != -Infinity) { r = (r > 0 || -1) * Math.floor(Math.abs(r)) } } if (r >= n) { return -1 } var i = r >= 0 ? r : Math.max(n - Math.abs(r), 0); for (; i < n; i++) { if (i in t && t[i] === e) { return i } } return -1 } } - -/* -* jQuery hashchange event - v1.3 - 7/21/2010 -* http://benalman.com/projects/jquery-hashchange-plugin/ -* -* Copyright (c) 2010 "Cowboy" Ben Alman -* Dual licensed under the MIT and GPL licenses. -* http://benalman.com/about/license/ -*/ -(function ($, e, b) { var c = "hashchange", h = document, f, g = $.event.special, i = h.documentMode, d = "on" + c in e && (i === b || i > 7); function a(j) { j = j || location.href; return "#" + j.replace(/^[^#]*#?(.*)$/, "$1") } $.fn[c] = function (j) { return j ? this.bind(c, j) : this.trigger(c) }; $.fn[c].delay = 50; g[c] = $.extend(g[c], { setup: function () { if (d) { return false } $(f.start) }, teardown: function () { if (d) { return false } $(f.stop) } }); f = (function () { var j = {}, p, m = a(), k = function (q) { return q }, l = k, o = k; j.start = function () { p || n() }; j.stop = function () { p && clearTimeout(p); p = b }; function n() { var r = a(), q = o(m); if (r !== m) { l(m = r, q); $(e).trigger(c) } else { if (q !== m) { location.href = location.href.replace(/#.*/, "") + q } } p = setTimeout(n, $.fn[c].delay) } $.browser.msie && !d && (function () { var q, r; j.start = function () { if (!q) { r = $.fn[c].src; r = r && r + a(); q = $('