From: vasraz Date: Fri, 11 Jun 2021 18:02:58 +0000 (+0100) Subject: Fix broken swagger X-Git-Tag: 1.9.1~65 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a86a4ceff920f3362ac8f171c7d7e05881fe4931;p=sdc.git Fix broken swagger Change-Id: I402a999d66405eb29532aa30e7a8464fe8954f25 Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3650 --- diff --git a/openecomp-be/tools/swagger-ui/assembly/swagger.xml b/openecomp-be/tools/swagger-ui/assembly/swagger.xml index 5a4302145b..731b0701f5 100644 --- a/openecomp-be/tools/swagger-ui/assembly/swagger.xml +++ b/openecomp-be/tools/swagger-ui/assembly/swagger.xml @@ -1,7 +1,7 @@ + xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> bin war @@ -13,10 +13,6 @@ css /css - - fonts - /fonts - images /images @@ -38,40 +34,12 @@ / index.html - o2c.html - swagger-ui.js - swagger-ui.min.js - - - - ./target - /css - - ${ncso.style.css.file} - - - - ./target - /fonts - - SourceSansPro-Light.otf - SourceSansPro-Regular.otf - SourceSansPro-Semibold.otf + oauth2-redirect.html ./target/api-docs / - - ${api.json.file} - - - - ./target - /images - - favicon.ico - \ No newline at end of file diff --git a/openecomp-be/tools/swagger-ui/css/ncso-style.css b/openecomp-be/tools/swagger-ui/css/ncso-style.css deleted file mode 100644 index fd1283918f..0000000000 --- a/openecomp-be/tools/swagger-ui/css/ncso-style.css +++ /dev/null @@ -1,8659 +0,0 @@ -/*! - * Bootstrap v3.3.2 (http://getbootstrap.com) - * Copyright 2011-2015 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ -/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ -html { - font-family: sans-serif; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; } - -body { - margin: 0; } - -article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { - display: block; } - -audio, canvas, progress, video { - display: inline-block; - vertical-align: baseline; } - -audio:not([controls]) { - display: none; - height: 0; } - -[hidden], template { - display: none; } - -a { - background-color: transparent; } - -a:active, a:hover { - outline: 0; } - -abbr[title] { - border-bottom: 1px dotted; } - -b, strong { - font-weight: 700; } - -dfn { - font-style: italic; } - -h1 { - margin: .67em 0; - font-size: 2em; } - -mark { - color: #000; - background: #ff0; } - -small { - font-size: 80%; } - -sub, sup { - position: relative; - font-size: 75%; - line-height: 0; - vertical-align: baseline; } - -sup { - top: -.5em; } - -sub { - bottom: -.25em; } - -img { - border: 0; } - -svg:not(:root) { - overflow: hidden; } - -figure { - margin: 1em 40px; } - -hr { - height: 0; - -webkit-box-sizing: content-box; - -moz-box-sizing: content-box; - box-sizing: content-box; } - -pre { - overflow: auto; } - -code, kbd, pre, samp { - font-family: monospace, monospace; - font-size: 1em; } - -button, input, optgroup, select, textarea { - margin: 0; - font: inherit; - color: inherit; } - -button { - overflow: visible; } - -button, select { - text-transform: none; } - -button, html input[type=button], input[type=reset], input[type=submit] { - -webkit-appearance: button; - cursor: pointer; } - -button[disabled], html input[disabled] { - cursor: default; } - -button::-moz-focus-inner, input::-moz-focus-inner { - padding: 0; - border: 0; } - -input { - line-height: normal; } - -input[type=checkbox], input[type=radio] { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - padding: 0; } - -input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { - height: auto; } - -input[type=search] { - -webkit-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; } - -fieldset { - padding: 0.35em 0.625em 0.75em; - margin: 0 2px; - border: 1px solid silver; } - -legend { - padding: 0; - border: 0; } - -textarea { - overflow: auto; } - -optgroup { - font-weight: 700; } - -table { - border-spacing: 0; - border-collapse: collapse; } - -td, th { - padding: 0; } - -/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ -@media print { - *, :after, :before { - color: #000 !important; - text-shadow: none !important; - background: 0 0 !important; - -webkit-box-shadow: none !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: ""; } - blockquote, pre { - border: 1px solid #999; - page-break-inside: avoid; } - thead { - display: table-header-group; } - img, tr { - page-break-inside: avoid; } - img { - max-width: 100% !important; } - h2, h3, p { - orphans: 3; - widows: 3; } - h2, h3 { - page-break-after: avoid; } - select { - background: #fff !important; } - .navbar { - display: none; } - .btn > .caret, .dropup > .btn > .caret { - border-top-color: #000 !important; } } - -/*@font-face { - font-family: 'Glyphicons Halflings'; - src: url(../fonts/glyphicons-halflings-regular.eot); - src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg') -}*/ -.glyphicon { - position: relative; - top: 1px; - display: inline-block; - font-family: 'Glyphicons Halflings'; - font-style: normal; - font-weight: 400; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; } - -.glyphicon-asterisk:before { - content: "\2a"; } - -.glyphicon-plus:before { - content: "\2b"; } - -.glyphicon-eur:before, .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"; } - -.glyphicon-cd:before { - content: "\e201"; } - -.glyphicon-save-file:before { - content: "\e202"; } - -.glyphicon-open-file:before { - content: "\e203"; } - -.glyphicon-level-up:before { - content: "\e204"; } - -.glyphicon-copy:before { - content: "\e205"; } - -.glyphicon-paste:before { - content: "\e206"; } - -.glyphicon-alert:before { - content: "\e209"; } - -.glyphicon-equalizer:before { - content: "\e210"; } - -.glyphicon-king:before { - content: "\e211"; } - -.glyphicon-queen:before { - content: "\e212"; } - -.glyphicon-pawn:before { - content: "\e213"; } - -.glyphicon-bishop:before { - content: "\e214"; } - -.glyphicon-knight:before { - content: "\e215"; } - -.glyphicon-baby-formula:before { - content: "\e216"; } - -.glyphicon-tent:before { - content: "\26fa"; } - -.glyphicon-blackboard:before { - content: "\e218"; } - -.glyphicon-bed:before { - content: "\e219"; } - -.glyphicon-apple:before { - content: "\f8ff"; } - -.glyphicon-erase:before { - content: "\e221"; } - -.glyphicon-hourglass:before { - content: "\231b"; } - -.glyphicon-lamp:before { - content: "\e223"; } - -.glyphicon-duplicate:before { - content: "\e224"; } - -.glyphicon-piggy-bank:before { - content: "\e225"; } - -.glyphicon-scissors:before { - content: "\e226"; } - -.glyphicon-bitcoin:before { - content: "\e227"; } - -.glyphicon-yen:before { - content: "\00a5"; } - -.glyphicon-ruble:before { - content: "\20bd"; } - -.glyphicon-scale:before { - content: "\e230"; } - -.glyphicon-ice-lolly:before { - content: "\e231"; } - -.glyphicon-ice-lolly-tasted:before { - content: "\e232"; } - -.glyphicon-education:before { - content: "\e233"; } - -.glyphicon-option-horizontal:before { - content: "\e234"; } - -.glyphicon-option-vertical:before { - content: "\e235"; } - -.glyphicon-menu-hamburger:before { - content: "\e236"; } - -.glyphicon-modal-window:before { - content: "\e237"; } - -.glyphicon-oil:before { - content: "\e238"; } - -.glyphicon-grain:before { - content: "\e239"; } - -.glyphicon-sunglasses:before { - content: "\e240"; } - -.glyphicon-text-size:before { - content: "\e241"; } - -.glyphicon-text-color:before { - content: "\e242"; } - -.glyphicon-text-background:before { - content: "\e243"; } - -.glyphicon-object-align-top:before { - content: "\e244"; } - -.glyphicon-object-align-bottom:before { - content: "\e245"; } - -.glyphicon-object-align-horizontal:before { - content: "\e246"; } - -.glyphicon-object-align-left:before { - content: "\e247"; } - -.glyphicon-object-align-vertical:before { - content: "\e248"; } - -.glyphicon-object-align-right:before { - content: "\e249"; } - -.glyphicon-triangle-right:before { - content: "\e250"; } - -.glyphicon-triangle-left:before { - content: "\e251"; } - -.glyphicon-triangle-bottom:before { - content: "\e252"; } - -.glyphicon-triangle-top:before { - content: "\e253"; } - -.glyphicon-console:before { - content: "\e254"; } - -.glyphicon-superscript:before { - content: "\e255"; } - -.glyphicon-subscript:before { - content: "\e256"; } - -.glyphicon-menu-left:before { - content: "\e257"; } - -.glyphicon-menu-right:before { - content: "\e258"; } - -.glyphicon-menu-down:before { - content: "\e259"; } - -.glyphicon-menu-up:before { - content: "\e260"; } - -/** { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box -} -*/ -:after, :before { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; } - -html { - font-size: 10px; - -webkit-tap-highlight-color: transparent; } - -body { - color: #333; - background-color: #fff; } - -button, input, select, textarea { - font-family: inherit; - font-size: inherit; - line-height: inherit; } - -a { - color: #337ab7; - text-decoration: none; } - -a:focus, a:hover { - color: #23527c; - text-decoration: underline; } - -a:focus { - outline: thin dotted; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; } - -figure { - margin: 0; } - -img { - vertical-align: middle; } - -.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img { - display: block; - max-width: 100%; - height: auto; } - -.img-rounded { - border-radius: 6px; } - -.img-thumbnail { - display: inline-block; - max-width: 100%; - height: auto; - padding: 4px; - line-height: 1.42857143; - background-color: #fff; - border: 1px solid #ddd; - border-radius: 4px; - -webkit-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; } - -.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; } - -.sr-only-focusable:active, .sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; } - -.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { - font-family: inherit; - font-weight: 500; - line-height: 1.1; - color: inherit; } - -.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { - font-weight: 400; - line-height: 1; - color: #777; } - -.h1, .h2, .h3, h1, h2, h3 { - margin-top: 20px; - margin-bottom: 10px; } - -.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small { - font-size: 65%; } - -.h4, .h5, .h6, h4, h5, h6 { - margin-top: 10px; - margin-bottom: 10px; } - -.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { - font-size: 75%; } - -.h1, h1 { - font-size: 36px; } - -.h2, h2 { - font-size: 30px; } - -.h3, h3 { - font-size: 24px; } - -.h4, h4 { - font-size: 18px; } - -.h5, h5 { - font-size: 14px; } - -.h6, h6 { - font-size: 12px; } - -p { - margin: 0 0 10px; } - -.lead { - margin-bottom: 20px; - font-size: 16px; - font-weight: 300; - line-height: 1.4; } - -@media (min-width: 768px) { - .lead { - font-size: 21px; } } - -.small, small { - font-size: 85%; } - -.mark, mark { - padding: .2em; - background-color: #fcf8e3; } - -.text-left { - text-align: left; } - -.text-right { - text-align: right; } - -.text-center { - text-align: center; } - -.text-justify { - text-align: justify; } - -.text-nowrap { - white-space: nowrap; } - -.text-lowercase { - text-transform: lowercase; } - -.text-uppercase { - text-transform: uppercase; } - -.text-capitalize { - text-transform: capitalize; } - -.text-muted { - color: #777; } - -.text-primary { - color: #337ab7; } - -a.text-primary:hover { - color: #286090; } - -.text-success { - color: #3c763d; } - -a.text-success:hover { - color: #2b542c; } - -.text-info { - color: #31708f; } - -a.text-info:hover { - color: #245269; } - -.text-warning { - color: #8a6d3b; } - -a.text-warning:hover { - color: #66512c; } - -.text-danger { - color: #a94442; } - -a.text-danger:hover { - color: #843534; } - -.bg-primary { - color: #fff; - background-color: #337ab7; } - -a.bg-primary:hover { - background-color: #286090; } - -.bg-success { - background-color: #dff0d8; } - -a.bg-success:hover { - background-color: #c1e2b3; } - -.bg-info { - background-color: #d9edf7; } - -a.bg-info:hover { - background-color: #afd9ee; } - -.bg-warning { - background-color: #fcf8e3; } - -a.bg-warning:hover { - background-color: #f7ecb5; } - -.bg-danger { - background-color: #f2dede; } - -a.bg-danger:hover { - background-color: #e4b9b9; } - -.page-header { - padding-bottom: 9px; - margin: 40px 0 20px; - border-bottom: 1px solid #eee; } - -ol, ul { - margin-top: 0; - margin-bottom: 10px; } - -ol ol, ol ul, ul ol, ul ul { - margin-bottom: 0; } - -.list-unstyled { - padding-left: 0; - list-style: none; } - -.list-inline { - padding-left: 0; - margin-left: -5px; - list-style: none; } - -.list-inline > li { - display: inline-block; - padding-right: 5px; - padding-left: 5px; } - -dl { - margin-top: 0; - margin-bottom: 20px; } - -dd, dt { - line-height: 1.42857143; } - -dt { - font-weight: 700; } - -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; } } - -abbr[data-original-title], abbr[title] { - cursor: help; - border-bottom: 1px dotted #777; } - -.initialism { - font-size: 90%; - text-transform: uppercase; } - -blockquote { - padding: 10px 20px; - margin: 0 0 20px; - font-size: 17.5px; - border-left: 5px solid #eee; } - -blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child { - margin-bottom: 0; } - -blockquote .small, blockquote footer, blockquote small { - display: block; - font-size: 80%; - line-height: 1.42857143; - color: #777; } - -blockquote .small:before, blockquote footer:before, blockquote small:before { - content: '\2014 \00A0'; } - -.blockquote-reverse, blockquote.pull-right { - padding-right: 15px; - padding-left: 0; - text-align: right; - border-right: 5px solid #eee; - border-left: 0; } - -.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before { - content: ''; } - -.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after { - content: '\00A0 \2014'; } - -address { - margin-bottom: 20px; - font-style: normal; - line-height: 1.42857143; } - -code, kbd, pre, samp { - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } - -code { - padding: 2px 4px; - font-size: 90%; - color: #c7254e; - background-color: #f9f2f4; - border-radius: 4px; } - -kbd { - padding: 2px 4px; - font-size: 90%; - color: #fff; - background-color: #333; - border-radius: 3px; - -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } - -kbd kbd { - padding: 0; - font-size: 100%; - font-weight: 700; - -webkit-box-shadow: none; - box-shadow: none; } - -pre { - display: block; - padding: 9.5px; - margin: 0 0 10px; - font-size: 13px; - line-height: 1.42857143; - 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; } - -@media (min-width: 768px) { - .container { - width: 750px; } } - -@media (min-width: 992px) { - .container { - width: 970px; } } - -@media (min-width: 1200px) { - .container { - width: 1170px; } } - -.container-fluid { - padding-right: 15px; - padding-left: 15px; - margin-right: auto; - margin-left: auto; } - -.row { - margin-right: -15px; - margin-left: -15px; } - -.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { - position: relative; - min-height: 1px; - padding-right: 15px; - padding-left: 15px; } - -.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { - float: left; } - -.col-xs-12 { - width: 100%; } - -.col-xs-11 { - width: 91.66666667%; } - -.col-xs-10 { - width: 83.33333333%; } - -.col-xs-9 { - width: 75%; } - -.col-xs-8 { - width: 66.66666667%; } - -.col-xs-7 { - width: 58.33333333%; } - -.col-xs-6 { - width: 50%; } - -.col-xs-5 { - width: 41.66666667%; } - -.col-xs-4 { - width: 33.33333333%; } - -.col-xs-3 { - width: 25%; } - -.col-xs-2 { - width: 16.66666667%; } - -.col-xs-1 { - width: 8.33333333%; } - -.col-xs-pull-12 { - right: 100%; } - -.col-xs-pull-11 { - right: 91.66666667%; } - -.col-xs-pull-10 { - right: 83.33333333%; } - -.col-xs-pull-9 { - right: 75%; } - -.col-xs-pull-8 { - right: 66.66666667%; } - -.col-xs-pull-7 { - right: 58.33333333%; } - -.col-xs-pull-6 { - right: 50%; } - -.col-xs-pull-5 { - right: 41.66666667%; } - -.col-xs-pull-4 { - right: 33.33333333%; } - -.col-xs-pull-3 { - right: 25%; } - -.col-xs-pull-2 { - right: 16.66666667%; } - -.col-xs-pull-1 { - right: 8.33333333%; } - -.col-xs-pull-0 { - right: auto; } - -.col-xs-push-12 { - left: 100%; } - -.col-xs-push-11 { - left: 91.66666667%; } - -.col-xs-push-10 { - left: 83.33333333%; } - -.col-xs-push-9 { - left: 75%; } - -.col-xs-push-8 { - left: 66.66666667%; } - -.col-xs-push-7 { - left: 58.33333333%; } - -.col-xs-push-6 { - left: 50%; } - -.col-xs-push-5 { - left: 41.66666667%; } - -.col-xs-push-4 { - left: 33.33333333%; } - -.col-xs-push-3 { - left: 25%; } - -.col-xs-push-2 { - left: 16.66666667%; } - -.col-xs-push-1 { - left: 8.33333333%; } - -.col-xs-push-0 { - left: auto; } - -.col-xs-offset-12 { - margin-left: 100%; } - -.col-xs-offset-11 { - margin-left: 91.66666667%; } - -.col-xs-offset-10 { - margin-left: 83.33333333%; } - -.col-xs-offset-9 { - margin-left: 75%; } - -.col-xs-offset-8 { - margin-left: 66.66666667%; } - -.col-xs-offset-7 { - margin-left: 58.33333333%; } - -.col-xs-offset-6 { - margin-left: 50%; } - -.col-xs-offset-5 { - margin-left: 41.66666667%; } - -.col-xs-offset-4 { - margin-left: 33.33333333%; } - -.col-xs-offset-3 { - margin-left: 25%; } - -.col-xs-offset-2 { - margin-left: 16.66666667%; } - -.col-xs-offset-1 { - margin-left: 8.33333333%; } - -.col-xs-offset-0 { - margin-left: 0; } - -@media (min-width: 768px) { - .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 { - float: left; } - .col-sm-12 { - width: 98%; } - .col-sm-11 { - width: 91.66666667%; } - .col-sm-10 { - width: 83.33333333%; } - .col-sm-9 { - width: 75%; } - .col-sm-8 { - width: 66.66666667%; } - .col-sm-7 { - width: 58.33333333%; } - .col-sm-6 { - width: 48%; } - .col-sm-5 { - width: 41.66666667%; } - .col-sm-4 { - width: 33.33333333%; } - .col-sm-3 { - width: 25%; } - .col-sm-2 { - width: 16.66666667%; } - .col-sm-1 { - width: 8.33333333%; } - .col-sm-pull-12 { - right: 100%; } - .col-sm-pull-11 { - right: 91.66666667%; } - .col-sm-pull-10 { - right: 83.33333333%; } - .col-sm-pull-9 { - right: 75%; } - .col-sm-pull-8 { - right: 66.66666667%; } - .col-sm-pull-7 { - right: 58.33333333%; } - .col-sm-pull-6 { - right: 50%; } - .col-sm-pull-5 { - right: 41.66666667%; } - .col-sm-pull-4 { - right: 33.33333333%; } - .col-sm-pull-3 { - right: 25%; } - .col-sm-pull-2 { - right: 16.66666667%; } - .col-sm-pull-1 { - right: 8.33333333%; } - .col-sm-pull-0 { - right: auto; } - .col-sm-push-12 { - left: 100%; } - .col-sm-push-11 { - left: 91.66666667%; } - .col-sm-push-10 { - left: 83.33333333%; } - .col-sm-push-9 { - left: 75%; } - .col-sm-push-8 { - left: 66.66666667%; } - .col-sm-push-7 { - left: 58.33333333%; } - .col-sm-push-6 { - left: 50%; } - .col-sm-push-5 { - left: 41.66666667%; } - .col-sm-push-4 { - left: 33.33333333%; } - .col-sm-push-3 { - left: 25%; } - .col-sm-push-2 { - left: 16.66666667%; } - .col-sm-push-1 { - left: 8.33333333%; } - .col-sm-push-0 { - left: auto; } - .col-sm-offset-12 { - margin-left: 100%; } - .col-sm-offset-11 { - margin-left: 91.66666667%; } - .col-sm-offset-10 { - margin-left: 83.33333333%; } - .col-sm-offset-9 { - margin-left: 75%; } - .col-sm-offset-8 { - margin-left: 66.66666667%; } - .col-sm-offset-7 { - margin-left: 58.33333333%; } - .col-sm-offset-6 { - margin-left: 50%; } - .col-sm-offset-5 { - margin-left: 41.66666667%; } - .col-sm-offset-4 { - margin-left: 33.33333333%; } - .col-sm-offset-3 { - margin-left: 25%; } - .col-sm-offset-2 { - margin-left: 16.66666667%; } - .col-sm-offset-1 { - margin-left: 8.33333333%; } - .col-sm-offset-0 { - margin-left: 0; } } - -@media (min-width: 992px) { - .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 { - float: left; } - .col-md-12 { - width: 100%; } - .col-md-11 { - width: 91.66666667%; } - .col-md-10 { - width: 83.33333333%; } - .col-md-9 { - width: 75%; } - .col-md-8 { - width: 66.66666667%; } - .col-md-7 { - width: 58.33333333%; } - .col-md-6 { - width: 50%; } - .col-md-5 { - width: 41.66666667%; } - .col-md-4 { - width: 33.33333333%; } - .col-md-3 { - width: 25%; } - .col-md-2 { - width: 16.66666667%; } - .col-md-1 { - width: 8.33333333%; } - .col-md-pull-12 { - right: 100%; } - .col-md-pull-11 { - right: 91.66666667%; } - .col-md-pull-10 { - right: 83.33333333%; } - .col-md-pull-9 { - right: 75%; } - .col-md-pull-8 { - right: 66.66666667%; } - .col-md-pull-7 { - right: 58.33333333%; } - .col-md-pull-6 { - right: 50%; } - .col-md-pull-5 { - right: 41.66666667%; } - .col-md-pull-4 { - right: 33.33333333%; } - .col-md-pull-3 { - right: 25%; } - .col-md-pull-2 { - right: 16.66666667%; } - .col-md-pull-1 { - right: 8.33333333%; } - .col-md-pull-0 { - right: auto; } - .col-md-push-12 { - left: 100%; } - .col-md-push-11 { - left: 91.66666667%; } - .col-md-push-10 { - left: 83.33333333%; } - .col-md-push-9 { - left: 75%; } - .col-md-push-8 { - left: 66.66666667%; } - .col-md-push-7 { - left: 58.33333333%; } - .col-md-push-6 { - left: 50%; } - .col-md-push-5 { - left: 41.66666667%; } - .col-md-push-4 { - left: 33.33333333%; } - .col-md-push-3 { - left: 25%; } - .col-md-push-2 { - left: 16.66666667%; } - .col-md-push-1 { - left: 8.33333333%; } - .col-md-push-0 { - left: auto; } - .col-md-offset-12 { - margin-left: 100%; } - .col-md-offset-11 { - margin-left: 91.66666667%; } - .col-md-offset-10 { - margin-left: 83.33333333%; } - .col-md-offset-9 { - margin-left: 75%; } - .col-md-offset-8 { - margin-left: 66.66666667%; } - .col-md-offset-7 { - margin-left: 58.33333333%; } - .col-md-offset-6 { - margin-left: 50%; } - .col-md-offset-5 { - margin-left: 41.66666667%; } - .col-md-offset-4 { - margin-left: 33.33333333%; } - .col-md-offset-3 { - margin-left: 25%; } - .col-md-offset-2 { - margin-left: 16.66666667%; } - .col-md-offset-1 { - margin-left: 8.33333333%; } - .col-md-offset-0 { - margin-left: 0; } } - -@media (min-width: 1200px) { - .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 { - float: left; } - .col-lg-12 { - width: 100%; } - .col-lg-11 { - width: 91.66666667%; } - .col-lg-10 { - width: 83.33333333%; } - .col-lg-9 { - width: 75%; } - .col-lg-8 { - width: 66.66666667%; } - .col-lg-7 { - width: 58.33333333%; } - .col-lg-6 { - width: 50%; } - .col-lg-5 { - width: 41.66666667%; } - .col-lg-4 { - width: 33.33333333%; } - .col-lg-3 { - width: 25%; } - .col-lg-2 { - width: 16.66666667%; } - .col-lg-1 { - width: 8.33333333%; } - .col-lg-pull-12 { - right: 100%; } - .col-lg-pull-11 { - right: 91.66666667%; } - .col-lg-pull-10 { - right: 83.33333333%; } - .col-lg-pull-9 { - right: 75%; } - .col-lg-pull-8 { - right: 66.66666667%; } - .col-lg-pull-7 { - right: 58.33333333%; } - .col-lg-pull-6 { - right: 50%; } - .col-lg-pull-5 { - right: 41.66666667%; } - .col-lg-pull-4 { - right: 33.33333333%; } - .col-lg-pull-3 { - right: 25%; } - .col-lg-pull-2 { - right: 16.66666667%; } - .col-lg-pull-1 { - right: 8.33333333%; } - .col-lg-pull-0 { - right: auto; } - .col-lg-push-12 { - left: 100%; } - .col-lg-push-11 { - left: 91.66666667%; } - .col-lg-push-10 { - left: 83.33333333%; } - .col-lg-push-9 { - left: 75%; } - .col-lg-push-8 { - left: 66.66666667%; } - .col-lg-push-7 { - left: 58.33333333%; } - .col-lg-push-6 { - left: 50%; } - .col-lg-push-5 { - left: 41.66666667%; } - .col-lg-push-4 { - left: 33.33333333%; } - .col-lg-push-3 { - left: 25%; } - .col-lg-push-2 { - left: 16.66666667%; } - .col-lg-push-1 { - left: 8.33333333%; } - .col-lg-push-0 { - left: auto; } - .col-lg-offset-12 { - margin-left: 100%; } - .col-lg-offset-11 { - margin-left: 91.66666667%; } - .col-lg-offset-10 { - margin-left: 83.33333333%; } - .col-lg-offset-9 { - margin-left: 75%; } - .col-lg-offset-8 { - margin-left: 66.66666667%; } - .col-lg-offset-7 { - margin-left: 58.33333333%; } - .col-lg-offset-6 { - margin-left: 50%; } - .col-lg-offset-5 { - margin-left: 41.66666667%; } - .col-lg-offset-4 { - margin-left: 33.33333333%; } - .col-lg-offset-3 { - margin-left: 25%; } - .col-lg-offset-2 { - margin-left: 16.66666667%; } - .col-lg-offset-1 { - margin-left: 8.33333333%; } - .col-lg-offset-0 { - margin-left: 0; } } - -table { - background-color: transparent; } - -caption { - padding-top: 8px; - padding-bottom: 8px; - color: #777; - text-align: left; } - -th { - text-align: left; } - -.table { - width: 100%; - max-width: 100%; - margin-bottom: 20px; } - -.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { - padding: 8px; - line-height: 1.42857143; - vertical-align: top; } - -.table > thead > tr > th { - vertical-align: bottom; } - -.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th { - border-top: 0; } - -.table .table { - background-color: #fff; } - -.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th { - padding: 5px; } - -.table-bordered > thead > tr > td, .table-bordered > thead > tr > th { - border-bottom-width: 1px; } - -table col[class*=col-] { - position: static; - display: table-column; - float: none; } - -table td[class*=col-], table th[class*=col-] { - position: static; - display: table-cell; - float: none; } - -.table-responsive { - min-height: .01%; - overflow-x: auto; } - -@media screen and (max-width: 767px) { - .table-responsive { - width: 100%; - margin-bottom: 15px; - overflow-y: hidden; - -ms-overflow-style: -ms-autohiding-scrollbar; } - .table-responsive > .table { - margin-bottom: 0; } - .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th { - white-space: nowrap; } - .table-responsive > .table-bordered { - border: 0; } - .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child { - border-left: 0; } - .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child { - border-right: 0; } - .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th { - border-bottom: 0; } } - -input[type=search] { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; } - -input[type=checkbox], input[type=radio] { - margin: 4px 0 0; - margin-top: 1px \9; - line-height: normal; } - -input[type=range] { - display: block; - width: 100%; } - -select[multiple], select[size] { - height: auto; } - -input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus { - outline: thin dotted; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; } - -output { - display: block; - padding-top: 7px; - font-size: 14px; - line-height: 1.42857143; - color: #555; } - -.form-control { - display: block; - width: 100%; - height: 34px; - padding: 6px 12px; - font-size: 14px; - line-height: 1.42857143; - color: #555; - background-color: #fff; - background-image: none; - border: 1px solid #ccc; - border-radius: 4px; } - -.form-control:focus { - border-color: #66afe9; - outline: 0; } - -.form-control::-moz-placeholder { - color: #999; - opacity: 1; } - -.form-control:-ms-input-placeholder { - color: #999; } - -.form-control::-webkit-input-placeholder { - color: #999; } - -.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { - cursor: not-allowed; - background-color: #eee; - opacity: 1; } - -textarea.form-control { - height: auto; } - -input[type=search] { - -webkit-appearance: none; } - -@media screen and (-webkit-min-device-pixel-ratio: 0) { - input[type=date], input[type=time], input[type=datetime-local], input[type=month] { - line-height: 34px; } - .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm { - line-height: 30px; } - .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg { - line-height: 46px; } } - -.form-group { - margin-bottom: 15px; } - -.checkbox, .radio { - position: relative; - display: block; - margin-top: 10px; - margin-bottom: 10px; } - -.checkbox label, .radio label { - min-height: 20px; - padding-left: 20px; - margin-bottom: 0; - font-weight: 400; - cursor: pointer; } - -.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] { - position: absolute; - margin-top: 4px \9; - margin-left: -20px; } - -.checkbox + .checkbox, .radio + .radio { - margin-top: -5px; } - -.checkbox-inline, .radio-inline { - display: inline-block; - padding-left: 20px; - margin-bottom: 0; - font-weight: 400; - vertical-align: middle; - cursor: pointer; } - -.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline { - margin-top: 0; - margin-left: 10px; } - -fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] { - cursor: not-allowed; } - -.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline { - cursor: not-allowed; } - -.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label { - cursor: not-allowed; } - -.form-control-static { - padding-top: 7px; - padding-bottom: 7px; - margin-bottom: 0; } - -.form-control-static.input-lg, .form-control-static.input-sm { - padding-right: 0; - padding-left: 0; } - -.input-sm { - height: 30px; - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; } - -select.input-sm { - height: 30px; - line-height: 30px; } - -select[multiple].input-sm, textarea.input-sm { - height: auto; } - -.form-group-sm .form-control { - height: 30px; - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; } - -select.form-group-sm .form-control { - height: 30px; - line-height: 30px; } - -select[multiple].form-group-sm .form-control, textarea.form-group-sm .form-control { - height: auto; } - -.form-group-sm .form-control-static { - height: 30px; - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; } - -.input-lg { - height: 46px; - padding: 10px 16px; - font-size: 18px; - line-height: 1.3333333; - border-radius: 6px; } - -select.input-lg { - height: 46px; - line-height: 46px; } - -select[multiple].input-lg, textarea.input-lg { - height: auto; } - -.form-group-lg .form-control { - height: 46px; - padding: 10px 16px; - font-size: 18px; - line-height: 1.3333333; - border-radius: 6px; } - -select.form-group-lg .form-control { - height: 46px; - line-height: 46px; } - -select[multiple].form-group-lg .form-control, textarea.form-group-lg .form-control { - height: auto; } - -.form-group-lg .form-control-static { - height: 46px; - padding: 10px 16px; - font-size: 18px; - line-height: 1.3333333; } - -.has-feedback { - position: relative; } - -.has-feedback .form-control { - padding-right: 42.5px; } - -.form-control-feedback { - position: absolute; - top: 0; - right: 0; - z-index: 2; - display: block; - width: 34px; - height: 34px; - line-height: 34px; - text-align: center; - pointer-events: none; } - -.input-lg + .form-control-feedback { - width: 46px; - height: 46px; - line-height: 46px; } - -.input-sm + .form-control-feedback { - width: 30px; - height: 30px; - line-height: 30px; } - -.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label { - color: #3c763d; } - -.has-success .form-control { - border-color: #3c763d; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } - -.has-success .form-control:focus { - border-color: #2b542c; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } - -.has-success .input-group-addon { - color: #3c763d; - background-color: #dff0d8; - border-color: #3c763d; } - -.has-success .form-control-feedback { - color: #3c763d; } - -.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label { - color: #8a6d3b; } - -.has-warning .form-control { - border-color: #8a6d3b; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } - -.has-warning .form-control:focus { - border-color: #66512c; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } - -.has-warning .input-group-addon { - color: #8a6d3b; - background-color: #fcf8e3; - border-color: #8a6d3b; } - -.has-warning .form-control-feedback { - color: #8a6d3b; } - -.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label { - color: #a94442; } - -.has-error .form-control { - border-color: #a94442; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } - -.has-error .form-control:focus { - border-color: #843534; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } - -.has-error .input-group-addon { - color: #a94442; - background-color: #f2dede; - border-color: #a94442; } - -.has-error .form-control-feedback { - color: #a94442; } - -.has-feedback label ~ .form-control-feedback { - top: 25px; } - -.has-feedback label.sr-only ~ .form-control-feedback { - top: 0; } - -.help-block { - display: block; - margin-top: 5px; - margin-bottom: 10px; - color: #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; - width: auto; - vertical-align: middle; } - .form-inline .form-control-static { - display: inline-block; } - .form-inline .input-group { - display: inline-table; - vertical-align: middle; } - .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn { - width: auto; } - .form-inline .input-group > .form-control { - width: 100%; } - .form-inline .control-label { - margin-bottom: 0; - vertical-align: middle; } - .form-inline .checkbox, .form-inline .radio { - display: inline-block; - margin-top: 0; - margin-bottom: 0; - vertical-align: middle; } - .form-inline .checkbox label, .form-inline .radio label { - padding-left: 0; } - .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] { - position: relative; - margin-left: 0; } - .form-inline .has-feedback .form-control-feedback { - top: 0; } } - -.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline { - padding-top: 7px; - margin-top: 0; - margin-bottom: 0; } - -.form-horizontal .checkbox, .form-horizontal .radio { - min-height: 27px; } - -.form-horizontal .form-group { - margin-right: -15px; - margin-left: -15px; } - -@media (min-width: 768px) { - .form-horizontal .control-label { - padding-top: 7px; - margin-bottom: 0; - text-align: right; } } - -.form-horizontal .has-feedback .form-control-feedback { - right: 15px; } - -@media (min-width: 768px) { - .form-horizontal .form-group-lg .control-label { - padding-top: 14.33px; } } - -@media (min-width: 768px) { - .form-horizontal .form-group-sm .control-label { - padding-top: 6px; } } - -.btn { - display: inline-block; - padding: 6px 12px; - margin-bottom: 0; - font-size: 14px; - font-weight: 400; - line-height: 1.42857143; - text-align: center; - white-space: nowrap; - vertical-align: middle; - -ms-touch-action: manipulation; - touch-action: manipulation; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - background-image: none; - border: 1px solid transparent; - border-radius: 4px; } - -.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { - outline: thin dotted; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; } - -.btn.focus, .btn:focus, .btn:hover { - 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; - filter: alpha(opacity=65); - -webkit-box-shadow: none; - box-shadow: none; - opacity: .65; } - -.btn-default { - color: #333; - background-color: #fff; - border-color: #ccc; } - -.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default { - color: #333; - background-color: #e6e6e6; - border-color: #adadad; } - -.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default { - background-image: none; } - -.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover { - background-color: #fff; - border-color: #ccc; } - -.btn-default .badge { - color: #fff; - background-color: #333; } - -.btn-primary { - color: #fff; - background-color: #337ab7; - border-color: #2e6da4; } - -.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary { - color: #fff; - background-color: #286090; - border-color: #204d74; } - -.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary { - background-image: none; } - -.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover { - background-color: #337ab7; - border-color: #2e6da4; } - -.btn-primary .badge { - color: #337ab7; - background-color: #fff; } - -.btn-success { - color: #fff; - background-color: #5cb85c; - border-color: #4cae4c; } - -.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success { - color: #fff; - background-color: #449d44; - border-color: #398439; } - -.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success { - background-image: none; } - -.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover { - background-color: #5cb85c; - border-color: #4cae4c; } - -.btn-success .badge { - color: #5cb85c; - background-color: #fff; } - -.btn-info { - color: #fff; - background-color: #5bc0de; - border-color: #46b8da; } - -.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info { - color: #fff; - background-color: #31b0d5; - border-color: #269abc; } - -.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info { - background-image: none; } - -.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover { - background-color: #5bc0de; - border-color: #46b8da; } - -.btn-info .badge { - color: #5bc0de; - background-color: #fff; } - -.btn-warning { - color: #fff; - background-color: #f0ad4e; - border-color: #eea236; } - -.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning { - color: #fff; - background-color: #ec971f; - border-color: #d58512; } - -.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning { - background-image: none; } - -.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover { - background-color: #f0ad4e; - border-color: #eea236; } - -.btn-warning .badge { - color: #f0ad4e; - background-color: #fff; } - -.btn-danger { - color: #fff; - background-color: #d9534f; - border-color: #d43f3a; } - -.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger { - color: #fff; - background-color: #c9302c; - border-color: #ac2925; } - -.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger { - background-image: none; } - -.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover { - background-color: #d9534f; - border-color: #d43f3a; } - -.btn-danger .badge { - color: #d9534f; - background-color: #fff; } - -.btn-link { - font-weight: 400; - color: #337ab7; - border-radius: 0; } - -.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { - background-color: transparent; - -webkit-box-shadow: none; - box-shadow: none; } - -.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover { - border-color: transparent; } - -.btn-link:focus, .btn-link:hover { - color: #23527c; - text-decoration: underline; - background-color: transparent; } - -.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover { - color: #777; - text-decoration: none; } - -.btn-group-lg > .btn, .btn-lg { - padding: 10px 16px; - font-size: 18px; - line-height: 1.3333333; - border-radius: 6px; } - -.btn-group-sm > .btn, .btn-sm { - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; } - -.btn-group-xs > .btn, .btn-xs { - padding: 1px 5px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; } - -.btn-block { - display: block; - width: 100%; } - -.btn-block + .btn-block { - margin-top: 5px; } - -input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block { - width: 100%; } - -.fade { - opacity: 0; - -webkit-transition: opacity 0.15s linear; - -o-transition: opacity 0.15s linear; - transition: opacity 0.15s linear; } - -.fade.in { - opacity: 1; } - -.collapse { - display: none; - visibility: hidden; } - -.collapse.in { - display: block; - visibility: visible; } - -tr.collapse.in { - display: table-row; } - -tbody.collapse.in { - display: table-row-group; } - -.collapsing { - position: relative; - height: 0; - overflow: hidden; - -webkit-transition-timing-function: ease; - -o-transition-timing-function: ease; - transition-timing-function: ease; - -webkit-transition-duration: .35s; - -o-transition-duration: .35s; - transition-duration: .35s; - -webkit-transition-property: height, visibility; - -o-transition-property: height, visibility; - transition-property: height, visibility; } - -.caret { - display: inline-block; - width: 0; - height: 0; - margin-left: 2px; - vertical-align: middle; - border-top: 4px solid; - border-right: 4px solid transparent; - border-left: 4px solid transparent; } - -.dropdown, .dropup { - 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; - text-align: left; - list-style: none; - background-color: #fff; - -webkit-background-clip: padding-box; - background-clip: padding-box; - 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); } - -.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: 400; - line-height: 1.42857143; - color: #333; - white-space: nowrap; } - -.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { - color: #262626; - text-decoration: none; - background-color: #f5f5f5; } - -.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover { - color: #fff; - text-decoration: none; - background-color: #337ab7; - outline: 0; } - -.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover { - color: #777; } - -.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover { - 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-menu-right { - right: 0; - left: auto; } - -.dropdown-menu-left { - right: auto; - left: 0; } - -.dropdown-header { - display: block; - padding: 3px 20px; - font-size: 12px; - line-height: 1.42857143; - color: #777; - white-space: nowrap; } - -.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 { - content: ""; - border-top: 0; - border-bottom: 4px solid; } - -.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { - top: auto; - bottom: 100%; - margin-bottom: 2px; } - -@media (min-width: 768px) { - .navbar-right .dropdown-menu { - right: 0; - left: auto; } - .navbar-right .dropdown-menu-left { - right: auto; - left: 0; } } - -.btn-group, .btn-group-vertical { - position: relative; - display: inline-block; - vertical-align: middle; } - -.btn-group-vertical > .btn, .btn-group > .btn { - position: relative; - float: left; } - -.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover { - z-index: 2; } - -.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { - margin-left: -1px; } - -.btn-toolbar { - margin-left: -5px; } - -.btn-toolbar .btn-group, .btn-toolbar .input-group { - float: left; } - -.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { - margin-left: 5px; } - -.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { - border-radius: 0; } - -.btn-group > .btn:first-child { - margin-left: 0; } - -.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { - border-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-top-left-radius: 0; - border-bottom-left-radius: 0; } - -.btn-group > .btn-group { - float: left; } - -.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; } - -.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - -.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; } - -.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { - outline: 0; } - -.btn-group > .btn + .dropdown-toggle { - padding-right: 8px; - padding-left: 8px; } - -.btn-group > .btn-lg + .dropdown-toggle { - padding-right: 12px; - padding-left: 12px; } - -.btn-group.open .dropdown-toggle { - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } - -.btn-group.open .dropdown-toggle.btn-link { - -webkit-box-shadow: none; - box-shadow: none; } - -.btn .caret { - margin-left: 0; } - -.btn-lg .caret { - border-width: 5px 5px 0; - border-bottom-width: 0; } - -.dropup .btn-lg .caret { - border-width: 0 5px 5px; } - -.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { - display: block; - float: none; - width: 100%; - max-width: 100%; } - -.btn-group-vertical > .btn-group > .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-left-radius: 0; - border-top-right-radius: 0; - border-bottom-left-radius: 4px; } - -.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; } - -.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; } - -.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { - border-top-left-radius: 0; - border-top-right-radius: 0; } - -.btn-group-justified { - display: table; - width: 100%; - table-layout: fixed; - border-collapse: separate; } - -.btn-group-justified > .btn, .btn-group-justified > .btn-group { - display: table-cell; - float: none; - width: 1%; } - -.btn-group-justified > .btn-group .btn { - width: 100%; } - -.btn-group-justified > .btn-group .dropdown-menu { - left: auto; } - -[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] { - position: absolute; - clip: rect(0, 0, 0, 0); - pointer-events: none; } - -.input-group { - position: relative; - display: table; - border-collapse: separate; } - -.input-group[class*=col-] { - float: none; - padding-right: 0; - padding-left: 0; } - -.input-group .form-control { - position: relative; - z-index: 2; - float: left; - width: 100%; - margin-bottom: 0; } - -.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { - height: 46px; - padding: 10px 16px; - font-size: 18px; - line-height: 1.3333333; - border-radius: 6px; } - -select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { - height: 46px; - line-height: 46px; } - -select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, 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; } - -select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, 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 .form-control, .input-group-addon, .input-group-btn { - display: table-cell; } - -.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn: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: 400; - 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=checkbox], .input-group-addon input[type=radio] { - margin-top: 0; } - -.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .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:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle { - border-top-left-radius: 0; - border-bottom-left-radius: 0; } - -.input-group-addon:last-child { - border-left: 0; } - -.input-group-btn { - position: relative; - font-size: 0; - white-space: nowrap; } - -.input-group-btn > .btn { - position: relative; } - -.input-group-btn > .btn + .btn { - margin-left: -1px; } - -.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover { - z-index: 2; } - -.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { - margin-right: -1px; } - -.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { - margin-left: -1px; } - -.nav { - padding-left: 0; - margin-bottom: 0; - list-style: none; } - -.nav > li { - position: relative; - display: block; } - -.nav > li > a { - position: relative; - display: block; - padding: 10px 15px; } - -.nav > li > a:focus, .nav > li > a:hover { - text-decoration: none; - background-color: #eee; } - -.nav > li.disabled > a { - color: #777; } - -.nav > li.disabled > a:focus, .nav > li.disabled > a:hover { - color: #777; - text-decoration: none; - cursor: not-allowed; - background-color: transparent; } - -.nav .open > a, .nav .open > a:focus, .nav .open > a:hover { - background-color: #eee; - border-color: #337ab7; } - -.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.42857143; - 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:focus, .nav-tabs > li.active > a:hover { - 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:focus, .nav-tabs.nav-justified > .active > a:hover { - 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:focus, .nav-tabs.nav-justified > .active > a:hover { - 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:focus, .nav-pills > li.active > a:hover { - color: #fff; - background-color: #337ab7; } - -.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:focus, .nav-tabs-justified > .active > a:hover { - 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:focus, .nav-tabs-justified > .active > a:hover { - border-bottom-color: #fff; } } - -.tab-content > .tab-pane { - display: none; - visibility: hidden; } - -.tab-content > .active { - display: block; - visibility: visible; } - -.nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-left-radius: 0; - border-top-right-radius: 0; } - -.navbar { - position: relative; - min-height: 50px; - margin-bottom: 20px; - border: 1px solid transparent; } - -@media (min-width: 768px) { - .navbar { - border-radius: 4px; } } - -@media (min-width: 768px) { - .navbar-header { - float: left; } } - -.navbar-collapse { - padding-right: 15px; - padding-left: 15px; - overflow-x: visible; - -webkit-overflow-scrolling: touch; - border-top: 1px solid transparent; - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); } - -.navbar-collapse.in { - overflow-y: auto; } - -@media (min-width: 768px) { - .navbar-collapse { - width: auto; - border-top: 0; - -webkit-box-shadow: none; - box-shadow: none; } - .navbar-collapse.collapse { - display: block !important; - height: auto !important; - padding-bottom: 0; - overflow: visible !important; - visibility: visible !important; } - .navbar-collapse.in { - overflow-y: visible; } - .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse { - padding-right: 0; - padding-left: 0; } } - -.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { - max-height: 340px; } - -@media (max-device-width: 480px) and (orientation: landscape) { - .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { - max-height: 200px; } } - -.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header { - margin-right: -15px; - margin-left: -15px; } - -@media (min-width: 768px) { - .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header { - 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-bottom, .navbar-fixed-top { - position: fixed; - right: 0; - left: 0; - z-index: 1030; } - -@media (min-width: 768px) { - .navbar-fixed-bottom, .navbar-fixed-top { - 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; - height: 50px; - padding: 15px 15px; - font-size: 18px; - line-height: 20px; } - -.navbar-brand:focus, .navbar-brand:hover { - text-decoration: none; } - -.navbar-brand > img { - display: block; } - -@media (min-width: 768px) { - .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { - margin-left: -15px; } } - -.navbar-toggle { - position: relative; - float: right; - padding: 9px 10px; - margin-top: 8px; - margin-right: 15px; - margin-bottom: 8px; - background-color: transparent; - background-image: none; - border: 1px solid transparent; - border-radius: 4px; } - -.navbar-toggle:focus { - outline: 0; } - -.navbar-toggle .icon-bar { - display: block; - width: 22px; - height: 2px; - border-radius: 1px; } - -.navbar-toggle .icon-bar + .icon-bar { - margin-top: 4px; } - -@media (min-width: 768px) { - .navbar-toggle { - display: none; } } - -.navbar-nav { - margin: 7.5px -15px; } - -.navbar-nav > li > a { - padding-top: 10px; - padding-bottom: 10px; - line-height: 20px; } - -@media (max-width: 767px) { - .navbar-nav .open .dropdown-menu { - position: static; - float: none; - width: auto; - margin-top: 0; - background-color: transparent; - border: 0; - -webkit-box-shadow: none; - box-shadow: none; } - .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a { - padding: 5px 15px 5px 25px; } - .navbar-nav .open .dropdown-menu > li > a { - line-height: 20px; } - .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover { - background-image: none; } } - -@media (min-width: 768px) { - .navbar-nav { - float: left; - margin: 0; } - .navbar-nav > li { - float: left; } - .navbar-nav > li > a { - padding-top: 15px; - padding-bottom: 15px; } } - -.navbar-form { - 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; - width: auto; - vertical-align: middle; } - .navbar-form .form-control-static { - display: inline-block; } - .navbar-form .input-group { - display: inline-table; - vertical-align: middle; } - .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn { - width: auto; } - .navbar-form .input-group > .form-control { - width: 100%; } - .navbar-form .control-label { - margin-bottom: 0; - vertical-align: middle; } - .navbar-form .checkbox, .navbar-form .radio { - display: inline-block; - margin-top: 0; - margin-bottom: 0; - vertical-align: middle; } - .navbar-form .checkbox label, .navbar-form .radio label { - padding-left: 0; } - .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] { - position: relative; - margin-left: 0; } - .navbar-form .has-feedback .form-control-feedback { - top: 0; } } - -@media (max-width: 767px) { - .navbar-form .form-group { - margin-bottom: 5px; } - .navbar-form .form-group:last-child { - margin-bottom: 0; } } - -@media (min-width: 768px) { - .navbar-form { - width: auto; - 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-left-radius: 0; - border-top-right-radius: 0; } - -.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { - margin-bottom: 0; - border-top-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; } - -.navbar-btn { - margin-top: 8px; - margin-bottom: 8px; } - -.navbar-btn.btn-sm { - margin-top: 10px; - margin-bottom: 10px; } - -.navbar-btn.btn-xs { - margin-top: 14px; - margin-bottom: 14px; } - -.navbar-text { - margin-top: 15px; - margin-bottom: 15px; } - -@media (min-width: 768px) { - .navbar-text { - float: left; - margin-right: 15px; - margin-left: 15px; } } - -@media (min-width: 768px) { - .navbar-left { - float: left !important; } - .navbar-right { - float: right !important; - margin-right: -15px; } - .navbar-right ~ .navbar-right { - margin-right: 0; } } - -.navbar-default { - background-color: #f8f8f8; - border-color: #e7e7e7; } - -.navbar-default .navbar-brand { - color: #777; } - -.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover { - 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:focus, .navbar-default .navbar-nav > li > a:hover { - color: #333; - background-color: transparent; } - -.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { - color: #555; - background-color: #e7e7e7; } - -.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover { - color: #ccc; - background-color: transparent; } - -.navbar-default .navbar-toggle { - border-color: #ddd; } - -.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { - background-color: #ddd; } - -.navbar-default .navbar-toggle .icon-bar { - background-color: #888; } - -.navbar-default .navbar-collapse, .navbar-default .navbar-form { - border-color: #e7e7e7; } - -.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { - color: #555; - background-color: #e7e7e7; } - -@media (max-width: 767px) { - .navbar-default .navbar-nav .open .dropdown-menu > li > a { - color: #777; } - .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover { - color: #333; - background-color: transparent; } - .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover { - color: #555; - background-color: #e7e7e7; } - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover { - color: #ccc; - background-color: transparent; } } - -.navbar-default .navbar-link { - color: #777; } - -.navbar-default .navbar-link:hover { - color: #333; } - -.navbar-default .btn-link { - color: #777; } - -.navbar-default .btn-link:focus, .navbar-default .btn-link:hover { - color: #333; } - -.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover { - color: #ccc; } - -.navbar-inverse { - background-color: #222; - border-color: #080808; } - -.navbar-inverse .navbar-brand { - color: #9d9d9d; } - -.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover { - color: #fff; - background-color: transparent; } - -.navbar-inverse .navbar-text { - color: #9d9d9d; } - -.navbar-inverse .navbar-nav > li > a { - color: #9d9d9d; } - -.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover { - color: #fff; - background-color: transparent; } - -.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover { - color: #fff; - background-color: #080808; } - -.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover { - color: #444; - background-color: transparent; } - -.navbar-inverse .navbar-toggle { - border-color: #333; } - -.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover { - 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:focus, .navbar-inverse .navbar-nav > .open > a:hover { - color: #fff; - background-color: #080808; } - -@media (max-width: 767px) { - .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { - border-color: #080808; } - .navbar-inverse .navbar-nav .open .dropdown-menu .divider { - background-color: #080808; } - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { - color: #9d9d9d; } - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover { - color: #fff; - background-color: transparent; } - .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover { - color: #fff; - background-color: #080808; } - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover { - color: #444; - background-color: transparent; } } - -.navbar-inverse .navbar-link { - color: #9d9d9d; } - -.navbar-inverse .navbar-link:hover { - color: #fff; } - -.navbar-inverse .btn-link { - color: #9d9d9d; } - -.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover { - color: #fff; } - -.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover { - color: #444; } - -.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: #777; } - -.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.42857143; - text-decoration: none; } - -.pagination > li:first-child > a, .pagination > li:first-child > span { - margin-left: 0; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; } - -.pagination > li:last-child > a, .pagination > li:last-child > span { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; } - -.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { - z-index: 2; - cursor: default; } - -.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover { - cursor: not-allowed; } - -.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-top-left-radius: 6px; - border-bottom-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-top-left-radius: 3px; - border-bottom-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 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:focus, .pager li > a:hover { - 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:focus, .pager .disabled > a:hover, .pager .disabled > span { - color: #777; - cursor: not-allowed; - background-color: #fff; } - -.label { - display: inline; - /* padding: .2em .6em .3em; */ - font-size: 75%; - /* font-weight: 700;*/ - line-height: 1; - /* color: #fff;*/ - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: .25em; } - -a.label:focus, a.label:hover { - color: #fff; - text-decoration: none; - cursor: pointer; } - -.label:empty { - display: none; } - -.btn .label { - position: relative; - top: -1px; } - -.label-default { - background-color: #777; } - -.label-default[href]:focus, .label-default[href]:hover { - background-color: #5e5e5e; } - -.label-primary { - background-color: #337ab7; } - -.label-primary[href]:focus, .label-primary[href]:hover { - background-color: #286090; } - -.label-success { - background-color: #5cb85c; } - -.label-success[href]:focus, .label-success[href]:hover { - background-color: #449d44; } - -.label-info { - background-color: #5bc0de; } - -.label-info[href]:focus, .label-info[href]:hover { - background-color: #31b0d5; } - -.label-warning { - background-color: #f0ad4e; } - -.label-warning[href]:focus, .label-warning[href]:hover { - background-color: #ec971f; } - -.label-danger { - background-color: #d9534f; } - -.label-danger[href]:focus, .label-danger[href]:hover { - background-color: #c9302c; } - -.badge { - display: inline-block; - min-width: 10px; - padding: 3px 7px; - font-size: 12px; - font-weight: 700; - line-height: 1; - color: #fff; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - background-color: #777; - border-radius: 10px; } - -.badge:empty { - display: none; } - -.btn .badge { - position: relative; - top: -1px; } - -.btn-xs .badge { - top: 0; - padding: 1px 5px; } - -a.badge:focus, a.badge:hover { - color: #fff; - text-decoration: none; - cursor: pointer; } - -.list-group-item.active > .badge, .nav-pills > .active > a > .badge { - color: #337ab7; - background-color: #fff; } - -.list-group-item > .badge { - float: right; } - -.list-group-item > .badge + .badge { - margin-right: 5px; } - -.nav-pills > li > a > .badge { - margin-left: 3px; } - -.jumbotron { - padding: 30px 15px; - margin-bottom: 30px; - color: inherit; - background-color: #eee; } - -.jumbotron .h1, .jumbotron h1 { - color: inherit; } - -.jumbotron p { - margin-bottom: 15px; - font-size: 21px; - font-weight: 200; } - -.jumbotron > hr { - border-top-color: #d5d5d5; } - -.container .jumbotron, .container-fluid .jumbotron { - border-radius: 6px; } - -.jumbotron .container { - max-width: 100%; } - -@media screen and (min-width: 768px) { - .jumbotron { - padding: 48px 0; } - .container .jumbotron, .container-fluid .jumbotron { - padding-right: 60px; - padding-left: 60px; } - .jumbotron .h1, .jumbotron h1 { - font-size: 63px; } } - -.thumbnail { - display: block; - padding: 4px; - margin-bottom: 20px; - line-height: 1.42857143; - background-color: #fff; - border: 1px solid #ddd; - border-radius: 4px; - -webkit-transition: border 0.2s ease-in-out; - -o-transition: border 0.2s ease-in-out; - transition: border 0.2s ease-in-out; } - -.thumbnail a > img, .thumbnail > img { - margin-right: auto; - margin-left: auto; } - -a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover { - border-color: #337ab7; } - -.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: 700; } - -.alert > p, .alert > ul { - margin-bottom: 0; } - -.alert > p + p { - margin-top: 5px; } - -.alert-dismissable, .alert-dismissible { - padding-right: 35px; } - -.alert-dismissable .close, .alert-dismissible .close { - position: relative; - top: -2px; - right: -21px; - color: inherit; } - -.alert-success { - color: #3c763d; - background-color: #dff0d8; - border-color: #d6e9c6; } - -.alert-success hr { - border-top-color: #c9e2b3; } - -.alert-success .alert-link { - color: #2b542c; } - -.alert-info { - color: #31708f; - background-color: #d9edf7; - border-color: #bce8f1; } - -.alert-info hr { - border-top-color: #a6e1ec; } - -.alert-info .alert-link { - color: #245269; } - -.alert-warning { - color: #8a6d3b; - background-color: #fcf8e3; - border-color: #faebcc; } - -.alert-warning hr { - border-top-color: #f7e1b5; } - -.alert-warning .alert-link { - color: #66512c; } - -.alert-danger { - color: #a94442; - background-color: #f2dede; - border-color: #ebccd1; } - -.alert-danger hr { - border-top-color: #e4b9c0; } - -.alert-danger .alert-link { - color: #843534; } - -@-webkit-keyframes progress-bar-stripes { - from { - background-position: 40px 0; } - to { - background-position: 0 0; } } - -@-o-keyframes progress-bar-stripes { - from { - background-position: 40px 0; } - to { - background-position: 0 0; } } - -@keyframes progress-bar-stripes { - from { - background-position: 40px 0; } - to { - background-position: 0 0; } } - -.progress { - 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: #337ab7; - -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - -webkit-transition: width 0.6s ease; - -o-transition: width 0.6s ease; - transition: width 0.6s ease; } - -.progress-bar-striped, .progress-striped .progress-bar { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - -webkit-background-size: 40px 40px; - background-size: 40px 40px; } - -.progress-bar.active, .progress.active .progress-bar { - -webkit-animation: progress-bar-stripes 2s linear infinite; - -o-animation: progress-bar-stripes 2s linear infinite; - animation: progress-bar-stripes 2s linear infinite; } - -.progress-bar-success { - background-color: #5cb85c; } - -.progress-striped .progress-bar-success { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } - -.progress-bar-info { - background-color: #5bc0de; } - -.progress-striped .progress-bar-info { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } - -.progress-bar-warning { - background-color: #f0ad4e; } - -.progress-striped .progress-bar-warning { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } - -.progress-bar-danger { - background-color: #d9534f; } - -.progress-striped .progress-bar-danger { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } - -.media { - margin-top: 15px; } - -.media:first-child { - margin-top: 0; } - -.media, .media-body { - overflow: hidden; - zoom: 1; } - -.media-body { - width: 10000px; } - -.media-object { - display: block; } - -.media-right, .media > .pull-right { - padding-left: 10px; } - -.media-left, .media > .pull-left { - padding-right: 10px; } - -.media-body, .media-left, .media-right { - display: table-cell; - vertical-align: top; } - -.media-middle { - vertical-align: middle; } - -.media-bottom { - vertical-align: bottom; } - -.media-heading { - margin-top: 0; - margin-bottom: 5px; } - -.media-list { - padding-left: 0; - list-style: none; } - -.list-group { - 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-left-radius: 4px; - border-top-right-radius: 4px; } - -.list-group-item:last-child { - margin-bottom: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; } - -a.list-group-item { - color: #555; } - -a.list-group-item .list-group-item-heading { - color: #333; } - -a.list-group-item:focus, a.list-group-item:hover { - color: #555; - text-decoration: none; - background-color: #f5f5f5; } - -.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover { - color: #777; - cursor: not-allowed; - background-color: #eee; } - -.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading { - color: inherit; } - -.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text { - color: #777; } - -.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover { - z-index: 2; - color: #fff; - background-color: #337ab7; - border-color: #337ab7; } - -.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small { - color: inherit; } - -.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text { - color: #c7ddef; } - -.list-group-item-success { - color: #3c763d; - background-color: #dff0d8; } - -a.list-group-item-success { - color: #3c763d; } - -a.list-group-item-success .list-group-item-heading { - color: inherit; } - -a.list-group-item-success:focus, a.list-group-item-success:hover { - color: #3c763d; - background-color: #d0e9c6; } - -a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover { - color: #fff; - background-color: #3c763d; - border-color: #3c763d; } - -.list-group-item-info { - color: #31708f; - background-color: #d9edf7; } - -a.list-group-item-info { - color: #31708f; } - -a.list-group-item-info .list-group-item-heading { - color: inherit; } - -a.list-group-item-info:focus, a.list-group-item-info:hover { - color: #31708f; - background-color: #c4e3f3; } - -a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover { - color: #fff; - background-color: #31708f; - border-color: #31708f; } - -.list-group-item-warning { - color: #8a6d3b; - background-color: #fcf8e3; } - -a.list-group-item-warning { - color: #8a6d3b; } - -a.list-group-item-warning .list-group-item-heading { - color: inherit; } - -a.list-group-item-warning:focus, a.list-group-item-warning:hover { - color: #8a6d3b; - background-color: #faf2cc; } - -a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover { - color: #fff; - background-color: #8a6d3b; - border-color: #8a6d3b; } - -.list-group-item-danger { - color: #a94442; - background-color: #f2dede; } - -a.list-group-item-danger { - color: #a94442; } - -a.list-group-item-danger .list-group-item-heading { - color: inherit; } - -a.list-group-item-danger:focus, a.list-group-item-danger:hover { - color: #a94442; - background-color: #ebcccc; } - -a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover { - color: #fff; - background-color: #a94442; - border-color: #a94442; } - -.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-heading { - padding: 10px 15px; - border-bottom: 1px solid transparent; - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - -.panel-heading > .dropdown .dropdown-toggle { - color: inherit; } - -.panel-title { - margin-top: 0; - margin-bottom: 0; - font-size: 16px; - color: inherit; } - -.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > 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 > .list-group, .panel > .panel-collapse > .list-group { - margin-bottom: 0; } - -.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { - border-width: 1px 0; - border-radius: 0; } - -.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { - border-top: 0; - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - -.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { - border-bottom: 0; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; } - -.panel-heading + .list-group .list-group-item:first-child { - border-top-width: 0; } - -.list-group + .panel-footer { - border-top-width: 0; } - -.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table { - margin-bottom: 0; } - -.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption { - padding-right: 15px; - padding-left: 15px; } - -.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child { - border-top-left-radius: 3px; } - -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child { - border-top-right-radius: 3px; } - -.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child { - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; } - -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child { - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; } - -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child { - border-bottom-left-radius: 3px; } - -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child { - border-bottom-right-radius: 3px; } - -.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { - border-top: 1px solid #ddd; } - -.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th { - border-top: 0; } - -.panel > .table-bordered, .panel > .table-responsive > .table-bordered { - border: 0; } - -.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child { - border-left: 0; } - -.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child { - border-right: 0; } - -.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th { - border-bottom: 0; } - -.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { - border-bottom: 0; } - -.panel > .table-responsive { - margin-bottom: 0; - border: 0; } - -.panel-group { - margin-bottom: 20px; } - -.panel-group .panel { - margin-bottom: 0; - border-radius: 4px; } - -.panel-group .panel + .panel { - margin-top: 5px; } - -.panel-group .panel-heading { - border-bottom: 0; } - -.panel-group .panel-heading + .panel-collapse > .list-group, .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 .badge { - color: #f5f5f5; - background-color: #333; } - -.panel-default > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #ddd; } - -.panel-primary { - border-color: #337ab7; } - -.panel-primary > .panel-heading { - color: #fff; - background-color: #337ab7; - border-color: #337ab7; } - -.panel-primary > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #337ab7; } - -.panel-primary > .panel-heading .badge { - color: #337ab7; - background-color: #fff; } - -.panel-primary > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #337ab7; } - -.panel-success { - border-color: #d6e9c6; } - -.panel-success > .panel-heading { - color: #3c763d; - background-color: #dff0d8; - border-color: #d6e9c6; } - -.panel-success > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #d6e9c6; } - -.panel-success > .panel-heading .badge { - color: #dff0d8; - background-color: #3c763d; } - -.panel-success > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #d6e9c6; } - -.panel-info { - border-color: #bce8f1; } - -.panel-info > .panel-heading { - color: #31708f; - background-color: #d9edf7; - border-color: #bce8f1; } - -.panel-info > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #bce8f1; } - -.panel-info > .panel-heading .badge { - color: #d9edf7; - background-color: #31708f; } - -.panel-info > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #bce8f1; } - -.panel-warning { - border-color: #faebcc; } - -.panel-warning > .panel-heading { - color: #8a6d3b; - background-color: #fcf8e3; - border-color: #faebcc; } - -.panel-warning > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #faebcc; } - -.panel-warning > .panel-heading .badge { - color: #fcf8e3; - background-color: #8a6d3b; } - -.panel-warning > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #faebcc; } - -.panel-danger { - border-color: #ebccd1; } - -.panel-danger > .panel-heading { - color: #a94442; - background-color: #f2dede; - border-color: #ebccd1; } - -.panel-danger > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #ebccd1; } - -.panel-danger > .panel-heading .badge { - color: #f2dede; - background-color: #a94442; } - -.panel-danger > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #ebccd1; } - -.embed-responsive { - position: relative; - display: block; - height: 0; - padding: 0; - overflow: hidden; } - -.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video { - position: absolute; - top: 0; - bottom: 0; - left: 0; - width: 100%; - height: 100%; - border: 0; } - -.embed-responsive.embed-responsive-16by9 { - padding-bottom: 56.25%; } - -.embed-responsive.embed-responsive-4by3 { - padding-bottom: 75%; } - -.well { - min-height: 20px; - padding: 19px; - margin-bottom: 20px; - background-color: #f5f5f5; - border: 1px solid #e3e3e3; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } - -.well blockquote { - border-color: #ddd; - border-color: rgba(0, 0, 0, 0.15); } - -.well-lg { - padding: 24px; - border-radius: 6px; } - -.well-sm { - padding: 9px; - border-radius: 3px; } - -.close { - float: right; - font-size: 21px; - font-weight: 700; - line-height: 1; - color: #000; - text-shadow: 0 1px 0 #fff; - filter: alpha(opacity=20); - opacity: .2; } - -.close:focus, .close:hover { - color: #000; - text-decoration: none; - cursor: pointer; - filter: alpha(opacity=50); - opacity: .5; } - -button.close { - -webkit-appearance: none; - padding: 0; - cursor: pointer; - background: 0 0; - border: 0; } - -.modal-open { - overflow: hidden; } - -.modal { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1040; - display: none; - overflow: hidden; - -webkit-overflow-scrolling: touch; - outline: 0; } - -.modal.fade .modal-dialog { - -webkit-transition: -webkit-transform 0.3s ease-out; - -o-transition: -o-transform 0.3s ease-out; - transition: transform 0.3s ease-out; - -webkit-transform: translate(0, -25%); - -ms-transform: translate(0, -25%); - -o-transform: translate(0, -25%); - transform: translate(0, -25%); } - -.modal.in .modal-dialog { - -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); - -o-transform: translate(0, 0); - transform: translate(0, 0); } - -.modal-open .modal { - overflow-x: hidden; - overflow-y: auto; } - -.modal-dialog { - position: relative; - width: auto; - margin: 10px; } - -.modal-content { - position: relative; - background-color: #fff; - -webkit-background-clip: padding-box; - background-clip: padding-box; - 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); } - -.modal-backdrop { - position: absolute; - top: 0; - right: 0; - left: 0; - background-color: #000; } - -.modal-backdrop.fade { - filter: alpha(opacity=0); - opacity: 0; } - -.modal-backdrop.in { - filter: alpha(opacity=50); - opacity: .5; } - -.modal-header { - min-height: 16.43px; - padding: 15px; - border-bottom: 1px solid #e5e5e5; } - -.modal-header .close { - margin-top: -2px; } - -.modal-title { - margin: 0; - line-height: 1.42857143; } - -.modal-body { - position: relative; - padding: 15px; } - -.modal-footer { - padding: 15px; - text-align: right; - border-top: 1px solid #e5e5e5; } - -.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; } - -.modal-scrollbar-measure { - position: absolute; - top: -9999px; - width: 50px; - height: 50px; - overflow: scroll; } - -@media (min-width: 768px) { - .modal-dialog { - width: 600px; - margin: 30px auto; } - .modal-content { - -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); - box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } - .modal-sm { - width: 300px; } } - -@media (min-width: 992px) { - .modal-lg { - width: 900px; } } - -.tooltip { - position: absolute; - z-index: 1070; - display: block; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 12px; - font-weight: 400; - line-height: 1.4; - visibility: visible; - filter: alpha(opacity=0); - opacity: 0; } - -.tooltip.in { - filter: alpha(opacity=90); - opacity: .9; } - -.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-width: 5px 5px 0; - border-top-color: #000; } - -.tooltip.top-left .tooltip-arrow { - right: 5px; - bottom: 0; - margin-bottom: -5px; - border-width: 5px 5px 0; - border-top-color: #000; } - -.tooltip.top-right .tooltip-arrow { - bottom: 0; - left: 5px; - margin-bottom: -5px; - border-width: 5px 5px 0; - border-top-color: #000; } - -.tooltip.right .tooltip-arrow { - top: 50%; - left: 0; - margin-top: -5px; - border-width: 5px 5px 5px 0; - border-right-color: #000; } - -.tooltip.left .tooltip-arrow { - top: 50%; - right: 0; - margin-top: -5px; - border-width: 5px 0 5px 5px; - border-left-color: #000; } - -.tooltip.bottom .tooltip-arrow { - top: 0; - left: 50%; - margin-left: -5px; - border-width: 0 5px 5px; - border-bottom-color: #000; } - -.tooltip.bottom-left .tooltip-arrow { - top: 0; - right: 5px; - margin-top: -5px; - border-width: 0 5px 5px; - border-bottom-color: #000; } - -.tooltip.bottom-right .tooltip-arrow { - top: 0; - left: 5px; - margin-top: -5px; - border-width: 0 5px 5px; - border-bottom-color: #000; } - -.popover { - position: absolute; - top: 0; - left: 0; - z-index: 1060; - display: none; - max-width: 276px; - padding: 1px; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 14px; - font-weight: 400; - line-height: 1.42857143; - text-align: left; - white-space: normal; - background-color: #fff; - -webkit-background-clip: padding-box; - background-clip: padding-box; - border: 1px solid #ccc; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 6px; - -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } - -.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; - 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 { - content: ""; - border-width: 10px; } - -.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; - content: " "; - border-top-color: #fff; - border-bottom-width: 0; } - -.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; - content: " "; - border-right-color: #fff; - border-left-width: 0; } - -.popover.bottom > .arrow { - top: -11px; - left: 50%; - margin-left: -11px; - border-top-width: 0; - border-bottom-color: #999; - border-bottom-color: rgba(0, 0, 0, 0.25); } - -.popover.bottom > .arrow:after { - top: 1px; - margin-left: -10px; - content: " "; - border-top-width: 0; - border-bottom-color: #fff; } - -.popover.left > .arrow { - top: 50%; - right: -11px; - margin-top: -11px; - border-right-width: 0; - border-left-color: #999; - border-left-color: rgba(0, 0, 0, 0.25); } - -.popover.left > .arrow:after { - right: 1px; - bottom: -10px; - content: " "; - border-right-width: 0; - border-left-color: #fff; } - -.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; - -o-transition: .6s ease-in-out left; - transition: .6s ease-in-out left; } - -.carousel-inner > .item > a > img, .carousel-inner > .item > img { - line-height: 1; } - -@media all and (transform-3d), (-webkit-transform-3d) { - .carousel-inner > .item { - -webkit-transition: -webkit-transform 0.6s ease-in-out; - -o-transition: -o-transform 0.6s ease-in-out; - transition: transform 0.6s ease-in-out; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-perspective: 1000; - perspective: 1000; } - .carousel-inner > .item.active.right, .carousel-inner > .item.next { - left: 0; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); } - .carousel-inner > .item.active.left, .carousel-inner > .item.prev { - left: 0; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); } - .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right { - left: 0; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); } } - -.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { - display: block; } - -.carousel-inner > .active { - left: 0; } - -.carousel-inner > .next, .carousel-inner > .prev { - position: absolute; - top: 0; - width: 100%; } - -.carousel-inner > .next { - left: 100%; } - -.carousel-inner > .prev { - left: -100%; } - -.carousel-inner > .next.left, .carousel-inner > .prev.right { - left: 0; } - -.carousel-inner > .active.left { - left: -100%; } - -.carousel-inner > .active.right { - left: 100%; } - -.carousel-control { - position: absolute; - top: 0; - 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); - filter: alpha(opacity=50); - opacity: .5; } - -.carousel-control.left { - background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); - background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); - background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); - background-repeat: repeat-x; } - -.carousel-control.right { - right: 0; - left: auto; - background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); - background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); - background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); - background-repeat: repeat-x; } - -.carousel-control:focus, .carousel-control:hover { - color: #fff; - text-decoration: none; - filter: alpha(opacity=90); - outline: 0; - opacity: .9; } - -.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { - position: absolute; - top: 50%; - z-index: 5; - display: inline-block; } - -.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { - left: 50%; - margin-left: -10px; } - -.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { - right: 50%; - margin-right: -10px; } - -.carousel-control .icon-next, .carousel-control .icon-prev { - width: 20px; - height: 20px; - margin-top: -10px; - font-family: serif; - line-height: 1; } - -.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: transparent; - 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 .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { - width: 30px; - height: 30px; - margin-top: -15px; - font-size: 30px; } - .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { - margin-left: -15px; } - .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { - margin-right: -15px; } - .carousel-caption { - right: 20%; - left: 20%; - padding-bottom: 30px; } - .carousel-indicators { - bottom: 20px; } } - -.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before { - display: table; - content: " "; } - -.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after { - clear: both; } - -.center-block { - display: block; - margin-right: auto; - margin-left: auto; } - -.pull-right { - float: right !important; } - -.pull-left { - float: left !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-lg, .visible-md, .visible-sm, .visible-xs { - display: none !important; } - -.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block { - display: none !important; } - -@media (max-width: 767px) { - .visible-xs { - display: block !important; } - table.visible-xs { - display: table; } - tr.visible-xs { - display: table-row !important; } - td.visible-xs, th.visible-xs { - display: table-cell !important; } } - -@media (max-width: 767px) { - .visible-xs-block { - display: block !important; } } - -@media (max-width: 767px) { - .visible-xs-inline { - display: inline !important; } } - -@media (max-width: 767px) { - .visible-xs-inline-block { - display: inline-block !important; } } - -@media (min-width: 768px) and (max-width: 991px) { - .visible-sm { - display: block !important; } - table.visible-sm { - display: table; } - tr.visible-sm { - display: table-row !important; } - td.visible-sm, th.visible-sm { - display: table-cell !important; } } - -@media (min-width: 768px) and (max-width: 991px) { - .visible-sm-block { - display: block !important; } } - -@media (min-width: 768px) and (max-width: 991px) { - .visible-sm-inline { - display: inline !important; } } - -@media (min-width: 768px) and (max-width: 991px) { - .visible-sm-inline-block { - display: inline-block !important; } } - -@media (min-width: 992px) and (max-width: 1199px) { - .visible-md { - display: block !important; } - table.visible-md { - display: table; } - tr.visible-md { - display: table-row !important; } - td.visible-md, th.visible-md { - display: table-cell !important; } } - -@media (min-width: 992px) and (max-width: 1199px) { - .visible-md-block { - display: block !important; } } - -@media (min-width: 992px) and (max-width: 1199px) { - .visible-md-inline { - display: inline !important; } } - -@media (min-width: 992px) and (max-width: 1199px) { - .visible-md-inline-block { - display: inline-block !important; } } - -@media (min-width: 1200px) { - .visible-lg { - display: block !important; } - table.visible-lg { - display: table; } - tr.visible-lg { - display: table-row !important; } - td.visible-lg, th.visible-lg { - display: table-cell !important; } } - -@media (min-width: 1200px) { - .visible-lg-block { - display: block !important; } } - -@media (min-width: 1200px) { - .visible-lg-inline { - display: inline !important; } } - -@media (min-width: 1200px) { - .visible-lg-inline-block { - display: inline-block !important; } } - -@media (max-width: 767px) { - .hidden-xs { - display: none !important; } } - -@media (min-width: 768px) and (max-width: 991px) { - .hidden-sm { - display: none !important; } } - -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-md { - display: none !important; } } - -@media (min-width: 1200px) { - .hidden-lg { - display: none !important; } } - -.visible-print { - display: none !important; } - -@media print { - .visible-print { - display: block !important; } - table.visible-print { - display: table; } - tr.visible-print { - display: table-row !important; } - td.visible-print, th.visible-print { - display: table-cell !important; } } - -.visible-print-block { - display: none !important; } - -@media print { - .visible-print-block { - display: block !important; } } - -.visible-print-inline { - display: none !important; } - -@media print { - .visible-print-inline { - display: inline !important; } } - -.visible-print-inline-block { - display: none !important; } - -@media print { - .visible-print-inline-block { - display: inline-block !important; } } - -@media print { - .hidden-print { - display: none !important; } } - -/* Private */ -/* Variables */ -/* Precision rounding function */ -/* Scale */ -/* Prefix */ -/* Value Prefix*/ -/* Font size */ -/* Box sizing */ -/* Borders & Shadows */ -/* Opacity */ -/* Ellipsis */ -/* Vertical placement of multuple lines of text */ -/* transform-rotate */ -/* transform-scale */ -/**/ -/* Clearfix */ -/* Bottom positioning */ -/* Fonts */ -@font-face { - font-family: SourceSanPro-Light; - src: url("../fonts/SourceSansPro-Light.otf"); } - -@font-face { - font-family: SourceSanPro-Regular; - src: url("../fonts/SourceSansPro-Regular.otf"); } - -@font-face { - font-family: SourceSanPro-Semibold; - src: url("../fonts/SourceSansPro-Semibold.otf"); } - -.nfv-heading-1, .nfv-header .header-content-wrapper .header-title .main-title, .nfv-header .header-content-wrapper .header-title .version-select, .service-overview-tab .service-metrics .service-metric .metric-details .metric-value { - font-family: "SourceSanPro-Light"; - font-size: 32px; } - -.nfv-heading-2, .nfv-wizard-header .wizard .nfv-wizard-steps .wizard-step .step-item, .launch-service-wizard .nfv-wizard-content .select-service-title, .launch-service-wizard .nfv-wizard-content .launch-service-title, .launch-service-wizard .nfv-wizard-content .parameters-service-title, .service-overview-tab .service-detailed-info .service-tasks .list-header, .service-overview-tab .service-detailed-info .service-events .list-header, .service-overview-tab .service-detailed-info .service-performance .services-performance-header, .nfv-landing-page .landing-page-view h2 { - font-family: "SourceSanPro-Light"; - font-size: 27px; } - -.nfv-heading-3 { - font-family: "SourceSanPro-Light"; - font-size: 25px; } - -.nfv-heading-4, .service-attributes .form-container .form-element--label, .modify-service-wizard .impact-view .impact-view-title { - font-family: "SourceSanPro-Regular"; - font-size: 22px; } - -.nfv-body-1, .ui-dialog[role="dialog"] .ui-dialog-titlebar .ui-dialog-title, .nfv-header .header-content-wrapper .header-title .version-select select, .nfv-wizard-header .wizard .nfv-wizard-steps .wizard-step .step-title, .nfv-tabpanel .nfv-tabs-v1 .ui-state-default .ui-tabs-anchor, .nfv-tabpanel .nfv-tabs-v1 .ui-state-default.ui-state-active .ui-tabs-anchor, .nfv-tabpanel .nfv-tabs-v2 .ui-state-default .ui-tabs-anchor, .nfv-tabpanel .nfv-tabs-v2 .ui-state-default.ui-state-active .ui-tabs-anchor, .nfv-tabpanel .nfv-tabs-v3 .ui-state-default .ui-tabs-anchor, .nfv-tabpanel .nfv-tabs-v3 .ui-state-default.ui-state-active .ui-tabs-anchor, .nfv-tabpanel .nfv-tabs .ui-state-default .ui-tabs-anchor, .nfv-tabpanel .nfv-tabs .ui-state-default.ui-state-active .ui-tabs-anchor, body.theme2 .nfv-tabs-v3 .ui-state-default .ui-tabs-anchor, body.theme2 .nfv-tabs-v3 .ui-state-default.ui-state-active .ui-tabs-anchor, .notification .notification-header, .notification .notification-content .notification-main, .service-overview-tab .service-metrics .service-metric .metric-details .desc, .service-overview-tab .service-detailed-info .service-tasks .task-list-item .task-message, .service-overview-tab .service-detailed-info .service-events .event-list-item .event-item-content .event-message, .nfv-landing-page .landing-page-view .lists-box .events ul > li time, .nfv-landing-page .landing-page-view .lists-box .services ul > li > h3 { - font-family: "SourceSanPro-Regular"; - font-size: 15px; } - -.nfv-body-2, .nfv-header .tasks-notifications-container .notifications-popup .notifications-popup-header, .nfv-button-link .uxf-button .ui-button-text, .nfv-button-link.ui-button-text-only .ui-button-text, .LS-error, .nfv-wizard-header .wizard .nfv-wizard-steps .wizard-step.active .step-title, .nfv-balloon .balloon-header .balloon-title, .network-topology-view .right-pane-controller .header .node-attributes-title, .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .node-attribute-list-item:first-child .node-attribute, .network-topology-view .right-pane-controller .node-attributes .nfv-collapsible-item .nfv-collapsible-content .kpi-item .kpi-item-value, .network-topology-view .right-pane-controller .node-attributes .nfv-collapsible-item .nfv-collapsible-content .kpi-item .kpi-item-name, body.theme2 .network-topology-view .right-pane-controller .node-attributes .nfv-collapsible-item .nfv-collapsible-content .kpi-item .kpi-item-value, body.theme2 .network-topology-view .right-pane-controller .node-attributes .nfv-collapsible-item .nfv-collapsible-content .kpi-item .kpi-item-name, .service-overview-tab .service-metrics .service-status .service-details .status, .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item, .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceTitles .serviceName, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceTitles .serviceName, .system-tasks .task-details-container .task-details-header, .tasks-notifications-container .task-details-container .task-details-header, .system-tasks .task-details-container .task-details-header .serviceTitles .serviceName, .tasks-notifications-container .task-details-container .task-details-header .serviceTitles .serviceName { - font-family: "SourceSanPro-Semibold"; - font-size: 15px; } - -.nfv-body-3, input, .nfv-header .header-content-wrapper .header-title .sub-title, .ui-state-default.ui-button .ui-button-text, -.ui-widget-content .ui-state-default.ui-button .ui-button-text, -.ui-widget-header .ui-state-default.ui-button .ui-button-text, .nfv-link, .uxf-selectinput select, .form-element select, .nfv-balloon .balloon-content .node-attribute, .network-graph .element.nfvo .label, .tree-graph .node text, .nfv-pagination a, .uxf-pagination a, .notification .notification-content .notification-secondary, .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .node-attribute-list-item .node-attribute, .service-attributes .form-element .form-element--label, .service-attributes .form-element .form-element--error-message, .launch-service-wizard .nfv-wizard-content .service-list-item .service-name .service-version, .service-overview-tab .service-metrics .service-status .service-details .service-times, .service-overview-tab .service-detailed-info .service-tasks .list-header .recent-notice, .service-overview-tab .service-detailed-info .service-events .list-header .recent-notice, .service-overview-tab .service-detailed-info .service-tasks .task-list-item .task-time .due, body.theme2 .service-overview-tab .service-detailed-info .service-tasks .task-list-item .task-time .due, .system-tasks .tasks-list-container .filters, .tasks-notifications-container .tasks-list-container .filters, .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceTitles .customer, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceTitles .customer, .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview, .system-tasks .task-details-container .task-details-header .serviceTitles .customer, .tasks-notifications-container .task-details-container .task-details-header .serviceTitles .customer, .system-tasks .task-details-container .task-details-header .dueDateGroup, .tasks-notifications-container .task-details-container .task-details-header .dueDateGroup, .system-tasks .task-details-container .task-details-header .description, .tasks-notifications-container .task-details-container .task-details-header .description, .nfv-landing-page .landing-page-view h2 .see-all-link span, .nfv-landing-page .landing-page-view .lists-box .events ul > li .event-message p, .nfv-landing-page .landing-page-view .lists-box .events ul > li .machine-id, .nfv-landing-page .landing-page-view .lists-box .services ul > li > label, .nfv-landing-page .landing-page-view .lists-box .services ul > li > time { - font-family: "SourceSanPro-Regular"; - font-size: 13px; } - -.nfv-body-4, .nfv-header .tasks-notifications-container .notifications-popup .notifications-popup-user-menu .version-and-build, .service-attributes .form-element input, .service-attributes .form-element select, .service-overview-tab .service-detailed-info .service-tasks .see-all-link, .service-overview-tab .service-detailed-info .service-events .see-all-link, .service-overview-tab .service-detailed-info .service-tasks .task-list-item .task-time .time, .service-overview-tab .service-detailed-info .service-events .event-list-item .event-item-content .event-item-data .event-time { - font-family: "SourceSanPro-Semibold"; - font-size: 13px; } - -.nfv-body-5, .tree-graph .node text.sub-title, .color-legend .statuses .legend, .color-legend .states .legend, .color-legend .statuses .new, .color-legend .states .new, .network-topology-view .right-pane-controller .kpi-graph .header .node-attributes-title, .network-topology-view .right-pane-controller .kpi-graph .header .toggle, .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview .action-taken .label, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview .action-taken .label, .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceParams .label, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceParams .label { - font-family: "SourceSanPro-Regular"; - font-size: 11px; } - -.nfv-body-6, .network-graph .element.nfvo .port > .port-label, .color-legend .statuses .title, .color-legend .states .title, .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview .action-taken .value, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview .action-taken .value, .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceParams .value, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceParams .value { - font-family: "SourceSanPro-Semibold"; - font-size: 11px; } - -/* light theme */ -/* Textures */ -/* Dimensions */ -/* Dimensions */ -.ui-state-disabled { - pointer-events: none; } - -.ui-icon { - display: inline-block; } - -.ui-widget-content { - background: #ffffff; - color: #1a2531; - border: none; } - .ui-widget-content a { - color: #419ef1; } - -.uxf-progressbar { - color: #ffffff; - height: 20px; - margin: 5px 0; } - .uxf-progressbar > div[data-uxf-point="remaining"] { - background: #ffffff; - border: none; - -webkit-box-shadow: inset 0 1px 2px 1px #ffffff; - -moz-box-shadow: inset 0 1px 2px 1px #ffffff; - box-shadow: inset 0 1px 2px 1px #ffffff; } - .uxf-progressbar > div[data-uxf-point="progress"] { - border: none; } - .uxf-progressbar .nfv-normal { - background: #1a2531; } - .uxf-progressbar .nfv-critical { - background: #e65353; } - .uxf-progressbar .progress-text { - line-height: 30px; - text-align: center; - color: #ffffff; } - -.nfv-white-bg.uxf-progressbar > div[data-uxf-point="remaining"] { - background: #ffffff; - border: none; } - -.ui-tabs { - margin: 0; - padding: 0; } - .ui-tabs .ui-tabs-nav { - padding: 0; - margin: 0; } - .ui-tabs .ui-tabs-panel { - padding: 0; - margin: 0; } - -.ui-accordion .ui-accordion-content { - padding: 0; - margin: 0; } - -.ui-helper-reset { - line-height: 1.25; } - -.ui-widget { - font-size: 100%; - font-family: "SourceSanPro-Regular"; } - .ui-widget input { - font-family: "SourceSanPro-Regular"; } - .ui-widget select { - font-family: "SourceSanPro-Regular"; } - -.ui-dialog[role="dialog"] { - left: 50%; - min-width: 400px; - top: 50%; - transform: translate(-50%, -50%); - z-index: 1002; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; } - @media only screen and (min-width: 1224px) { - .ui-dialog[role="dialog"] { - min-width: 500px; } } - .ui-dialog[role="dialog"] .ui-dialog-titlebar { - background: #ecf1f5; - color: #253244; - padding: 0.5em 1em; } - .ui-dialog[role="dialog"] .ui-dialog-titlebar .ui-dialog-title { - text-align: left; - font-weight: normal; } - .ui-dialog[role="dialog"] .ui-dialog-titlebar .ui-button { - display: none; } - .ui-dialog[role="dialog"] .ui-dialog-content { - padding: 20px 30px; - background: #ffffff; } - .ui-dialog[role="dialog"] .ui-dialog-buttonpane { - padding: 0; - margin: 0; } - .ui-dialog[role="dialog"] .ui-dialog-buttonpane button.ui-button { - min-width: 75px; - padding: 0; } - .ui-dialog[role="dialog"] .ui-dialog-buttonpane button.ui-button .ui-button-text { - padding: 3px 0; } - -.ui-widget-overlay { - background: rgba(26, 37, 49, 0.5); - opacity: 1; - filter: alpha(opacity = 100); - z-index: 1001; - position: fixed; } - -.ui-datepicker { - border: 1px solid #ffffff; } - .ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-header { - color: #b9bab5; - background: #232323; } - .ui-datepicker .ui-state-highlight { - border: none; - background: #ffffff; - color: #e65353; } - -.ui-dialog-titlebar .ui-state-default.ui-button { - box-shadow: none; - background: transparent; - border: 0px; - border-radius: 0px; } - -.ui-dialog-titlebar .ui-state-default.ui-state-hover { - border: none; - background: #413a35 url(images/ui-bg_glass_0_413a35_1x400.png) 50% 50% repeat-x; - border-radius: 4px; } - -.ui-tooltip { - max-width: 350px; } - -body.theme2 .ui-widget-content { - background: #232323; - color: #b9bab5; - border: none; } - body.theme2 .ui-widget-content a { - color: #f4f6f1; } - -body.theme2 .uxf-progressbar { - color: #f4f6f1; } - body.theme2 .uxf-progressbar > div[data-uxf-point="remaining"] { - background: #333; } - body.theme2 .uxf-progressbar .nfv-normal { - background: #1a2531; } - body.theme2 .uxf-progressbar .nfv-critical { - background: #ff7c54; } - body.theme2 .uxf-progressbar .progress-text { - color: #f4f6f1; } - -body.theme2 .nfv-white-bg.uxf-progressbar > div[data-uxf-point="remaining"] { - background: #232323; } - -body.theme2 .ui-dialog .ui-widget-content { - background: #333; } - -body.theme2 .ui-dialog .ui-dialog-titlebar { - color: #8ccdf5; - background: #232323; } - -body.theme2 .ui-dialog .ui-dialog-content { - background: #333; } - -body.theme2 .ui-widget-overlay { - background: rgba(185, 186, 181, 0.3); } - -body.theme2 .ui-datepicker { - border: 1px solid #333; } - body.theme2 .ui-datepicker .ui-state-default, body.theme2 .ui-datepicker .ui-widget-header { - color: #b9bab5; - background: #232323; } - body.theme2 .ui-datepicker .ui-state-highlight { - border: none; - background: #232323; - color: #ff7c54; } - -body.theme2 .ui-dialog-titlebar .ui-state-default.ui-state-hover { - border: none; - background: #413a35 url(images/ui-bg_glass_0_413a35_1x400.png) 50% 50% repeat-x; - border-radius: 4px; } - -/* PX fallback for browsers that do not support REM units. */ -html { - font-size: 100%; } - -body { - font-weight: normal; - line-height: 1.25; - font-family: "SourceSanPro-Regular"; - background-color: #ffffff; - color: #1a2531; - /* scrollbar styling for Internet Explorer */ - scrollbar-face-color: #ff8a00; - scrollbar-track-color: #ecf1f5; - /* scrollbar styling for Google Chrome | Safari | Opera */ - /* Mozilla Firefox currently doesn't support scrollbar styling */ } - body ::-webkit-scrollbar { - width: 8px; - height: 8px; } - body ::-webkit-scrollbar-track { - background-color: transparent; - border-radius: 10px; } - body ::-webkit-scrollbar-thumb { - border-radius: 10px; - border: 1px solid #ecf1f5; - background-color: #253244; } - body.theme2 { - background-color: #232323; - color: #b9bab5; - scrollbar-face-color: #ff8a00; - scrollbar-track-color: #333; } - body.theme2 ::-webkit-scrollbar-thumb { - border: 1px solid #333; - background-color: #232323; } - -ul { - list-style: none; } - -h1, h2, h3, h4, h5, h6, ul { - margin: 0; - padding: 0; } - -input { - background: #ffffff; - border: 1px solid #445a75; - padding: 7px 10px; } - -fieldset { - border: none; } - -fieldset label { - display: inline-block; } - -.nfv-header { - background-color: #419ef1; - display: table; - height: 70px; - transition: background-color 0.4s; - width: 100%; } - .nfv-header .nfv-logo { - height: 70px; - padding: 0px 20px; - vertical-align: middle; - display: table-cell; - font-size: 20px; - white-space: nowrap; - background-color: #253244; } - .nfv-header .nfv-logo a { - color: #ffffff; } - .nfv-header .nfv-logo a:hover { - text-decoration: none; } - .nfv-header .header-content-wrapper { - display: table-cell; - vertical-align: middle; } - .nfv-header .header-content-wrapper .header-title { - display: table-cell; - vertical-align: middle; - padding-left: 30px; - color: #ffffff; - transition: color 0.4s; } - .nfv-header .header-content-wrapper .header-title .main-title { - display: inline-block; } - .nfv-header .header-content-wrapper .header-title .version-select { - display: inline-block; - margin-left: 8px; } - .nfv-header .header-content-wrapper .header-title .version-select select { - max-height: 35px; - background: transparent url("../images/images_theme_1/drop_down_down_arrow_white.png") no-repeat 100% 50%; - border: none; - min-width: initial; - padding-right: 15px; - color: inherit; - padding-left: 8px; } - .nfv-header .header-content-wrapper .header-title .version-select select option { - background-color: #419ef1; } - .nfv-header .user-details { - position: absolute; - right: 10px; - top: 25px; - width: 200px; } - .nfv-header .user-details .nfv-header-logged-user { - background-size: 30px 30px; - background-repeat: no-repeat; - color: #ffffff; - position: relative; } - .nfv-header .tasks-notifications-container { - position: absolute; - right: 220px; - top: 22px; } - .nfv-header .tasks-notifications-container .tasks-notification-icon { - color: #ffffff; - font-size: 20px; - position: absolute; - width: 25px; - height: 25px; - right: 0px; - top: 1px; - text-align: center; - cursor: pointer; } - .nfv-header .tasks-notifications-container .notification-counter { - display: table-cell; - position: relative; - float: right; - background-color: #e65353; - color: #ffffff; - border-radius: 5px; - width: 21px; - right: -11px; - top: -8px; - vertical-align: middle; - text-align: center; - font-size: 70%; } - .nfv-header .tasks-notifications-container .notifications-popup { - cursor: default; - position: absolute; - top: 43px; - right: -26px; - z-index: 102; - width: 350px; - min-height: 100px; - background-color: #ffffff; - border: 1px solid #a8bbdc; } - .nfv-header .tasks-notifications-container .notifications-popup:after, .nfv-header .tasks-notifications-container .notifications-popup:before { - bottom: 100%; - left: 93%; - border: solid transparent; - content: " "; - height: 0; - width: 0; - position: absolute; - pointer-events: none; } - .nfv-header .tasks-notifications-container .notifications-popup:after { - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #ffffff; - border-width: 11px; - margin-left: -25px; } - .nfv-header .tasks-notifications-container .notifications-popup:before { - border-color: rgba(167, 179, 178, 0); - border-bottom-color: #a8bbdc; - border-width: 13px; - margin-left: -27px; } - .nfv-header .tasks-notifications-container .notifications-popup .notifications-popup-header { - height: 46px; - line-height: 46px; - padding-left: 48px; - padding-right: 20px; - border-bottom: 1px solid #a8bbdc; } - .nfv-header .tasks-notifications-container .notifications-popup .notifications-popup-header .nfv-link { - float: right; } - .nfv-header .tasks-notifications-container .notifications-popup .notifications-popup-content { - position: relative; - min-height: 400px; - max-height: 414px; - left: 21px; } - .nfv-header .tasks-notifications-container .notifications-popup .notifications-popup-user-menu { - position: absolute; - top: 0px; - border-right: 1px solid #a8bbdc; - background: #e1e8f1; - width: 35px; - min-height: 446px; - font-size: 25px; - text-align: center; } - .nfv-header .tasks-notifications-container .notifications-popup .notifications-popup-user-menu .settings, .nfv-header .tasks-notifications-container .notifications-popup .notifications-popup-user-menu .logout, .nfv-header .tasks-notifications-container .notifications-popup .notifications-popup-user-menu .theme-select { - cursor: pointer; - margin-top: 10px; } - .nfv-header .tasks-notifications-container .notifications-popup .notifications-popup-user-menu .settings { - color: #ff8a00; } - .nfv-header .tasks-notifications-container .notifications-popup .notifications-popup-user-menu .theme-select { - color: #445a75; } - .nfv-header .tasks-notifications-container .notifications-popup .notifications-popup-user-menu .version-and-build { - transform: rotate(270deg); - /* IE10 and Mozilla */ - -ms-transform: rotate(270deg); - /* IE 9 */ - -webkit-transform: rotate(270deg); - /* Safari and Chrome */ - top: 290px; - position: relative; - left: 0; - letter-spacing: 2px; } - .nfv-header .tasks-notifications-container .notifications-popup .notifications-popup-user-menu .logout { - color: #419ef1; - bottom: 0; - position: absolute; - left: 6px; } - -/* Themes */ -body.theme2 .nfv-header { - background-color: #333; } - body.theme2 .nfv-header .search-filter-input input[type="search"] { - background: #232323; - color: #f4f6f1; } - body.theme2 .nfv-header .nfv-logo { - background-color: #232323; } - body.theme2 .nfv-header .header-content-wrapper .header-title { - color: #9bdb69; } - body.theme2 .nfv-header .header-content-wrapper .version-select select { - color: #8ccdf5; } - body.theme2 .nfv-header .header-content-wrapper .version-select select option { - background-color: #333; } - body.theme2 .nfv-header .header-content-wrapper .sub-title { - color: #aaa6d9; } - body.theme2 .nfv-header .user-details .nfv-header-logged-user { - color: #f4f6f1; } - -body.theme2 .tasks-notifications-container .tasks-notification-icon { - color: #9bdb69; } - -body.theme2 .tasks-notifications-container .notification-counter { - background-color: #333; - color: #b9bab5; } - -body.theme2 .tasks-notifications-container .notifications-popup { - background-color: #333; - border: 1px solid #454544; - box-shadow: 0px 0px 5px 2px #b9bab5; } - body.theme2 .tasks-notifications-container .notifications-popup:after { - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #232323; } - body.theme2 .tasks-notifications-container .notifications-popup:before { - border-color: rgba(167, 179, 178, 0); - border-bottom-color: #454544; } - body.theme2 .tasks-notifications-container .notifications-popup .notifications-popup-header { - border-bottom: 1px solid #454544; - background: #232323; } - body.theme2 .tasks-notifications-container .notifications-popup .notifications-popup-user-menu { - border-right: 1px solid #454544; - background: #232323; } - body.theme2 .tasks-notifications-container .notifications-popup .notifications-popup-user-menu .settings { - color: #aaa6d9; } - body.theme2 .tasks-notifications-container .notifications-popup .notifications-popup-user-menu .logout { - color: #ff7c54; } - body.theme2 .tasks-notifications-container .notifications-popup .notifications-popup-user-menu .theme-select { - color: #9bdb69; } - -.nfv-page { - overflow: hidden; - height: 100vh; - position: relative; } - .nfv-page .nfv-content { - background-color: #ffffff; - overflow: auto; - position: absolute; - top: 70px; - bottom: 0; - transition: background-color 0.2s; - width: 100%; } - -body.theme2 .nfv-page .nfv-content { - background-color: #232323; } - -.ui-dialog { - -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.6); - -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.6); - box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.6); } - .ui-dialog .nfv-content { - background: #ffffff; - color: #1a2531; - min-height: 0px; - width: auto; - margin: 0; - padding: 20px 35px 20px; - overflow-x: hidden; } - .ui-dialog .nfv-content p { - line-height: 1.6; } - -.ui-state-default.ui-button, -.ui-widget-content .ui-state-default.ui-button, -.ui-widget-header .ui-state-default.ui-button { - -webkit-border-radius: 2px; - border-radius: 2px; - color: #253244; - background: transparent; - min-width: 90px; - outline: none; } - .ui-state-default.ui-button .ui-button-text, - .ui-widget-content .ui-state-default.ui-button .ui-button-text, - .ui-widget-header .ui-state-default.ui-button .ui-button-text { - padding: 6px 10px; } - -.nfv-primary-button .ui-button.ui-widget, .nfv-secondary-button .ui-button.ui-widget, .ui-dialog[role="dialog"] .ui-dialog-buttonset .ui-button.ui-widget { - transition: background 0.4s, color 0.4s, border 0.4s; } - .nfv-primary-button .ui-button.ui-widget.ui-state-disabled, .nfv-secondary-button .ui-button.ui-widget.ui-state-disabled, .ui-dialog[role="dialog"] .ui-dialog-buttonset .ui-button.ui-widget.ui-state-disabled { - opacity: 0.5; - filter: alpha(opacity = 50); - background: transparent !important; - border: 1px solid #445a75; } - .nfv-primary-button .ui-button.ui-widget.ui-state-disabled .ui-button-text, .nfv-secondary-button .ui-button.ui-widget.ui-state-disabled .ui-button-text, .ui-dialog[role="dialog"] .ui-dialog-buttonset .ui-button.ui-widget.ui-state-disabled .ui-button-text { - color: #445a75 !important; } - -.nfv-primary-button .ui-button.ui-widget { - color: #253244; - background: #ff8a00; - border: none; } - .nfv-primary-button .ui-button.ui-widget:hover { - background: #a8bbdc; } - -.nfv-secondary-button .ui-button, .ui-dialog[role="dialog"] .ui-dialog-buttonset .ui-button { - color: #253244; - background: transparent; - border: 1px solid #253244; - min-width: 80px; } - .nfv-secondary-button .ui-button:hover, .ui-dialog[role="dialog"] .ui-dialog-buttonset .ui-button:hover { - color: #419ef1; - border: 1px solid #419ef1; } - -.nfv-button-link .uxf-button, .nfv-button-link.ui-button-text-only { - background: none; - border: none; - color: #253244; - box-shadow: none; } - .nfv-button-link .uxf-button.ui-button:hover, .nfv-button-link.ui-button-text-only.ui-button:hover { - background: none; } - .nfv-button-link .uxf-button .ui-button-text, .nfv-button-link.ui-button-text-only .ui-button-text { - padding: 0; - text-decoration: underline; } - -.nfv-button-link .ui-state-default.ui-button, -.nfv-button-link .ui-widget-content .ui-state-default.ui-button, -.nfv-button-link .ui-widget-header .ui-state-default.ui-button { - color: #253244; - background: none; } - -.nfv-button-link .ui-state-default.ui-state-hover, -.nfv-button-link .ui-widget-content .ui-state-default.ui-state-hover, -.nfv-button-link .ui-widget-header .ui-state-default.ui-state-hover { - box-shadow: none; } - -.nfv-button-link a { - background: none; } - -body.theme2 .ui-state-default.ui-button, -body.theme2 .ui-widget-content .ui-state-default.ui-button, -body.theme2 .ui-widget-header .ui-state-default.ui-button { - color: rgba(185, 186, 181, 0.5); } - -body.theme2 .nfv-primary-button .ui-button.ui-widget.ui-state-disabled, body.theme2 .nfv-secondary-button .ui-button.ui-widget.ui-state-disabled, body.theme2 .ui-dialog[role="dialog"] .ui-dialog-buttonset .ui-button.ui-widget.ui-state-disabled, .ui-dialog[role="dialog"] body.theme2 .ui-dialog-buttonset .ui-button.ui-widget.ui-state-disabled { - background: transparent !important; - border: 1px solid #2f2f2f; } - body.theme2 .nfv-primary-button .ui-button.ui-widget.ui-state-disabled .ui-button-text, body.theme2 .nfv-secondary-button .ui-button.ui-widget.ui-state-disabled .ui-button-text, body.theme2 .ui-dialog[role="dialog"] .ui-dialog-buttonset .ui-button.ui-widget.ui-state-disabled .ui-button-text, .ui-dialog[role="dialog"] body.theme2 .ui-dialog-buttonset .ui-button.ui-widget.ui-state-disabled .ui-button-text { - color: #b9bab5 !important; } - -body.theme2 .nfv-primary-button .ui-button.ui-widget { - color: #232323; - background: rgba(155, 219, 105, 0.8); } - body.theme2 .nfv-primary-button .ui-button.ui-widget:hover { - background: #9bdb69; - color: #232323; } - -body.theme2 .nfv-secondary-button .ui-button, body.theme2 .ui-dialog[role="dialog"] .ui-dialog-buttonset .ui-button, .ui-dialog[role="dialog"] body.theme2 .ui-dialog-buttonset .ui-button { - color: rgba(185, 186, 181, 0.7); - background: transparent; - border: 1px solid rgba(185, 186, 181, 0.7); } - body.theme2 .nfv-secondary-button .ui-button:hover, body.theme2 .ui-dialog[role="dialog"] .ui-dialog-buttonset .ui-button:hover, .ui-dialog[role="dialog"] body.theme2 .ui-dialog-buttonset .ui-button:hover { - color: #b9bab5; - border: 1px solid #b9bab5; - background: transparent; } - -body.theme2 .nfv-button-link .uxf-button, body.theme2 .nfv-button-link.ui-button-text-only { - color: #b9bab5; } - -body.theme2 .nfv-button-link .ui-state-default.ui-button, -body.theme2 .nfv-button-link .ui-widget-content .ui-state-default.ui-button, -body.theme2 .nfv-button-link .ui-widget-header .ui-state-default.ui-button { - color: #b9bab5; } - -a.nfv-button-link { - cursor: pointer; - padding: 0; - font-size: inherit; - text-decoration: underline; } - a.nfv-button-link:hover { - text-decoration: none; } - a.nfv-button-link.nfv-active { - text-decoration: none; - font-weight: bold; } - -.nfv-link { - color: #419ef1; - text-decoration: none; - cursor: pointer; } - .nfv-link:hover { - text-decoration: underline; } - .nfv-link.nfv-active { - text-decoration: none; - font-weight: bold; } - .nfv-link .uxf-button { - background: none; - border: none; - color: #419ef1; } - .nfv-link .uxf-button .ui-button-text { - padding: 0; - font-size: inherit; - text-decoration: none; } - .nfv-link .uxf-button .ui-button-text:hover { - text-decoration: none; } - -.nfv-checkbox-button input[type="checkbox"] { - display: none; } - .nfv-checkbox-button input[type="checkbox"]:checked + label:before { - font-family: FontAwesome; - content: "\f00c"; - text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); - font-size: 15px; - color: #419ef1; - text-align: center; - line-height: 15px; - font-weight: bold; } - -.nfv-checkbox-button label { - display: inline-block; - cursor: pointer; - position: relative; - padding-left: 25px; } - .nfv-checkbox-button label:before { - content: ""; - display: inline-block; - width: 16px; - height: 16px; - margin-right: 10px; - position: absolute; - left: 0; - bottom: 3px; - background-color: #ffffff; - border: 1px solid #445a75; } - -.nfv-radio-button input[type="radio"] { - display: none; } - .nfv-radio-button input[type="radio"]:checked + label:after { - opacity: 1; } - -.nfv-radio-button label { - display: inline-block; - cursor: pointer; - position: relative; - padding-left: 25px; } - .nfv-radio-button label:before { - content: ""; - display: inline-block; - width: 16px; - height: 16px; - margin-right: 10px; - position: absolute; - left: 0; - bottom: 3px; - background-color: #ffffff; - border: 1px solid #445a75; - -webkit-border-radius: 10px; - border-radius: 10px; } - .nfv-radio-button label:after { - opacity: 0; - content: ""; - background-color: #419ef1; - width: 10px; - height: 10PX; - border-radius: 10px; - position: absolute; - left: 3px; - top: 8px; - transition: opacity 0.2s; } - -.uxf-textinput input, .uxf-searchinput input { - border: none; - border-bottom: 1px solid #a8bbdc; - background: transparent; - outline: 0; } - .uxf-textinput input::-webkit-input-placeholder, .uxf-searchinput input::-webkit-input-placeholder { - color: #a8bbdc; } - .uxf-textinput input::-moz-placeholder, .uxf-searchinput input::-moz-placeholder { - color: #a8bbdc; } - -.form-element .form-element--error-message { - color: #e65353; - margin-left: 20px; } - -.form-element input.form-element--control { - height: 19px; - border-radius: 2px; - border: none; - border-bottom: 1px solid #a8bbdc; - outline: 0; } - .form-element input.form-element--control[disabled] { - opacity: 0.35; } - -.form-element select.form-element--control { - height: 35px; - border-radius: 2px; - border-color: #a8bbdc; } - -.nfv-mandatory label:after, .is-mandatory label:after { - content: '*'; - display: inline-block; - color: #e65353; } - -.nfv-mandatory-asterisk { - color: #e65353 !important; } - -.uxf-selectinput select, .form-element select { - color: #1a2531; - text-align: left; - min-width: 150px; - height: 35px !important; - padding-left: 10px; - padding-right: 17px; - appearance: none; - -moz-appearance: none; - -webkit-appearance: none; - background: url("../images/images_theme_1/drop_down_down_arrow.png") no-repeat 102% #ffffff; - border-radius: 3px; - border: 1px solid #a8bbdc; - outline: 0; } - -.uxf-selectinput .mlabel, .form-element .mlabel { - display: inline; - margin-right: 18px !important; } - -.LS-error { - display: none; - color: #e65353; - background-position: 0; - padding: 5px 0 5px 25px; } - -body.theme2 .nfv-link { - color: #f4f6f1; } - body.theme2 .nfv-link .uxf-button { - color: #f4f6f1; } - -body.theme2 .nfv-checkbox-button input[type=checkbox]:checked + label:before { - color: #9bdb69; } - -body.theme2 .nfv-checkbox-button label:before { - background-color: #333; - border: 1px solid #b9bab5; } - -body.theme2 .nfv-radio-button input[type="radio"]:checked + label:before { - color: #9bdb69; } - -body.theme2 .nfv-radio-button label:before { - background-color: #333; - border: 1px solid #b9bab5; } - -body.theme2 .nfv-radio-button label:after { - background-color: #9bdb69; } - -body.theme2 .uxf-textinput input, body.theme2 .uxf-searchinput input { - border-bottom: 1px solid #333; } - -body.theme2 .form-element .form-element--error-message { - color: #ff7c54; } - -body.theme2 .form-element input.form-element--control { - border-bottom: 1px solid #333; - background: #232323; } - -body.theme2 .form-element select.form-element--control { - border-color: #333; } - -body.theme2 .nfv-mandatory label:after, body.theme2 .is-mandatory label:after { - color: #ff7c54; } - -body.theme2 .nfv-mandatory-asterisk { - color: #ff7c54 !important; } - -body.theme2 .uxf-selectinput select, body.theme2 .form-element select { - color: #b9bab5; - background: url("../images/images_theme_1/drop_down_down_arrow.png") no-repeat 102% #232323; - border: 1px solid #333; } - -body.theme2 .LS-error { - color: #ff7c54; } - -body.theme2 .form-element-container > .form-element--label:first-child { - color: #9bdb69; } - -.nfv-wizard-header { - position: relative; - border-bottom: 1px solid rgba(168, 187, 220, 0.3); - padding: 0; - background: #ecf1f5; } - .nfv-wizard-header .wizard .nfv-wizard-steps { - padding: 10px 0; } - .nfv-wizard-header .wizard .nfv-wizard-steps .wizard-step { - display: inline-block; - text-align: center; } - .nfv-wizard-header .wizard .nfv-wizard-steps .wizard-step .step-item { - margin-left: 15px; } - .nfv-wizard-header .wizard .nfv-wizard-steps .wizard-step .step-title { - margin: 0 15px; - text-align: center; } - .nfv-wizard-header .wizard .nfv-wizard-steps .wizard-step .step-arrow { - font-size: 30px; } - .nfv-wizard-header .wizard .nfv-wizard-steps .wizard-step:first-child { - margin-left: 37px; } - .nfv-wizard-header .wizard .nfv-wizard-steps .wizard-step:first-child .step-item { - margin-left: 0; } - .nfv-wizard-header .wizard .nfv-wizard-steps .wizard-step:last-child .step-arrow { - display: none; } - .nfv-wizard-header .wizard .nfv-wizard-steps .wizard-step.active .step-item { - color: #419ef1; } - .nfv-wizard-header .wizard .nfv-wizard-steps .wizard-step.active .step-title { - color: #419ef1; } - -.wizard-nav-controls { - background: #ecf1f5; - padding: 12px 0; - border-top: 1px solid #445a75; - height: 38px; - position: fixed; - bottom: 0; - width: 100%; - z-index: 2; } - .wizard-nav-controls .nfv-button-link, .wizard-nav-controls .nfv-secondary-button, .wizard-nav-controls .ui-dialog[role="dialog"] .ui-dialog-buttonset, .ui-dialog[role="dialog"] .wizard-nav-controls .ui-dialog-buttonset, .wizard-nav-controls .nfv-primary-button { - display: inline-block; } - .wizard-nav-controls .nfv-secondary-button, .wizard-nav-controls .ui-dialog[role="dialog"] .ui-dialog-buttonset, .ui-dialog[role="dialog"] .wizard-nav-controls .ui-dialog-buttonset { - margin-left: 30px; } - .wizard-nav-controls .nfv-primary-button { - position: absolute; - top: 12px; - right: 2%; } - -body.theme2 .nfv-wizard-header { - border-bottom: 1px solid #454544; - background: #232323; } - body.theme2 .nfv-wizard-header .wizard .nfv-wizard-steps .wizard-step .step-arrow { - color: #9bdb69; } - body.theme2 .nfv-wizard-header .wizard .nfv-wizard-steps .wizard-step.active .step-item { - color: #8ccdf5; } - body.theme2 .nfv-wizard-header .wizard .nfv-wizard-steps .wizard-step.active .step-title { - color: #8ccdf5; } - -body.theme2 .wizard-nav-controls { - background: #333; - border-top: 1px solid #333; } - -.nfv-accordion .nfv-collapsible-item .nfv-collapsible-title { - background: #ecf1f5; - padding: 0px 10px; - height: 34px; - border: none; - border-bottom: 1px solid #a8bbdc; - margin-bottom: 10px; - display: table; - width: 99%; } - .nfv-accordion .nfv-collapsible-item .nfv-collapsible-title .nfv-collapsible-title-icon { - display: table-cell; - vertical-align: middle; - width: 14px; } - .nfv-accordion .nfv-collapsible-item .nfv-collapsible-title .nfv-collapsible-title-icon:before { - font-family: FontAwesome; - font-size: 15px; - content: "\f067"; - color: #1a2531; } - .nfv-accordion .nfv-collapsible-item .nfv-collapsible-title .nfv-collapsible-title-text { - display: table-cell; - vertical-align: middle; - padding-left: 15px; - font-size: 25px; - color: #1a2531; } - .nfv-accordion .nfv-collapsible-item .nfv-collapsible-title .nfv-collapsible-subtitle-text { - display: table-cell; - vertical-align: middle; - font-size: 22px; - color: #1a2531; - margin-left: 0.5em; } - .nfv-accordion .nfv-collapsible-item .nfv-collapsible-title.ui-state-active { - background: #ecf1f5; } - .nfv-accordion .nfv-collapsible-item .nfv-collapsible-title.ui-state-active .nfv-collapsible-title-icon:before { - content: "\f068"; } - -.nfv-accordion .nfv-collapsible-item .nfv-collapsible-content { - padding: 10px; } - -body.theme2 .nfv-accordion .nfv-collapsible-item .nfv-collapsible-title { - background: #333; - border-bottom: 1px solid #2f2f2f; } - body.theme2 .nfv-accordion .nfv-collapsible-item .nfv-collapsible-title .nfv-collapsible-title-icon:before { - color: #b9bab5; } - body.theme2 .nfv-accordion .nfv-collapsible-item .nfv-collapsible-title .nfv-collapsible-title-text { - color: #b9bab5; } - body.theme2 .nfv-accordion .nfv-collapsible-item .nfv-collapsible-title .nfv-collapsible-subtitle-text { - color: #b9bab5; } - body.theme2 .nfv-accordion .nfv-collapsible-item .nfv-collapsible-title.ui-state-active { - background: #333; } - -.nfv-tabpanel { - background: transparent; - border: none; } - .nfv-tabpanel .nfv-tabs-v1 { - border: none; - background: #e1e8f1; - border-radius: 0; - padding: 3px 0; } - .nfv-tabpanel .nfv-tabs-v1 .ui-state-default { - margin: 0 35px; - border: none; - background: transparent; } - .nfv-tabpanel .nfv-tabs-v1 .ui-state-default .ui-tabs-anchor { - color: #253244; - padding: .5em 0; - width: 100%; - text-align: center; } - .nfv-tabpanel .nfv-tabs-v1 .ui-state-default.ui-state-active .ui-tabs-anchor { - color: #ff8a00; - outline: 0; } - .nfv-tabpanel .nfv-tabs-v2 { - border: none; - background: #ffffff; - border-radius: 0; } - .nfv-tabpanel .nfv-tabs-v2 .ui-state-default { - margin: 0; - border: 1px solid #a8bbdc; - background: transparent; - width: 140px; } - .nfv-tabpanel .nfv-tabs-v2 .ui-state-default .ui-tabs-anchor { - color: #253244; - padding: .5em 0; - width: 100%; - text-align: center; } - .nfv-tabpanel .nfv-tabs-v2 .ui-state-default.ui-state-active { - border-bottom: none; } - .nfv-tabpanel .nfv-tabs-v2 .ui-state-default.ui-state-active .ui-tabs-anchor { - color: #ff8a00; - outline: 0; } - .nfv-tabpanel .nfv-tabs-v3 { - border: none; - background: #ffffff; - border-radius: 0; - padding: 16px 0; } - .nfv-tabpanel .nfv-tabs-v3 .ui-state-default { - margin: 0; - border: 1px solid #a8bbdc !important; - border-left: none !important; - background: transparent; - border-radius: 0; } - .nfv-tabpanel .nfv-tabs-v3 .ui-state-default:first-child { - border-bottom-left-radius: 2px; - border-top-left-radius: 2px; - border-left: 1px solid #a8bbdc !important; } - .nfv-tabpanel .nfv-tabs-v3 .ui-state-default:last-child { - border-bottom-right-radius: 2px; - border-top-right-radius: 2px; } - .nfv-tabpanel .nfv-tabs-v3 .ui-state-default .ui-tabs-anchor { - color: #253244; - padding: 6px 18px; - text-align: center; } - .nfv-tabpanel .nfv-tabs-v3 .ui-state-default.ui-state-active .ui-tabs-anchor { - background: #ecf1f5; - outline: 0; } - .nfv-tabpanel .nfv-tabs { - border: none; - background: transparent; } - .nfv-tabpanel .nfv-tabs .ui-state-default { - height: 40px; - background: #445a75; - border: 1px solid #a8bbdc; } - .nfv-tabpanel .nfv-tabs .ui-state-default .ui-tabs-anchor { - color: #253244; - padding: .5em 0; - width: 100%; - text-align: center; } - .nfv-tabpanel .nfv-tabs .ui-state-default.ui-state-active { - background: #ffffff; - border: 1px solid #ffffff; } - .nfv-tabpanel .nfv-tabs .ui-state-default.ui-state-active .ui-tabs-anchor { - color: #ff8a00; - outline: 0; } - .nfv-tabpanel .ui-tabs-panel { - border-top: 1px solid #a8bbdc; - padding: 20 55px; - background: #ffffff; } - .nfv-tabpanel.ui-tabs-vertical { - width: 100%; - height: 385; - border-top: 1px solid #a8bbdc; - border-bottom: 1px solid #a8bbdc; - overflow: hidden; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; } - .nfv-tabpanel.ui-tabs-vertical .nfv-tabs { - float: left; - width: 26%; - height: inherit; - overflow-y: auto; - overflow-x: hidden; } - .nfv-tabpanel.ui-tabs-vertical .nfv-tabs .ui-state-default { - clear: left; - width: 100%; - top: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - border-right: none; - border-left: none; - margin: 0 0 5px 0; } - .nfv-tabpanel.ui-tabs-vertical .nfv-tabs .ui-state-default .ui-tabs-anchor { - display: block; } - .nfv-tabpanel.ui-tabs-vertical .nfv-tabs .ui-state-default.ui-tabs-active { - padding-bottom: 0; - border-bottom: #a8bbdc 2px solid !important; - border-top: #a8bbdc 2px solid !important; - height: 36px; } - .nfv-tabpanel.ui-tabs-vertical .ui-tabs-panel { - float: right; - width: 65.1%; - border: none; - height: 345; - overflow-y: auto; } - -body.theme2 .nfv-tabpanel .nfv-tabs-v1 { - background-color: #232323; } - body.theme2 .nfv-tabpanel .nfv-tabs-v1 .ui-state-default .ui-tabs-anchor { - color: #b9bab5; } - body.theme2 .nfv-tabpanel .nfv-tabs-v1 .ui-state-default.ui-state-active .ui-tabs-anchor { - color: #9bdb69; } - -body.theme2 .nfv-tabs-v2 { - background: #232323; - border-bottom: 1px solid #2f2f2f; } - body.theme2 .nfv-tabs-v2 .ui-state-default { - border: 1px solid #2f2f2f; } - body.theme2 .nfv-tabs-v2 .ui-state-default .ui-tabs-anchor { - color: #b9bab5; } - body.theme2 .nfv-tabs-v2 .ui-state-default.ui-state-active .ui-tabs-anchor { - color: #9bdb69; } - -body.theme2 .nfv-tabs-v3 { - background: #232323; } - body.theme2 .nfv-tabs-v3 .ui-state-default { - border: 1px solid #2f2f2f !important; } - body.theme2 .nfv-tabs-v3 .ui-state-default:first-child { - border-bottom-left-radius: 2px; - border-top-left-radius: 2px; - border-left: 1px solid #2f2f2f !important; } - body.theme2 .nfv-tabs-v3 .ui-state-default:last-child { - border-bottom-right-radius: 2px; - border-top-right-radius: 2px; } - body.theme2 .nfv-tabs-v3 .ui-state-default .ui-tabs-anchor { - color: #b9bab5; } - body.theme2 .nfv-tabs-v3 .ui-state-default.ui-state-active .ui-tabs-anchor { - color: #9bdb69; - background: #232323; - outline: 0; } - -body.theme2 .nfv-tabs .ui-state-default { - height: 40px; - background: #232323; - border: 1px solid #2f2f2f; } - body.theme2 .nfv-tabs .ui-state-default .ui-tabs-anchor { - color: #b9bab5; } - body.theme2 .nfv-tabs .ui-state-default.ui-state-active { - background: #333; - border: 1px solid #2f2f2f; } - body.theme2 .nfv-tabs .ui-state-default.ui-state-active .ui-tabs-anchor { - color: #9bdb69; } - -body.theme2 .ui-tabs-panel { - border-top: 1px solid #2f2f2f; - background: #232323; } - -body.theme2.ui-tabs-vertical { - border-top: 1px solid #2f2f2f; - border-bottom: 1px solid #2f2f2f; } - body.theme2.ui-tabs-vertical .nfv-tabs .ui-state-default.ui-tabs-active { - border-bottom-color: #2f2f2f !important; - border-top-color: #2f2f2f !important; } - -.nfv-balloon { - min-width: 60px; - border: 1px solid #445a75; - box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.35); - color: #1a2531; - background-color: #ffffff; - opacity: 1; - max-width: 350px; - z-index: 1; } - .nfv-balloon.ui-draggable-dragging { - z-index: 10; } - .nfv-balloon .balloon-header { - padding: 10px 22px 5px; - background-color: #a8bbdc; } - .nfv-balloon .balloon-header .balloon-title { - color: #253244; - margin-bottom: 10px; - margin-right: 23px; } - .nfv-balloon .balloon-header .ui-button { - position: absolute; - top: 10px; - right: 10px; - min-width: 20px; - margin-left: 20px; } - .nfv-balloon .balloon-content { - padding: 5px 22px 10px; - overflow: auto; - max-height: 250px; } - .nfv-balloon .balloon-content .node-attribute { - word-wrap: break-word; - padding: 10px 0; - border-bottom: 1px solid #445a75; } - -body.theme2 .nfv-balloon { - border: 1px solid #2f2f2f; - color: #b9bab5; - background-color: #333; - box-shadow: 0px 0px 6px 2px rgba(244, 246, 241, 0.8); } - body.theme2 .nfv-balloon .balloon-header { - background-color: #232323; } - body.theme2 .nfv-balloon .balloon-header .balloon-title { - color: #9bdb69; } - body.theme2 .nfv-balloon .balloon-content .node-attribute { - border-bottom: 1px solid #454544; } - -.network-graph .element.nfvo rect { - stroke-width: 2px; - stroke: #445a75; - fill: #ecf1f5; } - .network-graph .element.nfvo rect.rect-fadeout { - -webkit-animation: fadeout 0.25s; - -moz-animation: fadeout 0.25s; - -ms-animation: fadeout 0.25s; - -o-animation: fadeout 0.25s; - animation: fadeout 0.25s; } - -@keyframes fadeout { - from { - opacity: 1; } - to { - opacity: 0.2; } } - -@-moz-keyframes fadeout { - /* Firefox */ - from { - opacity: 1; } - to { - opacity: 0.2; } } - -@-webkit-keyframes fadeout { - /* Safari and Chrome */ - from { - opacity: 1; } - to { - opacity: 0.2; } } - -@-o-keyframes fadeout { - /* Opera */ - from { - opacity: 1; } - to { - opacity: 0.2; } } - .network-graph .element.nfvo rect.twins-container, .network-graph .element.nfvo rect.parent-container { - opacity: 0.5; - stroke-width: 1px; - fill: transparent; } - .network-graph .element.nfvo rect.node-title-frame { - fill: #a8bbdc; - stroke: #a8bbdc; } - .network-graph .element.nfvo rect.node-title-frame[status="removed"] { - fill: #a8bbdc; - stroke: #a8bbdc; } - .network-graph .element.nfvo rect.node-title-frame[status="completed"] { - fill: #1a2531; - stroke: #1a2531; } - .network-graph .element.nfvo rect.node-title-frame[status="in progress"] { - fill: #419ef1; - stroke: #419ef1; } - .network-graph .element.nfvo rect.node-title-frame[status="warning"] { - fill: #ff8a00; - stroke: #ff8a00; } - .network-graph .element.nfvo rect.node-title-frame[status="error"] { - fill: #e65353; - stroke: #e65353; } - .network-graph .element.nfvo rect.node-title-frame[status="down"] { - fill: #445a75; - stroke: #445a75; } - .network-graph .element.nfvo rect.main-rect[status="removed"] { - stroke: #a8bbdc; } - .network-graph .element.nfvo rect.main-rect[status="completed"] { - stroke: #1a2531; } - .network-graph .element.nfvo rect.main-rect[status="in progress"] { - stroke: #419ef1; } - .network-graph .element.nfvo rect.main-rect[status="warning"] { - stroke: #ff8a00; } - .network-graph .element.nfvo rect.main-rect[status="error"] { - stroke: #e65353; } - .network-graph .element.nfvo rect.main-rect[status="down"] { - stroke: #445a75; } - -.network-graph .element.nfvo path.right-arrow, .network-graph .element.nfvo path.left-arrow { - fill: transparent; - stroke: #ffffff; - stroke-width: 1.5px; - cursor: pointer; } - -.network-graph .element.nfvo .label { - fill: #ffffff; } - .network-graph .element.nfvo .label.twins-container-title { - fill: #344358; } - .network-graph .element.nfvo .label.sub-title { - font-size: 12px; } - -.network-graph .element.nfvo .port > .port-label { - opacity: 0; - z-index: 9999999; - fill: #1a2531; } - -.network-graph .element.nfvo .port > circle { - fill: #1a2531; - stroke: #ffffff; } - -.network-graph .element.nfvo .port:hover .port-label { - opacity: 1 !important; } - -.network-graph .link .connection { - stroke: #a8bbdc; - stroke-width: 2px; } - -.network-graph .link .marker-target { - stroke: #a8bbdc; - fill: #b9bab5; - stroke-width: 2px; } - -.network-graph .link .marker-source { - stroke: #b9bab5; - fill: #b9bab5; } - -.network-graph { - height: 690px; } - -.tree-graph .node { - cursor: pointer; } - .tree-graph .node circle { - stroke-width: 2px; - stroke: #445a75; - fill: #ecf1f5; } - .tree-graph .node text { - fill: #253244; - transform: rotate(-25deg); } - .tree-graph .node text.removed-node { - fill: rgba(37, 50, 68, 0.5); } - .tree-graph .node .nodeCircle.new-node { - stroke: #ff8a00; - stroke-dasharray: 4px; } - .tree-graph .node .nodeCircle.removed-node { - stroke: rgba(168, 187, 220, 0.5); } - .tree-graph .node .nodeCircle.has-children { - fill: #a8bbdc; } - -.tree-graph .link { - fill: none; - stroke: #a8bbdc; - stroke-width: 1.5px; } - -.link-tools .tool-remove { - display: none; } - -.marker-arrowheads .marker-arrowhead { - display: none; } - -.marker-vertex-group { - display: none; } - -.color-legend .statuses .legend, .color-legend .states .legend, .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-status-cell .status { - position: relative; - margin: 0px 0px 12px 30px; } - .color-legend .statuses .legend::before, .color-legend .states .legend::before, .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-status-cell .status::before { - width: 20px; - height: 20px; - position: absolute; - content: ""; - left: -30px; } - .color-legend .statuses .up.legend:before, .color-legend .states .up.legend:before, .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-status-cell .up.status:before, .color-legend .statuses .completed.legend:before, .color-legend .states .completed.legend:before, .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-status-cell .completed.status:before { - background: #1a2531; } - .color-legend .statuses .error.legend:before, .color-legend .states .error.legend:before, .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-status-cell .error.status:before { - background: #e65353; } - .color-legend .statuses .warning.legend:before, .color-legend .states .warning.legend:before, .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-status-cell .warning.status:before { - background: #ff8a00; } - .color-legend .statuses .down.legend:before, .color-legend .states .down.legend:before, .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-status-cell .down.status:before { - background: #445a75; } - .color-legend .statuses .in-progress.legend:before, .color-legend .states .in-progress.legend:before, .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-status-cell .in-progress.status:before { - background: #419ef1; } - .color-legend .statuses .deleted.legend:before, .color-legend .states .deleted.legend:before, .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-status-cell .deleted.status:before { - background: #a8bbdc; } - .color-legend .statuses .modified.legend:before, .color-legend .states .modified.legend:before, .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-status-cell .modified.status:before { - border: 2px solid #445a75; - box-shadow: 0px 0px 5px 2px #3ebd6b; } - -.color-legend { - padding: 10px; } - .color-legend .statuses .title, .color-legend .states .title { - text-decoration: underline; - margin: 10px 0; } - .color-legend .statuses .new .legend, .color-legend .states .new .legend { - margin-left: 17px; } - .color-legend .statuses .new .legend::before, .color-legend .states .new .legend::before { - width: 15px; - border: 2px solid #445a75; - opacity: 0.5; - left: -17px; } - -body.theme2 .tree-graph .node circle { - stroke: #b9bab5; - fill: #2f2f2f; } - -body.theme2 .tree-graph .node text { - fill: #8ccdf5; } - body.theme2 .tree-graph .node text.removed-node { - fill: rgba(140, 205, 245, 0.5); } - -body.theme2 .tree-graph .node .nodeCircle.new-node { - stroke: #f4f6f1; } - -body.theme2 .tree-graph .node .nodeCircle.removed-node { - stroke: rgba(170, 166, 217, 0.5); } - -body.theme2 .tree-graph .node .nodeCircle.has-children { - fill: #454544; } - -body.theme2 .tree-graph .link { - stroke: #b9bab5; } - -body.theme2 .network-graph .element.nfvo rect { - stroke: #b9bab5; - fill: #454544; } - body.theme2 .network-graph .element.nfvo rect.twins-container, body.theme2 .network-graph .element.nfvo rect.parent-container { - fill: transparent; } - body.theme2 .network-graph .element.nfvo rect.node-title-frame { - fill: #a8bbdc; } - body.theme2 .network-graph .element.nfvo rect.node-title-frame[status="removed"] { - fill: rgba(69, 69, 68, 0.7); - stroke: rgba(69, 69, 68, 0.7); } - body.theme2 .network-graph .element.nfvo rect.node-title-frame[status="completed"] { - fill: #b9bab5; - stroke: #b9bab5; } - body.theme2 .network-graph .element.nfvo rect.node-title-frame[status="in progress"] { - fill: #8ccdf5; - stroke: #8ccdf5; } - body.theme2 .network-graph .element.nfvo rect.node-title-frame[status="warning"] { - fill: #f7e385; - stroke: #f7e385; } - body.theme2 .network-graph .element.nfvo rect.node-title-frame[status="error"] { - fill: #ff7c54; - stroke: #ff7c54; } - body.theme2 .network-graph .element.nfvo rect.node-title-frame[status="down"] { - fill: #f4f6f1; - stroke: #f4f6f1; } - body.theme2 .network-graph .element.nfvo rect.main-rect[status="removed"] { - stroke: rgba(69, 69, 68, 0.7); } - body.theme2 .network-graph .element.nfvo rect.main-rect[status="completed"] { - stroke: #b9bab5; } - body.theme2 .network-graph .element.nfvo rect.main-rect[status="in progress"] { - stroke: #8ccdf5; } - body.theme2 .network-graph .element.nfvo rect.main-rect[status="warning"] { - stroke: #f7e385; } - body.theme2 .network-graph .element.nfvo rect.main-rect[status="error"] { - stroke: #ff7c54; } - body.theme2 .network-graph .element.nfvo rect.main-rect[status="down"] { - stroke: #f4f6f1; } - -body.theme2 .network-graph .element.nfvo path.right-arrow, body.theme2 .network-graph .element.nfvo path.left-arrow { - stroke: #232323; } - -body.theme2 .network-graph .element.nfvo .label { - fill: #232323; } - body.theme2 .network-graph .element.nfvo .label.twins-container-title { - fill: #f4f6f1; } - -body.theme2 .network-graph .element.nfvo .port > .port-label { - fill: #b9bab5; } - -body.theme2 .network-graph .element.nfvo .port > circle { - fill: #292929; - stroke: #f4f6f1; } - -body.theme2 .network-graph .link .connection { - stroke: #b9bab5; } - -body.theme2 .network-graph .link .marker-target { - stroke: #b9bab5; - fill: #b9bab5; } - -body.theme2 .network-graph .link .marker-source { - stroke: #b9bab5; - fill: #b9bab5; } - -body.theme2 .color-legend .statuses .up.legend:before, body.theme2 .color-legend .states .up.legend:before, body.theme2 .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-status-cell .up.status:before, body.theme2 .color-legend .statuses .completed.legend:before, body.theme2 .color-legend .states .completed.legend:before, body.theme2 .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-status-cell .completed.status:before { - background: #b9bab5; } - -body.theme2 .color-legend .statuses .error.legend:before, body.theme2 .color-legend .states .error.legend:before, body.theme2 .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-status-cell .error.status:before { - background: #ff7c54; } - -body.theme2 .color-legend .statuses .warning.legend:before, body.theme2 .color-legend .states .warning.legend:before, body.theme2 .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-status-cell .warning.status:before { - background: #f7e385; } - -body.theme2 .color-legend .statuses .down.legend:before, body.theme2 .color-legend .states .down.legend:before, body.theme2 .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-status-cell .down.status:before { - background: #f4f6f1; } - -body.theme2 .color-legend .statuses .in-progress.legend:before, body.theme2 .color-legend .states .in-progress.legend:before, body.theme2 .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-status-cell .in-progress.status:before { - background: #8ccdf5; } - -body.theme2 .color-legend .statuses .deleted.legend:before, body.theme2 .color-legend .states .deleted.legend:before, body.theme2 .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-status-cell .deleted.status:before { - background: rgba(69, 69, 68, 0.7); } - -body.theme2 .color-legend .statuses .modified.legend:before, body.theme2 .color-legend .states .modified.legend:before, body.theme2 .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-status-cell .modified.status:before { - border-color: #b9bab5; - box-shadow: 0px 0px 5px 2px #9bdb69; } - -body.theme2 .color-legend .statuses .new .legend::before, body.theme2 .color-legend .states .new .legend::before { - border-color: #b9bab5; } - -.nfv-pagination, .uxf-pagination { - text-align: right; } - .nfv-pagination .nfv-pagination-info, .uxf-pagination .nfv-pagination-info { - display: inline-block; - margin: 0 16px; } - .nfv-pagination .uxf-pagination-goto, .uxf-pagination .uxf-pagination-goto { - display: inline; } - .nfv-pagination a, .uxf-pagination a { - color: #1a2531; - cursor: pointer; - width: 33px; - height: 33px; - display: inline-block; - text-align: center; - border: 1px solid #a8bbdc; - line-height: 30px; } - .nfv-pagination a.uxf-pagination-page.active, .uxf-pagination a.uxf-pagination-page.active { - background-color: #a8bbdc; - border: 1px solid #a8bbdc; - font-weight: bold; - text-decoration: underline; } - .nfv-pagination .uxf-pagination-prev, .nfv-pagination .uxf-pagination-prev, .uxf-pagination .uxf-pagination-prev, .uxf-pagination .uxf-pagination-prev { - font-weight: bold; - color: #419ef1; - margin-right: -3px; } - .nfv-pagination .uxf-pagination-prev.disable, .nfv-pagination .uxf-pagination-prev.disable, .uxf-pagination .uxf-pagination-prev.disable, .uxf-pagination .uxf-pagination-prev.disable { - color: #445a75; } - .nfv-pagination .uxf-pagination-next, .nfv-pagination .uxf-pagination-next, .uxf-pagination .uxf-pagination-next, .uxf-pagination .uxf-pagination-next { - font-weight: bold; - color: #419ef1; - margin-left: -2px; } - .nfv-pagination .uxf-pagination-next.disable, .nfv-pagination .uxf-pagination-next.disable, .uxf-pagination .uxf-pagination-next.disable, .uxf-pagination .uxf-pagination-next.disable { - color: #445a75; } - -/* dataTable overrides */ -div.dataTables_paginate > ul.pagination > li > a { - border-radius: initial; - color: #1a2531; } - -div.dataTables_paginate > ul.pagination > li.active > a { - background-color: #a8bbdc; - border-color: #a8bbdc; } - -div.dataTables_paginate > ul.pagination > li.previous > a, -div.dataTables_paginate > ul.pagination > li.next > a { - color: #419ef1; } - -div.dataTables_paginate > ul.pagination > li.disabled > a { - background-color: transparent; - color: #445a75; } - div.dataTables_paginate > ul.pagination > li.disabled > a:hover { - color: initial; } - -body.theme2 { - /* dataTable overrides */ } - body.theme2 .nfv-pagination a, body.theme2 .uxf-pagination a { - color: #b9bab5; - border: 1px solid #2f2f2f; } - body.theme2 .nfv-pagination a.uxf-pagination-page.active, body.theme2 .uxf-pagination a.uxf-pagination-page.active { - background-color: #2f2f2f; - border: 1px solid #2f2f2f; } - body.theme2 .nfv-pagination .uxf-pagination-prev, body.theme2 .nfv-pagination .uxf-pagination-prev, body.theme2 .uxf-pagination .uxf-pagination-prev, body.theme2 .uxf-pagination .uxf-pagination-prev { - font-weight: bold; - color: #b9bab5; } - body.theme2 .nfv-pagination .uxf-pagination-prev.disable, body.theme2 .nfv-pagination .uxf-pagination-prev.disable, body.theme2 .uxf-pagination .uxf-pagination-prev.disable, body.theme2 .uxf-pagination .uxf-pagination-prev.disable { - color: #454544; } - body.theme2 .nfv-pagination .uxf-pagination-next, body.theme2 .nfv-pagination .uxf-pagination-next, body.theme2 .uxf-pagination .uxf-pagination-next, body.theme2 .uxf-pagination .uxf-pagination-next { - font-weight: bold; - color: #b9bab5; } - body.theme2 .nfv-pagination .uxf-pagination-next.disable, body.theme2 .nfv-pagination .uxf-pagination-next.disable, body.theme2 .uxf-pagination .uxf-pagination-next.disable, body.theme2 .uxf-pagination .uxf-pagination-next.disable { - color: #454544; } - body.theme2 div.dataTables_paginate > ul.pagination > li > a { - color: #b9bab5; } - body.theme2 div.dataTables_paginate > ul.pagination > li.active > a { - color: #9bdb69; - background-color: #333; - border-color: #333; } - body.theme2 div.dataTables_paginate > ul.pagination > li.previous > a, - body.theme2 div.dataTables_paginate > ul.pagination > li.next > a { - color: #b9bab5; } - body.theme2 div.dataTables_paginate > ul.pagination > li.disabled > a { - background-color: transparent; - color: #454544; } - -.nfv-notifications-manager { - position: fixed; - top: 40px; - width: 50%; - left: 25%; - z-index: 99999; } - -.notification { - position: relative; - padding-left: 5px; - padding-right: 5px; - height: 0px; - background: #ffffff; - border: 1px solid #419ef1; - border-top: 0; - line-height: 40px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - color: #253244; } - .notification .notification-icon { - padding: 5px; - margin-right: 5px; - margin-left: 30px; - vertical-align: middle; - font-family: FontAwesome; } - .notification .notification-icon.error-icon:before { - content: "\f057"; - color: #e65353; } - .notification .notification-icon.success-icon:before { - content: "\f058"; - color: #3ebd6b; } - .notification .notification-icon.warning-icon:before { - content: "\f071"; - color: #ff8a00; } - .notification .notification-header { - display: inline; - margin-right: 5px; } - .notification .notification-header.error { - color: #e65353; } - .notification .notification-header::after { - content: "!"; } - .notification .notification-content.error { - color: #e65353; } - .notification .notification-content .notification-secondary { - display: block; - margin-left: 64px; - margin-right: 49px; - position: relative; - top: -13px; - color: #445a75; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - line-height: 19px; } - .notification .close-button { - position: absolute; - top: 0px; - right: 0px; - font-size: 36px; - color: #253244; - text-shadow: 0 1px 0 #ffffff; - opacity: 0.2; - filter: alpha(opacity=20); - vertical-align: middle; - height: 100%; - cursor: pointer !important; - margin-right: 30px; - margin-left: 17px; } - .notification .close-button:hover { - text-decoration: none; } - -body.theme2 .notification { - background: #454544; - border-color: #2f2f2f; - color: #b9bab5; } - body.theme2 .notification .notification-icon.error-icon:before { - color: #ff7c54; } - body.theme2 .notification .notification-icon.success-icon:before { - color: #9bdb69; } - body.theme2 .notification .notification-icon.warning-icon:before { - color: #f7e385; } - body.theme2 .notification .notification-content .notification-secondary { - color: #b9bab5; } - -body.theme2 .close-button { - color: #b9bab5; - text-shadow: 0 1px 0 #f4f6f1; } - -/* dataTable overrides */ -.data-table-wrapper { - position: relative; - transition: background-color 0.2s, color 0.2s, border 0.2s; } - .data-table-wrapper table.dataTable.table-striped > tbody > tr:nth-of-type(even) { - background-color: #ecf1f5; } - .data-table-wrapper table.dataTable.table-striped > tbody > tr:nth-of-type(odd) { - background-color: #e1e8f1; } - .data-table-wrapper table.dataTable.table-striped > tbody > tr:nth-of-type(even):hover, - .data-table-wrapper table.dataTable.table-striped > tbody > tr:nth-of-type(odd):hover { - background-color: #f6e6cd; } - .data-table-wrapper table.dataTable > thead > tr, - .data-table-wrapper table.dataTable > tbody > tr { - transition: background-color 0.2s; } - .data-table-wrapper table.dataTable > thead > tr > th, - .data-table-wrapper table.dataTable .dataTables_wrapper.no-footer .dataTables_scrollBody { - border-bottom: 1px solid #a8bbdc; } - .data-table-wrapper table.dataTable > tbody > tr > td, - .data-table-wrapper table.dataTable > thead > tr > th { - border-left: 1px solid #a8bbdc; - border-top: 1px solid #a8bbdc; } - .data-table-wrapper table.dataTable > tbody > tr:first-child > td { - border-top: none; } - .data-table-wrapper table.dataTable > tbody > tr > td:last-child, - .data-table-wrapper table.dataTable > thead > tr > th:last-child { - border-right: 1px solid #a8bbdc; } - .data-table-wrapper table.dataTable > tbody > tr:hover { - background-color: #f6e6cd; - cursor: pointer; } - .data-table-wrapper table.dataTable > tbody > tr > td.dataTables_empty { - pointer-events: none; } - .data-table-wrapper table.dataTable > thead > tr > th:hover { - background-color: #f6e6cd; } - .data-table-wrapper div.dataTables_wrapper { - bottom: 30px; - left: 30px; - position: absolute; - right: 30px; - top: 30px; - width: auto; } - .data-table-wrapper div.dataTables_wrapper label select, - .data-table-wrapper div.dataTables_wrapper label input { - outline: 0; - height: 30px; } - .data-table-wrapper div.dataTables_wrapper.no-footer .dataTables_scrollBody { - border-bottom: 1px solid rgba(168, 187, 220, 0.3); } - .data-table-wrapper div.dataTables_wrapper .ColVis_Button.ColVis_MasterButton { - background: none; - border: none; - box-shadow: none; - color: #ff8a00 !important; - font-family: FontAwesome; - font-size: 21px; - margin-left: 15px; - outline: 0px; } - .data-table-wrapper div.dataTables_wrapper .ColVis_Button.ColVis_MasterButton:before { - content: '\f013'; } - .data-table-wrapper div.dataTables_wrapper .ColVis_Button.ColVis_MasterButton span { - display: none; } - .data-table-wrapper .dataTables_wrapper .dataTables_length, - .data-table-wrapper .dataTables_wrapper .dataTables_filter, - .data-table-wrapper .dataTables_wrapper .dataTables_info, - .data-table-wrapper .dataTables_wrapper .dataTables_processing, - .data-table-wrapper .dataTables_wrapper .dataTables_paginate { - color: #1a2531; } - .data-table-wrapper .dataTables_wrapper .dataTables_length .form-control.input-sm { - appearance: none; - -moz-appearance: none; - -webkit-appearance: none; - background: url("../images/images_theme_1/drop_down_down_arrow.png") no-repeat 102% #ffffff; - padding: 0 17px 0 10px; - text-align: left; - border: 1px solid #a8bbdc; } - .data-table-wrapper .dataTables_wrapper .dataTables_filter .form-control.input-sm { - border-radius: 2px; - border: none; - border-bottom: 1px solid #a8bbdc; } - -body.theme2 .data-table-wrapper table.dataTable thead tr th { - color: #aaa6d9; } - -body.theme2 .data-table-wrapper table.dataTable.table-striped > tbody > tr:nth-of-type(even) { - background-color: #333; } - -body.theme2 .data-table-wrapper table.dataTable.table-striped > tbody > tr:nth-of-type(odd) { - background-color: #292929; } - -body.theme2 .data-table-wrapper table.dataTable.table-striped > tbody > tr:nth-of-type(even):hover, -body.theme2 .data-table-wrapper table.dataTable.table-striped > tbody > tr:nth-of-type(odd):hover { - background-color: #454544; } - -body.theme2 .data-table-wrapper table.dataTable > thead > tr, -body.theme2 .data-table-wrapper table.dataTable > tbody > tr { - transition: background-color 0.2s; } - -body.theme2 .data-table-wrapper table.dataTable > thead > tr > th, -body.theme2 .data-table-wrapper table.dataTable .dataTables_wrapper.no-footer .dataTables_scrollBody { - border-bottom: 1px solid #2f2f2f; } - -body.theme2 .data-table-wrapper table.dataTable > tbody > tr > td, -body.theme2 .data-table-wrapper table.dataTable > thead > tr > th { - border-left: 1px solid #2f2f2f; - border-top: 1px solid #2f2f2f; } - -body.theme2 .data-table-wrapper table.dataTable > tbody > tr:first-child > td { - border-top: none; } - -body.theme2 .data-table-wrapper table.dataTable > tbody > tr > td:last-child, -body.theme2 .data-table-wrapper table.dataTable > thead > tr > th:last-child { - border-right: 1px solid #2f2f2f; } - -body.theme2 .data-table-wrapper table.dataTable > tbody > tr:hover { - background-color: #454544; - cursor: pointer; } - -body.theme2 .data-table-wrapper table.dataTable > tbody > tr > td.dataTables_empty { - pointer-events: none; } - -body.theme2 .data-table-wrapper table.dataTable > thead > tr > th:hover { - background-color: #454544; } - -body.theme2 .data-table-wrapper .dataTables_wrapper .dataTables_length, -body.theme2 .data-table-wrapper .dataTables_wrapper .dataTables_filter, -body.theme2 .data-table-wrapper .dataTables_wrapper .dataTables_info, -body.theme2 .data-table-wrapper .dataTables_wrapper .dataTables_processing, -body.theme2 .data-table-wrapper .dataTables_wrapper .dataTables_paginate { - color: #8ccdf5; } - -body.theme2 .data-table-wrapper .dataTables_wrapper .dataTables_length .form-control.input-sm { - color: #b9bab5; - background: url("../images/images_theme_1/drop_down_down_arrow.png") no-repeat 102% #232323; - border: 1px solid #333; } - -body.theme2 .data-table-wrapper div.dataTables_wrapper.no-footer .dataTables_scrollBody { - border-bottom: 1px solid #454544; } - -body.theme2 .data-table-wrapper div.dataTables_wrapper label select, -body.theme2 .data-table-wrapper div.dataTables_wrapper label input { - background-color: #232323; - color: #b9bab5; } - -body.theme2 .data-table-wrapper div.dataTables_wrapper .ColVis_Button.ColVis_MasterButton { - color: #8ccdf5 !important; } - body.theme2 .data-table-wrapper div.dataTables_wrapper .ColVis_Button.ColVis_MasterButton span { - display: none; } - -.topology-view .controllers { - width: 50px; - z-index: 20; - position: fixed; } - .topology-view .controllers .tree-toggle-button, .topology-view .controllers .network-toggle-button, .topology-view .controllers .service-toggle-button { - border: none; - min-width: 50px; } - .topology-view .controllers .tree-toggle-button .ui-button-text, .topology-view .controllers .network-toggle-button .ui-button-text, .topology-view .controllers .service-toggle-button .ui-button-text { - font-size: 20px; - padding: 0; } - .topology-view .controllers .tree-toggle-button.active, .topology-view .controllers .network-toggle-button.active, .topology-view .controllers .service-toggle-button.active { - color: #419ef1; } - .topology-view .controllers .diff-ind { - display: inline-block; } - -.network-topology-view .color-legend-icon { - display: inline-block; - position: absolute; - bottom: 10px; - left: 30px; - font-size: 25px; } - -.network-topology-view .right-click-context-menu { - display: none; - position: fixed; - border: 1px solid #1a2531; - box-shadow: 0px 1px 7px #1a2531; - background: #ecf1f5; - padding: 15px; } - .network-topology-view .right-click-context-menu .context-menu-item { - padding-top: 4px; - border-bottom: 2px solid #ecf1f5; } - .network-topology-view .right-click-context-menu .context-menu-item:first-child { - padding-top: 0; } - .network-topology-view .right-click-context-menu .context-menu-item:hover { - cursor: pointer; - display: inline-block; - border-bottom: 2px solid #419ef1; } - -.network-topology-view .right-pane-controller { - position: fixed; - right: -28%; - width: 28%; - top: 0; - background: rgba(255, 255, 255, 0.95); - border: 1px solid #253244; - height: 97%; - box-shadow: -3px 3px 10px 0px #1a2531; - z-index: 100; } - .network-topology-view .right-pane-controller .header { - padding: 10px; - background: #445a75; - color: #ecf1f5; - cursor: move; } - .network-topology-view .right-pane-controller .header .node-attributes-title { - display: inline-block; } - .network-topology-view .right-pane-controller .header .toggle { - float: right; - display: inline-block; - cursor: pointer; - font-size: 22px; } - .network-topology-view .right-pane-controller .header .toggle * { - margin-left: 5px; } - .network-topology-view .right-pane-controller .header .toggle .minimize { - vertical-align: text-bottom; } - .network-topology-view .right-pane-controller .header .toggle .minimize:hover, .network-topology-view .right-pane-controller .header .toggle .hide:hover { - color: #ff8a00; } - .network-topology-view .right-pane-controller .node-attributes .nfv-tabs-v3 { - padding: 10px; } - .network-topology-view .right-pane-controller .node-attributes .node-attributes-list { - overflow: auto; - height: 71vh; } - .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .node-attribute-list-item { - display: table; - width: 100%; } - .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .node-attribute-list-item .node-attribute { - display: table-cell; - padding: 5px 0 5px 10px; - max-width: 0px; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; } - .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .node-attribute-list-item .node-attribute.name { - border-right: 1px solid #a8bbdc; } - .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .node-attribute-list-item:first-child { - border-top: 1px solid #a8bbdc; - border-bottom: 1px solid #a8bbdc; } - .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .node-attribute-list-item:last-child { - border-bottom: none; } - .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .node-attribute-list-item:nth-child(even) { - background: rgba(168, 187, 220, 0.2); } - .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .node-attribute-list-item:hover, .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .node-attribute-list-item.selected { - background: rgba(65, 158, 241, 0.5); } - .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-item .node-attribute.name, .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-header .node-attribute.name { - width: 85%; - text-align: center; } - .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-item .node-attribute.value, .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-header .node-attribute.value { - width: 15%; - text-align: center; } - .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .multi-node-status-cell .status::before { - border-radius: 50%; } - .network-topology-view .right-pane-controller .node-attributes .nfv-collapsible-item .nfv-collapsible-title { - margin-bottom: 0; - height: 50px; } - .network-topology-view .right-pane-controller .node-attributes .nfv-collapsible-item .nfv-collapsible-content .kpi-item { - display: inline-block; - margin: 0 22px; - text-align: center; } - .network-topology-view .right-pane-controller .node-attributes .nfv-collapsible-item .nfv-collapsible-content .kpi-item .kpi-item-icon { - width: 30px; - height: 30px; - background-position-y: -27px; } - .network-topology-view .right-pane-controller .node-attributes .nfv-collapsible-item .nfv-collapsible-content .kpi-item .kpi-item-icon.cpu { - background-image: url("../images/images_theme_1/cpu.png"); - background-repeat: no-repeat; } - .network-topology-view .right-pane-controller .node-attributes .nfv-collapsible-item .nfv-collapsible-content .kpi-item .kpi-item-icon.disk { - background-image: url("../images/images_theme_1/disk.png"); - background-repeat: no-repeat; } - .network-topology-view .right-pane-controller .node-attributes .nfv-collapsible-item .nfv-collapsible-content .kpi-item .kpi-item-icon.memory { - background-image: url("../images/images_theme_1/memory.png"); - background-repeat: no-repeat; } - .network-topology-view .right-pane-controller .node-attributes .nfv-collapsible-item .nfv-collapsible-content .kpi-item .kpi-item-icon.network { - background-image: url("../images/images_theme_1/network.png"); - background-repeat: no-repeat; } - .network-topology-view .right-pane-controller .node-attributes .nfv-collapsible-item .nfv-collapsible-content .kpi-item .kpi-item-name { - text-transform: uppercase; } - .network-topology-view .right-pane-controller .kpi-graph { - overflow: hidden; - left: -315px; - top: 200px; - box-shadow: -3px 3px 10px 0px #1a2531; } - .network-topology-view .right-pane-controller .kpi-graph .header { - padding: 5px; } - .network-topology-view .right-pane-controller .kpi-graph .kpi-graph-area { - background: #ffffff; - border: 1px solid #253244; } - .network-topology-view .right-pane-controller .kpi-graph .kpi-graph-area .highcharts-container { - margin-top: 20px; } - -body.theme2 .topology-view .tree-toggle-button.active, body.theme2 .topology-view .network-toggle-button.active, body.theme2 .topology-view .service-toggle-button.active { - color: #9bdb69; } - -body.theme2 .network-topology-view .color-legend-icon { - color: #f7e385; } - -body.theme2 .network-topology-view .right-click-context-menu { - border: 1px solid #b9bab5; - box-shadow: 0px 1px 7px #b9bab5; - background: #232323; } - body.theme2 .network-topology-view .right-click-context-menu .context-menu-item { - border-bottom: 2px solid #232323; } - body.theme2 .network-topology-view .right-click-context-menu .context-menu-item:hover { - border-bottom: 2px solid #8ccdf5; } - -body.theme2 .network-topology-view .right-pane-controller { - background: #232323; - border-color: #333; - box-shadow: -3px 3px 10px 0px #333; } - body.theme2 .network-topology-view .right-pane-controller .header { - background: #232323; - color: #9bdb69; } - body.theme2 .network-topology-view .right-pane-controller .header .toggle .minimize:hover, body.theme2 .network-topology-view .right-pane-controller .header .toggle .hide:hover { - color: #ff8a00; } - body.theme2 .network-topology-view .right-pane-controller .node-attributes .ui-tabs-panel { - border-color: transparent; } - body.theme2 .network-topology-view .right-pane-controller .node-attributes [id=tabs-kpi] .node-attributes-list .node-attribute-list-item:nth-child(even) { - background: inherit; } - body.theme2 .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .node-attribute-list-item .node-attribute.name { - border-right-color: #333; } - body.theme2 .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .node-attribute-list-item:first-child { - border-top: 1px solid #333; - border-bottom: 1px solid #333; - color: #aaa6d9; } - body.theme2 .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .node-attribute-list-item:nth-child(even) { - background: #292929; } - body.theme2 .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .node-attribute-list-item:hover, body.theme2 .network-topology-view .right-pane-controller .node-attributes .node-attributes-list .node-attribute-list-item.selected { - background: rgba(140, 205, 245, 0.5); } - body.theme2 .network-topology-view .right-pane-controller .node-attributes .nfv-collapsible-item .nfv-collapsible-content .kpi-item { - display: inline-block; - margin: 0 22px; - text-align: center; } - body.theme2 .network-topology-view .right-pane-controller .node-attributes .nfv-collapsible-item .nfv-collapsible-content .kpi-item .kpi-item-icon { - background-position-y: 0px; } - body.theme2 .network-topology-view .right-pane-controller .node-attributes .nfv-collapsible-item .nfv-collapsible-content .kpi-item .kpi-item-value { - color: #f4f6f1; } - body.theme2 .network-topology-view .right-pane-controller .node-attributes .nfv-collapsible-item .nfv-collapsible-content .kpi-item .kpi-item-name { - color: #9bdb69; } - body.theme2 .network-topology-view .right-pane-controller .kpi-graph { - box-shadow: -1px 1px 5px 0px #b9bab5; } - body.theme2 .network-topology-view .right-pane-controller .kpi-graph .kpi-graph-area { - background: #333; - border-color: #2f2f2f; } - body.theme2 .network-topology-view .right-pane-controller .kpi-graph .highcharts-container .highcharts-background { - fill: #333; } - body.theme2 .network-topology-view .right-pane-controller .kpi-graph .highcharts-container tspan { - fill: #f4f6f1; } - body.theme2 .network-topology-view .right-pane-controller .kpi-graph .highcharts-container .highcharts-tooltip rect:nth-child(4) { - fill: #232323; } - -.nfv-loader { - background-color: rgba(0, 0, 0, 0.65); - position: fixed; - top: 0; - left: 0; - z-index: 200001; - width: 100%; - height: 100%; } - .nfv-loader .loading { - width: 200px; - height: 200px; - position: absolute; - top: 40%; - left: 45%; } - .nfv-loader .loading .circle { - border-radius: 100%; - border-top: 5px solid #419ef1; - margin: auto; - transform-origin: 50%; - position: relative; } - .nfv-loader .loading .s_3 { - width: 200px; - height: 200px; - animation: rot_right 2s infinite linear; - -webkit-animation: rot_right 2s infinite linear; - transition: 2s; - -webkit-transition: 2s; } - .nfv-loader .loading .s_2 { - width: 150px; - height: 150px; - margin-top: 10px; - animation: rot_left 2s infinite linear; - -webkit-animation: rot_left 2s infinite linear; - transition: 2s; - -webkit-transition: 2s; - margin-top: -190px; } - .nfv-loader .loading .s_1 { - width: 100px; - height: 100px; - margin-top: 10px; - animation: rot_right 2s infinite linear; - -webkit-animation: rot_right 2s infinite linear; - transition: 2s; - -webkit-transition: 2s; - margin-top: -140px; } - -@keyframes rot_right { - from { - transform: rotate(0deg); } - to { - transform: rotate(360deg); } } - -@-webkit-keyframes rot_right { - from { - transform: rotate(0deg); } - to { - transform: rotate(360deg); } } - -@keyframes rot_left { - from { - transform: rotate(360deg); } - to { - transform: rotate(0deg); } } - -@-webkit-keyframes rot_left { - from { - transform: rotate(360deg); } - to { - transform: rotate(0deg); } } - .nfv-loader .loading .s_title { - border: 0; - color: white; - text-align: center; - margin-top: -60px; - animation: blink 2s infinite linear; - -webkit-animation: blink 2s infinite linear; - transition: 2s; - -webkit-transition: 2s; - letter-spacing: 1px; } - -@keyframes blink { - 0% { - opacity: 1; } - 50% { - opacity: 0.5; } - 100% { - opacity: 1; } } - -@-webkit-keyframes blink { - 0% { - opacity: 1; } - 50% { - opacity: 0.5; } - 100% { - opacity: 1; } } - -/* Components */ -.tasks-handler, .parameters-tab .tasks-handler { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 170px; } - .tasks-handler .reject-button { - display: inline-block; - margin-top: 18px; } - .tasks-handler .right-side-buttons { - position: absolute; - display: inline-block; - top: 12px; - right: 2%; } - .tasks-handler .right-side-buttons .skip-to-end-button { - display: none; } - .tasks-handler .right-side-buttons .approve-button { - position: initial !important; - margin-left: 30px; } - -.not-editable { - pointer-events: none; } - .not-editable input, .not-editable select { - border: none; - background: #ffffff; } - -.service-attributes { - overflow-y: auto; - margin-top: 30px; - margin-bottom: 30px; } - .service-attributes .mandatory { - margin-bottom: 30px; } - .service-attributes .form-container .form-element--label { - margin-bottom: 15px; - border-left: none; - position: relative; } - .service-attributes .form-element { - padding-top: 20px; - border-left: 3px solid #419ef1; } - .service-attributes .form-element .form-element--label { - display: inline-block; - margin-right: 10px; - min-width: 200px; - padding-left: 20px; } - .service-attributes .form-element input { - min-width: 150px; } - .service-attributes .form-element select { - min-width: 172px; } - .service-attributes .form-element .form-element--error-message { - display: block; - margin-left: 235px; } - .service-attributes .form-element-container { - margin-bottom: 80px; } - .service-attributes .previous-value { - margin-left: 50px; } - .service-attributes .previous-value:before { - content: "Previous: "; } - -.orchestration-tree { - width: 120%; } - -.launch-service-wizard .nfv-wizard-content { - background: #ffffff; - padding-left: 30px; - padding-top: 30px; - position: absolute; - overflow-x: hidden; - overflow-y: auto; - top: 58px; - left: 0px; - bottom: 64px; - right: 0px; } - .launch-service-wizard .nfv-wizard-content .select-service-title, .launch-service-wizard .nfv-wizard-content .launch-service-title, .launch-service-wizard .nfv-wizard-content .parameters-service-title { - color: #253244; - margin-bottom: 30px; } - .launch-service-wizard .nfv-wizard-content .service-list-item { - display: inline-block; - background-color: rgba(236, 241, 245, 0.5); - padding-top: 15px; - width: 202px; - margin: 0 15px 15px 0; - height: 130px; - cursor: pointer; - transition: background-color 0.25s; } - .launch-service-wizard .nfv-wizard-content .service-list-item:hover { - background-color: #ecf1f5; } - .launch-service-wizard .nfv-wizard-content .service-list-item .service-image { - text-align: center; - font-size: 44px; } - .launch-service-wizard .nfv-wizard-content .service-list-item .service-name { - text-align: center; - display: block; - /* Fallback for non-webkit */ - display: -webkit-box; - max-width: 170px; - height: 49.5px; - /* Fallback for non-webkit */ - margin: 10px auto 0; - font-size: 15px; - line-height: 1.1; - -webkit-line-clamp: 3; - -webkit-box-orient: vertical; - overflow: hidden; - text-overflow: ellipsis; - word-wrap: break-word; } - -.launch-service-wizard .wizard-nav-controls .skip-to-end { - position: absolute; - right: 160px; } - -body.theme2 .not-editable input, body.theme2 .not-editable select { - background: #232323; } - -body.theme2 .service-attributes .form-container .form-element--label::before { - background-color: #333; } - -body.theme2 .service-attributes .form-element { - border-left: 3px solid #8ccdf5; } - -body.theme2 .launch-service-wizard .nfv-wizard-content { - background: #232323; - padding-left: 30px; } - body.theme2 .launch-service-wizard .nfv-wizard-content .select-service-title, body.theme2 .launch-service-wizard .nfv-wizard-content .launch-service-title, body.theme2 .launch-service-wizard .nfv-wizard-content .parameters-service-title { - color: #aaa6d9; } - body.theme2 .launch-service-wizard .nfv-wizard-content .service-list-item { - background-color: rgba(47, 47, 47, 0.8); } - body.theme2 .launch-service-wizard .nfv-wizard-content .service-list-item:hover { - background-color: #2f2f2f; } - -.system-events .dataTable .column.type .type-icon, .service-events-tab .service-events .dataTable .column.type .type-icon { - width: 100%; - height: 28px; - font-family: FontAwesome; - font-size: 20px; - text-align: center; } - .system-events .dataTable .column.type .type-icon.error, .service-events-tab .service-events .dataTable .column.type .type-icon.error { - color: #e65353; } - .system-events .dataTable .column.type .type-icon.error:before, .service-events-tab .service-events .dataTable .column.type .type-icon.error:before { - content: '\f05c'; } - .system-events .dataTable .column.type .type-icon.info, .service-events-tab .service-events .dataTable .column.type .type-icon.info { - color: #419ef1; } - .system-events .dataTable .column.type .type-icon.info:before, .service-events-tab .service-events .dataTable .column.type .type-icon.info:before { - content: '\f05a'; } - .system-events .dataTable .column.type .type-icon.warning, .service-events-tab .service-events .dataTable .column.type .type-icon.warning { - color: #419ef1; } - .system-events .dataTable .column.type .type-icon.warning:before, .service-events-tab .service-events .dataTable .column.type .type-icon.warning:before { - content: '\f071'; } - -.system-events .dataTable .column.message .column-cell-content .flexible-content, .service-events-tab .service-events .dataTable .column.message .column-cell-content .flexible-content { - display: flex; - flex-wrap: nowrap; } - .system-events .dataTable .column.message .column-cell-content .flexible-content .service-message, .service-events-tab .service-events .dataTable .column.message .column-cell-content .flexible-content .service-message { - flex-basis: 85%; - width: 50px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - padding-right: 20px; } - .system-events .dataTable .column.message .column-cell-content .flexible-content .nfv-secondary-button, .service-events-tab .service-events .dataTable .column.message .column-cell-content .flexible-content .nfv-secondary-button, .system-events .dataTable .column.message .column-cell-content .flexible-content .ui-dialog[role="dialog"] .ui-dialog-buttonset, .ui-dialog[role="dialog"] .system-events .dataTable .column.message .column-cell-content .flexible-content .ui-dialog-buttonset, .service-events-tab .service-events .dataTable .column.message .column-cell-content .flexible-content .ui-dialog[role="dialog"] .ui-dialog-buttonset, .ui-dialog[role="dialog"] .service-events-tab .service-events .dataTable .column.message .column-cell-content .flexible-content .ui-dialog-buttonset { - flex-basis: 15%; - flex-shrik: 0; } - .system-events .dataTable .column.message .column-cell-content .flexible-content .nfv-secondary-button .uxf-button, .service-events-tab .service-events .dataTable .column.message .column-cell-content .flexible-content .nfv-secondary-button .uxf-button, .system-events .dataTable .column.message .column-cell-content .flexible-content .ui-dialog[role="dialog"] .ui-dialog-buttonset .uxf-button, .ui-dialog[role="dialog"] .system-events .dataTable .column.message .column-cell-content .flexible-content .ui-dialog-buttonset .uxf-button, .service-events-tab .service-events .dataTable .column.message .column-cell-content .flexible-content .ui-dialog[role="dialog"] .ui-dialog-buttonset .uxf-button, .ui-dialog[role="dialog"] .service-events-tab .service-events .dataTable .column.message .column-cell-content .flexible-content .ui-dialog-buttonset .uxf-button { - width: 75px; - min-width: 0; } - .system-events .dataTable .column.message .column-cell-content .flexible-content .nfv-secondary-button .ui-button-text, .service-events-tab .service-events .dataTable .column.message .column-cell-content .flexible-content .nfv-secondary-button .ui-button-text, .system-events .dataTable .column.message .column-cell-content .flexible-content .ui-dialog[role="dialog"] .ui-dialog-buttonset .ui-button-text, .ui-dialog[role="dialog"] .system-events .dataTable .column.message .column-cell-content .flexible-content .ui-dialog-buttonset .ui-button-text, .service-events-tab .service-events .dataTable .column.message .column-cell-content .flexible-content .ui-dialog[role="dialog"] .ui-dialog-buttonset .ui-button-text, .ui-dialog[role="dialog"] .service-events-tab .service-events .dataTable .column.message .column-cell-content .flexible-content .ui-dialog-buttonset .ui-button-text { - padding: 3px 0; } - -.system-events .dataTable .column.where .column-cell-content, .service-events-tab .service-events .dataTable .column.where .column-cell-content { - max-width: 160px; - min-width: 150px; } - -.system-events .dataTable .column.component .column-cell-content, .service-events-tab .service-events .dataTable .column.component .column-cell-content { - display: table-cell; - margin-right: 25px; - text-overflow: ellipsis; - overflow: hidden; - max-width: 170px; } - -body.theme2 .system-events .dataTable .column.type .type-icon.error, body.theme2 .service-events-tab .service-events .dataTable .column.type .type-icon.error, .service-events-tab body.theme2 .service-events .dataTable .column.type .type-icon.error { - color: #ff7c54; } - -body.theme2 .system-events .dataTable .column.type .type-icon.info, body.theme2 .service-events-tab .service-events .dataTable .column.type .type-icon.info, .service-events-tab body.theme2 .service-events .dataTable .column.type .type-icon.info { - color: #8ccdf5; } - -body.theme2 .system-events .dataTable .column.type .type-icon.warning, body.theme2 .service-events-tab .service-events .dataTable .column.type .type-icon.warning, .service-events-tab body.theme2 .service-events .dataTable .column.type .type-icon.warning { - color: #f7e385; } - -.service-details .activities-button { - float: right !important; } - .service-details .activities-button .uxf-button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only { - border: 1px solid #253244; - color: #253244; - background-color: #ffffff; } - .service-details .activities-button .uxf-button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover { - color: #419ef1; - border: 1px solid #419ef1; } - @media screen and (max-width: 1024px) { - .service-details .activities-button .uxf-button { - margin: 8px; - min-width: 80px; } - .service-details .activities-button .uxf-button .ui-button-text { - padding: 0px 5px; } } - -@media screen and (max-width: 1024px) { - .service-details .nfv-tabs-v1 li.ui-state-default { - margin: 0 30px; } } - -.service-details .services-tabs { - left: 0px; - position: fixed; - right: 0px; - top: 70px; - transition: background-color 0.2s; - z-index: 100; } - -.service-details div[role="tabpanel"].ui-tabs-panel { - padding-top: 40px; } - -.service-details .workflow-view .refresh-button { - border: none; } - .service-details .workflow-view .refresh-button .ui-button-text { - font-size: 30px; - padding: 0; } - -/* service overview tab */ -.service-overview-tab .service-metrics { - padding: 14px 14px 0px 14px; } - .service-overview-tab .service-metrics .service-metric { - background-color: rgba(236, 241, 245, 0.5); - display: inline-block; - transition: background-color 0.2s; - padding: 10px; } - @media screen and (max-width: 1024px) { - .service-overview-tab .service-metrics .service-metric { - padding: 5px; } - .service-overview-tab .service-metrics .service-metric:first-child { - padding-top: 6px; } } - @media screen and (min-width: 1224px) { - .service-overview-tab .service-metrics .service-metric { - min-width: 150px; - margin-right: 12px; } } - .service-overview-tab .service-metrics .service-metric .vnf-icon, .service-overview-tab .service-metrics .service-metric .vm-icon { - font-size: 55px; - display: inline-block; - position: relative; - top: -5px; } - .service-overview-tab .service-metrics .service-metric .metric-details { - display: inline-block; - line-height: 1.0; - margin-left: 15px; } - .service-overview-tab .service-metrics .service-status .service-status-icon { - display: inline-block; - padding-right: 20px; - font-size: 55px; - position: relative; - top: -5px; } - .service-overview-tab .service-metrics .service-status .service-status-icon.active i:before { - color: #419ef1; - content: '\f046'; } - .service-overview-tab .service-metrics .service-status .service-status-icon.new i:before, - .service-overview-tab .service-metrics .service-status .service-status-icon.service-tree-created i:before, - .service-overview-tab .service-metrics .service-status .service-status-icon.service-tree-approved i:before, - .service-overview-tab .service-metrics .service-status .service-status-icon.workflow-created i:before, - .service-overview-tab .service-metrics .service-status .service-status-icon.workflow-started i:before { - color: #419ef1; - content: '\f017'; } - .service-overview-tab .service-metrics .service-status .service-status-icon.terminated i:before { - color: #419ef1; - content: '\f05e'; } - .service-overview-tab .service-metrics .service-status .service-status-icon.error i:before { - color: #e65353; - content: '\f05c'; } - .service-overview-tab .service-metrics .service-status .service-details { - display: inline-block; - border-left: 1px solid #454544; - padding-left: 20px; } - .service-overview-tab .service-metrics .service-status .service-details .status { - color: #419ef1; } - .service-overview-tab .service-metrics .service-status .service-details .service-times { - color: #1a2531; } - .service-overview-tab .service-metrics .service-status .service-details .service-times .service-time-value { - color: #419ef1; - float: right; - margin-left: 12px; } - -.service-overview-tab .service-detailed-info { - padding: 14px; } - .service-overview-tab .service-detailed-info .service-tasks, .service-overview-tab .service-detailed-info .service-events { - background: rgba(236, 241, 245, 0.5); } - @media screen and (min-width: 1224px) { - .service-overview-tab .service-detailed-info .service-tasks, .service-overview-tab .service-detailed-info .service-events { - display: inline-block; - vertical-align: top; } } - .service-overview-tab .service-detailed-info .service-tasks .list-header, .service-overview-tab .service-detailed-info .service-events .list-header { - color: #419ef1; - padding: 4px 30px; - border-bottom: 1px solid rgba(168, 187, 220, 0.3); - transition: color 0.2s, border 0.2s; } - .service-overview-tab .service-detailed-info .service-tasks .see-all-link, .service-overview-tab .service-detailed-info .service-events .see-all-link { - border-top: 1px solid rgba(168, 187, 220, 0.3); - padding: 11px 30px; } - @media screen and (min-width: 1224px) { - .service-overview-tab .service-detailed-info .service-tasks { - width: 34%; - margin-right: 14px; } } - @media screen and (max-width: 1024px) { - .service-overview-tab .service-detailed-info .service-tasks { - margin-bottom: 14px; } } - .service-overview-tab .service-detailed-info .service-tasks .service-tasks-list { - height: 260px; - overflow-y: auto; - overflow-x: hidden; } - .service-overview-tab .service-detailed-info .service-tasks .task-list-item { - border-bottom: 1px solid rgba(168, 187, 220, 0.3); } - .service-overview-tab .service-detailed-info .service-tasks .task-list-item .task-item-content { - cursor: pointer; - padding: 14px 30px; } - .service-overview-tab .service-detailed-info .service-tasks .task-list-item .task-time .due { - color: #445a75; } - .service-overview-tab .service-detailed-info .service-tasks .task-list-item .task-message { - overflow: hidden; - text-overflow: ellipsis; - width: 100%; - white-space: nowrap; - margin-top: 4px; } - .service-overview-tab .service-detailed-info .service-tasks .task-list-item:hover { - background: #f6e6cd; } - @media screen and (min-width: 1224px) { - .service-overview-tab .service-detailed-info .service-events { - width: 63.8%; } } - .service-overview-tab .service-detailed-info .service-events .service-events-list { - height: 260px; - overflow-y: auto; - overflow-x: hidden; } - .service-overview-tab .service-detailed-info .service-events .event-list-item { - border-bottom: 1px solid rgba(168, 187, 220, 0.3); } - .service-overview-tab .service-detailed-info .service-events .event-list-item .event-item-icon { - display: table-cell; - width: 28px; - height: 28px; - font-family: FontAwesome; - font-size: 20px; - text-align: center; } - .service-overview-tab .service-detailed-info .service-events .event-list-item .event-item-icon.error { - color: #e65353; } - .service-overview-tab .service-detailed-info .service-events .event-list-item .event-item-icon.error:before { - content: '\f05c'; } - .service-overview-tab .service-detailed-info .service-events .event-list-item .event-item-icon.info { - color: #419ef1; } - .service-overview-tab .service-detailed-info .service-events .event-list-item .event-item-icon.info:before { - content: '\f05a'; } - .service-overview-tab .service-detailed-info .service-events .event-list-item .event-item-icon.warning, .service-overview-tab .service-detailed-info .service-events .event-list-item .event-item-icon.warn { - color: #419ef1; } - .service-overview-tab .service-detailed-info .service-events .event-list-item .event-item-icon.warning:before, .service-overview-tab .service-detailed-info .service-events .event-list-item .event-item-icon.warn:before { - content: '\f071'; } - .service-overview-tab .service-detailed-info .service-events .event-list-item .event-item-content { - padding: 10px 30px; } - .service-overview-tab .service-detailed-info .service-events .event-list-item .event-item-content .event-item-data .event-time { - display: table-cell; - vertical-align: middle; - padding-left: 12px; } - .service-overview-tab .service-detailed-info .service-events .event-list-item .event-item-content .event-message { - overflow: hidden; - text-overflow: ellipsis; - width: 100%; - white-space: nowrap; - margin-top: 4px; - margin-left: 40px; } - .service-overview-tab .service-detailed-info .service-events .event-list-item:hover { - background: #f6e6cd; } - .service-overview-tab .service-detailed-info .service-performance { - margin-top: 20px; - text-align: center; } - .service-overview-tab .service-detailed-info .service-performance .services-performance-header { - padding: 10px; - color: #419ef1; } - .service-overview-tab .service-detailed-info .service-performance .services-performance-header .title { - display: inline-block; } - .service-overview-tab .service-detailed-info .service-performance .services-performance-header .scale-buttons { - display: inline-block; - float: right; - border: 1px solid #a8bbdc; } - .service-overview-tab .service-detailed-info .service-performance .services-performance-header .scale-buttons .scale-button { - min-width: 0; - width: 30px; - margin: 0; - border: none; } - .service-overview-tab .service-detailed-info .service-performance .services-performance-header .scale-buttons .scale-button .ui-button-text { - padding: 2px 5px; } - .service-overview-tab .service-detailed-info .service-performance .services-performance-header .scale-buttons .scale-button.active { - background: #419ef1; } - .service-overview-tab .service-detailed-info .service-performance .vm-chart { - margin: 0 auto; } - .service-overview-tab .service-detailed-info .service-performance svg { - padding: 0; } - -/* Service Events Tab */ -/* Service Parameters */ -.parameters-tab { - margin-left: 30px; } - .parameters-tab .edit-buttons-toolbar { - background: #ecf1f5; - padding: 12px 0; - border-top: 1px solid #445a75; - position: fixed; - bottom: 0; - left: 0; - width: 100%; - z-index: 3; } - .parameters-tab .edit-buttons-toolbar .edit, .parameters-tab .edit-buttons-toolbar .submit, .parameters-tab .edit-buttons-toolbar .discard { - display: inline-block; } - .parameters-tab .edit-buttons-toolbar .edit { - margin-left: 30px; } - .parameters-tab .edit-buttons-toolbar .submit { - position: absolute; - right: 160px; } - .parameters-tab .edit-buttons-toolbar .continue { - position: absolute; - top: 12px; - right: 20px; } - -body.theme2 { - /* Service Parameters */ } - body.theme2 .service-details .activities-button .uxf-button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only { - border: 1px solid rgba(185, 186, 181, 0.7); - color: rgba(185, 186, 181, 0.7); - background-color: transparent; } - body.theme2 .service-details .activities-button .uxf-button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover { - color: #b9bab5; - border: 1px solid #b9bab5; } - body.theme2 .service-overview-tab .service-metrics .service-metric { - background-color: #333; } - body.theme2 .service-overview-tab .service-metrics .service-metric .vnf-icon, body.theme2 .service-overview-tab .service-metrics .service-metric .vm-icon { - color: #8ccdf5; } - body.theme2 .service-overview-tab .service-metrics .service-status .service-status-icon.active i:before { - color: #9bdb69; } - body.theme2 .service-overview-tab .service-metrics .service-status .service-status-icon.new i:before, - body.theme2 .service-overview-tab .service-metrics .service-status .service-status-icon.service-tree-created i:before, - body.theme2 .service-overview-tab .service-metrics .service-status .service-status-icon.service-tree-approved i:before, - body.theme2 .service-overview-tab .service-metrics .service-status .service-status-icon.workflow-created i:before, - body.theme2 .service-overview-tab .service-metrics .service-status .service-status-icon.workflow-started i:before { - color: #8ccdf5; } - body.theme2 .service-overview-tab .service-metrics .service-status .service-status-icon.terminated i:before { - color: #f7e385; } - body.theme2 .service-overview-tab .service-metrics .service-status .service-status-icon.error i:before { - color: #ff7c54; } - body.theme2 .service-overview-tab .service-metrics .service-status .service-details { - border-left: 1px solid #454544; } - body.theme2 .service-overview-tab .service-metrics .service-status .service-details .status { - color: #f4f6f1; } - body.theme2 .service-overview-tab .service-metrics .service-status .service-details .service-times { - color: #b9bab5; } - body.theme2 .service-overview-tab .service-metrics .service-status .service-details .service-times .service-time-value { - color: #f7e385; } - body.theme2 .service-overview-tab .service-detailed-info .service-tasks, body.theme2 .service-overview-tab .service-detailed-info .service-events { - background: #333; } - body.theme2 .service-overview-tab .service-detailed-info .service-tasks .list-header, body.theme2 .service-overview-tab .service-detailed-info .service-events .list-header { - color: #8ccdf5; - border-bottom: 1px solid #454544; } - body.theme2 .service-overview-tab .service-detailed-info .service-tasks .see-all-link, body.theme2 .service-overview-tab .service-detailed-info .service-events .see-all-link { - border-top: 1px solid #454544; } - body.theme2 .service-overview-tab .service-detailed-info .service-tasks .task-list-item { - border-bottom: 1px solid #454544; } - body.theme2 .service-overview-tab .service-detailed-info .service-tasks .task-list-item .task-time .due { - color: #f4f6f1; } - body.theme2 .service-overview-tab .service-detailed-info .service-tasks .task-list-item:hover { - background: #454544; } - body.theme2 .service-overview-tab .service-detailed-info .service-events .event-list-item { - border-bottom: 1px solid #454544; } - body.theme2 .service-overview-tab .service-detailed-info .service-events .event-list-item .event-item-icon.error { - color: #ff7c54; } - body.theme2 .service-overview-tab .service-detailed-info .service-events .event-list-item .event-item-icon.info { - color: #8ccdf5; } - body.theme2 .service-overview-tab .service-detailed-info .service-events .event-list-item .event-item-icon.warning, body.theme2 .service-overview-tab .service-detailed-info .service-events .event-list-item .event-item-icon.warn { - color: #f7e385; } - body.theme2 .service-overview-tab .service-detailed-info .service-events .event-list-item:hover { - background: #454544; } - body.theme2 .service-overview-tab .service-detailed-info .service-performance .services-performance-header { - color: #8ccdf5; } - body.theme2 .service-overview-tab .service-detailed-info .service-performance .services-performance-header .scale-buttons { - border: 1px solid #a8bbdc; } - body.theme2 .service-overview-tab .service-detailed-info .service-performance .services-performance-header .scale-buttons .scale-button.active { - background: #419ef1; } - body.theme2 .service-overview-tab .service-detailed-info .service-performance .highcharts-container .highcharts-background { - fill: #333; } - body.theme2 .service-overview-tab .service-detailed-info .service-performance .highcharts-container tspan { - fill: #f4f6f1; } - body.theme2 .service-overview-tab .service-detailed-info .service-performance .highcharts-container .highcharts-tooltip rect:nth-child(4) { - fill: #232323; } - body.theme2 .parameters-tab .edit-buttons-toolbar { - background: #333; - border-top: 1px solid #333; } - -.modify-service-wizard { - margin-left: -30px; } - .modify-service-wizard .nfv-wizard-header { - background: transparent; - border-bottom: none; } - .modify-service-wizard .impact-view { - padding: 40px; } - .modify-service-wizard .impact-view .impact-view-title { - margin-bottom: 30px; } - .modify-service-wizard .impact-view .impact-list .impact-item { - margin: 20px 0; } - .modify-service-wizard .impact-view .impact-list .impact-item .impact-item-icon { - background: url("../images/images_theme_1/cloud.png") no-repeat; - width: 67px; - height: 42px; - display: table-cell; - vertical-align: middle; } - .modify-service-wizard .impact-view .impact-list .impact-item .impact-item-text { - display: table-cell; - vertical-align: middle; - padding-left: 20px; } - .modify-service-wizard .impact-view .nfv-collapsible-title-text { - width: 20px; } - -.system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceTitles .serviceName, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceTitles .serviceName, .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceTitles .customer, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceTitles .customer, .system-tasks .task-details-container .task-details-header .serviceTitles, .tasks-notifications-container .task-details-container .task-details-header .serviceTitles, .system-tasks .task-details-container .task-details-header .serviceTitles .serviceName, .system-tasks .task-details-container .task-details-header .serviceTitles .customer, .tasks-notifications-container .task-details-container .task-details-header .serviceTitles .serviceName, .tasks-notifications-container .task-details-container .task-details-header .serviceTitles .customer, .system-tasks .task-details-container .task-details-header .dueDateGroup, .tasks-notifications-container .task-details-container .task-details-header .dueDateGroup { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; } - -.system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview, .system-tasks .task-details-container .task-details-header .description, .tasks-notifications-container .task-details-container .task-details-header .description { - display: -webkit-box; - -webkit-line-clamp: 2; - line-height: 1.55; - -webkit-box-orient: vertical; - overflow: hidden; - text-overflow: ellipsis; } - -.system-tasks { - position: absolute; - bottom: 0; - top: 0; - right: 0; - left: 0; } - -.nfv-balloon.reject-balloon .reject-task-balloon { - width: 300px; - height: 220px; } - .nfv-balloon.reject-balloon .reject-task-balloon .reject-title, .nfv-balloon.reject-balloon .reject-task-balloon .buttons-container, .nfv-balloon.reject-balloon .reject-task-balloon .reject-reason { - padding-left: 14px; - padding-right: 14px; } - .nfv-balloon.reject-balloon .reject-task-balloon .reject-title { - padding-top: 10px; - padding-bottom: 10px; } - .nfv-balloon.reject-balloon .reject-task-balloon .buttons-container { - margin-top: 9px; - padding-top: 3px; - display: table; - width: 272px; - height: 40px; - background: #f6e6cd; } - .nfv-balloon.reject-balloon .reject-task-balloon .buttons-container .cancel-reject-btn-holder, .nfv-balloon.reject-balloon .reject-task-balloon .buttons-container .reject-btn-holder { - display: table-cell; - vertical-align: middle; } - .nfv-balloon.reject-balloon .reject-task-balloon .buttons-container .reject-btn-holder { - text-align: right; } - .nfv-balloon.reject-balloon .reject-task-balloon .reject-reason-text { - width: 99%; - height: 118px; } - .nfv-balloon.reject-balloon .reject-task-balloon .reject-reason-text.required { - border: 1px solid #e65353; } - -.system-tasks, .tasks-notifications-container { - color: #1a2531; } - .system-tasks .tasks-list-container, .tasks-notifications-container .tasks-list-container { - height: 100%; - width: 330px; - background: #ffffff; - overflow: hidden; } - .system-tasks .tasks-list-container .filters, .tasks-notifications-container .tasks-list-container .filters { - background-color: #ecf1f5; - height: 63px; - width: 100%; - display: table; - position: relative; - z-index: 5; - border-bottom: 2px solid #a8bbdc; } - .system-tasks .tasks-list-container .filters .select, .tasks-notifications-container .tasks-list-container .filters .select { - display: table-cell; - text-align: left; - vertical-align: middle; - position: relative; - padding-top: 5px; } - .system-tasks .tasks-list-container .filters .select select, .tasks-notifications-container .tasks-list-container .filters .select select { - min-width: 100px; } - .system-tasks .tasks-list-container .filters .tasks-list-footer, .system-tasks .tasks-list-container .filters .tasks-list-popup-footer, .tasks-notifications-container .tasks-list-container .filters .tasks-list-footer, .tasks-notifications-container .tasks-list-container .filters .tasks-list-popup-footer { - display: table-cell; - vertical-align: middle; } - .system-tasks .tasks-list-container .placeholder, .tasks-notifications-container .tasks-list-container .placeholder { - position: absolute; - left: 324px; - height: 110px; - width: 330px; - border-bottom: 1px solid #a8bbdc; - overflow: hidden; } - .system-tasks .tasks-list-container .placeholder .approve-bg, .tasks-notifications-container .tasks-list-container .placeholder .approve-bg { - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: #3ebd6b; - opacity: 0.1; } - .system-tasks .tasks-list-container .placeholder .reject-bg, .tasks-notifications-container .tasks-list-container .placeholder .reject-bg { - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: #e65353; - opacity: 0.1; } - .system-tasks .tasks-list-container .placeholder .replan-bg, .tasks-notifications-container .tasks-list-container .placeholder .replan-bg { - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: #ff8a00; - opacity: 0.1; } - .system-tasks .tasks-list-container .placeholder .text, .tasks-notifications-container .tasks-list-container .placeholder .text { - position: absolute; - top: 44px; - left: 137px; - opacity: 1; } - .system-tasks .tasks-list-container .tasks-collection-container, .tasks-notifications-container .tasks-list-container .tasks-collection-container { - overflow-y: auto; - overflow-x: hidden; - width: 330px; - position: absolute; } - .system-tasks .tasks-list-container .tasks-collection-container.popup, .tasks-notifications-container .tasks-list-container .tasks-collection-container.popup { - top: 0px; - bottom: 0px; } - .system-tasks .tasks-list-container .tasks-collection-container.full-mode, .tasks-notifications-container .tasks-list-container .tasks-collection-container.full-mode { - top: 63px; - bottom: 0px; } - .system-tasks .tasks-list-container .tasks-collection-container.full-mode .task-list-item.active, .tasks-notifications-container .tasks-list-container .tasks-collection-container.full-mode .task-list-item.active { - background-color: #ecf1f5; - border-left: 5px solid #419ef1; - padding-left: 25px; } - .system-tasks .tasks-list-container .tasks-collection-container.full-mode .task-list-item.active .serviceParams, .tasks-notifications-container .tasks-list-container .tasks-collection-container.full-mode .task-list-item.active .serviceParams { - left: 165px; } - .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist { - list-style-type: none; - padding: 0px; - margin: 0px; } - .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item { - cursor: pointer; - position: relative; - top: 0; - height: 98px; - width: 300px; - padding-left: 30px; - padding-top: 12px; - background-color: #ffffff; - border-bottom: 1px solid #a8bbdc; } - .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item:hover, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item:hover { - background-color: #ecf1f5; } - .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceTitles, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceTitles { - width: 130px; } - .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceTitles .customer, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceTitles .customer { - margin-top: 2px; } - .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceTitles .customer::before, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceTitles .customer::before { - content: "("; } - .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceTitles .customer::after, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceTitles .customer::after { - content: ")"; } - .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview { - word-spacing: 2px; - margin-top: 8px; - height: 37px; - width: 280px; } - .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview .message, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview .message { - color: #445a75; - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; } - .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview .action-taken.action-taken-approve .value, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview .action-taken.action-taken-approve .value { - color: #3ebd6b; } - .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview .action-taken.action-taken-cancel .value, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview .action-taken.action-taken-cancel .value { - color: #e65353; } - .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceParams, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceParams { - position: absolute; - top: 12px; - left: 170px; } - .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceParams .Default, .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceParams .Default { - height: 18px; - line-height: 18px; } - .system-tasks .task-details-container, .tasks-notifications-container .task-details-container { - height: 100%; - background: #ffffff; - position: absolute; - top: 0px; - left: 330px; - right: 0; - border-left: 2px solid #a8bbdc; - overflow: hidden; } - .system-tasks .task-details-container .empty, .tasks-notifications-container .task-details-container .empty { - display: table; - position: absolute; - background: #ffffff; - width: 100%; - z-index: 100; - height: 100%; } - .system-tasks .task-details-container .empty span, .tasks-notifications-container .task-details-container .empty span { - display: table-cell; - text-align: center; - vertical-align: middle; } - .system-tasks .task-details-container .task-details-header, .tasks-notifications-container .task-details-container .task-details-header { - overflow: hidden; - position: absolute; - right: 0; - left: 0; - height: 61px; - background-color: #ecf1f5; - padding-left: 15px; } - .system-tasks .task-details-container .task-details-header .serviceTitles, .tasks-notifications-container .task-details-container .task-details-header .serviceTitles { - display: inline-block; - height: 47px; - padding-top: 11px; - padding-right: 10px; - border-right: 1px solid #a8bbdc; - width: 170px; } - .system-tasks .task-details-container .task-details-header .serviceTitles .customer::before, .tasks-notifications-container .task-details-container .task-details-header .serviceTitles .customer::before { - content: "("; } - .system-tasks .task-details-container .task-details-header .serviceTitles .customer::after, .tasks-notifications-container .task-details-container .task-details-header .serviceTitles .customer::after { - content: ")"; } - .system-tasks .task-details-container .task-details-header .serviceTitles .customer:empty, .tasks-notifications-container .task-details-container .task-details-header .serviceTitles .customer:empty { - display: none; } - .system-tasks .task-details-container .task-details-header .dueDateGroup, .tasks-notifications-container .task-details-container .task-details-header .dueDateGroup { - display: inline-block; - height: 47px; - padding: 11px 10px 0 10px; - border-right: 1px solid #a8bbdc; - width: 110px; } - .system-tasks .task-details-container .task-details-header .description, .tasks-notifications-container .task-details-container .task-details-header .description { - height: 40px; - padding: 11px 10px 10px 10px; - position: absolute; - top: 0; - left: 330px; - right: 300px; - border-right: 1px solid #a8bbdc; } - .system-tasks .task-details-container .buttons-container, .tasks-notifications-container .task-details-container .buttons-container { - float: right; - margin: 10px 30px 10px 0; } - .system-tasks .task-details-container .buttons-container .approve-btn, .system-tasks .task-details-container .buttons-container .reject-btn, .system-tasks .task-details-container .buttons-container .replan-btn, .tasks-notifications-container .task-details-container .buttons-container .approve-btn, .tasks-notifications-container .task-details-container .buttons-container .reject-btn, .tasks-notifications-container .task-details-container .buttons-container .replan-btn { - border: none; } - .system-tasks .task-details-container .buttons-container .approve-btn:before, .tasks-notifications-container .task-details-container .buttons-container .approve-btn:before { - font-family: FontAwesome; - content: "\f00c"; - color: #3ebd6b; } - .system-tasks .task-details-container .buttons-container .reject-btn:before, .tasks-notifications-container .task-details-container .buttons-container .reject-btn:before { - font-family: FontAwesome; - content: "\f00d"; - color: #e65353; } - .system-tasks .task-details-container .buttons-container .replan-btn:before, .tasks-notifications-container .task-details-container .buttons-container .replan-btn:before { - font-family: FontAwesome; - content: "\f021"; } - .system-tasks .task-details-container .task-details-tabs-container, .tasks-notifications-container .task-details-container .task-details-tabs-container { - position: absolute; - top: 61px; - bottom: 0px; - left: 0; - right: 0; } - .system-tasks .task-details-container .task-details-tabs-container .tree-graph, .tasks-notifications-container .task-details-container .task-details-tabs-container .tree-graph { - height: 667px; } - .system-tasks .task-details-container .task-details-tabs-container .tree-graph svg, .tasks-notifications-container .task-details-container .task-details-tabs-container .tree-graph svg { - border: none; } - .system-tasks .task-details-container .task-details-tabs-container .nfv-tabpanel, .tasks-notifications-container .task-details-container .task-details-tabs-container .nfv-tabpanel { - position: absolute; - top: 0px; - bottom: 0px; - left: 0px; - right: 0px; } - .system-tasks .task-details-container .task-details-tabs-container .nfv-tabpanel .nfv-tabs-v3, .tasks-notifications-container .task-details-container .task-details-tabs-container .nfv-tabpanel .nfv-tabs-v3 { - padding: 0; } - .system-tasks .task-details-container .task-details-tabs-container .nfv-tabpanel #tabs-parameters-tab, .tasks-notifications-container .task-details-container .task-details-tabs-container .nfv-tabpanel #tabs-parameters-tab { - position: absolute; - top: 42px; - left: 0px; - right: 0px; - bottom: 0px; - overflow-y: auto; } - -body.theme2 .nfv-balloon.reject-balloon { - border-color: #333; - background-color: #454544; } - body.theme2 .nfv-balloon.reject-balloon .reject-task-balloon .reject-title { - color: #f4f6f1; } - body.theme2 .nfv-balloon.reject-balloon .reject-task-balloon .buttons-container { - background: #333; } - body.theme2 .nfv-balloon.reject-balloon .reject-task-balloon .buttons-container .reject-btn-holder a { - color: #f4f6f1; - border-color: #f4f6f1; } - body.theme2 .nfv-balloon.reject-balloon .reject-task-balloon .buttons-container .reject-btn-holder a:hover { - border-color: #ff7c54; - color: #ff7c54; } - body.theme2 .nfv-balloon.reject-balloon .reject-task-balloon .reject-reason-text { - background-color: inherit; - border-color: inherit; - color: #f4f6f1; } - body.theme2 .nfv-balloon.reject-balloon .reject-task-balloon .reject-reason-text.required { - border: 1px solid #f7e385; } - -body.theme2 .system-tasks, body.theme2 .tasks-notifications-container { - color: #b9bab5; } - body.theme2 .system-tasks .tasks-list-container, body.theme2 .tasks-notifications-container .tasks-list-container { - background: #232323; } - body.theme2 .system-tasks .tasks-list-container .filters, body.theme2 .tasks-notifications-container .tasks-list-container .filters { - background-color: #232323; - border-bottom: 2px solid #454544; } - body.theme2 .system-tasks .tasks-list-container .placeholder, body.theme2 .tasks-notifications-container .tasks-list-container .placeholder { - border-bottom: 1px solid #454544; } - body.theme2 .system-tasks .tasks-list-container .placeholder .approve-bg, body.theme2 .tasks-notifications-container .tasks-list-container .placeholder .approve-bg { - background-color: #9bdb69; } - body.theme2 .system-tasks .tasks-list-container .placeholder .reject-bg, body.theme2 .tasks-notifications-container .tasks-list-container .placeholder .reject-bg { - background-color: #f7e385; } - body.theme2 .system-tasks .tasks-list-container .placeholder .replan-bg, body.theme2 .tasks-notifications-container .tasks-list-container .placeholder .replan-bg { - background-color: #8ccdf5; } - body.theme2 .system-tasks .tasks-list-container .tasks-collection-container.full-mode .task-list-item.active, body.theme2 .tasks-notifications-container .tasks-list-container .tasks-collection-container.full-mode .task-list-item.active { - background-color: #333; - border-left: 5px solid #f4f6f1; } - body.theme2 .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item, body.theme2 .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item { - background-color: #232323; - border-bottom: 1px solid #454544; } - body.theme2 .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceTitles .serviceName, body.theme2 .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceTitles .serviceName { - color: #8ccdf5; } - body.theme2 .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceTitles .customer, body.theme2 .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .serviceTitles .customer { - color: #aaa6d9; } - body.theme2 .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item:hover, body.theme2 .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item:hover { - background-color: #333; } - body.theme2 .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview .message, body.theme2 .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview .message { - color: #b9bab5; } - body.theme2 .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview .action-taken.action-taken-approve .value, body.theme2 .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview .action-taken.action-taken-approve .value { - color: #9bdb69; } - body.theme2 .system-tasks .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview .action-taken.action-taken-cancel .value, body.theme2 .tasks-notifications-container .tasks-list-container .tasks-collection-container .uxf-itemlist .task-list-item .contentPreview .action-taken.action-taken-cancel .value { - color: #f7e385; } - body.theme2 .system-tasks .task-details-container, body.theme2 .tasks-notifications-container .task-details-container { - background: #333; - border-left: 2px solid #454544; } - body.theme2 .system-tasks .task-details-container .empty, body.theme2 .tasks-notifications-container .task-details-container .empty { - background: #333; } - body.theme2 .system-tasks .task-details-container .task-details-header, body.theme2 .tasks-notifications-container .task-details-container .task-details-header { - background-color: #292929; - border-bottom: 2px solid #454544; } - body.theme2 .system-tasks .task-details-container .task-details-header .serviceTitles, body.theme2 .tasks-notifications-container .task-details-container .task-details-header .serviceTitles { - border-right: 1px solid #454544; } - body.theme2 .system-tasks .task-details-container .task-details-header .serviceTitles .serviceName, body.theme2 .tasks-notifications-container .task-details-container .task-details-header .serviceTitles .serviceName { - color: #8ccdf5; } - body.theme2 .system-tasks .task-details-container .task-details-header .serviceTitles .customer, body.theme2 .tasks-notifications-container .task-details-container .task-details-header .serviceTitles .customer { - color: #aaa6d9; } - body.theme2 .system-tasks .task-details-container .task-details-header .dueDateGroup, body.theme2 .tasks-notifications-container .task-details-container .task-details-header .dueDateGroup { - border-right: 1px solid #454544; } - body.theme2 .system-tasks .task-details-container .task-details-header .description, body.theme2 .tasks-notifications-container .task-details-container .task-details-header .description { - border-color: #454544; } - body.theme2 .system-tasks .approve-btn:before, body.theme2 .tasks-notifications-container .approve-btn:before { - color: #9bdb69; } - body.theme2 .system-tasks .reject-btn:before, body.theme2 .tasks-notifications-container .reject-btn:before { - color: #ff7c54; } - body.theme2 .system-tasks .replan-btn:before, body.theme2 .tasks-notifications-container .replan-btn:before { - color: #8ccdf5; } - -[data-uxf-point="settings-cp-add"] { - background-color: #ecf1f5; - left: 30px; - padding-left: 30px; - position: absolute; - top: 270px; - width: 190px; } - [data-uxf-point="settings-cp-add"] button.ui-state-default.ui-button { - border: none; - position: relative; - text-align: left; - width: 150px; } - [data-uxf-point="settings-cp-add"] button.ui-state-default.ui-button:before { - font-family: FontAwesome; - content: '\f067'; - position: absolute; - left: 0px; - top: 8px; - font-size: 10px; } - [data-uxf-point="settings-cp-add"] button.ui-state-default.ui-button:hover { - border: none; } - -.settings[data-uxf-point="settings-view"] { - background-color: #e1e8f1; - height: 100%; - /* DataTables modifications */ } - .settings[data-uxf-point="settings-view"] .image-controllers { - background-color: #ecf1f5; - margin: 30px 30px 0px 0px; - text-align: right; - padding: 3px 10px 2px 0; - border-bottom: 1px solid rgba(168, 187, 220, 0.3); } - .settings[data-uxf-point="settings-view"] .image-controllers .controller { - margin-left: 20px; - cursor: pointer; - transition: color 0.4s; } - .settings[data-uxf-point="settings-view"] .image-controllers .controller:hover { - color: #419ef1; } - .settings[data-uxf-point="settings-view"] .image-controllers .controller .fa { - margin-right: 5px; } - .settings[data-uxf-point="settings-view"] .nfv-tabpanel .nfv-tabs-v3 { - background-color: #ecf1f5; - border: none; - left: 30px; - position: absolute; - top: 30px; - width: 220px; } - .settings[data-uxf-point="settings-view"] .nfv-tabpanel .nfv-tabs-v3:after { - background-color: #ecf1f5; - content: ''; - height: 40px; - position: absolute; - right: -30px; - top: 0px; - width: 30px; } - .settings[data-uxf-point="settings-view"] .nfv-tabpanel .nfv-tabs-v3 .ui-state-disabled, - .settings[data-uxf-point="settings-view"] .nfv-tabpanel .nfv-tabs-v3 .ui-widget-content .ui-state-disabled, - .settings[data-uxf-point="settings-view"] .nfv-tabpanel .nfv-tabs-v3 .ui-widget-header .ui-state-disabled { - opacity: 1; } - .settings[data-uxf-point="settings-view"] .nfv-tabpanel .nfv-tabs-v3 li.ui-state-default { - border: none !important; - float: none; - line-height: 27px; } - .settings[data-uxf-point="settings-view"] .nfv-tabpanel .nfv-tabs-v3 li.ui-state-default.ui-tabs-active.ui-state-active { - color: #ff8a00; } - .settings[data-uxf-point="settings-view"] .nfv-tabpanel .nfv-tabs-v3 li.ui-state-default a.ui-tabs-anchor { - background-color: #ffffff; - display: block; - float: none; - margin: 5px 20px; - text-align: left; } - .settings[data-uxf-point="settings-view"] .nfv-tabpanel .nfv-tabs-v3 li.ui-state-default a.ui-tabs-anchor:hover { - text-decoration: underline; } - .settings[data-uxf-point="settings-view"] .nfv-tabpanel .nfv-tabs-v3 li.ui-state-default:nth-child(2) a.ui-tabs-anchor, - .settings[data-uxf-point="settings-view"] .nfv-tabpanel .nfv-tabs-v3 li.ui-state-default:nth-child(3) a.ui-tabs-anchor, - .settings[data-uxf-point="settings-view"] .nfv-tabpanel .nfv-tabs-v3 li.ui-state-default:nth-child(4) a.ui-tabs-anchor { - background-color: #ecf1f5; - margin: 0px 0px 0px 30px; } - .settings[data-uxf-point="settings-view"] .nfv-tabpanel .ui-tabs-panel { - border: none; - left: 280px; - position: absolute; - right: 10px; - background: transparent; } - .settings[data-uxf-point="settings-view"] #tabs-images .data-table-wrapper div.dataTables_wrapper { - top: 0px; } - .settings[data-uxf-point="settings-view"] .data-table-wrapper div.dataTables_wrapper { - left: 0px; } - .settings[data-uxf-point="settings-view"] .data-table-wrapper .dataTables_scroll { - background-color: #ecf1f5; } - .settings[data-uxf-point="settings-view"] .data-table-wrapper table.dataTable.table-bordered { - border: none; } - .settings[data-uxf-point="settings-view"] .data-table-wrapper table.dataTable > tbody > tr > td, - .settings[data-uxf-point="settings-view"] .data-table-wrapper table.dataTable > thead > tr > th { - border: none; } - .settings[data-uxf-point="settings-view"] .data-table-wrapper table.dataTable > tbody > tr > td:nth-last-child(1) { - color: #ff7c54; } - .settings[data-uxf-point="settings-view"] .data-table-wrapper table.dataTable > tbody > tr > td:nth-last-child(2) { - border-left: solid 1px #a8bbdc; - color: #8ccdf5; } - .settings[data-uxf-point="settings-view"] .data-table-wrapper table.dataTable > tbody > tr > td:nth-last-child(-n+2) { - font-size: 20px; - text-align: center; - width: 20px; } - .settings[data-uxf-point="settings-view"] .data-table-wrapper table.dataTable > thead > tr > th { - border-bottom: solid 1px #a8bbdc; } - .settings[data-uxf-point="settings-view"] .data-table-wrapper table.dataTable > thead > tr > th:hover { - background-color: transparent; } - -.add-setting-popup-module .form-container { - border-left: solid 3px #419ef1; - margin-bottom: 20px; - padding-left: 20px; } - .add-setting-popup-module .form-container + .nfv-primary-button { - float: right; } - .add-setting-popup-module .form-container .form-element { - margin-bottom: 15px; } - .add-setting-popup-module .form-container .form-element .form-element--label { - display: inline-block; - width: 200px; } - .add-setting-popup-module .form-container .form-element select { - padding-right: 10px; } - .add-setting-popup-module .form-container .form-element .form-element--control { - width: 290px; - box-sizing: content-box; - display: block; } - .add-setting-popup-module .form-container .form-element .form-element--error-message { - margin-left: 0px; } - -body.theme2 [data-uxf-point="settings-cp-add"] { - background-color: #333; } - -body.theme2 .settings[data-uxf-point="settings-view"] { - background-color: #232323; - /* DataTables modifications */ } - body.theme2 .settings[data-uxf-point="settings-view"] .image-controllers { - background-color: #333; - border-bottom: 1px solid #454544; } - body.theme2 .settings[data-uxf-point="settings-view"] .image-controllers .controller:hover { - color: #9bdb69; } - body.theme2 .settings[data-uxf-point="settings-view"] .nfv-tabpanel .nfv-tabs-v3 { - background-color: #333; } - body.theme2 .settings[data-uxf-point="settings-view"] .nfv-tabpanel .nfv-tabs-v3:after { - background-color: #333; } - body.theme2 .settings[data-uxf-point="settings-view"] .nfv-tabpanel .nfv-tabs-v3 li.ui-state-default { - border: none !important; } - body.theme2 .settings[data-uxf-point="settings-view"] .nfv-tabpanel .nfv-tabs-v3 li.ui-state-default.ui-tabs-active.ui-state-active a.ui-tabs-anchor { - color: #9bdb69; } - body.theme2 .settings[data-uxf-point="settings-view"] .nfv-tabpanel .nfv-tabs-v3 li.ui-state-default a.ui-tabs-anchor { - background-color: #232323; } - body.theme2 .settings[data-uxf-point="settings-view"] .nfv-tabpanel .nfv-tabs-v3 li.ui-state-default:nth-child(2) a.ui-tabs-anchor, - body.theme2 .settings[data-uxf-point="settings-view"] .nfv-tabpanel .nfv-tabs-v3 li.ui-state-default:nth-child(3) a.ui-tabs-anchor, - body.theme2 .settings[data-uxf-point="settings-view"] .nfv-tabpanel .nfv-tabs-v3 li.ui-state-default:nth-child(4) a.ui-tabs-anchor { - background-color: #333; } - body.theme2 .settings[data-uxf-point="settings-view"] > tbody > tr > td:nth-last-child(2) { - border-left: solid 1px #2f2f2f; } - body.theme2 .settings[data-uxf-point="settings-view"] > thead > tr > th { - border-bottom: solid 1px #2f2f2f; - color: #aaa6d9; } - body.theme2 .settings[data-uxf-point="settings-view"] > thead > tr > th:hover { - background-color: transparent; } - body.theme2 .settings[data-uxf-point="settings-view"] .data-table-wrapper .dataTables_scroll { - background-color: #333; } - body.theme2 .settings[data-uxf-point="settings-view"] .data-table-wrapper table.dataTable > tbody > tr > td:nth-last-child(1) { - color: #ff7c54; } - body.theme2 .settings[data-uxf-point="settings-view"] .data-table-wrapper table.dataTable > tbody > tr > td:nth-last-child(2) { - border-left: solid 1px #2f2f2f; - color: #8ccdf5; } - body.theme2 .settings[data-uxf-point="settings-view"] .data-table-wrapper table.dataTable > thead > tr > th { - border-bottom: solid 1px #2f2f2f; - color: #aaa6d9; } - -body.theme2 .add-setting-popup-module .form-container { - border-left: solid 3px #454544; } - -.service-termination-view .service-termination-subtitle { - margin: 30px 0; } - -.service-termination-view .uxf-input select { - min-width: 200px; } - -.service-termination-view .service-termination-controllers { - margin-top: 30px; } - -.service-termination-view .nfv-button-link { - display: inline-block; - float: left; } - -.service-termination-view .nfv-primary-button { - display: inline-block; - float: right; } - -.confirmation-popup-view .confirmation-popup-subtitle { - margin-bottom: 30px; - padding-left: 42px; - padding-top: 15px; - height: 35px; } - .confirmation-popup-view .confirmation-popup-subtitle:before { - content: "\f071"; - margin-right: 12px; - font-family: FontAwesome; - font-size: 18px; } - -.confirmation-popup-view .confirmation-popup-message { - background: #fcf3d4; - display: inline-block; } - -.confirmation-popup-view .confirmation-popup-controllers { - margin-top: 10px; } - .confirmation-popup-view .confirmation-popup-controllers .confirmation-popup-button { - display: inline-block; } - .confirmation-popup-view .confirmation-popup-controllers .confirmation-popup-button.nfv-primary-button { - float: right; } - -.nfv-anonymous-landing-page .nfv-content { - min-height: 595px; } - -.nfv-landing-page .landing-page-content { - height: 100%; - position: relative; - transition: background-color 0.4s, color 0.4s; } - -.nfv-landing-page .landing-page-view { - bottom: 0px; - left: 0px; - position: absolute; - right: 0px; - top: 0px; } - .nfv-landing-page .landing-page-view h2 { - box-sizing: border-box; - color: #253244; - float: left; - padding: 16px 20px; - position: relative; - width: 27%; - transition: color 0.2s; } - .nfv-landing-page .landing-page-view h2:nth-child(2) { - border-left: solid 2px #a8bbdc; - width: 73%; } - .nfv-landing-page .landing-page-view h2 [data-uxf-point="add-service-button"] { - color: #ff7c54; - font-size: 18px; - position: absolute; - right: 75px; - top: 50%; - transform: translateY(-50%); } - .nfv-landing-page .landing-page-view h2 [data-uxf-point="add-service-button"] button { - border: none; - min-width: initial; - position: absolute; - right: -3px; - width: 18px; } - .nfv-landing-page .landing-page-view h2 .see-all-link { - position: absolute; - right: 10px; - top: 40%; - transform: translateY(-50%); } - .nfv-landing-page .landing-page-view .search-filter-input { - position: fixed; - left: 420px; - top: 22px; } - .nfv-landing-page .landing-page-view .search-filter-input i.fa { - cursor: pointer; } - .nfv-landing-page .landing-page-view .search-filter-input input[type="search"] { - color: #1a2531; - border-bottom-color: #1a2531; - opacity: 0; - transition: width 0.4s, opacity 0.4s; - width: 20px; } - .nfv-landing-page .landing-page-view .search-filter-input input[type="search"]:focus { - width: 150px; - opacity: 1; } - .nfv-landing-page .landing-page-view .lists-box { - bottom: 0px; - left: 0px; - position: absolute; - right: 3px; - top: 0px; } - .nfv-landing-page .landing-page-view .lists-box .events { - border-left: solid 2px #a8bbdc; - left: 27%; - width: 73%; } - .nfv-landing-page .landing-page-view .lists-box .events ul > li { - display: table-row; - padding: 10px 20px; - transition: background-color 0.2s; - background-color: #ffffff; } - .nfv-landing-page .landing-page-view .lists-box .events ul > li:nth-child(even) { - background-color: #ecf1f5; } - .nfv-landing-page .landing-page-view .lists-box .events ul > li > * { - display: table-cell; - padding: 10px; } - .nfv-landing-page .landing-page-view .lists-box .events ul > li .status { - display: block; - font-size: 15px; - position: absolute; - right: 15px; - top: 20px; } - .nfv-landing-page .landing-page-view .lists-box .events ul > li .status.error { - color: #ff7c54; } - .nfv-landing-page .landing-page-view .lists-box .events ul > li .status.suspend { - color: #f7e385; } - .nfv-landing-page .landing-page-view .lists-box .events ul > li .event-message p { - position: relative; - display: block; - overflow: hidden; - height: 2.4em; - /* exactly two lines */ - line-height: 1.4; - margin: 0; - -webkit-box-orient: vertical; - display: -webkit-box; - -webkit-line-clamp: 2; } - .nfv-landing-page .landing-page-view .lists-box .events ul > li .event-message p:after { - /* fade out last line until multiline ellipsis (clamp) browsers' support */ - content: ""; - text-align: right; - position: absolute; - bottom: 0; - right: 0; - width: 40%; - height: 1.2em; - background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 80%); } - .nfv-landing-page .landing-page-view .lists-box .events ul > li:nth-child(even) .event-message p:after { - background: linear-gradient(to right, rgba(236, 241, 245, 0), #ecf1f5 80%); } - .nfv-landing-page .landing-page-view .lists-box .events ul > li time { - color: #253244; - text-align: center; - width: 80px; } - .nfv-landing-page .landing-page-view .lists-box .events ul > li .machine-id { - text-align: center; } - .nfv-landing-page .landing-page-view .lists-box .events ul > li .task-icon, .nfv-landing-page .landing-page-view .lists-box .events ul > li .type { - position: relative; } - .nfv-landing-page .landing-page-view .lists-box .events ul > li .task-icon:before, .nfv-landing-page .landing-page-view .lists-box .events ul > li .type:before { - position: absolute; - top: 50%; - transform: translateY(-50%); } - .nfv-landing-page .landing-page-view .lists-box .events ul > li .task-icon { - color: #8ccdf5; - cursor: pointer; - font-size: 17px; - height: 30px; - width: 10px; } - .nfv-landing-page .landing-page-view .lists-box .events ul > li .task-icon.empty { - background: none; - cursor: default; } - .nfv-landing-page .landing-page-view .lists-box .events ul > li .task-icon.empty:before { - content: ''; } - .nfv-landing-page .landing-page-view .lists-box .events ul > li .type { - width: 20px; } - .nfv-landing-page .landing-page-view .lists-box .events ul > li .type:before { - transform: translateY(-45%); } - .nfv-landing-page .landing-page-view .lists-box .list { - border-top: solid 1px rgba(168, 187, 220, 0.3); - bottom: 20px; - overflow-y: scroll; - position: absolute; - top: 65px; - transition: border 0.2s; } - .nfv-landing-page .landing-page-view .lists-box .list::after, .nfv-landing-page .landing-page-view .lists-box .list::before { - background: rgba(0, 0, 0, 0.6); - bottom: inherit; - content: ''; - height: 50px; - opacity: 0; - position: fixed; - transform: scale(1, 0.5); - transform-origin: bottom; - transition: opacity 0.2s, transform 0.2s; - width: inherit; - z-index: 1; } - .nfv-landing-page .landing-page-view .lists-box .list::after { - -moz-animation: loader-spin 5s infinite linear; - -ms-animation: loader-spin 5s infinite linear; - -webkit-animation: loader-spin 5s infinite linear; - background-color: transparent; - color: white; - content: '\21bb'; - font-size: 40px; - text-align: center; - transform-origin: center; - z-index: 2; } - .nfv-landing-page .landing-page-view .lists-box .list.loader-on::after, .nfv-landing-page .landing-page-view .lists-box .list.loader-on::before { - opacity: 1; - transform: scale(1, 1); } - .nfv-landing-page .landing-page-view .lists-box .services { - width: 27%; } - .nfv-landing-page .landing-page-view .lists-box .services ul > li { - border-left: 5px solid transparent; - border-bottom: solid 1px rgba(168, 187, 220, 0.3); - cursor: pointer; - padding: 10px; - position: relative; - transition: border 0.2s; } - .nfv-landing-page .landing-page-view .lists-box .services ul > li > h3 { - color: #253244; - transition: color 0.2s; } - .nfv-landing-page .landing-page-view .lists-box .services ul > li > label { - color: #1a2531; } - .nfv-landing-page .landing-page-view .lists-box .services ul > li > time { - display: block; - margin-top: 10px; - transition: color 0.2s; } - .nfv-landing-page .landing-page-view .lists-box .services ul > li .machine-id { - color: #f4f6f1; } - .nfv-landing-page .landing-page-view .lists-box .services ul > li > .status { - display: block; - font-size: 17px; - position: absolute; - right: 17px; - top: 15px; } - .nfv-landing-page .landing-page-view .lists-box .services ul > li > .status.active { - color: #9bdb69; } - .nfv-landing-page .landing-page-view .lists-box .services ul > li > .status.error { - color: #e65353; } - .nfv-landing-page .landing-page-view .lists-box .services ul > li > .status.new, .nfv-landing-page .landing-page-view .lists-box .services ul > li > .status.service-tree-created, .nfv-landing-page .landing-page-view .lists-box .services ul > li > .status.service-tree-approved { - color: #344358; } - .nfv-landing-page .landing-page-view .lists-box .services ul > li > .status.workflow-created, .nfv-landing-page .landing-page-view .lists-box .services ul > li > .status.workflow-started { - color: #419ef1; } - .nfv-landing-page .landing-page-view .lists-box .services ul > li > .status.suspended { - color: #419ef1; } - .nfv-landing-page .landing-page-view .lists-box .services ul > li > .status.terminated { - color: #a8bbdc; } - -body.theme2 .landing-page-view h2 { - color: #8ccdf5; } - body.theme2 .landing-page-view h2:nth-child(2) { - border-left: solid 2px #454544; } - body.theme2 .landing-page-view h2 .see-all-link span { - color: #f4f6f1; } - -body.theme2 .landing-page-view .search-filter-input input[type="search"] { - color: #b9bab5; - border-bottom-color: #454544; } - -body.theme2 .landing-page-view .lists-box .events { - border-left: solid 3px #454544; } - body.theme2 .landing-page-view .lists-box .events ul > li { - background-color: #232323; } - body.theme2 .landing-page-view .lists-box .events ul > li:nth-child(even) { - background-color: #292929; } - body.theme2 .landing-page-view .lists-box .events ul > li time { - color: #aaa6d9; } - body.theme2 .landing-page-view .lists-box .events ul > li .machine-id { - color: #f4f6f1; } - body.theme2 .landing-page-view .lists-box .events ul > li .event-message p:after { - background: linear-gradient(to right, rgba(35, 35, 35, 0), #232323 80%); } - body.theme2 .landing-page-view .lists-box .events ul > li:nth-child(even) .event-message p:after { - background: linear-gradient(to right, rgba(41, 41, 41, 0), #292929 80%); } - -body.theme2 .landing-page-view .lists-box .list { - border-top: solid 1px #454544; } - -body.theme2 .landing-page-view .lists-box .services ul > li { - border-bottom: solid 1px #454544; } - body.theme2 .landing-page-view .lists-box .services ul > li > label { - color: #f4f6f1; } - body.theme2 .landing-page-view .lists-box .services ul > li h3 { - color: #8ccdf5; } - body.theme2 .landing-page-view .lists-box .services ul > li > .status.active { - color: #9bdb69; } - body.theme2 .landing-page-view .lists-box .services ul > li > .status.error { - color: #ff7c54; } - body.theme2 .landing-page-view .lists-box .services ul > li > .status.new, body.theme2 .landing-page-view .lists-box .services ul > li > .status.service-tree-created, body.theme2 .landing-page-view .lists-box .services ul > li > .status.service-tree-approved { - color: #aaa6d9; } - body.theme2 .landing-page-view .lists-box .services ul > li > .status.workflow-created, body.theme2 .landing-page-view .lists-box .services ul > li > .status.workflow-started { - color: #8ccdf5; } - body.theme2 .landing-page-view .lists-box .services ul > li > .status.suspended { - color: #aaa6d9; } - body.theme2 .landing-page-view .lists-box .services ul > li > .status.terminated { - color: #b9bab5; } - -@-moz-keyframes loader-spin { - from { - transform: rotate(0deg); } - to { - transform: rotate(3600deg); } } - -@-ms-keyframes loader-spin { - from { - transform: rotate(0deg); } - to { - transform: rotate(3600deg); } } - -@-webkit-keyframes loader-spin { - from { - transform: rotate(0deg); } - to { - transform: rotate(3600deg); } } - -.graph-simulator-page h1, .graph-simulator-page h2, .graph-simulator-page h3, .graph-simulator-page h4 { - margin: 10px; } - -.graph-simulator-page .simulator-content { - padding-top: 20px; - padding-left: 20px; } - -.graph-simulator-page .input-label-first-fieldset { - min-width: 150px; } - -.graph-simulator-page .input-label-second-fieldset { - min-width: 150px; } - -.graph-simulator-page .first-fieldset, .graph-simulator-page .second-fieldset { - display: inline-block; - vertical-align: top; } - -.graph-simulator-page .warning { - color: red; } - -.graph-simulator-page .nfv-checkbox-button { - margin: 13px; } - -.graph-simulator-page .nfv-primary-button { - margin-bottom: 13px; } - -/*# sourceMappingURL=style.css.map */ \ No newline at end of file diff --git a/openecomp-be/tools/swagger-ui/css/print.css b/openecomp-be/tools/swagger-ui/css/print.css deleted file mode 100644 index c90e9f568e..0000000000 --- a/openecomp-be/tools/swagger-ui/css/print.css +++ /dev/null @@ -1,1175 +0,0 @@ -/* Original style from softwaremaniacs.org (c) Ivan Sagalaev */ -.swagger-section pre code { - display: block; - padding: 0.5em; - background: #F0F0F0; -} -.swagger-section pre code, -.swagger-section pre .subst, -.swagger-section pre .tag .title, -.swagger-section pre .lisp .title, -.swagger-section pre .clojure .built_in, -.swagger-section pre .nginx .title { - color: black; -} -.swagger-section pre .string, -.swagger-section pre .title, -.swagger-section pre .constant, -.swagger-section pre .parent, -.swagger-section pre .tag .value, -.swagger-section pre .rules .value, -.swagger-section pre .rules .value .number, -.swagger-section pre .preprocessor, -.swagger-section pre .ruby .symbol, -.swagger-section pre .ruby .symbol .string, -.swagger-section pre .aggregate, -.swagger-section pre .template_tag, -.swagger-section pre .django .variable, -.swagger-section pre .smalltalk .class, -.swagger-section pre .addition, -.swagger-section pre .flow, -.swagger-section pre .stream, -.swagger-section pre .bash .variable, -.swagger-section pre .apache .tag, -.swagger-section pre .apache .cbracket, -.swagger-section pre .tex .command, -.swagger-section pre .tex .special, -.swagger-section pre .erlang_repl .function_or_atom, -.swagger-section pre .markdown .header { - color: #800; -} -.swagger-section pre .comment, -.swagger-section pre .annotation, -.swagger-section pre .template_comment, -.swagger-section pre .diff .header, -.swagger-section pre .chunk, -.swagger-section pre .markdown .blockquote { - color: #888; -} -.swagger-section pre .number, -.swagger-section pre .date, -.swagger-section pre .regexp, -.swagger-section pre .literal, -.swagger-section pre .smalltalk .symbol, -.swagger-section pre .smalltalk .char, -.swagger-section pre .go .constant, -.swagger-section pre .change, -.swagger-section pre .markdown .bullet, -.swagger-section pre .markdown .link_url { - color: #080; -} -.swagger-section pre .label, -.swagger-section pre .javadoc, -.swagger-section pre .ruby .string, -.swagger-section pre .decorator, -.swagger-section pre .filter .argument, -.swagger-section pre .localvars, -.swagger-section pre .array, -.swagger-section pre .attr_selector, -.swagger-section pre .important, -.swagger-section pre .pseudo, -.swagger-section pre .pi, -.swagger-section pre .doctype, -.swagger-section pre .deletion, -.swagger-section pre .envvar, -.swagger-section pre .shebang, -.swagger-section pre .apache .sqbracket, -.swagger-section pre .nginx .built_in, -.swagger-section pre .tex .formula, -.swagger-section pre .erlang_repl .reserved, -.swagger-section pre .prompt, -.swagger-section pre .markdown .link_label, -.swagger-section pre .vhdl .attribute, -.swagger-section pre .clojure .attribute, -.swagger-section pre .coffeescript .property { - color: #8888ff; -} -.swagger-section pre .keyword, -.swagger-section pre .id, -.swagger-section pre .phpdoc, -.swagger-section pre .title, -.swagger-section pre .built_in, -.swagger-section pre .aggregate, -.swagger-section pre .css .tag, -.swagger-section pre .javadoctag, -.swagger-section pre .phpdoc, -.swagger-section pre .yardoctag, -.swagger-section pre .smalltalk .class, -.swagger-section pre .winutils, -.swagger-section pre .bash .variable, -.swagger-section pre .apache .tag, -.swagger-section pre .go .typename, -.swagger-section pre .tex .command, -.swagger-section pre .markdown .strong, -.swagger-section pre .request, -.swagger-section pre .status { - font-weight: bold; -} -.swagger-section pre .markdown .emphasis { - font-style: italic; -} -.swagger-section pre .nginx .built_in { - font-weight: normal; -} -.swagger-section pre .coffeescript .javascript, -.swagger-section pre .javascript .xml, -.swagger-section pre .tex .formula, -.swagger-section pre .xml .javascript, -.swagger-section pre .xml .vbscript, -.swagger-section pre .xml .css, -.swagger-section pre .xml .cdata { - opacity: 0.5; -} -.swagger-section .swagger-ui-wrap { - line-height: 1; - font-family: "Droid Sans", sans-serif; - max-width: 960px; - margin-left: auto; - margin-right: auto; -} -.swagger-section .swagger-ui-wrap b, -.swagger-section .swagger-ui-wrap strong { - font-family: "Droid Sans", sans-serif; - font-weight: bold; -} -.swagger-section .swagger-ui-wrap q, -.swagger-section .swagger-ui-wrap blockquote { - quotes: none; -} -.swagger-section .swagger-ui-wrap p { - line-height: 1.4em; - padding: 0 0 10px; - color: #333333; -} -.swagger-section .swagger-ui-wrap q:before, -.swagger-section .swagger-ui-wrap q:after, -.swagger-section .swagger-ui-wrap blockquote:before, -.swagger-section .swagger-ui-wrap blockquote:after { - content: none; -} -.swagger-section .swagger-ui-wrap .heading_with_menu h1, -.swagger-section .swagger-ui-wrap .heading_with_menu h2, -.swagger-section .swagger-ui-wrap .heading_with_menu h3, -.swagger-section .swagger-ui-wrap .heading_with_menu h4, -.swagger-section .swagger-ui-wrap .heading_with_menu h5, -.swagger-section .swagger-ui-wrap .heading_with_menu h6 { - display: block; - clear: none; - float: left; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; - width: 60%; -} -.swagger-section .swagger-ui-wrap table { - border-collapse: collapse; - border-spacing: 0; -} -.swagger-section .swagger-ui-wrap table thead tr th { - padding: 5px; - font-size: 0.9em; - color: #666666; - border-bottom: 1px solid #999999; -} -.swagger-section .swagger-ui-wrap table tbody tr:last-child td { - border-bottom: none; -} -.swagger-section .swagger-ui-wrap table tbody tr.offset { - background-color: #f0f0f0; -} -.swagger-section .swagger-ui-wrap table tbody tr td { - padding: 6px; - font-size: 0.9em; - border-bottom: 1px solid #cccccc; - vertical-align: top; - line-height: 1.3em; -} -.swagger-section .swagger-ui-wrap ol { - margin: 0px 0 10px; - padding: 0 0 0 18px; - list-style-type: decimal; -} -.swagger-section .swagger-ui-wrap ol li { - padding: 5px 0px; - font-size: 0.9em; - color: #333333; -} -.swagger-section .swagger-ui-wrap ol, -.swagger-section .swagger-ui-wrap ul { - list-style: none; -} -.swagger-section .swagger-ui-wrap h1 a, -.swagger-section .swagger-ui-wrap h2 a, -.swagger-section .swagger-ui-wrap h3 a, -.swagger-section .swagger-ui-wrap h4 a, -.swagger-section .swagger-ui-wrap h5 a, -.swagger-section .swagger-ui-wrap h6 a { - text-decoration: none; -} -.swagger-section .swagger-ui-wrap h1 a:hover, -.swagger-section .swagger-ui-wrap h2 a:hover, -.swagger-section .swagger-ui-wrap h3 a:hover, -.swagger-section .swagger-ui-wrap h4 a:hover, -.swagger-section .swagger-ui-wrap h5 a:hover, -.swagger-section .swagger-ui-wrap h6 a:hover { - text-decoration: underline; -} -.swagger-section .swagger-ui-wrap h1 span.divider, -.swagger-section .swagger-ui-wrap h2 span.divider, -.swagger-section .swagger-ui-wrap h3 span.divider, -.swagger-section .swagger-ui-wrap h4 span.divider, -.swagger-section .swagger-ui-wrap h5 span.divider, -.swagger-section .swagger-ui-wrap h6 span.divider { - color: #aaaaaa; -} -.swagger-section .swagger-ui-wrap a { - color: #547f00; -} -.swagger-section .swagger-ui-wrap a img { - border: none; -} -.swagger-section .swagger-ui-wrap article, -.swagger-section .swagger-ui-wrap aside, -.swagger-section .swagger-ui-wrap details, -.swagger-section .swagger-ui-wrap figcaption, -.swagger-section .swagger-ui-wrap figure, -.swagger-section .swagger-ui-wrap footer, -.swagger-section .swagger-ui-wrap header, -.swagger-section .swagger-ui-wrap hgroup, -.swagger-section .swagger-ui-wrap menu, -.swagger-section .swagger-ui-wrap nav, -.swagger-section .swagger-ui-wrap section, -.swagger-section .swagger-ui-wrap summary { - display: block; -} -.swagger-section .swagger-ui-wrap pre { - font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace; - background-color: #fcf6db; - border: 1px solid #e5e0c6; - padding: 10px; -} -.swagger-section .swagger-ui-wrap pre code { - line-height: 1.6em; - background: none; -} -.swagger-section .swagger-ui-wrap .content > .content-type > div > label { - clear: both; - display: block; - color: #0F6AB4; - font-size: 1.1em; - margin: 0; - padding: 15px 0 5px; -} -.swagger-section .swagger-ui-wrap .content pre { - font-size: 12px; - margin-top: 5px; - padding: 5px; -} -.swagger-section .swagger-ui-wrap .icon-btn { - cursor: pointer; -} -.swagger-section .swagger-ui-wrap .info_title { - padding-bottom: 10px; - font-weight: bold; - font-size: 25px; -} -.swagger-section .swagger-ui-wrap .footer { - margin-top: 20px; -} -.swagger-section .swagger-ui-wrap p.big, -.swagger-section .swagger-ui-wrap div.big p { - font-size: 1em; - margin-bottom: 10px; -} -.swagger-section .swagger-ui-wrap form.fullwidth ol li.string input, -.swagger-section .swagger-ui-wrap form.fullwidth ol li.url input, -.swagger-section .swagger-ui-wrap form.fullwidth ol li.text textarea, -.swagger-section .swagger-ui-wrap form.fullwidth ol li.numeric input { - width: 500px !important; -} -.swagger-section .swagger-ui-wrap .info_license { - padding-bottom: 5px; -} -.swagger-section .swagger-ui-wrap .info_tos { - padding-bottom: 5px; -} -.swagger-section .swagger-ui-wrap .message-fail { - color: #cc0000; -} -.swagger-section .swagger-ui-wrap .info_url { - padding-bottom: 5px; -} -.swagger-section .swagger-ui-wrap .info_email { - padding-bottom: 5px; -} -.swagger-section .swagger-ui-wrap .info_name { - padding-bottom: 5px; -} -.swagger-section .swagger-ui-wrap .info_description { - padding-bottom: 10px; - font-size: 15px; -} -.swagger-section .swagger-ui-wrap .markdown ol li, -.swagger-section .swagger-ui-wrap .markdown ul li { - padding: 3px 0px; - line-height: 1.4em; - color: #333333; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input, -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input, -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input { - display: block; - padding: 4px; - width: auto; - clear: both; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input.title, -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input.title, -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input.title { - font-size: 1.3em; -} -.swagger-section .swagger-ui-wrap table.fullwidth { - width: 100%; -} -.swagger-section .swagger-ui-wrap .model-signature { - font-family: "Droid Sans", sans-serif; - font-size: 1em; - line-height: 1.5em; -} -.swagger-section .swagger-ui-wrap .model-signature .signature-nav a { - text-decoration: none; - color: #AAA; -} -.swagger-section .swagger-ui-wrap .model-signature .signature-nav a:hover { - text-decoration: underline; - color: black; -} -.swagger-section .swagger-ui-wrap .model-signature .signature-nav .selected { - color: black; - text-decoration: none; -} -.swagger-section .swagger-ui-wrap .model-signature .propType { - color: #5555aa; -} -.swagger-section .swagger-ui-wrap .model-signature pre:hover { - background-color: #ffffdd; -} -.swagger-section .swagger-ui-wrap .model-signature pre { - font-size: .85em; - line-height: 1.2em; - overflow: auto; - max-height: 200px; - cursor: pointer; -} -.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav { - display: block; - margin: 0; - padding: 0; -} -.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li:last-child { - padding-right: 0; - border-right: none; -} -.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li { - float: left; - margin: 0 5px 5px 0; - padding: 2px 5px 2px 0; - border-right: 1px solid #ddd; -} -.swagger-section .swagger-ui-wrap .model-signature .propOpt { - color: #555; -} -.swagger-section .swagger-ui-wrap .model-signature .snippet small { - font-size: 0.75em; -} -.swagger-section .swagger-ui-wrap .model-signature .propOptKey { - font-style: italic; -} -.swagger-section .swagger-ui-wrap .model-signature .description .strong { - font-weight: bold; - color: #000; - font-size: .9em; -} -.swagger-section .swagger-ui-wrap .model-signature .description div { - font-size: 0.9em; - line-height: 1.5em; - margin-left: 1em; -} -.swagger-section .swagger-ui-wrap .model-signature .description .stronger { - font-weight: bold; - color: #000; -} -.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper { - border-spacing: 0; - position: absolute; - background-color: #ffffff; - border: 1px solid #bbbbbb; - display: none; - font-size: 11px; - max-width: 400px; - line-height: 30px; - color: black; - padding: 5px; - margin-left: 10px; -} -.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper th { - text-align: center; - background-color: #eeeeee; - border: 1px solid #bbbbbb; - font-size: 11px; - color: #666666; - font-weight: bold; - padding: 5px; - line-height: 15px; -} -.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper .optionName { - font-weight: bold; -} -.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:first-child, -.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:last-child { - display: inline; -} -.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:not(:first-child):before { - display: block; - content: ''; -} -.swagger-section .swagger-ui-wrap .model-signature .description span:last-of-type.propDesc.markdown > p:only-child { - margin-right: -3px; -} -.swagger-section .swagger-ui-wrap .model-signature .propName { - font-weight: bold; -} -.swagger-section .swagger-ui-wrap .model-signature .signature-container { - clear: both; -} -.swagger-section .swagger-ui-wrap .body-textarea { - width: 300px; - height: 100px; - border: 1px solid #aaa; -} -.swagger-section .swagger-ui-wrap .markdown p code, -.swagger-section .swagger-ui-wrap .markdown li code { - font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace; - background-color: #f0f0f0; - color: black; - padding: 1px 3px; -} -.swagger-section .swagger-ui-wrap .required { - font-weight: bold; -} -.swagger-section .swagger-ui-wrap input.parameter { - width: 300px; - border: 1px solid #aaa; -} -.swagger-section .swagger-ui-wrap h1 { - color: black; - font-size: 1.5em; - line-height: 1.3em; - padding: 10px 0 10px 0; - font-family: "Droid Sans", sans-serif; - font-weight: bold; -} -.swagger-section .swagger-ui-wrap .heading_with_menu { - float: none; - clear: both; - overflow: hidden; - display: block; -} -.swagger-section .swagger-ui-wrap .heading_with_menu ul { - display: block; - clear: none; - float: right; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; - margin-top: 10px; -} -.swagger-section .swagger-ui-wrap h2 { - color: black; - font-size: 1.3em; - padding: 10px 0 10px 0; -} -.swagger-section .swagger-ui-wrap h2 a { - color: black; -} -.swagger-section .swagger-ui-wrap h2 span.sub { - font-size: 0.7em; - color: #999999; - font-style: italic; -} -.swagger-section .swagger-ui-wrap h2 span.sub a { - color: #777777; -} -.swagger-section .swagger-ui-wrap span.weak { - color: #666666; -} -.swagger-section .swagger-ui-wrap .message-success { - color: #89BF04; -} -.swagger-section .swagger-ui-wrap caption, -.swagger-section .swagger-ui-wrap th, -.swagger-section .swagger-ui-wrap td { - text-align: left; - font-weight: normal; - vertical-align: middle; -} -.swagger-section .swagger-ui-wrap .code { - font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.text textarea { - font-family: "Droid Sans", sans-serif; - height: 250px; - padding: 4px; - display: block; - clear: both; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.select select { - display: block; - clear: both; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean { - float: none; - clear: both; - overflow: hidden; - display: block; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean label { - display: block; - float: left; - clear: none; - margin: 0; - padding: 0; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean input { - display: block; - float: left; - clear: none; - margin: 0 5px 0 0; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.required label { - color: black; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label { - display: block; - clear: both; - width: auto; - padding: 0 0 3px; - color: #666666; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label abbr { - padding-left: 3px; - color: #888888; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li p.inline-hints { - margin-left: 0; - font-style: italic; - font-size: 0.9em; - margin: 0; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.buttons { - margin: 0; - padding: 0; -} -.swagger-section .swagger-ui-wrap span.blank, -.swagger-section .swagger-ui-wrap span.empty { - color: #888888; - font-style: italic; -} -.swagger-section .swagger-ui-wrap .markdown h3 { - color: #547f00; -} -.swagger-section .swagger-ui-wrap .markdown h4 { - color: #666666; -} -.swagger-section .swagger-ui-wrap .markdown pre { - font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace; - background-color: #fcf6db; - border: 1px solid #e5e0c6; - padding: 10px; - margin: 0 0 10px 0; -} -.swagger-section .swagger-ui-wrap .markdown pre code { - line-height: 1.6em; -} -.swagger-section .swagger-ui-wrap div.gist { - margin: 20px 0 25px 0 !important; -} -.swagger-section .swagger-ui-wrap ul#resources { - font-family: "Droid Sans", sans-serif; - font-size: 0.9em; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource { - border-bottom: 1px solid #dddddd; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading h2 a, -.swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading h2 a { - color: black; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading ul.options li a, -.swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading ul.options li a { - color: #555555; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource:last-child { - border-bottom: none; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading { - border: 1px solid transparent; - float: none; - clear: both; - overflow: hidden; - display: block; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options { - overflow: hidden; - padding: 0; - display: block; - clear: none; - float: right; - margin: 14px 10px 0 0; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li { - float: left; - clear: none; - margin: 0; - padding: 2px 10px; - border-right: 1px solid #dddddd; - color: #666666; - font-size: 0.9em; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a { - color: #aaaaaa; - text-decoration: none; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover { - text-decoration: underline; - color: black; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover, -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:active, -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a.active { - text-decoration: underline; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:first-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.first { - padding-left: 0; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:last-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.last { - padding-right: 0; - border-right: none; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options:first-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options.first { - padding-left: 0; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 { - color: #999999; - padding-left: 0; - display: block; - clear: none; - float: left; - font-family: "Droid Sans", sans-serif; - font-weight: bold; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a { - color: #999999; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a:hover { - color: black; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation { - float: none; - clear: both; - overflow: hidden; - display: block; - margin: 0 0 10px; - padding: 0; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading { - float: none; - clear: both; - overflow: hidden; - display: block; - margin: 0; - padding: 0; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 { - display: block; - clear: none; - float: left; - width: auto; - margin: 0; - padding: 0; - line-height: 1.1em; - color: black; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path { - padding-left: 10px; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a { - color: black; - text-decoration: none; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a:hover { - text-decoration: underline; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a { - text-transform: uppercase; - text-decoration: none; - color: white; - display: inline-block; - width: 50px; - font-size: 0.7em; - text-align: center; - padding: 7px 0 4px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - -o-border-radius: 2px; - -ms-border-radius: 2px; - -khtml-border-radius: 2px; - border-radius: 2px; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span { - margin: 0; - padding: 0; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options { - overflow: hidden; - padding: 0; - display: block; - clear: none; - float: right; - margin: 6px 10px 0 0; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li { - float: left; - clear: none; - margin: 0; - padding: 2px 10px; - font-size: 0.9em; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a { - text-decoration: none; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li.access { - color: black; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content { - border-top: none; - padding: 10px; - -moz-border-radius-bottomleft: 6px; - -webkit-border-bottom-left-radius: 6px; - -o-border-bottom-left-radius: 6px; - -ms-border-bottom-left-radius: 6px; - -khtml-border-bottom-left-radius: 6px; - border-bottom-left-radius: 6px; - -moz-border-radius-bottomright: 6px; - -webkit-border-bottom-right-radius: 6px; - -o-border-bottom-right-radius: 6px; - -ms-border-bottom-right-radius: 6px; - -khtml-border-bottom-right-radius: 6px; - border-bottom-right-radius: 6px; - margin: 0 0 20px; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content h4 { - font-size: 1.1em; - margin: 0; - padding: 15px 0 5px; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header { - float: none; - clear: both; - overflow: hidden; - display: block; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header a { - padding: 4px 0 0 10px; - display: inline-block; - font-size: 0.9em; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit { - display: block; - clear: none; - float: left; - padding: 6px 8px; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header span.response_throbber { - background-image: url('../images/throbber.gif'); - width: 128px; - height: 16px; - display: block; - clear: none; - float: right; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form input[type='text'].error { - outline: 2px solid black; - outline-color: #cc0000; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form select[name='parameterContentType'] { - max-width: 300px; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.response div.block pre { - font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace; - padding: 10px; - font-size: 0.9em; - max-height: 400px; - overflow-y: auto; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading { - background-color: #f9f2e9; - border: 1px solid #f0e0ca; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a { - background-color: #c5862b; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li { - border-right: 1px solid #dddddd; - border-right-color: #f0e0ca; - color: #c5862b; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a { - color: #c5862b; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content { - background-color: #faf5ee; - border: 1px solid #f0e0ca; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4 { - color: #c5862b; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header a { - color: #dcb67f; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading { - background-color: #fcffcd; - border: 1px solid black; - border-color: #ffd20f; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span.http_method a { - text-transform: uppercase; - background-color: #ffd20f; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li { - border-right: 1px solid #dddddd; - border-right-color: #ffd20f; - color: #ffd20f; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a { - color: #ffd20f; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content { - background-color: #fcffcd; - border: 1px solid black; - border-color: #ffd20f; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content h4 { - color: #ffd20f; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header a { - color: #6fc992; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading { - background-color: #f5e8e8; - border: 1px solid #e8c6c7; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a { - text-transform: uppercase; - background-color: #a41e22; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li { - border-right: 1px solid #dddddd; - border-right-color: #e8c6c7; - color: #a41e22; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a { - color: #a41e22; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content { - background-color: #f7eded; - border: 1px solid #e8c6c7; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4 { - color: #a41e22; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header a { - color: #c8787a; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading { - background-color: #e7f6ec; - border: 1px solid #c3e8d1; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a { - background-color: #10a54a; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li { - border-right: 1px solid #dddddd; - border-right-color: #c3e8d1; - color: #10a54a; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a { - color: #10a54a; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content { - background-color: #ebf7f0; - border: 1px solid #c3e8d1; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4 { - color: #10a54a; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header a { - color: #6fc992; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading { - background-color: #FCE9E3; - border: 1px solid #F5D5C3; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.http_method a { - background-color: #D38042; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li { - border-right: 1px solid #dddddd; - border-right-color: #f0cecb; - color: #D38042; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a { - color: #D38042; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content { - background-color: #faf0ef; - border: 1px solid #f0cecb; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content h4 { - color: #D38042; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header a { - color: #dcb67f; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading { - background-color: #e7f0f7; - border: 1px solid #c3d9ec; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a { - background-color: #0f6ab4; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li { - border-right: 1px solid #dddddd; - border-right-color: #c3d9ec; - color: #0f6ab4; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a { - color: #0f6ab4; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content { - background-color: #ebf3f9; - border: 1px solid #c3d9ec; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 { - color: #0f6ab4; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header a { - color: #6fa5d2; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading { - background-color: #e7f0f7; - border: 1px solid #c3d9ec; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading h3 span.http_method a { - background-color: #0f6ab4; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li { - border-right: 1px solid #dddddd; - border-right-color: #c3d9ec; - color: #0f6ab4; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li a { - color: #0f6ab4; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content { - background-color: #ebf3f9; - border: 1px solid #c3d9ec; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content h4 { - color: #0f6ab4; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content div.sandbox_header a { - color: #6fa5d2; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content { - border-top: none; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li:last-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li:last-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li:last-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li:last-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li:last-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li:last-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.last, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.last, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li.last, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.last, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.last, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.last { - padding-right: 0; - border-right: none; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:hover, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:active, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a.active { - text-decoration: underline; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li:first-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li.first { - padding-left: 0; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations:first-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations.first { - padding-left: 0; -} -.swagger-section .swagger-ui-wrap p#colophon { - margin: 0 15px 40px 15px; - padding: 10px 0; - font-size: 0.8em; - border-top: 1px solid #dddddd; - font-family: "Droid Sans", sans-serif; - color: #999999; - font-style: italic; -} -.swagger-section .swagger-ui-wrap p#colophon a { - text-decoration: none; - color: #547f00; -} -.swagger-section .swagger-ui-wrap h3 { - color: black; - font-size: 1.1em; - padding: 10px 0 10px 0; -} -.swagger-section .swagger-ui-wrap .markdown ol, -.swagger-section .swagger-ui-wrap .markdown ul { - font-family: "Droid Sans", sans-serif; - margin: 5px 0 10px; - padding: 0 0 0 18px; - list-style-type: disc; -} -.swagger-section .swagger-ui-wrap form.form_box { - background-color: #ebf3f9; - border: 1px solid #c3d9ec; - padding: 10px; -} -.swagger-section .swagger-ui-wrap form.form_box label { - color: #0f6ab4 !important; -} -.swagger-section .swagger-ui-wrap form.form_box input[type=submit] { - display: block; - padding: 10px; -} -.swagger-section .swagger-ui-wrap form.form_box p.weak { - font-size: 0.8em; -} -.swagger-section .swagger-ui-wrap form.form_box p { - font-size: 0.9em; - padding: 0 0 15px; - color: #7e7b6d; -} -.swagger-section .swagger-ui-wrap form.form_box p a { - color: #646257; -} -.swagger-section .swagger-ui-wrap form.form_box p strong { - color: black; -} -.swagger-section .swagger-ui-wrap .operation-status td.markdown > p:last-child { - padding-bottom: 0; -} -.swagger-section .title { - font-style: bold; -} -.swagger-section .secondary_form { - display: none; -} -.swagger-section .main_image { - display: block; - margin-left: auto; - margin-right: auto; -} -.swagger-section .oauth_body { - margin-left: 100px; - margin-right: 100px; -} -.swagger-section .oauth_submit { - text-align: center; -} -.swagger-section .api-popup-dialog { - z-index: 10000; - position: absolute; - width: 500px; - background: #FFF; - padding: 20px; - border: 1px solid #ccc; - border-radius: 5px; - display: none; - font-size: 13px; - color: #777; -} -.swagger-section .api-popup-dialog .api-popup-title { - font-size: 24px; - padding: 10px 0; -} -.swagger-section .api-popup-dialog .api-popup-title { - font-size: 24px; - padding: 10px 0; -} -.swagger-section .api-popup-dialog p.error-msg { - padding-left: 5px; - padding-bottom: 5px; -} -.swagger-section .api-popup-dialog button.api-popup-authbtn { - height: 30px; -} -.swagger-section .api-popup-dialog button.api-popup-cancel { - height: 30px; -} -.swagger-section .api-popup-scopes { - padding: 10px 20px; -} -.swagger-section .api-popup-scopes li { - padding: 5px 0; - line-height: 20px; -} -.swagger-section .api-popup-scopes .api-scope-desc { - padding-left: 20px; - font-style: italic; -} -.swagger-section .api-popup-scopes li input { - position: relative; - top: 2px; -} -.swagger-section .api-popup-actions { - padding-top: 10px; -} -#header { - display: none; -} -.swagger-section .swagger-ui-wrap .model-signature pre { - max-height: none; -} -.swagger-section .swagger-ui-wrap .body-textarea { - width: 100px; -} -.swagger-section .swagger-ui-wrap input.parameter { - width: 100px; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options { - display: none; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints { - display: block !important; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content { - display: block !important; -} diff --git a/openecomp-be/tools/swagger-ui/css/reset.css b/openecomp-be/tools/swagger-ui/css/reset.css deleted file mode 100644 index b2b078943c..0000000000 --- a/openecomp-be/tools/swagger-ui/css/reset.css +++ /dev/null @@ -1,125 +0,0 @@ -/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */ -html, -body, -div, -span, -applet, -object, -iframe, -h1, -h2, -h3, -h4, -h5, -h6, -p, -blockquote, -pre, -a, -abbr, -acronym, -address, -big, -cite, -code, -del, -dfn, -em, -img, -ins, -kbd, -q, -s, -samp, -small, -strike, -strong, -sub, -sup, -tt, -var, -b, -u, -i, -center, -dl, -dt, -dd, -ol, -ul, -li, -fieldset, -form, -label, -legend, -table, -caption, -tbody, -tfoot, -thead, -tr, -th, -td, -article, -aside, -canvas, -details, -embed, -figure, -figcaption, -footer, -header, -hgroup, -menu, -nav, -output, -ruby, -section, -summary, -time, -mark, -audio, -video { - margin: 0; - padding: 0; - border: 0; - font-size: 100%; - font: inherit; - vertical-align: baseline; -} -/* HTML5 display-role reset for older browsers */ -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -menu, -nav, -section { - display: block; -} -body { - line-height: 1; -} -ol, -ul { - list-style: none; -} -blockquote, -q { - quotes: none; -} -blockquote:before, -blockquote:after, -q:before, -q:after { - content: ''; - content: none; -} -table { - border-collapse: collapse; - border-spacing: 0; -} diff --git a/openecomp-be/tools/swagger-ui/css/screen.css b/openecomp-be/tools/swagger-ui/css/screen.css deleted file mode 100644 index 96f54548c0..0000000000 --- a/openecomp-be/tools/swagger-ui/css/screen.css +++ /dev/null @@ -1,1282 +0,0 @@ -/* Original style from softwaremaniacs.org (c) Ivan Sagalaev */ -.swagger-section pre code { - display: block; - padding: 0.5em; - background: #F0F0F0; -} -.swagger-section pre code, -.swagger-section pre .subst, -.swagger-section pre .tag .title, -.swagger-section pre .lisp .title, -.swagger-section pre .clojure .built_in, -.swagger-section pre .nginx .title { - color: black; -} -.swagger-section pre .string, -.swagger-section pre .title, -.swagger-section pre .constant, -.swagger-section pre .parent, -.swagger-section pre .tag .value, -.swagger-section pre .rules .value, -.swagger-section pre .rules .value .number, -.swagger-section pre .preprocessor, -.swagger-section pre .ruby .symbol, -.swagger-section pre .ruby .symbol .string, -.swagger-section pre .aggregate, -.swagger-section pre .template_tag, -.swagger-section pre .django .variable, -.swagger-section pre .smalltalk .class, -.swagger-section pre .addition, -.swagger-section pre .flow, -.swagger-section pre .stream, -.swagger-section pre .bash .variable, -.swagger-section pre .apache .tag, -.swagger-section pre .apache .cbracket, -.swagger-section pre .tex .command, -.swagger-section pre .tex .special, -.swagger-section pre .erlang_repl .function_or_atom, -.swagger-section pre .markdown .header { - color: #800; -} -.swagger-section pre .comment, -.swagger-section pre .annotation, -.swagger-section pre .template_comment, -.swagger-section pre .diff .header, -.swagger-section pre .chunk, -.swagger-section pre .markdown .blockquote { - color: #888; -} -.swagger-section pre .number, -.swagger-section pre .date, -.swagger-section pre .regexp, -.swagger-section pre .literal, -.swagger-section pre .smalltalk .symbol, -.swagger-section pre .smalltalk .char, -.swagger-section pre .go .constant, -.swagger-section pre .change, -.swagger-section pre .markdown .bullet, -.swagger-section pre .markdown .link_url { - color: #080; -} -.swagger-section pre .label, -.swagger-section pre .javadoc, -.swagger-section pre .ruby .string, -.swagger-section pre .decorator, -.swagger-section pre .filter .argument, -.swagger-section pre .localvars, -.swagger-section pre .array, -.swagger-section pre .attr_selector, -.swagger-section pre .important, -.swagger-section pre .pseudo, -.swagger-section pre .pi, -.swagger-section pre .doctype, -.swagger-section pre .deletion, -.swagger-section pre .envvar, -.swagger-section pre .shebang, -.swagger-section pre .apache .sqbracket, -.swagger-section pre .nginx .built_in, -.swagger-section pre .tex .formula, -.swagger-section pre .erlang_repl .reserved, -.swagger-section pre .prompt, -.swagger-section pre .markdown .link_label, -.swagger-section pre .vhdl .attribute, -.swagger-section pre .clojure .attribute, -.swagger-section pre .coffeescript .property { - color: #8888ff; -} -.swagger-section pre .keyword, -.swagger-section pre .id, -.swagger-section pre .phpdoc, -.swagger-section pre .title, -.swagger-section pre .built_in, -.swagger-section pre .aggregate, -.swagger-section pre .css .tag, -.swagger-section pre .javadoctag, -.swagger-section pre .phpdoc, -.swagger-section pre .yardoctag, -.swagger-section pre .smalltalk .class, -.swagger-section pre .winutils, -.swagger-section pre .bash .variable, -.swagger-section pre .apache .tag, -.swagger-section pre .go .typename, -.swagger-section pre .tex .command, -.swagger-section pre .markdown .strong, -.swagger-section pre .request, -.swagger-section pre .status { - font-weight: bold; -} -.swagger-section pre .markdown .emphasis { - font-style: italic; -} -.swagger-section pre .nginx .built_in { - font-weight: normal; -} -.swagger-section pre .coffeescript .javascript, -.swagger-section pre .javascript .xml, -.swagger-section pre .tex .formula, -.swagger-section pre .xml .javascript, -.swagger-section pre .xml .vbscript, -.swagger-section pre .xml .css, -.swagger-section pre .xml .cdata { - opacity: 0.5; -} -.swagger-section .swagger-ui-wrap { - line-height: 1; - font-family: "Droid Sans", sans-serif; - max-width: 960px; - margin-left: auto; - margin-right: auto; -} -.swagger-section .swagger-ui-wrap b, -.swagger-section .swagger-ui-wrap strong { - font-family: "Droid Sans", sans-serif; - font-weight: bold; -} -.swagger-section .swagger-ui-wrap q, -.swagger-section .swagger-ui-wrap blockquote { - quotes: none; -} -.swagger-section .swagger-ui-wrap p { - line-height: 1.4em; - padding: 0 0 10px; - color: #333333; -} -.swagger-section .swagger-ui-wrap q:before, -.swagger-section .swagger-ui-wrap q:after, -.swagger-section .swagger-ui-wrap blockquote:before, -.swagger-section .swagger-ui-wrap blockquote:after { - content: none; -} -.swagger-section .swagger-ui-wrap .heading_with_menu h1, -.swagger-section .swagger-ui-wrap .heading_with_menu h2, -.swagger-section .swagger-ui-wrap .heading_with_menu h3, -.swagger-section .swagger-ui-wrap .heading_with_menu h4, -.swagger-section .swagger-ui-wrap .heading_with_menu h5, -.swagger-section .swagger-ui-wrap .heading_with_menu h6 { - display: block; - clear: none; - float: left; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; - width: 60%; -} -.swagger-section .swagger-ui-wrap table { - border-collapse: collapse; - border-spacing: 0; -} -.swagger-section .swagger-ui-wrap table thead tr th { - padding: 5px; - font-size: 0.9em; - color: #666666; - border-bottom: 1px solid #999999; -} -.swagger-section .swagger-ui-wrap table tbody tr:last-child td { - border-bottom: none; -} -.swagger-section .swagger-ui-wrap table tbody tr.offset { - background-color: #f0f0f0; -} -.swagger-section .swagger-ui-wrap table tbody tr td { - padding: 6px; - font-size: 0.9em; - border-bottom: 1px solid #cccccc; - vertical-align: top; - line-height: 1.3em; -} -.swagger-section .swagger-ui-wrap ol { - margin: 0px 0 10px; - padding: 0 0 0 18px; - list-style-type: decimal; -} -.swagger-section .swagger-ui-wrap ol li { - padding: 5px 0px; - font-size: 0.9em; - color: #333333; -} -.swagger-section .swagger-ui-wrap ol, -.swagger-section .swagger-ui-wrap ul { - list-style: none; -} -.swagger-section .swagger-ui-wrap h1 a, -.swagger-section .swagger-ui-wrap h2 a, -.swagger-section .swagger-ui-wrap h3 a, -.swagger-section .swagger-ui-wrap h4 a, -.swagger-section .swagger-ui-wrap h5 a, -.swagger-section .swagger-ui-wrap h6 a { - text-decoration: none; -} -.swagger-section .swagger-ui-wrap h1 a:hover, -.swagger-section .swagger-ui-wrap h2 a:hover, -.swagger-section .swagger-ui-wrap h3 a:hover, -.swagger-section .swagger-ui-wrap h4 a:hover, -.swagger-section .swagger-ui-wrap h5 a:hover, -.swagger-section .swagger-ui-wrap h6 a:hover { - text-decoration: underline; -} -.swagger-section .swagger-ui-wrap h1 span.divider, -.swagger-section .swagger-ui-wrap h2 span.divider, -.swagger-section .swagger-ui-wrap h3 span.divider, -.swagger-section .swagger-ui-wrap h4 span.divider, -.swagger-section .swagger-ui-wrap h5 span.divider, -.swagger-section .swagger-ui-wrap h6 span.divider { - color: #aaaaaa; -} -.swagger-section .swagger-ui-wrap a { - color: #547f00; -} -.swagger-section .swagger-ui-wrap a img { - border: none; -} -.swagger-section .swagger-ui-wrap article, -.swagger-section .swagger-ui-wrap aside, -.swagger-section .swagger-ui-wrap details, -.swagger-section .swagger-ui-wrap figcaption, -.swagger-section .swagger-ui-wrap figure, -.swagger-section .swagger-ui-wrap footer, -.swagger-section .swagger-ui-wrap header, -.swagger-section .swagger-ui-wrap hgroup, -.swagger-section .swagger-ui-wrap menu, -.swagger-section .swagger-ui-wrap nav, -.swagger-section .swagger-ui-wrap section, -.swagger-section .swagger-ui-wrap summary { - display: block; -} -.swagger-section .swagger-ui-wrap pre { - font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace; - background-color: #fcf6db; - border: 1px solid #e5e0c6; - padding: 10px; -} -.swagger-section .swagger-ui-wrap pre code { - line-height: 1.6em; - background: none; -} -.swagger-section .swagger-ui-wrap .content > .content-type > div > label { - clear: both; - display: block; - color: #0F6AB4; - font-size: 1.1em; - margin: 0; - padding: 15px 0 5px; -} -.swagger-section .swagger-ui-wrap .content pre { - font-size: 12px; - margin-top: 5px; - padding: 5px; -} -.swagger-section .swagger-ui-wrap .icon-btn { - cursor: pointer; -} -.swagger-section .swagger-ui-wrap .info_title { - padding-bottom: 10px; - font-weight: bold; - font-size: 25px; -} -.swagger-section .swagger-ui-wrap .footer { - margin-top: 20px; -} -.swagger-section .swagger-ui-wrap p.big, -.swagger-section .swagger-ui-wrap div.big p { - font-size: 1em; - margin-bottom: 10px; -} -.swagger-section .swagger-ui-wrap form.fullwidth ol li.string input, -.swagger-section .swagger-ui-wrap form.fullwidth ol li.url input, -.swagger-section .swagger-ui-wrap form.fullwidth ol li.text textarea, -.swagger-section .swagger-ui-wrap form.fullwidth ol li.numeric input { - width: 500px !important; -} -.swagger-section .swagger-ui-wrap .info_license { - padding-bottom: 5px; -} -.swagger-section .swagger-ui-wrap .info_tos { - padding-bottom: 5px; -} -.swagger-section .swagger-ui-wrap .message-fail { - color: #cc0000; -} -.swagger-section .swagger-ui-wrap .info_url { - padding-bottom: 5px; -} -.swagger-section .swagger-ui-wrap .info_email { - padding-bottom: 5px; -} -.swagger-section .swagger-ui-wrap .info_name { - padding-bottom: 5px; -} -.swagger-section .swagger-ui-wrap .info_description { - padding-bottom: 10px; - font-size: 15px; -} -.swagger-section .swagger-ui-wrap .markdown ol li, -.swagger-section .swagger-ui-wrap .markdown ul li { - padding: 3px 0px; - line-height: 1.4em; - color: #333333; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input, -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input, -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input { - display: block; - padding: 4px; - width: auto; - clear: both; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input.title, -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input.title, -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input.title { - font-size: 1.3em; -} -.swagger-section .swagger-ui-wrap table.fullwidth { - width: 100%; -} -.swagger-section .swagger-ui-wrap .model-signature { - font-family: "Droid Sans", sans-serif; - font-size: 1em; - line-height: 1.5em; -} -.swagger-section .swagger-ui-wrap .model-signature .signature-nav a { - text-decoration: none; - color: #AAA; -} -.swagger-section .swagger-ui-wrap .model-signature .signature-nav a:hover { - text-decoration: underline; - color: black; -} -.swagger-section .swagger-ui-wrap .model-signature .signature-nav .selected { - color: black; - text-decoration: none; -} -.swagger-section .swagger-ui-wrap .model-signature .propType { - color: #5555aa; -} -.swagger-section .swagger-ui-wrap .model-signature pre:hover { - background-color: #ffffdd; -} -.swagger-section .swagger-ui-wrap .model-signature pre { - font-size: .85em; - line-height: 1.2em; - overflow: auto; - max-height: 200px; - cursor: pointer; -} -.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav { - display: block; - margin: 0; - padding: 0; -} -.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li:last-child { - padding-right: 0; - border-right: none; -} -.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li { - float: left; - margin: 0 5px 5px 0; - padding: 2px 5px 2px 0; - border-right: 1px solid #ddd; -} -.swagger-section .swagger-ui-wrap .model-signature .propOpt { - color: #555; -} -.swagger-section .swagger-ui-wrap .model-signature .snippet small { - font-size: 0.75em; -} -.swagger-section .swagger-ui-wrap .model-signature .propOptKey { - font-style: italic; -} -.swagger-section .swagger-ui-wrap .model-signature .description .strong { - font-weight: bold; - color: #000; - font-size: .9em; -} -.swagger-section .swagger-ui-wrap .model-signature .description div { - font-size: 0.9em; - line-height: 1.5em; - margin-left: 1em; -} -.swagger-section .swagger-ui-wrap .model-signature .description .stronger { - font-weight: bold; - color: #000; -} -.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper { - border-spacing: 0; - position: absolute; - background-color: #ffffff; - border: 1px solid #bbbbbb; - display: none; - font-size: 11px; - max-width: 400px; - line-height: 30px; - color: black; - padding: 5px; - margin-left: 10px; -} -.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper th { - text-align: center; - background-color: #eeeeee; - border: 1px solid #bbbbbb; - font-size: 11px; - color: #666666; - font-weight: bold; - padding: 5px; - line-height: 15px; -} -.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper .optionName { - font-weight: bold; -} -.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:first-child, -.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:last-child { - display: inline; -} -.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:not(:first-child):before { - display: block; - content: ''; -} -.swagger-section .swagger-ui-wrap .model-signature .description span:last-of-type.propDesc.markdown > p:only-child { - margin-right: -3px; -} -.swagger-section .swagger-ui-wrap .model-signature .propName { - font-weight: bold; -} -.swagger-section .swagger-ui-wrap .model-signature .signature-container { - clear: both; -} -.swagger-section .swagger-ui-wrap .body-textarea { - width: 300px; - height: 100px; - border: 1px solid #aaa; -} -.swagger-section .swagger-ui-wrap .markdown p code, -.swagger-section .swagger-ui-wrap .markdown li code { - font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace; - background-color: #f0f0f0; - color: black; - padding: 1px 3px; -} -.swagger-section .swagger-ui-wrap .required { - font-weight: bold; -} -.swagger-section .swagger-ui-wrap input.parameter { - width: 300px; - border: 1px solid #aaa; -} -.swagger-section .swagger-ui-wrap h1 { - color: black; - font-size: 1.5em; - line-height: 1.3em; - padding: 10px 0 10px 0; - font-family: "Droid Sans", sans-serif; - font-weight: bold; -} -.swagger-section .swagger-ui-wrap .heading_with_menu { - float: none; - clear: both; - overflow: hidden; - display: block; -} -.swagger-section .swagger-ui-wrap .heading_with_menu ul { - display: block; - clear: none; - float: right; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; - margin-top: 10px; -} -.swagger-section .swagger-ui-wrap h2 { - color: black; - font-size: 1.3em; - padding: 10px 0 10px 0; -} -.swagger-section .swagger-ui-wrap h2 a { - color: black; -} -.swagger-section .swagger-ui-wrap h2 span.sub { - font-size: 0.7em; - color: #999999; - font-style: italic; -} -.swagger-section .swagger-ui-wrap h2 span.sub a { - color: #777777; -} -.swagger-section .swagger-ui-wrap span.weak { - color: #666666; -} -.swagger-section .swagger-ui-wrap .message-success { - color: #89BF04; -} -.swagger-section .swagger-ui-wrap caption, -.swagger-section .swagger-ui-wrap th, -.swagger-section .swagger-ui-wrap td { - text-align: left; - font-weight: normal; - vertical-align: middle; -} -.swagger-section .swagger-ui-wrap .code { - font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.text textarea { - font-family: "Droid Sans", sans-serif; - height: 250px; - padding: 4px; - display: block; - clear: both; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.select select { - display: block; - clear: both; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean { - float: none; - clear: both; - overflow: hidden; - display: block; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean label { - display: block; - float: left; - clear: none; - margin: 0; - padding: 0; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean input { - display: block; - float: left; - clear: none; - margin: 0 5px 0 0; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.required label { - color: black; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label { - display: block; - clear: both; - width: auto; - padding: 0 0 3px; - color: #666666; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label abbr { - padding-left: 3px; - color: #888888; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li p.inline-hints { - margin-left: 0; - font-style: italic; - font-size: 0.9em; - margin: 0; -} -.swagger-section .swagger-ui-wrap form.formtastic fieldset.buttons { - margin: 0; - padding: 0; -} -.swagger-section .swagger-ui-wrap span.blank, -.swagger-section .swagger-ui-wrap span.empty { - color: #888888; - font-style: italic; -} -.swagger-section .swagger-ui-wrap .markdown h3 { - color: #547f00; -} -.swagger-section .swagger-ui-wrap .markdown h4 { - color: #666666; -} -.swagger-section .swagger-ui-wrap .markdown pre { - font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace; - background-color: #fcf6db; - border: 1px solid #e5e0c6; - padding: 10px; - margin: 0 0 10px 0; -} -.swagger-section .swagger-ui-wrap .markdown pre code { - line-height: 1.6em; -} -.swagger-section .swagger-ui-wrap div.gist { - margin: 20px 0 25px 0 !important; -} -.swagger-section .swagger-ui-wrap ul#resources { - font-family: "Droid Sans", sans-serif; - font-size: 0.9em; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource { - border-bottom: 1px solid #dddddd; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading h2 a, -.swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading h2 a { - color: black; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading ul.options li a, -.swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading ul.options li a { - color: #555555; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource:last-child { - border-bottom: none; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading { - border: 1px solid transparent; - float: none; - clear: both; - overflow: hidden; - display: block; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options { - overflow: hidden; - padding: 0; - display: block; - clear: none; - float: right; - margin: 14px 10px 0 0; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li { - float: left; - clear: none; - margin: 0; - padding: 2px 10px; - border-right: 1px solid #dddddd; - color: #666666; - font-size: 0.9em; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a { - color: #aaaaaa; - text-decoration: none; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover { - text-decoration: underline; - color: black; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover, -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:active, -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a.active { - text-decoration: underline; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:first-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.first { - padding-left: 0; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:last-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.last { - padding-right: 0; - border-right: none; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options:first-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options.first { - padding-left: 0; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 { - color: #999999; - padding-left: 0; - display: block; - clear: none; - float: left; - font-family: "Droid Sans", sans-serif; - font-weight: bold; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a { - color: #999999; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a:hover { - color: black; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation { - float: none; - clear: both; - overflow: hidden; - display: block; - margin: 0 0 10px; - padding: 0; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading { - float: none; - clear: both; - overflow: hidden; - display: block; - margin: 0; - padding: 0; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 { - display: block; - clear: none; - float: left; - width: auto; - margin: 0; - padding: 0; - line-height: 1.1em; - color: black; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path { - padding-left: 10px; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a { - color: black; - text-decoration: none; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a:hover { - text-decoration: underline; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a { - text-transform: uppercase; - text-decoration: none; - color: white; - display: inline-block; - width: 50px; - font-size: 0.7em; - text-align: center; - padding: 7px 0 4px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - -o-border-radius: 2px; - -ms-border-radius: 2px; - -khtml-border-radius: 2px; - border-radius: 2px; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span { - margin: 0; - padding: 0; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options { - overflow: hidden; - padding: 0; - display: block; - clear: none; - float: right; - margin: 6px 10px 0 0; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li { - float: left; - clear: none; - margin: 0; - padding: 2px 10px; - font-size: 0.9em; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a { - text-decoration: none; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li.access { - color: black; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content { - border-top: none; - padding: 10px; - -moz-border-radius-bottomleft: 6px; - -webkit-border-bottom-left-radius: 6px; - -o-border-bottom-left-radius: 6px; - -ms-border-bottom-left-radius: 6px; - -khtml-border-bottom-left-radius: 6px; - border-bottom-left-radius: 6px; - -moz-border-radius-bottomright: 6px; - -webkit-border-bottom-right-radius: 6px; - -o-border-bottom-right-radius: 6px; - -ms-border-bottom-right-radius: 6px; - -khtml-border-bottom-right-radius: 6px; - border-bottom-right-radius: 6px; - margin: 0 0 20px; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content h4 { - font-size: 1.1em; - margin: 0; - padding: 15px 0 5px; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header { - float: none; - clear: both; - overflow: hidden; - display: block; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header a { - padding: 4px 0 0 10px; - display: inline-block; - font-size: 0.9em; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit { - display: block; - clear: none; - float: left; - padding: 6px 8px; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header span.response_throbber { - background-image: url('../images/throbber.gif'); - width: 128px; - height: 16px; - display: block; - clear: none; - float: right; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form input[type='text'].error { - outline: 2px solid black; - outline-color: #cc0000; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form select[name='parameterContentType'] { - max-width: 300px; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.response div.block pre { - font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace; - padding: 10px; - font-size: 0.9em; - max-height: 400px; - overflow-y: auto; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading { - background-color: #f9f2e9; - border: 1px solid #f0e0ca; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a { - background-color: #c5862b; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li { - border-right: 1px solid #dddddd; - border-right-color: #f0e0ca; - color: #c5862b; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a { - color: #c5862b; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content { - background-color: #faf5ee; - border: 1px solid #f0e0ca; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4 { - color: #c5862b; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header a { - color: #dcb67f; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading { - background-color: #fcffcd; - border: 1px solid black; - border-color: #ffd20f; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span.http_method a { - text-transform: uppercase; - background-color: #ffd20f; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li { - border-right: 1px solid #dddddd; - border-right-color: #ffd20f; - color: #ffd20f; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a { - color: #ffd20f; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content { - background-color: #fcffcd; - border: 1px solid black; - border-color: #ffd20f; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content h4 { - color: #ffd20f; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header a { - color: #6fc992; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading { - background-color: #f5e8e8; - border: 1px solid #e8c6c7; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a { - text-transform: uppercase; - background-color: #a41e22; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li { - border-right: 1px solid #dddddd; - border-right-color: #e8c6c7; - color: #a41e22; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a { - color: #a41e22; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content { - background-color: #f7eded; - border: 1px solid #e8c6c7; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4 { - color: #a41e22; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header a { - color: #c8787a; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading { - background-color: #e7f6ec; - border: 1px solid #c3e8d1; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a { - background-color: #10a54a; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li { - border-right: 1px solid #dddddd; - border-right-color: #c3e8d1; - color: #10a54a; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a { - color: #10a54a; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content { - background-color: #ebf7f0; - border: 1px solid #c3e8d1; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4 { - color: #10a54a; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header a { - color: #6fc992; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading { - background-color: #FCE9E3; - border: 1px solid #F5D5C3; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.http_method a { - background-color: #D38042; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li { - border-right: 1px solid #dddddd; - border-right-color: #f0cecb; - color: #D38042; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a { - color: #D38042; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content { - background-color: #faf0ef; - border: 1px solid #f0cecb; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content h4 { - color: #D38042; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header a { - color: #dcb67f; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading { - background-color: #e7f0f7; - border: 1px solid #c3d9ec; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a { - background-color: #0f6ab4; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li { - border-right: 1px solid #dddddd; - border-right-color: #c3d9ec; - color: #0f6ab4; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a { - color: #0f6ab4; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content { - background-color: #ebf3f9; - border: 1px solid #c3d9ec; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 { - color: #0f6ab4; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header a { - color: #6fa5d2; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading { - background-color: #e7f0f7; - border: 1px solid #c3d9ec; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading h3 span.http_method a { - background-color: #0f6ab4; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li { - border-right: 1px solid #dddddd; - border-right-color: #c3d9ec; - color: #0f6ab4; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li a { - color: #0f6ab4; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content { - background-color: #ebf3f9; - border: 1px solid #c3d9ec; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content h4 { - color: #0f6ab4; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content div.sandbox_header a { - color: #6fa5d2; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content { - border-top: none; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li:last-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li:last-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li:last-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li:last-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li:last-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li:last-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.last, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.last, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li.last, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.last, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.last, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.last { - padding-right: 0; - border-right: none; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:hover, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:active, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a.active { - text-decoration: underline; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li:first-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li.first { - padding-left: 0; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations:first-child, -.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations.first { - padding-left: 0; -} -.swagger-section .swagger-ui-wrap p#colophon { - margin: 0 15px 40px 15px; - padding: 10px 0; - font-size: 0.8em; - border-top: 1px solid #dddddd; - font-family: "Droid Sans", sans-serif; - color: #999999; - font-style: italic; -} -.swagger-section .swagger-ui-wrap p#colophon a { - text-decoration: none; - color: #547f00; -} -.swagger-section .swagger-ui-wrap h3 { - color: black; - font-size: 1.1em; - padding: 10px 0 10px 0; -} -.swagger-section .swagger-ui-wrap .markdown ol, -.swagger-section .swagger-ui-wrap .markdown ul { - font-family: "Droid Sans", sans-serif; - margin: 5px 0 10px; - padding: 0 0 0 18px; - list-style-type: disc; -} -.swagger-section .swagger-ui-wrap form.form_box { - background-color: #ebf3f9; - border: 1px solid #c3d9ec; - padding: 10px; -} -.swagger-section .swagger-ui-wrap form.form_box label { - color: #0f6ab4 !important; -} -.swagger-section .swagger-ui-wrap form.form_box input[type=submit] { - display: block; - padding: 10px; -} -.swagger-section .swagger-ui-wrap form.form_box p.weak { - font-size: 0.8em; -} -.swagger-section .swagger-ui-wrap form.form_box p { - font-size: 0.9em; - padding: 0 0 15px; - color: #7e7b6d; -} -.swagger-section .swagger-ui-wrap form.form_box p a { - color: #646257; -} -.swagger-section .swagger-ui-wrap form.form_box p strong { - color: black; -} -.swagger-section .swagger-ui-wrap .operation-status td.markdown > p:last-child { - padding-bottom: 0; -} -.swagger-section .title { - font-style: bold; -} -.swagger-section .secondary_form { - display: none; -} -.swagger-section .main_image { - display: block; - margin-left: auto; - margin-right: auto; -} -.swagger-section .oauth_body { - margin-left: 100px; - margin-right: 100px; -} -.swagger-section .oauth_submit { - text-align: center; -} -.swagger-section .api-popup-dialog { - z-index: 10000; - position: absolute; - width: 500px; - background: #FFF; - padding: 20px; - border: 1px solid #ccc; - border-radius: 5px; - display: none; - font-size: 13px; - color: #777; -} -.swagger-section .api-popup-dialog .api-popup-title { - font-size: 24px; - padding: 10px 0; -} -.swagger-section .api-popup-dialog .api-popup-title { - font-size: 24px; - padding: 10px 0; -} -.swagger-section .api-popup-dialog p.error-msg { - padding-left: 5px; - padding-bottom: 5px; -} -.swagger-section .api-popup-dialog button.api-popup-authbtn { - height: 30px; -} -.swagger-section .api-popup-dialog button.api-popup-cancel { - height: 30px; -} -.swagger-section .api-popup-scopes { - padding: 10px 20px; -} -.swagger-section .api-popup-scopes li { - padding: 5px 0; - line-height: 20px; -} -.swagger-section .api-popup-scopes .api-scope-desc { - padding-left: 20px; - font-style: italic; -} -.swagger-section .api-popup-scopes li input { - position: relative; - top: 2px; -} -.swagger-section .api-popup-actions { - padding-top: 10px; -} -.swagger-section .access { - float: right; -} -.swagger-section .auth { - float: right; -} -.swagger-section .api-ic { - height: 18px; - vertical-align: middle; - display: inline-block; - background: url(../images/explorer_icons.png) no-repeat; -} -.swagger-section .api-ic .api_information_panel { - position: relative; - margin-top: 20px; - margin-left: -5px; - background: #FFF; - border: 1px solid #ccc; - border-radius: 5px; - display: none; - font-size: 13px; - max-width: 300px; - line-height: 30px; - color: black; - padding: 5px; -} -.swagger-section .api-ic .api_information_panel p .api-msg-enabled { - color: green; -} -.swagger-section .api-ic .api_information_panel p .api-msg-disabled { - color: red; -} -.swagger-section .api-ic:hover .api_information_panel { - position: absolute; - display: block; -} -.swagger-section .ic-info { - background-position: 0 0; - width: 18px; - margin-top: -6px; - margin-left: 4px; -} -.swagger-section .ic-warning { - background-position: -60px 0; - width: 18px; - margin-top: -6px; - margin-left: 4px; -} -.swagger-section .ic-error { - background-position: -30px 0; - width: 18px; - margin-top: -6px; - margin-left: 4px; -} -.swagger-section .ic-off { - background-position: -90px 0; - width: 58px; - margin-top: -4px; - cursor: pointer; -} -.swagger-section .ic-on { - background-position: -160px 0; - width: 58px; - margin-top: -4px; - cursor: pointer; -} -.swagger-section #header { - background-color: #89bf04; - padding: 14px; -} -.swagger-section #header a#logo { - font-size: 1.5em; - font-weight: bold; - text-decoration: none; - background: transparent url(../images/logo_small.png) no-repeat left center; - padding: 20px 0 20px 40px; - color: white; -} -.swagger-section #header form#api_selector { - display: block; - clear: none; - float: right; -} -.swagger-section #header form#api_selector .input { - display: block; - clear: none; - float: left; - margin: 0 10px 0 0; -} -.swagger-section #header form#api_selector .input input#input_apiKey { - width: 200px; -} -.swagger-section #header form#api_selector .input input#input_baseUrl { - width: 400px; -} -.swagger-section #header form#api_selector .input a#explore { - display: block; - text-decoration: none; - font-weight: bold; - padding: 6px 8px; - font-size: 0.9em; - color: white; - background-color: #547f00; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - -o-border-radius: 4px; - -ms-border-radius: 4px; - -khtml-border-radius: 4px; - border-radius: 4px; -} -.swagger-section #header form#api_selector .input a#explore:hover { - background-color: #547f00; -} -.swagger-section #header form#api_selector .input input { - font-size: 0.9em; - padding: 3px; - margin: 0; -} -.swagger-section #content_message { - margin: 10px 15px; - font-style: italic; - color: #999999; -} -.swagger-section #message-bar { - min-height: 30px; - text-align: center; - padding-top: 10px; -} diff --git a/openecomp-be/tools/swagger-ui/css/style.css b/openecomp-be/tools/swagger-ui/css/style.css deleted file mode 100644 index fc21a31db5..0000000000 --- a/openecomp-be/tools/swagger-ui/css/style.css +++ /dev/null @@ -1,250 +0,0 @@ -.swagger-section #header a#logo { - font-size: 1.5em; - font-weight: bold; - text-decoration: none; - background: transparent url(../images/logo.png) no-repeat left center; - padding: 20px 0 20px 40px; -} -#text-head { - font-size: 80px; - font-family: 'Roboto', sans-serif; - color: #ffffff; - float: right; - margin-right: 20%; -} -.navbar-fixed-top .navbar-nav { - height: auto; -} -.navbar-fixed-top .navbar-brand { - height: auto; -} -.navbar-header { - height: auto; -} -.navbar-inverse { - background-color: #000; - border-color: #000; -} -#navbar-brand { - margin-left: 20%; -} -.navtext { - font-size: 10px; -} -.h1, -h1 { - font-size: 60px; -} -.navbar-default .navbar-header .navbar-brand { - color: #a2dfee; -} -/* tag titles */ -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a { - color: #393939; - font-family: 'Arvo', serif; - font-size: 1.5em; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a:hover { - color: black; -} -.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 { - color: #525252; - padding-left: 0px; - display: block; - clear: none; - float: left; - font-family: 'Arvo', serif; - font-weight: bold; -} -.navbar-default .navbar-collapse, -.navbar-default .navbar-form { - border-color: #0A0A0A; -} -.container1 { - width: 1500px; - margin: auto; - margin-top: 0; - background-image: url('../images/shield.png'); - background-repeat: no-repeat; - background-position: -40px -20px; - margin-bottom: 210px; -} -.container-inner { - width: 1200px; - margin: auto; - background-color: rgba(223, 227, 228, 0.75); - padding-bottom: 40px; - padding-top: 40px; - border-radius: 15px; -} -.header-content { - padding: 0; - width: 1000px; -} -.title1 { - font-size: 80px; - font-family: 'Vollkorn', serif; - color: #404040; - text-align: center; - padding-top: 40px; - padding-bottom: 100px; -} -#icon { - margin-top: -18px; -} -.subtext { - font-size: 25px; - font-style: italic; - color: #08b; - text-align: right; - padding-right: 250px; -} -.bg-primary { - background-color: #00468b; -} -.navbar-default .nav > li > a, -.navbar-default .nav > li > a:focus { - color: #08b; -} -.navbar-default .nav > li > a, -.navbar-default .nav > li > a:hover { - color: #08b; -} -.navbar-default .nav > li > a, -.navbar-default .nav > li > a:focus:hover { - color: #08b; -} -.text-faded { - font-size: 25px; - font-family: 'Vollkorn', serif; -} -.section-heading { - font-family: 'Vollkorn', serif; - font-size: 45px; - padding-bottom: 10px; -} -hr { - border-color: #00468b; - padding-bottom: 10px; -} -.description { - margin-top: 20px; - padding-bottom: 200px; -} -.description li { - font-family: 'Vollkorn', serif; - font-size: 25px; - color: #525252; - margin-left: 28%; - padding-top: 5px; -} -.gap { - margin-top: 200px; -} -.troubleshootingtext { - color: rgba(255, 255, 255, 0.7); - padding-left: 30%; -} -.troubleshootingtext li { - list-style-type: circle; - font-size: 25px; - padding-bottom: 5px; -} -.overlay { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 1000; -} -.block.response_body.json:hover { - cursor: pointer; -} -.backdrop { - color: blue; -} -#myModal { - height: 100%; -} -.modal-backdrop { - bottom: 0; - position: fixed; -} -.curl { - padding: 10px; - font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace; - font-size: 0.9em; - max-height: 400px; - margin-top: 5px; - overflow-y: auto; - background-color: #fcf6db; - border: 1px solid #e5e0c6; - border-radius: 4px; -} -.curl_title { - font-size: 1.1em; - margin: 0; - padding: 15px 0 5px; - font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; - font-weight: 500; - line-height: 1.1; -} -.footer { - display: none; -} -.swagger-section .swagger-ui-wrap h2 { - padding: 0; -} -h2 { - margin: 0; - margin-bottom: 5px; -} -.markdown p { - font-size: 15px; - font-family: 'Arvo', serif; -} -.swagger-section .swagger-ui-wrap .code { - font-size: 15px; - font-family: 'Arvo', serif; -} -.swagger-section .swagger-ui-wrap b { - font-family: 'Arvo', serif; -} -#signin:hover { - cursor: pointer; -} -.dropdown-menu { - padding: 15px; -} -.navbar-right .dropdown-menu { - left: 0; - right: auto; -} -#signinbutton { - width: 100%; - height: 32px; - font-size: 13px; - font-weight: bold; - color: #08b; -} -.navbar-default .nav > li .details { - color: #000000; - text-transform: none; - font-size: 15px; - font-weight: normal; - font-family: 'Open Sans', sans-serif; - font-style: italic; - line-height: 20px; - top: -2px; -} -.navbar-default .nav > li .details:hover { - color: black; -} -#signout { - width: 100%; - height: 32px; - font-size: 13px; - font-weight: bold; - color: #08b; -} diff --git a/openecomp-be/tools/swagger-ui/css/swagger-ui.css b/openecomp-be/tools/swagger-ui/css/swagger-ui.css new file mode 100644 index 0000000000..ebec8581b8 --- /dev/null +++ b/openecomp-be/tools/swagger-ui/css/swagger-ui.css @@ -0,0 +1,4 @@ +.swagger-ui{color:#3b4151; + /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */font-family:sans-serif}.swagger-ui html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.15}.swagger-ui body{margin:0}.swagger-ui article,.swagger-ui aside,.swagger-ui footer,.swagger-ui header,.swagger-ui nav,.swagger-ui section{display:block}.swagger-ui h1{font-size:2em;margin:.67em 0}.swagger-ui figcaption,.swagger-ui figure,.swagger-ui main{display:block}.swagger-ui figure{margin:1em 40px}.swagger-ui hr{box-sizing:content-box;height:0;overflow:visible}.swagger-ui pre{font-family:monospace,monospace;font-size:1em}.swagger-ui a{-webkit-text-decoration-skip:objects;background-color:transparent}.swagger-ui abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.swagger-ui b,.swagger-ui strong{font-weight:inherit;font-weight:bolder}.swagger-ui code,.swagger-ui kbd,.swagger-ui samp{font-family:monospace,monospace;font-size:1em}.swagger-ui dfn{font-style:italic}.swagger-ui mark{background-color:#ff0;color:#000}.swagger-ui small{font-size:80%}.swagger-ui sub,.swagger-ui sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.swagger-ui sub{bottom:-.25em}.swagger-ui sup{top:-.5em}.swagger-ui audio,.swagger-ui video{display:inline-block}.swagger-ui audio:not([controls]){display:none;height:0}.swagger-ui img{border-style:none}.swagger-ui svg:not(:root){overflow:hidden}.swagger-ui button,.swagger-ui input,.swagger-ui optgroup,.swagger-ui select,.swagger-ui textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}.swagger-ui button,.swagger-ui input{overflow:visible}.swagger-ui button,.swagger-ui select{text-transform:none}.swagger-ui [type=reset],.swagger-ui [type=submit],.swagger-ui button,.swagger-ui html [type=button]{-webkit-appearance:button}.swagger-ui [type=button]::-moz-focus-inner,.swagger-ui [type=reset]::-moz-focus-inner,.swagger-ui [type=submit]::-moz-focus-inner,.swagger-ui button::-moz-focus-inner{border-style:none;padding:0}.swagger-ui [type=button]:-moz-focusring,.swagger-ui [type=reset]:-moz-focusring,.swagger-ui [type=submit]:-moz-focusring,.swagger-ui button:-moz-focusring{outline:1px dotted ButtonText}.swagger-ui fieldset{padding:.35em .75em .625em}.swagger-ui legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.swagger-ui progress{display:inline-block;vertical-align:baseline}.swagger-ui textarea{overflow:auto}.swagger-ui [type=checkbox],.swagger-ui [type=radio]{box-sizing:border-box;padding:0}.swagger-ui [type=number]::-webkit-inner-spin-button,.swagger-ui [type=number]::-webkit-outer-spin-button{height:auto}.swagger-ui [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.swagger-ui [type=search]::-webkit-search-cancel-button,.swagger-ui [type=search]::-webkit-search-decoration{-webkit-appearance:none}.swagger-ui ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.swagger-ui details,.swagger-ui menu{display:block}.swagger-ui summary{display:list-item}.swagger-ui canvas{display:inline-block}.swagger-ui [hidden],.swagger-ui template{display:none}.swagger-ui .debug *{outline:1px solid gold}.swagger-ui .debug-white *{outline:1px solid #fff}.swagger-ui .debug-black *{outline:1px solid #000}.swagger-ui .debug-grid{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTRDOTY4N0U2N0VFMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTRDOTY4N0Q2N0VFMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3NjY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3NzY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsBS+GMAAAAjSURBVHjaYvz//z8DLsD4gcGXiYEAGBIKGBne//fFpwAgwAB98AaF2pjlUQAAAABJRU5ErkJggg==) repeat 0 0}.swagger-ui .debug-grid-16{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODYyRjhERDU2N0YyMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODYyRjhERDQ2N0YyMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3QTY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3QjY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvCS01IAAABMSURBVHjaYmR4/5+BFPBfAMFm/MBgx8RAGWCn1AAmSg34Q6kBDKMGMDCwICeMIemF/5QawEipAWwUhwEjMDvbAWlWkvVBwu8vQIABAEwBCph8U6c0AAAAAElFTkSuQmCC) repeat 0 0}.swagger-ui .debug-grid-8-solid{background:#fff url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAAAAD/4QMxaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzExMSA3OS4xNTgzMjUsIDIwMTUvMDkvMTAtMDE6MTA6MjAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIxMjI0OTczNjdCMzExRTZCMkJDRTI0MDgxMDAyMTcxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIxMjI0OTc0NjdCMzExRTZCMkJDRTI0MDgxMDAyMTcxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjEyMjQ5NzE2N0IzMTFFNkIyQkNFMjQwODEwMDIxNzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjEyMjQ5NzI2N0IzMTFFNkIyQkNFMjQwODEwMDIxNzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAbGhopHSlBJiZBQi8vL0JHPz4+P0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHAR0pKTQmND8oKD9HPzU/R0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0f/wAARCAAIAAgDASIAAhEBAxEB/8QAWQABAQAAAAAAAAAAAAAAAAAAAAYBAQEAAAAAAAAAAAAAAAAAAAIEEAEBAAMBAAAAAAAAAAAAAAABADECA0ERAAEDBQAAAAAAAAAAAAAAAAARITFBUWESIv/aAAwDAQACEQMRAD8AoOnTV1QTD7JJshP3vSM3P//Z) repeat 0 0}.swagger-ui .debug-grid-16-solid{background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzY3MkJEN0U2N0M1MTFFNkIyQkNFMjQwODEwMDIxNzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzY3MkJEN0Y2N0M1MTFFNkIyQkNFMjQwODEwMDIxNzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3QzY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3RDY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pve6J3kAAAAzSURBVHjaYvz//z8D0UDsMwMjSRoYP5Gq4SPNbRjVMEQ1fCRDg+in/6+J1AJUxsgAEGAA31BAJMS0GYEAAAAASUVORK5CYII=) repeat 0 0}.swagger-ui .border-box,.swagger-ui a,.swagger-ui article,.swagger-ui body,.swagger-ui code,.swagger-ui dd,.swagger-ui div,.swagger-ui dl,.swagger-ui dt,.swagger-ui fieldset,.swagger-ui footer,.swagger-ui form,.swagger-ui h1,.swagger-ui h2,.swagger-ui h3,.swagger-ui h4,.swagger-ui h5,.swagger-ui h6,.swagger-ui header,.swagger-ui html,.swagger-ui input[type=email],.swagger-ui input[type=number],.swagger-ui input[type=password],.swagger-ui input[type=tel],.swagger-ui input[type=text],.swagger-ui input[type=url],.swagger-ui legend,.swagger-ui li,.swagger-ui main,.swagger-ui ol,.swagger-ui p,.swagger-ui pre,.swagger-ui section,.swagger-ui table,.swagger-ui td,.swagger-ui textarea,.swagger-ui th,.swagger-ui tr,.swagger-ui ul{box-sizing:border-box}.swagger-ui .aspect-ratio{height:0;position:relative}.swagger-ui .aspect-ratio--16x9{padding-bottom:56.25%}.swagger-ui .aspect-ratio--9x16{padding-bottom:177.77%}.swagger-ui .aspect-ratio--4x3{padding-bottom:75%}.swagger-ui .aspect-ratio--3x4{padding-bottom:133.33%}.swagger-ui .aspect-ratio--6x4{padding-bottom:66.6%}.swagger-ui .aspect-ratio--4x6{padding-bottom:150%}.swagger-ui .aspect-ratio--8x5{padding-bottom:62.5%}.swagger-ui .aspect-ratio--5x8{padding-bottom:160%}.swagger-ui .aspect-ratio--7x5{padding-bottom:71.42%}.swagger-ui .aspect-ratio--5x7{padding-bottom:140%}.swagger-ui .aspect-ratio--1x1{padding-bottom:100%}.swagger-ui .aspect-ratio--object{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:100}@media screen and (min-width:30em){.swagger-ui .aspect-ratio-ns{height:0;position:relative}.swagger-ui .aspect-ratio--16x9-ns{padding-bottom:56.25%}.swagger-ui .aspect-ratio--9x16-ns{padding-bottom:177.77%}.swagger-ui .aspect-ratio--4x3-ns{padding-bottom:75%}.swagger-ui .aspect-ratio--3x4-ns{padding-bottom:133.33%}.swagger-ui .aspect-ratio--6x4-ns{padding-bottom:66.6%}.swagger-ui .aspect-ratio--4x6-ns{padding-bottom:150%}.swagger-ui .aspect-ratio--8x5-ns{padding-bottom:62.5%}.swagger-ui .aspect-ratio--5x8-ns{padding-bottom:160%}.swagger-ui .aspect-ratio--7x5-ns{padding-bottom:71.42%}.swagger-ui .aspect-ratio--5x7-ns{padding-bottom:140%}.swagger-ui .aspect-ratio--1x1-ns{padding-bottom:100%}.swagger-ui .aspect-ratio--object-ns{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:100}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .aspect-ratio-m{height:0;position:relative}.swagger-ui .aspect-ratio--16x9-m{padding-bottom:56.25%}.swagger-ui .aspect-ratio--9x16-m{padding-bottom:177.77%}.swagger-ui .aspect-ratio--4x3-m{padding-bottom:75%}.swagger-ui .aspect-ratio--3x4-m{padding-bottom:133.33%}.swagger-ui .aspect-ratio--6x4-m{padding-bottom:66.6%}.swagger-ui .aspect-ratio--4x6-m{padding-bottom:150%}.swagger-ui .aspect-ratio--8x5-m{padding-bottom:62.5%}.swagger-ui .aspect-ratio--5x8-m{padding-bottom:160%}.swagger-ui .aspect-ratio--7x5-m{padding-bottom:71.42%}.swagger-ui .aspect-ratio--5x7-m{padding-bottom:140%}.swagger-ui .aspect-ratio--1x1-m{padding-bottom:100%}.swagger-ui .aspect-ratio--object-m{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:100}}@media screen and (min-width:60em){.swagger-ui .aspect-ratio-l{height:0;position:relative}.swagger-ui .aspect-ratio--16x9-l{padding-bottom:56.25%}.swagger-ui .aspect-ratio--9x16-l{padding-bottom:177.77%}.swagger-ui .aspect-ratio--4x3-l{padding-bottom:75%}.swagger-ui .aspect-ratio--3x4-l{padding-bottom:133.33%}.swagger-ui .aspect-ratio--6x4-l{padding-bottom:66.6%}.swagger-ui .aspect-ratio--4x6-l{padding-bottom:150%}.swagger-ui .aspect-ratio--8x5-l{padding-bottom:62.5%}.swagger-ui .aspect-ratio--5x8-l{padding-bottom:160%}.swagger-ui .aspect-ratio--7x5-l{padding-bottom:71.42%}.swagger-ui .aspect-ratio--5x7-l{padding-bottom:140%}.swagger-ui .aspect-ratio--1x1-l{padding-bottom:100%}.swagger-ui .aspect-ratio--object-l{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:100}}.swagger-ui img{max-width:100%}.swagger-ui .cover{background-size:cover!important}.swagger-ui .contain{background-size:contain!important}@media screen and (min-width:30em){.swagger-ui .cover-ns{background-size:cover!important}.swagger-ui .contain-ns{background-size:contain!important}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .cover-m{background-size:cover!important}.swagger-ui .contain-m{background-size:contain!important}}@media screen and (min-width:60em){.swagger-ui .cover-l{background-size:cover!important}.swagger-ui .contain-l{background-size:contain!important}}.swagger-ui .bg-center{background-position:50%;background-repeat:no-repeat}.swagger-ui .bg-top{background-position:top;background-repeat:no-repeat}.swagger-ui .bg-right{background-position:100%;background-repeat:no-repeat}.swagger-ui .bg-bottom{background-position:bottom;background-repeat:no-repeat}.swagger-ui .bg-left{background-position:0;background-repeat:no-repeat}@media screen and (min-width:30em){.swagger-ui .bg-center-ns{background-position:50%;background-repeat:no-repeat}.swagger-ui .bg-top-ns{background-position:top;background-repeat:no-repeat}.swagger-ui .bg-right-ns{background-position:100%;background-repeat:no-repeat}.swagger-ui .bg-bottom-ns{background-position:bottom;background-repeat:no-repeat}.swagger-ui .bg-left-ns{background-position:0;background-repeat:no-repeat}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .bg-center-m{background-position:50%;background-repeat:no-repeat}.swagger-ui .bg-top-m{background-position:top;background-repeat:no-repeat}.swagger-ui .bg-right-m{background-position:100%;background-repeat:no-repeat}.swagger-ui .bg-bottom-m{background-position:bottom;background-repeat:no-repeat}.swagger-ui .bg-left-m{background-position:0;background-repeat:no-repeat}}@media screen and (min-width:60em){.swagger-ui .bg-center-l{background-position:50%;background-repeat:no-repeat}.swagger-ui .bg-top-l{background-position:top;background-repeat:no-repeat}.swagger-ui .bg-right-l{background-position:100%;background-repeat:no-repeat}.swagger-ui .bg-bottom-l{background-position:bottom;background-repeat:no-repeat}.swagger-ui .bg-left-l{background-position:0;background-repeat:no-repeat}}.swagger-ui .outline{outline:1px solid}.swagger-ui .outline-transparent{outline:1px solid transparent}.swagger-ui .outline-0{outline:0}@media screen and (min-width:30em){.swagger-ui .outline-ns{outline:1px solid}.swagger-ui .outline-transparent-ns{outline:1px solid transparent}.swagger-ui .outline-0-ns{outline:0}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .outline-m{outline:1px solid}.swagger-ui .outline-transparent-m{outline:1px solid transparent}.swagger-ui .outline-0-m{outline:0}}@media screen and (min-width:60em){.swagger-ui .outline-l{outline:1px solid}.swagger-ui .outline-transparent-l{outline:1px solid transparent}.swagger-ui .outline-0-l{outline:0}}.swagger-ui .ba{border-style:solid;border-width:1px}.swagger-ui .bt{border-top-style:solid;border-top-width:1px}.swagger-ui .br{border-right-style:solid;border-right-width:1px}.swagger-ui .bb{border-bottom-style:solid;border-bottom-width:1px}.swagger-ui .bl{border-left-style:solid;border-left-width:1px}.swagger-ui .bn{border-style:none;border-width:0}@media screen and (min-width:30em){.swagger-ui .ba-ns{border-style:solid;border-width:1px}.swagger-ui .bt-ns{border-top-style:solid;border-top-width:1px}.swagger-ui .br-ns{border-right-style:solid;border-right-width:1px}.swagger-ui .bb-ns{border-bottom-style:solid;border-bottom-width:1px}.swagger-ui .bl-ns{border-left-style:solid;border-left-width:1px}.swagger-ui .bn-ns{border-style:none;border-width:0}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .ba-m{border-style:solid;border-width:1px}.swagger-ui .bt-m{border-top-style:solid;border-top-width:1px}.swagger-ui .br-m{border-right-style:solid;border-right-width:1px}.swagger-ui .bb-m{border-bottom-style:solid;border-bottom-width:1px}.swagger-ui .bl-m{border-left-style:solid;border-left-width:1px}.swagger-ui .bn-m{border-style:none;border-width:0}}@media screen and (min-width:60em){.swagger-ui .ba-l{border-style:solid;border-width:1px}.swagger-ui .bt-l{border-top-style:solid;border-top-width:1px}.swagger-ui .br-l{border-right-style:solid;border-right-width:1px}.swagger-ui .bb-l{border-bottom-style:solid;border-bottom-width:1px}.swagger-ui .bl-l{border-left-style:solid;border-left-width:1px}.swagger-ui .bn-l{border-style:none;border-width:0}}.swagger-ui .b--black{border-color:#000}.swagger-ui .b--near-black{border-color:#111}.swagger-ui .b--dark-gray{border-color:#333}.swagger-ui .b--mid-gray{border-color:#555}.swagger-ui .b--gray{border-color:#777}.swagger-ui .b--silver{border-color:#999}.swagger-ui .b--light-silver{border-color:#aaa}.swagger-ui .b--moon-gray{border-color:#ccc}.swagger-ui .b--light-gray{border-color:#eee}.swagger-ui .b--near-white{border-color:#f4f4f4}.swagger-ui .b--white{border-color:#fff}.swagger-ui .b--white-90{border-color:hsla(0,0%,100%,.9)}.swagger-ui .b--white-80{border-color:hsla(0,0%,100%,.8)}.swagger-ui .b--white-70{border-color:hsla(0,0%,100%,.7)}.swagger-ui .b--white-60{border-color:hsla(0,0%,100%,.6)}.swagger-ui .b--white-50{border-color:hsla(0,0%,100%,.5)}.swagger-ui .b--white-40{border-color:hsla(0,0%,100%,.4)}.swagger-ui .b--white-30{border-color:hsla(0,0%,100%,.3)}.swagger-ui .b--white-20{border-color:hsla(0,0%,100%,.2)}.swagger-ui .b--white-10{border-color:hsla(0,0%,100%,.1)}.swagger-ui .b--white-05{border-color:hsla(0,0%,100%,.05)}.swagger-ui .b--white-025{border-color:hsla(0,0%,100%,.03)}.swagger-ui .b--white-0125{border-color:hsla(0,0%,100%,.01)}.swagger-ui .b--black-90{border-color:rgba(0,0,0,.9)}.swagger-ui .b--black-80{border-color:rgba(0,0,0,.8)}.swagger-ui .b--black-70{border-color:rgba(0,0,0,.7)}.swagger-ui .b--black-60{border-color:rgba(0,0,0,.6)}.swagger-ui .b--black-50{border-color:rgba(0,0,0,.5)}.swagger-ui .b--black-40{border-color:rgba(0,0,0,.4)}.swagger-ui .b--black-30{border-color:rgba(0,0,0,.3)}.swagger-ui .b--black-20{border-color:rgba(0,0,0,.2)}.swagger-ui .b--black-10{border-color:rgba(0,0,0,.1)}.swagger-ui .b--black-05{border-color:rgba(0,0,0,.05)}.swagger-ui .b--black-025{border-color:rgba(0,0,0,.03)}.swagger-ui .b--black-0125{border-color:rgba(0,0,0,.01)}.swagger-ui .b--dark-red{border-color:#e7040f}.swagger-ui .b--red{border-color:#ff4136}.swagger-ui .b--light-red{border-color:#ff725c}.swagger-ui .b--orange{border-color:#ff6300}.swagger-ui .b--gold{border-color:#ffb700}.swagger-ui .b--yellow{border-color:gold}.swagger-ui .b--light-yellow{border-color:#fbf1a9}.swagger-ui .b--purple{border-color:#5e2ca5}.swagger-ui .b--light-purple{border-color:#a463f2}.swagger-ui .b--dark-pink{border-color:#d5008f}.swagger-ui .b--hot-pink{border-color:#ff41b4}.swagger-ui .b--pink{border-color:#ff80cc}.swagger-ui .b--light-pink{border-color:#ffa3d7}.swagger-ui .b--dark-green{border-color:#137752}.swagger-ui .b--green{border-color:#19a974}.swagger-ui .b--light-green{border-color:#9eebcf}.swagger-ui .b--navy{border-color:#001b44}.swagger-ui .b--dark-blue{border-color:#00449e}.swagger-ui .b--blue{border-color:#357edd}.swagger-ui .b--light-blue{border-color:#96ccff}.swagger-ui .b--lightest-blue{border-color:#cdecff}.swagger-ui .b--washed-blue{border-color:#f6fffe}.swagger-ui .b--washed-green{border-color:#e8fdf5}.swagger-ui .b--washed-yellow{border-color:#fffceb}.swagger-ui .b--washed-red{border-color:#ffdfdf}.swagger-ui .b--transparent{border-color:transparent}.swagger-ui .b--inherit{border-color:inherit}.swagger-ui .br0{border-radius:0}.swagger-ui .br1{border-radius:.125rem}.swagger-ui .br2{border-radius:.25rem}.swagger-ui .br3{border-radius:.5rem}.swagger-ui .br4{border-radius:1rem}.swagger-ui .br-100{border-radius:100%}.swagger-ui .br-pill{border-radius:9999px}.swagger-ui .br--bottom{border-top-left-radius:0;border-top-right-radius:0}.swagger-ui .br--top{border-bottom-left-radius:0;border-bottom-right-radius:0}.swagger-ui .br--right{border-bottom-left-radius:0;border-top-left-radius:0}.swagger-ui .br--left{border-bottom-right-radius:0;border-top-right-radius:0}@media screen and (min-width:30em){.swagger-ui .br0-ns{border-radius:0}.swagger-ui .br1-ns{border-radius:.125rem}.swagger-ui .br2-ns{border-radius:.25rem}.swagger-ui .br3-ns{border-radius:.5rem}.swagger-ui .br4-ns{border-radius:1rem}.swagger-ui .br-100-ns{border-radius:100%}.swagger-ui .br-pill-ns{border-radius:9999px}.swagger-ui .br--bottom-ns{border-top-left-radius:0;border-top-right-radius:0}.swagger-ui .br--top-ns{border-bottom-left-radius:0;border-bottom-right-radius:0}.swagger-ui .br--right-ns{border-bottom-left-radius:0;border-top-left-radius:0}.swagger-ui .br--left-ns{border-bottom-right-radius:0;border-top-right-radius:0}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .br0-m{border-radius:0}.swagger-ui .br1-m{border-radius:.125rem}.swagger-ui .br2-m{border-radius:.25rem}.swagger-ui .br3-m{border-radius:.5rem}.swagger-ui .br4-m{border-radius:1rem}.swagger-ui .br-100-m{border-radius:100%}.swagger-ui .br-pill-m{border-radius:9999px}.swagger-ui .br--bottom-m{border-top-left-radius:0;border-top-right-radius:0}.swagger-ui .br--top-m{border-bottom-left-radius:0;border-bottom-right-radius:0}.swagger-ui .br--right-m{border-bottom-left-radius:0;border-top-left-radius:0}.swagger-ui .br--left-m{border-bottom-right-radius:0;border-top-right-radius:0}}@media screen and (min-width:60em){.swagger-ui .br0-l{border-radius:0}.swagger-ui .br1-l{border-radius:.125rem}.swagger-ui .br2-l{border-radius:.25rem}.swagger-ui .br3-l{border-radius:.5rem}.swagger-ui .br4-l{border-radius:1rem}.swagger-ui .br-100-l{border-radius:100%}.swagger-ui .br-pill-l{border-radius:9999px}.swagger-ui .br--bottom-l{border-top-left-radius:0;border-top-right-radius:0}.swagger-ui .br--top-l{border-bottom-left-radius:0;border-bottom-right-radius:0}.swagger-ui .br--right-l{border-bottom-left-radius:0;border-top-left-radius:0}.swagger-ui .br--left-l{border-bottom-right-radius:0;border-top-right-radius:0}}.swagger-ui .b--dotted{border-style:dotted}.swagger-ui .b--dashed{border-style:dashed}.swagger-ui .b--solid{border-style:solid}.swagger-ui .b--none{border-style:none}@media screen and (min-width:30em){.swagger-ui .b--dotted-ns{border-style:dotted}.swagger-ui .b--dashed-ns{border-style:dashed}.swagger-ui .b--solid-ns{border-style:solid}.swagger-ui .b--none-ns{border-style:none}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .b--dotted-m{border-style:dotted}.swagger-ui .b--dashed-m{border-style:dashed}.swagger-ui .b--solid-m{border-style:solid}.swagger-ui .b--none-m{border-style:none}}@media screen and (min-width:60em){.swagger-ui .b--dotted-l{border-style:dotted}.swagger-ui .b--dashed-l{border-style:dashed}.swagger-ui .b--solid-l{border-style:solid}.swagger-ui .b--none-l{border-style:none}}.swagger-ui .bw0{border-width:0}.swagger-ui .bw1{border-width:.125rem}.swagger-ui .bw2{border-width:.25rem}.swagger-ui .bw3{border-width:.5rem}.swagger-ui .bw4{border-width:1rem}.swagger-ui .bw5{border-width:2rem}.swagger-ui .bt-0{border-top-width:0}.swagger-ui .br-0{border-right-width:0}.swagger-ui .bb-0{border-bottom-width:0}.swagger-ui .bl-0{border-left-width:0}@media screen and (min-width:30em){.swagger-ui .bw0-ns{border-width:0}.swagger-ui .bw1-ns{border-width:.125rem}.swagger-ui .bw2-ns{border-width:.25rem}.swagger-ui .bw3-ns{border-width:.5rem}.swagger-ui .bw4-ns{border-width:1rem}.swagger-ui .bw5-ns{border-width:2rem}.swagger-ui .bt-0-ns{border-top-width:0}.swagger-ui .br-0-ns{border-right-width:0}.swagger-ui .bb-0-ns{border-bottom-width:0}.swagger-ui .bl-0-ns{border-left-width:0}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .bw0-m{border-width:0}.swagger-ui .bw1-m{border-width:.125rem}.swagger-ui .bw2-m{border-width:.25rem}.swagger-ui .bw3-m{border-width:.5rem}.swagger-ui .bw4-m{border-width:1rem}.swagger-ui .bw5-m{border-width:2rem}.swagger-ui .bt-0-m{border-top-width:0}.swagger-ui .br-0-m{border-right-width:0}.swagger-ui .bb-0-m{border-bottom-width:0}.swagger-ui .bl-0-m{border-left-width:0}}@media screen and (min-width:60em){.swagger-ui .bw0-l{border-width:0}.swagger-ui .bw1-l{border-width:.125rem}.swagger-ui .bw2-l{border-width:.25rem}.swagger-ui .bw3-l{border-width:.5rem}.swagger-ui .bw4-l{border-width:1rem}.swagger-ui .bw5-l{border-width:2rem}.swagger-ui .bt-0-l{border-top-width:0}.swagger-ui .br-0-l{border-right-width:0}.swagger-ui .bb-0-l{border-bottom-width:0}.swagger-ui .bl-0-l{border-left-width:0}}.swagger-ui .shadow-1{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-2{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-3{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-4{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.swagger-ui .shadow-5{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}@media screen and (min-width:30em){.swagger-ui .shadow-1-ns{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-2-ns{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-3-ns{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-4-ns{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.swagger-ui .shadow-5-ns{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .shadow-1-m{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-2-m{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-3-m{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-4-m{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.swagger-ui .shadow-5-m{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}}@media screen and (min-width:60em){.swagger-ui .shadow-1-l{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-2-l{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-3-l{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-4-l{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.swagger-ui .shadow-5-l{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}}.swagger-ui .pre{overflow-x:auto;overflow-y:hidden;overflow:scroll}.swagger-ui .top-0{top:0}.swagger-ui .right-0{right:0}.swagger-ui .bottom-0{bottom:0}.swagger-ui .left-0{left:0}.swagger-ui .top-1{top:1rem}.swagger-ui .right-1{right:1rem}.swagger-ui .bottom-1{bottom:1rem}.swagger-ui .left-1{left:1rem}.swagger-ui .top-2{top:2rem}.swagger-ui .right-2{right:2rem}.swagger-ui .bottom-2{bottom:2rem}.swagger-ui .left-2{left:2rem}.swagger-ui .top--1{top:-1rem}.swagger-ui .right--1{right:-1rem}.swagger-ui .bottom--1{bottom:-1rem}.swagger-ui .left--1{left:-1rem}.swagger-ui .top--2{top:-2rem}.swagger-ui .right--2{right:-2rem}.swagger-ui .bottom--2{bottom:-2rem}.swagger-ui .left--2{left:-2rem}.swagger-ui .absolute--fill{bottom:0;left:0;right:0;top:0}@media screen and (min-width:30em){.swagger-ui .top-0-ns{top:0}.swagger-ui .left-0-ns{left:0}.swagger-ui .right-0-ns{right:0}.swagger-ui .bottom-0-ns{bottom:0}.swagger-ui .top-1-ns{top:1rem}.swagger-ui .left-1-ns{left:1rem}.swagger-ui .right-1-ns{right:1rem}.swagger-ui .bottom-1-ns{bottom:1rem}.swagger-ui .top-2-ns{top:2rem}.swagger-ui .left-2-ns{left:2rem}.swagger-ui .right-2-ns{right:2rem}.swagger-ui .bottom-2-ns{bottom:2rem}.swagger-ui .top--1-ns{top:-1rem}.swagger-ui .right--1-ns{right:-1rem}.swagger-ui .bottom--1-ns{bottom:-1rem}.swagger-ui .left--1-ns{left:-1rem}.swagger-ui .top--2-ns{top:-2rem}.swagger-ui .right--2-ns{right:-2rem}.swagger-ui .bottom--2-ns{bottom:-2rem}.swagger-ui .left--2-ns{left:-2rem}.swagger-ui .absolute--fill-ns{bottom:0;left:0;right:0;top:0}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .top-0-m{top:0}.swagger-ui .left-0-m{left:0}.swagger-ui .right-0-m{right:0}.swagger-ui .bottom-0-m{bottom:0}.swagger-ui .top-1-m{top:1rem}.swagger-ui .left-1-m{left:1rem}.swagger-ui .right-1-m{right:1rem}.swagger-ui .bottom-1-m{bottom:1rem}.swagger-ui .top-2-m{top:2rem}.swagger-ui .left-2-m{left:2rem}.swagger-ui .right-2-m{right:2rem}.swagger-ui .bottom-2-m{bottom:2rem}.swagger-ui .top--1-m{top:-1rem}.swagger-ui .right--1-m{right:-1rem}.swagger-ui .bottom--1-m{bottom:-1rem}.swagger-ui .left--1-m{left:-1rem}.swagger-ui .top--2-m{top:-2rem}.swagger-ui .right--2-m{right:-2rem}.swagger-ui .bottom--2-m{bottom:-2rem}.swagger-ui .left--2-m{left:-2rem}.swagger-ui .absolute--fill-m{bottom:0;left:0;right:0;top:0}}@media screen and (min-width:60em){.swagger-ui .top-0-l{top:0}.swagger-ui .left-0-l{left:0}.swagger-ui .right-0-l{right:0}.swagger-ui .bottom-0-l{bottom:0}.swagger-ui .top-1-l{top:1rem}.swagger-ui .left-1-l{left:1rem}.swagger-ui .right-1-l{right:1rem}.swagger-ui .bottom-1-l{bottom:1rem}.swagger-ui .top-2-l{top:2rem}.swagger-ui .left-2-l{left:2rem}.swagger-ui .right-2-l{right:2rem}.swagger-ui .bottom-2-l{bottom:2rem}.swagger-ui .top--1-l{top:-1rem}.swagger-ui .right--1-l{right:-1rem}.swagger-ui .bottom--1-l{bottom:-1rem}.swagger-ui .left--1-l{left:-1rem}.swagger-ui .top--2-l{top:-2rem}.swagger-ui .right--2-l{right:-2rem}.swagger-ui .bottom--2-l{bottom:-2rem}.swagger-ui .left--2-l{left:-2rem}.swagger-ui .absolute--fill-l{bottom:0;left:0;right:0;top:0}}.swagger-ui .cf:after,.swagger-ui .cf:before{content:" ";display:table}.swagger-ui .cf:after{clear:both}.swagger-ui .cf{*zoom:1}.swagger-ui .cl{clear:left}.swagger-ui .cr{clear:right}.swagger-ui .cb{clear:both}.swagger-ui .cn{clear:none}@media screen and (min-width:30em){.swagger-ui .cl-ns{clear:left}.swagger-ui .cr-ns{clear:right}.swagger-ui .cb-ns{clear:both}.swagger-ui .cn-ns{clear:none}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .cl-m{clear:left}.swagger-ui .cr-m{clear:right}.swagger-ui .cb-m{clear:both}.swagger-ui .cn-m{clear:none}}@media screen and (min-width:60em){.swagger-ui .cl-l{clear:left}.swagger-ui .cr-l{clear:right}.swagger-ui .cb-l{clear:both}.swagger-ui .cn-l{clear:none}}.swagger-ui .flex{display:flex}.swagger-ui .inline-flex{display:inline-flex}.swagger-ui .flex-auto{flex:1 1 auto;min-height:0;min-width:0}.swagger-ui .flex-none{flex:none}.swagger-ui .flex-column{flex-direction:column}.swagger-ui .flex-row{flex-direction:row}.swagger-ui .flex-wrap{flex-wrap:wrap}.swagger-ui .flex-nowrap{flex-wrap:nowrap}.swagger-ui .flex-wrap-reverse{flex-wrap:wrap-reverse}.swagger-ui .flex-column-reverse{flex-direction:column-reverse}.swagger-ui .flex-row-reverse{flex-direction:row-reverse}.swagger-ui .items-start{align-items:flex-start}.swagger-ui .items-end{align-items:flex-end}.swagger-ui .items-center{align-items:center}.swagger-ui .items-baseline{align-items:baseline}.swagger-ui .items-stretch{align-items:stretch}.swagger-ui .self-start{align-self:flex-start}.swagger-ui .self-end{align-self:flex-end}.swagger-ui .self-center{align-self:center}.swagger-ui .self-baseline{align-self:baseline}.swagger-ui .self-stretch{align-self:stretch}.swagger-ui .justify-start{justify-content:flex-start}.swagger-ui .justify-end{justify-content:flex-end}.swagger-ui .justify-center{justify-content:center}.swagger-ui .justify-between{justify-content:space-between}.swagger-ui .justify-around{justify-content:space-around}.swagger-ui .content-start{align-content:flex-start}.swagger-ui .content-end{align-content:flex-end}.swagger-ui .content-center{align-content:center}.swagger-ui .content-between{align-content:space-between}.swagger-ui .content-around{align-content:space-around}.swagger-ui .content-stretch{align-content:stretch}.swagger-ui .order-0{order:0}.swagger-ui .order-1{order:1}.swagger-ui .order-2{order:2}.swagger-ui .order-3{order:3}.swagger-ui .order-4{order:4}.swagger-ui .order-5{order:5}.swagger-ui .order-6{order:6}.swagger-ui .order-7{order:7}.swagger-ui .order-8{order:8}.swagger-ui .order-last{order:99999}.swagger-ui .flex-grow-0{flex-grow:0}.swagger-ui .flex-grow-1{flex-grow:1}.swagger-ui .flex-shrink-0{flex-shrink:0}.swagger-ui .flex-shrink-1{flex-shrink:1}@media screen and (min-width:30em){.swagger-ui .flex-ns{display:flex}.swagger-ui .inline-flex-ns{display:inline-flex}.swagger-ui .flex-auto-ns{flex:1 1 auto;min-height:0;min-width:0}.swagger-ui .flex-none-ns{flex:none}.swagger-ui .flex-column-ns{flex-direction:column}.swagger-ui .flex-row-ns{flex-direction:row}.swagger-ui .flex-wrap-ns{flex-wrap:wrap}.swagger-ui .flex-nowrap-ns{flex-wrap:nowrap}.swagger-ui .flex-wrap-reverse-ns{flex-wrap:wrap-reverse}.swagger-ui .flex-column-reverse-ns{flex-direction:column-reverse}.swagger-ui .flex-row-reverse-ns{flex-direction:row-reverse}.swagger-ui .items-start-ns{align-items:flex-start}.swagger-ui .items-end-ns{align-items:flex-end}.swagger-ui .items-center-ns{align-items:center}.swagger-ui .items-baseline-ns{align-items:baseline}.swagger-ui .items-stretch-ns{align-items:stretch}.swagger-ui .self-start-ns{align-self:flex-start}.swagger-ui .self-end-ns{align-self:flex-end}.swagger-ui .self-center-ns{align-self:center}.swagger-ui .self-baseline-ns{align-self:baseline}.swagger-ui .self-stretch-ns{align-self:stretch}.swagger-ui .justify-start-ns{justify-content:flex-start}.swagger-ui .justify-end-ns{justify-content:flex-end}.swagger-ui .justify-center-ns{justify-content:center}.swagger-ui .justify-between-ns{justify-content:space-between}.swagger-ui .justify-around-ns{justify-content:space-around}.swagger-ui .content-start-ns{align-content:flex-start}.swagger-ui .content-end-ns{align-content:flex-end}.swagger-ui .content-center-ns{align-content:center}.swagger-ui .content-between-ns{align-content:space-between}.swagger-ui .content-around-ns{align-content:space-around}.swagger-ui .content-stretch-ns{align-content:stretch}.swagger-ui .order-0-ns{order:0}.swagger-ui .order-1-ns{order:1}.swagger-ui .order-2-ns{order:2}.swagger-ui .order-3-ns{order:3}.swagger-ui .order-4-ns{order:4}.swagger-ui .order-5-ns{order:5}.swagger-ui .order-6-ns{order:6}.swagger-ui .order-7-ns{order:7}.swagger-ui .order-8-ns{order:8}.swagger-ui .order-last-ns{order:99999}.swagger-ui .flex-grow-0-ns{flex-grow:0}.swagger-ui .flex-grow-1-ns{flex-grow:1}.swagger-ui .flex-shrink-0-ns{flex-shrink:0}.swagger-ui .flex-shrink-1-ns{flex-shrink:1}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .flex-m{display:flex}.swagger-ui .inline-flex-m{display:inline-flex}.swagger-ui .flex-auto-m{flex:1 1 auto;min-height:0;min-width:0}.swagger-ui .flex-none-m{flex:none}.swagger-ui .flex-column-m{flex-direction:column}.swagger-ui .flex-row-m{flex-direction:row}.swagger-ui .flex-wrap-m{flex-wrap:wrap}.swagger-ui .flex-nowrap-m{flex-wrap:nowrap}.swagger-ui .flex-wrap-reverse-m{flex-wrap:wrap-reverse}.swagger-ui .flex-column-reverse-m{flex-direction:column-reverse}.swagger-ui .flex-row-reverse-m{flex-direction:row-reverse}.swagger-ui .items-start-m{align-items:flex-start}.swagger-ui .items-end-m{align-items:flex-end}.swagger-ui .items-center-m{align-items:center}.swagger-ui .items-baseline-m{align-items:baseline}.swagger-ui .items-stretch-m{align-items:stretch}.swagger-ui .self-start-m{align-self:flex-start}.swagger-ui .self-end-m{align-self:flex-end}.swagger-ui .self-center-m{align-self:center}.swagger-ui .self-baseline-m{align-self:baseline}.swagger-ui .self-stretch-m{align-self:stretch}.swagger-ui .justify-start-m{justify-content:flex-start}.swagger-ui .justify-end-m{justify-content:flex-end}.swagger-ui .justify-center-m{justify-content:center}.swagger-ui .justify-between-m{justify-content:space-between}.swagger-ui .justify-around-m{justify-content:space-around}.swagger-ui .content-start-m{align-content:flex-start}.swagger-ui .content-end-m{align-content:flex-end}.swagger-ui .content-center-m{align-content:center}.swagger-ui .content-between-m{align-content:space-between}.swagger-ui .content-around-m{align-content:space-around}.swagger-ui .content-stretch-m{align-content:stretch}.swagger-ui .order-0-m{order:0}.swagger-ui .order-1-m{order:1}.swagger-ui .order-2-m{order:2}.swagger-ui .order-3-m{order:3}.swagger-ui .order-4-m{order:4}.swagger-ui .order-5-m{order:5}.swagger-ui .order-6-m{order:6}.swagger-ui .order-7-m{order:7}.swagger-ui .order-8-m{order:8}.swagger-ui .order-last-m{order:99999}.swagger-ui .flex-grow-0-m{flex-grow:0}.swagger-ui .flex-grow-1-m{flex-grow:1}.swagger-ui .flex-shrink-0-m{flex-shrink:0}.swagger-ui .flex-shrink-1-m{flex-shrink:1}}@media screen and (min-width:60em){.swagger-ui .flex-l{display:flex}.swagger-ui .inline-flex-l{display:inline-flex}.swagger-ui .flex-auto-l{flex:1 1 auto;min-height:0;min-width:0}.swagger-ui .flex-none-l{flex:none}.swagger-ui .flex-column-l{flex-direction:column}.swagger-ui .flex-row-l{flex-direction:row}.swagger-ui .flex-wrap-l{flex-wrap:wrap}.swagger-ui .flex-nowrap-l{flex-wrap:nowrap}.swagger-ui .flex-wrap-reverse-l{flex-wrap:wrap-reverse}.swagger-ui .flex-column-reverse-l{flex-direction:column-reverse}.swagger-ui .flex-row-reverse-l{flex-direction:row-reverse}.swagger-ui .items-start-l{align-items:flex-start}.swagger-ui .items-end-l{align-items:flex-end}.swagger-ui .items-center-l{align-items:center}.swagger-ui .items-baseline-l{align-items:baseline}.swagger-ui .items-stretch-l{align-items:stretch}.swagger-ui .self-start-l{align-self:flex-start}.swagger-ui .self-end-l{align-self:flex-end}.swagger-ui .self-center-l{align-self:center}.swagger-ui .self-baseline-l{align-self:baseline}.swagger-ui .self-stretch-l{align-self:stretch}.swagger-ui .justify-start-l{justify-content:flex-start}.swagger-ui .justify-end-l{justify-content:flex-end}.swagger-ui .justify-center-l{justify-content:center}.swagger-ui .justify-between-l{justify-content:space-between}.swagger-ui .justify-around-l{justify-content:space-around}.swagger-ui .content-start-l{align-content:flex-start}.swagger-ui .content-end-l{align-content:flex-end}.swagger-ui .content-center-l{align-content:center}.swagger-ui .content-between-l{align-content:space-between}.swagger-ui .content-around-l{align-content:space-around}.swagger-ui .content-stretch-l{align-content:stretch}.swagger-ui .order-0-l{order:0}.swagger-ui .order-1-l{order:1}.swagger-ui .order-2-l{order:2}.swagger-ui .order-3-l{order:3}.swagger-ui .order-4-l{order:4}.swagger-ui .order-5-l{order:5}.swagger-ui .order-6-l{order:6}.swagger-ui .order-7-l{order:7}.swagger-ui .order-8-l{order:8}.swagger-ui .order-last-l{order:99999}.swagger-ui .flex-grow-0-l{flex-grow:0}.swagger-ui .flex-grow-1-l{flex-grow:1}.swagger-ui .flex-shrink-0-l{flex-shrink:0}.swagger-ui .flex-shrink-1-l{flex-shrink:1}}.swagger-ui .dn{display:none}.swagger-ui .di{display:inline}.swagger-ui .db{display:block}.swagger-ui .dib{display:inline-block}.swagger-ui .dit{display:inline-table}.swagger-ui .dt{display:table}.swagger-ui .dtc{display:table-cell}.swagger-ui .dt-row{display:table-row}.swagger-ui .dt-row-group{display:table-row-group}.swagger-ui .dt-column{display:table-column}.swagger-ui .dt-column-group{display:table-column-group}.swagger-ui .dt--fixed{table-layout:fixed;width:100%}@media screen and (min-width:30em){.swagger-ui .dn-ns{display:none}.swagger-ui .di-ns{display:inline}.swagger-ui .db-ns{display:block}.swagger-ui .dib-ns{display:inline-block}.swagger-ui .dit-ns{display:inline-table}.swagger-ui .dt-ns{display:table}.swagger-ui .dtc-ns{display:table-cell}.swagger-ui .dt-row-ns{display:table-row}.swagger-ui .dt-row-group-ns{display:table-row-group}.swagger-ui .dt-column-ns{display:table-column}.swagger-ui .dt-column-group-ns{display:table-column-group}.swagger-ui .dt--fixed-ns{table-layout:fixed;width:100%}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .dn-m{display:none}.swagger-ui .di-m{display:inline}.swagger-ui .db-m{display:block}.swagger-ui .dib-m{display:inline-block}.swagger-ui .dit-m{display:inline-table}.swagger-ui .dt-m{display:table}.swagger-ui .dtc-m{display:table-cell}.swagger-ui .dt-row-m{display:table-row}.swagger-ui .dt-row-group-m{display:table-row-group}.swagger-ui .dt-column-m{display:table-column}.swagger-ui .dt-column-group-m{display:table-column-group}.swagger-ui .dt--fixed-m{table-layout:fixed;width:100%}}@media screen and (min-width:60em){.swagger-ui .dn-l{display:none}.swagger-ui .di-l{display:inline}.swagger-ui .db-l{display:block}.swagger-ui .dib-l{display:inline-block}.swagger-ui .dit-l{display:inline-table}.swagger-ui .dt-l{display:table}.swagger-ui .dtc-l{display:table-cell}.swagger-ui .dt-row-l{display:table-row}.swagger-ui .dt-row-group-l{display:table-row-group}.swagger-ui .dt-column-l{display:table-column}.swagger-ui .dt-column-group-l{display:table-column-group}.swagger-ui .dt--fixed-l{table-layout:fixed;width:100%}}.swagger-ui .fl{_display:inline;float:left}.swagger-ui .fr{_display:inline;float:right}.swagger-ui .fn{float:none}@media screen and (min-width:30em){.swagger-ui .fl-ns{_display:inline;float:left}.swagger-ui .fr-ns{_display:inline;float:right}.swagger-ui .fn-ns{float:none}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .fl-m{_display:inline;float:left}.swagger-ui .fr-m{_display:inline;float:right}.swagger-ui .fn-m{float:none}}@media screen and (min-width:60em){.swagger-ui .fl-l{_display:inline;float:left}.swagger-ui .fr-l{_display:inline;float:right}.swagger-ui .fn-l{float:none}}.swagger-ui .sans-serif{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica,helvetica neue,ubuntu,roboto,noto,segoe ui,arial,sans-serif}.swagger-ui .serif{font-family:georgia,serif}.swagger-ui .system-sans-serif{font-family:sans-serif}.swagger-ui .system-serif{font-family:serif}.swagger-ui .code,.swagger-ui code{font-family:Consolas,monaco,monospace}.swagger-ui .courier{font-family:Courier Next,courier,monospace}.swagger-ui .helvetica{font-family:helvetica neue,helvetica,sans-serif}.swagger-ui .avenir{font-family:avenir next,avenir,sans-serif}.swagger-ui .athelas{font-family:athelas,georgia,serif}.swagger-ui .georgia{font-family:georgia,serif}.swagger-ui .times{font-family:times,serif}.swagger-ui .bodoni{font-family:Bodoni MT,serif}.swagger-ui .calisto{font-family:Calisto MT,serif}.swagger-ui .garamond{font-family:garamond,serif}.swagger-ui .baskerville{font-family:baskerville,serif}.swagger-ui .i{font-style:italic}.swagger-ui .fs-normal{font-style:normal}@media screen and (min-width:30em){.swagger-ui .i-ns{font-style:italic}.swagger-ui .fs-normal-ns{font-style:normal}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .i-m{font-style:italic}.swagger-ui .fs-normal-m{font-style:normal}}@media screen and (min-width:60em){.swagger-ui .i-l{font-style:italic}.swagger-ui .fs-normal-l{font-style:normal}}.swagger-ui .normal{font-weight:400}.swagger-ui .b{font-weight:700}.swagger-ui .fw1{font-weight:100}.swagger-ui .fw2{font-weight:200}.swagger-ui .fw3{font-weight:300}.swagger-ui .fw4{font-weight:400}.swagger-ui .fw5{font-weight:500}.swagger-ui .fw6{font-weight:600}.swagger-ui .fw7{font-weight:700}.swagger-ui .fw8{font-weight:800}.swagger-ui .fw9{font-weight:900}@media screen and (min-width:30em){.swagger-ui .normal-ns{font-weight:400}.swagger-ui .b-ns{font-weight:700}.swagger-ui .fw1-ns{font-weight:100}.swagger-ui .fw2-ns{font-weight:200}.swagger-ui .fw3-ns{font-weight:300}.swagger-ui .fw4-ns{font-weight:400}.swagger-ui .fw5-ns{font-weight:500}.swagger-ui .fw6-ns{font-weight:600}.swagger-ui .fw7-ns{font-weight:700}.swagger-ui .fw8-ns{font-weight:800}.swagger-ui .fw9-ns{font-weight:900}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .normal-m{font-weight:400}.swagger-ui .b-m{font-weight:700}.swagger-ui .fw1-m{font-weight:100}.swagger-ui .fw2-m{font-weight:200}.swagger-ui .fw3-m{font-weight:300}.swagger-ui .fw4-m{font-weight:400}.swagger-ui .fw5-m{font-weight:500}.swagger-ui .fw6-m{font-weight:600}.swagger-ui .fw7-m{font-weight:700}.swagger-ui .fw8-m{font-weight:800}.swagger-ui .fw9-m{font-weight:900}}@media screen and (min-width:60em){.swagger-ui .normal-l{font-weight:400}.swagger-ui .b-l{font-weight:700}.swagger-ui .fw1-l{font-weight:100}.swagger-ui .fw2-l{font-weight:200}.swagger-ui .fw3-l{font-weight:300}.swagger-ui .fw4-l{font-weight:400}.swagger-ui .fw5-l{font-weight:500}.swagger-ui .fw6-l{font-weight:600}.swagger-ui .fw7-l{font-weight:700}.swagger-ui .fw8-l{font-weight:800}.swagger-ui .fw9-l{font-weight:900}}.swagger-ui .input-reset{-webkit-appearance:none;-moz-appearance:none}.swagger-ui .button-reset::-moz-focus-inner,.swagger-ui .input-reset::-moz-focus-inner{border:0;padding:0}.swagger-ui .h1{height:1rem}.swagger-ui .h2{height:2rem}.swagger-ui .h3{height:4rem}.swagger-ui .h4{height:8rem}.swagger-ui .h5{height:16rem}.swagger-ui .h-25{height:25%}.swagger-ui .h-50{height:50%}.swagger-ui .h-75{height:75%}.swagger-ui .h-100{height:100%}.swagger-ui .min-h-100{min-height:100%}.swagger-ui .vh-25{height:25vh}.swagger-ui .vh-50{height:50vh}.swagger-ui .vh-75{height:75vh}.swagger-ui .vh-100{height:100vh}.swagger-ui .min-vh-100{min-height:100vh}.swagger-ui .h-auto{height:auto}.swagger-ui .h-inherit{height:inherit}@media screen and (min-width:30em){.swagger-ui .h1-ns{height:1rem}.swagger-ui .h2-ns{height:2rem}.swagger-ui .h3-ns{height:4rem}.swagger-ui .h4-ns{height:8rem}.swagger-ui .h5-ns{height:16rem}.swagger-ui .h-25-ns{height:25%}.swagger-ui .h-50-ns{height:50%}.swagger-ui .h-75-ns{height:75%}.swagger-ui .h-100-ns{height:100%}.swagger-ui .min-h-100-ns{min-height:100%}.swagger-ui .vh-25-ns{height:25vh}.swagger-ui .vh-50-ns{height:50vh}.swagger-ui .vh-75-ns{height:75vh}.swagger-ui .vh-100-ns{height:100vh}.swagger-ui .min-vh-100-ns{min-height:100vh}.swagger-ui .h-auto-ns{height:auto}.swagger-ui .h-inherit-ns{height:inherit}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .h1-m{height:1rem}.swagger-ui .h2-m{height:2rem}.swagger-ui .h3-m{height:4rem}.swagger-ui .h4-m{height:8rem}.swagger-ui .h5-m{height:16rem}.swagger-ui .h-25-m{height:25%}.swagger-ui .h-50-m{height:50%}.swagger-ui .h-75-m{height:75%}.swagger-ui .h-100-m{height:100%}.swagger-ui .min-h-100-m{min-height:100%}.swagger-ui .vh-25-m{height:25vh}.swagger-ui .vh-50-m{height:50vh}.swagger-ui .vh-75-m{height:75vh}.swagger-ui .vh-100-m{height:100vh}.swagger-ui .min-vh-100-m{min-height:100vh}.swagger-ui .h-auto-m{height:auto}.swagger-ui .h-inherit-m{height:inherit}}@media screen and (min-width:60em){.swagger-ui .h1-l{height:1rem}.swagger-ui .h2-l{height:2rem}.swagger-ui .h3-l{height:4rem}.swagger-ui .h4-l{height:8rem}.swagger-ui .h5-l{height:16rem}.swagger-ui .h-25-l{height:25%}.swagger-ui .h-50-l{height:50%}.swagger-ui .h-75-l{height:75%}.swagger-ui .h-100-l{height:100%}.swagger-ui .min-h-100-l{min-height:100%}.swagger-ui .vh-25-l{height:25vh}.swagger-ui .vh-50-l{height:50vh}.swagger-ui .vh-75-l{height:75vh}.swagger-ui .vh-100-l{height:100vh}.swagger-ui .min-vh-100-l{min-height:100vh}.swagger-ui .h-auto-l{height:auto}.swagger-ui .h-inherit-l{height:inherit}}.swagger-ui .tracked{letter-spacing:.1em}.swagger-ui .tracked-tight{letter-spacing:-.05em}.swagger-ui .tracked-mega{letter-spacing:.25em}@media screen and (min-width:30em){.swagger-ui .tracked-ns{letter-spacing:.1em}.swagger-ui .tracked-tight-ns{letter-spacing:-.05em}.swagger-ui .tracked-mega-ns{letter-spacing:.25em}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .tracked-m{letter-spacing:.1em}.swagger-ui .tracked-tight-m{letter-spacing:-.05em}.swagger-ui .tracked-mega-m{letter-spacing:.25em}}@media screen and (min-width:60em){.swagger-ui .tracked-l{letter-spacing:.1em}.swagger-ui .tracked-tight-l{letter-spacing:-.05em}.swagger-ui .tracked-mega-l{letter-spacing:.25em}}.swagger-ui .lh-solid{line-height:1}.swagger-ui .lh-title{line-height:1.25}.swagger-ui .lh-copy{line-height:1.5}@media screen and (min-width:30em){.swagger-ui .lh-solid-ns{line-height:1}.swagger-ui .lh-title-ns{line-height:1.25}.swagger-ui .lh-copy-ns{line-height:1.5}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .lh-solid-m{line-height:1}.swagger-ui .lh-title-m{line-height:1.25}.swagger-ui .lh-copy-m{line-height:1.5}}@media screen and (min-width:60em){.swagger-ui .lh-solid-l{line-height:1}.swagger-ui .lh-title-l{line-height:1.25}.swagger-ui .lh-copy-l{line-height:1.5}}.swagger-ui .link{text-decoration:none}.swagger-ui .link,.swagger-ui .link:active,.swagger-ui .link:focus,.swagger-ui .link:hover,.swagger-ui .link:link,.swagger-ui .link:visited{transition:color .15s ease-in}.swagger-ui .link:focus{outline:1px dotted currentColor}.swagger-ui .list{list-style-type:none}.swagger-ui .mw-100{max-width:100%}.swagger-ui .mw1{max-width:1rem}.swagger-ui .mw2{max-width:2rem}.swagger-ui .mw3{max-width:4rem}.swagger-ui .mw4{max-width:8rem}.swagger-ui .mw5{max-width:16rem}.swagger-ui .mw6{max-width:32rem}.swagger-ui .mw7{max-width:48rem}.swagger-ui .mw8{max-width:64rem}.swagger-ui .mw9{max-width:96rem}.swagger-ui .mw-none{max-width:none}@media screen and (min-width:30em){.swagger-ui .mw-100-ns{max-width:100%}.swagger-ui .mw1-ns{max-width:1rem}.swagger-ui .mw2-ns{max-width:2rem}.swagger-ui .mw3-ns{max-width:4rem}.swagger-ui .mw4-ns{max-width:8rem}.swagger-ui .mw5-ns{max-width:16rem}.swagger-ui .mw6-ns{max-width:32rem}.swagger-ui .mw7-ns{max-width:48rem}.swagger-ui .mw8-ns{max-width:64rem}.swagger-ui .mw9-ns{max-width:96rem}.swagger-ui .mw-none-ns{max-width:none}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .mw-100-m{max-width:100%}.swagger-ui .mw1-m{max-width:1rem}.swagger-ui .mw2-m{max-width:2rem}.swagger-ui .mw3-m{max-width:4rem}.swagger-ui .mw4-m{max-width:8rem}.swagger-ui .mw5-m{max-width:16rem}.swagger-ui .mw6-m{max-width:32rem}.swagger-ui .mw7-m{max-width:48rem}.swagger-ui .mw8-m{max-width:64rem}.swagger-ui .mw9-m{max-width:96rem}.swagger-ui .mw-none-m{max-width:none}}@media screen and (min-width:60em){.swagger-ui .mw-100-l{max-width:100%}.swagger-ui .mw1-l{max-width:1rem}.swagger-ui .mw2-l{max-width:2rem}.swagger-ui .mw3-l{max-width:4rem}.swagger-ui .mw4-l{max-width:8rem}.swagger-ui .mw5-l{max-width:16rem}.swagger-ui .mw6-l{max-width:32rem}.swagger-ui .mw7-l{max-width:48rem}.swagger-ui .mw8-l{max-width:64rem}.swagger-ui .mw9-l{max-width:96rem}.swagger-ui .mw-none-l{max-width:none}}.swagger-ui .w1{width:1rem}.swagger-ui .w2{width:2rem}.swagger-ui .w3{width:4rem}.swagger-ui .w4{width:8rem}.swagger-ui .w5{width:16rem}.swagger-ui .w-10{width:10%}.swagger-ui .w-20{width:20%}.swagger-ui .w-25{width:25%}.swagger-ui .w-30{width:30%}.swagger-ui .w-33{width:33%}.swagger-ui .w-34{width:34%}.swagger-ui .w-40{width:40%}.swagger-ui .w-50{width:50%}.swagger-ui .w-60{width:60%}.swagger-ui .w-70{width:70%}.swagger-ui .w-75{width:75%}.swagger-ui .w-80{width:80%}.swagger-ui .w-90{width:90%}.swagger-ui .w-100{width:100%}.swagger-ui .w-third{width:33.33333%}.swagger-ui .w-two-thirds{width:66.66667%}.swagger-ui .w-auto{width:auto}@media screen and (min-width:30em){.swagger-ui .w1-ns{width:1rem}.swagger-ui .w2-ns{width:2rem}.swagger-ui .w3-ns{width:4rem}.swagger-ui .w4-ns{width:8rem}.swagger-ui .w5-ns{width:16rem}.swagger-ui .w-10-ns{width:10%}.swagger-ui .w-20-ns{width:20%}.swagger-ui .w-25-ns{width:25%}.swagger-ui .w-30-ns{width:30%}.swagger-ui .w-33-ns{width:33%}.swagger-ui .w-34-ns{width:34%}.swagger-ui .w-40-ns{width:40%}.swagger-ui .w-50-ns{width:50%}.swagger-ui .w-60-ns{width:60%}.swagger-ui .w-70-ns{width:70%}.swagger-ui .w-75-ns{width:75%}.swagger-ui .w-80-ns{width:80%}.swagger-ui .w-90-ns{width:90%}.swagger-ui .w-100-ns{width:100%}.swagger-ui .w-third-ns{width:33.33333%}.swagger-ui .w-two-thirds-ns{width:66.66667%}.swagger-ui .w-auto-ns{width:auto}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .w1-m{width:1rem}.swagger-ui .w2-m{width:2rem}.swagger-ui .w3-m{width:4rem}.swagger-ui .w4-m{width:8rem}.swagger-ui .w5-m{width:16rem}.swagger-ui .w-10-m{width:10%}.swagger-ui .w-20-m{width:20%}.swagger-ui .w-25-m{width:25%}.swagger-ui .w-30-m{width:30%}.swagger-ui .w-33-m{width:33%}.swagger-ui .w-34-m{width:34%}.swagger-ui .w-40-m{width:40%}.swagger-ui .w-50-m{width:50%}.swagger-ui .w-60-m{width:60%}.swagger-ui .w-70-m{width:70%}.swagger-ui .w-75-m{width:75%}.swagger-ui .w-80-m{width:80%}.swagger-ui .w-90-m{width:90%}.swagger-ui .w-100-m{width:100%}.swagger-ui .w-third-m{width:33.33333%}.swagger-ui .w-two-thirds-m{width:66.66667%}.swagger-ui .w-auto-m{width:auto}}@media screen and (min-width:60em){.swagger-ui .w1-l{width:1rem}.swagger-ui .w2-l{width:2rem}.swagger-ui .w3-l{width:4rem}.swagger-ui .w4-l{width:8rem}.swagger-ui .w5-l{width:16rem}.swagger-ui .w-10-l{width:10%}.swagger-ui .w-20-l{width:20%}.swagger-ui .w-25-l{width:25%}.swagger-ui .w-30-l{width:30%}.swagger-ui .w-33-l{width:33%}.swagger-ui .w-34-l{width:34%}.swagger-ui .w-40-l{width:40%}.swagger-ui .w-50-l{width:50%}.swagger-ui .w-60-l{width:60%}.swagger-ui .w-70-l{width:70%}.swagger-ui .w-75-l{width:75%}.swagger-ui .w-80-l{width:80%}.swagger-ui .w-90-l{width:90%}.swagger-ui .w-100-l{width:100%}.swagger-ui .w-third-l{width:33.33333%}.swagger-ui .w-two-thirds-l{width:66.66667%}.swagger-ui .w-auto-l{width:auto}}.swagger-ui .overflow-visible{overflow:visible}.swagger-ui .overflow-hidden{overflow:hidden}.swagger-ui .overflow-scroll{overflow:scroll}.swagger-ui .overflow-auto{overflow:auto}.swagger-ui .overflow-x-visible{overflow-x:visible}.swagger-ui .overflow-x-hidden{overflow-x:hidden}.swagger-ui .overflow-x-scroll{overflow-x:scroll}.swagger-ui .overflow-x-auto{overflow-x:auto}.swagger-ui .overflow-y-visible{overflow-y:visible}.swagger-ui .overflow-y-hidden{overflow-y:hidden}.swagger-ui .overflow-y-scroll{overflow-y:scroll}.swagger-ui .overflow-y-auto{overflow-y:auto}@media screen and (min-width:30em){.swagger-ui .overflow-visible-ns{overflow:visible}.swagger-ui .overflow-hidden-ns{overflow:hidden}.swagger-ui .overflow-scroll-ns{overflow:scroll}.swagger-ui .overflow-auto-ns{overflow:auto}.swagger-ui .overflow-x-visible-ns{overflow-x:visible}.swagger-ui .overflow-x-hidden-ns{overflow-x:hidden}.swagger-ui .overflow-x-scroll-ns{overflow-x:scroll}.swagger-ui .overflow-x-auto-ns{overflow-x:auto}.swagger-ui .overflow-y-visible-ns{overflow-y:visible}.swagger-ui .overflow-y-hidden-ns{overflow-y:hidden}.swagger-ui .overflow-y-scroll-ns{overflow-y:scroll}.swagger-ui .overflow-y-auto-ns{overflow-y:auto}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .overflow-visible-m{overflow:visible}.swagger-ui .overflow-hidden-m{overflow:hidden}.swagger-ui .overflow-scroll-m{overflow:scroll}.swagger-ui .overflow-auto-m{overflow:auto}.swagger-ui .overflow-x-visible-m{overflow-x:visible}.swagger-ui .overflow-x-hidden-m{overflow-x:hidden}.swagger-ui .overflow-x-scroll-m{overflow-x:scroll}.swagger-ui .overflow-x-auto-m{overflow-x:auto}.swagger-ui .overflow-y-visible-m{overflow-y:visible}.swagger-ui .overflow-y-hidden-m{overflow-y:hidden}.swagger-ui .overflow-y-scroll-m{overflow-y:scroll}.swagger-ui .overflow-y-auto-m{overflow-y:auto}}@media screen and (min-width:60em){.swagger-ui .overflow-visible-l{overflow:visible}.swagger-ui .overflow-hidden-l{overflow:hidden}.swagger-ui .overflow-scroll-l{overflow:scroll}.swagger-ui .overflow-auto-l{overflow:auto}.swagger-ui .overflow-x-visible-l{overflow-x:visible}.swagger-ui .overflow-x-hidden-l{overflow-x:hidden}.swagger-ui .overflow-x-scroll-l{overflow-x:scroll}.swagger-ui .overflow-x-auto-l{overflow-x:auto}.swagger-ui .overflow-y-visible-l{overflow-y:visible}.swagger-ui .overflow-y-hidden-l{overflow-y:hidden}.swagger-ui .overflow-y-scroll-l{overflow-y:scroll}.swagger-ui .overflow-y-auto-l{overflow-y:auto}}.swagger-ui .static{position:static}.swagger-ui .relative{position:relative}.swagger-ui .absolute{position:absolute}.swagger-ui .fixed{position:fixed}@media screen and (min-width:30em){.swagger-ui .static-ns{position:static}.swagger-ui .relative-ns{position:relative}.swagger-ui .absolute-ns{position:absolute}.swagger-ui .fixed-ns{position:fixed}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .static-m{position:static}.swagger-ui .relative-m{position:relative}.swagger-ui .absolute-m{position:absolute}.swagger-ui .fixed-m{position:fixed}}@media screen and (min-width:60em){.swagger-ui .static-l{position:static}.swagger-ui .relative-l{position:relative}.swagger-ui .absolute-l{position:absolute}.swagger-ui .fixed-l{position:fixed}}.swagger-ui .o-100{opacity:1}.swagger-ui .o-90{opacity:.9}.swagger-ui .o-80{opacity:.8}.swagger-ui .o-70{opacity:.7}.swagger-ui .o-60{opacity:.6}.swagger-ui .o-50{opacity:.5}.swagger-ui .o-40{opacity:.4}.swagger-ui .o-30{opacity:.3}.swagger-ui .o-20{opacity:.2}.swagger-ui .o-10{opacity:.1}.swagger-ui .o-05{opacity:.05}.swagger-ui .o-025{opacity:.025}.swagger-ui .o-0{opacity:0}.swagger-ui .rotate-45{transform:rotate(45deg)}.swagger-ui .rotate-90{transform:rotate(90deg)}.swagger-ui .rotate-135{transform:rotate(135deg)}.swagger-ui .rotate-180{transform:rotate(180deg)}.swagger-ui .rotate-225{transform:rotate(225deg)}.swagger-ui .rotate-270{transform:rotate(270deg)}.swagger-ui .rotate-315{transform:rotate(315deg)}@media screen and (min-width:30em){.swagger-ui .rotate-45-ns{transform:rotate(45deg)}.swagger-ui .rotate-90-ns{transform:rotate(90deg)}.swagger-ui .rotate-135-ns{transform:rotate(135deg)}.swagger-ui .rotate-180-ns{transform:rotate(180deg)}.swagger-ui .rotate-225-ns{transform:rotate(225deg)}.swagger-ui .rotate-270-ns{transform:rotate(270deg)}.swagger-ui .rotate-315-ns{transform:rotate(315deg)}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .rotate-45-m{transform:rotate(45deg)}.swagger-ui .rotate-90-m{transform:rotate(90deg)}.swagger-ui .rotate-135-m{transform:rotate(135deg)}.swagger-ui .rotate-180-m{transform:rotate(180deg)}.swagger-ui .rotate-225-m{transform:rotate(225deg)}.swagger-ui .rotate-270-m{transform:rotate(270deg)}.swagger-ui .rotate-315-m{transform:rotate(315deg)}}@media screen and (min-width:60em){.swagger-ui .rotate-45-l{transform:rotate(45deg)}.swagger-ui .rotate-90-l{transform:rotate(90deg)}.swagger-ui .rotate-135-l{transform:rotate(135deg)}.swagger-ui .rotate-180-l{transform:rotate(180deg)}.swagger-ui .rotate-225-l{transform:rotate(225deg)}.swagger-ui .rotate-270-l{transform:rotate(270deg)}.swagger-ui .rotate-315-l{transform:rotate(315deg)}}.swagger-ui .black-90{color:rgba(0,0,0,.9)}.swagger-ui .black-80{color:rgba(0,0,0,.8)}.swagger-ui .black-70{color:rgba(0,0,0,.7)}.swagger-ui .black-60{color:rgba(0,0,0,.6)}.swagger-ui .black-50{color:rgba(0,0,0,.5)}.swagger-ui .black-40{color:rgba(0,0,0,.4)}.swagger-ui .black-30{color:rgba(0,0,0,.3)}.swagger-ui .black-20{color:rgba(0,0,0,.2)}.swagger-ui .black-10{color:rgba(0,0,0,.1)}.swagger-ui .black-05{color:rgba(0,0,0,.05)}.swagger-ui .white-90{color:hsla(0,0%,100%,.9)}.swagger-ui .white-80{color:hsla(0,0%,100%,.8)}.swagger-ui .white-70{color:hsla(0,0%,100%,.7)}.swagger-ui .white-60{color:hsla(0,0%,100%,.6)}.swagger-ui .white-50{color:hsla(0,0%,100%,.5)}.swagger-ui .white-40{color:hsla(0,0%,100%,.4)}.swagger-ui .white-30{color:hsla(0,0%,100%,.3)}.swagger-ui .white-20{color:hsla(0,0%,100%,.2)}.swagger-ui .white-10{color:hsla(0,0%,100%,.1)}.swagger-ui .black{color:#000}.swagger-ui .near-black{color:#111}.swagger-ui .dark-gray{color:#333}.swagger-ui .mid-gray{color:#555}.swagger-ui .gray{color:#777}.swagger-ui .silver{color:#999}.swagger-ui .light-silver{color:#aaa}.swagger-ui .moon-gray{color:#ccc}.swagger-ui .light-gray{color:#eee}.swagger-ui .near-white{color:#f4f4f4}.swagger-ui .white{color:#fff}.swagger-ui .dark-red{color:#e7040f}.swagger-ui .red{color:#ff4136}.swagger-ui .light-red{color:#ff725c}.swagger-ui .orange{color:#ff6300}.swagger-ui .gold{color:#ffb700}.swagger-ui .yellow{color:gold}.swagger-ui .light-yellow{color:#fbf1a9}.swagger-ui .purple{color:#5e2ca5}.swagger-ui .light-purple{color:#a463f2}.swagger-ui .dark-pink{color:#d5008f}.swagger-ui .hot-pink{color:#ff41b4}.swagger-ui .pink{color:#ff80cc}.swagger-ui .light-pink{color:#ffa3d7}.swagger-ui .dark-green{color:#137752}.swagger-ui .green{color:#19a974}.swagger-ui .light-green{color:#9eebcf}.swagger-ui .navy{color:#001b44}.swagger-ui .dark-blue{color:#00449e}.swagger-ui .blue{color:#357edd}.swagger-ui .light-blue{color:#96ccff}.swagger-ui .lightest-blue{color:#cdecff}.swagger-ui .washed-blue{color:#f6fffe}.swagger-ui .washed-green{color:#e8fdf5}.swagger-ui .washed-yellow{color:#fffceb}.swagger-ui .washed-red{color:#ffdfdf}.swagger-ui .color-inherit{color:inherit}.swagger-ui .bg-black-90{background-color:rgba(0,0,0,.9)}.swagger-ui .bg-black-80{background-color:rgba(0,0,0,.8)}.swagger-ui .bg-black-70{background-color:rgba(0,0,0,.7)}.swagger-ui .bg-black-60{background-color:rgba(0,0,0,.6)}.swagger-ui .bg-black-50{background-color:rgba(0,0,0,.5)}.swagger-ui .bg-black-40{background-color:rgba(0,0,0,.4)}.swagger-ui .bg-black-30{background-color:rgba(0,0,0,.3)}.swagger-ui .bg-black-20{background-color:rgba(0,0,0,.2)}.swagger-ui .bg-black-10{background-color:rgba(0,0,0,.1)}.swagger-ui .bg-black-05{background-color:rgba(0,0,0,.05)}.swagger-ui .bg-white-90{background-color:hsla(0,0%,100%,.9)}.swagger-ui .bg-white-80{background-color:hsla(0,0%,100%,.8)}.swagger-ui .bg-white-70{background-color:hsla(0,0%,100%,.7)}.swagger-ui .bg-white-60{background-color:hsla(0,0%,100%,.6)}.swagger-ui .bg-white-50{background-color:hsla(0,0%,100%,.5)}.swagger-ui .bg-white-40{background-color:hsla(0,0%,100%,.4)}.swagger-ui .bg-white-30{background-color:hsla(0,0%,100%,.3)}.swagger-ui .bg-white-20{background-color:hsla(0,0%,100%,.2)}.swagger-ui .bg-white-10{background-color:hsla(0,0%,100%,.1)}.swagger-ui .bg-black{background-color:#000}.swagger-ui .bg-near-black{background-color:#111}.swagger-ui .bg-dark-gray{background-color:#333}.swagger-ui .bg-mid-gray{background-color:#555}.swagger-ui .bg-gray{background-color:#777}.swagger-ui .bg-silver{background-color:#999}.swagger-ui .bg-light-silver{background-color:#aaa}.swagger-ui .bg-moon-gray{background-color:#ccc}.swagger-ui .bg-light-gray{background-color:#eee}.swagger-ui .bg-near-white{background-color:#f4f4f4}.swagger-ui .bg-white{background-color:#fff}.swagger-ui .bg-transparent{background-color:transparent}.swagger-ui .bg-dark-red{background-color:#e7040f}.swagger-ui .bg-red{background-color:#ff4136}.swagger-ui .bg-light-red{background-color:#ff725c}.swagger-ui .bg-orange{background-color:#ff6300}.swagger-ui .bg-gold{background-color:#ffb700}.swagger-ui .bg-yellow{background-color:gold}.swagger-ui .bg-light-yellow{background-color:#fbf1a9}.swagger-ui .bg-purple{background-color:#5e2ca5}.swagger-ui .bg-light-purple{background-color:#a463f2}.swagger-ui .bg-dark-pink{background-color:#d5008f}.swagger-ui .bg-hot-pink{background-color:#ff41b4}.swagger-ui .bg-pink{background-color:#ff80cc}.swagger-ui .bg-light-pink{background-color:#ffa3d7}.swagger-ui .bg-dark-green{background-color:#137752}.swagger-ui .bg-green{background-color:#19a974}.swagger-ui .bg-light-green{background-color:#9eebcf}.swagger-ui .bg-navy{background-color:#001b44}.swagger-ui .bg-dark-blue{background-color:#00449e}.swagger-ui .bg-blue{background-color:#357edd}.swagger-ui .bg-light-blue{background-color:#96ccff}.swagger-ui .bg-lightest-blue{background-color:#cdecff}.swagger-ui .bg-washed-blue{background-color:#f6fffe}.swagger-ui .bg-washed-green{background-color:#e8fdf5}.swagger-ui .bg-washed-yellow{background-color:#fffceb}.swagger-ui .bg-washed-red{background-color:#ffdfdf}.swagger-ui .bg-inherit{background-color:inherit}.swagger-ui .hover-black:focus,.swagger-ui .hover-black:hover{color:#000}.swagger-ui .hover-near-black:focus,.swagger-ui .hover-near-black:hover{color:#111}.swagger-ui .hover-dark-gray:focus,.swagger-ui .hover-dark-gray:hover{color:#333}.swagger-ui .hover-mid-gray:focus,.swagger-ui .hover-mid-gray:hover{color:#555}.swagger-ui .hover-gray:focus,.swagger-ui .hover-gray:hover{color:#777}.swagger-ui .hover-silver:focus,.swagger-ui .hover-silver:hover{color:#999}.swagger-ui .hover-light-silver:focus,.swagger-ui .hover-light-silver:hover{color:#aaa}.swagger-ui .hover-moon-gray:focus,.swagger-ui .hover-moon-gray:hover{color:#ccc}.swagger-ui .hover-light-gray:focus,.swagger-ui .hover-light-gray:hover{color:#eee}.swagger-ui .hover-near-white:focus,.swagger-ui .hover-near-white:hover{color:#f4f4f4}.swagger-ui .hover-white:focus,.swagger-ui .hover-white:hover{color:#fff}.swagger-ui .hover-black-90:focus,.swagger-ui .hover-black-90:hover{color:rgba(0,0,0,.9)}.swagger-ui .hover-black-80:focus,.swagger-ui .hover-black-80:hover{color:rgba(0,0,0,.8)}.swagger-ui .hover-black-70:focus,.swagger-ui .hover-black-70:hover{color:rgba(0,0,0,.7)}.swagger-ui .hover-black-60:focus,.swagger-ui .hover-black-60:hover{color:rgba(0,0,0,.6)}.swagger-ui .hover-black-50:focus,.swagger-ui .hover-black-50:hover{color:rgba(0,0,0,.5)}.swagger-ui .hover-black-40:focus,.swagger-ui .hover-black-40:hover{color:rgba(0,0,0,.4)}.swagger-ui .hover-black-30:focus,.swagger-ui .hover-black-30:hover{color:rgba(0,0,0,.3)}.swagger-ui .hover-black-20:focus,.swagger-ui .hover-black-20:hover{color:rgba(0,0,0,.2)}.swagger-ui .hover-black-10:focus,.swagger-ui .hover-black-10:hover{color:rgba(0,0,0,.1)}.swagger-ui .hover-white-90:focus,.swagger-ui .hover-white-90:hover{color:hsla(0,0%,100%,.9)}.swagger-ui .hover-white-80:focus,.swagger-ui .hover-white-80:hover{color:hsla(0,0%,100%,.8)}.swagger-ui .hover-white-70:focus,.swagger-ui .hover-white-70:hover{color:hsla(0,0%,100%,.7)}.swagger-ui .hover-white-60:focus,.swagger-ui .hover-white-60:hover{color:hsla(0,0%,100%,.6)}.swagger-ui .hover-white-50:focus,.swagger-ui .hover-white-50:hover{color:hsla(0,0%,100%,.5)}.swagger-ui .hover-white-40:focus,.swagger-ui .hover-white-40:hover{color:hsla(0,0%,100%,.4)}.swagger-ui .hover-white-30:focus,.swagger-ui .hover-white-30:hover{color:hsla(0,0%,100%,.3)}.swagger-ui .hover-white-20:focus,.swagger-ui .hover-white-20:hover{color:hsla(0,0%,100%,.2)}.swagger-ui .hover-white-10:focus,.swagger-ui .hover-white-10:hover{color:hsla(0,0%,100%,.1)}.swagger-ui .hover-inherit:focus,.swagger-ui .hover-inherit:hover{color:inherit}.swagger-ui .hover-bg-black:focus,.swagger-ui .hover-bg-black:hover{background-color:#000}.swagger-ui .hover-bg-near-black:focus,.swagger-ui .hover-bg-near-black:hover{background-color:#111}.swagger-ui .hover-bg-dark-gray:focus,.swagger-ui .hover-bg-dark-gray:hover{background-color:#333}.swagger-ui .hover-bg-mid-gray:focus,.swagger-ui .hover-bg-mid-gray:hover{background-color:#555}.swagger-ui .hover-bg-gray:focus,.swagger-ui .hover-bg-gray:hover{background-color:#777}.swagger-ui .hover-bg-silver:focus,.swagger-ui .hover-bg-silver:hover{background-color:#999}.swagger-ui .hover-bg-light-silver:focus,.swagger-ui .hover-bg-light-silver:hover{background-color:#aaa}.swagger-ui .hover-bg-moon-gray:focus,.swagger-ui .hover-bg-moon-gray:hover{background-color:#ccc}.swagger-ui .hover-bg-light-gray:focus,.swagger-ui .hover-bg-light-gray:hover{background-color:#eee}.swagger-ui .hover-bg-near-white:focus,.swagger-ui .hover-bg-near-white:hover{background-color:#f4f4f4}.swagger-ui .hover-bg-white:focus,.swagger-ui .hover-bg-white:hover{background-color:#fff}.swagger-ui .hover-bg-transparent:focus,.swagger-ui .hover-bg-transparent:hover{background-color:transparent}.swagger-ui .hover-bg-black-90:focus,.swagger-ui .hover-bg-black-90:hover{background-color:rgba(0,0,0,.9)}.swagger-ui .hover-bg-black-80:focus,.swagger-ui .hover-bg-black-80:hover{background-color:rgba(0,0,0,.8)}.swagger-ui .hover-bg-black-70:focus,.swagger-ui .hover-bg-black-70:hover{background-color:rgba(0,0,0,.7)}.swagger-ui .hover-bg-black-60:focus,.swagger-ui .hover-bg-black-60:hover{background-color:rgba(0,0,0,.6)}.swagger-ui .hover-bg-black-50:focus,.swagger-ui .hover-bg-black-50:hover{background-color:rgba(0,0,0,.5)}.swagger-ui .hover-bg-black-40:focus,.swagger-ui .hover-bg-black-40:hover{background-color:rgba(0,0,0,.4)}.swagger-ui .hover-bg-black-30:focus,.swagger-ui .hover-bg-black-30:hover{background-color:rgba(0,0,0,.3)}.swagger-ui .hover-bg-black-20:focus,.swagger-ui .hover-bg-black-20:hover{background-color:rgba(0,0,0,.2)}.swagger-ui .hover-bg-black-10:focus,.swagger-ui .hover-bg-black-10:hover{background-color:rgba(0,0,0,.1)}.swagger-ui .hover-bg-white-90:focus,.swagger-ui .hover-bg-white-90:hover{background-color:hsla(0,0%,100%,.9)}.swagger-ui .hover-bg-white-80:focus,.swagger-ui .hover-bg-white-80:hover{background-color:hsla(0,0%,100%,.8)}.swagger-ui .hover-bg-white-70:focus,.swagger-ui .hover-bg-white-70:hover{background-color:hsla(0,0%,100%,.7)}.swagger-ui .hover-bg-white-60:focus,.swagger-ui .hover-bg-white-60:hover{background-color:hsla(0,0%,100%,.6)}.swagger-ui .hover-bg-white-50:focus,.swagger-ui .hover-bg-white-50:hover{background-color:hsla(0,0%,100%,.5)}.swagger-ui .hover-bg-white-40:focus,.swagger-ui .hover-bg-white-40:hover{background-color:hsla(0,0%,100%,.4)}.swagger-ui .hover-bg-white-30:focus,.swagger-ui .hover-bg-white-30:hover{background-color:hsla(0,0%,100%,.3)}.swagger-ui .hover-bg-white-20:focus,.swagger-ui .hover-bg-white-20:hover{background-color:hsla(0,0%,100%,.2)}.swagger-ui .hover-bg-white-10:focus,.swagger-ui .hover-bg-white-10:hover{background-color:hsla(0,0%,100%,.1)}.swagger-ui .hover-dark-red:focus,.swagger-ui .hover-dark-red:hover{color:#e7040f}.swagger-ui .hover-red:focus,.swagger-ui .hover-red:hover{color:#ff4136}.swagger-ui .hover-light-red:focus,.swagger-ui .hover-light-red:hover{color:#ff725c}.swagger-ui .hover-orange:focus,.swagger-ui .hover-orange:hover{color:#ff6300}.swagger-ui .hover-gold:focus,.swagger-ui .hover-gold:hover{color:#ffb700}.swagger-ui .hover-yellow:focus,.swagger-ui .hover-yellow:hover{color:gold}.swagger-ui .hover-light-yellow:focus,.swagger-ui .hover-light-yellow:hover{color:#fbf1a9}.swagger-ui .hover-purple:focus,.swagger-ui .hover-purple:hover{color:#5e2ca5}.swagger-ui .hover-light-purple:focus,.swagger-ui .hover-light-purple:hover{color:#a463f2}.swagger-ui .hover-dark-pink:focus,.swagger-ui .hover-dark-pink:hover{color:#d5008f}.swagger-ui .hover-hot-pink:focus,.swagger-ui .hover-hot-pink:hover{color:#ff41b4}.swagger-ui .hover-pink:focus,.swagger-ui .hover-pink:hover{color:#ff80cc}.swagger-ui .hover-light-pink:focus,.swagger-ui .hover-light-pink:hover{color:#ffa3d7}.swagger-ui .hover-dark-green:focus,.swagger-ui .hover-dark-green:hover{color:#137752}.swagger-ui .hover-green:focus,.swagger-ui .hover-green:hover{color:#19a974}.swagger-ui .hover-light-green:focus,.swagger-ui .hover-light-green:hover{color:#9eebcf}.swagger-ui .hover-navy:focus,.swagger-ui .hover-navy:hover{color:#001b44}.swagger-ui .hover-dark-blue:focus,.swagger-ui .hover-dark-blue:hover{color:#00449e}.swagger-ui .hover-blue:focus,.swagger-ui .hover-blue:hover{color:#357edd}.swagger-ui .hover-light-blue:focus,.swagger-ui .hover-light-blue:hover{color:#96ccff}.swagger-ui .hover-lightest-blue:focus,.swagger-ui .hover-lightest-blue:hover{color:#cdecff}.swagger-ui .hover-washed-blue:focus,.swagger-ui .hover-washed-blue:hover{color:#f6fffe}.swagger-ui .hover-washed-green:focus,.swagger-ui .hover-washed-green:hover{color:#e8fdf5}.swagger-ui .hover-washed-yellow:focus,.swagger-ui .hover-washed-yellow:hover{color:#fffceb}.swagger-ui .hover-washed-red:focus,.swagger-ui .hover-washed-red:hover{color:#ffdfdf}.swagger-ui .hover-bg-dark-red:focus,.swagger-ui .hover-bg-dark-red:hover{background-color:#e7040f}.swagger-ui .hover-bg-red:focus,.swagger-ui .hover-bg-red:hover{background-color:#ff4136}.swagger-ui .hover-bg-light-red:focus,.swagger-ui .hover-bg-light-red:hover{background-color:#ff725c}.swagger-ui .hover-bg-orange:focus,.swagger-ui .hover-bg-orange:hover{background-color:#ff6300}.swagger-ui .hover-bg-gold:focus,.swagger-ui .hover-bg-gold:hover{background-color:#ffb700}.swagger-ui .hover-bg-yellow:focus,.swagger-ui .hover-bg-yellow:hover{background-color:gold}.swagger-ui .hover-bg-light-yellow:focus,.swagger-ui .hover-bg-light-yellow:hover{background-color:#fbf1a9}.swagger-ui .hover-bg-purple:focus,.swagger-ui .hover-bg-purple:hover{background-color:#5e2ca5}.swagger-ui .hover-bg-light-purple:focus,.swagger-ui .hover-bg-light-purple:hover{background-color:#a463f2}.swagger-ui .hover-bg-dark-pink:focus,.swagger-ui .hover-bg-dark-pink:hover{background-color:#d5008f}.swagger-ui .hover-bg-hot-pink:focus,.swagger-ui .hover-bg-hot-pink:hover{background-color:#ff41b4}.swagger-ui .hover-bg-pink:focus,.swagger-ui .hover-bg-pink:hover{background-color:#ff80cc}.swagger-ui .hover-bg-light-pink:focus,.swagger-ui .hover-bg-light-pink:hover{background-color:#ffa3d7}.swagger-ui .hover-bg-dark-green:focus,.swagger-ui .hover-bg-dark-green:hover{background-color:#137752}.swagger-ui .hover-bg-green:focus,.swagger-ui .hover-bg-green:hover{background-color:#19a974}.swagger-ui .hover-bg-light-green:focus,.swagger-ui .hover-bg-light-green:hover{background-color:#9eebcf}.swagger-ui .hover-bg-navy:focus,.swagger-ui .hover-bg-navy:hover{background-color:#001b44}.swagger-ui .hover-bg-dark-blue:focus,.swagger-ui .hover-bg-dark-blue:hover{background-color:#00449e}.swagger-ui .hover-bg-blue:focus,.swagger-ui .hover-bg-blue:hover{background-color:#357edd}.swagger-ui .hover-bg-light-blue:focus,.swagger-ui .hover-bg-light-blue:hover{background-color:#96ccff}.swagger-ui .hover-bg-lightest-blue:focus,.swagger-ui .hover-bg-lightest-blue:hover{background-color:#cdecff}.swagger-ui .hover-bg-washed-blue:focus,.swagger-ui .hover-bg-washed-blue:hover{background-color:#f6fffe}.swagger-ui .hover-bg-washed-green:focus,.swagger-ui .hover-bg-washed-green:hover{background-color:#e8fdf5}.swagger-ui .hover-bg-washed-yellow:focus,.swagger-ui .hover-bg-washed-yellow:hover{background-color:#fffceb}.swagger-ui .hover-bg-washed-red:focus,.swagger-ui .hover-bg-washed-red:hover{background-color:#ffdfdf}.swagger-ui .hover-bg-inherit:focus,.swagger-ui .hover-bg-inherit:hover{background-color:inherit}.swagger-ui .pa0{padding:0}.swagger-ui .pa1{padding:.25rem}.swagger-ui .pa2{padding:.5rem}.swagger-ui .pa3{padding:1rem}.swagger-ui .pa4{padding:2rem}.swagger-ui .pa5{padding:4rem}.swagger-ui .pa6{padding:8rem}.swagger-ui .pa7{padding:16rem}.swagger-ui .pl0{padding-left:0}.swagger-ui .pl1{padding-left:.25rem}.swagger-ui .pl2{padding-left:.5rem}.swagger-ui .pl3{padding-left:1rem}.swagger-ui .pl4{padding-left:2rem}.swagger-ui .pl5{padding-left:4rem}.swagger-ui .pl6{padding-left:8rem}.swagger-ui .pl7{padding-left:16rem}.swagger-ui .pr0{padding-right:0}.swagger-ui .pr1{padding-right:.25rem}.swagger-ui .pr2{padding-right:.5rem}.swagger-ui .pr3{padding-right:1rem}.swagger-ui .pr4{padding-right:2rem}.swagger-ui .pr5{padding-right:4rem}.swagger-ui .pr6{padding-right:8rem}.swagger-ui .pr7{padding-right:16rem}.swagger-ui .pb0{padding-bottom:0}.swagger-ui .pb1{padding-bottom:.25rem}.swagger-ui .pb2{padding-bottom:.5rem}.swagger-ui .pb3{padding-bottom:1rem}.swagger-ui .pb4{padding-bottom:2rem}.swagger-ui .pb5{padding-bottom:4rem}.swagger-ui .pb6{padding-bottom:8rem}.swagger-ui .pb7{padding-bottom:16rem}.swagger-ui .pt0{padding-top:0}.swagger-ui .pt1{padding-top:.25rem}.swagger-ui .pt2{padding-top:.5rem}.swagger-ui .pt3{padding-top:1rem}.swagger-ui .pt4{padding-top:2rem}.swagger-ui .pt5{padding-top:4rem}.swagger-ui .pt6{padding-top:8rem}.swagger-ui .pt7{padding-top:16rem}.swagger-ui .pv0{padding-bottom:0;padding-top:0}.swagger-ui .pv1{padding-bottom:.25rem;padding-top:.25rem}.swagger-ui .pv2{padding-bottom:.5rem;padding-top:.5rem}.swagger-ui .pv3{padding-bottom:1rem;padding-top:1rem}.swagger-ui .pv4{padding-bottom:2rem;padding-top:2rem}.swagger-ui .pv5{padding-bottom:4rem;padding-top:4rem}.swagger-ui .pv6{padding-bottom:8rem;padding-top:8rem}.swagger-ui .pv7{padding-bottom:16rem;padding-top:16rem}.swagger-ui .ph0{padding-left:0;padding-right:0}.swagger-ui .ph1{padding-left:.25rem;padding-right:.25rem}.swagger-ui .ph2{padding-left:.5rem;padding-right:.5rem}.swagger-ui .ph3{padding-left:1rem;padding-right:1rem}.swagger-ui .ph4{padding-left:2rem;padding-right:2rem}.swagger-ui .ph5{padding-left:4rem;padding-right:4rem}.swagger-ui .ph6{padding-left:8rem;padding-right:8rem}.swagger-ui .ph7{padding-left:16rem;padding-right:16rem}.swagger-ui .ma0{margin:0}.swagger-ui .ma1{margin:.25rem}.swagger-ui .ma2{margin:.5rem}.swagger-ui .ma3{margin:1rem}.swagger-ui .ma4{margin:2rem}.swagger-ui .ma5{margin:4rem}.swagger-ui .ma6{margin:8rem}.swagger-ui .ma7{margin:16rem}.swagger-ui .ml0{margin-left:0}.swagger-ui .ml1{margin-left:.25rem}.swagger-ui .ml2{margin-left:.5rem}.swagger-ui .ml3{margin-left:1rem}.swagger-ui .ml4{margin-left:2rem}.swagger-ui .ml5{margin-left:4rem}.swagger-ui .ml6{margin-left:8rem}.swagger-ui .ml7{margin-left:16rem}.swagger-ui .mr0{margin-right:0}.swagger-ui .mr1{margin-right:.25rem}.swagger-ui .mr2{margin-right:.5rem}.swagger-ui .mr3{margin-right:1rem}.swagger-ui .mr4{margin-right:2rem}.swagger-ui .mr5{margin-right:4rem}.swagger-ui .mr6{margin-right:8rem}.swagger-ui .mr7{margin-right:16rem}.swagger-ui .mb0{margin-bottom:0}.swagger-ui .mb1{margin-bottom:.25rem}.swagger-ui .mb2{margin-bottom:.5rem}.swagger-ui .mb3{margin-bottom:1rem}.swagger-ui .mb4{margin-bottom:2rem}.swagger-ui .mb5{margin-bottom:4rem}.swagger-ui .mb6{margin-bottom:8rem}.swagger-ui .mb7{margin-bottom:16rem}.swagger-ui .mt0{margin-top:0}.swagger-ui .mt1{margin-top:.25rem}.swagger-ui .mt2{margin-top:.5rem}.swagger-ui .mt3{margin-top:1rem}.swagger-ui .mt4{margin-top:2rem}.swagger-ui .mt5{margin-top:4rem}.swagger-ui .mt6{margin-top:8rem}.swagger-ui .mt7{margin-top:16rem}.swagger-ui .mv0{margin-bottom:0;margin-top:0}.swagger-ui .mv1{margin-bottom:.25rem;margin-top:.25rem}.swagger-ui .mv2{margin-bottom:.5rem;margin-top:.5rem}.swagger-ui .mv3{margin-bottom:1rem;margin-top:1rem}.swagger-ui .mv4{margin-bottom:2rem;margin-top:2rem}.swagger-ui .mv5{margin-bottom:4rem;margin-top:4rem}.swagger-ui .mv6{margin-bottom:8rem;margin-top:8rem}.swagger-ui .mv7{margin-bottom:16rem;margin-top:16rem}.swagger-ui .mh0{margin-left:0;margin-right:0}.swagger-ui .mh1{margin-left:.25rem;margin-right:.25rem}.swagger-ui .mh2{margin-left:.5rem;margin-right:.5rem}.swagger-ui .mh3{margin-left:1rem;margin-right:1rem}.swagger-ui .mh4{margin-left:2rem;margin-right:2rem}.swagger-ui .mh5{margin-left:4rem;margin-right:4rem}.swagger-ui .mh6{margin-left:8rem;margin-right:8rem}.swagger-ui .mh7{margin-left:16rem;margin-right:16rem}@media screen and (min-width:30em){.swagger-ui .pa0-ns{padding:0}.swagger-ui .pa1-ns{padding:.25rem}.swagger-ui .pa2-ns{padding:.5rem}.swagger-ui .pa3-ns{padding:1rem}.swagger-ui .pa4-ns{padding:2rem}.swagger-ui .pa5-ns{padding:4rem}.swagger-ui .pa6-ns{padding:8rem}.swagger-ui .pa7-ns{padding:16rem}.swagger-ui .pl0-ns{padding-left:0}.swagger-ui .pl1-ns{padding-left:.25rem}.swagger-ui .pl2-ns{padding-left:.5rem}.swagger-ui .pl3-ns{padding-left:1rem}.swagger-ui .pl4-ns{padding-left:2rem}.swagger-ui .pl5-ns{padding-left:4rem}.swagger-ui .pl6-ns{padding-left:8rem}.swagger-ui .pl7-ns{padding-left:16rem}.swagger-ui .pr0-ns{padding-right:0}.swagger-ui .pr1-ns{padding-right:.25rem}.swagger-ui .pr2-ns{padding-right:.5rem}.swagger-ui .pr3-ns{padding-right:1rem}.swagger-ui .pr4-ns{padding-right:2rem}.swagger-ui .pr5-ns{padding-right:4rem}.swagger-ui .pr6-ns{padding-right:8rem}.swagger-ui .pr7-ns{padding-right:16rem}.swagger-ui .pb0-ns{padding-bottom:0}.swagger-ui .pb1-ns{padding-bottom:.25rem}.swagger-ui .pb2-ns{padding-bottom:.5rem}.swagger-ui .pb3-ns{padding-bottom:1rem}.swagger-ui .pb4-ns{padding-bottom:2rem}.swagger-ui .pb5-ns{padding-bottom:4rem}.swagger-ui .pb6-ns{padding-bottom:8rem}.swagger-ui .pb7-ns{padding-bottom:16rem}.swagger-ui .pt0-ns{padding-top:0}.swagger-ui .pt1-ns{padding-top:.25rem}.swagger-ui .pt2-ns{padding-top:.5rem}.swagger-ui .pt3-ns{padding-top:1rem}.swagger-ui .pt4-ns{padding-top:2rem}.swagger-ui .pt5-ns{padding-top:4rem}.swagger-ui .pt6-ns{padding-top:8rem}.swagger-ui .pt7-ns{padding-top:16rem}.swagger-ui .pv0-ns{padding-bottom:0;padding-top:0}.swagger-ui .pv1-ns{padding-bottom:.25rem;padding-top:.25rem}.swagger-ui .pv2-ns{padding-bottom:.5rem;padding-top:.5rem}.swagger-ui .pv3-ns{padding-bottom:1rem;padding-top:1rem}.swagger-ui .pv4-ns{padding-bottom:2rem;padding-top:2rem}.swagger-ui .pv5-ns{padding-bottom:4rem;padding-top:4rem}.swagger-ui .pv6-ns{padding-bottom:8rem;padding-top:8rem}.swagger-ui .pv7-ns{padding-bottom:16rem;padding-top:16rem}.swagger-ui .ph0-ns{padding-left:0;padding-right:0}.swagger-ui .ph1-ns{padding-left:.25rem;padding-right:.25rem}.swagger-ui .ph2-ns{padding-left:.5rem;padding-right:.5rem}.swagger-ui .ph3-ns{padding-left:1rem;padding-right:1rem}.swagger-ui .ph4-ns{padding-left:2rem;padding-right:2rem}.swagger-ui .ph5-ns{padding-left:4rem;padding-right:4rem}.swagger-ui .ph6-ns{padding-left:8rem;padding-right:8rem}.swagger-ui .ph7-ns{padding-left:16rem;padding-right:16rem}.swagger-ui .ma0-ns{margin:0}.swagger-ui .ma1-ns{margin:.25rem}.swagger-ui .ma2-ns{margin:.5rem}.swagger-ui .ma3-ns{margin:1rem}.swagger-ui .ma4-ns{margin:2rem}.swagger-ui .ma5-ns{margin:4rem}.swagger-ui .ma6-ns{margin:8rem}.swagger-ui .ma7-ns{margin:16rem}.swagger-ui .ml0-ns{margin-left:0}.swagger-ui .ml1-ns{margin-left:.25rem}.swagger-ui .ml2-ns{margin-left:.5rem}.swagger-ui .ml3-ns{margin-left:1rem}.swagger-ui .ml4-ns{margin-left:2rem}.swagger-ui .ml5-ns{margin-left:4rem}.swagger-ui .ml6-ns{margin-left:8rem}.swagger-ui .ml7-ns{margin-left:16rem}.swagger-ui .mr0-ns{margin-right:0}.swagger-ui .mr1-ns{margin-right:.25rem}.swagger-ui .mr2-ns{margin-right:.5rem}.swagger-ui .mr3-ns{margin-right:1rem}.swagger-ui .mr4-ns{margin-right:2rem}.swagger-ui .mr5-ns{margin-right:4rem}.swagger-ui .mr6-ns{margin-right:8rem}.swagger-ui .mr7-ns{margin-right:16rem}.swagger-ui .mb0-ns{margin-bottom:0}.swagger-ui .mb1-ns{margin-bottom:.25rem}.swagger-ui .mb2-ns{margin-bottom:.5rem}.swagger-ui .mb3-ns{margin-bottom:1rem}.swagger-ui .mb4-ns{margin-bottom:2rem}.swagger-ui .mb5-ns{margin-bottom:4rem}.swagger-ui .mb6-ns{margin-bottom:8rem}.swagger-ui .mb7-ns{margin-bottom:16rem}.swagger-ui .mt0-ns{margin-top:0}.swagger-ui .mt1-ns{margin-top:.25rem}.swagger-ui .mt2-ns{margin-top:.5rem}.swagger-ui .mt3-ns{margin-top:1rem}.swagger-ui .mt4-ns{margin-top:2rem}.swagger-ui .mt5-ns{margin-top:4rem}.swagger-ui .mt6-ns{margin-top:8rem}.swagger-ui .mt7-ns{margin-top:16rem}.swagger-ui .mv0-ns{margin-bottom:0;margin-top:0}.swagger-ui .mv1-ns{margin-bottom:.25rem;margin-top:.25rem}.swagger-ui .mv2-ns{margin-bottom:.5rem;margin-top:.5rem}.swagger-ui .mv3-ns{margin-bottom:1rem;margin-top:1rem}.swagger-ui .mv4-ns{margin-bottom:2rem;margin-top:2rem}.swagger-ui .mv5-ns{margin-bottom:4rem;margin-top:4rem}.swagger-ui .mv6-ns{margin-bottom:8rem;margin-top:8rem}.swagger-ui .mv7-ns{margin-bottom:16rem;margin-top:16rem}.swagger-ui .mh0-ns{margin-left:0;margin-right:0}.swagger-ui .mh1-ns{margin-left:.25rem;margin-right:.25rem}.swagger-ui .mh2-ns{margin-left:.5rem;margin-right:.5rem}.swagger-ui .mh3-ns{margin-left:1rem;margin-right:1rem}.swagger-ui .mh4-ns{margin-left:2rem;margin-right:2rem}.swagger-ui .mh5-ns{margin-left:4rem;margin-right:4rem}.swagger-ui .mh6-ns{margin-left:8rem;margin-right:8rem}.swagger-ui .mh7-ns{margin-left:16rem;margin-right:16rem}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .pa0-m{padding:0}.swagger-ui .pa1-m{padding:.25rem}.swagger-ui .pa2-m{padding:.5rem}.swagger-ui .pa3-m{padding:1rem}.swagger-ui .pa4-m{padding:2rem}.swagger-ui .pa5-m{padding:4rem}.swagger-ui .pa6-m{padding:8rem}.swagger-ui .pa7-m{padding:16rem}.swagger-ui .pl0-m{padding-left:0}.swagger-ui .pl1-m{padding-left:.25rem}.swagger-ui .pl2-m{padding-left:.5rem}.swagger-ui .pl3-m{padding-left:1rem}.swagger-ui .pl4-m{padding-left:2rem}.swagger-ui .pl5-m{padding-left:4rem}.swagger-ui .pl6-m{padding-left:8rem}.swagger-ui .pl7-m{padding-left:16rem}.swagger-ui .pr0-m{padding-right:0}.swagger-ui .pr1-m{padding-right:.25rem}.swagger-ui .pr2-m{padding-right:.5rem}.swagger-ui .pr3-m{padding-right:1rem}.swagger-ui .pr4-m{padding-right:2rem}.swagger-ui .pr5-m{padding-right:4rem}.swagger-ui .pr6-m{padding-right:8rem}.swagger-ui .pr7-m{padding-right:16rem}.swagger-ui .pb0-m{padding-bottom:0}.swagger-ui .pb1-m{padding-bottom:.25rem}.swagger-ui .pb2-m{padding-bottom:.5rem}.swagger-ui .pb3-m{padding-bottom:1rem}.swagger-ui .pb4-m{padding-bottom:2rem}.swagger-ui .pb5-m{padding-bottom:4rem}.swagger-ui .pb6-m{padding-bottom:8rem}.swagger-ui .pb7-m{padding-bottom:16rem}.swagger-ui .pt0-m{padding-top:0}.swagger-ui .pt1-m{padding-top:.25rem}.swagger-ui .pt2-m{padding-top:.5rem}.swagger-ui .pt3-m{padding-top:1rem}.swagger-ui .pt4-m{padding-top:2rem}.swagger-ui .pt5-m{padding-top:4rem}.swagger-ui .pt6-m{padding-top:8rem}.swagger-ui .pt7-m{padding-top:16rem}.swagger-ui .pv0-m{padding-bottom:0;padding-top:0}.swagger-ui .pv1-m{padding-bottom:.25rem;padding-top:.25rem}.swagger-ui .pv2-m{padding-bottom:.5rem;padding-top:.5rem}.swagger-ui .pv3-m{padding-bottom:1rem;padding-top:1rem}.swagger-ui .pv4-m{padding-bottom:2rem;padding-top:2rem}.swagger-ui .pv5-m{padding-bottom:4rem;padding-top:4rem}.swagger-ui .pv6-m{padding-bottom:8rem;padding-top:8rem}.swagger-ui .pv7-m{padding-bottom:16rem;padding-top:16rem}.swagger-ui .ph0-m{padding-left:0;padding-right:0}.swagger-ui .ph1-m{padding-left:.25rem;padding-right:.25rem}.swagger-ui .ph2-m{padding-left:.5rem;padding-right:.5rem}.swagger-ui .ph3-m{padding-left:1rem;padding-right:1rem}.swagger-ui .ph4-m{padding-left:2rem;padding-right:2rem}.swagger-ui .ph5-m{padding-left:4rem;padding-right:4rem}.swagger-ui .ph6-m{padding-left:8rem;padding-right:8rem}.swagger-ui .ph7-m{padding-left:16rem;padding-right:16rem}.swagger-ui .ma0-m{margin:0}.swagger-ui .ma1-m{margin:.25rem}.swagger-ui .ma2-m{margin:.5rem}.swagger-ui .ma3-m{margin:1rem}.swagger-ui .ma4-m{margin:2rem}.swagger-ui .ma5-m{margin:4rem}.swagger-ui .ma6-m{margin:8rem}.swagger-ui .ma7-m{margin:16rem}.swagger-ui .ml0-m{margin-left:0}.swagger-ui .ml1-m{margin-left:.25rem}.swagger-ui .ml2-m{margin-left:.5rem}.swagger-ui .ml3-m{margin-left:1rem}.swagger-ui .ml4-m{margin-left:2rem}.swagger-ui .ml5-m{margin-left:4rem}.swagger-ui .ml6-m{margin-left:8rem}.swagger-ui .ml7-m{margin-left:16rem}.swagger-ui .mr0-m{margin-right:0}.swagger-ui .mr1-m{margin-right:.25rem}.swagger-ui .mr2-m{margin-right:.5rem}.swagger-ui .mr3-m{margin-right:1rem}.swagger-ui .mr4-m{margin-right:2rem}.swagger-ui .mr5-m{margin-right:4rem}.swagger-ui .mr6-m{margin-right:8rem}.swagger-ui .mr7-m{margin-right:16rem}.swagger-ui .mb0-m{margin-bottom:0}.swagger-ui .mb1-m{margin-bottom:.25rem}.swagger-ui .mb2-m{margin-bottom:.5rem}.swagger-ui .mb3-m{margin-bottom:1rem}.swagger-ui .mb4-m{margin-bottom:2rem}.swagger-ui .mb5-m{margin-bottom:4rem}.swagger-ui .mb6-m{margin-bottom:8rem}.swagger-ui .mb7-m{margin-bottom:16rem}.swagger-ui .mt0-m{margin-top:0}.swagger-ui .mt1-m{margin-top:.25rem}.swagger-ui .mt2-m{margin-top:.5rem}.swagger-ui .mt3-m{margin-top:1rem}.swagger-ui .mt4-m{margin-top:2rem}.swagger-ui .mt5-m{margin-top:4rem}.swagger-ui .mt6-m{margin-top:8rem}.swagger-ui .mt7-m{margin-top:16rem}.swagger-ui .mv0-m{margin-bottom:0;margin-top:0}.swagger-ui .mv1-m{margin-bottom:.25rem;margin-top:.25rem}.swagger-ui .mv2-m{margin-bottom:.5rem;margin-top:.5rem}.swagger-ui .mv3-m{margin-bottom:1rem;margin-top:1rem}.swagger-ui .mv4-m{margin-bottom:2rem;margin-top:2rem}.swagger-ui .mv5-m{margin-bottom:4rem;margin-top:4rem}.swagger-ui .mv6-m{margin-bottom:8rem;margin-top:8rem}.swagger-ui .mv7-m{margin-bottom:16rem;margin-top:16rem}.swagger-ui .mh0-m{margin-left:0;margin-right:0}.swagger-ui .mh1-m{margin-left:.25rem;margin-right:.25rem}.swagger-ui .mh2-m{margin-left:.5rem;margin-right:.5rem}.swagger-ui .mh3-m{margin-left:1rem;margin-right:1rem}.swagger-ui .mh4-m{margin-left:2rem;margin-right:2rem}.swagger-ui .mh5-m{margin-left:4rem;margin-right:4rem}.swagger-ui .mh6-m{margin-left:8rem;margin-right:8rem}.swagger-ui .mh7-m{margin-left:16rem;margin-right:16rem}}@media screen and (min-width:60em){.swagger-ui .pa0-l{padding:0}.swagger-ui .pa1-l{padding:.25rem}.swagger-ui .pa2-l{padding:.5rem}.swagger-ui .pa3-l{padding:1rem}.swagger-ui .pa4-l{padding:2rem}.swagger-ui .pa5-l{padding:4rem}.swagger-ui .pa6-l{padding:8rem}.swagger-ui .pa7-l{padding:16rem}.swagger-ui .pl0-l{padding-left:0}.swagger-ui .pl1-l{padding-left:.25rem}.swagger-ui .pl2-l{padding-left:.5rem}.swagger-ui .pl3-l{padding-left:1rem}.swagger-ui .pl4-l{padding-left:2rem}.swagger-ui .pl5-l{padding-left:4rem}.swagger-ui .pl6-l{padding-left:8rem}.swagger-ui .pl7-l{padding-left:16rem}.swagger-ui .pr0-l{padding-right:0}.swagger-ui .pr1-l{padding-right:.25rem}.swagger-ui .pr2-l{padding-right:.5rem}.swagger-ui .pr3-l{padding-right:1rem}.swagger-ui .pr4-l{padding-right:2rem}.swagger-ui .pr5-l{padding-right:4rem}.swagger-ui .pr6-l{padding-right:8rem}.swagger-ui .pr7-l{padding-right:16rem}.swagger-ui .pb0-l{padding-bottom:0}.swagger-ui .pb1-l{padding-bottom:.25rem}.swagger-ui .pb2-l{padding-bottom:.5rem}.swagger-ui .pb3-l{padding-bottom:1rem}.swagger-ui .pb4-l{padding-bottom:2rem}.swagger-ui .pb5-l{padding-bottom:4rem}.swagger-ui .pb6-l{padding-bottom:8rem}.swagger-ui .pb7-l{padding-bottom:16rem}.swagger-ui .pt0-l{padding-top:0}.swagger-ui .pt1-l{padding-top:.25rem}.swagger-ui .pt2-l{padding-top:.5rem}.swagger-ui .pt3-l{padding-top:1rem}.swagger-ui .pt4-l{padding-top:2rem}.swagger-ui .pt5-l{padding-top:4rem}.swagger-ui .pt6-l{padding-top:8rem}.swagger-ui .pt7-l{padding-top:16rem}.swagger-ui .pv0-l{padding-bottom:0;padding-top:0}.swagger-ui .pv1-l{padding-bottom:.25rem;padding-top:.25rem}.swagger-ui .pv2-l{padding-bottom:.5rem;padding-top:.5rem}.swagger-ui .pv3-l{padding-bottom:1rem;padding-top:1rem}.swagger-ui .pv4-l{padding-bottom:2rem;padding-top:2rem}.swagger-ui .pv5-l{padding-bottom:4rem;padding-top:4rem}.swagger-ui .pv6-l{padding-bottom:8rem;padding-top:8rem}.swagger-ui .pv7-l{padding-bottom:16rem;padding-top:16rem}.swagger-ui .ph0-l{padding-left:0;padding-right:0}.swagger-ui .ph1-l{padding-left:.25rem;padding-right:.25rem}.swagger-ui .ph2-l{padding-left:.5rem;padding-right:.5rem}.swagger-ui .ph3-l{padding-left:1rem;padding-right:1rem}.swagger-ui .ph4-l{padding-left:2rem;padding-right:2rem}.swagger-ui .ph5-l{padding-left:4rem;padding-right:4rem}.swagger-ui .ph6-l{padding-left:8rem;padding-right:8rem}.swagger-ui .ph7-l{padding-left:16rem;padding-right:16rem}.swagger-ui .ma0-l{margin:0}.swagger-ui .ma1-l{margin:.25rem}.swagger-ui .ma2-l{margin:.5rem}.swagger-ui .ma3-l{margin:1rem}.swagger-ui .ma4-l{margin:2rem}.swagger-ui .ma5-l{margin:4rem}.swagger-ui .ma6-l{margin:8rem}.swagger-ui .ma7-l{margin:16rem}.swagger-ui .ml0-l{margin-left:0}.swagger-ui .ml1-l{margin-left:.25rem}.swagger-ui .ml2-l{margin-left:.5rem}.swagger-ui .ml3-l{margin-left:1rem}.swagger-ui .ml4-l{margin-left:2rem}.swagger-ui .ml5-l{margin-left:4rem}.swagger-ui .ml6-l{margin-left:8rem}.swagger-ui .ml7-l{margin-left:16rem}.swagger-ui .mr0-l{margin-right:0}.swagger-ui .mr1-l{margin-right:.25rem}.swagger-ui .mr2-l{margin-right:.5rem}.swagger-ui .mr3-l{margin-right:1rem}.swagger-ui .mr4-l{margin-right:2rem}.swagger-ui .mr5-l{margin-right:4rem}.swagger-ui .mr6-l{margin-right:8rem}.swagger-ui .mr7-l{margin-right:16rem}.swagger-ui .mb0-l{margin-bottom:0}.swagger-ui .mb1-l{margin-bottom:.25rem}.swagger-ui .mb2-l{margin-bottom:.5rem}.swagger-ui .mb3-l{margin-bottom:1rem}.swagger-ui .mb4-l{margin-bottom:2rem}.swagger-ui .mb5-l{margin-bottom:4rem}.swagger-ui .mb6-l{margin-bottom:8rem}.swagger-ui .mb7-l{margin-bottom:16rem}.swagger-ui .mt0-l{margin-top:0}.swagger-ui .mt1-l{margin-top:.25rem}.swagger-ui .mt2-l{margin-top:.5rem}.swagger-ui .mt3-l{margin-top:1rem}.swagger-ui .mt4-l{margin-top:2rem}.swagger-ui .mt5-l{margin-top:4rem}.swagger-ui .mt6-l{margin-top:8rem}.swagger-ui .mt7-l{margin-top:16rem}.swagger-ui .mv0-l{margin-bottom:0;margin-top:0}.swagger-ui .mv1-l{margin-bottom:.25rem;margin-top:.25rem}.swagger-ui .mv2-l{margin-bottom:.5rem;margin-top:.5rem}.swagger-ui .mv3-l{margin-bottom:1rem;margin-top:1rem}.swagger-ui .mv4-l{margin-bottom:2rem;margin-top:2rem}.swagger-ui .mv5-l{margin-bottom:4rem;margin-top:4rem}.swagger-ui .mv6-l{margin-bottom:8rem;margin-top:8rem}.swagger-ui .mv7-l{margin-bottom:16rem;margin-top:16rem}.swagger-ui .mh0-l{margin-left:0;margin-right:0}.swagger-ui .mh1-l{margin-left:.25rem;margin-right:.25rem}.swagger-ui .mh2-l{margin-left:.5rem;margin-right:.5rem}.swagger-ui .mh3-l{margin-left:1rem;margin-right:1rem}.swagger-ui .mh4-l{margin-left:2rem;margin-right:2rem}.swagger-ui .mh5-l{margin-left:4rem;margin-right:4rem}.swagger-ui .mh6-l{margin-left:8rem;margin-right:8rem}.swagger-ui .mh7-l{margin-left:16rem;margin-right:16rem}}.swagger-ui .na1{margin:-.25rem}.swagger-ui .na2{margin:-.5rem}.swagger-ui .na3{margin:-1rem}.swagger-ui .na4{margin:-2rem}.swagger-ui .na5{margin:-4rem}.swagger-ui .na6{margin:-8rem}.swagger-ui .na7{margin:-16rem}.swagger-ui .nl1{margin-left:-.25rem}.swagger-ui .nl2{margin-left:-.5rem}.swagger-ui .nl3{margin-left:-1rem}.swagger-ui .nl4{margin-left:-2rem}.swagger-ui .nl5{margin-left:-4rem}.swagger-ui .nl6{margin-left:-8rem}.swagger-ui .nl7{margin-left:-16rem}.swagger-ui .nr1{margin-right:-.25rem}.swagger-ui .nr2{margin-right:-.5rem}.swagger-ui .nr3{margin-right:-1rem}.swagger-ui .nr4{margin-right:-2rem}.swagger-ui .nr5{margin-right:-4rem}.swagger-ui .nr6{margin-right:-8rem}.swagger-ui .nr7{margin-right:-16rem}.swagger-ui .nb1{margin-bottom:-.25rem}.swagger-ui .nb2{margin-bottom:-.5rem}.swagger-ui .nb3{margin-bottom:-1rem}.swagger-ui .nb4{margin-bottom:-2rem}.swagger-ui .nb5{margin-bottom:-4rem}.swagger-ui .nb6{margin-bottom:-8rem}.swagger-ui .nb7{margin-bottom:-16rem}.swagger-ui .nt1{margin-top:-.25rem}.swagger-ui .nt2{margin-top:-.5rem}.swagger-ui .nt3{margin-top:-1rem}.swagger-ui .nt4{margin-top:-2rem}.swagger-ui .nt5{margin-top:-4rem}.swagger-ui .nt6{margin-top:-8rem}.swagger-ui .nt7{margin-top:-16rem}@media screen and (min-width:30em){.swagger-ui .na1-ns{margin:-.25rem}.swagger-ui .na2-ns{margin:-.5rem}.swagger-ui .na3-ns{margin:-1rem}.swagger-ui .na4-ns{margin:-2rem}.swagger-ui .na5-ns{margin:-4rem}.swagger-ui .na6-ns{margin:-8rem}.swagger-ui .na7-ns{margin:-16rem}.swagger-ui .nl1-ns{margin-left:-.25rem}.swagger-ui .nl2-ns{margin-left:-.5rem}.swagger-ui .nl3-ns{margin-left:-1rem}.swagger-ui .nl4-ns{margin-left:-2rem}.swagger-ui .nl5-ns{margin-left:-4rem}.swagger-ui .nl6-ns{margin-left:-8rem}.swagger-ui .nl7-ns{margin-left:-16rem}.swagger-ui .nr1-ns{margin-right:-.25rem}.swagger-ui .nr2-ns{margin-right:-.5rem}.swagger-ui .nr3-ns{margin-right:-1rem}.swagger-ui .nr4-ns{margin-right:-2rem}.swagger-ui .nr5-ns{margin-right:-4rem}.swagger-ui .nr6-ns{margin-right:-8rem}.swagger-ui .nr7-ns{margin-right:-16rem}.swagger-ui .nb1-ns{margin-bottom:-.25rem}.swagger-ui .nb2-ns{margin-bottom:-.5rem}.swagger-ui .nb3-ns{margin-bottom:-1rem}.swagger-ui .nb4-ns{margin-bottom:-2rem}.swagger-ui .nb5-ns{margin-bottom:-4rem}.swagger-ui .nb6-ns{margin-bottom:-8rem}.swagger-ui .nb7-ns{margin-bottom:-16rem}.swagger-ui .nt1-ns{margin-top:-.25rem}.swagger-ui .nt2-ns{margin-top:-.5rem}.swagger-ui .nt3-ns{margin-top:-1rem}.swagger-ui .nt4-ns{margin-top:-2rem}.swagger-ui .nt5-ns{margin-top:-4rem}.swagger-ui .nt6-ns{margin-top:-8rem}.swagger-ui .nt7-ns{margin-top:-16rem}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .na1-m{margin:-.25rem}.swagger-ui .na2-m{margin:-.5rem}.swagger-ui .na3-m{margin:-1rem}.swagger-ui .na4-m{margin:-2rem}.swagger-ui .na5-m{margin:-4rem}.swagger-ui .na6-m{margin:-8rem}.swagger-ui .na7-m{margin:-16rem}.swagger-ui .nl1-m{margin-left:-.25rem}.swagger-ui .nl2-m{margin-left:-.5rem}.swagger-ui .nl3-m{margin-left:-1rem}.swagger-ui .nl4-m{margin-left:-2rem}.swagger-ui .nl5-m{margin-left:-4rem}.swagger-ui .nl6-m{margin-left:-8rem}.swagger-ui .nl7-m{margin-left:-16rem}.swagger-ui .nr1-m{margin-right:-.25rem}.swagger-ui .nr2-m{margin-right:-.5rem}.swagger-ui .nr3-m{margin-right:-1rem}.swagger-ui .nr4-m{margin-right:-2rem}.swagger-ui .nr5-m{margin-right:-4rem}.swagger-ui .nr6-m{margin-right:-8rem}.swagger-ui .nr7-m{margin-right:-16rem}.swagger-ui .nb1-m{margin-bottom:-.25rem}.swagger-ui .nb2-m{margin-bottom:-.5rem}.swagger-ui .nb3-m{margin-bottom:-1rem}.swagger-ui .nb4-m{margin-bottom:-2rem}.swagger-ui .nb5-m{margin-bottom:-4rem}.swagger-ui .nb6-m{margin-bottom:-8rem}.swagger-ui .nb7-m{margin-bottom:-16rem}.swagger-ui .nt1-m{margin-top:-.25rem}.swagger-ui .nt2-m{margin-top:-.5rem}.swagger-ui .nt3-m{margin-top:-1rem}.swagger-ui .nt4-m{margin-top:-2rem}.swagger-ui .nt5-m{margin-top:-4rem}.swagger-ui .nt6-m{margin-top:-8rem}.swagger-ui .nt7-m{margin-top:-16rem}}@media screen and (min-width:60em){.swagger-ui .na1-l{margin:-.25rem}.swagger-ui .na2-l{margin:-.5rem}.swagger-ui .na3-l{margin:-1rem}.swagger-ui .na4-l{margin:-2rem}.swagger-ui .na5-l{margin:-4rem}.swagger-ui .na6-l{margin:-8rem}.swagger-ui .na7-l{margin:-16rem}.swagger-ui .nl1-l{margin-left:-.25rem}.swagger-ui .nl2-l{margin-left:-.5rem}.swagger-ui .nl3-l{margin-left:-1rem}.swagger-ui .nl4-l{margin-left:-2rem}.swagger-ui .nl5-l{margin-left:-4rem}.swagger-ui .nl6-l{margin-left:-8rem}.swagger-ui .nl7-l{margin-left:-16rem}.swagger-ui .nr1-l{margin-right:-.25rem}.swagger-ui .nr2-l{margin-right:-.5rem}.swagger-ui .nr3-l{margin-right:-1rem}.swagger-ui .nr4-l{margin-right:-2rem}.swagger-ui .nr5-l{margin-right:-4rem}.swagger-ui .nr6-l{margin-right:-8rem}.swagger-ui .nr7-l{margin-right:-16rem}.swagger-ui .nb1-l{margin-bottom:-.25rem}.swagger-ui .nb2-l{margin-bottom:-.5rem}.swagger-ui .nb3-l{margin-bottom:-1rem}.swagger-ui .nb4-l{margin-bottom:-2rem}.swagger-ui .nb5-l{margin-bottom:-4rem}.swagger-ui .nb6-l{margin-bottom:-8rem}.swagger-ui .nb7-l{margin-bottom:-16rem}.swagger-ui .nt1-l{margin-top:-.25rem}.swagger-ui .nt2-l{margin-top:-.5rem}.swagger-ui .nt3-l{margin-top:-1rem}.swagger-ui .nt4-l{margin-top:-2rem}.swagger-ui .nt5-l{margin-top:-4rem}.swagger-ui .nt6-l{margin-top:-8rem}.swagger-ui .nt7-l{margin-top:-16rem}}.swagger-ui .collapse{border-collapse:collapse;border-spacing:0}.swagger-ui .striped--light-silver:nth-child(odd){background-color:#aaa}.swagger-ui .striped--moon-gray:nth-child(odd){background-color:#ccc}.swagger-ui .striped--light-gray:nth-child(odd){background-color:#eee}.swagger-ui .striped--near-white:nth-child(odd){background-color:#f4f4f4}.swagger-ui .stripe-light:nth-child(odd){background-color:hsla(0,0%,100%,.1)}.swagger-ui .stripe-dark:nth-child(odd){background-color:rgba(0,0,0,.1)}.swagger-ui .strike{text-decoration:line-through}.swagger-ui .underline{text-decoration:underline}.swagger-ui .no-underline{text-decoration:none}@media screen and (min-width:30em){.swagger-ui .strike-ns{text-decoration:line-through}.swagger-ui .underline-ns{text-decoration:underline}.swagger-ui .no-underline-ns{text-decoration:none}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .strike-m{text-decoration:line-through}.swagger-ui .underline-m{text-decoration:underline}.swagger-ui .no-underline-m{text-decoration:none}}@media screen and (min-width:60em){.swagger-ui .strike-l{text-decoration:line-through}.swagger-ui .underline-l{text-decoration:underline}.swagger-ui .no-underline-l{text-decoration:none}}.swagger-ui .tl{text-align:left}.swagger-ui .tr{text-align:right}.swagger-ui .tc{text-align:center}.swagger-ui .tj{text-align:justify}@media screen and (min-width:30em){.swagger-ui .tl-ns{text-align:left}.swagger-ui .tr-ns{text-align:right}.swagger-ui .tc-ns{text-align:center}.swagger-ui .tj-ns{text-align:justify}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .tl-m{text-align:left}.swagger-ui .tr-m{text-align:right}.swagger-ui .tc-m{text-align:center}.swagger-ui .tj-m{text-align:justify}}@media screen and (min-width:60em){.swagger-ui .tl-l{text-align:left}.swagger-ui .tr-l{text-align:right}.swagger-ui .tc-l{text-align:center}.swagger-ui .tj-l{text-align:justify}}.swagger-ui .ttc{text-transform:capitalize}.swagger-ui .ttl{text-transform:lowercase}.swagger-ui .ttu{text-transform:uppercase}.swagger-ui .ttn{text-transform:none}@media screen and (min-width:30em){.swagger-ui .ttc-ns{text-transform:capitalize}.swagger-ui .ttl-ns{text-transform:lowercase}.swagger-ui .ttu-ns{text-transform:uppercase}.swagger-ui .ttn-ns{text-transform:none}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .ttc-m{text-transform:capitalize}.swagger-ui .ttl-m{text-transform:lowercase}.swagger-ui .ttu-m{text-transform:uppercase}.swagger-ui .ttn-m{text-transform:none}}@media screen and (min-width:60em){.swagger-ui .ttc-l{text-transform:capitalize}.swagger-ui .ttl-l{text-transform:lowercase}.swagger-ui .ttu-l{text-transform:uppercase}.swagger-ui .ttn-l{text-transform:none}}.swagger-ui .f-6,.swagger-ui .f-headline{font-size:6rem}.swagger-ui .f-5,.swagger-ui .f-subheadline{font-size:5rem}.swagger-ui .f1{font-size:3rem}.swagger-ui .f2{font-size:2.25rem}.swagger-ui .f3{font-size:1.5rem}.swagger-ui .f4{font-size:1.25rem}.swagger-ui .f5{font-size:1rem}.swagger-ui .f6{font-size:.875rem}.swagger-ui .f7{font-size:.75rem}@media screen and (min-width:30em){.swagger-ui .f-6-ns,.swagger-ui .f-headline-ns{font-size:6rem}.swagger-ui .f-5-ns,.swagger-ui .f-subheadline-ns{font-size:5rem}.swagger-ui .f1-ns{font-size:3rem}.swagger-ui .f2-ns{font-size:2.25rem}.swagger-ui .f3-ns{font-size:1.5rem}.swagger-ui .f4-ns{font-size:1.25rem}.swagger-ui .f5-ns{font-size:1rem}.swagger-ui .f6-ns{font-size:.875rem}.swagger-ui .f7-ns{font-size:.75rem}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .f-6-m,.swagger-ui .f-headline-m{font-size:6rem}.swagger-ui .f-5-m,.swagger-ui .f-subheadline-m{font-size:5rem}.swagger-ui .f1-m{font-size:3rem}.swagger-ui .f2-m{font-size:2.25rem}.swagger-ui .f3-m{font-size:1.5rem}.swagger-ui .f4-m{font-size:1.25rem}.swagger-ui .f5-m{font-size:1rem}.swagger-ui .f6-m{font-size:.875rem}.swagger-ui .f7-m{font-size:.75rem}}@media screen and (min-width:60em){.swagger-ui .f-6-l,.swagger-ui .f-headline-l{font-size:6rem}.swagger-ui .f-5-l,.swagger-ui .f-subheadline-l{font-size:5rem}.swagger-ui .f1-l{font-size:3rem}.swagger-ui .f2-l{font-size:2.25rem}.swagger-ui .f3-l{font-size:1.5rem}.swagger-ui .f4-l{font-size:1.25rem}.swagger-ui .f5-l{font-size:1rem}.swagger-ui .f6-l{font-size:.875rem}.swagger-ui .f7-l{font-size:.75rem}}.swagger-ui .measure{max-width:30em}.swagger-ui .measure-wide{max-width:34em}.swagger-ui .measure-narrow{max-width:20em}.swagger-ui .indent{margin-bottom:0;margin-top:0;text-indent:1em}.swagger-ui .small-caps{font-feature-settings:"smcp";font-variant:small-caps}.swagger-ui .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width:30em){.swagger-ui .measure-ns{max-width:30em}.swagger-ui .measure-wide-ns{max-width:34em}.swagger-ui .measure-narrow-ns{max-width:20em}.swagger-ui .indent-ns{margin-bottom:0;margin-top:0;text-indent:1em}.swagger-ui .small-caps-ns{font-feature-settings:"smcp";font-variant:small-caps}.swagger-ui .truncate-ns{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .measure-m{max-width:30em}.swagger-ui .measure-wide-m{max-width:34em}.swagger-ui .measure-narrow-m{max-width:20em}.swagger-ui .indent-m{margin-bottom:0;margin-top:0;text-indent:1em}.swagger-ui .small-caps-m{font-feature-settings:"smcp";font-variant:small-caps}.swagger-ui .truncate-m{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media screen and (min-width:60em){.swagger-ui .measure-l{max-width:30em}.swagger-ui .measure-wide-l{max-width:34em}.swagger-ui .measure-narrow-l{max-width:20em}.swagger-ui .indent-l{margin-bottom:0;margin-top:0;text-indent:1em}.swagger-ui .small-caps-l{font-feature-settings:"smcp";font-variant:small-caps}.swagger-ui .truncate-l{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.swagger-ui .overflow-container{overflow-y:scroll}.swagger-ui .center{margin-left:auto;margin-right:auto}.swagger-ui .mr-auto{margin-right:auto}.swagger-ui .ml-auto{margin-left:auto}@media screen and (min-width:30em){.swagger-ui .center-ns{margin-left:auto;margin-right:auto}.swagger-ui .mr-auto-ns{margin-right:auto}.swagger-ui .ml-auto-ns{margin-left:auto}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .center-m{margin-left:auto;margin-right:auto}.swagger-ui .mr-auto-m{margin-right:auto}.swagger-ui .ml-auto-m{margin-left:auto}}@media screen and (min-width:60em){.swagger-ui .center-l{margin-left:auto;margin-right:auto}.swagger-ui .mr-auto-l{margin-right:auto}.swagger-ui .ml-auto-l{margin-left:auto}}.swagger-ui .clip{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);position:fixed!important;_position:absolute!important}@media screen and (min-width:30em){.swagger-ui .clip-ns{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);position:fixed!important;_position:absolute!important}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .clip-m{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);position:fixed!important;_position:absolute!important}}@media screen and (min-width:60em){.swagger-ui .clip-l{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);position:fixed!important;_position:absolute!important}}.swagger-ui .ws-normal{white-space:normal}.swagger-ui .nowrap{white-space:nowrap}.swagger-ui .pre{white-space:pre}@media screen and (min-width:30em){.swagger-ui .ws-normal-ns{white-space:normal}.swagger-ui .nowrap-ns{white-space:nowrap}.swagger-ui .pre-ns{white-space:pre}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .ws-normal-m{white-space:normal}.swagger-ui .nowrap-m{white-space:nowrap}.swagger-ui .pre-m{white-space:pre}}@media screen and (min-width:60em){.swagger-ui .ws-normal-l{white-space:normal}.swagger-ui .nowrap-l{white-space:nowrap}.swagger-ui .pre-l{white-space:pre}}.swagger-ui .v-base{vertical-align:baseline}.swagger-ui .v-mid{vertical-align:middle}.swagger-ui .v-top{vertical-align:top}.swagger-ui .v-btm{vertical-align:bottom}@media screen and (min-width:30em){.swagger-ui .v-base-ns{vertical-align:baseline}.swagger-ui .v-mid-ns{vertical-align:middle}.swagger-ui .v-top-ns{vertical-align:top}.swagger-ui .v-btm-ns{vertical-align:bottom}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .v-base-m{vertical-align:baseline}.swagger-ui .v-mid-m{vertical-align:middle}.swagger-ui .v-top-m{vertical-align:top}.swagger-ui .v-btm-m{vertical-align:bottom}}@media screen and (min-width:60em){.swagger-ui .v-base-l{vertical-align:baseline}.swagger-ui .v-mid-l{vertical-align:middle}.swagger-ui .v-top-l{vertical-align:top}.swagger-ui .v-btm-l{vertical-align:bottom}}.swagger-ui .dim{opacity:1;transition:opacity .15s ease-in}.swagger-ui .dim:focus,.swagger-ui .dim:hover{opacity:.5;transition:opacity .15s ease-in}.swagger-ui .dim:active{opacity:.8;transition:opacity .15s ease-out}.swagger-ui .glow{transition:opacity .15s ease-in}.swagger-ui .glow:focus,.swagger-ui .glow:hover{opacity:1;transition:opacity .15s ease-in}.swagger-ui .hide-child .child{opacity:0;transition:opacity .15s ease-in}.swagger-ui .hide-child:active .child,.swagger-ui .hide-child:focus .child,.swagger-ui .hide-child:hover .child{opacity:1;transition:opacity .15s ease-in}.swagger-ui .underline-hover:focus,.swagger-ui .underline-hover:hover{text-decoration:underline}.swagger-ui .grow{-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:transform .25s ease-out}.swagger-ui .grow:focus,.swagger-ui .grow:hover{transform:scale(1.05)}.swagger-ui .grow:active{transform:scale(.9)}.swagger-ui .grow-large{-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:transform .25s ease-in-out}.swagger-ui .grow-large:focus,.swagger-ui .grow-large:hover{transform:scale(1.2)}.swagger-ui .grow-large:active{transform:scale(.95)}.swagger-ui .pointer:hover{cursor:pointer}.swagger-ui .shadow-hover{cursor:pointer;position:relative;transition:all .5s cubic-bezier(.165,.84,.44,1)}.swagger-ui .shadow-hover:after{border-radius:inherit;box-shadow:0 0 16px 2px rgba(0,0,0,.2);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .5s cubic-bezier(.165,.84,.44,1);width:100%;z-index:-1}.swagger-ui .shadow-hover:focus:after,.swagger-ui .shadow-hover:hover:after{opacity:1}.swagger-ui .bg-animate,.swagger-ui .bg-animate:focus,.swagger-ui .bg-animate:hover{transition:background-color .15s ease-in-out}.swagger-ui .z-0{z-index:0}.swagger-ui .z-1{z-index:1}.swagger-ui .z-2{z-index:2}.swagger-ui .z-3{z-index:3}.swagger-ui .z-4{z-index:4}.swagger-ui .z-5{z-index:5}.swagger-ui .z-999{z-index:999}.swagger-ui .z-9999{z-index:9999}.swagger-ui .z-max{z-index:2147483647}.swagger-ui .z-inherit{z-index:inherit}.swagger-ui .z-initial{z-index:auto}.swagger-ui .z-unset{z-index:unset}.swagger-ui .nested-copy-line-height ol,.swagger-ui .nested-copy-line-height p,.swagger-ui .nested-copy-line-height ul{line-height:1.5}.swagger-ui .nested-headline-line-height h1,.swagger-ui .nested-headline-line-height h2,.swagger-ui .nested-headline-line-height h3,.swagger-ui .nested-headline-line-height h4,.swagger-ui .nested-headline-line-height h5,.swagger-ui .nested-headline-line-height h6{line-height:1.25}.swagger-ui .nested-list-reset ol,.swagger-ui .nested-list-reset ul{list-style-type:none;margin-left:0;padding-left:0}.swagger-ui .nested-copy-indent p+p{margin-bottom:0;margin-top:0;text-indent:.1em}.swagger-ui .nested-copy-seperator p+p{margin-top:1.5em}.swagger-ui .nested-img img{display:block;max-width:100%;width:100%}.swagger-ui .nested-links a{color:#357edd;transition:color .15s ease-in}.swagger-ui .nested-links a:focus,.swagger-ui .nested-links a:hover{color:#96ccff;transition:color .15s ease-in}.swagger-ui .wrapper{box-sizing:border-box;margin:0 auto;max-width:1460px;padding:0 20px;width:100%}.swagger-ui .opblock-tag-section{display:flex;flex-direction:column}.swagger-ui .try-out.btn-group{padding:0}.swagger-ui .opblock-tag{align-items:center;border-bottom:1px solid rgba(59,65,81,.3);cursor:pointer;display:flex;padding:10px 20px 10px 10px;transition:all .2s}.swagger-ui .opblock-tag:hover{background:rgba(0,0,0,.02)}.swagger-ui .opblock-tag{color:#3b4151;font-family:sans-serif;font-size:24px;margin:0 0 5px}.swagger-ui .opblock-tag.no-desc span{flex:1}.swagger-ui .opblock-tag svg{transition:all .4s}.swagger-ui .opblock-tag small{color:#3b4151;flex:1;font-family:sans-serif;font-size:14px;font-weight:400;padding:0 10px}.swagger-ui .parameter__type{color:#3b4151;font-family:monospace;font-size:12px;font-weight:600;padding:5px 0}.swagger-ui .parameter-controls{margin-top:.75em}.swagger-ui .examples__title{display:block;font-size:1.1em;font-weight:700;margin-bottom:.75em}.swagger-ui .examples__section{margin-top:1.5em}.swagger-ui .examples__section-header{font-size:.9rem;font-weight:700;margin-bottom:.5rem}.swagger-ui .examples-select{display:inline-block;margin-bottom:.75em}.swagger-ui .examples-select .examples-select-element{width:100%}.swagger-ui .examples-select__section-label{font-size:.9rem;font-weight:700;margin-right:.5rem}.swagger-ui .example__section{margin-top:1.5em}.swagger-ui .example__section-header{font-size:.9rem;font-weight:700;margin-bottom:.5rem}.swagger-ui .view-line-link{cursor:pointer;margin:0 5px;position:relative;top:3px;transition:all .5s;width:20px}.swagger-ui .opblock{border:1px solid #000;border-radius:4px;box-shadow:0 0 3px rgba(0,0,0,.19);margin:0 0 15px}.swagger-ui .opblock .tab-header{display:flex;flex:1}.swagger-ui .opblock .tab-header .tab-item{cursor:pointer;padding:0 40px}.swagger-ui .opblock .tab-header .tab-item:first-of-type{padding:0 40px 0 0}.swagger-ui .opblock .tab-header .tab-item.active h4 span{position:relative}.swagger-ui .opblock .tab-header .tab-item.active h4 span:after{background:grey;bottom:-15px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:120%}.swagger-ui .opblock.is-open .opblock-summary{border-bottom:1px solid #000}.swagger-ui .opblock .opblock-section-header{align-items:center;background:hsla(0,0%,100%,.8);box-shadow:0 1px 2px rgba(0,0,0,.1);display:flex;min-height:50px;padding:8px 20px}.swagger-ui .opblock .opblock-section-header>label{align-items:center;color:#3b4151;display:flex;font-family:sans-serif;font-size:12px;font-weight:700;margin:0 0 0 auto}.swagger-ui .opblock .opblock-section-header>label>span{padding:0 10px 0 0}.swagger-ui .opblock .opblock-section-header h4{color:#3b4151;flex:1;font-family:sans-serif;font-size:14px;margin:0}.swagger-ui .opblock .opblock-summary-method{background:#000;border-radius:3px;color:#fff;font-family:sans-serif;font-size:14px;font-weight:700;min-width:80px;padding:6px 15px;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,.1)}.swagger-ui .opblock .opblock-summary-operation-id,.swagger-ui .opblock .opblock-summary-path,.swagger-ui .opblock .opblock-summary-path__deprecated{align-items:center;color:#3b4151;display:flex;font-family:monospace;font-size:16px;font-weight:600;padding:0 10px;word-break:break-word}@media (max-width:768px){.swagger-ui .opblock .opblock-summary-operation-id,.swagger-ui .opblock .opblock-summary-path,.swagger-ui .opblock .opblock-summary-path__deprecated{font-size:12px}}.swagger-ui .opblock .opblock-summary-path{flex-shrink:0;max-width:calc(100% - 110px - 15rem)}.swagger-ui .opblock .opblock-summary-path__deprecated{text-decoration:line-through}.swagger-ui .opblock .opblock-summary-operation-id{font-size:14px}.swagger-ui .opblock .opblock-summary-description{color:#3b4151;flex:1 1 auto;font-family:sans-serif;font-size:13px;word-break:break-word}.swagger-ui .opblock .opblock-summary{align-items:center;cursor:pointer;display:flex;padding:5px}.swagger-ui .opblock .opblock-summary .view-line-link{cursor:pointer;margin:0;position:relative;top:2px;transition:all .5s;width:0}.swagger-ui .opblock .opblock-summary:hover .view-line-link{margin:0 5px;width:18px}.swagger-ui .opblock.opblock-post{background:rgba(73,204,144,.1);border-color:#49cc90}.swagger-ui .opblock.opblock-post .opblock-summary-method{background:#49cc90}.swagger-ui .opblock.opblock-post .opblock-summary{border-color:#49cc90}.swagger-ui .opblock.opblock-post .tab-header .tab-item.active h4 span:after{background:#49cc90}.swagger-ui .opblock.opblock-put{background:rgba(252,161,48,.1);border-color:#fca130}.swagger-ui .opblock.opblock-put .opblock-summary-method{background:#fca130}.swagger-ui .opblock.opblock-put .opblock-summary{border-color:#fca130}.swagger-ui .opblock.opblock-put .tab-header .tab-item.active h4 span:after{background:#fca130}.swagger-ui .opblock.opblock-delete{background:rgba(249,62,62,.1);border-color:#f93e3e}.swagger-ui .opblock.opblock-delete .opblock-summary-method{background:#f93e3e}.swagger-ui .opblock.opblock-delete .opblock-summary{border-color:#f93e3e}.swagger-ui .opblock.opblock-delete .tab-header .tab-item.active h4 span:after{background:#f93e3e}.swagger-ui .opblock.opblock-get{background:rgba(97,175,254,.1);border-color:#61affe}.swagger-ui .opblock.opblock-get .opblock-summary-method{background:#61affe}.swagger-ui .opblock.opblock-get .opblock-summary{border-color:#61affe}.swagger-ui .opblock.opblock-get .tab-header .tab-item.active h4 span:after{background:#61affe}.swagger-ui .opblock.opblock-patch{background:rgba(80,227,194,.1);border-color:#50e3c2}.swagger-ui .opblock.opblock-patch .opblock-summary-method{background:#50e3c2}.swagger-ui .opblock.opblock-patch .opblock-summary{border-color:#50e3c2}.swagger-ui .opblock.opblock-patch .tab-header .tab-item.active h4 span:after{background:#50e3c2}.swagger-ui .opblock.opblock-head{background:rgba(144,18,254,.1);border-color:#9012fe}.swagger-ui .opblock.opblock-head .opblock-summary-method{background:#9012fe}.swagger-ui .opblock.opblock-head .opblock-summary{border-color:#9012fe}.swagger-ui .opblock.opblock-head .tab-header .tab-item.active h4 span:after{background:#9012fe}.swagger-ui .opblock.opblock-options{background:rgba(13,90,167,.1);border-color:#0d5aa7}.swagger-ui .opblock.opblock-options .opblock-summary-method{background:#0d5aa7}.swagger-ui .opblock.opblock-options .opblock-summary{border-color:#0d5aa7}.swagger-ui .opblock.opblock-options .tab-header .tab-item.active h4 span:after{background:#0d5aa7}.swagger-ui .opblock.opblock-deprecated{background:hsla(0,0%,92%,.1);border-color:#ebebeb;opacity:.6}.swagger-ui .opblock.opblock-deprecated .opblock-summary-method{background:#ebebeb}.swagger-ui .opblock.opblock-deprecated .opblock-summary{border-color:#ebebeb}.swagger-ui .opblock.opblock-deprecated .tab-header .tab-item.active h4 span:after{background:#ebebeb}.swagger-ui .opblock .opblock-schemes{padding:8px 20px}.swagger-ui .opblock .opblock-schemes .schemes-title{padding:0 10px 0 0}.swagger-ui .filter .operation-filter-input{border:2px solid #d8dde7;margin:20px 0;padding:10px;width:100%}.swagger-ui .download-url-wrapper .failed,.swagger-ui .filter .failed{color:red}.swagger-ui .download-url-wrapper .loading,.swagger-ui .filter .loading{color:#aaa}.swagger-ui .model-example{margin-top:1em}.swagger-ui .tab{display:flex;list-style:none;padding:0}.swagger-ui .tab li{color:#3b4151;cursor:pointer;font-family:sans-serif;font-size:12px;min-width:60px;padding:0}.swagger-ui .tab li:first-of-type{padding-left:0;padding-right:12px;position:relative}.swagger-ui .tab li:first-of-type:after{background:rgba(0,0,0,.2);content:"";height:100%;position:absolute;right:6px;top:0;width:1px}.swagger-ui .tab li.active{font-weight:700}.swagger-ui .opblock-description-wrapper,.swagger-ui .opblock-external-docs-wrapper,.swagger-ui .opblock-title_normal{color:#3b4151;font-family:sans-serif;font-size:12px;margin:0 0 5px;padding:15px 20px}.swagger-ui .opblock-description-wrapper h4,.swagger-ui .opblock-external-docs-wrapper h4,.swagger-ui .opblock-title_normal h4{color:#3b4151;font-family:sans-serif;font-size:12px;margin:0 0 5px}.swagger-ui .opblock-description-wrapper p,.swagger-ui .opblock-external-docs-wrapper p,.swagger-ui .opblock-title_normal p{color:#3b4151;font-family:sans-serif;font-size:14px;margin:0}.swagger-ui .opblock-external-docs-wrapper h4{padding-left:0}.swagger-ui .execute-wrapper{padding:20px;text-align:right}.swagger-ui .execute-wrapper .btn{padding:8px 40px;width:100%}.swagger-ui .body-param-options{display:flex;flex-direction:column}.swagger-ui .body-param-options .body-param-edit{padding:10px 0}.swagger-ui .body-param-options label{padding:8px 0}.swagger-ui .body-param-options label select{margin:3px 0 0}.swagger-ui .responses-inner{padding:20px}.swagger-ui .responses-inner h4,.swagger-ui .responses-inner h5{color:#3b4151;font-family:sans-serif;font-size:12px;margin:10px 0 5px}.swagger-ui .responses-inner .curl{white-space:normal}.swagger-ui .response-col_status{color:#3b4151;font-family:sans-serif;font-size:14px}.swagger-ui .response-col_status .response-undocumented{color:#909090;font-family:monospace;font-size:11px;font-weight:600}.swagger-ui .response-col_links{color:#3b4151;font-family:sans-serif;font-size:14px;max-width:40em;padding-left:2em}.swagger-ui .response-col_links .response-undocumented{color:#909090;font-family:monospace;font-size:11px;font-weight:600}.swagger-ui .response-col_links .operation-link{margin-bottom:1.5em}.swagger-ui .response-col_links .operation-link .description{margin-bottom:.5em}.swagger-ui .opblock-body .opblock-loading-animation{display:block;margin:3em auto}.swagger-ui .opblock-body pre.microlight{word-wrap:break-word;background:#333;border-radius:4px;color:#fff;font-family:monospace;font-size:12px;font-weight:600;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;margin:0;padding:10px;white-space:pre-wrap;word-break:break-all;word-break:break-word}.swagger-ui .opblock-body pre.microlight .headerline{display:block}.swagger-ui .highlight-code{position:relative}.swagger-ui .highlight-code>.microlight{max-height:400px;min-height:6em;overflow-y:auto}.swagger-ui .highlight-code>.microlight code{white-space:pre-wrap!important;word-break:break-all}.swagger-ui .curl-command{position:relative}.swagger-ui .download-contents{background:#7d8293;border-radius:4px;bottom:10px;color:#fff;cursor:pointer;font-family:sans-serif;font-size:14px;font-weight:600;height:30px;padding:5px;position:absolute;right:10px;text-align:center}.swagger-ui .scheme-container{background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.15);margin:0 0 20px;padding:30px 0}.swagger-ui .scheme-container .schemes{align-items:flex-end;display:flex}.swagger-ui .scheme-container .schemes>label{color:#3b4151;display:flex;flex-direction:column;font-family:sans-serif;font-size:12px;font-weight:700;margin:-20px 15px 0 0}.swagger-ui .scheme-container .schemes>label select{min-width:130px;text-transform:uppercase}.swagger-ui .loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:1em;min-height:1px;padding:40px 0 60px}.swagger-ui .loading-container .loading{position:relative}.swagger-ui .loading-container .loading:after{color:#3b4151;content:"loading";font-family:sans-serif;font-size:10px;font-weight:700;left:50%;position:absolute;text-transform:uppercase;top:50%;transform:translate(-50%,-50%)}.swagger-ui .loading-container .loading:before{-webkit-animation:rotation 1s linear infinite,opacity .5s;animation:rotation 1s linear infinite,opacity .5s;-webkit-backface-visibility:hidden;backface-visibility:hidden;border:2px solid rgba(85,85,85,.1);border-radius:100%;border-top-color:rgba(0,0,0,.6);content:"";display:block;height:60px;left:50%;margin:-30px;opacity:1;position:absolute;top:50%;width:60px}@-webkit-keyframes rotation{to{transform:rotate(1turn)}}@keyframes rotation{to{transform:rotate(1turn)}}.swagger-ui .response-controls{display:flex;padding-top:1em}.swagger-ui .response-control-media-type{margin-right:1em}.swagger-ui .response-control-media-type--accept-controller select{border-color:green}.swagger-ui .response-control-media-type__accept-message{color:green;font-size:.7em}.swagger-ui .response-control-examples__title,.swagger-ui .response-control-media-type__title{display:block;font-size:.7em;margin-bottom:.2em}@-webkit-keyframes blinker{50%{opacity:0}}@keyframes blinker{50%{opacity:0}}.swagger-ui .hidden{display:none}.swagger-ui .no-margin{border:none;height:auto;margin:0;padding:0}.swagger-ui .float-right{float:right}.swagger-ui img.full-width{width:100%}.swagger-ui .svg-assets{height:0;position:absolute;width:0}.swagger-ui section h3{color:#3b4151;font-family:sans-serif}.swagger-ui a.nostyle{display:inline}.swagger-ui a.nostyle,.swagger-ui a.nostyle:visited{color:inherit;cursor:pointer;text-decoration:inherit}.swagger-ui .fallback{color:#aaa;padding:1em}.swagger-ui .version-pragma{height:100%;padding:5em 0}.swagger-ui .version-pragma__message{display:flex;font-size:1.2em;height:100%;justify-content:center;line-height:1.5em;padding:0 .6em;text-align:center}.swagger-ui .version-pragma__message>div{flex:1;max-width:55ch}.swagger-ui .version-pragma__message code{background-color:#dedede;padding:4px 4px 2px;white-space:pre}.swagger-ui .opblock-link{font-weight:400}.swagger-ui .opblock-link.shown{font-weight:700}.swagger-ui span.token-string{color:#555}.swagger-ui span.token-not-formatted{color:#555;font-weight:700}.swagger-ui .btn{background:transparent;border:2px solid grey;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.1);color:#3b4151;font-family:sans-serif;font-size:14px;font-weight:700;padding:5px 23px;transition:all .3s}.swagger-ui .btn.btn-sm{font-size:12px;padding:4px 23px}.swagger-ui .btn[disabled]{cursor:not-allowed;opacity:.3}.swagger-ui .btn:hover{box-shadow:0 0 5px rgba(0,0,0,.3)}.swagger-ui .btn.cancel{background-color:transparent;border-color:#ff6060;color:#ff6060;font-family:sans-serif}.swagger-ui .btn.authorize{background-color:transparent;border-color:#49cc90;color:#49cc90;display:inline;line-height:1}.swagger-ui .btn.authorize span{float:left;padding:4px 20px 0 0}.swagger-ui .btn.authorize svg{fill:#49cc90}.swagger-ui .btn.execute{background-color:#4990e2;border-color:#4990e2;color:#fff}.swagger-ui .btn-group{display:flex;padding:30px}.swagger-ui .btn-group .btn{flex:1}.swagger-ui .btn-group .btn:first-child{border-radius:4px 0 0 4px}.swagger-ui .btn-group .btn:last-child{border-radius:0 4px 4px 0}.swagger-ui .authorization__btn{background:none;border:none;padding:0 10px}.swagger-ui .authorization__btn.locked{opacity:1}.swagger-ui .authorization__btn.unlocked{opacity:.4}.swagger-ui .model-box-control,.swagger-ui .models-control,.swagger-ui .opblock-summary-control{all:inherit;border-bottom:0;cursor:pointer;flex:1;padding:0}.swagger-ui .model-box-control:focus,.swagger-ui .models-control:focus,.swagger-ui .opblock-summary-control:focus{outline:auto}.swagger-ui .expand-methods,.swagger-ui .expand-operation{background:none;border:none}.swagger-ui .expand-methods svg,.swagger-ui .expand-operation svg{height:20px;width:20px}.swagger-ui .expand-methods{padding:0 10px}.swagger-ui .expand-methods:hover svg{fill:#404040}.swagger-ui .expand-methods svg{fill:#707070;transition:all .3s}.swagger-ui button{cursor:pointer}.swagger-ui button.invalid{-webkit-animation:shake .4s 1;animation:shake .4s 1;background:#feebeb;border-color:#f93e3e}.swagger-ui .copy-to-clipboard{background:#7d8293;border:none;border-radius:4px;bottom:10px;height:30px;position:absolute;right:100px;width:30px}.swagger-ui .copy-to-clipboard button{background:url('data:image/svg+xml;charset=utf-8,') 50% no-repeat;border:none;height:25px;padding-left:25px}.swagger-ui .curl-command .copy-to-clipboard{bottom:5px;height:20px;right:10px;width:20px}.swagger-ui .curl-command .copy-to-clipboard button{height:18px;padding-left:18px}.swagger-ui select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f7f7f7 url('data:image/svg+xml;charset=utf-8,') right 10px center no-repeat;background-size:20px;border:2px solid #41444e;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.25);color:#3b4151;font-family:sans-serif;font-size:14px;font-weight:700;padding:5px 40px 5px 10px}.swagger-ui select[multiple]{background:#f7f7f7;margin:5px 0;padding:5px}.swagger-ui select.invalid{-webkit-animation:shake .4s 1;animation:shake .4s 1;background:#feebeb;border-color:#f93e3e}.swagger-ui .opblock-body select{min-width:230px}@media (max-width:768px){.swagger-ui .opblock-body select{min-width:180px}}.swagger-ui label{color:#3b4151;font-family:sans-serif;font-size:12px;font-weight:700;margin:0 0 5px}@media (max-width:768px){.swagger-ui input[type=email],.swagger-ui input[type=file],.swagger-ui input[type=password],.swagger-ui input[type=search],.swagger-ui input[type=text]{max-width:175px}}.swagger-ui input[type=email],.swagger-ui input[type=file],.swagger-ui input[type=password],.swagger-ui input[type=search],.swagger-ui input[type=text],.swagger-ui textarea{background:#fff;border:1px solid #d9d9d9;border-radius:4px;margin:5px 0;min-width:100px;padding:8px 10px}.swagger-ui input[type=email].invalid,.swagger-ui input[type=file].invalid,.swagger-ui input[type=password].invalid,.swagger-ui input[type=search].invalid,.swagger-ui input[type=text].invalid,.swagger-ui textarea.invalid{-webkit-animation:shake .4s 1;animation:shake .4s 1;background:#feebeb;border-color:#f93e3e}.swagger-ui input[disabled],.swagger-ui select[disabled],.swagger-ui textarea[disabled]{background-color:#fafafa;color:#888;cursor:not-allowed}.swagger-ui select[disabled]{border-color:#888}.swagger-ui textarea[disabled]{background-color:#41444e;color:#fff}@-webkit-keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.swagger-ui textarea{background:hsla(0,0%,100%,.8);border:none;border-radius:4px;color:#3b4151;font-family:monospace;font-size:12px;font-weight:600;min-height:280px;outline:none;padding:10px;width:100%}.swagger-ui textarea:focus{border:2px solid #61affe}.swagger-ui textarea.curl{background:#41444e;border-radius:4px;color:#fff;font-family:monospace;font-size:12px;font-weight:600;margin:0;min-height:100px;padding:10px;resize:none}.swagger-ui .checkbox{color:#303030;padding:5px 0 10px;transition:opacity .5s}.swagger-ui .checkbox label{display:flex}.swagger-ui .checkbox p{color:#3b4151;font-family:monospace;font-style:italic;font-weight:400!important;font-weight:600;margin:0!important}.swagger-ui .checkbox input[type=checkbox]{display:none}.swagger-ui .checkbox input[type=checkbox]+label>.item{background:#e8e8e8;border-radius:1px;box-shadow:0 0 0 2px #e8e8e8;cursor:pointer;display:inline-block;flex:none;height:16px;margin:0 8px 0 0;padding:5px;position:relative;top:3px;width:16px}.swagger-ui .checkbox input[type=checkbox]+label>.item:active{transform:scale(.9)}.swagger-ui .checkbox input[type=checkbox]:checked+label>.item{background:#e8e8e8 url('data:image/svg+xml;charset=utf-8,') 50% no-repeat}.swagger-ui .dialog-ux{bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.swagger-ui .dialog-ux .backdrop-ux{background:rgba(0,0,0,.8);bottom:0;left:0;position:fixed;right:0;top:0}.swagger-ui .dialog-ux .modal-ux{background:#fff;border:1px solid #ebebeb;border-radius:4px;box-shadow:0 10px 30px 0 rgba(0,0,0,.2);left:50%;max-width:650px;min-width:300px;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:9999}.swagger-ui .dialog-ux .modal-ux-content{max-height:540px;overflow-y:auto;padding:20px}.swagger-ui .dialog-ux .modal-ux-content p{color:#41444e;color:#3b4151;font-family:sans-serif;font-size:12px;margin:0 0 5px}.swagger-ui .dialog-ux .modal-ux-content h4{color:#3b4151;font-family:sans-serif;font-size:18px;font-weight:600;margin:15px 0 0}.swagger-ui .dialog-ux .modal-ux-header{align-items:center;border-bottom:1px solid #ebebeb;display:flex;padding:12px 0}.swagger-ui .dialog-ux .modal-ux-header .close-modal{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:0 10px}.swagger-ui .dialog-ux .modal-ux-header h3{color:#3b4151;flex:1;font-family:sans-serif;font-size:20px;font-weight:600;margin:0;padding:0 20px}.swagger-ui .model{color:#3b4151;font-family:monospace;font-size:12px;font-weight:300;font-weight:600}.swagger-ui .model .deprecated span,.swagger-ui .model .deprecated td{color:#a0a0a0!important}.swagger-ui .model .deprecated>td:first-of-type{text-decoration:line-through}.swagger-ui .model-toggle{cursor:pointer;display:inline-block;font-size:10px;margin:auto .3em;position:relative;top:6px;transform:rotate(90deg);transform-origin:50% 50%;transition:transform .15s ease-in}.swagger-ui .model-toggle.collapsed{transform:rotate(0deg)}.swagger-ui .model-toggle:after{background:url('data:image/svg+xml;charset=utf-8,') 50% no-repeat;background-size:100%;content:"";display:block;height:20px;width:20px}.swagger-ui .model-jump-to-path{cursor:pointer;position:relative}.swagger-ui .model-jump-to-path .view-line-link{cursor:pointer;position:absolute;top:-.4em}.swagger-ui .model-title{position:relative}.swagger-ui .model-title:hover .model-hint{visibility:visible}.swagger-ui .model-hint{background:rgba(0,0,0,.7);border-radius:4px;color:#ebebeb;padding:.1em .5em;position:absolute;top:-1.8em;visibility:hidden;white-space:nowrap}.swagger-ui .model p{margin:0 0 1em}.swagger-ui .model .property{color:#999;font-style:italic}.swagger-ui .model .property.primitive{color:#6b6b6b}.swagger-ui table.model tr.description{color:#666;font-weight:400}.swagger-ui table.model tr.description td:first-child,.swagger-ui table.model tr.property-row.required td:first-child{font-weight:700}.swagger-ui table.model tr.property-row td{vertical-align:top}.swagger-ui table.model tr.property-row td:first-child{padding-right:.2em}.swagger-ui table.model tr.property-row .star{color:red}.swagger-ui table.model tr.extension{color:#777}.swagger-ui table.model tr.extension td:last-child{vertical-align:top}.swagger-ui section.models{border:1px solid rgba(59,65,81,.3);border-radius:4px;margin:30px 0}.swagger-ui section.models .pointer{cursor:pointer}.swagger-ui section.models.is-open{padding:0 0 20px}.swagger-ui section.models.is-open h4{border-bottom:1px solid rgba(59,65,81,.3);margin:0 0 5px}.swagger-ui section.models h4{align-items:center;color:#606060;cursor:pointer;display:flex;font-family:sans-serif;font-size:16px;margin:0;padding:10px 20px 10px 10px;transition:all .2s}.swagger-ui section.models h4 svg{transition:all .4s}.swagger-ui section.models h4 span{flex:1}.swagger-ui section.models h4:hover{background:rgba(0,0,0,.02)}.swagger-ui section.models h5{color:#707070;font-family:sans-serif;font-size:16px;margin:0 0 10px}.swagger-ui section.models .model-jump-to-path{position:relative;top:5px}.swagger-ui section.models .model-container{background:rgba(0,0,0,.05);border-radius:4px;margin:0 20px 15px;position:relative;transition:all .5s}.swagger-ui section.models .model-container:hover{background:rgba(0,0,0,.07)}.swagger-ui section.models .model-container:first-of-type{margin:20px}.swagger-ui section.models .model-container:last-of-type{margin:0 20px}.swagger-ui section.models .model-container .models-jump-to-path{opacity:.65;position:absolute;right:5px;top:8px}.swagger-ui section.models .model-box{background:none}.swagger-ui .model-box{background:rgba(0,0,0,.1);border-radius:4px;display:inline-block;padding:10px}.swagger-ui .model-box .model-jump-to-path{position:relative;top:4px}.swagger-ui .model-box.deprecated{opacity:.5}.swagger-ui .model-title{color:#505050;font-family:sans-serif;font-size:16px}.swagger-ui .model-title img{bottom:0;margin-left:1em;position:relative}.swagger-ui .model-deprecated-warning{color:#f93e3e;font-family:sans-serif;font-size:16px;font-weight:600;margin-right:1em}.swagger-ui span>span.model .brace-close{padding:0 0 0 10px}.swagger-ui .prop-name{display:inline-block;margin-right:1em}.swagger-ui .prop-type{color:#55a}.swagger-ui .prop-enum{display:block}.swagger-ui .prop-format{color:#606060}.swagger-ui .servers>label{color:#3b4151;font-family:sans-serif;font-size:12px;margin:-20px 15px 0 0}.swagger-ui .servers>label select{max-width:100%;min-width:130px}.swagger-ui .servers h4.message{padding-bottom:2em}.swagger-ui .servers table tr{width:30em}.swagger-ui .servers table td{display:inline-block;max-width:15em;padding-bottom:10px;padding-top:10px;vertical-align:middle}.swagger-ui .servers table td:first-of-type{padding-right:1em}.swagger-ui .servers table td input{height:100%;width:100%}.swagger-ui .servers .computed-url{margin:2em 0}.swagger-ui .servers .computed-url code{display:inline-block;font-size:16px;margin:0 1em;padding:4px}.swagger-ui .servers-title{font-size:12px;font-weight:700}.swagger-ui .operation-servers h4.message{margin-bottom:2em}.swagger-ui table{border-collapse:collapse;padding:0 10px;width:100%}.swagger-ui table.model tbody tr td{padding:0;vertical-align:top}.swagger-ui table.model tbody tr td:first-of-type{padding:0 0 0 2em;width:174px}.swagger-ui table.headers td{color:#3b4151;font-family:monospace;font-size:12px;font-weight:300;font-weight:600;vertical-align:middle}.swagger-ui table.headers .header-example{color:#999;font-style:italic}.swagger-ui table tbody tr td{padding:10px 0 0;vertical-align:top}.swagger-ui table tbody tr td:first-of-type{min-width:6em;padding:10px 0}.swagger-ui table thead tr td,.swagger-ui table thead tr th{border-bottom:1px solid rgba(59,65,81,.2);color:#3b4151;font-family:sans-serif;font-size:12px;font-weight:700;padding:12px 0;text-align:left}.swagger-ui .parameters-col_description{margin-bottom:2em;width:99%}.swagger-ui .parameters-col_description input[type=text]{max-width:340px;width:100%}.swagger-ui .parameters-col_description select{border-width:1px}.swagger-ui .parameter__name{color:#3b4151;font-family:sans-serif;font-size:16px;font-weight:400;margin-right:.75em}.swagger-ui .parameter__name.required{font-weight:700}.swagger-ui .parameter__name.required span{color:red}.swagger-ui .parameter__name.required:after{color:rgba(255,0,0,.6);content:"required";font-size:10px;padding:5px;position:relative;top:-6px}.swagger-ui .parameter__extension,.swagger-ui .parameter__in{color:grey;font-family:monospace;font-size:12px;font-style:italic;font-weight:600}.swagger-ui .parameter__deprecated{color:red;font-family:monospace;font-size:12px;font-style:italic;font-weight:600}.swagger-ui .parameter__empty_value_toggle{display:block;font-size:13px;padding-bottom:12px;padding-top:5px}.swagger-ui .parameter__empty_value_toggle input{margin-right:7px}.swagger-ui .parameter__empty_value_toggle.disabled{opacity:.7}.swagger-ui .table-container{padding:20px}.swagger-ui .response-col_description{width:99%}.swagger-ui .response-col_links{min-width:6em}.swagger-ui .response__extension{color:grey;font-family:monospace;font-size:12px;font-style:italic;font-weight:600}.swagger-ui .topbar{background-color:#1b1b1b;padding:10px 0}.swagger-ui .topbar .topbar-wrapper,.swagger-ui .topbar a{align-items:center;display:flex}.swagger-ui .topbar a{color:#fff;flex:1;font-family:sans-serif;font-size:1.5em;font-weight:700;max-width:300px;text-decoration:none}.swagger-ui .topbar a span{margin:0;padding:0 10px}.swagger-ui .topbar .download-url-wrapper{display:flex;flex:3;justify-content:flex-end}.swagger-ui .topbar .download-url-wrapper input[type=text]{border:2px solid #62a03f;border-radius:4px 0 0 4px;margin:0;outline:none;width:100%}.swagger-ui .topbar .download-url-wrapper .select-label{align-items:center;color:#f0f0f0;display:flex;margin:0;max-width:600px;width:100%}.swagger-ui .topbar .download-url-wrapper .select-label span{flex:1;font-size:16px;padding:0 10px 0 0;text-align:right}.swagger-ui .topbar .download-url-wrapper .select-label select{border:2px solid #62a03f;box-shadow:none;flex:2;outline:none;width:100%}.swagger-ui .topbar .download-url-wrapper .download-url-button{background:#62a03f;border:none;border-radius:0 4px 4px 0;color:#fff;font-family:sans-serif;font-size:16px;font-weight:700;padding:4px 30px}.swagger-ui .info{margin:50px 0}.swagger-ui .info.failed-config{margin-left:auto;margin-right:auto;max-width:880px;text-align:center}.swagger-ui .info hgroup.main{margin:0 0 20px}.swagger-ui .info hgroup.main a{font-size:12px}.swagger-ui .info pre{font-size:14px}.swagger-ui .info li,.swagger-ui .info p,.swagger-ui .info table{color:#3b4151;font-family:sans-serif;font-size:14px}.swagger-ui .info h1,.swagger-ui .info h2,.swagger-ui .info h3,.swagger-ui .info h4,.swagger-ui .info h5{color:#3b4151;font-family:sans-serif}.swagger-ui .info a{color:#4990e2;font-family:sans-serif;font-size:14px;transition:all .4s}.swagger-ui .info a:hover{color:#1f69c0}.swagger-ui .info>div{margin:0 0 5px}.swagger-ui .info .base-url{color:#3b4151;font-family:monospace;font-size:12px;font-weight:300!important;font-weight:600;margin:0}.swagger-ui .info .title{color:#3b4151;font-family:sans-serif;font-size:36px;margin:0}.swagger-ui .info .title small{background:#7d8492;border-radius:57px;display:inline-block;font-size:10px;margin:0 0 0 5px;padding:2px 4px;position:relative;top:-5px;vertical-align:super}.swagger-ui .info .title small.version-stamp{background-color:#89bf04}.swagger-ui .info .title small pre{color:#fff;font-family:sans-serif;margin:0;padding:0}.swagger-ui .auth-btn-wrapper{display:flex;justify-content:center;padding:10px 0}.swagger-ui .auth-btn-wrapper .btn-done{margin-right:1em}.swagger-ui .auth-wrapper{display:flex;flex:1;justify-content:flex-end}.swagger-ui .auth-wrapper .authorize{margin-right:10px;padding-right:20px}.swagger-ui .auth-container{border-bottom:1px solid #ebebeb;margin:0 0 10px;padding:10px 20px}.swagger-ui .auth-container:last-of-type{border:0;margin:0;padding:10px 20px}.swagger-ui .auth-container h4{margin:5px 0 15px!important}.swagger-ui .auth-container .wrapper{margin:0;padding:0}.swagger-ui .auth-container input[type=password],.swagger-ui .auth-container input[type=text]{min-width:230px}.swagger-ui .auth-container .errors{background-color:#fee;border-radius:4px;color:red;color:#3b4151;font-family:monospace;font-size:12px;font-weight:600;margin:1em;padding:10px}.swagger-ui .auth-container .errors b{margin-right:1em;text-transform:capitalize}.swagger-ui .scopes h2{color:#3b4151;font-family:sans-serif;font-size:14px}.swagger-ui .scopes h2 a{color:#4990e2;cursor:pointer;font-size:12px;padding-left:10px;text-decoration:underline}.swagger-ui .scope-def{padding:0 0 20px}.swagger-ui .errors-wrapper{-webkit-animation:scaleUp .5s;animation:scaleUp .5s;background:rgba(249,62,62,.1);border:2px solid #f93e3e;border-radius:4px;margin:20px;padding:10px 20px}.swagger-ui .errors-wrapper .error-wrapper{margin:0 0 10px}.swagger-ui .errors-wrapper .errors h4{color:#3b4151;font-family:monospace;font-size:14px;font-weight:600;margin:0}.swagger-ui .errors-wrapper .errors small{color:#606060}.swagger-ui .errors-wrapper .errors .message{white-space:pre-line}.swagger-ui .errors-wrapper .errors .message.thrown{max-width:100%}.swagger-ui .errors-wrapper .errors .error-line{cursor:pointer;text-decoration:underline}.swagger-ui .errors-wrapper hgroup{align-items:center;display:flex}.swagger-ui .errors-wrapper hgroup h4{color:#3b4151;flex:1;font-family:sans-serif;font-size:20px;margin:0}@-webkit-keyframes scaleUp{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes scaleUp{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.swagger-ui .Resizer.vertical.disabled{display:none}.swagger-ui .markdown p,.swagger-ui .markdown pre,.swagger-ui .renderedMarkdown p,.swagger-ui .renderedMarkdown pre{margin:1em auto;word-break:break-all;word-break:break-word}.swagger-ui .markdown pre,.swagger-ui .renderedMarkdown pre{background:none;color:#000;font-weight:400;padding:0;white-space:pre-wrap}.swagger-ui .markdown code,.swagger-ui .renderedMarkdown code{background:rgba(0,0,0,.05);border-radius:4px;color:#9012fe;font-family:monospace;font-size:14px;font-weight:600;padding:5px 7px}.swagger-ui .markdown pre>code,.swagger-ui .renderedMarkdown pre>code{display:block} + +/*# sourceMappingURL=swagger-ui.css.map*/ \ No newline at end of file diff --git a/openecomp-be/tools/swagger-ui/css/swagger-ui.css.map b/openecomp-be/tools/swagger-ui/css/swagger-ui.css.map new file mode 100644 index 0000000000..33b347991c --- /dev/null +++ b/openecomp-be/tools/swagger-ui/css/swagger-ui.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["webpack:///./src/style/main.scss","webpack:///./src/style/_type.scss","webpack:///./src/style/_variables.scss","webpack:///./node_modules/tachyons-sass/scss/_normalize.scss","webpack:///./node_modules/tachyons-sass/scss/_debug-children.scss","webpack:///./node_modules/tachyons-sass/scss/_debug-grid.scss","webpack:///./node_modules/tachyons-sass/scss/_box-sizing.scss","webpack:///./node_modules/tachyons-sass/scss/_aspect-ratios.scss","webpack:///./node_modules/tachyons-sass/scss/_images.scss","webpack:///./node_modules/tachyons-sass/scss/_background-size.scss","webpack:///./node_modules/tachyons-sass/scss/_background-position.scss","webpack:///./node_modules/tachyons-sass/scss/_outlines.scss","webpack:///./node_modules/tachyons-sass/scss/_borders.scss","webpack:///./node_modules/tachyons-sass/scss/_border-colors.scss","webpack:///./node_modules/tachyons-sass/scss/_border-radius.scss","webpack:///./node_modules/tachyons-sass/scss/_border-style.scss","webpack:///./node_modules/tachyons-sass/scss/_border-widths.scss","webpack:///./node_modules/tachyons-sass/scss/_box-shadow.scss","webpack:///./node_modules/tachyons-sass/scss/_code.scss","webpack:///./node_modules/tachyons-sass/scss/_coordinates.scss","webpack:///./node_modules/tachyons-sass/scss/_clears.scss","webpack:///./node_modules/tachyons-sass/scss/_flexbox.scss","webpack:///./node_modules/tachyons-sass/scss/_display.scss","webpack:///./node_modules/tachyons-sass/scss/_floats.scss","webpack:///./node_modules/tachyons-sass/scss/_font-family.scss","webpack:///./node_modules/tachyons-sass/scss/_font-style.scss","webpack:///./node_modules/tachyons-sass/scss/_font-weight.scss","webpack:///./node_modules/tachyons-sass/scss/_forms.scss","webpack:///./node_modules/tachyons-sass/scss/_heights.scss","webpack:///./node_modules/tachyons-sass/scss/_letter-spacing.scss","webpack:///./node_modules/tachyons-sass/scss/_line-height.scss","webpack:///./node_modules/tachyons-sass/scss/_links.scss","webpack:///./node_modules/tachyons-sass/scss/_lists.scss","webpack:///./node_modules/tachyons-sass/scss/_max-widths.scss","webpack:///./node_modules/tachyons-sass/scss/_widths.scss","webpack:///./node_modules/tachyons-sass/scss/_overflow.scss","webpack:///./node_modules/tachyons-sass/scss/_position.scss","webpack:///./node_modules/tachyons-sass/scss/_opacity.scss","webpack:///./node_modules/tachyons-sass/scss/_rotations.scss","webpack:///./node_modules/tachyons-sass/scss/_skins.scss","webpack:///./node_modules/tachyons-sass/scss/_skins-pseudo.scss","webpack:///./node_modules/tachyons-sass/scss/_spacing.scss","webpack:///./node_modules/tachyons-sass/scss/_variables.scss","webpack:///./node_modules/tachyons-sass/scss/_negative-margins.scss","webpack:///./node_modules/tachyons-sass/scss/_tables.scss","webpack:///./node_modules/tachyons-sass/scss/_text-decoration.scss","webpack:///./node_modules/tachyons-sass/scss/_text-align.scss","webpack:///./node_modules/tachyons-sass/scss/_text-transform.scss","webpack:///./node_modules/tachyons-sass/scss/_type-scale.scss","webpack:///./node_modules/tachyons-sass/scss/_typography.scss","webpack:///./node_modules/tachyons-sass/scss/_utilities.scss","webpack:///./node_modules/tachyons-sass/scss/_visibility.scss","webpack:///./node_modules/tachyons-sass/scss/_white-space.scss","webpack:///./node_modules/tachyons-sass/scss/_vertical-align.scss","webpack:///./node_modules/tachyons-sass/scss/_hovers.scss","webpack:///./node_modules/tachyons-sass/scss/_z-index.scss","webpack:///./node_modules/tachyons-sass/scss/_nested.scss","webpack:///./src/style/_layout.scss","webpack:///./src/style/_buttons.scss","webpack:///./src/style/_mixins.scss","webpack:///./src/style/_form.scss","webpack:///./src/style/_modal.scss","webpack:///./src/style/_models.scss","webpack:///./src/style/_servers.scss","webpack:///./src/style/_table.scss","webpack:///./src/style/_topbar.scss","webpack:///./src/style/_information.scss","webpack:///./src/style/_authorize.scss","webpack:///./src/style/_errors.scss","webpack:///./src/style/_split-pane-mode.scss","webpack:///./src/style/_markdown.scss"],"names":[],"mappings":"AAAA,YCII,aCYiB;ECTrB,4EFLI,sBDqhCJ,CAvhCA,iBGoBE,yBAA0B,CAC1B,6BAA8B,CAF9B,gBH6gCF,CAhiCA,iBGgCE,QHogCF,CApiCA,gHG6CE,aHggCF,CA7iCA,eGsDE,aAAc,CACd,cH2/BF,CAljCA,2DGqEE,aHo/BF,CAzjCA,mBG6EE,eHg/BF,CA7jCA,eGsFE,sBAAuB,CACvB,QAAS,CACT,gBH8+BF,CAtkCA,gBGiGE,+BAAiC,CACjC,aH2+BF,CA7kCA,cG+GE,oCAAqC,CADrC,4BHs+BF,CAplCA,wBGwHE,kBAAmB,CACnB,yBAA0B,CAC1B,wCAAiC,CAAjC,gCHm+BF,CA7lCA,iCGmIE,mBAAoB,CASpB,kBHs9BF,CAlmCA,kDGuJE,+BAAiC,CACjC,aHw9BF,CAhnCA,gBGgKE,iBHo9BF,CApnCA,iBGwKE,qBAAsB,CACtB,UHg9BF,CAznCA,kBGiLE,aH48BF,CA7nCA,gCG2LE,aAAc,CACd,aAAc,CACd,iBAAkB,CAClB,uBHu8BF,CAroCA,gBGkME,aHu8BF,CAzoCA,gBGsME,SHu8BF,CA7oCA,oCGkNE,oBHg8BF,CAlpCA,kCG0NE,YAAa,CACb,QH47BF,CAvpCA,gBGmOE,iBHw7BF,CA3pCA,2BG2OE,eHo7BF,CA/pCA,kGG2PE,sBAAuB,CACvB,cAAe,CACf,gBAAiB,CACjB,QHg7BF,CA9qCA,qCGwQE,gBH46BF,CAprCA,sCGkRE,mBHw6BF,CA1rCA,qGG+RE,yBHm6BF,CAlsCA,wKG0SE,iBAAkB,CAClB,SH+5BF,CA1sCA,4JGsTE,6BH25BF,CAjtCA,qBG8TE,0BHu5BF,CArtCA,mBGyUE,qBAAsB,CACtB,aAAc,CACd,aAAc,CACd,cAAe,CACf,SAAU,CACV,kBHs5BF,CApuCA,qBGuVE,oBAAqB,CACrB,uBHm5BF,CA3uCA,qBGgWE,aH+4BF,CA/uCA,qDG0WE,qBAAsB,CACtB,SH44BF,CAvvCA,0GGoXE,WHw4BF,CA5vCA,0BG6XE,4BAA6B,CAC7B,mBHq4BF,CAnwCA,6GGuYE,uBHi4BF,CAxwCA,yCGgZE,yBAA0B,CAC1B,YH83BF,CA/wCA,qCG8ZE,aHs3BF,CApxCA,oBGsaE,iBHk3BF,CAxxCA,mBGibE,oBH22BF,CA5xCA,0CGocE,YHg2BF,CApyCA,qBIiBW,sBJuxCX,CAxyCA,2BIkBiB,sBJ0xCjB,CA5yCA,2BImBiB,sBJ6xCjB,CAhzCA,wBKmBE,izCLiyCF,CApzCA,2BKuBE,q2CLiyCF,CAxzCA,gCK2BE,+jDLiyCF,CA5zCA,iCK+BE,8zCLiyCF,CAh0CA,0tBM+CE,qBNszCF,CAr2CA,0BO2BE,QAAS,CACT,iBP80CF,CA12CA,gCO+BsB,qBP+0CtB,CA92CA,gCOgCsB,sBPk1CtB,CAl3CA,+BOkCsB,kBPo1CtB,CAt3CA,+BOmCsB,sBPu1CtB,CA13CA,+BOqCsB,oBPy1CtB,CA93CA,+BOsCsB,mBP41CtB,CAl4CA,+BOwCsB,oBP81CtB,CAt4CA,+BOyCsB,mBPi2CtB,CA14CA,+BO2CsB,qBPm2CtB,CA94CA,+BO4CsB,mBPs2CtB,CAl5CA,+BO8CsB,mBPw2CtB,CAt5CA,kCOoDI,QAAS,CAGT,WAAY,CAFZ,MAAO,CAJP,iBAAkB,CAElB,OAAQ,CADR,KAAM,CAIN,UAAW,CAEX,WPy2CJ,COt2CA,mCP3DA,6BO6DM,QAAS,CACT,iBPy2CJ,CAv6CF,mCOgE6B,qBP02C3B,CA16CF,mCOiE6B,sBP42C3B,CA76CF,kCOkE6B,kBP82C3B,CAh7CF,kCOmE6B,sBPg3C3B,CAn7CF,kCOoE6B,oBPk3C3B,CAt7CF,kCOqE6B,mBPo3C3B,CAz7CF,kCOsE6B,oBPs3C3B,CA57CF,kCOuE6B,mBPw3C3B,CA/7CF,kCOwE6B,qBP03C3B,CAl8CF,kCOyE6B,mBP43C3B,CAr8CF,kCO0E6B,mBP83C3B,CAx8CF,qCO+EQ,QAAS,CAGT,WAAY,CAFZ,MAAO,CAJP,iBAAkB,CAElB,OAAQ,CADR,KAAM,CAIN,UAAW,CAEX,WP+3CN,CACF,CO53CA,wDPvFA,4BOyFM,QAAS,CACT,iBP+3CJ,CAz9CF,kCO4F4B,qBPg4C1B,CA59CF,kCO6F4B,sBPk4C1B,CA/9CF,iCO8F4B,kBPo4C1B,CAl+CF,iCO+F4B,sBPs4C1B,CAr+CF,iCOgG4B,oBPw4C1B,CAx+CF,iCOiG4B,mBP04C1B,CA3+CF,iCOkG4B,oBP44C1B,CA9+CF,iCOmG4B,mBP84C1B,CAj/CF,iCOoG4B,qBPg5C1B,CAp/CF,iCOqG4B,mBPk5C1B,CAv/CF,iCOsG4B,mBPo5C1B,CA1/CF,oCO2GQ,QAAS,CAGT,WAAY,CAFZ,MAAO,CAJP,iBAAkB,CAElB,OAAQ,CADR,KAAM,CAIN,UAAW,CAEX,WPq5CN,CACF,COl5CA,mCPnHA,4BOqHM,QAAS,CACT,iBPq5CJ,CA3gDF,kCOwH4B,qBPs5C1B,CA9gDF,kCOyH4B,sBPw5C1B,CAjhDF,iCO0H4B,kBP05C1B,CAphDF,iCO2H4B,sBP45C1B,CAvhDF,iCO4H4B,oBP85C1B,CA1hDF,iCO6H4B,mBPg6C1B,CA7hDF,iCO8H4B,oBPk6C1B,CAhiDF,iCO+H4B,mBPo6C1B,CAniDF,iCOgI4B,qBPs6C1B,CAtiDF,iCOiI4B,mBPw6C1B,CAziDF,iCOkI4B,mBP06C1B,CA5iDF,oCOuIQ,QAAS,CAGT,WAAY,CAFZ,MAAO,CAJP,iBAAkB,CAElB,OAAQ,CADR,KAAM,CAIN,UAAW,CAEX,WP26CN,CACF,CAvjDA,gBQgBM,cR2iDN,CA3jDA,mBSwBW,+BTuiDX,CA/jDA,qBSyBa,iCT0iDb,CSxiDA,mCT3BA,sBS4Bc,+BT4iDZ,CAxkDF,wBS6BgB,iCT8iDd,CACF,CS5iDA,wDThCA,qBSiCa,+BTgjDX,CAjlDF,uBSkCe,iCTkjDb,CACF,CShjDA,mCTrCA,qBSsCa,+BTojDX,CA1lDF,uBSuCe,iCTsjDb,CACF,CA9lDA,uBU8BE,uBAAkC,CADlC,2BVskDF,CAnmDA,oBUmCE,uBAA+B,CAD/B,2BVskDF,CAxmDA,sBUwCE,wBAAiC,CADjC,2BVskDF,CA7mDA,uBU6CE,0BAAkC,CADlC,2BVskDF,CAlnDA,qBUkDE,qBAAgC,CADhC,2BVskDF,CUlkDA,mCVrDA,0BUwDI,uBAAkC,CADlC,2BVskDF,CA7nDF,uBU6DI,uBAA+B,CAD/B,2BVqkDF,CAjoDF,yBUkEI,wBAAiC,CADjC,2BVokDF,CAroDF,0BUuEI,0BAAkC,CADlC,2BVmkDF,CAzoDF,wBU4EI,qBAAgC,CADhC,2BVkkDF,CACF,CU9jDA,wDVhFA,yBUmFI,uBAAkC,CADlC,2BVkkDF,CAppDF,sBUwFI,uBAA+B,CAD/B,2BVikDF,CAxpDF,wBU6FI,wBAAiC,CADjC,2BVgkDF,CA5pDF,yBUkGI,0BAAkC,CADlC,2BV+jDF,CAhqDF,uBUuGI,qBAAgC,CADhC,2BV8jDF,CACF,CU1jDA,mCV3GA,yBU8GI,uBAAkC,CADlC,2BV8jDF,CA3qDF,sBUmHI,uBAA+B,CAD/B,2BV6jDF,CA/qDF,wBUwHI,wBAAiC,CADjC,2BV4jDF,CAnrDF,yBU6HI,0BAAkC,CADlC,2BV2jDF,CAvrDF,uBUkII,qBAAgC,CADhC,2BV0jDF,CACF,CA5rDA,qBWkBW,iBX8qDX,CAhsDA,iCWmBuB,6BXirDvB,CApsDA,uBWoBa,SXorDb,CWlrDA,mCXtBA,wBWuBgB,iBXsrDd,CA7sDF,oCWwB4B,6BXwrD1B,CAhtDF,0BWyBkB,SX0rDhB,CACF,CWxrDA,wDX5BA,uBW6Be,iBX4rDb,CAztDF,mCW8B2B,6BX8rDzB,CA5tDF,yBW+BiB,SXgsDf,CACF,CW9rDA,mCXlCA,uBWmCe,iBXksDb,CAruDF,mCWoC2B,6BXosDzB,CAxuDF,yBWqCiB,SXssDf,CACF,CA5uDA,gBY8BQ,kBAAmB,CAAE,gBZmtD7B,CAjvDA,gBY+BQ,sBAAuB,CAAE,oBZutDjC,CAtvDA,gBYgCQ,wBAAyB,CAAE,sBZ2tDnC,CA3vDA,gBYiCQ,yBAA0B,CAAE,uBZ+tDpC,CAhwDA,gBYkCQ,uBAAwB,CAAE,qBZmuDlC,CArwDA,gBYmCQ,iBAAkB,CAAE,cZuuD5B,CYpuDA,mCZtCA,mBYuCW,kBAAmB,CAAE,gBZyuD9B,CAhxDF,mBYwCW,sBAAuB,CAAE,oBZ4uDlC,CApxDF,mBYyCW,wBAAyB,CAAE,sBZ+uDpC,CAxxDF,mBY0CW,yBAA0B,CAAE,uBZkvDrC,CA5xDF,mBY2CW,uBAAwB,CAAE,qBZqvDnC,CAhyDF,mBY4CW,iBAAkB,CAAE,cZwvD7B,CACF,CYtvDA,wDZ/CA,kBYgDU,kBAAmB,CAAE,gBZ2vD7B,CA3yDF,kBYiDU,sBAAuB,CAAE,oBZ8vDjC,CA/yDF,kBYkDU,wBAAyB,CAAE,sBZiwDnC,CAnzDF,kBYmDU,yBAA0B,CAAE,uBZowDpC,CAvzDF,kBYoDU,uBAAwB,CAAE,qBZuwDlC,CA3zDF,kBYqDU,iBAAkB,CAAE,cZ0wD5B,CACF,CYxwDA,mCZxDA,kBYyDU,kBAAmB,CAAE,gBZ6wD7B,CAt0DF,kBY0DU,sBAAuB,CAAE,oBZgxDjC,CA10DF,kBY2DU,wBAAyB,CAAE,sBZmxDnC,CA90DF,kBY4DU,yBAA0B,CAAE,uBZsxDpC,CAl1DF,kBY6DU,uBAAwB,CAAE,qBZyxDlC,CAt1DF,kBY8DU,iBAAkB,CAAE,cZ4xD5B,CACF,CA31DA,sBa2BmB,iBbo0DnB,CA/1DA,2Ba4BmB,iBbu0DnB,CAn2DA,0Ba6BmB,iBb00DnB,CAv2DA,yBa8BmB,iBb60DnB,CA32DA,qBa+BmB,iBbg1DnB,CA/2DA,uBagCmB,iBbm1DnB,CAn3DA,6BaiCmB,iBbs1DnB,CAv3DA,0BakCmB,iBby1DnB,CA33DA,2BamCmB,iBb41DnB,CA/3DA,2BaoCmB,oBb+1DnB,CAn4DA,sBaqCmB,iBbk2DnB,CAv4DA,yBauCiB,+Bbo2DjB,CA34DA,yBawCiB,+Bbu2DjB,CA/4DA,yBayCiB,+Bb02DjB,CAn5DA,yBa0CiB,+Bb62DjB,CAv5DA,yBa2CiB,+Bbg3DjB,CA35DA,yBa4CiB,+Bbm3DjB,CA/5DA,yBa6CiB,+Bbs3DjB,CAn6DA,yBa8CiB,+Bby3DjB,CAv6DA,yBa+CiB,+Bb43DjB,CA36DA,yBagDiB,gCb+3DjB,CA/6DA,0BaiDkB,gCbk4DlB,CAn7DA,2BakDmB,gCbq4DnB,CAv7DA,yBaoDiB,2Bbu4DjB,CA37DA,yBaqDiB,2Bb04DjB,CA/7DA,yBasDiB,2Bb64DjB,CAn8DA,yBauDiB,2Bbg5DjB,CAv8DA,yBawDiB,2Bbm5DjB,CA38DA,yBayDiB,2Bbs5DjB,CA/8DA,yBa0DiB,2Bby5DjB,CAn9DA,yBa2DiB,2Bb45DjB,CAv9DA,yBa4DiB,2Bb+5DjB,CA39DA,yBa6DiB,4Bbk6DjB,CA/9DA,0Ba8DkB,4Bbq6DlB,CAn+DA,2Ba+DmB,4Bbw6DnB,CAv+DA,yBaiEe,oBb06Df,CA3+DA,oBakEU,oBb66DV,CA/+DA,0BamEgB,oBbg7DhB,CAn/DA,uBaoEa,oBbm7Db,CAv/DA,qBaqEW,oBbs7DX,CA3/DA,uBasEa,iBby7Db,CA//DA,6BauEmB,oBb47DnB,CAngEA,uBawEa,oBb+7Db,CAvgEA,6BayEmB,oBbk8DnB,CA3gEA,0Ba0EgB,oBbq8DhB,CA/gEA,yBa2Ee,oBbw8Df,CAnhEA,qBa4EW,oBb28DX,CAvhEA,2Ba6EiB,oBb88DjB,CA3hEA,2Ba8EiB,oBbi9DjB,CA/hEA,sBa+EY,oBbo9DZ,CAniEA,4BagFkB,oBbu9DlB,CAviEA,qBaiFW,oBb09DX,CA3iEA,0BakFgB,oBb69DhB,CA/iEA,qBamFW,oBbg+DX,CAnjEA,2BaoFiB,oBbm+DjB,CAvjEA,8BaqFoB,oBbs+DpB,CA3jEA,4BasFkB,oBby+DlB,CA/jEA,6BauFmB,oBb4+DnB,CAnkEA,8BawFoB,oBb++DpB,CAvkEA,2BayFiB,oBbk/DjB,CA3kEA,4Ba2FkB,wBbo/DlB,CA/kEA,wBa4Fc,oBbu/Dd,CAnlEA,iBciCgB,edsjEhB,CAvlEA,iBckCgB,qBdyjEhB,CA3lEA,iBcmCgB,oBd4jEhB,CA/lEA,iBcoCgB,mBd+jEhB,CAnmEA,iBcqCgB,kBdkkEhB,CAvmEA,oBcsCgB,kBdqkEhB,CA3mEA,qBcuCgB,oBdwkEhB,CA/mEA,wBcyCM,wBAAyB,CACzB,yBd0kEN,CApnEA,qBc6CM,2BAA4B,CAC5B,4Bd2kEN,CAznEA,uBckDM,2BAA4B,CAD5B,wBd6kEN,CA9nEA,sBcsDM,4BAA6B,CAD7B,yBd8kEN,Cc1kEA,mCdzDA,oBc0DgB,ed8kEd,CAxoEF,oBc2DgB,qBdglEd,CA3oEF,oBc4DgB,oBdklEd,CA9oEF,oBc6DgB,mBdolEd,CAjpEF,oBc8DgB,kBdslEd,CAppEF,uBc+DgB,kBdwlEd,CAvpEF,wBcgEgB,oBd0lEd,CA1pEF,2BckEM,wBAAyB,CACzB,yBd2lEJ,CA9pEF,wBcsEM,2BAA4B,CAC5B,4Bd2lEJ,CAlqEF,0Bc2EM,2BAA4B,CAD5B,wBd4lEJ,CAtqEF,yBc+EM,4BAA6B,CAD7B,yBd4lEJ,CACF,CcxlEA,wDdnFA,mBcoFe,ed4lEb,CAhrEF,mBcqFe,qBd8lEb,CAnrEF,mBcsFe,oBdgmEb,CAtrEF,mBcuFe,mBdkmEb,CAzrEF,mBcwFe,kBdomEb,CA5rEF,sBcyFe,kBdsmEb,CA/rEF,uBc0Fe,oBdwmEb,CAlsEF,0Bc4FM,wBAAyB,CACzB,yBdymEJ,CAtsEF,uBcgGM,2BAA4B,CAC5B,4BdymEJ,CA1sEF,yBcqGM,2BAA4B,CAD5B,wBd0mEJ,CA9sEF,wBcyGM,4BAA6B,CAD7B,yBd0mEJ,CACF,CctmEA,mCd7GA,mBc8Ge,ed0mEb,CAxtEF,mBc+Ge,qBd4mEb,CA3tEF,mBcgHe,oBd8mEb,CA9tEF,mBciHe,mBdgnEb,CAjuEF,mBckHe,kBdknEb,CApuEF,sBcmHe,kBdonEb,CAvuEF,uBcoHe,oBdsnEb,CA1uEF,0BcsHM,wBAAyB,CACzB,yBdunEJ,CA9uEF,uBc0HM,2BAA4B,CAC5B,4BdunEJ,CAlvEF,yBc+HM,2BAA4B,CAD5B,wBdwnEJ,CAtvEF,wBcmIM,4BAA6B,CAD7B,yBdwnEJ,CACF,CA3vEA,uBe8Ba,mBfiuEb,CA/vEA,uBe+Ba,mBfouEb,CAnwEA,sBegCa,kBfuuEb,CAvwEA,qBeiCa,iBf0uEb,CexuEA,mCfnCA,0BeoCkB,mBf4uEhB,CAhxEF,0BeqCkB,mBf8uEhB,CAnxEF,yBesCkB,kBfgvEhB,CAtxEF,wBeuCkB,iBfkvEhB,CACF,CehvEA,wDf1CA,yBe2CiB,mBfovEf,CA/xEF,yBe4CiB,mBfsvEf,CAlyEF,wBe6CiB,kBfwvEf,CAryEF,uBe8CiB,iBf0vEf,CACF,CexvEA,mCfjDA,yBekDiB,mBf4vEf,CA9yEF,yBemDiB,mBf8vEf,CAjzEF,wBeoDiB,kBfgwEf,CApzEF,uBeqDiB,iBfkwEf,CACF,CAxzEA,iBgB8BO,chB8xEP,CA5zEA,iBgB+BO,oBhBiyEP,CAh0EA,iBgBgCO,mBhBoyEP,CAp0EA,iBgBiCO,kBhBuyEP,CAx0EA,iBgBkCO,iBhB0yEP,CA50EA,iBgBmCO,iBhB6yEP,CAh1EA,kBgBsCQ,kBhB8yER,CAp1EA,kBgBuCQ,oBhBizER,CAx1EA,kBgBwCQ,qBhBozER,CA51EA,kBgByCQ,mBhBuzER,CgBrzEA,mChB3CA,oBgB4CY,chByzEV,CAr2EF,oBgB6CY,oBhB2zEV,CAx2EF,oBgB8CY,mBhB6zEV,CA32EF,oBgB+CY,kBhB+zEV,CA92EF,oBgBgDY,iBhBi0EV,CAj3EF,oBgBiDY,iBhBm0EV,CAp3EF,qBgBkDa,kBhBq0EX,CAv3EF,qBgBmDa,oBhBu0EX,CA13EF,qBgBoDa,qBhBy0EX,CA73EF,qBgBqDa,mBhB20EX,CACF,CgBz0EA,wDhBxDA,mBgByDW,chB60ET,CAt4EF,mBgB0DW,oBhB+0ET,CAz4EF,mBgB2DW,mBhBi1ET,CA54EF,mBgB4DW,kBhBm1ET,CA/4EF,mBgB6DW,iBhBq1ET,CAl5EF,mBgB8DW,iBhBu1ET,CAr5EF,oBgB+DY,kBhBy1EV,CAx5EF,oBgBgEY,oBhB21EV,CA35EF,oBgBiEY,qBhB61EV,CA95EF,oBgBkEY,mBhB+1EV,CACF,CgB71EA,mChBrEA,mBgBsEW,chBi2ET,CAv6EF,mBgBuEW,oBhBm2ET,CA16EF,mBgBwEW,mBhBq2ET,CA76EF,mBgByEW,kBhBu2ET,CAh7EF,mBgB0EW,iBhBy2ET,CAn7EF,mBgB2EW,iBhB22ET,CAt7EF,oBgB4EY,kBhB62EV,CAz7EF,oBgB6EY,oBhB+2EV,CA57EF,oBgB8EY,qBhBi3EV,CA/7EF,oBgB+EY,mBhBm3EV,CACF,CAn8EA,sBiBmBY,qCjBo7EZ,CAv8EA,sBiBoBY,qCjBu7EZ,CA38EA,sBiBqBY,yCjB07EZ,CA/8EA,sBiBsBY,uCjB67EZ,CAn9EA,sBiBuBY,uCjBg8EZ,CiB97EA,mCjBzBA,yBiB0BiB,qCjBk8Ef,CA59EF,yBiB2BiB,qCjBo8Ef,CA/9EF,yBiB4BiB,yCjBs8Ef,CAl+EF,yBiB6BiB,uCjBw8Ef,CAr+EF,yBiB8BiB,uCjB08Ef,CACF,CiBx8EA,wDjBjCA,wBiBkCgB,qCjB48Ed,CA9+EF,wBiBmCgB,qCjB88Ed,CAj/EF,wBiBoCgB,yCjBg9Ed,CAp/EF,wBiBqCgB,uCjBk9Ed,CAv/EF,wBiBsCgB,uCjBo9Ed,CACF,CiBl9EA,mCjBzCA,wBiB0CgB,qCjBs9Ed,CAhgFF,wBiB2CgB,qCjBw9Ed,CAngFF,wBiB4CgB,yCjB09Ed,CAtgFF,wBiB6CgB,uCjB49Ed,CAzgFF,wBiB8CgB,uCjB89Ed,CACF,CA7gFA,iBkBcE,eAAgB,CAChB,iBAAkB,CAClB,elBmgFF,CAnhFA,mBmBkCY,KnBq/EZ,CAvhFA,qBmBmCY,OnBw/EZ,CA3hFA,sBmBoCY,QnB2/EZ,CA/hFA,oBmBqCY,MnB8/EZ,CAniFA,mBmBuCY,QnBggFZ,CAviFA,qBmBwCY,UnBmgFZ,CA3iFA,sBmByCY,WnBsgFZ,CA/iFA,oBmB0CY,SnBygFZ,CAnjFA,mBmB4CY,QnB2gFZ,CAvjFA,qBmB6CY,UnB8gFZ,CA3jFA,sBmB8CY,WnBihFZ,CA/jFA,oBmB+CY,SnBohFZ,CAnkFA,oBmBiDa,SnBshFb,CAvkFA,sBmBkDa,WnByhFb,CA3kFA,uBmBmDa,YnB4hFb,CA/kFA,qBmBoDa,UnB+hFb,CAnlFA,oBmBsDa,SnBiiFb,CAvlFA,sBmBuDa,WnBoiFb,CA3lFA,uBmBwDa,YnBuiFb,CA/lFA,qBmByDa,UnB0iFb,CAnmFA,4BmB+DE,QAAS,CACT,MAAO,CAFP,OAAQ,CADR,KnB6iFF,CmBviFA,mCnBnEA,sBmBoEkB,KnB2iFhB,CA/mFF,uBmBqEkB,MnB6iFhB,CAlnFF,wBmBsEkB,OnB+iFhB,CArnFF,yBmBuEkB,QnBijFhB,CAxnFF,sBmBwEkB,QnBmjFhB,CA3nFF,uBmByEkB,SnBqjFhB,CA9nFF,wBmB0EkB,UnBujFhB,CAjoFF,yBmB2EkB,WnByjFhB,CApoFF,sBmB4EkB,QnB2jFhB,CAvoFF,uBmB6EkB,SnB6jFhB,CA1oFF,wBmB8EkB,UnB+jFhB,CA7oFF,yBmB+EkB,WnBikFhB,CAhpFF,uBmBgFkB,SnBmkFhB,CAnpFF,yBmBiFkB,WnBqkFhB,CAtpFF,0BmBkFkB,YnBukFhB,CAzpFF,wBmBmFkB,UnBykFhB,CA5pFF,uBmBoFkB,SnB2kFhB,CA/pFF,yBmBqFkB,WnB6kFhB,CAlqFF,0BmBsFkB,YnB+kFhB,CArqFF,wBmBuFkB,UnBilFhB,CAxqFF,+BmB2FI,QAAS,CACT,MAAO,CAFP,OAAQ,CADR,KnBqlFF,CACF,CmB/kFA,wDnBhGA,qBmBiGiB,KnBmlFf,CAprFF,sBmBkGiB,MnBqlFf,CAvrFF,uBmBmGiB,OnBulFf,CA1rFF,wBmBoGiB,QnBylFf,CA7rFF,qBmBqGiB,QnB2lFf,CAhsFF,sBmBsGiB,SnB6lFf,CAnsFF,uBmBuGiB,UnB+lFf,CAtsFF,wBmBwGiB,WnBimFf,CAzsFF,qBmByGiB,QnBmmFf,CA5sFF,sBmB0GiB,SnBqmFf,CA/sFF,uBmB2GiB,UnBumFf,CAltFF,wBmB4GiB,WnBymFf,CArtFF,sBmB6GiB,SnB2mFf,CAxtFF,wBmB8GiB,WnB6mFf,CA3tFF,yBmB+GiB,YnB+mFf,CA9tFF,uBmBgHiB,UnBinFf,CAjuFF,sBmBiHiB,SnBmnFf,CApuFF,wBmBkHiB,WnBqnFf,CAvuFF,yBmBmHiB,YnBunFf,CA1uFF,uBmBoHiB,UnBynFf,CA7uFF,8BmBwHI,QAAS,CACT,MAAO,CAFP,OAAQ,CADR,KnB6nFF,CACF,CmBvnFA,mCnB7HA,qBmB8HiB,KnB2nFf,CAzvFF,sBmB+HiB,MnB6nFf,CA5vFF,uBmBgIiB,OnB+nFf,CA/vFF,wBmBiIiB,QnBioFf,CAlwFF,qBmBkIiB,QnBmoFf,CArwFF,sBmBmIiB,SnBqoFf,CAxwFF,uBmBoIiB,UnBuoFf,CA3wFF,wBmBqIiB,WnByoFf,CA9wFF,qBmBsIiB,QnB2oFf,CAjxFF,sBmBuIiB,SnB6oFf,CApxFF,uBmBwIiB,UnB+oFf,CAvxFF,wBmByIiB,WnBipFf,CA1xFF,sBmB0IiB,SnBmpFf,CA7xFF,wBmB2IiB,WnBqpFf,CAhyFF,yBmB4IiB,YnBupFf,CAnyFF,uBmB6IiB,UnBypFf,CAtyFF,sBmB8IiB,SnB2pFf,CAzyFF,wBmB+IiB,WnB6pFf,CA5yFF,yBmBgJiB,YnB+pFf,CA/yFF,uBmBiJiB,UnBiqFf,CAlzFF,8BmBqJI,QAAS,CACT,MAAO,CAFP,OAAQ,CADR,KnBqqFF,CACF,CAzzFA,6CoBkBY,WAAY,CAAE,apB6yF1B,CA/zFA,sBoBmBY,UpBgzFZ,CAn0FA,iBoBoBY,MpBmzFZ,CAv0FA,gBoBsBM,UpBqzFN,CA30FA,gBoBuBM,WpBwzFN,CA/0FA,gBoBwBM,UpB2zFN,CAn1FA,gBoByBM,UpB8zFN,CoB5zFA,mCpB3BA,mBoB4BW,UpBg0FT,CA51FF,mBoB6BW,WpBk0FT,CA/1FF,mBoB8BW,UpBo0FT,CAl2FF,mBoB+BW,UpBs0FT,CACF,CoBp0FA,wDpBlCA,kBoBmCU,UpBw0FR,CA32FF,kBoBoCU,WpB00FR,CA92FF,kBoBqCU,UpB40FR,CAj3FF,kBoBsCU,UpB80FR,CACF,CoB50FA,mCpBzCA,kBoB0CU,UpBg1FR,CA13FF,kBoB2CU,WpBk1FR,CA73FF,kBoB4CU,UpBo1FR,CAh4FF,kBoB6CU,UpBs1FR,CACF,CAp4FA,kBqBkBQ,YrBs3FR,CAx4FA,yBqBmBe,mBrBy3Ff,CA54FA,uBqBwBE,aAAc,CAEd,YAAa,CADb,WrB23FF,CAp5FA,uBqB6Ba,SrB23Fb,CAx5FA,yBqB+BgB,qBrB63FhB,CA55FA,sBqBgCgB,kBrBg4FhB,CAh6FA,uBqBiCgB,crBm4FhB,CAp6FA,yBqBkCkB,gBrBs4FlB,CAx6FA,+BqBmCwB,sBrBy4FxB,CA56FA,iCqBoCwB,6BrB44FxB,CAh7FA,8BqBqCwB,0BrB+4FxB,CAp7FA,yBqBuCkB,sBrBi5FlB,CAx7FA,uBqBwCkB,oBrBo5FlB,CA57FA,0BqByCkB,kBrBu5FlB,CAh8FA,4BqB0CkB,oBrB05FlB,CAp8FA,2BqB2CkB,mBrB65FlB,CAx8FA,wBqB6CiB,qBrB+5FjB,CA58FA,sBqB8CiB,mBrBk6FjB,CAh9FA,yBqB+CiB,iBrBq6FjB,CAp9FA,2BqBgDiB,mBrBw6FjB,CAx9FA,0BqBiDiB,kBrB26FjB,CA59FA,2BqBmDmB,0BrB66FnB,CAh+FA,yBqBoDmB,wBrBg7FnB,CAp+FA,4BqBqDmB,sBrBm7FnB,CAx+FA,6BqBsDmB,6BrBs7FnB,CA5+FA,4BqBuDmB,4BrBy7FnB,CAh/FA,2BqByDmB,wBrB27FnB,CAp/FA,yBqB0DmB,sBrB87FnB,CAx/FA,4BqB2DmB,oBrBi8FnB,CA5/FA,6BqB4DmB,2BrBo8FnB,CAhgGA,4BqB6DmB,0BrBu8FnB,CApgGA,6BqB8DmB,qBrB08FnB,CAxgGA,qBqBgEW,OrB48FX,CA5gGA,qBqBiEW,OrB+8FX,CAhhGA,qBqBkEW,OrBk9FX,CAphGA,qBqBmEW,OrBq9FX,CAxhGA,qBqBoEW,OrBw9FX,CA5hGA,qBqBqEW,OrB29FX,CAhiGA,qBqBsEW,OrB89FX,CApiGA,qBqBuEW,OrBi+FX,CAxiGA,qBqBwEW,OrBo+FX,CA5iGA,wBqByEc,WrBu+Fd,CAhjGA,yBqB2Ee,WrBy+Ff,CApjGA,yBqB4Ee,WrB4+Ff,CAxjGA,2BqB8EiB,arB8+FjB,CA5jGA,2BqB+EiB,arBi/FjB,CqB/+FA,mCrBjFA,qBqBkFa,YrBm/FX,CArkGF,4BqBmFoB,mBrBq/FlB,CAxkGF,0BqBqFI,aAAc,CAEd,YAAa,CADb,WrBy/FF,CA/kGF,0BqByFkB,SrBy/FhB,CAllGF,4BqB0FoB,qBrB2/FlB,CArlGF,yBqB2FiB,kBrB6/Ff,CAxlGF,0BqB4FkB,crB+/FhB,CA3lGF,4BqB6FoB,gBrBigGlB,CA9lGF,kCqB8F0B,sBrBmgGxB,CAjmGF,oCqB+F4B,6BrBqgG1B,CApmGF,iCqBgGyB,0BrBugGvB,CAvmGF,4BqBiGoB,sBrBygGlB,CA1mGF,0BqBkGkB,oBrB2gGhB,CA7mGF,6BqBmGqB,kBrB6gGnB,CAhnGF,+BqBoGuB,oBrB+gGrB,CAnnGF,8BqBqGsB,mBrBihGpB,CAtnGF,2BqBuGmB,qBrBkhGjB,CAznGF,yBqBwGiB,mBrBohGf,CA5nGF,4BqByGoB,iBrBshGlB,CA/nGF,8BqB0GsB,mBrBwhGpB,CAloGF,6BqB2GqB,kBrB0hGnB,CAroGF,8BqB6GsB,0BrB2hGpB,CAxoGF,4BqB8GoB,wBrB6hGlB,CA3oGF,+BqB+GuB,sBrB+hGrB,CA9oGF,gCqBgHwB,6BrBiiGtB,CAjpGF,+BqBiHuB,4BrBmiGrB,CAppGF,8BqBmHsB,wBrBoiGpB,CAvpGF,4BqBoHoB,sBrBsiGlB,CA1pGF,+BqBqHuB,oBrBwiGrB,CA7pGF,gCqBsHwB,2BrB0iGtB,CAhqGF,+BqBuHuB,0BrB4iGrB,CAnqGF,gCqBwHwB,qBrB8iGtB,CAtqGF,wBqB0HgB,OrB+iGd,CAzqGF,wBqB2HgB,OrBijGd,CA5qGF,wBqB4HgB,OrBmjGd,CA/qGF,wBqB6HgB,OrBqjGd,CAlrGF,wBqB8HgB,OrBujGd,CArrGF,wBqB+HgB,OrByjGd,CAxrGF,wBqBgIgB,OrB2jGd,CA3rGF,wBqBiIgB,OrB6jGd,CA9rGF,wBqBkIgB,OrB+jGd,CAjsGF,2BqBmImB,WrBikGjB,CApsGF,4BqBqIoB,WrBkkGlB,CAvsGF,4BqBsIoB,WrBokGlB,CA1sGF,8BqBwIsB,arBqkGpB,CA7sGF,8BqByIsB,arBukGpB,CACF,CqBtkGA,wDrB3IA,oBqB4IY,YrB0kGV,CAttGF,2BqB6ImB,mBrB4kGjB,CAztGF,yBqB+II,aAAc,CAEd,YAAa,CADb,WrBglGF,CAhuGF,yBqBmJiB,SrBglGf,CAnuGF,2BqBoJmB,qBrBklGjB,CAtuGF,wBqBqJoB,kBrBolGlB,CAzuGF,yBqBsJiB,crBslGf,CA5uGF,2BqBuJmB,gBrBwlGjB,CA/uGF,iCqBwJyB,sBrB0lGvB,CAlvGF,mCqByJ2B,6BrB4lGzB,CArvGF,gCqB0JwB,0BrB8lGtB,CAxvGF,2BqB2JmB,sBrBgmGjB,CA3vGF,yBqB4JiB,oBrBkmGf,CA9vGF,4BqB6JoB,kBrBomGlB,CAjwGF,8BqB8JsB,oBrBsmGpB,CApwGF,6BqB+JqB,mBrBwmGnB,CAvwGF,0BqBiKkB,qBrBymGhB,CA1wGF,wBqBkKgB,mBrB2mGd,CA7wGF,2BqBmKmB,iBrB6mGjB,CAhxGF,6BqBoKqB,mBrB+mGnB,CAnxGF,4BqBqKoB,kBrBinGlB,CAtxGF,6BqBuKqB,0BrBknGnB,CAzxGF,2BqBwKmB,wBrBonGjB,CA5xGF,8BqByKsB,sBrBsnGpB,CA/xGF,+BqB0KuB,6BrBwnGrB,CAlyGF,8BqB2KsB,4BrB0nGpB,CAryGF,6BqB6KqB,wBrB2nGnB,CAxyGF,2BqB8KmB,sBrB6nGjB,CA3yGF,8BqB+KsB,oBrB+nGpB,CA9yGF,+BqBgLuB,2BrBioGrB,CAjzGF,8BqBiLsB,0BrBmoGpB,CApzGF,+BqBkLuB,qBrBqoGrB,CAvzGF,uBqBoLe,OrBsoGb,CA1zGF,uBqBqLe,OrBwoGb,CA7zGF,uBqBsLe,OrB0oGb,CAh0GF,uBqBuLe,OrB4oGb,CAn0GF,uBqBwLe,OrB8oGb,CAt0GF,uBqByLe,OrBgpGb,CAz0GF,uBqB0Le,OrBkpGb,CA50GF,uBqB2Le,OrBopGb,CA/0GF,uBqB4Le,OrBspGb,CAl1GF,0BqB6LkB,WrBwpGhB,CAr1GF,2BqB+LmB,WrBypGjB,CAx1GF,2BqBgMmB,WrB2pGjB,CA31GF,6BqBkMqB,arB4pGnB,CA91GF,6BqBmMqB,arB8pGnB,CACF,CqB5pGA,mCrBtMA,oBqBuMY,YrBgqGV,CAv2GF,2BqBwMmB,mBrBkqGjB,CA12GF,yBqB0MI,aAAc,CAEd,YAAa,CADb,WrBsqGF,CAj3GF,yBqB8MiB,SrBsqGf,CAp3GF,2BqB+MmB,qBrBwqGjB,CAv3GF,wBqBgNgB,kBrB0qGd,CA13GF,yBqBiNiB,crB4qGf,CA73GF,2BqBkNmB,gBrB8qGjB,CAh4GF,iCqBmNyB,sBrBgrGvB,CAn4GF,mCqBoN2B,6BrBkrGzB,CAt4GF,gCqBqNwB,0BrBorGtB,CAz4GF,2BqBuNmB,sBrBqrGjB,CA54GF,yBqBwNiB,oBrBurGf,CA/4GF,4BqByNoB,kBrByrGlB,CAl5GF,8BqB0NsB,oBrB2rGpB,CAr5GF,6BqB2NqB,mBrB6rGnB,CAx5GF,0BqB6NkB,qBrB8rGhB,CA35GF,wBqB8NgB,mBrBgsGd,CA95GF,2BqB+NmB,iBrBksGjB,CAj6GF,6BqBgOqB,mBrBosGnB,CAp6GF,4BqBiOoB,kBrBssGlB,CAv6GF,6BqBmOqB,0BrBusGnB,CA16GF,2BqBoOmB,wBrBysGjB,CA76GF,8BqBqOsB,sBrB2sGpB,CAh7GF,+BqBsOuB,6BrB6sGrB,CAn7GF,8BqBuOsB,4BrB+sGpB,CAt7GF,6BqByOqB,wBrBgtGnB,CAz7GF,2BqB0OmB,sBrBktGjB,CA57GF,8BqB2OsB,oBrBotGpB,CA/7GF,+BqB4OuB,2BrBstGrB,CAl8GF,8BqB6OsB,0BrBwtGpB,CAr8GF,+BqB8OuB,qBrB0tGrB,CAx8GF,uBqBgPe,OrB2tGb,CA38GF,uBqBiPe,OrB6tGb,CA98GF,uBqBkPe,OrB+tGb,CAj9GF,uBqBmPe,OrBiuGb,CAp9GF,uBqBoPe,OrBmuGb,CAv9GF,uBqBqPe,OrBquGb,CA19GF,uBqBsPe,OrBuuGb,CA79GF,uBqBuPe,OrByuGb,CAh+GF,uBqBwPe,OrB2uGb,CAn+GF,0BqByPkB,WrB6uGhB,CAt+GF,2BqB2PmB,WrB8uGjB,CAz+GF,2BqB4PmB,WrBgvGjB,CA5+GF,6BqB8PqB,arBivGnB,CA/+GF,6BqB+PqB,arBmvGnB,CACF,CAn/GA,gBsBiCmB,YtBs9GnB,CAv/GA,gBsBkCmB,ctBy9GnB,CA3/GA,gBsBmCmB,atB49GnB,CA//GA,iBsBoCmB,oBtB+9GnB,CAngHA,iBsBqCmB,oBtBk+GnB,CAvgHA,gBsBsCmB,atBq+GnB,CA3gHA,iBsBuCmB,kBtBw+GnB,CA/gHA,oBsBwCmB,iBtB2+GnB,CAnhHA,0BsByCmB,uBtB8+GnB,CAvhHA,uBsB0CmB,oBtBi/GnB,CA3hHA,6BsB2CmB,0BtBo/GnB,CA/hHA,uBsBkDE,kBAAmB,CACnB,UtBi/GF,CsB9+GA,mCtBtDA,mBsBuDwB,YtBk/GtB,CAziHF,mBsBwDwB,ctBo/GtB,CA5iHF,mBsByDwB,atBs/GtB,CA/iHF,oBsB0DwB,oBtBw/GtB,CAljHF,oBsB2DwB,oBtB0/GtB,CArjHF,mBsB4DwB,atB4/GtB,CAxjHF,oBsB6DwB,kBtB8/GtB,CA3jHF,uBsB8DwB,iBtBggHtB,CA9jHF,6BsB+DwB,uBtBkgHtB,CAjkHF,0BsBgEwB,oBtBogHtB,CApkHF,gCsBiEwB,0BtBsgHtB,CAvkHF,0BsBoEI,kBAAmB,CACnB,UtBsgHF,CACF,CsBngHA,wDtBzEA,kBsB0EuB,YtBugHrB,CAjlHF,kBsB2EuB,ctBygHrB,CAplHF,kBsB4EuB,atB2gHrB,CAvlHF,mBsB6EuB,oBtB6gHrB,CA1lHF,mBsB8EuB,oBtB+gHrB,CA7lHF,kBsB+EuB,atBihHrB,CAhmHF,mBsBgFuB,kBtBmhHrB,CAnmHF,sBsBiFuB,iBtBqhHrB,CAtmHF,4BsBkFuB,uBtBuhHrB,CAzmHF,yBsBmFuB,oBtByhHrB,CA5mHF,+BsBoFuB,0BtB2hHrB,CA/mHF,yBsBuFI,kBAAmB,CACnB,UtB2hHF,CACF,CsBxhHA,mCtB5FA,kBsB6FuB,YtB4hHrB,CAznHF,kBsB8FuB,ctB8hHrB,CA5nHF,kBsB+FuB,atBgiHrB,CA/nHF,mBsBgGuB,oBtBkiHrB,CAloHF,mBsBiGuB,oBtBoiHrB,CAroHF,kBsBkGuB,atBsiHrB,CAxoHF,mBsBmGuB,kBtBwiHrB,CA3oHF,sBsBoGuB,iBtB0iHrB,CA9oHF,4BsBqGuB,uBtB4iHrB,CAjpHF,yBsBsGuB,oBtB8iHrB,CAppHF,+BsBuGuB,0BtBgjHrB,CAvpHF,yBsB0GI,kBAAmB,CACnB,UtBgjHF,CACF,CA5pHA,iBuBmCoB,cAAgB,CAA9B,UvB8nHN,CAjqHA,iBuBoCoB,cAAgB,CAA9B,WvBkoHN,CAtqHA,gBuBqCM,UvBqoHN,CuBnoHA,mCvBvCA,oBuBwCwB,cAAgB,CAA7B,UvBwoHT,CAhrHF,oBuByCyB,cAAgB,CAA9B,WvB2oHT,CAprHF,mBuB0CW,UvB6oHT,CACF,CuB3oHA,wDvB7CA,mBuB8CuB,cAAgB,CAA7B,UvBgpHR,CA9rHF,mBuB+CwB,cAAgB,CAA9B,WvBmpHR,CAlsHF,kBuBgDU,UvBqpHR,CACF,CuBnpHA,mCvBnDA,mBuBoDuB,cAAgB,CAA7B,UvBwpHR,CA5sHF,mBuBqDwB,cAAgB,CAA9B,WvB2pHR,CAhtHF,kBuBsDU,UvB6pHR,CACF,CAptHA,wBwBgBE,qIxBwsHF,CAxtHA,mBwBoBE,yBxBwsHF,CA5tHA,+BwBwBE,sBxBwsHF,CAhuHA,0BwB4BE,iBxBwsHF,CApuHA,mCwBoCE,qCxBosHF,CAxuHA,qBwB0CE,0CxBksHF,CA5uHA,uBwBmDE,+CxB6rHF,CAhvHA,oBwBwDE,yCxB4rHF,CApvHA,qBwBgEE,iCxBwrHF,CAxvHA,qBwBsEE,yBxBsrHF,CA5vHA,mBwB2EE,uBxBqrHF,CAhwHA,oBwBgFE,2BxBorHF,CApwHA,qBwBqFE,4BxBmrHF,CAxwHA,sBwB0FE,0BxBkrHF,CA5wHA,yBwB+FE,6BxBirHF,CAhxHA,eyBmBa,iBzBiwHb,CApxHA,uByBoBa,iBzBowHb,CyBlwHA,mCzBtBA,kByBuBgB,iBzBswHd,CA7xHF,0ByBwBsB,iBzBwwHpB,CACF,CyBtwHA,wDzB3BA,iByB4Be,iBzB0wHb,CAtyHF,yByB6BqB,iBzB4wHnB,CACF,CyB1wHA,mCzBhCA,iByBiCe,iBzB8wHb,CA/yHF,yByBkCqB,iBzBgxHnB,CACF,CAnzHA,oB0BiCU,e1BsxHV,CAvzHA,e0BkCU,e1ByxHV,CA3zHA,iB0BmCU,e1B4xHV,CA/zHA,iB0BoCU,e1B+xHV,CAn0HA,iB0BqCU,e1BkyHV,CAv0HA,iB0BsCU,e1BqyHV,CA30HA,iB0BuCU,e1BwyHV,CA/0HA,iB0BwCU,e1B2yHV,CAn1HA,iB0ByCU,e1B8yHV,CAv1HA,iB0B0CU,e1BizHV,CA31HA,iB0B2CU,e1BozHV,C0BjzHA,mC1B9CA,uB0B+Ce,e1BqzHb,CAp2HF,kB0BgDe,e1BuzHb,CAv2HF,oB0BiDe,e1ByzHb,CA12HF,oB0BkDe,e1B2zHb,CA72HF,oB0BmDe,e1B6zHb,CAh3HF,oB0BoDe,e1B+zHb,CAn3HF,oB0BqDe,e1Bi0Hb,CAt3HF,oB0BsDe,e1Bm0Hb,CAz3HF,oB0BuDe,e1Bq0Hb,CA53HF,oB0BwDe,e1Bu0Hb,CA/3HF,oB0ByDe,e1By0Hb,CACF,C0Bv0HA,wD1B5DA,sB0B6Dc,e1B20HZ,CAx4HF,iB0B8Dc,e1B60HZ,CA34HF,mB0B+Dc,e1B+0HZ,CA94HF,mB0BgEc,e1Bi1HZ,CAj5HF,mB0BiEc,e1Bm1HZ,CAp5HF,mB0BkEc,e1Bq1HZ,CAv5HF,mB0BmEc,e1Bu1HZ,CA15HF,mB0BoEc,e1By1HZ,CA75HF,mB0BqEc,e1B21HZ,CAh6HF,mB0BsEc,e1B61HZ,CAn6HF,mB0BuEc,e1B+1HZ,CACF,C0B71HA,mC1B1EA,sB0B2Ec,e1Bi2HZ,CA56HF,iB0B4Ec,e1Bm2HZ,CA/6HF,mB0B6Ec,e1Bq2HZ,CAl7HF,mB0B8Ec,e1Bu2HZ,CAr7HF,mB0B+Ec,e1By2HZ,CAx7HF,mB0BgFc,e1B22HZ,CA37HF,mB0BiFc,e1B62HZ,CA97HF,mB0BkFc,e1B+2HZ,CAj8HF,mB0BmFc,e1Bi3HZ,CAp8HF,mB0BoFc,e1Bm3HZ,CAv8HF,mB0BqFc,e1Bq3HZ,CACF,CA38HA,yB2BcE,uBAAwB,CACxB,oB3Bi8HF,CAh9HA,uF2BoBE,QAAS,CACT,S3Bi8HF,CAt9HA,gB4B0CM,W5Bg7HN,CA19HA,gB4B2CM,W5Bm7HN,CA99HA,gB4B4CM,W5Bs7HN,CAl+HA,gB4B6CM,W5By7HN,CAt+HA,gB4B8CM,Y5B47HN,CA1+HA,kB4BkDS,U5B47HT,CA9+HA,kB4BmDS,U5B+7HT,CAl/HA,kB4BoDS,U5Bk8HT,CAt/HA,mB4BqDS,W5Bq8HT,CA1/HA,uB4BuDa,e5Bu8Hb,CA9/HA,mB4B2DU,W5Bu8HV,CAlgIA,mB4B4DU,W5B08HV,CAtgIA,mB4B6DU,W5B68HV,CA1gIA,oB4B8DU,Y5Bg9HV,CA9gIA,wB4BgEc,gB5Bk9Hd,CAlhIA,oB4BqEc,W5Bi9Hd,CAthIA,uB4BsEc,c5Bo9Hd,C4Bl9HA,mC5BxEA,mB4ByEY,W5Bs9HV,CA/hIF,mB4B0EY,W5Bw9HV,CAliIF,mB4B2EY,W5B09HV,CAriIF,mB4B4EY,W5B49HV,CAxiIF,mB4B6EY,Y5B89HV,CA3iIF,qB4B8Ea,U5Bg+HX,CA9iIF,qB4B+Ea,U5Bk+HX,CAjjIF,qB4BgFa,U5Bo+HX,CApjIF,sB4BiFc,W5Bs+HZ,CAvjIF,0B4BkFkB,e5Bw+HhB,CA1jIF,sB4BmFe,W5B0+Hb,CA7jIF,sB4BoFe,W5B4+Hb,CAhkIF,sB4BqFe,W5B8+Hb,CAnkIF,uB4BsFe,Y5Bg/Hb,CAtkIF,2B4BuFmB,gB5Bk/HjB,CAzkIF,uB4BwFe,W5Bo/Hb,CA5kIF,0B4ByFkB,c5Bs/HhB,CACF,C4Bp/HA,wD5B5FA,kB4B6FU,W5Bw/HR,CArlIF,kB4B8FU,W5B0/HR,CAxlIF,kB4B+FU,W5B4/HR,CA3lIF,kB4BgGU,W5B8/HR,CA9lIF,kB4BiGU,Y5BggIR,CAjmIF,oB4BkGY,U5BkgIV,CApmIF,oB4BmGY,U5BogIV,CAvmIF,oB4BoGY,U5BsgIV,CA1mIF,qB4BqGa,W5BwgIX,CA7mIF,yB4BsGiB,e5B0gIf,CAhnIF,qB4BuGc,W5B4gIZ,CAnnIF,qB4BwGc,W5B8gIZ,CAtnIF,qB4ByGc,W5BghIZ,CAznIF,sB4B0Gc,Y5BkhIZ,CA5nIF,0B4B2GkB,gB5BohIhB,CA/nIF,sB4B4Gc,W5BshIZ,CAloIF,yB4B6GiB,c5BwhIf,CACF,C4BthIA,mC5BhHA,kB4BiHU,W5B0hIR,CA3oIF,kB4BkHU,W5B4hIR,CA9oIF,kB4BmHU,W5B8hIR,CAjpIF,kB4BoHU,W5BgiIR,CAppIF,kB4BqHU,Y5BkiIR,CAvpIF,oB4BsHY,U5BoiIV,CA1pIF,oB4BuHY,U5BsiIV,CA7pIF,oB4BwHY,U5BwiIV,CAhqIF,qB4ByHa,W5B0iIX,CAnqIF,yB4B0HiB,e5B4iIf,CAtqIF,qB4B2Hc,W5B8iIZ,CAzqIF,qB4B4Hc,W5BgjIZ,CA5qIF,qB4B6Hc,W5BkjIZ,CA/qIF,sB4B8Hc,Y5BojIZ,CAlrIF,0B4B+HkB,gB5BsjIhB,CArrIF,sB4BgIc,W5BwjIZ,CAxrIF,yB4BiIiB,c5B0jIf,CACF,CA5rIA,qB6BmBiB,mB7B6qIjB,CAhsIA,2B6BoBiB,qB7BgrIjB,CApsIA,0B6BqBiB,oB7BmrIjB,C6BjrIA,mC7BvBA,wB6BwBsB,mB7BqrIpB,CA7sIF,8B6ByBsB,qB7BurIpB,CAhtIF,6B6B0BsB,oB7ByrIpB,CACF,C6BvrIA,wD7B7BA,uB6B8BqB,mB7B2rInB,CAztIF,6B6B+BqB,qB7B6rInB,CA5tIF,4B6BgCqB,oB7B+rInB,CACF,C6B7rIA,mC7BnCA,uB6BoCqB,mB7BisInB,CAruIF,6B6BqCqB,qB7BmsInB,CAxuIF,4B6BsCqB,oB7BqsInB,CACF,CA5uIA,sB8BmBc,a9B6tId,CAhvIA,sB8BoBc,gB9BguId,CApvIA,qB8BqBc,e9BmuId,C8BjuIA,mC9BvBA,yB8BwBiB,a9BquIf,CA7vIF,yB8ByBiB,gB9BuuIf,CAhwIF,wB8B0BiB,e9ByuIf,CACF,C8BvuIA,wD9B7BA,wB8B8BgB,a9B2uId,CAzwIF,wB8B+BgB,gB9B6uId,CA5wIF,uB8BgCgB,e9B+uId,CACF,C8B7uIA,mC9BnCA,wB8BoCgB,a9BivId,CArxIF,wB8BqCgB,gB9BmvId,CAxxIF,uB8BsCgB,e9BqvId,CACF,CA5xIA,kB+BeE,oB/BkxIF,CAjyIA,4I+B2BE,6B/BwxIF,CAnzIA,wB+B+BE,+B/BoxIF,CAnzIA,kBgCcgB,oBhCyyIhB,CAvzIA,oBiCwCW,cjCmxIX,CA3zIA,iBiC4CS,cjCmxIT,CA/zIA,iBiC6CS,cjCsxIT,CAn0IA,iBiC8CS,cjCyxIT,CAv0IA,iBiC+CS,cjC4xIT,CA30IA,iBiCgDS,ejC+xIT,CA/0IA,iBiCiDS,ejCkyIT,CAn1IA,iBiCkDS,ejCqyIT,CAv1IA,iBiCmDS,ejCwyIT,CA31IA,iBiCoDS,ejC2yIT,CA/1IA,qBiCwDW,cjC2yIX,CiCzyIA,mCjC1DA,uBiC2DgB,cjC6yId,CAx2IF,oBiC6Dc,cjC8yIZ,CA32IF,oBiC8Dc,cjCgzIZ,CA92IF,oBiC+Dc,cjCkzIZ,CAj3IF,oBiCgEc,cjCozIZ,CAp3IF,oBiCiEc,ejCszIZ,CAv3IF,oBiCkEc,ejCwzIZ,CA13IF,oBiCmEc,ejC0zIZ,CA73IF,oBiCoEc,ejC4zIZ,CAh4IF,oBiCqEc,ejC8zIZ,CAn4IF,wBiCuEgB,cjC+zId,CACF,CiC7zIA,wDjC1EA,sBiC2Ee,cjCi0Ib,CA54IF,mBiC6Ea,cjCk0IX,CA/4IF,mBiC8Ea,cjCo0IX,CAl5IF,mBiC+Ea,cjCs0IX,CAr5IF,mBiCgFa,cjCw0IX,CAx5IF,mBiCiFa,ejC00IX,CA35IF,mBiCkFa,ejC40IX,CA95IF,mBiCmFa,ejC80IX,CAj6IF,mBiCoFa,ejCg1IX,CAp6IF,mBiCqFa,ejCk1IX,CAv6IF,uBiCuFe,cjCm1Ib,CACF,CiCj1IA,mCjC1FA,sBiC2Fe,cjCq1Ib,CAh7IF,mBiC6Fa,cjCs1IX,CAn7IF,mBiC8Fa,cjCw1IX,CAt7IF,mBiC+Fa,cjC01IX,CAz7IF,mBiCgGa,cjC41IX,CA57IF,mBiCiGa,ejC81IX,CA/7IF,mBiCkGa,ejCg2IX,CAl8IF,mBiCmGa,ejCk2IX,CAr8IF,mBiCoGa,ejCo2IX,CAx8IF,mBiCqGa,ejCs2IX,CA38IF,uBiCuGe,cjCu2Ib,CACF,CA/8IA,gBkCmDS,UlCg6IT,CAn9IA,gBkCoDS,UlCm6IT,CAv9IA,gBkCqDS,UlCs6IT,CA39IA,gBkCsDS,UlCy6IT,CA/9IA,gBkCuDS,WlC46IT,CAn+IA,kBkCyDS,SlC86IT,CAv+IA,kBkC0DS,SlCi7IT,CA3+IA,kBkC2DS,SlCo7IT,CA/+IA,kBkC4DS,SlCu7IT,CAn/IA,kBkC6DS,SlC07IT,CAv/IA,kBkC8DS,SlC67IT,CA3/IA,kBkC+DS,SlCg8IT,CA//IA,kBkCgES,SlCm8IT,CAngJA,kBkCiES,SlCs8IT,CAvgJA,kBkCkES,SlCy8IT,CA3gJA,kBkCmES,SlC48IT,CA/gJA,kBkCoES,SlC+8IT,CAnhJA,kBkCqES,SlCk9IT,CAvhJA,mBkCsES,UlCq9IT,CA3hJA,qBkCwEW,elCu9IX,CA/hJA,0BkCyEgB,elC09IhB,CAniJA,oBkC0EU,UlC69IV,CkC39IA,mClC5EA,mBkC6EY,UlC+9IV,CA5iJF,mBkC8EY,UlCi+IV,CA/iJF,mBkC+EY,UlCm+IV,CAljJF,mBkCgFY,UlCq+IV,CArjJF,mBkCiFY,WlCu+IV,CAxjJF,qBkCkFa,SlCy+IX,CA3jJF,qBkCmFa,SlC2+IX,CA9jJF,qBkCoFa,SlC6+IX,CAjkJF,qBkCqFa,SlC++IX,CApkJF,qBkCsFa,SlCi/IX,CAvkJF,qBkCuFa,SlCm/IX,CA1kJF,qBkCwFa,SlCq/IX,CA7kJF,qBkCyFa,SlCu/IX,CAhlJF,qBkC0Fa,SlCy/IX,CAnlJF,qBkC2Fa,SlC2/IX,CAtlJF,qBkC4Fa,SlC6/IX,CAzlJF,qBkC6Fa,SlC+/IX,CA5lJF,qBkC8Fa,SlCigJX,CA/lJF,sBkC+Fc,UlCmgJZ,CAlmJF,wBkCgGgB,elCqgJd,CArmJF,6BkCiGqB,elCugJnB,CAxmJF,uBkCkGe,UlCygJb,CACF,CkCvgJA,wDlCrGA,kBkCsGe,UlC2gJb,CAjnJF,kBkCuGe,UlC6gJb,CApnJF,kBkCwGe,UlC+gJb,CAvnJF,kBkCyGe,UlCihJb,CA1nJF,kBkC0Ge,WlCmhJb,CA7nJF,oBkC2GY,SlCqhJV,CAhoJF,oBkC4GY,SlCuhJV,CAnoJF,oBkC6GY,SlCyhJV,CAtoJF,oBkC8GY,SlC2hJV,CAzoJF,oBkC+GY,SlC6hJV,CA5oJF,oBkCgHY,SlC+hJV,CA/oJF,oBkCiHY,SlCiiJV,CAlpJF,oBkCkHY,SlCmiJV,CArpJF,oBkCmHY,SlCqiJV,CAxpJF,oBkCoHY,SlCuiJV,CA3pJF,oBkCqHY,SlCyiJV,CA9pJF,oBkCsHY,SlC2iJV,CAjqJF,oBkCuHY,SlC6iJV,CApqJF,qBkCwHa,UlC+iJX,CAvqJF,uBkCyHe,elCijJb,CA1qJF,4BkC0HoB,elCmjJlB,CA7qJF,sBkC2HiB,UlCqjJf,CACF,CkCnjJA,mClC9HA,kBkC+He,UlCujJb,CAtrJF,kBkCgIe,UlCyjJb,CAzrJF,kBkCiIe,UlC2jJb,CA5rJF,kBkCkIe,UlC6jJb,CA/rJF,kBkCmIe,WlC+jJb,CAlsJF,oBkCoIe,SlCikJb,CArsJF,oBkCqIe,SlCmkJb,CAxsJF,oBkCsIe,SlCqkJb,CA3sJF,oBkCuIe,SlCukJb,CA9sJF,oBkCwIe,SlCykJb,CAjtJF,oBkCyIe,SlC2kJb,CAptJF,oBkC0Ie,SlC6kJb,CAvtJF,oBkC2Ie,SlC+kJb,CA1tJF,oBkC4Ie,SlCilJb,CA7tJF,oBkC6Ie,SlCmlJb,CAhuJF,oBkC8Ie,SlCqlJb,CAnuJF,oBkC+Ie,SlCulJb,CAtuJF,oBkCgJe,SlCylJb,CAzuJF,qBkCiJe,UlC2lJb,CA5uJF,uBkCkJe,elC6lJb,CA/uJF,4BkCmJoB,elC+lJlB,CAlvJF,sBkCoJiB,UlCimJf,CACF,CAtvJA,8BmCkBoB,gBnCwuJpB,CA1vJA,6BmCmBmB,enC2uJnB,CA9vJA,6BmCoBmB,enC8uJnB,CAlwJA,2BmCqBiB,anCivJjB,CAtwJA,gCmCuBsB,kBnCmvJtB,CA1wJA,+BmCwBqB,iBnCsvJrB,CA9wJA,+BmCyBqB,iBnCyvJrB,CAlxJA,6BmC0BmB,enC4vJnB,CAtxJA,gCmC4BsB,kBnC8vJtB,CA1xJA,+BmC6BqB,iBnCiwJrB,CA9xJA,+BmC8BqB,iBnCowJrB,CAlyJA,6BmC+BmB,enCuwJnB,CmCrwJA,mCnCjCA,iCmCkCyB,gBnCywJvB,CA3yJF,gCmCmCwB,enC2wJtB,CA9yJF,gCmCoCwB,enC6wJtB,CAjzJF,8BmCqCsB,anC+wJpB,CApzJF,mCmCsC2B,kBnCixJzB,CAvzJF,kCmCuC0B,iBnCmxJxB,CA1zJF,kCmCwC0B,iBnCqxJxB,CA7zJF,gCmCyCwB,enCuxJtB,CAh0JF,mCmC2C2B,kBnCwxJzB,CAn0JF,kCmC4C0B,iBnC0xJxB,CAt0JF,kCmC6C0B,iBnC4xJxB,CAz0JF,gCmC8CwB,enC8xJtB,CACF,CmC5xJA,wDnCjDA,gCmCkDwB,gBnCgyJtB,CAl1JF,+BmCmDuB,enCkyJrB,CAr1JF,+BmCoDuB,enCoyJrB,CAx1JF,6BmCqDqB,anCsyJnB,CA31JF,kCmCuD0B,kBnCuyJxB,CA91JF,iCmCwDyB,iBnCyyJvB,CAj2JF,iCmCyDyB,iBnC2yJvB,CAp2JF,+BmC0DuB,enC6yJrB,CAv2JF,kCmC4D0B,kBnC8yJxB,CA12JF,iCmC6DyB,iBnCgzJvB,CA72JF,iCmC8DyB,iBnCkzJvB,CAh3JF,+BmC+DuB,enCozJrB,CACF,CmClzJA,mCnClEA,gCmCmEwB,gBnCszJtB,CAz3JF,+BmCoEuB,enCwzJrB,CA53JF,+BmCqEuB,enC0zJrB,CA/3JF,6BmCsEqB,anC4zJnB,CAl4JF,kCmCwE0B,kBnC6zJxB,CAr4JF,iCmCyEyB,iBnC+zJvB,CAx4JF,iCmC0EyB,iBnCi0JvB,CA34JF,+BmC2EuB,enCm0JrB,CA94JF,kCmC6E0B,kBnCo0JxB,CAj5JF,iCmC8EyB,iBnCs0JvB,CAp5JF,iCmC+EyB,iBnCw0JvB,CAv5JF,+BmCgFuB,enC00JrB,CACF,CA35JA,oBoCmBU,epC44JV,CA/5JA,sBoCoBa,iBpC+4Jb,CAn6JA,sBoCqBa,iBpCk5Jb,CAv6JA,mBoCsBU,cpCq5JV,CoCn5JA,mCpCxBA,uBoCyBe,epCu5Jb,CAh7JF,yBoC0BkB,iBpCy5JhB,CAn7JF,yBoC2BkB,iBpC25JhB,CAt7JF,sBoC4Be,cpC65Jb,CACF,CoC35JA,wDpC/BA,sBoCgCc,epC+5JZ,CA/7JF,wBoCiCiB,iBpCi6Jf,CAl8JF,wBoCkCiB,iBpCm6Jf,CAr8JF,qBoCmCc,cpCq6JZ,CACF,CoCn6JA,mCpCtCA,sBoCuCc,epCu6JZ,CA98JF,wBoCwCiB,iBpCy6Jf,CAj9JF,wBoCyCiB,iBpC26Jf,CAp9JF,qBoC0Cc,cpC66JZ,CACF,CAx9JA,mBqCcS,SrC88JT,CA59JA,kBqCeS,UrCi9JT,CAh+JA,kBqCgBS,UrCo9JT,CAp+JA,kBqCiBS,UrCu9JT,CAx+JA,kBqCkBS,UrC09JT,CA5+JA,kBqCmBS,UrC69JT,CAh/JA,kBqCoBS,UrCg+JT,CAp/JA,kBqCqBS,UrCm+JT,CAx/JA,kBqCsBS,UrCs+JT,CA5/JA,kBqCuBS,UrCy+JT,CAhgKA,kBqCwBS,WrC4+JT,CApgKA,mBqCyBS,YrC++JT,CAxgKA,iBqC0BS,SrCk/JT,CA5gKA,uBsCaa,uBtCmgKb,CAhhKA,uBsCca,uBtCsgKb,CAphKA,wBsCec,wBtCygKd,CAxhKA,wBsCgBc,wBtC4gKd,CA5hKA,wBsCiBc,wBtC+gKd,CAhiKA,wBsCkBc,wBtCkhKd,CApiKA,wBsCmBc,wBtCqhKd,CsCnhKA,mCtCrBA,0BsCsBkB,uBtCuhKhB,CA7iKF,0BsCuBkB,uBtCyhKhB,CAhjKF,2BsCwBmB,wBtC2hKjB,CAnjKF,2BsCyBmB,wBtC6hKjB,CAtjKF,2BsC0BmB,wBtC+hKjB,CAzjKF,2BsC2BmB,wBtCiiKjB,CA5jKF,2BsC4BmB,wBtCmiKjB,CACF,CsCjiKA,wDtC/BA,yBsCgCiB,uBtCqiKf,CArkKF,yBsCiCiB,uBtCuiKf,CAxkKF,0BsCkCkB,wBtCyiKhB,CA3kKF,0BsCmCkB,wBtC2iKhB,CA9kKF,0BsCoCkB,wBtC6iKhB,CAjlKF,0BsCqCkB,wBtC+iKhB,CAplKF,0BsCsCkB,wBtCijKhB,CACF,CsC/iKA,mCtCzCA,yBsC0CiB,uBtCmjKf,CA7lKF,yBsC2CiB,uBtCqjKf,CAhmKF,0BsC4CkB,wBtCujKhB,CAnmKF,0BsC6CkB,wBtCyjKhB,CAtmKF,0BsC8CkB,wBtC2jKhB,CAzmKF,0BsC+CkB,wBtC6jKhB,CA5mKF,0BsCgDkB,wBtC+jKhB,CACF,CAhnKA,sBuCoBoB,oBvCgmKpB,CApnKA,sBuCqBoB,oBvCmmKpB,CAxnKA,sBuCsBoB,oBvCsmKpB,CA5nKA,sBuCuBoB,oBvCymKpB,CAhoKA,sBuCwBoB,oBvC4mKpB,CApoKA,sBuCyBoB,oBvC+mKpB,CAxoKA,sBuC0BoB,oBvCknKpB,CA5oKA,sBuC2BoB,oBvCqnKpB,CAhpKA,sBuC4BoB,oBvCwnKpB,CAppKA,sBuC6BoB,qBvC2nKpB,CAxpKA,sBuC+BoB,wBvC6nKpB,CA5pKA,sBuCgCoB,wBvCgoKpB,CAhqKA,sBuCiCoB,wBvCmoKpB,CApqKA,sBuCkCoB,wBvCsoKpB,CAxqKA,sBuCmCoB,wBvCyoKpB,CA5qKA,sBuCoCoB,wBvC4oKpB,CAhrKA,sBuCqCoB,wBvC+oKpB,CAprKA,sBuCsCoB,wBvCkpKpB,CAxrKA,sBuCuCoB,wBvCqpKpB,CA5rKA,mBuCyCiB,UvCupKjB,CAhsKA,wBuC0CiB,UvC0pKjB,CApsKA,uBuC2CiB,UvC6pKjB,CAxsKA,sBuC4CiB,UvCgqKjB,CA5sKA,kBuC6CiB,UvCmqKjB,CAhtKA,oBuC8CiB,UvCsqKjB,CAptKA,0BuC+CiB,UvCyqKjB,CAxtKA,uBuCgDiB,UvC4qKjB,CA5tKA,wBuCiDiB,UvC+qKjB,CAhuKA,wBuCkDiB,avCkrKjB,CApuKA,mBuCmDiB,UvCqrKjB,CAxuKA,sBuCqDY,avCurKZ,CA5uKA,iBuCsDO,avC0rKP,CAhvKA,uBuCuDa,avC6rKb,CApvKA,oBuCwDU,avCgsKV,CAxvKA,kBuCyDQ,avCmsKR,CA5vKA,oBuC0DU,UvCssKV,CAhwKA,0BuC2DgB,avCysKhB,CApwKA,oBuC4DU,avC4sKV,CAxwKA,0BuC6DgB,avC+sKhB,CA5wKA,uBuC8Da,avCktKb,CAhxKA,sBuC+DY,avCqtKZ,CApxKA,kBuCgEQ,avCwtKR,CAxxKA,wBuCiEc,avC2tKd,CA5xKA,wBuCkEc,avC8tKd,CAhyKA,mBuCmES,avCiuKT,CApyKA,yBuCoEe,avCouKf,CAxyKA,kBuCqEQ,avCuuKR,CA5yKA,uBuCsEa,avC0uKb,CAhzKA,kBuCuEQ,avC6uKR,CApzKA,wBuCwEc,avCgvKd,CAxzKA,2BuCyEiB,avCmvKjB,CA5zKA,yBuC0Ee,avCsvKf,CAh0KA,0BuC2EgB,avCyvKhB,CAp0KA,2BuC4EiB,avC4vKjB,CAx0KA,wBuC6Ec,avC+vKd,CA50KA,2BuC8EiB,avCkwKjB,CAh1KA,yBuCgFuB,+BvCowKvB,CAp1KA,yBuCiFuB,+BvCuwKvB,CAx1KA,yBuCkFuB,+BvC0wKvB,CA51KA,yBuCmFuB,+BvC6wKvB,CAh2KA,yBuCoFuB,+BvCgxKvB,CAp2KA,yBuCqFuB,+BvCmxKvB,CAx2KA,yBuCsFuB,+BvCsxKvB,CA52KA,yBuCuFuB,+BvCyxKvB,CAh3KA,yBuCwFuB,+BvC4xKvB,CAp3KA,yBuCyFuB,gCvC+xKvB,CAx3KA,yBuC0FsB,mCvCkyKtB,CA53KA,yBuC2FsB,mCvCqyKtB,CAh4KA,yBuC4FsB,mCvCwyKtB,CAp4KA,yBuC6FsB,mCvC2yKtB,CAx4KA,yBuC8FsB,mCvC8yKtB,CA54KA,yBuC+FsB,mCvCizKtB,CAh5KA,yBuCgGsB,mCvCozKtB,CAp5KA,yBuCiGsB,mCvCuzKtB,CAx5KA,yBuCkGsB,mCvC0zKtB,CA55KA,sBuCwGoB,qBvCwzKpB,CAh6KA,2BuCyGoB,qBvC2zKpB,CAp6KA,0BuC0GoB,qBvC8zKpB,CAx6KA,yBuC2GoB,qBvCi0KpB,CA56KA,qBuC4GoB,qBvCo0KpB,CAh7KA,uBuC6GoB,qBvCu0KpB,CAp7KA,6BuC8GoB,qBvC00KpB,CAx7KA,0BuC+GoB,qBvC60KpB,CA57KA,2BuCgHoB,qBvCg1KpB,CAh8KA,2BuCiHoB,wBvCm1KpB,CAp8KA,sBuCkHoB,qBvCs1KpB,CAx8KA,4BuCmHoB,4BvCy1KpB,CA58KA,yBuCqHe,wBvC21Kf,CAh9KA,oBuCsHU,wBvC81KV,CAp9KA,0BuCuHgB,wBvCi2KhB,CAx9KA,uBuCwHa,wBvCo2Kb,CA59KA,qBuCyHW,wBvCu2KX,CAh+KA,uBuC0Ha,qBvC02Kb,CAp+KA,6BuC2HmB,wBvC62KnB,CAx+KA,uBuC4Ha,wBvCg3Kb,CA5+KA,6BuC6HmB,wBvCm3KnB,CAh/KA,0BuC8HgB,wBvCs3KhB,CAp/KA,yBuC+He,wBvCy3Kf,CAx/KA,qBuCgIW,wBvC43KX,CA5/KA,2BuCiIiB,wBvC+3KjB,CAhgLA,2BuCkIiB,wBvCk4KjB,CApgLA,sBuCmIY,wBvCq4KZ,CAxgLA,4BuCoIkB,wBvCw4KlB,CA5gLA,qBuCqIW,wBvC24KX,CAhhLA,0BuCsIgB,wBvC84KhB,CAphLA,qBuCuIW,wBvCi5KX,CAxhLA,2BuCwIiB,wBvCo5KjB,CA5hLA,8BuCyIoB,wBvCu5KpB,CAhiLA,4BuC0IkB,wBvC05KlB,CApiLA,6BuC2ImB,wBvC65KnB,CAxiLA,8BuC4IoB,wBvCg6KpB,CA5iLA,2BuC6IiB,wBvCm6KjB,CAhjLA,wBuC8Ic,wBvCs6Kd,CApjLA,8DwCiBqB,UxCwiLrB,CAzjLA,wEwCmB0B,UxC2iL1B,CA9jLA,sEwCqByB,UxC8iLzB,CAnkLA,oEwCuBwB,UxCijLxB,CAxkLA,4DwCyBoB,UxCojLpB,CA7kLA,gEwC2BsB,UxCujLtB,CAllLA,4EwC6B4B,UxC0jL5B,CAvlLA,sEwC+ByB,UxC6jLzB,CA5lLA,wEwCiC0B,UxCgkL1B,CAjmLA,wEwCmC0B,axCmkL1B,CAtmLA,8DwCqCqB,UxCskLrB,CA3mLA,oEwCwCwB,oBxCwkLxB,CAhnLA,oEwC0CwB,oBxC2kLxB,CArnLA,oEwC4CwB,oBxC8kLxB,CA1nLA,oEwC8CwB,oBxCilLxB,CA/nLA,oEwCgDwB,oBxColLxB,CApoLA,oEwCkDwB,oBxCulLxB,CAzoLA,oEwCoDwB,oBxC0lLxB,CA9oLA,oEwCsDwB,oBxC6lLxB,CAnpLA,oEwCwDwB,oBxCgmLxB,CAxpLA,oEwC0DwB,wBxCmmLxB,CA7pLA,oEwC4DwB,wBxCsmLxB,CAlqLA,oEwC8DwB,wBxCymLxB,CAvqLA,oEwCgEwB,wBxC4mLxB,CA5qLA,oEwCkEwB,wBxC+mLxB,CAjrLA,oEwCoEwB,wBxCknLxB,CAtrLA,oEwCsEwB,wBxCqnLxB,CA3rLA,oEwCwEwB,wBxCwnLxB,CAhsLA,oEwC0EwB,wBxC2nLxB,CArsLA,kEwC4EuB,axC8nLvB,CA1sLA,oEwC+EwB,qBxCgoLxB,CA/sLA,8EwCiF6B,qBxCmoL7B,CAptLA,4EwCmF4B,qBxCsoL5B,CAztLA,0EwCqF2B,qBxCyoL3B,CA9tLA,kEwCuFuB,qBxC4oLvB,CAnuLA,sEwCyFyB,qBxC+oLzB,CAxuLA,kFwC2F+B,qBxCkpL/B,CA7uLA,4EwC6F4B,qBxCqpL5B,CAlvLA,8EwC+F6B,qBxCwpL7B,CAvvLA,8EwCiG6B,wBxC2pL7B,CA5vLA,oEwCmGwB,qBxC8pLxB,CAjwLA,gFwCqG8B,4BxCiqL9B,CAtwLA,0EwCwG2B,+BxCmqL3B,CA3wLA,0EwC0G2B,+BxCsqL3B,CAhxLA,0EwC4G2B,+BxCyqL3B,CArxLA,0EwC8G2B,+BxC4qL3B,CA1xLA,0EwCgH2B,+BxC+qL3B,CA/xLA,0EwCkH2B,+BxCkrL3B,CApyLA,0EwCoH2B,+BxCqrL3B,CAzyLA,0EwCsH2B,+BxCwrL3B,CA9yLA,0EwCwH2B,+BxC2rL3B,CAnzLA,0EwC0H2B,mCxC8rL3B,CAxzLA,0EwC4H2B,mCxCisL3B,CA7zLA,0EwC8H2B,mCxCosL3B,CAl0LA,0EwCgI2B,mCxCusL3B,CAv0LA,0EwCkI2B,mCxC0sL3B,CA50LA,0EwCoI2B,mCxC6sL3B,CAj1LA,0EwCsI2B,mCxCgtL3B,CAt1LA,0EwCwI2B,mCxCmtL3B,CA31LA,0EwC0I2B,mCxCstL3B,CAh2LA,oEwC6IwB,axCwtLxB,CAr2LA,0DwC+ImB,axC2tLnB,CA12LA,sEwCiJyB,axC8tLzB,CA/2LA,gEwCmJsB,axCiuLtB,CAp3LA,4DwCqJoB,axCouLpB,CAz3LA,gEwCuJsB,UxCuuLtB,CA93LA,4EwCyJ4B,axC0uL5B,CAn4LA,gEwC2JsB,axC6uLtB,CAx4LA,4EwC6J4B,axCgvL5B,CA74LA,sEwC+JyB,axCmvLzB,CAl5LA,oEwCiKwB,axCsvLxB,CAv5LA,4DwCmKoB,axCyvLpB,CA55LA,wEwCqK0B,axC4vL1B,CAj6LA,wEwCuK0B,axC+vL1B,CAt6LA,8DwCyKqB,axCkwLrB,CA36LA,0EwC2K2B,axCqwL3B,CAh7LA,4DwC6KoB,axCwwLpB,CAr7LA,sEwC+KyB,axC2wLzB,CA17LA,4DwCiLoB,axC8wLpB,CA/7LA,wEwCmL0B,axCixL1B,CAp8LA,8EwCqL6B,axCoxL7B,CAz8LA,0EwCuL2B,axCuxL3B,CA98LA,4EwCyL4B,axC0xL5B,CAn9LA,8EwC2L6B,axC6xL7B,CAx9LA,wEwC6L0B,axCgyL1B,CA79LA,0EwCgM2B,wBxCkyL3B,CAl+LA,gEwCkMsB,wBxCqyLtB,CAv+LA,4EwCoM4B,wBxCwyL5B,CA5+LA,sEwCsMyB,wBxC2yLzB,CAj/LA,kEwCwMuB,wBxC8yLvB,CAt/LA,sEwC0MyB,qBxCizLzB,CA3/LA,kFwC4M+B,wBxCozL/B,CAhgMA,sEwC8MyB,wBxCuzLzB,CArgMA,kFwCgN+B,wBxC0zL/B,CA1gMA,4EwCkN4B,wBxC6zL5B,CA/gMA,0EwCoN2B,wBxCg0L3B,CAphMA,kEwCsNuB,wBxCm0LvB,CAzhMA,8EwCwN6B,wBxCs0L7B,CA9hMA,8EwC0N6B,wBxCy0L7B,CAniMA,oEwC4NwB,wBxC40LxB,CAxiMA,gFwC8N8B,wBxC+0L9B,CA7iMA,kEwCgOuB,wBxCk1LvB,CAljMA,4EwCkO4B,wBxCq1L5B,CAvjMA,kEwCoOuB,wBxCw1LvB,CA5jMA,8EwCsO6B,wBxC21L7B,CAjkMA,oFwCwOgC,wBxC81LhC,CAtkMA,gFwC0O8B,wBxCi2L9B,CA3kMA,kFwC4O+B,wBxCo2L/B,CAhlMA,oFwC8OgC,wBxCu2LhC,CArlMA,8EwCgP6B,wBxC02L7B,CA1lMA,wEwCkP0B,wBxC62L1B,CA/lMA,iByC6CO,SzCsjMP,CAnmMA,iByC8CO,czCyjMP,CAvmMA,iByC+CO,azC4jMP,CA3mMA,iByCgDO,YzC+jMP,CA/mMA,iByCiDO,YzCkkMP,CAnnMA,iByCkDO,YzCqkMP,CAvnMA,iByCmDO,YzCwkMP,CA3nMA,iByCoDO,azC2kMP,CA/nMA,iByCsDO,czC6kMP,CAnoMA,iByCuDO,mBzCglMP,CAvoMA,iByCwDO,kBzCmlMP,CA3oMA,iByCyDO,iBzCslMP,CA/oMA,iByC0DO,iBzCylMP,CAnpMA,iByC2DO,iBzC4lMP,CAvpMA,iByC4DO,iBzC+lMP,CA3pMA,iByC6DO,kBzCkmMP,CA/pMA,iByC+DO,ezComMP,CAnqMA,iByCgEO,oBzCumMP,CAvqMA,iByCiEO,mBzC0mMP,CA3qMA,iByCkEO,kBzC6mMP,CA/qMA,iByCmEO,kBzCgnMP,CAnrMA,iByCoEO,kBzCmnMP,CAvrMA,iByCqEO,kBzCsnMP,CA3rMA,iByCsEO,mBzCynMP,CA/rMA,iByCwEO,gBzC2nMP,CAnsMA,iByCyEO,qBzC8nMP,CAvsMA,iByC0EO,oBzCioMP,CA3sMA,iByC2EO,mBzCooMP,CA/sMA,iByC4EO,mBzCuoMP,CAntMA,iByC6EO,mBzC0oMP,CAvtMA,iByC8EO,mBzC6oMP,CA3tMA,iByC+EO,oBzCgpMP,CA/tMA,iByCiFO,azCkpMP,CAnuMA,iByCkFO,kBzCqpMP,CAvuMA,iByCmFO,iBzCwpMP,CA3uMA,iByCoFO,gBzC2pMP,CA/uMA,iByCqFO,gBzC8pMP,CAnvMA,iByCsFO,gBzCiqMP,CAvvMA,iByCuFO,gBzCoqMP,CA3vMA,iByCwFO,iBzCuqMP,CA/vMA,iByC4FE,gBCpEc,CDmEd,azCyqMF,CApwMA,iByCgGE,qBCvE0B,CDsE1B,kBzC0qMF,CAzwMA,iByCoGE,oBC1EmB,CDyEnB,iBzC2qMF,CA9wMA,iByCwGE,mBC7EmB,CD4EnB,gBzC4qMF,CAnxMA,iByC4GE,mBChFkB,CD+ElB,gBzC6qMF,CAxxMA,iByCgHE,mBCnFwB,CDkFxB,gBzC8qMF,CA7xMA,iByCoHE,mBCtF8B,CDqF9B,gBzC+qMF,CAlyMA,iByCyHE,oBC1FqC,CDyFrC,iBzC+qMF,CAvyMA,iByC6HE,cCrGc,CDsGd,ezC8qMF,CA5yMA,iByCkIE,mBCzG0B,CD0G1B,oBzC8qMF,CAjzMA,iByCuIE,kBC7GmB,CD8GnB,mBzC8qMF,CAtzMA,iByC4IE,iBCjHmB,CDkHnB,kBzC8qMF,CA3zMA,iByCiJE,iBCrHkB,CDsHlB,kBzC8qMF,CAh0MA,iByCsJE,iBCzHwB,CD0HxB,kBzC8qMF,CAr0MA,iByC2JE,iBC7H8B,CD8H9B,kBzC8qMF,CA10MA,iByCgKE,kBCjIqC,CDkIrC,mBzC8qMF,CA/0MA,iByCoKS,QzC+qMT,CAn1MA,iByCqKQ,azCkrMR,CAv1MA,iByCsKS,YzCqrMT,CA31MA,iByCuKS,WzCwrMT,CA/1MA,iByCwKS,WzC2rMT,CAn2MA,iByCyKS,WzC8rMT,CAv2MA,iByC0KQ,WzCisMR,CA32MA,iByC2KO,YzCosMP,CA/2MA,iByC6KS,azCssMT,CAn3MA,iByC8KQ,kBzCysMR,CAv3MA,iByC+KS,iBzC4sMT,CA33MA,iByCgLS,gBzC+sMT,CA/3MA,iByCiLS,gBzCktMT,CAn4MA,iByCkLS,gBzCqtMT,CAv4MA,iByCmLQ,gBzCwtMR,CA34MA,iByCoLO,iBzC2tMP,CA/4MA,iByCsLS,czC6tMT,CAn5MA,iByCuLQ,mBzCguMR,CAv5MA,iByCwLS,kBzCmuMT,CA35MA,iByCyLS,iBzCsuMT,CA/5MA,iByC0LS,iBzCyuMT,CAn6MA,iByC2LS,iBzC4uMT,CAv6MA,iByC4LQ,iBzC+uMR,CA36MA,iByC6LO,kBzCkvMP,CA/6MA,iByC+LS,ezCovMT,CAn7MA,iByCgMQ,oBzCuvMR,CAv7MA,iByCiMS,mBzC0vMT,CA37MA,iByCkMS,kBzC6vMT,CA/7MA,iByCmMS,kBzCgwMT,CAn8MA,iByCoMS,kBzCmwMT,CAv8MA,iByCqMQ,kBzCswMR,CA38MA,iByCsMO,mBzCywMP,CA/8MA,iByCwMS,YzC2wMT,CAn9MA,iByCyMQ,iBzC8wMR,CAv9MA,iByC0MS,gBzCixMT,CA39MA,iByC2MS,ezCoxMT,CA/9MA,iByC4MS,ezCuxMT,CAn+MA,iByC6MS,ezC0xMT,CAv+MA,iByC8MQ,ezC6xMR,CA3+MA,iByC+MO,gBzCgyMP,CA/+MA,iByCmNE,eC3Lc,CD0Ld,YzCkyMF,CAp/MA,iByCuNE,oBC9L0B,CD6L1B,iBzCmyMF,CAz/MA,iByC2NE,mBCjMmB,CDgMnB,gBzCoyMF,CA9/MA,iByC+NE,kBCpMmB,CDmMnB,ezCqyMF,CAngNA,iByCmOE,kBCvMkB,CDsMlB,ezCsyMF,CAxgNA,iByCuOE,kBC1MwB,CDyMxB,ezCuyMF,CA7gNA,iByC2OE,kBC7M8B,CD4M9B,ezCwyMF,CAlhNA,iByC+OE,mBChNqC,CD+MrC,gBzCyyMF,CAvhNA,iByCmPE,aC3Nc,CD4Nd,czCwyMF,CA5hNA,iByCuPE,kBC9N0B,CD+N1B,mBzCyyMF,CAjiNA,iByC2PE,iBCjOmB,CDkOnB,kBzC0yMF,CAtiNA,iByC+PE,gBCpOmB,CDqOnB,iBzC2yMF,CA3iNA,iByCmQE,gBCvOkB,CDwOlB,iBzC4yMF,CAhjNA,iByCuQE,gBC1OwB,CD2OxB,iBzC6yMF,CArjNA,iByC2QE,gBC7O8B,CD8O9B,iBzC8yMF,CA1jNA,iByC+QE,iBChPqC,CDiPrC,kBzC+yMF,CyC5yMA,mCzCnRA,oByCoRc,SzCgzMZ,CApkNF,oByCqRa,czCkzMX,CAvkNF,oByCsRc,azCozMZ,CA1kNF,oByCuRc,YzCszMZ,CA7kNF,oByCwRc,YzCwzMZ,CAhlNF,oByCyRc,YzC0zMZ,CAnlNF,oByC0Ra,YzC4zMX,CAtlNF,oByC2RY,azC8zMV,CAzlNF,oByC6Rc,czC+zMZ,CA5lNF,oByC8Ra,mBzCi0MX,CA/lNF,oByC+Rc,kBzCm0MZ,CAlmNF,oByCgSc,iBzCq0MZ,CArmNF,oByCiSc,iBzCu0MZ,CAxmNF,oByCkSc,iBzCy0MZ,CA3mNF,oByCmSa,iBzC20MX,CA9mNF,oByCoSY,kBzC60MV,CAjnNF,oByCsSc,ezC80MZ,CApnNF,oByCuSa,oBzCg1MX,CAvnNF,oByCwSc,mBzCk1MZ,CA1nNF,oByCySc,kBzCo1MZ,CA7nNF,oByC0Sc,kBzCs1MZ,CAhoNF,oByC2Sc,kBzCw1MZ,CAnoNF,oByC4Sa,kBzC01MX,CAtoNF,oByC6SY,mBzC41MV,CAzoNF,oByC+Sc,gBzC61MZ,CA5oNF,oByCgTa,qBzC+1MX,CA/oNF,oByCiTc,oBzCi2MZ,CAlpNF,oByCkTc,mBzCm2MZ,CArpNF,oByCmTc,mBzCq2MZ,CAxpNF,oByCoTc,mBzCu2MZ,CA3pNF,oByCqTa,mBzCy2MX,CA9pNF,oByCsTY,oBzC22MV,CAjqNF,oByCwTc,azC42MZ,CApqNF,oByCyTa,kBzC82MX,CAvqNF,oByC0Tc,iBzCg3MZ,CA1qNF,oByC2Tc,gBzCk3MZ,CA7qNF,oByC4Tc,gBzCo3MZ,CAhrNF,oByC6Tc,gBzCs3MZ,CAnrNF,oByC8Ta,gBzCw3MX,CAtrNF,oByC+TY,iBzC03MV,CAzrNF,oByCmUI,gBC3SY,CD0SZ,azC23MF,CA7rNF,oByCuUI,qBC9SwB,CD6SxB,kBzC23MF,CAjsNF,oByC2UI,oBCjTiB,CDgTjB,iBzC23MF,CArsNF,oByC+UI,mBCpTiB,CDmTjB,gBzC23MF,CAzsNF,oByCmVI,mBCvTgB,CDsThB,gBzC23MF,CA7sNF,oByCuVI,mBC1TsB,CDyTtB,gBzC23MF,CAjtNF,oByC2VI,mBC7T4B,CD4T5B,gBzC23MF,CArtNF,oByC+VI,oBChUmC,CD+TnC,iBzC23MF,CAztNF,oByCkWI,cC1UY,CD2UZ,ezC03MF,CA7tNF,oByCsWI,mBC7UwB,CD8UxB,oBzC03MF,CAjuNF,oByC0WI,kBChViB,CDiVjB,mBzC03MF,CAruNF,oByC8WI,iBCnViB,CDoVjB,kBzC03MF,CAzuNF,oByCkXI,iBCtVgB,CDuVhB,kBzC03MF,CA7uNF,oByCsXI,iBCzVsB,CD0VtB,kBzC03MF,CAjvNF,oByC0XI,iBC5V4B,CD6V5B,kBzC03MF,CArvNF,oByC8XI,kBC/VmC,CDgWnC,mBzC03MF,CAzvNF,oByCkYc,QzC03MZ,CA5vNF,oByCmYa,azC43MX,CA/vNF,oByCoYc,YzC83MZ,CAlwNF,oByCqYc,WzCg4MZ,CArwNF,oByCsYc,WzCk4MZ,CAxwNF,oByCuYc,WzCo4MZ,CA3wNF,oByCwYa,WzCs4MX,CA9wNF,oByCyYY,YzCw4MV,CAjxNF,oByC2Yc,azCy4MZ,CApxNF,oByC4Ya,kBzC24MX,CAvxNF,oByC6Yc,iBzC64MZ,CA1xNF,oByC8Yc,gBzC+4MZ,CA7xNF,oByC+Yc,gBzCi5MZ,CAhyNF,oByCgZc,gBzCm5MZ,CAnyNF,oByCiZa,gBzCq5MX,CAtyNF,oByCkZY,iBzCu5MV,CAzyNF,oByCoZc,czCw5MZ,CA5yNF,oByCqZa,mBzC05MX,CA/yNF,oByCsZc,kBzC45MZ,CAlzNF,oByCuZc,iBzC85MZ,CArzNF,oByCwZc,iBzCg6MZ,CAxzNF,oByCyZc,iBzCk6MZ,CA3zNF,oByC0Za,iBzCo6MX,CA9zNF,oByC2ZY,kBzCs6MV,CAj0NF,oByC6Zc,ezCu6MZ,CAp0NF,oByC8Za,oBzCy6MX,CAv0NF,oByC+Zc,mBzC26MZ,CA10NF,oByCgac,kBzC66MZ,CA70NF,oByCiac,kBzC+6MZ,CAh1NF,oByCkac,kBzCi7MZ,CAn1NF,oByCmaa,kBzCm7MX,CAt1NF,oByCoaY,mBzCq7MV,CAz1NF,oByCsac,YzCs7MZ,CA51NF,oByCuaa,iBzCw7MX,CA/1NF,oByCwac,gBzC07MZ,CAl2NF,oByCyac,ezC47MZ,CAr2NF,oByC0ac,ezC87MZ,CAx2NF,oByC2ac,ezCg8MZ,CA32NF,oByC4aa,ezCk8MX,CA92NF,oByC6aY,gBzCo8MV,CAj3NF,oByCibI,eCzZY,CDwZZ,YzCq8MF,CAr3NF,oByCqbI,oBC5ZwB,CD2ZxB,iBzCq8MF,CAz3NF,oByCybI,mBC/ZiB,CD8ZjB,gBzCq8MF,CA73NF,oByC6bI,kBClaiB,CDiajB,ezCq8MF,CAj4NF,oByCicI,kBCragB,CDoahB,ezCq8MF,CAr4NF,oByCqcI,kBCxasB,CDuatB,ezCq8MF,CAz4NF,oByCycI,kBC3a4B,CD0a5B,ezCq8MF,CA74NF,oByC6cI,mBC9amC,CD6anC,gBzCq8MF,CAj5NF,oByCidI,aCzbY,CD0bZ,czCm8MF,CAr5NF,oByCqdI,kBC5bwB,CD6bxB,mBzCm8MF,CAz5NF,oByCydI,iBC/biB,CDgcjB,kBzCm8MF,CA75NF,oByC6dI,gBClciB,CDmcjB,iBzCm8MF,CAj6NF,oByCieI,gBCrcgB,CDschB,iBzCm8MF,CAr6NF,oByCqeI,gBCxcsB,CDyctB,iBzCm8MF,CAz6NF,oByCyeI,gBC3c4B,CD4c5B,iBzCm8MF,CA76NF,oByC6eI,iBC9cmC,CD+cnC,kBzCm8MF,CACF,CyC/7MA,wDzCnfA,mByCofa,SzCm8MX,CAv7NF,mByCqfY,czCq8MV,CA17NF,mByCsfa,azCu8MX,CA77NF,mByCufa,YzCy8MX,CAh8NF,mByCwfa,YzC28MX,CAn8NF,mByCyfa,YzC68MX,CAt8NF,mByC0fY,YzC+8MV,CAz8NF,mByC2fW,azCi9MT,CA58NF,mByC6fa,czCk9MX,CA/8NF,mByC8fY,mBzCo9MV,CAl9NF,mByC+fa,kBzCs9MX,CAr9NF,mByCggBa,iBzCw9MX,CAx9NF,mByCigBa,iBzC09MX,CA39NF,mByCkgBa,iBzC49MX,CA99NF,mByCmgBY,iBzC89MV,CAj+NF,mByCogBW,kBzCg+MT,CAp+NF,mByCsgBa,ezCi+MX,CAv+NF,mByCugBY,oBzCm+MV,CA1+NF,mByCwgBa,mBzCq+MX,CA7+NF,mByCygBa,kBzCu+MX,CAh/NF,mByC0gBa,kBzCy+MX,CAn/NF,mByC2gBa,kBzC2+MX,CAt/NF,mByC4gBY,kBzC6+MV,CAz/NF,mByC6gBW,mBzC++MT,CA5/NF,mByC+gBa,gBzCg/MX,CA//NF,mByCghBY,qBzCk/MV,CAlgOF,mByCihBa,oBzCo/MX,CArgOF,mByCkhBa,mBzCs/MX,CAxgOF,mByCmhBa,mBzCw/MX,CA3gOF,mByCohBa,mBzC0/MX,CA9gOF,mByCqhBY,mBzC4/MV,CAjhOF,mByCshBW,oBzC8/MT,CAphOF,mByCwhBa,azC+/MX,CAvhOF,mByCyhBY,kBzCigNV,CA1hOF,mByC0hBa,iBzCmgNX,CA7hOF,mByC2hBa,gBzCqgNX,CAhiOF,mByC4hBa,gBzCugNX,CAniOF,mByC6hBa,gBzCygNX,CAtiOF,mByC8hBY,gBzC2gNV,CAziOF,mByC+hBW,iBzC6gNT,CA5iOF,mByCmiBI,gBC3gBY,CD0gBZ,azC8gNF,CAhjOF,mByCuiBI,qBC9gBwB,CD6gBxB,kBzC8gNF,CApjOF,mByC2iBI,oBCjhBiB,CDghBjB,iBzC8gNF,CAxjOF,mByC+iBI,mBCphBiB,CDmhBjB,gBzC8gNF,CA5jOF,mByCmjBI,mBCvhBgB,CDshBhB,gBzC8gNF,CAhkOF,mByCujBI,mBC1hBsB,CDyhBtB,gBzC8gNF,CApkOF,mByC2jBI,mBC7hB4B,CD4hB5B,gBzC8gNF,CAxkOF,mByC+jBI,oBChiBmC,CD+hBnC,iBzC8gNF,CA5kOF,mByCmkBI,cC3iBY,CD4iBZ,ezC4gNF,CAhlOF,mByCukBI,mBC9iBwB,CD+iBxB,oBzC4gNF,CAplOF,mByC2kBI,kBCjjBiB,CDkjBjB,mBzC4gNF,CAxlOF,mByC+kBI,iBCpjBiB,CDqjBjB,kBzC4gNF,CA5lOF,mByCmlBI,iBCvjBgB,CDwjBhB,kBzC4gNF,CAhmOF,mByCulBI,iBC1jBsB,CD2jBtB,kBzC4gNF,CApmOF,mByC2lBI,iBC7jB4B,CD8jB5B,kBzC4gNF,CAxmOF,mByC+lBI,kBChkBmC,CDikBnC,mBzC4gNF,CA5mOF,mByCmmBa,QzC4gNX,CA/mOF,mByComBY,azC8gNV,CAlnOF,mByCqmBa,YzCghNX,CArnOF,mByCsmBa,WzCkhNX,CAxnOF,mByCumBa,WzCohNX,CA3nOF,mByCwmBa,WzCshNX,CA9nOF,mByCymBY,WzCwhNV,CAjoOF,mByC0mBW,YzC0hNT,CApoOF,mByC4mBa,azC2hNX,CAvoOF,mByC6mBY,kBzC6hNV,CA1oOF,mByC8mBa,iBzC+hNX,CA7oOF,mByC+mBa,gBzCiiNX,CAhpOF,mByCgnBa,gBzCmiNX,CAnpOF,mByCinBa,gBzCqiNX,CAtpOF,mByCknBY,gBzCuiNV,CAzpOF,mByCmnBW,iBzCyiNT,CA5pOF,mByCqnBa,czC0iNX,CA/pOF,mByCsnBY,mBzC4iNV,CAlqOF,mByCunBa,kBzC8iNX,CArqOF,mByCwnBa,iBzCgjNX,CAxqOF,mByCynBa,iBzCkjNX,CA3qOF,mByC0nBa,iBzCojNX,CA9qOF,mByC2nBY,iBzCsjNV,CAjrOF,mByC4nBW,kBzCwjNT,CAprOF,mByC8nBa,ezCyjNX,CAvrOF,mByC+nBY,oBzC2jNV,CA1rOF,mByCgoBa,mBzC6jNX,CA7rOF,mByCioBa,kBzC+jNX,CAhsOF,mByCkoBa,kBzCikNX,CAnsOF,mByCmoBa,kBzCmkNX,CAtsOF,mByCooBY,kBzCqkNV,CAzsOF,mByCqoBW,mBzCukNT,CA5sOF,mByCuoBa,YzCwkNX,CA/sOF,mByCwoBY,iBzC0kNV,CAltOF,mByCyoBa,gBzC4kNX,CArtOF,mByC0oBa,ezC8kNX,CAxtOF,mByC2oBa,ezCglNX,CA3tOF,mByC4oBa,ezCklNX,CA9tOF,mByC6oBY,ezColNV,CAjuOF,mByC8oBW,gBzCslNT,CApuOF,mByCkpBI,eC1nBY,CDynBZ,YzCulNF,CAxuOF,mByCspBI,oBC7nBwB,CD4nBxB,iBzCulNF,CA5uOF,mByC0pBI,mBChoBiB,CD+nBjB,gBzCulNF,CAhvOF,mByC8pBI,kBCnoBiB,CDkoBjB,ezCulNF,CApvOF,mByCkqBI,kBCtoBgB,CDqoBhB,ezCulNF,CAxvOF,mByCsqBI,kBCzoBsB,CDwoBtB,ezCulNF,CA5vOF,mByC0qBI,kBC5oB4B,CD2oB5B,ezCulNF,CAhwOF,mByC8qBI,mBC/oBmC,CD8oBnC,gBzCulNF,CApwOF,mByCkrBI,aC1pBY,CD2pBZ,czCqlNF,CAxwOF,mByCsrBI,kBC7pBwB,CD8pBxB,mBzCqlNF,CA5wOF,mByC0rBI,iBChqBiB,CDiqBjB,kBzCqlNF,CAhxOF,mByC8rBI,gBCnqBiB,CDoqBjB,iBzCqlNF,CApxOF,mByCksBI,gBCtqBgB,CDuqBhB,iBzCqlNF,CAxxOF,mByCssBI,gBCzqBsB,CD0qBtB,iBzCqlNF,CA5xOF,mByC0sBI,gBC5qB4B,CD6qB5B,iBzCqlNF,CAhyOF,mByC8sBI,iBC/qBmC,CDgrBnC,kBzCqlNF,CACF,CyCjlNA,mCzCptBA,mByCqtBa,SzCqlNX,CA1yOF,mByCstBY,czCulNV,CA7yOF,mByCutBa,azCylNX,CAhzOF,mByCwtBa,YzC2lNX,CAnzOF,mByCytBa,YzC6lNX,CAtzOF,mByC0tBa,YzC+lNX,CAzzOF,mByC2tBY,YzCimNV,CA5zOF,mByC4tBW,azCmmNT,CA/zOF,mByC8tBa,czComNX,CAl0OF,mByC+tBY,mBzCsmNV,CAr0OF,mByCguBa,kBzCwmNX,CAx0OF,mByCiuBa,iBzC0mNX,CA30OF,mByCkuBa,iBzC4mNX,CA90OF,mByCmuBa,iBzC8mNX,CAj1OF,mByCouBY,iBzCgnNV,CAp1OF,mByCquBW,kBzCknNT,CAv1OF,mByCuuBa,ezCmnNX,CA11OF,mByCwuBY,oBzCqnNV,CA71OF,mByCyuBa,mBzCunNX,CAh2OF,mByC0uBa,kBzCynNX,CAn2OF,mByC2uBa,kBzC2nNX,CAt2OF,mByC4uBa,kBzC6nNX,CAz2OF,mByC6uBY,kBzC+nNV,CA52OF,mByC8uBW,mBzCioNT,CA/2OF,mByCgvBa,gBzCkoNX,CAl3OF,mByCivBY,qBzCooNV,CAr3OF,mByCkvBa,oBzCsoNX,CAx3OF,mByCmvBa,mBzCwoNX,CA33OF,mByCovBa,mBzC0oNX,CA93OF,mByCqvBa,mBzC4oNX,CAj4OF,mByCsvBY,mBzC8oNV,CAp4OF,mByCuvBW,oBzCgpNT,CAv4OF,mByCyvBa,azCipNX,CA14OF,mByC0vBY,kBzCmpNV,CA74OF,mByC2vBa,iBzCqpNX,CAh5OF,mByC4vBa,gBzCupNX,CAn5OF,mByC6vBa,gBzCypNX,CAt5OF,mByC8vBa,gBzC2pNX,CAz5OF,mByC+vBY,gBzC6pNV,CA55OF,mByCgwBW,iBzC+pNT,CA/5OF,mByCowBI,gBC5uBY,CD2uBZ,azCgqNF,CAn6OF,mByCwwBI,qBC/uBwB,CD8uBxB,kBzCgqNF,CAv6OF,mByC4wBI,oBClvBiB,CDivBjB,iBzCgqNF,CA36OF,mByCgxBI,mBCrvBiB,CDovBjB,gBzCgqNF,CA/6OF,mByCoxBI,mBCxvBgB,CDuvBhB,gBzCgqNF,CAn7OF,mByCwxBI,mBC3vBsB,CD0vBtB,gBzCgqNF,CAv7OF,mByC4xBI,mBC9vB4B,CD6vB5B,gBzCgqNF,CA37OF,mByCgyBI,oBCjwBmC,CDgwBnC,iBzCgqNF,CA/7OF,mByCoyBI,cC5wBY,CD6wBZ,ezC8pNF,CAn8OF,mByCwyBI,mBC/wBwB,CDgxBxB,oBzC8pNF,CAv8OF,mByC4yBI,kBClxBiB,CDmxBjB,mBzC8pNF,CA38OF,mByCgzBI,iBCrxBiB,CDsxBjB,kBzC8pNF,CA/8OF,mByCozBI,iBCxxBgB,CDyxBhB,kBzC8pNF,CAn9OF,mByCwzBI,iBC3xBsB,CD4xBtB,kBzC8pNF,CAv9OF,mByC4zBI,iBC9xB4B,CD+xB5B,kBzC8pNF,CA39OF,mByCg0BI,kBCjyBmC,CDkyBnC,mBzC8pNF,CA/9OF,mByCo0Ba,QzC8pNX,CAl+OF,mByCq0BY,azCgqNV,CAr+OF,mByCs0Ba,YzCkqNX,CAx+OF,mByCu0Ba,WzCoqNX,CA3+OF,mByCw0Ba,WzCsqNX,CA9+OF,mByCy0Ba,WzCwqNX,CAj/OF,mByC00BY,WzC0qNV,CAp/OF,mByC20BW,YzC4qNT,CAv/OF,mByC60Ba,azC6qNX,CA1/OF,mByC80BY,kBzC+qNV,CA7/OF,mByC+0Ba,iBzCirNX,CAhgPF,mByCg1Ba,gBzCmrNX,CAngPF,mByCi1Ba,gBzCqrNX,CAtgPF,mByCk1Ba,gBzCurNX,CAzgPF,mByCm1BY,gBzCyrNV,CA5gPF,mByCo1BW,iBzC2rNT,CA/gPF,mByCs1Ba,czC4rNX,CAlhPF,mByCu1BY,mBzC8rNV,CArhPF,mByCw1Ba,kBzCgsNX,CAxhPF,mByCy1Ba,iBzCksNX,CA3hPF,mByC01Ba,iBzCosNX,CA9hPF,mByC21Ba,iBzCssNX,CAjiPF,mByC41BY,iBzCwsNV,CApiPF,mByC61BW,kBzC0sNT,CAviPF,mByC+1Ba,ezC2sNX,CA1iPF,mByCg2BY,oBzC6sNV,CA7iPF,mByCi2Ba,mBzC+sNX,CAhjPF,mByCk2Ba,kBzCitNX,CAnjPF,mByCm2Ba,kBzCmtNX,CAtjPF,mByCo2Ba,kBzCqtNX,CAzjPF,mByCq2BY,kBzCutNV,CA5jPF,mByCs2BW,mBzCytNT,CA/jPF,mByCw2Ba,YzC0tNX,CAlkPF,mByCy2BY,iBzC4tNV,CArkPF,mByC02Ba,gBzC8tNX,CAxkPF,mByC22Ba,ezCguNX,CA3kPF,mByC42Ba,ezCkuNX,CA9kPF,mByC62Ba,ezCouNX,CAjlPF,mByC82BY,ezCsuNV,CAplPF,mByC+2BW,gBzCwuNT,CAvlPF,mByCm3BI,eC31BY,CD01BZ,YzCyuNF,CA3lPF,mByCu3BI,oBC91BwB,CD61BxB,iBzCyuNF,CA/lPF,mByC23BI,mBCj2BiB,CDg2BjB,gBzCyuNF,CAnmPF,mByC+3BI,kBCp2BiB,CDm2BjB,ezCyuNF,CAvmPF,mByCm4BI,kBCv2BgB,CDs2BhB,ezCyuNF,CA3mPF,mByCu4BI,kBC12BsB,CDy2BtB,ezCyuNF,CA/mPF,mByC24BI,kBC72B4B,CD42B5B,ezCyuNF,CAnnPF,mByC+4BI,mBCh3BmC,CD+2BnC,gBzCyuNF,CAvnPF,mByCm5BI,aC33BY,CD43BZ,czCuuNF,CA3nPF,mByCu5BI,kBC93BwB,CD+3BxB,mBzCuuNF,CA/nPF,mByC25BI,iBCj4BiB,CDk4BjB,kBzCuuNF,CAnoPF,mByC+5BI,gBCp4BiB,CDq4BjB,iBzCuuNF,CAvoPF,mByCm6BI,gBCv4BgB,CDw4BhB,iBzCuuNF,CA3oPF,mByCu6BI,gBC14BsB,CD24BtB,iBzCuuNF,CA/oPF,mByC26BI,gBC74B4B,CD84B5B,iBzCuuNF,CAnpPF,mByC+6BI,iBCh5BmC,CDi5BnC,kBzCuuNF,CACF,CAxpPA,iB2CqCO,c3CunPP,CA5pPA,iB2CsCO,a3C0nPP,CAhqPA,iB2CuCO,Y3C6nPP,CApqPA,iB2CwCO,Y3CgoPP,CAxqPA,iB2CyCO,Y3CmoPP,CA5qPA,iB2C0CO,Y3CsoPP,CAhrPA,iB2C2CO,a3CyoPP,CAprPA,iB2C6CO,mB3C2oPP,CAxrPA,iB2C8CO,kB3C8oPP,CA5rPA,iB2C+CO,iB3CipPP,CAhsPA,iB2CgDO,iB3CopPP,CApsPA,iB2CiDO,iB3CupPP,CAxsPA,iB2CkDO,iB3C0pPP,CA5sPA,iB2CmDO,kB3C6pPP,CAhtPA,iB2CqDO,oB3C+pPP,CAptPA,iB2CsDO,mB3CkqPP,CAxtPA,iB2CuDO,kB3CqqPP,CA5tPA,iB2CwDO,kB3CwqPP,CAhuPA,iB2CyDO,kB3C2qPP,CApuPA,iB2C0DO,kB3C8qPP,CAxuPA,iB2C2DO,mB3CirPP,CA5uPA,iB2C6DO,qB3CmrPP,CAhvPA,iB2C8DO,oB3CsrPP,CApvPA,iB2C+DO,mB3CyrPP,CAxvPA,iB2CgEO,mB3C4rPP,CA5vPA,iB2CiEO,mB3C+rPP,CAhwPA,iB2CkEO,mB3CksPP,CApwPA,iB2CmEO,oB3CqsPP,CAxwPA,iB2CqEO,kB3CusPP,CA5wPA,iB2CsEO,iB3C0sPP,CAhxPA,iB2CuEO,gB3C6sPP,CApxPA,iB2CwEO,gB3CgtPP,CAxxPA,iB2CyEO,gB3CmtPP,CA5xPA,iB2C0EO,gB3CstPP,CAhyPA,iB2C2EO,iB3CytPP,C2CvtPA,mC3C7EA,oB2C+EY,c3C0tPV,CAzyPF,oB2CgFY,a3C4tPV,CA5yPF,oB2CiFY,Y3C8tPV,CA/yPF,oB2CkFY,Y3CguPV,CAlzPF,oB2CmFY,Y3CkuPV,CArzPF,oB2CoFY,Y3CouPV,CAxzPF,oB2CqFY,a3CsuPV,CA3zPF,oB2CuFY,mB3CuuPV,CA9zPF,oB2CwFY,kB3CyuPV,CAj0PF,oB2CyFY,iB3C2uPV,CAp0PF,oB2C0FY,iB3C6uPV,CAv0PF,oB2C2FY,iB3C+uPV,CA10PF,oB2C4FY,iB3CivPV,CA70PF,oB2C6FY,kB3CmvPV,CAh1PF,oB2C+FY,oB3CovPV,CAn1PF,oB2CgGY,mB3CsvPV,CAt1PF,oB2CiGY,kB3CwvPV,CAz1PF,oB2CkGY,kB3C0vPV,CA51PF,oB2CmGY,kB3C4vPV,CA/1PF,oB2CoGY,kB3C8vPV,CAl2PF,oB2CqGY,mB3CgwPV,CAr2PF,oB2CuGY,qB3CiwPV,CAx2PF,oB2CwGY,oB3CmwPV,CA32PF,oB2CyGY,mB3CqwPV,CA92PF,oB2C0GY,mB3CuwPV,CAj3PF,oB2C2GY,mB3CywPV,CAp3PF,oB2C4GY,mB3C2wPV,CAv3PF,oB2C6GY,oB3C6wPV,CA13PF,oB2C+GY,kB3C8wPV,CA73PF,oB2CgHY,iB3CgxPV,CAh4PF,oB2CiHY,gB3CkxPV,CAn4PF,oB2CkHY,gB3CoxPV,CAt4PF,oB2CmHY,gB3CsxPV,CAz4PF,oB2CoHY,gB3CwxPV,CA54PF,oB2CqHY,iB3C0xPV,CACF,C2CvxPA,wD3CzHA,mB2C0HW,c3C2xPT,CAr5PF,mB2C2HW,a3C6xPT,CAx5PF,mB2C4HW,Y3C+xPT,CA35PF,mB2C6HW,Y3CiyPT,CA95PF,mB2C8HW,Y3CmyPT,CAj6PF,mB2C+HW,Y3CqyPT,CAp6PF,mB2CgIW,a3CuyPT,CAv6PF,mB2CkIW,mB3CwyPT,CA16PF,mB2CmIW,kB3C0yPT,CA76PF,mB2CoIW,iB3C4yPT,CAh7PF,mB2CqIW,iB3C8yPT,CAn7PF,mB2CsIW,iB3CgzPT,CAt7PF,mB2CuIW,iB3CkzPT,CAz7PF,mB2CwIW,kB3CozPT,CA57PF,mB2C0IW,oB3CqzPT,CA/7PF,mB2C2IW,mB3CuzPT,CAl8PF,mB2C4IW,kB3CyzPT,CAr8PF,mB2C6IW,kB3C2zPT,CAx8PF,mB2C8IW,kB3C6zPT,CA38PF,mB2C+IW,kB3C+zPT,CA98PF,mB2CgJW,mB3Ci0PT,CAj9PF,mB2CkJW,qB3Ck0PT,CAp9PF,mB2CmJW,oB3Co0PT,CAv9PF,mB2CoJW,mB3Cs0PT,CA19PF,mB2CqJW,mB3Cw0PT,CA79PF,mB2CsJW,mB3C00PT,CAh+PF,mB2CuJW,mB3C40PT,CAn+PF,mB2CwJW,oB3C80PT,CAt+PF,mB2C0JW,kB3C+0PT,CAz+PF,mB2C2JW,iB3Ci1PT,CA5+PF,mB2C4JW,gB3Cm1PT,CA/+PF,mB2C6JW,gB3Cq1PT,CAl/PF,mB2C8JW,gB3Cu1PT,CAr/PF,mB2C+JW,gB3Cy1PT,CAx/PF,mB2CgKW,iB3C21PT,CACF,C2Cx1PA,mC3CpKA,mB2CqKW,c3C41PT,CAjgQF,mB2CsKW,a3C81PT,CApgQF,mB2CuKW,Y3Cg2PT,CAvgQF,mB2CwKW,Y3Ck2PT,CA1gQF,mB2CyKW,Y3Co2PT,CA7gQF,mB2C0KW,Y3Cs2PT,CAhhQF,mB2C2KW,a3Cw2PT,CAnhQF,mB2C6KW,mB3Cy2PT,CAthQF,mB2C8KW,kB3C22PT,CAzhQF,mB2C+KW,iB3C62PT,CA5hQF,mB2CgLW,iB3C+2PT,CA/hQF,mB2CiLW,iB3Ci3PT,CAliQF,mB2CkLW,iB3Cm3PT,CAriQF,mB2CmLW,kB3Cq3PT,CAxiQF,mB2CqLW,oB3Cs3PT,CA3iQF,mB2CsLW,mB3Cw3PT,CA9iQF,mB2CuLW,kB3C03PT,CAjjQF,mB2CwLW,kB3C43PT,CApjQF,mB2CyLW,kB3C83PT,CAvjQF,mB2C0LW,kB3Cg4PT,CA1jQF,mB2C2LW,mB3Ck4PT,CA7jQF,mB2C6LW,qB3Cm4PT,CAhkQF,mB2C8LW,oB3Cq4PT,CAnkQF,mB2C+LW,mB3Cu4PT,CAtkQF,mB2CgMW,mB3Cy4PT,CAzkQF,mB2CiMW,mB3C24PT,CA5kQF,mB2CkMW,mB3C64PT,CA/kQF,mB2CmMW,oB3C+4PT,CAllQF,mB2CqMW,kB3Cg5PT,CArlQF,mB2CsMW,iB3Ck5PT,CAxlQF,mB2CuMW,gB3Co5PT,CA3lQF,mB2CwMW,gB3Cs5PT,CA9lQF,mB2CyMW,gB3Cw5PT,CAjmQF,mB2C0MW,gB3C05PT,CApmQF,mB2C2MW,iB3C45PT,CACF,CAxmQA,sB4CeI,wBAAyB,CACzB,gB5C6lQJ,CA7mQA,kD4CoBE,qB5C6lQF,CAjnQA,+C4CwBE,qB5C6lQF,CArnQA,gD4C4BE,qB5C6lQF,CAznQA,gD4CgCE,wB5C6lQF,CA7nQA,yC4CoCE,mC5C6lQF,CAjoQA,wC4CwCE,+B5C6lQF,CAroQA,oB6CoBgB,4B7CqnQhB,CAzoQA,uB6CqBgB,yB7CwnQhB,CA7oQA,0B6CsBgB,oB7C2nQhB,C6CxnQA,mC7CzBA,uB6C0BqB,4B7C4nQnB,CAtpQF,0B6C2BqB,yB7C8nQnB,CAzpQF,6B6C4BqB,oB7CgoQnB,CACF,C6C9nQA,wD7C/BA,sB6CgCoB,4B7CkoQlB,CAlqQF,yB6CiCoB,yB7CooQlB,CArqQF,4B6CkCoB,oB7CsoQlB,CACF,C6CpoQA,mC7CrCA,sB6CsCoB,4B7CwoQlB,CA9qQF,yB6CuCoB,yB7C0oQlB,CAjrQF,4B6CwCoB,oB7C4oQlB,CACF,CArrQA,gB8C4BO,e9C6pQP,CAzrQA,gB8C6BO,gB9CgqQP,CA7rQA,gB8C8BO,iB9CmqQP,CAjsQA,gB8C+BO,kB9CsqQP,C8CpqQA,mC9CjCA,mB8CkCY,e9CwqQV,CA1sQF,mB8CmCY,gB9C0qQV,CA7sQF,mB8CoCY,iB9C4qQV,CAhtQF,mB8CqCY,kB9C8qQV,CACF,C8C5qQA,wD9CxCA,kB8CyCW,e9CgrQT,CAztQF,kB8C0CW,gB9CkrQT,CA5tQF,kB8C2CW,iB9CorQT,CA/tQF,kB8C4CW,kB9CsrQT,CACF,C8CprQA,mC9C/CA,kB8CgDW,e9CwrQT,CAxuQF,kB8CiDW,gB9C0rQT,CA3uQF,kB8CkDW,iB9C4rQT,CA9uQF,kB8CmDW,kB9C8rQT,CACF,CAlvQA,iB+C4BO,yB/C0tQP,CAtvQA,iB+C6BO,wB/C6tQP,CA1vQA,iB+C8BO,wB/CguQP,CA9vQA,iB+C+BO,mB/CmuQP,C+CjuQA,mC/CjCA,oB+CkCY,yB/CquQV,CAvwQF,oB+CmCY,wB/CuuQV,CA1wQF,oB+CoCY,wB/CyuQV,CA7wQF,oB+CqCY,mB/C2uQV,CACF,C+CzuQA,wD/CxCA,mB+CyCW,yB/C6uQT,CAtxQF,mB+C0CW,wB/C+uQT,CAzxQF,mB+C2CW,wB/CivQT,CA5xQF,mB+C4CW,mB/CmvQT,CACF,C+CjvQA,mC/C/CA,mB+CgDW,yB/CqvQT,CAryQF,mB+CiDW,wB/CuvQT,CAxyQF,mB+CkDW,wB/CyvQT,CA3yQF,mB+CmDW,mB/C2vQT,CACF,CA/yQA,yCgDsCE,chD8wQF,CApzQA,4CgD0CE,chD+wQF,CAzzQA,gBgDiDM,chD4wQN,CA7zQA,gBgDkDM,iBhD+wQN,CAj0QA,gBgDmDM,gBhDkxQN,CAr0QA,gBgDoDM,iBhDqxQN,CAz0QA,gBgDqDM,chDwxQN,CA70QA,gBgDsDM,iBhD2xQN,CAj1QA,gBgDuDM,gBhD8xQN,CgD5xQA,mChDzDA,+CgD2DmB,chDgyQjB,CA31QF,kDgD6DsB,chDkyQpB,CA/1QF,mBgD8DW,chDoyQT,CAl2QF,mBgD+DW,iBhDsyQT,CAr2QF,mBgDgEW,gBhDwyQT,CAx2QF,mBgDiEW,iBhD0yQT,CA32QF,mBgDkEW,chD4yQT,CA92QF,mBgDmEW,iBhD8yQT,CAj3QF,mBgDoEW,gBhDgzQT,CACF,CgD9yQA,wDhDvEA,6CgDyEkB,chDkzQhB,CA33QF,gDgD2EqB,chDozQnB,CA/3QF,kBgD4EU,chDszQR,CAl4QF,kBgD6EU,iBhDwzQR,CAr4QF,kBgD8EU,gBhD0zQR,CAx4QF,kBgD+EU,iBhD4zQR,CA34QF,kBgDgFU,chD8zQR,CA94QF,kBgDiFU,iBhDg0QR,CAj5QF,kBgDkFU,gBhDk0QR,CACF,CgDh0QA,mChDrFA,6CgDwFI,chDm0QF,CA35QF,gDgD4FI,chDm0QF,CA/5QF,kBgD8FU,chDo0QR,CAl6QF,kBgD+FU,iBhDs0QR,CAr6QF,kBgDgGU,gBhDw0QR,CAx6QF,kBgDiGU,iBhD00QR,CA36QF,kBgDkGU,chD40QR,CA96QF,kBgDmGU,iBhD80QR,CAj7QF,kBgDoGU,gBhDg1QR,CACF,CAr7QA,qBiDuBE,cjDk6QF,CAz7QA,0BiD4BE,cjDi6QF,CA77QA,4BiDiCE,cjDg6QF,CAj8QA,oBiDwCE,eAAgB,CADhB,YAAa,CADb,ejDi6QF,CAv8QA,wBiD4CE,4BAAwB,CAAxB,uBjD+5QF,CA38QA,sBiDmDE,eAAgB,CAChB,sBAAuB,CAFvB,kBjD+5QF,CiD15QA,mCjDvDA,wBiDyDI,cjD65QF,CAt9QF,6BiD4DI,cjD65QF,CAz9QF,+BiD+DI,cjD65QF,CA59QF,uBiDoEI,eAAgB,CADhB,YAAa,CADb,ejD+5QF,CAj+QF,2BiDuEI,4BAAwB,CAAxB,uBjD65QF,CAp+QF,yBiD2EI,eAAgB,CAChB,sBAAuB,CAFvB,kBjD+5QF,CACF,CiD15QA,wDjDhFA,uBiDkFI,cjD65QF,CA/+QF,4BiDqFI,cjD65QF,CAl/QF,8BiDwFI,cjD65QF,CAr/QF,sBiD6FI,eAAgB,CADhB,YAAa,CADb,ejD+5QF,CA1/QF,0BiDgGI,4BAAwB,CAAxB,uBjD65QF,CA7/QF,wBiDoGI,eAAgB,CAChB,sBAAuB,CAFvB,kBjD+5QF,CACF,CiD15QA,mCjDzGA,uBiD2GI,cjD65QF,CAxgRF,4BiD8GI,cjD65QF,CA3gRF,8BiDiHI,cjD65QF,CA9gRF,sBiDsHI,eAAgB,CADhB,YAAa,CADb,ejD+5QF,CAnhRF,0BiDyHI,4BAAwB,CAAxB,uBjD65QF,CAthRF,wBiD6HI,eAAgB,CAChB,sBAAuB,CAFvB,kBjD+5QF,CACF,CA5hRA,gCkDoBE,iBlD4gRF,CAhiRA,oBkDyBE,gBAAiB,CADjB,iBlD6gRF,CAriRA,qBkD4BW,iBlD6gRX,CAziRA,qBkD6BW,gBlDghRX,CkD9gRA,mClD/BA,uBkDkCI,gBAAiB,CADjB,iBlDkhRF,CAnjRF,wBkDoCgB,iBlDkhRd,CAtjRF,wBkDqCgB,gBlDohRd,CACF,CkDlhRA,wDlDxCA,sBkD2CI,gBAAiB,CADjB,iBlDshRF,CAhkRF,uBkD6Ce,iBlDshRb,CAnkRF,uBkD8Ce,gBlDwhRb,CACF,CkDthRA,mClDjDA,sBkDoDI,gBAAiB,CADjB,iBlD0hRF,CA7kRF,uBkDsDe,iBlD0hRb,CAhlRF,uBkDuDe,gBlD4hRb,CACF,CAplRA,kBmD2BE,0BAA2B,CAC3B,0BAA8B,CAH9B,wBAA0B,EAC1B,2BnDkkRF,CmD7jRA,mCnD/BA,qBmDmCI,0BAA2B,CAC3B,0BAA8B,CAH9B,wBAA0B,EAC1B,2BnDmkRF,CACF,CmD9jRA,wDnDxCA,oBmD4CI,0BAA2B,CAC3B,0BAA8B,CAH9B,wBAA0B,EAC1B,2BnDokRF,CACF,CmD/jRA,mCnDjDA,oBmDqDI,0BAA2B,CAC3B,0BAA8B,CAH9B,wBAA0B,EAC1B,2BnDqkRF,CACF,CA1nRA,uBoDmBa,kBpD2mRb,CA9nRA,oBoDoBU,kBpD8mRV,CAloRA,iBoDqBO,epDinRP,CoD/mRA,mCpDvBA,0BoDwBkB,kBpDmnRhB,CA3oRF,uBoDyBe,kBpDqnRb,CA9oRF,oBoD0BY,epDunRV,CACF,CoDrnRA,wDpD7BA,yBoD8BiB,kBpDynRf,CAvpRF,sBoD+Bc,kBpD2nRZ,CA1pRF,mBoDgCW,epD6nRT,CACF,CoD3nRA,mCpDnCA,yBoDoCiB,kBpD+nRf,CAnqRF,sBoDqCc,kBpDioRZ,CAtqRF,mBoDsCW,epDmoRT,CACF,CA1qRA,oBqDkBc,uBrD4pRd,CA9qRA,mBqDmBc,qBrD+pRd,CAlrRA,mBqDoBc,kBrDkqRd,CAtrRA,mBqDqBc,qBrDqqRd,CqDnqRA,mCrDvBA,uBqDwBmB,uBrDuqRjB,CA/rRF,sBqDyBmB,qBrDyqRjB,CAlsRF,sBqD0BmB,kBrD2qRjB,CArsRF,sBqD2BmB,qBrD6qRjB,CACF,CqD3qRA,wDrD9BA,sBqD+BkB,uBrD+qRhB,CA9sRF,qBqDgCkB,qBrDirRhB,CAjtRF,qBqDiCkB,kBrDmrRhB,CAptRF,qBqDkCkB,qBrDqrRhB,CACF,CqDnrRA,mCrDrCA,sBqDsCkB,uBrDurRhB,CA7tRF,qBqDuCkB,qBrDyrRhB,CAhuRF,qBqDwCkB,kBrD2rRhB,CAnuRF,qBqDyCkB,qBrD6rRhB,CACF,CAvuRA,iBsD4BE,SAAU,CACV,+BtD+sRF,CA5uRA,8CsDiCE,UAAW,CACX,+BtDgtRF,CAlvRA,wBsDqCE,UAAW,CAAE,gCtDktRf,CAvvRA,kBsD8CE,+BtD6sRF,CA3vRA,gDsDkDE,SAAU,CACV,+BtD8sRF,CAjwRA,+BsDsEE,SAAU,CACV,+BtD+rRF,CAtwRA,gHsD4EE,SAAU,CACV,+BtDgsRF,CA7wRA,sEsDkFE,yBtDgsRF,CAlxRA,kBsDyFE,iCAAkC,CAClC,kCAA2B,CAA3B,0BAA2B,CAC3B,uBAAwB,CACxB,kCtD6rRF,CAzxRA,gDsDiGE,qBtD6rRF,CA9xRA,yBsDqGE,mBtD6rRF,CAlyRA,wBsDyGE,iCAAkC,CAClC,kCAA2B,CAA3B,0BAA2B,CAC3B,uBAAwB,CACxB,qCtD6rRF,CAzyRA,4DsDiHE,oBtD6rRF,CA9yRA,+BsDqHE,oBtD6rRF,CAlzRA,2BsD2HE,ctD2rRF,CAtzRA,0BsDsIE,cAAe,CACf,iBAAkB,CAClB,+CtDorRF,CA5zRA,gCsD8IE,qBAAsB,CADtB,sCAAgD,CADhD,UAAW,CAQX,WAAY,CAFZ,MAAO,CAHP,SAAU,CACV,iBAAkB,CAClB,KAAM,CAKN,mDAA2D,CAH3D,UAAW,CAEX,UtDqrRF,CA10RA,4EsD2JE,StDorRF,CA/0RA,oFsDoKE,4CtDirRF,CAr1RA,iBuD0CO,SvD+yRP,CAz1RA,iBuD2CO,SvDkzRP,CA71RA,iBuD4CO,SvDqzRP,CAj2RA,iBuD6CO,SvDwzRP,CAr2RA,iBuD8CO,SvD2zRP,CAz2RA,iBuD+CO,SvD8zRP,CA72RA,mBuDiDS,WvDg0RT,CAj3RA,oBuDkDU,YvDm0RV,CAr3RA,mBuDqDE,kBvDo0RF,CAz3RA,uBuDwDa,evDq0Rb,CA73RA,uBuDyDa,YvDw0Rb,CAj4RA,qBuD0DW,avD20RX,CAr4RA,uHwDkBE,exDy3RF,CA34RA,wQwD2BE,gBxDy3RF,CAp5RA,oEwDkCE,oBAAqB,CADrB,aAAc,CADd,cxD23RF,CA35RA,oCwDwCE,edhBc,Cced,Ydfc,Cccd,gBxD23RF,CAj6RA,uCwD4CE,gBxDy3RF,CAr6RA,4BwDkDE,aAAc,CADd,cAAe,CADf,UxD23RF,CA36RA,4BwDsDE,adsEY,CcrEZ,6BxDy3RF,CAh7RA,oEwD4DE,adiEkB,CchElB,6BxDy3RF,CAt7RA,qByDMI,qBAAsB,CAFtB,aAAc,CADd,gBAAiB,CAEjB,cAAe,CAHf,UzD47RJ,CA97RA,iCyDWI,YAAa,CACb,qBzDu7RJ,CAn8RA,+ByDgBE,SzDu7RF,CAv8RA,yByDsBI,kBAAmB,CAOnB,yCvDbiB,CuDUjB,cAAe,CALf,YAAa,CAGb,2BAA4B,CAG5B,kBzDq7RJ,CAh9RA,+ByDiCQ,0BzDm7RR,CAp9RA,yBCmBI,aCHiB,CDCjB,sBAAuB,CwD8CvB,cAAe,CAEf,czD05RJ,CA39RA,sCyDyEY,MzDs5RZ,CA/9RA,6ByD+EQ,kBzDo5RR,CAn+RA,+BCII,aCYiB,CuDuEb,MAAO,CxDrFX,sBAAuB,CwDkFnB,cAAe,CACf,eAAmB,CAInB,czDm5RR,CA5+RA,6BCYI,aCIiB,CDPjB,qBAAsB,CwDwFtB,cAAe,CxDvFf,eAAgB,CwDyFhB,azDi5RJ,CAp/RA,gCyDyGI,gBzD+4RJ,CAx/RA,6ByD8GQ,aAAc,CACd,eAAgB,CAChB,eAAiB,CACjB,mBzD84RR,CA//RA,+ByDqHQ,gBzD84RR,CAngSA,sCyDyHQ,eAAgB,CADhB,eAAiB,CAEjB,mBzD+4RR,CAzgSA,6ByDiII,oBAAqB,CADrB,mBzD84RJ,CA9gSA,sDyDmIM,UzD+4RN,CAlhSA,4CyDuIQ,eAAgB,CADhB,eAAiB,CAEjB,kBzDg5RR,CAxhSA,8ByD8IQ,gBzD84RR,CA5hSA,qCyDkJQ,eAAgB,CADhB,eAAiB,CAEjB,mBzD+4RR,CAliSA,4ByDgKI,cAAe,CAFf,YAAa,CAJb,iBAAkB,CAClB,OAAQ,CAMR,kBAAmB,CAJnB,UzD84RJ,CA3iSA,qByD0KI,qBfpGQ,CeqGR,iBAAkB,CAClB,kCftGQ,CekGR,ezD04RJ,CAljSA,iCyDgLQ,YAAa,CAEb,MzDq4RR,CAvjSA,2CyDwLY,cAAe,CAFf,czDs4RZ,CA5jSA,yDyD4LgB,kBzDo4RhB,CAhkSA,0DyDoMwB,iBzDg4RxB,CApkSA,gEyDmN4B,evD7MG,CuDoMH,YAAa,CAMb,UAAW,CAFX,UAAW,CAHX,QAAS,CAFT,iBAAkB,CAQlB,0BAA2B,CAJ3B,UzDk4R5B,CA/kSA,8CyDgOY,4BzDm3RZ,CAnlSA,6CyDuOQ,kBAAmB,CAMnB,6Bf7JI,Ce8JJ,mCfxKI,CegKJ,YAAa,CAKb,eAAgB,CAFhB,gBzDm3RR,CA5lSA,mDyDsPY,kBAAmB,CxDnO3B,aCHiB,CuDqOT,YAAa,CxDpOrB,sBAAuB,CwDiOf,cAAe,CACf,eAAiB,CAMjB,iBzD82RZ,CAvmSA,wDyD+PgB,kBzD42RhB,CA3mSA,gDCmBI,aCHiB,CuDuPT,MAAO,CxDtPf,sBAAuB,CwDoPf,cAAe,CAIf,QzD02RZ,CAnnSA,6CyD0RQ,efpNI,CemNJ,iBAAkB,CxDtQtB,UyC6DQ,CzC/DR,sBAAuB,CwDgQnB,cAAe,CACf,eAAiB,CAEjB,cAAe,CACf,gBAAiB,CAEjB,iBAAkB,CAIlB,kCzDq2RR,CAhoSA,qJyD2SQ,kBAAmB,CxD/RvB,aCIiB,CuD0Rb,YAAa,CxDjSjB,qBAAsB,CwD2RlB,cAAe,CxD1RnB,eAAgB,CwDqSZ,cAAe,CAFf,qBzDg2RR,CyDx2RQ,yBzDrSR,qJyDsSU,czD82RR,CACF,CArpSA,2CyDuTQ,aAAc,CACd,oCzDk2RR,CA1pSA,uDyD6TQ,4BzDi2RR,CA9pSA,mDyDkUQ,czDg2RR,CAlqSA,kDCII,aCYiB,CuDyTb,aAAc,CxDvUlB,sBAAuB,CwDqUnB,cAAe,CAIf,qBzD+1RR,CA1qSA,sCyDmVQ,kBAAmB,CAInB,cAAe,CALf,YAAa,CAGb,WzD41RR,CAjrSA,sDyDiWY,cAAe,CAFf,QAAS,CAJT,iBAAkB,CAClB,OAAQ,CAMR,kBAAmB,CAJnB,OzD41RZ,CA1rSA,4DyD0WgB,YAAa,CADb,UzDs1RhB,CA/rSA,kCyDwCI,8BvDKiB,CuDNjB,oBzD6pSJ,CApsSA,0DyD4CQ,kBzD4pSR,CAxsSA,mDyDiDQ,oBzD2pSR,CA5sSA,6EyDsDQ,kBzD0pSR,CAhtSA,iCyDwCI,8BvDOgB,CuDRhB,oBzD8qSJ,CArtSA,yDyD4CQ,kBzD6qSR,CAztSA,kDyDiDQ,oBzD4qSR,CA7tSA,4EyDsDQ,kBzD2qSR,CAjuSA,oCyDwCI,6BvDQmB,CuDTnB,oBzD+rSJ,CAtuSA,4DyD4CQ,kBzD8rSR,CA1uSA,qDyDiDQ,oBzD6rSR,CA9uSA,+EyDsDQ,kBzD4rSR,CAlvSA,iCyDwCI,8BvDMgB,CuDPhB,oBzDgtSJ,CAvvSA,yDyD4CQ,kBzD+sSR,CA3vSA,kDyDiDQ,oBzD8sSR,CA/vSA,4EyDsDQ,kBzD6sSR,CAnwSA,mCyDwCI,8BvDUkB,CuDXlB,oBzDiuSJ,CAxwSA,2DyD4CQ,kBzDguSR,CA5wSA,oDyDiDQ,oBzD+tSR,CAhxSA,8EyDsDQ,kBzD8tSR,CApxSA,kCyDwCI,8BvDSiB,CuDVjB,oBzDkvSJ,CAzxSA,0DyD4CQ,kBzDivSR,CA7xSA,mDyDiDQ,oBzDgvSR,CAjySA,6EyDsDQ,kBzD+uSR,CArySA,qCyDwCI,6BvDYoB,CuDbpB,oBzDmwSJ,CA1ySA,6DyD4CQ,kBzDkwSR,CA9ySA,sDyDiDQ,oBzDiwSR,CAlzSA,gFyDsDQ,kBzDgwSR,CAtzSA,wCyDwCI,4BvDWqB,CuDZrB,oBvDYqB,CuDmWjB,UzDs6RR,CA5zSA,gEyD4CQ,kBzDoxSR,CAh0SA,yDyDiDQ,oBzDmxSR,CAp0SA,mFyDsDQ,kBzDkxSR,CAx0SA,sCyD6ZQ,gBzD+6RR,CA50SA,qDyDiaY,kBzD+6RZ,CAh1SA,4CyD8aQ,wBvDnZa,CuDgZb,aAAc,CACd,YAAkB,CAFlB,UzD66RR,CAv1SA,sEyDsbQ,SzDq6RR,CA31SA,wEyD2bQ,UzDo6RR,CA/1SA,2ByDgcI,czDm6RJ,CAn2SA,iByDqcI,YAAa,CAIb,eAAgB,CAFhB,SzDk6RJ,CAz2SA,oBCmBI,aCHiB,CuDkcb,cAAe,CxDjcnB,sBAAuB,CwD4bnB,cAAe,CAEf,cAAe,CACf,SzDk6RR,CAl3SA,kCyD0dY,cAAe,CACf,kBAAmB,CAHnB,iBzDg6RZ,CAx3SA,wCyDwegB,yBflaJ,CegaI,UAAW,CAFX,WAAY,CALZ,iBAAkB,CAElB,SAAU,CADV,KAAM,CAGN,SzD+5RhB,CAl4SA,2ByD8eY,ezDw5RZ,CAt4SA,sHCII,aCYiB,CDdjB,sBAAuB,CwDqfvB,cAAe,CAEf,cAAiB,CACjB,iBzDs5RJ,CAh5SA,+HCII,aCYiB,CDdjB,sBAAuB,CwD8fnB,cAAe,CAEf,czDu5RR,CAz5SA,4HCII,aCYiB,CDdjB,sBAAuB,CwDugBnB,cAAe,CAEf,QzDu5RR,CAl6SA,8CyDmhBI,czDm5RJ,CAt6SA,6ByDyhBI,YAAa,CAEb,gBzDg5RJ,CA36SA,kCyDgiBQ,gBAAiB,CADjB,UzDi5RR,CAh7SA,gCyDsiBI,YAAa,CACb,qBzD84RJ,CAr7SA,iDyD2iBQ,czD84RR,CAz7SA,sCyDgjBQ,azD64RR,CA77SA,6CyDmjBY,czD84RZ,CAj8SA,6ByD0jBI,YzD24RJ,CAr8SA,gECII,aCYiB,CDdjB,sBAAuB,CwD6jBnB,cAAe,CAEf,iBzD44RR,CA78SA,mCyDwkBQ,kBzDy4RR,CAj9SA,iCCII,aCYiB,CDdjB,sBAAuB,CwD4kBvB,czDy4RJ,CAv9SA,wDCYI,aCP6B,CDI7B,qBAAsB,CwD2kBlB,cAAe,CxD1kBnB,eDo9SJ,CA99SA,gCCII,aCYiB,CDdjB,sBAAuB,CwD4lBvB,cAAe,CADf,cAAe,CADf,gBzD04RJ,CAt+SA,uDCYI,aCP6B,CDI7B,qBAAsB,CwD2lBlB,cAAe,CxD1lBnB,eDm+SJ,CA7+SA,gDyD2mBQ,mBzDs4RR,CAj/SA,6DyD+mBY,kBzDs4RZ,CAr/SA,qDyDwnBI,aAAc,CAGd,ezDi4RJ,CA5/SA,yCyD+oBI,oBAAyB,CAFzB,evD9nBgB,CuD6nBhB,iBAAkB,CxDhoBlB,UyCoEQ,CzCvER,qBAAsB,CwDwnBtB,cAAe,CxDvnBf,eAAgB,CwDgoBhB,oBAAa,CAAb,gBAAa,CAAb,YAAa,CAPb,QAAS,CACT,YAAa,CAEb,oBAAqB,CAErB,oBAAqB,CACrB,qBzDo4RJ,CA7gTA,qDyD0pBQ,azDu3RR,CAjhTA,4ByD+pBE,iBzDs3RF,CArhTA,wCyDmqBI,gBAAiB,CACjB,cAAe,CAFf,ezDy3RJ,CA3hTA,6CyDuqBQ,8BAAgC,CAChC,oBzDw3RR,CAhiTA,0ByD6qBE,iBzDu3RF,CApiTA,+ByDqrBE,kBAAmB,CAGnB,iBAAkB,CANlB,WAAY,CASZ,UAAY,CAPZ,cAAe,CAKf,sBAAuB,CAGvB,cAAe,CAFf,eAAgB,CAGhB,WAAY,CANZ,WAAY,CANZ,iBAAkB,CAElB,UAAW,CAGX,iBzD83RF,CApjTA,8ByDqsBI,efrnBQ,CesnBR,sCfhoBQ,Ce4nBR,eAAkB,CAClB,czDw3RJ,CA3jTA,uCyD2sBQ,oBAAqB,CADrB,YzDs3RR,CAhkTA,6CCmBI,aCHiB,CuDksBT,YAAa,CACb,qBAAsB,CxDlsB9B,sBAAuB,CwD8rBf,cAAe,CACf,eAAiB,CAKjB,qBzDq3RZ,CA1kTA,oDyD2tBgB,eAAgB,CAEhB,wBzDk3RhB,CA/kTA,+ByD0uBI,kBAAmB,CAFnB,YAAa,CAGb,qBAAsB,CAFtB,sBAAuB,CAHvB,cAAe,CACf,cAAe,CAFf,mBzDo3RJ,CAzlTA,wCyD+uBQ,iBzD82RR,CA7lTA,8CCmBI,aCHiB,CuD2uBT,iBAAkB,CxD1uB1B,sBAAuB,CwDmuBf,cAAe,CACf,eAAiB,CAIjB,QAAS,CAFT,iBAAkB,CAMlB,wBAAyB,CALzB,OAAQ,CAIR,8BzD82RZ,CA1mTA,+CyD+wBY,yDAAmD,CAAnD,iDAAmD,CAOnD,kCAA2B,CAA3B,0BAA2B,CAH3B,kCf7sBA,Ce8sBA,kBAAmB,CADnB,+Bf7sBA,CewsBA,UAAW,CANX,aAAc,CAGd,WAAY,CALZ,QAAS,CAMT,YAAmB,CAKnB,SAAU,CAbV,iBAAkB,CAClB,OAAQ,CAKR,UzDi3RZ,CyDn2RY,4BAEI,GAEI,uBzDo2RlB,CACF,CyDz2RY,oBAEI,GAEI,uBzDo2RlB,CACF,CAjoTA,+ByDqyBI,YAAa,CADb,ezDk2RJ,CAtoTA,yCyDyyBI,gBzDi2RJ,CA1oTA,mEyD6yBY,kBzDi2RZ,CA9oTA,yDyDkzBQ,WvDzxBiB,CuD0xBjB,czDg2RR,CAnpTA,8FyDuzBQ,aAAc,CAEd,cAAe,CADf,kBzDu2RR,CyD11RA,2BAEI,IAEI,SzD21RN,CACF,CyDh2RA,mBAEI,IAEI,SzD21RN,CACF,CArqTA,oByD+0BI,YzD01RJ,CAzqTA,uByDq1BI,WAAY,CADZ,WAAY,CAEZ,QAAS,CACT,SzDy1RJ,CAhrTA,yByD41BI,WzDw1RJ,CAprTA,2ByDi2BI,UzDu1RJ,CAxrTA,wByDw2BI,QAAS,CAFT,iBAAkB,CAClB,OzDu1RJ,CA9rTA,uBCmBI,aCHiB,CDCjB,sBDkrTJ,CAnsTA,sByDu3BE,czDm1RF,CA1sTA,oDyDq3BE,aAAc,CACd,cAAe,CAFf,uBzD41RF,CAhtTA,sByDm4BI,UAAW,CADX,WzDm1RJ,CArtTA,4ByDu4BE,WAAY,CACZ,azDk1RF,CA1tTA,qCyD24BI,YAAa,CAGb,eAAgB,CADhB,WAAY,CADZ,sBAAuB,CAIvB,iBAAkB,CAElB,cAAiB,CAHjB,iBzDq1RJ,CApuTA,yCyDs5BM,MAAO,CADP,czDo1RN,CAzuTA,0CyD05BM,wBAAyB,CACzB,mBAAoB,CACpB,ezDm1RN,CA/uTA,0ByDm6BI,ezDg1RJ,CAnvTA,gCyDu6BQ,ezDg1RR,CAvvTA,8ByD+6BQ,UzD40RR,CA3vTA,qCyDo7BQ,UAAW,CACX,ezD20RR,CAhwTA,iB0DWI,sBAAuB,CAFvB,qBxDH2B,CwDI3B,iBAAkB,CAElB,mChB0DQ,CzCnDR,aCHiB,CDCjB,sBAAuB,CyDfvB,cAAe,CACf,eAAiB,CAEjB,gBAAiB,CAEjB,kB1DswTJ,CA7wTA,wB0DkBQ,cAAe,CACf,gB1D+vTR,CAlxTA,2B0DwBQ,kBAAmB,CAEnB,U1D6vTR,CAvxTA,uB0D+BQ,iC1D4vTR,CA3xTA,wB0DqCQ,4BxDiCiC,CwDlCjC,oBxDIe,CDrBnB,aCqBmB,CDvBnB,sBDixTJ,CAlyTA,2B0DiDQ,4BxDgBoC,CwDjBpC,oBxDHa,CwDEb,axDFa,CwDAb,cAAe,CAFf,a1D+vTR,CA1yTA,gC0DqDY,UAAW,CAEX,oB1DwvTZ,CA/yTA,+B0D4DY,Y1DuvTZ,CAnzTA,yB0DkEQ,wBxD3BY,CwD6BZ,oBxD7BY,CwD4BZ,U1DsvTR,CAzzTA,uB0D0EI,YAAa,CAEb,Y1DkvTJ,CA9zTA,4B0DgFQ,M1DkvTR,CAl0TA,wC0DoFY,yB1DkvTZ,CAt0TA,uC0DyFY,yB1DivTZ,CA10TA,gC0DmGI,eAAgB,CADhB,WAAY,CAFZ,c1DgvTJ,CAh1TA,uC0DuGQ,S1D6uTR,CAp1TA,yC0D4GQ,U1D4uTR,CAx1TA,gG0DoHE,WAAY,CAEZ,eAAgB,CAEhB,cAAe,CAHf,MAAO,CAEP,S1D2uTF,CAl2TA,kH0D2HI,Y1D6uTJ,CAx2TA,0D0DmII,eAAgB,CADhB,W1D4uTJ,CA92TA,kE0DwIQ,WAAY,CADZ,U1D6uTR,CAp3TA,4B0D8II,c1D0uTJ,CAx3TA,sC0DoJY,Y1DwuTZ,CA53TA,gC0D4JQ,YxDrJ0B,CwDmJ1B,kB1DuuTR,CAj4TA,mB0DkKI,c1DmuTJ,CAr4TA,2B2D0KI,6BAAsB,CAAtB,qBAAsB,CAEtB,kBAAwC,CADxC,oB3DguTJ,CA34TA,+B0DiLE,kBAAmB,CAEnB,WAAY,CADZ,iBAAkB,CALlB,WAAY,CAGZ,WAAY,CAJZ,iBAAkB,CAElB,WAAY,CACZ,U1DuuTF,CAt5TA,sC0D0LI,qhBAA0hB,CAF1hB,WAAY,CACZ,WAAY,CAFZ,iB1DsuTJ,CA75TA,6C0DiME,UAAW,CAGX,WAAY,CAFZ,UAAW,CACX,U1DiuTF,CAp6TA,oD0DwMI,WACF,CAFE,iB1DkuTJ,CAz6TA,mB4DcI,uBAAgB,CAAhB,oBAAgB,CAAhB,eAAgB,CALhB,sUAAkW,CAClW,oBAAqB,CAHrB,wB1DUe,C0DTf,iBAAkB,CAGlB,sClB2DQ,CzCnDR,aCHiB,CDCjB,sBAAuB,C2DfvB,cAAe,CACf,eAAiB,CAEjB,yB5Dk7TJ,CAv7TA,6B4DqBQ,kB1DCW,C0DJX,YAAa,CACb,W5D06TR,CA77TA,2B2D0KI,6BAAsB,CAAtB,qBAAsB,CAEtB,kBAAwC,CADxC,oB3DwxTJ,CAn8TA,iC4D+BI,e5Dw6TJ,C4Dv6TI,yB5DhCJ,iC4DkCQ,e5D06TN,CACF,CA78TA,kBCmBI,aCHiB,CDCjB,sBAAuB,C2DuBvB,cAAe,CACf,eAAiB,CAEjB,c5D06TJ,C4D/5TI,yB5DtDJ,wJ4DuDM,e5Du6TJ,CACF,CA/9TA,6K4DyEI,elBOQ,CkBTR,wB1DpDe,C0DqDf,iBAAkB,CAJlB,YAAa,CADb,eAAgB,CAEhB,gB5Dw6TJ,CA7+TA,6N2D0KI,6BAAsB,CAAtB,qBAAsB,CAEtB,kBAAwC,CADxC,oB3D60TJ,CAx/TA,wF4DwFQ,wBAAyB,CACzB,UAAW,CACX,kB5Ds6TR,CAhgUA,6B4D+FI,iB5Dq6TJ,CApgUA,+B4DmGI,wBAAyB,CACzB,U5Dq6TJ,C4Dl6TA,yBAEI,QAGI,+B5Dm6TN,C4Dh6TE,QAGI,8B5Di6TN,C4D95TE,YAII,+B5D+5TN,C4D55TE,QAGI,8B5D65TN,CACF,C4Dt7TA,iBAEI,QAGI,+B5Dm6TN,C4Dh6TE,QAGI,8B5Di6TN,C4D95TE,YAII,+B5D+5TN,C4D55TE,QAGI,8B5D65TN,CACF,CA7hUA,qB4D8II,6BlB9DQ,CkB2DR,WAAY,CACZ,iBAAkB,C3DhIlB,aCIiB,CDPjB,qBAAsB,C2D4HtB,cAAe,C3D3Hf,eAAgB,C2D8HhB,gBAAiB,CAKjB,YAAa,CAJb,YAAa,CAFb,U5Do6TJ,CA3iUA,2B4DoJQ,wB5D25TR,CA/iUA,0B4DkKQ,kB1DjJW,C0DgJX,iBAAkB,C3DrJtB,UyCoEQ,CzCvER,qBAAsB,C2DgJlB,cAAe,C3D/InB,eAAgB,C2DkJZ,QAAS,CADT,gBAAiB,CAEjB,YAAa,CAEb,W5D65TR,CA5jUA,sB4D+KI,a1DnK8B,C0D+J9B,kBAAmB,CAEnB,sB5Dq5TJ,CAlkUA,4B4DmLQ,Y5Dm5TR,CAtkUA,wBCYI,aCIiB,CDPjB,qBAAsB,C2DgLlB,iBAAkB,CADlB,yBAA8B,C3D9KlC,eAAgB,C2DiLZ,kB5Do5TR,CA/kUA,2C4DkMQ,Y5Di5TR,CAnlUA,uD4DmNY,kB1D9LW,C0D6LX,iBAAkB,CAElB,4B1D/LW,C0D2LX,cAAe,CAPf,oBAAqB,CAarB,SAAU,CAVV,WAAY,CACZ,gBAAiB,CACjB,WAAY,CARZ,iBAAkB,CAClB,OAAQ,CAIR,U5Du5TZ,CAlmUA,8D4D0NgB,mB5D44ThB,CAtmUA,+D4DgOY,sQ5D04TZ,CA1mUA,uB6DMI,QAAS,CACT,MAAO,CALP,cAAe,CAGf,OAAQ,CADR,KAAM,CADN,Y7DgnUJ,CAnnUA,oC6DiBQ,yBnBqDI,CmBxDJ,QAAS,CACT,MAAO,CAJP,cAAe,CAEf,OAAQ,CADR,K7DgnUR,CA5nUA,iC6DmCQ,enB6CI,CmB/CJ,wB3D9BsB,C2D+BtB,iBAAkB,CAElB,uCnBkCI,CmB7CJ,QAAS,CAIT,eAAgB,CADhB,eAAgB,CANhB,iBAAkB,CAElB,OAAQ,CAOR,8BAA+B,CAJ/B,UAAW,CAJX,Y7DonUR,CA3oUA,yC6D2CQ,gBAAiB,CAFjB,eAAgB,CAGhB,Y7DqmUR,CAjpUA,2C6DoDY,a3DnCO,CDbf,aCYiB,CDdjB,sBAAuB,C4D8Cf,cAAe,CAEf,c7DumUZ,CAzpUA,4CCmBI,aCHiB,CDCjB,sBAAuB,C4D0Cf,cAAe,CACf,eAAgB,CAEhB,e7DmmUZ,CAjqUA,wC6D4EQ,kBAAmB,CAFnB,+B3DvEsB,C2DmEtB,YAAa,CAEb,c7DgmUR,CAxqUA,qD6DqFY,uBAAgB,CAAhB,oBAAgB,CAAhB,eAAgB,CAFhB,eAAgB,CADhB,WAAY,CAFZ,c7D+lUZ,CA/qUA,2CCmBI,aCHiB,C2DiFT,MAAO,C5DhFf,sBAAuB,C4D0Ef,cAAe,CACf,eAAgB,CAEhB,QAAS,CACT,c7D0lUZ,CAzrUA,mBCYI,aCIiB,CDPjB,qBAAsB,C6DPtB,cAAe,CACf,eAAgB,C7DOhB,eDurUJ,CAjsUA,sE8DYY,uB9D0rUZ,CAtsUA,gD8DgBY,4B9D0rUZ,CA1sUA,0B8D8BQ,cAAe,CAJf,oBAAqB,CALrB,cAAe,CAOf,gBAAiB,CALjB,iBAAkB,CAClB,OAAQ,CAQR,uBAAwB,CACxB,wBAAyB,CAFzB,iC9DurUR,CAttUA,oC8DqCY,sB9DqrUZ,CA1tUA,gC8DiDY,gMAA2M,CAC3M,oBAAqB,CAHrB,UAAW,CALX,aAAc,CAGd,WAAY,CADZ,U9DurUZ,CAnuUA,gC8D0DQ,cAAe,CAFf,iB9DgrUR,CAxuUA,gD8DiEY,cAAe,CAHf,iBAAkB,CAClB,S9D+qUZ,CA9uUA,yB8DuEQ,iB9D2qUR,CAlvUA,2C8D2EY,kB9D2qUZ,CAtvUA,wB8D4FQ,yBpBtBI,CoBqBJ,iBAAkB,CADlB,a5DvFsB,C4DmFtB,iBAAkB,CALlB,iBAAkB,CAClB,UAAW,CAEX,iBAAkB,CAIlB,kB9DyqUR,CAjwUA,qB8DiGQ,c9DoqUR,CArwUA,6B8DsGQ,UAAW,CACX,iB9DmqUR,CA1wUA,uC8D2Ga,a9DmqUb,CA9wUA,uC8DsHY,UAAW,CACX,e9D4pUZ,CAnxUA,sH8DmIgB,e9DwpUhB,CA3xUA,2C8DwIgB,kB9DupUhB,CA/xUA,uD8D4IoB,kB9DupUpB,CAnyUA,8C8DkJgB,S9DqpUhB,CAvyUA,qC8DwJY,U9DmpUZ,CA3yUA,mD8D4JgB,kB9DmpUhB,CA/yUA,2B8DsKI,kC5DtJiB,C4DuJjB,iBAAkB,CAHlB,a9DipUJ,CArzUA,oC8D2KQ,c9D8oUR,CAzzUA,mC8DgLQ,gB9D6oUR,CA7zUA,sC8DqLY,yC5DrKS,C4DmKT,c9D+oUZ,CAl0UA,8B8D6LQ,kBAAmB,C7D1KvB,aCX6B,C4D0LzB,cAAe,CANf,YAAa,C7D3KjB,sBAAuB,C6DyKnB,cAAe,CAKf,QAAS,CACT,2BAA4B,CAG5B,kB9D2oUR,CA90UA,kC8DyMY,kB9DyoUZ,CAl1UA,mC8D8MY,M9DwoUZ,CAt1UA,oC8DmNY,0B9DuoUZ,CA11UA,8BCmBI,aCZ8B,CDU9B,sBAAuB,C6DwMnB,cAAe,CAEf,e9DsoUR,CAj2UA,+C8DkOQ,iBAAkB,CAClB,O9DmoUR,CAt2UA,4C8D8OQ,0BpBxKI,CoBuKJ,iBAAkB,CALlB,kBAAmB,CACnB,iBAAkB,CAElB,kB9DmoUR,CA92UA,kD8DkPY,0B9DgoUZ,CAl3UA,0D8DuPY,W9D+nUZ,CAt3UA,yD8D4PY,a9D8nUZ,CA13UA,iE8DmQU,WAAa,CAHb,iBAAkB,CAElB,SAAU,CADV,O9DgoUV,CAj4UA,sC8DyQQ,e9D4nUR,CAr4UA,uB8DoRI,yBpB9MQ,CoB6MR,iBAAkB,CAFlB,oBAAqB,CADrB,Y9D4nUJ,CA54UA,2C8DwRQ,iBAAkB,CAClB,O9DwnUR,CAj5UA,kC8D8RQ,U9DunUR,CAr5UA,yBCmBI,aCT8B,CDO9B,sBAAuB,C6DoRvB,c9DsnUJ,CA35UA,6B8D6SQ,QAAW,CAFX,eAAgB,CAChB,iB9DqnUR,CAj6UA,sCCmBI,aC6BmB,CD/BnB,sBAAuB,C6DkSvB,cAAe,CACf,eAAgB,CAEhB,gB9DmnUJ,CAz6UA,yC8DkUY,kB9D2mUZ,CA76UA,uB8DyUI,oBAAqB,CAErB,gB9DumUJ,CAl7UA,uB8DgVI,U9DsmUJ,CAt7UA,uB8DqVI,a9DqmUJ,CA17UA,yB8DyVI,a9DqmUJ,CA97UA,2BCmBI,aCHiB,CDCjB,sBAAuB,C8DbnB,cAAe,CAEf,qB/D+7UR,CAr8UA,kC+DaY,cAAe,CADf,e/D87UZ,CA18UA,gC+DkBM,kB/D47UN,CA98UA,8B+DuBY,U/D27UZ,CAl9UA,8B+D0BY,oBAAqB,CACrB,cAAe,CAGf,mBAAoB,CADpB,gBAAiB,CADjB,qB/D87UZ,CA19UA,4C+DiCc,iB/D67Ud,CA99UA,oC+DsCgB,WAAY,CADZ,U/D87UhB,CAn+UA,mC+D4CM,Y/D27UN,CAv+UA,wC+D+CQ,oBAAqB,CAErB,cAAe,CACf,YAAa,CAFb,W/D87UR,CA9+UA,2B+DwDI,cAAe,CACf,e/D07UJ,CAn/UA,0C+D8DI,iB/Dy7UJ,CAv/UA,kBgEKI,wBAAyB,CAFzB,cAAe,CADf,UhE2/UJ,CA7/UA,oCgEeoB,SAAU,CAEV,kBhEi/UpB,CAlgVA,kDgEsBwB,iBAAkB,CADlB,WhEk/UxB,CAvgVA,6BCYI,aCIiB,CDPjB,qBAAsB,C+DwBd,cAAe,CACf,eAAgB,C/DxBxB,eAAgB,C+D0BR,qBhE4+UZ,CAhhVA,0CgE2CY,UAAW,CACX,iBhEy+UZ,CArhVA,8BgEsDgB,gBAAmB,CAEnB,kBhEk+UhB,CA1hVA,4CgE4DoB,aAAc,CACd,chEk+UpB,CA/hVA,4DgEiFgB,yC9DjEK,CDZjB,aCYiB,CDdjB,sBAAuB,C+DwEX,cAAe,CACf,eAAiB,CAEjB,cAAe,CAEf,ehE29UhB,CA1iVA,wCgE4FI,iBAAkB,CADlB,ShEo9UJ,CA/iVA,yDgEgGQ,eAAgB,CADhB,UhEq9UR,CApjVA,+CgEoGQ,gBhEo9UR,CAxjVA,6BCmBI,aCHiB,CDCjB,sBAAuB,C+DyFvB,cAAe,CACf,eAAmB,CAInB,kBhEi9UJ,CAhkVA,sCgEqHQ,ehE+8UR,CApkVA,2CgEyHY,ShE+8UZ,CAxkVA,4CgEuIY,sB9D9FO,C8D4FP,kBAAmB,CAPnB,cAAe,CAKf,WAAY,CAHZ,iBAAkB,CAClB,QhEg9UZ,CAjlVA,6DCYI,UCN2B,CDG3B,qBAAsB,C+DsItB,cAAe,CACf,iBAAkB,C/DtIlB,eDglVJ,CA1lVA,mCCYI,SC6Be,CDhCf,qBAAsB,C+D8ItB,cAAe,CACf,iBAAkB,C/D9IlB,eDwlVJ,CAlmVA,2CgE8JI,aAAc,CACd,cAAe,CAEf,mBAAoB,CADpB,ehEy8UJ,CAzmVA,iDgEoKQ,gBhEy8UR,CA7mVA,oDgEwKQ,UhEy8UR,CAjnVA,6BgE+KI,YhEs8UJ,CArnVA,sCgEoLI,ShEq8UJ,CAznVA,gCgEwLI,ahEq8UJ,CA7nVA,iCCYI,UCN2B,CDG3B,qBAAsB,C+DoLtB,cAAe,CACf,iBAAkB,C/DpLlB,eD2nVJ,CAroVA,oBiEII,wB/DUc,C+DZd,cjEwoVJ,CA1oVA,0DiEQQ,kBAAmB,CADnB,YjEopVR,CA3pVA,sBCmBI,UyC6DQ,CuB/DJ,MAAO,ChEAX,sBAAuB,CgELnB,eAAgB,CAChB,eAAiB,CAMjB,eAAgB,CAEhB,oBjEsoVR,CA3pVA,2BiE2BY,QAAS,CACT,cjEooVZ,CAhqVA,0CiEkCQ,YAAa,CACb,MAAO,CACP,wBjEkoVR,CAtqVA,2DiE2CY,wB/DpBS,C+DqBT,yBAA0B,CAH1B,QAAS,CAIT,YAAa,CALb,UjEsoVZ,CA9qVA,wDiEmDY,kBAAmB,CAKnB,aAAc,CANd,YAAa,CAKb,QAAS,CADT,eAAgB,CADhB,UjEkoVZ,CAvrVA,6DiE6DgB,MAAO,CAFP,cAAe,CAIf,kBAAmB,CAEnB,gBjE6nVhB,CA9rVA,+DiE0EgB,wB/DnDK,C+DqDL,eAAgB,CANhB,MAAO,CAKP,YAAa,CAHb,UjE8nVhB,CAtsVA,+DiE0FY,kB/DnES,C+DiET,WAAY,CACZ,yBAA0B,ChEtElC,UyC6DQ,CzC/DR,sBAAuB,CgEkEf,cAAe,CACf,eAAiB,CAEjB,gBjE2nVZ,CAjtVA,kBkEEI,alEmtVJ,CArtVA,gCkEOQ,gBAAiB,CACjB,iBAAkB,CAFlB,eAAgB,CAGhB,iBlEmtVR,CA5tVA,8BkEcQ,elEktVR,CAhuVA,gCkEiBY,clEmtVZ,CApuVA,sBkEsBQ,clEktVR,CAxuVA,iECII,aCYiB,CDdjB,sBAAuB,CiEwBnB,clEotVR,CA9uVA,yGCII,aCYiB,CDdjB,sBDivVJ,CAnvVA,oBCII,aCmCgB,CDrChB,sBAAuB,CiEoCnB,cAAe,CAEf,kBlEktVR,CA1vVA,0BkE8CY,alEgtVZ,CA9vVA,sBkEmDQ,clE+sVR,CAlwVA,4BCYI,aCIiB,CDPjB,qBAAsB,CiE+ClB,cAAe,CACf,yBAA2B,CjE/C/B,eAAgB,CiEiDZ,QlEgtVR,CA3wVA,yBCII,aCYiB,CDdjB,sBAAuB,CiEgEnB,cAAe,CAEf,QlE8sVR,CAlxVA,+BkEuFY,kBhErEW,CgEoEX,kBAAmB,CAPnB,oBAAqB,CALrB,cAAe,CAOf,gBAAiB,CACjB,eAAgB,CANhB,iBAAkB,CAClB,QAAS,CAOT,oBlE0sVZ,CA9xVA,6CkE2FgB,wBlEusVhB,CAlyVA,mCCmBI,UyC6DQ,CzC/DR,sBAAuB,CiE+EX,QAAS,CACT,SlEwsVhB,CAzyVA,8BmEEI,YAAa,CAIb,sBAAuB,CAFvB,cnE2yVJ,CA/yVA,wCmESM,gBnE0yVN,CAnzVA,0BmEeI,YAAa,CAEb,MAAO,CACP,wBnEuyVJ,CAzzVA,qCmEuBQ,iBAAkB,CADlB,kBnEwyVR,CA9zVA,4BmEgCI,+BjE7B0B,CiE0B1B,eAAkB,CAClB,iBnEsyVJ,CAp0VA,yCmEuCQ,QAAS,CAHT,QAAS,CACT,iBnEqyVR,CA10VA,+BmE4CQ,2BnEkyVR,CA90VA,qCmEiDQ,QAAS,CACT,SnEiyVR,CAn1VA,8FmEwDQ,enEgyVR,CAx1VA,oCmEmEQ,qBAAyB,CAFzB,iBAAkB,CAIlB,SAAU,ClEzDd,aCIiB,CDPjB,qBAAsB,CkEoDlB,cAAe,ClEnDnB,eAAgB,CkE6DZ,UAAW,CARX,YnEqyVR,CAp2VA,sCmE8EY,gBAAiB,CADjB,yBnE4xVZ,CAz2VA,uBCmBI,aCHiB,CDCjB,sBAAuB,CkEsEnB,cnEwxVR,CA/2VA,yBmE8FU,ajEvDU,CiEwDV,cAAe,CAFf,cAAe,CAGf,iBAAkB,CAClB,yBnEsxVV,CAv3VA,uBmEwGI,gBnEmxVJ,CA33VA,4BoEKI,6BAAsB,CAAtB,qBAAsB,CAItB,6BlEuCmB,CkEzCnB,wBlEyCmB,CkExCnB,iBAAkB,CANlB,WAAY,CACZ,iBpEi4VJ,CAp4VA,2CoEaQ,epE23VR,CAx4VA,uCCYI,aCIiB,CDPjB,qBAAsB,CmEWd,cAAe,CnEVvB,eAAgB,CmEYR,QpE03VZ,CAh5VA,0CoE6BU,apEu3VV,CAp5VA,6CoEkCY,oBpEs3VZ,CAx5VA,oDoEsCgB,cpEs3VhB,CA55VA,gDoE6CY,cAAe,CADf,yBpEq3VZ,CAj6VA,mCoEqDQ,kBAAmB,CAFnB,YpEm3VR,CAt6VA,sCCmBI,aCHiB,CkE6CT,MAAO,CnE5Cf,sBAAuB,CmEwCf,cAAe,CAEf,QpEm3VZ,CoE12VA,2BAEI,GAII,SAAU,CAFV,mBpE42VN,CoEx2VE,GAII,SAAU,CAFV,kBpE02VN,CACF,CoEr3VA,mBAEI,GAII,SAAU,CAFV,mBpE42VN,CoEx2VE,GAII,SAAU,CAFV,kBpE02VN,CACF,CAz7VA,uCqECE,YrE47VF,CA77VA,oHsEEI,eAAgB,CAEhB,oBAAqB,CACrB,qBtE+7VJ,CAp8VA,4DsEWI,eAAgB,CAHhB,UAAY,CACZ,eAAmB,CAGnB,SAAY,CAFZ,oBtEk8VJ,CA58VA,8DsEoBI,0B5BkDQ,C4BnDR,iBAAkB,CrEPlB,aCqCiB,CDxCjB,qBAAsB,CqEOtB,cAAe,CrENf,eAAgB,CqEOhB,etEq8VJ,CAt9VA,sEsE0BI,atEg8VJ,C","file":"swagger-ui.css","sourcesContent":[".swagger-ui\n{\n @import '~tachyons-sass/tachyons.scss';\n @import 'mixins';\n @import 'variables';\n @import 'type';\n @import 'layout';\n @import 'buttons';\n @import 'form';\n @import 'modal';\n @import 'models';\n @import 'servers';\n @import 'table';\n @import 'topbar';\n @import 'information';\n @import 'authorize';\n @import 'errors';\n @include text_body();\n @import 'split-pane-mode';\n @import 'markdown';\n}\n","@mixin text_body($color: $text-body-default-font-color)\n{\n font-family: sans-serif;\n\n color: $color;\n}\n\n@mixin text_code($color: $text-code-default-font-color)\n{\n font-family: monospace;\n font-weight: 600;\n\n color: $color;\n}\n\n@mixin text_headline($color: $text-headline-default-font-color)\n{\n font-family: sans-serif;\n\n color: $color;\n}\n","// Base Colours\n$black: #000 !default;\n$white: #fff !default;\n$gray-50: lighten($black, 92%) !default; //ebebeb\n$gray-200: lighten($black, 62.75%) !default; // #a0a0a0\n$gray-300: lighten($black, 56.5%) !default; // #909090\n$gray-400: lighten($black, 50%) !default; // #808080\n$gray-500: lighten($black, 43.75%) !default; // #707070\n$gray-600: lighten($black, 37.5%) !default; // #606060\n$gray-650: lighten($black, 33.3%) !default; // #555555\n$gray-700: lighten($black, 31.25%) !default; // #505050\n$gray-800: lighten($black, 25%) !default; // #404040\n$gray-900: lighten($black, 18.75%) !default; // #303030\n\n$cod-gray: #1b1b1b !default;\n$agate-gray: #333333 !default;\n$bright-gray: #3b4151 !default;\n$mako-gray: #41444e !default;\n$waterloo-gray: #7d8492 !default;\n$alto-gray: #d9d9d9 !default;\n$mercury-gray: #e4e4e4 !default;\n$concrete-gray: #e8e8e8 !default;\n$alabaster: #f7f7f7 !default;\n$apple-green: #62a03f !default;\n$green-haze: #009d77 !default;\n$japanese-laurel: #008000 !default;\n$persian-green: #00a0a7 !default;\n$geyser-blue: #d8dde7 !default;\n$dodger-blue: #1391ff !default;\n$endeavour-blue: #005dae !default;\n$scampi-purple: #55a !default;\n$electric-violet: #7300e5 !default;\n$persian-red: #cf3030 !default;\n$mango-tango: #e97500 !default;\n\n// Theme\n\n$color-primary: #89bf04 !default;\n$color-secondary: #9012fe !default;\n$color-info: #4990e2 !default;\n$color-warning: #ff6060 !default;\n$color-danger: #f00 !default;\n\n$color-primary-hover: lighten($color-primary, .5%) !default;\n\n$_color-post: #49cc90 !default;\n$_color-get: #61affe !default;\n$_color-put: #fca130 !default;\n$_color-delete: #f93e3e !default;\n$_color-head: #9012fe !default;\n$_color-patch: #50e3c2 !default;\n$_color-disabled: #ebebeb !default;\n$_color-options: #0d5aa7 !default;\n\n// Authorize\n\n$auth-container-border-color: $gray-50 !default;\n$auth-select-all-none-link-font-color: $color-info !default;\n// Buttons\n\n$btn-background-color: transparent !default;\n$btn-border-color: $gray-400 !default;\n$btn-font-color: inherit !default;\n$btn-box-shadow-color: $black !default;\n\n$btn-authorize-background-color: transparent !default;\n$btn-authorize-border-color: $_color-post !default;\n$btn-authorize-font-color: $_color-post !default;\n$btn-authorize-svg-fill-color: $_color-post !default;\n\n$btn-cancel-background-color: transparent !default;\n$btn-cancel-border-color: $color-warning !default;\n$btn-cancel-font-color: $color-warning !default;\n\n$btn-execute-background-color: transparent !default;\n$btn-execute-border-color: $color-info !default;\n$btn-execute-font-color: $white !default;\n$btn-execute-background-color-alt: $color-info !default;\n\n$expand-methods-svg-fill-color: $gray-500 !default;\n$expand-methods-svg-fill-color-hover: $gray-800 !default;\n\n// Errors\n\n$errors-wrapper-background-color: $_color-delete !default;\n$errors-wrapper-border-color: $_color-delete !default;\n\n$errors-wrapper-errors-small-font-color: $gray-600 !default;\n\n// Form\n\n$form-select-background-color: $alabaster !default;\n$form-select-border-color: $mako-gray !default;\n$form-select-box-shadow-color: $black !default;\n\n$form-input-border-color: $alto-gray !default;\n$form-input-background-color: $white !default;\n\n$form-textarea-background-color: $white !default;\n$form-textarea-focus-border-color: $_color-get !default;\n\n$form-textarea-curl-background-color: $mako-gray !default;\n$form-textarea-curl-font-color: $white !default;\n\n$form-checkbox-label-font-color: $gray-900 !default;\n$form-checkbox-background-color: $concrete-gray !default;\n$form-checkbox-box-shadow-color: $concrete-gray !default;\n\n// Information\n\n$info-code-background-color: $black !default;\n$info-code-font-color: $_color-head !default;\n\n$info-link-font-color: $color-info !default;\n$info-link-font-color-hover: $info-link-font-color !default;\n\n$info-title-small-background-color: $waterloo-gray !default;\n\n$info-title-small-pre-font-color: $white !default;\n\n// Layout\n\n$opblock-border-color: $black !default;\n$opblock-box-shadow-color: $black !default;\n\n$opblock-tag-border-bottom-color: $bright-gray !default;\n$opblock-tag-background-color-hover: $black !default;\n\n$opblock-tab-header-tab-item-active-h4-span-after-background-color: $gray-400 !default;\n\n$opblock-isopen-summary-border-bottom-color: $black !default;\n\n$opblock-isopen-section-header-background-color: $white !default;\n$opblock-isopen-section-header-box-shadow-color: $black !default;\n\n$opblock-summary-method-background-color: $black !default;\n$opblock-summary-method-font-color: $white !default;\n$opblock-summary-method-text-shadow-color: $black !default;\n\n$operational-filter-input-border-color: $geyser-blue !default;\n\n$tab-list-item-first-background-color: $black !default;\n\n$response-col-status-undocumented-font-color: $gray-300 !default;\n\n$response-col-links-font-color: $gray-300 !default;\n\n$opblock-body-background-color: $agate-gray !default;\n$opblock-body-font-color: $white !default;\n\n$scheme-container-background-color: $white !default;\n$scheme-container-box-shadow-color: $black !default;\n\n$server-container-background-color: $white !default;\n$server-container-box-shadow-color: $black !default;\n\n$server-container-computed-url-code-font-color: $gray-400 !default;\n\n$loading-container-before-border-color: $gray-650 !default;\n$loading-container-before-border-top-color: $black !default;\n\n$response-content-type-controls-accept-header-select-border-color: $japanese-laurel !default;\n$response-content-type-controls-accept-header-small-font-color: $japanese-laurel !default;\n\n// Modal\n\n$dialog-ux-backdrop-background-color: $black !default;\n\n\n$dialog-ux-modal-background-color: $white !default;\n$dialog-ux-modal-border-color: $gray-50 !default;\n$dialog-ux-modal-box-shadow-color: $black !default;\n\n$dialog-ux-modal-content-font-color: $mako-gray !default;\n\n$dialog-ux-modal-header-border-bottom-color: $gray-50 !default;\n\n// Models\n\n$model-deprecated-font-color: $gray-200 !default;\n\n$model-hint-font-color: $gray-50 !default;\n$model-hint-background-color: $black !default;\n\n$section-models-border-color: $bright-gray !default;\n\n$section-models-isopen-h4-border-bottom-color: $section-models-border-color !default;\n\n$section-models-h4-font-color: $gray-600 !default;\n$section-models-h4-background-color-hover: $black !default;\n\n$section-models-h5-font-color: $gray-500 !default;\n\n$section-models-model-container-background-color: $black !default;\n\n$section-models-model-box-background-color: $black !default;\n\n$section-models-model-title-font-color: $gray-700 !default;\n\n$prop-type-font-color: $scampi-purple !default;\n\n$prop-format-font-color: $gray-600 !default;\n\n// Tables\n\n$table-thead-td-border-bottom-color: $bright-gray !default;\n\n$table-parameter-name-required-font-color: $color-danger !default;\n\n$table-parameter-in-font-color: $gray-400 !default;\n\n$table-parameter-deprecated-font-color: $color-danger !default;\n\n// Topbar\n\n$topbar-background-color: $cod-gray !default;\n\n$topbar-link-font-color: $white !default;\n\n$topbar-download-url-wrapper-element-border-color: $apple-green !default;\n\n$topbar-download-url-button-background-color: $apple-green !default;\n$topbar-download-url-button-font-color: $white !default;\n\n// Type\n\n$text-body-default-font-color: $bright-gray !default;\n$text-code-default-font-color: $bright-gray !default;\n$text-headline-default-font-color: $bright-gray !default;\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */\n\n/* Document\n ========================================================================== */\n\n/**\n * 1. Correct the line height in all browsers.\n * 2. Prevent adjustments of font size after orientation changes in\n * IE on Windows Phone and in iOS.\n */\n\nhtml {\n line-height: 1.15; /* 1 */\n -ms-text-size-adjust: 100%; /* 2 */\n -webkit-text-size-adjust: 100%; /* 2 */\n}\n\n/* Sections\n ========================================================================== */\n\n/**\n * Remove the margin in all browsers (opinionated).\n */\n\nbody {\n margin: 0;\n}\n\n/**\n * Add the correct display in IE 9-.\n */\n\narticle,\naside,\nfooter,\nheader,\nnav,\nsection {\n display: block;\n}\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/* Grouping content\n ========================================================================== */\n\n/**\n * Add the correct display in IE 9-.\n * 1. Add the correct display in IE.\n */\n\nfigcaption,\nfigure,\nmain { /* 1 */\n display: block;\n}\n\n/**\n * Add the correct margin in IE 8.\n */\n\nfigure {\n margin: 1em 40px;\n}\n\n/**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n\nhr {\n box-sizing: content-box; /* 1 */\n height: 0; /* 1 */\n overflow: visible; /* 2 */\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\npre {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/* Text-level semantics\n ========================================================================== */\n\n/**\n * 1. Remove the gray background on active links in IE 10.\n * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.\n */\n\na {\n background-color: transparent; /* 1 */\n -webkit-text-decoration-skip: objects; /* 2 */\n}\n\n/**\n * 1. Remove the bottom border in Chrome 57- and Firefox 39-.\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\n\nabbr[title] {\n border-bottom: none; /* 1 */\n text-decoration: underline; /* 2 */\n text-decoration: underline dotted; /* 2 */\n}\n\n/**\n * Prevent the duplicate application of `bolder` by the next rule in Safari 6.\n */\n\nb,\nstrong {\n font-weight: inherit;\n}\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\ncode,\nkbd,\nsamp {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/**\n * Add the correct font style in Android 4.3-.\n */\n\ndfn {\n font-style: italic;\n}\n\n/**\n * Add the correct background and color in IE 9-.\n */\n\nmark {\n background-color: #ff0;\n color: #000;\n}\n\n/**\n * Add the correct font size in all browsers.\n */\n\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/* Embedded content\n ========================================================================== */\n\n/**\n * Add the correct display in IE 9-.\n */\n\naudio,\nvideo {\n display: inline-block;\n}\n\n/**\n * Add the correct display in iOS 4-7.\n */\n\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\n/**\n * Remove the border on images inside links in IE 10-.\n */\n\nimg {\n border-style: none;\n}\n\n/**\n * Hide the overflow in IE.\n */\n\nsvg:not(:root) {\n overflow: hidden;\n}\n\n/* Forms\n ========================================================================== */\n\n/**\n * 1. Change the font styles in all browsers (opinionated).\n * 2. Remove the margin in Firefox and Safari.\n */\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: sans-serif; /* 1 */\n font-size: 100%; /* 1 */\n line-height: 1.15; /* 1 */\n margin: 0; /* 2 */\n}\n\n/**\n * Show the overflow in IE.\n * 1. Show the overflow in Edge.\n */\n\nbutton,\ninput { /* 1 */\n overflow: visible;\n}\n\n/**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\n\nbutton,\nselect { /* 1 */\n text-transform: none;\n}\n\n/**\n * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n * controls in Android 4.\n * 2. Correct the inability to style clickable types in iOS and Safari.\n */\n\nbutton,\nhtml [type=\"button\"], /* 1 */\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; /* 2 */\n}\n\n/**\n * Remove the inner border and padding in Firefox.\n */\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\n\n/**\n * Restore the focus styles unset by the previous rule.\n */\n\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText;\n}\n\n/**\n * Correct the padding in Firefox.\n */\n\nfieldset {\n padding: 0.35em 0.75em 0.625em;\n}\n\n/**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n * `fieldset` elements in all browsers.\n */\n\nlegend {\n box-sizing: border-box; /* 1 */\n color: inherit; /* 2 */\n display: table; /* 1 */\n max-width: 100%; /* 1 */\n padding: 0; /* 3 */\n white-space: normal; /* 1 */\n}\n\n/**\n * 1. Add the correct display in IE 9-.\n * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\n\nprogress {\n display: inline-block; /* 1 */\n vertical-align: baseline; /* 2 */\n}\n\n/**\n * Remove the default vertical scrollbar in IE.\n */\n\ntextarea {\n overflow: auto;\n}\n\n/**\n * 1. Add the correct box sizing in IE 10-.\n * 2. Remove the padding in IE 10-.\n */\n\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n\n[type=\"search\"] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/**\n * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.\n */\n\n[type=\"search\"]::-webkit-search-cancel-button,\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/* Interactive\n ========================================================================== */\n\n/*\n * Add the correct display in IE 9-.\n * 1. Add the correct display in Edge, IE, and Firefox.\n */\n\ndetails, /* 1 */\nmenu {\n display: block;\n}\n\n/*\n * Add the correct display in all browsers.\n */\n\nsummary {\n display: list-item;\n}\n\n/* Scripting\n ========================================================================== */\n\n/**\n * Add the correct display in IE 9-.\n */\n\ncanvas {\n display: inline-block;\n}\n\n/**\n * Add the correct display in IE.\n */\n\ntemplate {\n display: none;\n}\n\n/* Hidden\n ========================================================================== */\n\n/**\n * Add the correct display in IE 10-.\n */\n\n[hidden] {\n display: none;\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n DEBUG CHILDREN\n Docs: http://tachyons.io/docs/debug/\n\n Just add the debug class to any element to see outlines on its\n children.\n\n*/\n\n.debug * { outline: 1px solid gold; }\n.debug-white * { outline: 1px solid white; }\n.debug-black * { outline: 1px solid black; }\n\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n DEBUG GRID\n http://tachyons.io/docs/debug-grid/\n\n Can be useful for debugging layout issues\n or helping to make sure things line up perfectly.\n Just tack one of these classes onto a parent element.\n\n*/\n\n.debug-grid {\n background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTRDOTY4N0U2N0VFMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTRDOTY4N0Q2N0VFMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3NjY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3NzY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsBS+GMAAAAjSURBVHjaYvz//z8DLsD4gcGXiYEAGBIKGBne//fFpwAgwAB98AaF2pjlUQAAAABJRU5ErkJggg==) repeat top left;\n}\n\n.debug-grid-16 {\n background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODYyRjhERDU2N0YyMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODYyRjhERDQ2N0YyMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3QTY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3QjY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvCS01IAAABMSURBVHjaYmR4/5+BFPBfAMFm/MBgx8RAGWCn1AAmSg34Q6kBDKMGMDCwICeMIemF/5QawEipAWwUhwEjMDvbAWlWkvVBwu8vQIABAEwBCph8U6c0AAAAAElFTkSuQmCC) repeat top left;\n}\n\n.debug-grid-8-solid {\n background:white url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAAAAD/4QMxaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzExMSA3OS4xNTgzMjUsIDIwMTUvMDkvMTAtMDE6MTA6MjAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIxMjI0OTczNjdCMzExRTZCMkJDRTI0MDgxMDAyMTcxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIxMjI0OTc0NjdCMzExRTZCMkJDRTI0MDgxMDAyMTcxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjEyMjQ5NzE2N0IzMTFFNkIyQkNFMjQwODEwMDIxNzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjEyMjQ5NzI2N0IzMTFFNkIyQkNFMjQwODEwMDIxNzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAbGhopHSlBJiZBQi8vL0JHPz4+P0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHAR0pKTQmND8oKD9HPzU/R0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0f/wAARCAAIAAgDASIAAhEBAxEB/8QAWQABAQAAAAAAAAAAAAAAAAAAAAYBAQEAAAAAAAAAAAAAAAAAAAIEEAEBAAMBAAAAAAAAAAAAAAABADECA0ERAAEDBQAAAAAAAAAAAAAAAAARITFBUWESIv/aAAwDAQACEQMRAD8AoOnTV1QTD7JJshP3vSM3P//Z) repeat top left;\n}\n\n.debug-grid-16-solid {\n background:white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzY3MkJEN0U2N0M1MTFFNkIyQkNFMjQwODEwMDIxNzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzY3MkJEN0Y2N0M1MTFFNkIyQkNFMjQwODEwMDIxNzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3QzY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3RDY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pve6J3kAAAAzSURBVHjaYvz//z8D0UDsMwMjSRoYP5Gq4SPNbRjVMEQ1fCRDg+in/6+J1AJUxsgAEGAA31BAJMS0GYEAAAAASUVORK5CYII=) repeat top left;\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n BOX SIZING\n\n*/\n\nhtml,\nbody,\ndiv,\narticle,\nsection,\nmain,\nfooter,\nheader,\nform,\nfieldset,\nlegend,\npre,\ncode,\na,\nh1,h2,h3,h4,h5,h6,\np,\nul,\nol,\nli,\ndl,\ndt,\ndd,\ntextarea,\ntable,\ntd,\nth,\ntr,\ninput[type=\"email\"],\ninput[type=\"number\"],\ninput[type=\"password\"],\ninput[type=\"tel\"],\ninput[type=\"text\"],\ninput[type=\"url\"],\n.border-box {\n box-sizing: border-box;\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n ASPECT RATIOS\n\n*/\n\n/* This is for fluid media that is embedded from third party sites like youtube, vimeo etc.\n * Wrap the outer element in aspect-ratio and then extend it with the desired ratio i.e\n * Make sure there are no height and width attributes on the embedded media.\n * Adapted from: https://github.com/suitcss/components-flex-embed\n *\n * Example:\n *\n *
\n * \n *
\n *\n * */\n\n.aspect-ratio {\n height: 0;\n position: relative;\n}\n\n.aspect-ratio--16x9 { padding-bottom: 56.25%; }\n.aspect-ratio--9x16 { padding-bottom: 177.77%; }\n\n.aspect-ratio--4x3 { padding-bottom: 75%; }\n.aspect-ratio--3x4 { padding-bottom: 133.33%; }\n\n.aspect-ratio--6x4 { padding-bottom: 66.6%; }\n.aspect-ratio--4x6 { padding-bottom: 150%; }\n\n.aspect-ratio--8x5 { padding-bottom: 62.5%; }\n.aspect-ratio--5x8 { padding-bottom: 160%; }\n\n.aspect-ratio--7x5 { padding-bottom: 71.42%; }\n.aspect-ratio--5x7 { padding-bottom: 140%; }\n\n.aspect-ratio--1x1 { padding-bottom: 100%; }\n\n.aspect-ratio--object {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: 100;\n}\n\n@media #{$breakpoint-not-small}{\n .aspect-ratio-ns {\n height: 0;\n position: relative;\n }\n .aspect-ratio--16x9-ns { padding-bottom: 56.25%; }\n .aspect-ratio--9x16-ns { padding-bottom: 177.77%; }\n .aspect-ratio--4x3-ns { padding-bottom: 75%; }\n .aspect-ratio--3x4-ns { padding-bottom: 133.33%; }\n .aspect-ratio--6x4-ns { padding-bottom: 66.6%; }\n .aspect-ratio--4x6-ns { padding-bottom: 150%; }\n .aspect-ratio--8x5-ns { padding-bottom: 62.5%; }\n .aspect-ratio--5x8-ns { padding-bottom: 160%; }\n .aspect-ratio--7x5-ns { padding-bottom: 71.42%; }\n .aspect-ratio--5x7-ns { padding-bottom: 140%; }\n .aspect-ratio--1x1-ns { padding-bottom: 100%; }\n .aspect-ratio--object-ns {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: 100;\n }\n}\n\n@media #{$breakpoint-medium}{\n .aspect-ratio-m {\n height: 0;\n position: relative;\n }\n .aspect-ratio--16x9-m { padding-bottom: 56.25%; }\n .aspect-ratio--9x16-m { padding-bottom: 177.77%; }\n .aspect-ratio--4x3-m { padding-bottom: 75%; }\n .aspect-ratio--3x4-m { padding-bottom: 133.33%; }\n .aspect-ratio--6x4-m { padding-bottom: 66.6%; }\n .aspect-ratio--4x6-m { padding-bottom: 150%; }\n .aspect-ratio--8x5-m { padding-bottom: 62.5%; }\n .aspect-ratio--5x8-m { padding-bottom: 160%; }\n .aspect-ratio--7x5-m { padding-bottom: 71.42%; }\n .aspect-ratio--5x7-m { padding-bottom: 140%; }\n .aspect-ratio--1x1-m { padding-bottom: 100%; }\n .aspect-ratio--object-m {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: 100;\n }\n}\n\n@media #{$breakpoint-large}{\n .aspect-ratio-l {\n height: 0;\n position: relative;\n }\n .aspect-ratio--16x9-l { padding-bottom: 56.25%; }\n .aspect-ratio--9x16-l { padding-bottom: 177.77%; }\n .aspect-ratio--4x3-l { padding-bottom: 75%; }\n .aspect-ratio--3x4-l { padding-bottom: 133.33%; }\n .aspect-ratio--6x4-l { padding-bottom: 66.6%; }\n .aspect-ratio--4x6-l { padding-bottom: 150%; }\n .aspect-ratio--8x5-l { padding-bottom: 62.5%; }\n .aspect-ratio--5x8-l { padding-bottom: 160%; }\n .aspect-ratio--7x5-l { padding-bottom: 71.42%; }\n .aspect-ratio--5x7-l { padding-bottom: 140%; }\n .aspect-ratio--1x1-l { padding-bottom: 100%; }\n .aspect-ratio--object-l {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: 100;\n }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n IMAGES\n Docs: http://tachyons.io/docs/elements/images/\n\n*/\n\n/* Responsive images! */\n\nimg { max-width: 100%; }\n\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n BACKGROUND SIZE\n Docs: http://tachyons.io/docs/themes/background-size/\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n/*\n Often used in combination with background image set as an inline style\n on an html element.\n*/\n\n .cover { background-size: cover!important; }\n .contain { background-size: contain!important; }\n\n@media #{$breakpoint-not-small} {\n .cover-ns { background-size: cover!important; }\n .contain-ns { background-size: contain!important; }\n}\n\n@media #{$breakpoint-medium} {\n .cover-m { background-size: cover!important; }\n .contain-m { background-size: contain!important; }\n}\n\n@media #{$breakpoint-large} {\n .cover-l { background-size: cover!important; }\n .contain-l { background-size: contain!important; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n BACKGROUND POSITION\n\n Base:\n bg = background\n\n Modifiers:\n -center = center center\n -top = top center\n -right = center right\n -bottom = bottom center\n -left = center left\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n */\n\n.bg-center { \n background-repeat: no-repeat;\n background-position: center center; \n}\n\n.bg-top { \n background-repeat: no-repeat; \n background-position: top center; \n}\n\n.bg-right { \n background-repeat: no-repeat; \n background-position: center right; \n}\n\n.bg-bottom { \n background-repeat: no-repeat; \n background-position: bottom center; \n}\n\n.bg-left { \n background-repeat: no-repeat; \n background-position: center left; \n}\n\n@media #{$breakpoint-not-small} {\n .bg-center-ns { \n background-repeat: no-repeat;\n background-position: center center; \n }\n\n .bg-top-ns { \n background-repeat: no-repeat; \n background-position: top center; \n }\n\n .bg-right-ns { \n background-repeat: no-repeat; \n background-position: center right; \n }\n\n .bg-bottom-ns { \n background-repeat: no-repeat; \n background-position: bottom center; \n }\n\n .bg-left-ns { \n background-repeat: no-repeat; \n background-position: center left; \n }\n}\n\n@media #{$breakpoint-medium} {\n .bg-center-m { \n background-repeat: no-repeat;\n background-position: center center; \n }\n\n .bg-top-m { \n background-repeat: no-repeat; \n background-position: top center; \n }\n\n .bg-right-m { \n background-repeat: no-repeat; \n background-position: center right; \n }\n\n .bg-bottom-m { \n background-repeat: no-repeat; \n background-position: bottom center; \n }\n\n .bg-left-m { \n background-repeat: no-repeat; \n background-position: center left; \n }\n}\n\n@media #{$breakpoint-large} {\n .bg-center-l { \n background-repeat: no-repeat;\n background-position: center center; \n }\n\n .bg-top-l { \n background-repeat: no-repeat; \n background-position: top center; \n }\n\n .bg-right-l { \n background-repeat: no-repeat; \n background-position: center right; \n }\n\n .bg-bottom-l { \n background-repeat: no-repeat; \n background-position: bottom center; \n }\n\n .bg-left-l { \n background-repeat: no-repeat; \n background-position: center left; \n }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n OUTLINES\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n.outline { outline: 1px solid; }\n.outline-transparent { outline: 1px solid transparent; }\n.outline-0 { outline: 0; }\n\n@media #{$breakpoint-not-small} {\n .outline-ns { outline: 1px solid; }\n .outline-transparent-ns { outline: 1px solid transparent; }\n .outline-0-ns { outline: 0; }\n}\n\n@media #{$breakpoint-medium} {\n .outline-m { outline: 1px solid; }\n .outline-transparent-m { outline: 1px solid transparent; }\n .outline-0-m { outline: 0; }\n}\n\n@media #{$breakpoint-large} {\n .outline-l { outline: 1px solid; }\n .outline-transparent-l { outline: 1px solid transparent; }\n .outline-0-l { outline: 0; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n BORDERS\n Docs: http://tachyons.io/docs/themes/borders/\n\n Base:\n b = border\n\n Modifiers:\n a = all\n t = top\n r = right\n b = bottom\n l = left\n n = none\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n .ba { border-style: solid; border-width: 1px; }\n .bt { border-top-style: solid; border-top-width: 1px; }\n .br { border-right-style: solid; border-right-width: 1px; }\n .bb { border-bottom-style: solid; border-bottom-width: 1px; }\n .bl { border-left-style: solid; border-left-width: 1px; }\n .bn { border-style: none; border-width: 0; }\n\n\n@media #{$breakpoint-not-small} {\n .ba-ns { border-style: solid; border-width: 1px; }\n .bt-ns { border-top-style: solid; border-top-width: 1px; }\n .br-ns { border-right-style: solid; border-right-width: 1px; }\n .bb-ns { border-bottom-style: solid; border-bottom-width: 1px; }\n .bl-ns { border-left-style: solid; border-left-width: 1px; }\n .bn-ns { border-style: none; border-width: 0; }\n}\n\n@media #{$breakpoint-medium} {\n .ba-m { border-style: solid; border-width: 1px; }\n .bt-m { border-top-style: solid; border-top-width: 1px; }\n .br-m { border-right-style: solid; border-right-width: 1px; }\n .bb-m { border-bottom-style: solid; border-bottom-width: 1px; }\n .bl-m { border-left-style: solid; border-left-width: 1px; }\n .bn-m { border-style: none; border-width: 0; }\n}\n\n@media #{$breakpoint-large} {\n .ba-l { border-style: solid; border-width: 1px; }\n .bt-l { border-top-style: solid; border-top-width: 1px; }\n .br-l { border-right-style: solid; border-right-width: 1px; }\n .bb-l { border-bottom-style: solid; border-bottom-width: 1px; }\n .bl-l { border-left-style: solid; border-left-width: 1px; }\n .bn-l { border-style: none; border-width: 0; }\n}\n\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n BORDER COLORS\n Docs: http://tachyons.io/docs/themes/borders/\n\n Border colors can be used to extend the base\n border classes ba,bt,bb,br,bl found in the _borders.css file.\n\n The base border class by default will set the color of the border\n to that of the current text color. These classes are for the cases\n where you desire for the text and border colors to be different.\n\n Base:\n b = border\n\n Modifiers:\n --color-name = each color variable name is also a border color name\n\n*/\n\n.b--black { border-color: $black; }\n.b--near-black { border-color: $near-black; }\n.b--dark-gray { border-color: $dark-gray; }\n.b--mid-gray { border-color: $mid-gray; }\n.b--gray { border-color: $gray; }\n.b--silver { border-color: $silver; }\n.b--light-silver { border-color: $light-silver; }\n.b--moon-gray { border-color: $moon-gray; }\n.b--light-gray { border-color: $light-gray; }\n.b--near-white { border-color: $near-white; }\n.b--white { border-color: $white; }\n\n.b--white-90 { border-color: $white-90; }\n.b--white-80 { border-color: $white-80; }\n.b--white-70 { border-color: $white-70; }\n.b--white-60 { border-color: $white-60; }\n.b--white-50 { border-color: $white-50; }\n.b--white-40 { border-color: $white-40; }\n.b--white-30 { border-color: $white-30; }\n.b--white-20 { border-color: $white-20; }\n.b--white-10 { border-color: $white-10; }\n.b--white-05 { border-color: $white-05; }\n.b--white-025 { border-color: $white-025; }\n.b--white-0125 { border-color: $white-0125; }\n\n.b--black-90 { border-color: $black-90; }\n.b--black-80 { border-color: $black-80; }\n.b--black-70 { border-color: $black-70; }\n.b--black-60 { border-color: $black-60; }\n.b--black-50 { border-color: $black-50; }\n.b--black-40 { border-color: $black-40; }\n.b--black-30 { border-color: $black-30; }\n.b--black-20 { border-color: $black-20; }\n.b--black-10 { border-color: $black-10; }\n.b--black-05 { border-color: $black-05; }\n.b--black-025 { border-color: $black-025; }\n.b--black-0125 { border-color: $black-0125; }\n\n.b--dark-red { border-color: $dark-red; }\n.b--red { border-color: $red; }\n.b--light-red { border-color: $light-red; }\n.b--orange { border-color: $orange; }\n.b--gold { border-color: $gold; }\n.b--yellow { border-color: $yellow; }\n.b--light-yellow { border-color: $light-yellow; }\n.b--purple { border-color: $purple; }\n.b--light-purple { border-color: $light-purple; }\n.b--dark-pink { border-color: $dark-pink; }\n.b--hot-pink { border-color: $hot-pink; }\n.b--pink { border-color: $pink; }\n.b--light-pink { border-color: $light-pink; }\n.b--dark-green { border-color: $dark-green; }\n.b--green { border-color: $green; }\n.b--light-green { border-color: $light-green; }\n.b--navy { border-color: $navy; }\n.b--dark-blue { border-color: $dark-blue; }\n.b--blue { border-color: $blue; }\n.b--light-blue { border-color: $light-blue; }\n.b--lightest-blue { border-color: $lightest-blue; }\n.b--washed-blue { border-color: $washed-blue; }\n.b--washed-green { border-color: $washed-green; }\n.b--washed-yellow { border-color: $washed-yellow; }\n.b--washed-red { border-color: $washed-red; }\n\n.b--transparent { border-color: $transparent; }\n.b--inherit { border-color: inherit; }\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n BORDER RADIUS\n Docs: http://tachyons.io/docs/themes/border-radius/\n\n Base:\n br = border-radius\n\n Modifiers:\n 0 = 0/none\n 1 = 1st step in scale\n 2 = 2nd step in scale\n 3 = 3rd step in scale\n 4 = 4th step in scale\n\n Literal values:\n -100 = 100%\n -pill = 9999px\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n .br0 { border-radius: $border-radius-none }\n .br1 { border-radius: $border-radius-1; }\n .br2 { border-radius: $border-radius-2; }\n .br3 { border-radius: $border-radius-3; }\n .br4 { border-radius: $border-radius-4; }\n .br-100 { border-radius: $border-radius-circle; }\n .br-pill { border-radius: $border-radius-pill; }\n .br--bottom {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n .br--top {\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n }\n .br--right {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n }\n .br--left {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n }\n\n@media #{$breakpoint-not-small} {\n .br0-ns { border-radius: $border-radius-none }\n .br1-ns { border-radius: $border-radius-1; }\n .br2-ns { border-radius: $border-radius-2; }\n .br3-ns { border-radius: $border-radius-3; }\n .br4-ns { border-radius: $border-radius-4; }\n .br-100-ns { border-radius: $border-radius-circle; }\n .br-pill-ns { border-radius: $border-radius-pill; }\n .br--bottom-ns {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n .br--top-ns {\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n }\n .br--right-ns {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n }\n .br--left-ns {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n }\n}\n\n@media #{$breakpoint-medium} {\n .br0-m { border-radius: $border-radius-none }\n .br1-m { border-radius: $border-radius-1; }\n .br2-m { border-radius: $border-radius-2; }\n .br3-m { border-radius: $border-radius-3; }\n .br4-m { border-radius: $border-radius-4; }\n .br-100-m { border-radius: $border-radius-circle; }\n .br-pill-m { border-radius: $border-radius-pill; }\n .br--bottom-m {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n .br--top-m {\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n }\n .br--right-m {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n }\n .br--left-m {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n }\n}\n\n@media #{$breakpoint-large} {\n .br0-l { border-radius: $border-radius-none }\n .br1-l { border-radius: $border-radius-1; }\n .br2-l { border-radius: $border-radius-2; }\n .br3-l { border-radius: $border-radius-3; }\n .br4-l { border-radius: $border-radius-4; }\n .br-100-l { border-radius: $border-radius-circle; }\n .br-pill-l { border-radius: $border-radius-pill; }\n .br--bottom-l {\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n }\n .br--top-l {\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n }\n .br--right-l {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n }\n .br--left-l {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n BORDER STYLES\n Docs: http://tachyons.io/docs/themes/borders/\n\n Depends on base border module in _borders.css\n\n Base:\n b = border-style\n\n Modifiers:\n --none = none\n --dotted = dotted\n --dashed = dashed\n --solid = solid\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n */\n\n.b--dotted { border-style: dotted; }\n.b--dashed { border-style: dashed; }\n.b--solid { border-style: solid; }\n.b--none { border-style: none; }\n\n@media #{$breakpoint-not-small} {\n .b--dotted-ns { border-style: dotted; }\n .b--dashed-ns { border-style: dashed; }\n .b--solid-ns { border-style: solid; }\n .b--none-ns { border-style: none; }\n}\n\n@media #{$breakpoint-medium} {\n .b--dotted-m { border-style: dotted; }\n .b--dashed-m { border-style: dashed; }\n .b--solid-m { border-style: solid; }\n .b--none-m { border-style: none; }\n}\n\n@media #{$breakpoint-large} {\n .b--dotted-l { border-style: dotted; }\n .b--dashed-l { border-style: dashed; }\n .b--solid-l { border-style: solid; }\n .b--none-l { border-style: none; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n BORDER WIDTHS\n Docs: http://tachyons.io/docs/themes/borders/\n\n Base:\n bw = border-width\n\n Modifiers:\n 0 = 0 width border\n 1 = 1st step in border-width scale\n 2 = 2nd step in border-width scale\n 3 = 3rd step in border-width scale\n 4 = 4th step in border-width scale\n 5 = 5th step in border-width scale\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n.bw0 { border-width: $border-width-none; }\n.bw1 { border-width: $border-width-1; }\n.bw2 { border-width: $border-width-2; }\n.bw3 { border-width: $border-width-3; }\n.bw4 { border-width: $border-width-4; }\n.bw5 { border-width: $border-width-5; }\n\n/* Resets */\n.bt-0 { border-top-width: $border-width-none }\n.br-0 { border-right-width: $border-width-none }\n.bb-0 { border-bottom-width: $border-width-none }\n.bl-0 { border-left-width: $border-width-none }\n\n@media #{$breakpoint-not-small} {\n .bw0-ns { border-width: $border-width-none; }\n .bw1-ns { border-width: $border-width-1; }\n .bw2-ns { border-width: $border-width-2; }\n .bw3-ns { border-width: $border-width-3; }\n .bw4-ns { border-width: $border-width-4; }\n .bw5-ns { border-width: $border-width-5; }\n .bt-0-ns { border-top-width: $border-width-none }\n .br-0-ns { border-right-width: $border-width-none }\n .bb-0-ns { border-bottom-width: $border-width-none }\n .bl-0-ns { border-left-width: $border-width-none }\n}\n\n@media #{$breakpoint-medium} {\n .bw0-m { border-width: $border-width-none; }\n .bw1-m { border-width: $border-width-1; }\n .bw2-m { border-width: $border-width-2; }\n .bw3-m { border-width: $border-width-3; }\n .bw4-m { border-width: $border-width-4; }\n .bw5-m { border-width: $border-width-5; }\n .bt-0-m { border-top-width: $border-width-none }\n .br-0-m { border-right-width: $border-width-none }\n .bb-0-m { border-bottom-width: $border-width-none }\n .bl-0-m { border-left-width: $border-width-none }\n}\n\n@media #{$breakpoint-large} {\n .bw0-l { border-width: $border-width-none; }\n .bw1-l { border-width: $border-width-1; }\n .bw2-l { border-width: $border-width-2; }\n .bw3-l { border-width: $border-width-3; }\n .bw4-l { border-width: $border-width-4; }\n .bw5-l { border-width: $border-width-5; }\n .bt-0-l { border-top-width: $border-width-none }\n .br-0-l { border-right-width: $border-width-none }\n .bb-0-l { border-bottom-width: $border-width-none }\n .bl-0-l { border-left-width: $border-width-none }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n BOX-SHADOW\n Docs: http://tachyons.io/docs/themes/box-shadow/\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n */\n\n.shadow-1 { box-shadow: $box-shadow-1; }\n.shadow-2 { box-shadow: $box-shadow-2; }\n.shadow-3 { box-shadow: $box-shadow-3; }\n.shadow-4 { box-shadow: $box-shadow-4; }\n.shadow-5 { box-shadow: $box-shadow-5; }\n\n@media #{$breakpoint-not-small} {\n .shadow-1-ns { box-shadow: $box-shadow-1; }\n .shadow-2-ns { box-shadow: $box-shadow-2; }\n .shadow-3-ns { box-shadow: $box-shadow-3; }\n .shadow-4-ns { box-shadow: $box-shadow-4; }\n .shadow-5-ns { box-shadow: $box-shadow-5; }\n}\n\n@media #{$breakpoint-medium} {\n .shadow-1-m { box-shadow: $box-shadow-1; }\n .shadow-2-m { box-shadow: $box-shadow-2; }\n .shadow-3-m { box-shadow: $box-shadow-3; }\n .shadow-4-m { box-shadow: $box-shadow-4; }\n .shadow-5-m { box-shadow: $box-shadow-5; }\n}\n\n@media #{$breakpoint-large} {\n .shadow-1-l { box-shadow: $box-shadow-1; }\n .shadow-2-l { box-shadow: $box-shadow-2; }\n .shadow-3-l { box-shadow: $box-shadow-3; }\n .shadow-4-l { box-shadow: $box-shadow-4; }\n .shadow-5-l { box-shadow: $box-shadow-5; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n CODE\n\n*/\n\n.pre {\n overflow-x: auto;\n overflow-y: hidden;\n overflow: scroll;\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n COORDINATES\n Docs: http://tachyons.io/docs/layout/position/\n\n Use in combination with the position module.\n\n Base:\n top\n bottom\n right\n left\n\n Modifiers:\n -0 = literal value 0\n -1 = literal value 1\n -2 = literal value 2\n --1 = literal value -1\n --2 = literal value -2\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n.top-0 { top: 0; }\n.right-0 { right: 0; }\n.bottom-0 { bottom: 0; }\n.left-0 { left: 0; }\n\n.top-1 { top: 1rem; }\n.right-1 { right: 1rem; }\n.bottom-1 { bottom: 1rem; }\n.left-1 { left: 1rem; }\n\n.top-2 { top: 2rem; }\n.right-2 { right: 2rem; }\n.bottom-2 { bottom: 2rem; }\n.left-2 { left: 2rem; }\n\n.top--1 { top: -1rem; }\n.right--1 { right: -1rem; }\n.bottom--1 { bottom: -1rem; }\n.left--1 { left: -1rem; }\n\n.top--2 { top: -2rem; }\n.right--2 { right: -2rem; }\n.bottom--2 { bottom: -2rem; }\n.left--2 { left: -2rem; }\n\n\n.absolute--fill {\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n}\n\n@media #{$breakpoint-not-small} {\n .top-0-ns { top: 0; }\n .left-0-ns { left: 0; }\n .right-0-ns { right: 0; }\n .bottom-0-ns { bottom: 0; }\n .top-1-ns { top: 1rem; }\n .left-1-ns { left: 1rem; }\n .right-1-ns { right: 1rem; }\n .bottom-1-ns { bottom: 1rem; }\n .top-2-ns { top: 2rem; }\n .left-2-ns { left: 2rem; }\n .right-2-ns { right: 2rem; }\n .bottom-2-ns { bottom: 2rem; }\n .top--1-ns { top: -1rem; }\n .right--1-ns { right: -1rem; }\n .bottom--1-ns { bottom: -1rem; }\n .left--1-ns { left: -1rem; }\n .top--2-ns { top: -2rem; }\n .right--2-ns { right: -2rem; }\n .bottom--2-ns { bottom: -2rem; }\n .left--2-ns { left: -2rem; }\n .absolute--fill-ns {\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n }\n}\n\n@media #{$breakpoint-medium} {\n .top-0-m { top: 0; }\n .left-0-m { left: 0; }\n .right-0-m { right: 0; }\n .bottom-0-m { bottom: 0; }\n .top-1-m { top: 1rem; }\n .left-1-m { left: 1rem; }\n .right-1-m { right: 1rem; }\n .bottom-1-m { bottom: 1rem; }\n .top-2-m { top: 2rem; }\n .left-2-m { left: 2rem; }\n .right-2-m { right: 2rem; }\n .bottom-2-m { bottom: 2rem; }\n .top--1-m { top: -1rem; }\n .right--1-m { right: -1rem; }\n .bottom--1-m { bottom: -1rem; }\n .left--1-m { left: -1rem; }\n .top--2-m { top: -2rem; }\n .right--2-m { right: -2rem; }\n .bottom--2-m { bottom: -2rem; }\n .left--2-m { left: -2rem; }\n .absolute--fill-m {\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n }\n}\n\n@media #{$breakpoint-large} {\n .top-0-l { top: 0; }\n .left-0-l { left: 0; }\n .right-0-l { right: 0; }\n .bottom-0-l { bottom: 0; }\n .top-1-l { top: 1rem; }\n .left-1-l { left: 1rem; }\n .right-1-l { right: 1rem; }\n .bottom-1-l { bottom: 1rem; }\n .top-2-l { top: 2rem; }\n .left-2-l { left: 2rem; }\n .right-2-l { right: 2rem; }\n .bottom-2-l { bottom: 2rem; }\n .top--1-l { top: -1rem; }\n .right--1-l { right: -1rem; }\n .bottom--1-l { bottom: -1rem; }\n .left--1-l { left: -1rem; }\n .top--2-l { top: -2rem; }\n .right--2-l { right: -2rem; }\n .bottom--2-l { bottom: -2rem; }\n .left--2-l { left: -2rem; }\n .absolute--fill-l {\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n CLEARFIX\n http://tachyons.io/docs/layout/clearfix/\n\n*/\n\n/* Nicolas Gallaghers Clearfix solution\n Ref: http://nicolasgallagher.com/micro-clearfix-hack/ */\n\n.cf:before,\n.cf:after { content: \" \"; display: table; }\n.cf:after { clear: both; }\n.cf { *zoom: 1; }\n\n.cl { clear: left; }\n.cr { clear: right; }\n.cb { clear: both; }\n.cn { clear: none; }\n\n@media #{$breakpoint-not-small} {\n .cl-ns { clear: left; }\n .cr-ns { clear: right; }\n .cb-ns { clear: both; }\n .cn-ns { clear: none; }\n}\n\n@media #{$breakpoint-medium} {\n .cl-m { clear: left; }\n .cr-m { clear: right; }\n .cb-m { clear: both; }\n .cn-m { clear: none; }\n}\n\n@media #{$breakpoint-large} {\n .cl-l { clear: left; }\n .cr-l { clear: right; }\n .cb-l { clear: both; }\n .cn-l { clear: none; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n FLEXBOX\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n.flex { display: flex; }\n.inline-flex { display: inline-flex; }\n\n/* 1. Fix for Chrome 44 bug.\n * https://code.google.com/p/chromium/issues/detail?id=506893 */\n.flex-auto {\n flex: 1 1 auto;\n min-width: 0; /* 1 */\n min-height: 0; /* 1 */\n}\n\n.flex-none { flex: none; }\n\n.flex-column { flex-direction: column; }\n.flex-row { flex-direction: row; }\n.flex-wrap { flex-wrap: wrap; }\n.flex-nowrap { flex-wrap: nowrap; }\n.flex-wrap-reverse { flex-wrap: wrap-reverse; }\n.flex-column-reverse { flex-direction: column-reverse; }\n.flex-row-reverse { flex-direction: row-reverse; }\n\n.items-start { align-items: flex-start; }\n.items-end { align-items: flex-end; }\n.items-center { align-items: center; }\n.items-baseline { align-items: baseline; }\n.items-stretch { align-items: stretch; }\n\n.self-start { align-self: flex-start; }\n.self-end { align-self: flex-end; }\n.self-center { align-self: center; }\n.self-baseline { align-self: baseline; }\n.self-stretch { align-self: stretch; }\n\n.justify-start { justify-content: flex-start; }\n.justify-end { justify-content: flex-end; }\n.justify-center { justify-content: center; }\n.justify-between { justify-content: space-between; }\n.justify-around { justify-content: space-around; }\n\n.content-start { align-content: flex-start; }\n.content-end { align-content: flex-end; }\n.content-center { align-content: center; }\n.content-between { align-content: space-between; }\n.content-around { align-content: space-around; }\n.content-stretch { align-content: stretch; }\n\n.order-0 { order: 0; }\n.order-1 { order: 1; }\n.order-2 { order: 2; }\n.order-3 { order: 3; }\n.order-4 { order: 4; }\n.order-5 { order: 5; }\n.order-6 { order: 6; }\n.order-7 { order: 7; }\n.order-8 { order: 8; }\n.order-last { order: 99999; }\n\n.flex-grow-0 { flex-grow: 0; }\n.flex-grow-1 { flex-grow: 1; }\n\n.flex-shrink-0 { flex-shrink: 0; }\n.flex-shrink-1 { flex-shrink: 1; }\n\n@media #{$breakpoint-not-small} {\n .flex-ns { display: flex; }\n .inline-flex-ns { display: inline-flex; }\n .flex-auto-ns {\n flex: 1 1 auto;\n min-width: 0; /* 1 */\n min-height: 0; /* 1 */\n }\n .flex-none-ns { flex: none; }\n .flex-column-ns { flex-direction: column; }\n .flex-row-ns { flex-direction: row; }\n .flex-wrap-ns { flex-wrap: wrap; }\n .flex-nowrap-ns { flex-wrap: nowrap; }\n .flex-wrap-reverse-ns { flex-wrap: wrap-reverse; }\n .flex-column-reverse-ns { flex-direction: column-reverse; }\n .flex-row-reverse-ns { flex-direction: row-reverse; }\n .items-start-ns { align-items: flex-start; }\n .items-end-ns { align-items: flex-end; }\n .items-center-ns { align-items: center; }\n .items-baseline-ns { align-items: baseline; }\n .items-stretch-ns { align-items: stretch; }\n\n .self-start-ns { align-self: flex-start; }\n .self-end-ns { align-self: flex-end; }\n .self-center-ns { align-self: center; }\n .self-baseline-ns { align-self: baseline; }\n .self-stretch-ns { align-self: stretch; }\n\n .justify-start-ns { justify-content: flex-start; }\n .justify-end-ns { justify-content: flex-end; }\n .justify-center-ns { justify-content: center; }\n .justify-between-ns { justify-content: space-between; }\n .justify-around-ns { justify-content: space-around; }\n\n .content-start-ns { align-content: flex-start; }\n .content-end-ns { align-content: flex-end; }\n .content-center-ns { align-content: center; }\n .content-between-ns { align-content: space-between; }\n .content-around-ns { align-content: space-around; }\n .content-stretch-ns { align-content: stretch; }\n\n .order-0-ns { order: 0; }\n .order-1-ns { order: 1; }\n .order-2-ns { order: 2; }\n .order-3-ns { order: 3; }\n .order-4-ns { order: 4; }\n .order-5-ns { order: 5; }\n .order-6-ns { order: 6; }\n .order-7-ns { order: 7; }\n .order-8-ns { order: 8; }\n .order-last-ns { order: 99999; }\n\n .flex-grow-0-ns { flex-grow: 0; }\n .flex-grow-1-ns { flex-grow: 1; }\n\n .flex-shrink-0-ns { flex-shrink: 0; }\n .flex-shrink-1-ns { flex-shrink: 1; }\n}\n@media #{$breakpoint-medium} {\n .flex-m { display: flex; }\n .inline-flex-m { display: inline-flex; }\n .flex-auto-m {\n flex: 1 1 auto;\n min-width: 0; /* 1 */\n min-height: 0; /* 1 */\n }\n .flex-none-m { flex: none; }\n .flex-column-m { flex-direction: column; }\n .flex-row-m { flex-direction: row; }\n .flex-wrap-m { flex-wrap: wrap; }\n .flex-nowrap-m { flex-wrap: nowrap; }\n .flex-wrap-reverse-m { flex-wrap: wrap-reverse; }\n .flex-column-reverse-m { flex-direction: column-reverse; }\n .flex-row-reverse-m { flex-direction: row-reverse; }\n .items-start-m { align-items: flex-start; }\n .items-end-m { align-items: flex-end; }\n .items-center-m { align-items: center; }\n .items-baseline-m { align-items: baseline; }\n .items-stretch-m { align-items: stretch; }\n\n .self-start-m { align-self: flex-start; }\n .self-end-m { align-self: flex-end; }\n .self-center-m { align-self: center; }\n .self-baseline-m { align-self: baseline; }\n .self-stretch-m { align-self: stretch; }\n\n .justify-start-m { justify-content: flex-start; }\n .justify-end-m { justify-content: flex-end; }\n .justify-center-m { justify-content: center; }\n .justify-between-m { justify-content: space-between; }\n .justify-around-m { justify-content: space-around; }\n\n .content-start-m { align-content: flex-start; }\n .content-end-m { align-content: flex-end; }\n .content-center-m { align-content: center; }\n .content-between-m { align-content: space-between; }\n .content-around-m { align-content: space-around; }\n .content-stretch-m { align-content: stretch; }\n\n .order-0-m { order: 0; }\n .order-1-m { order: 1; }\n .order-2-m { order: 2; }\n .order-3-m { order: 3; }\n .order-4-m { order: 4; }\n .order-5-m { order: 5; }\n .order-6-m { order: 6; }\n .order-7-m { order: 7; }\n .order-8-m { order: 8; }\n .order-last-m { order: 99999; }\n\n .flex-grow-0-m { flex-grow: 0; }\n .flex-grow-1-m { flex-grow: 1; }\n\n .flex-shrink-0-m { flex-shrink: 0; }\n .flex-shrink-1-m { flex-shrink: 1; }\n}\n\n@media #{$breakpoint-large} {\n .flex-l { display: flex; }\n .inline-flex-l { display: inline-flex; }\n .flex-auto-l {\n flex: 1 1 auto;\n min-width: 0; /* 1 */\n min-height: 0; /* 1 */\n }\n .flex-none-l { flex: none; }\n .flex-column-l { flex-direction: column; }\n .flex-row-l { flex-direction: row; }\n .flex-wrap-l { flex-wrap: wrap; }\n .flex-nowrap-l { flex-wrap: nowrap; }\n .flex-wrap-reverse-l { flex-wrap: wrap-reverse; }\n .flex-column-reverse-l { flex-direction: column-reverse; }\n .flex-row-reverse-l { flex-direction: row-reverse; }\n\n .items-start-l { align-items: flex-start; }\n .items-end-l { align-items: flex-end; }\n .items-center-l { align-items: center; }\n .items-baseline-l { align-items: baseline; }\n .items-stretch-l { align-items: stretch; }\n\n .self-start-l { align-self: flex-start; }\n .self-end-l { align-self: flex-end; }\n .self-center-l { align-self: center; }\n .self-baseline-l { align-self: baseline; }\n .self-stretch-l { align-self: stretch; }\n\n .justify-start-l { justify-content: flex-start; }\n .justify-end-l { justify-content: flex-end; }\n .justify-center-l { justify-content: center; }\n .justify-between-l { justify-content: space-between; }\n .justify-around-l { justify-content: space-around; }\n\n .content-start-l { align-content: flex-start; }\n .content-end-l { align-content: flex-end; }\n .content-center-l { align-content: center; }\n .content-between-l { align-content: space-between; }\n .content-around-l { align-content: space-around; }\n .content-stretch-l { align-content: stretch; }\n\n .order-0-l { order: 0; }\n .order-1-l { order: 1; }\n .order-2-l { order: 2; }\n .order-3-l { order: 3; }\n .order-4-l { order: 4; }\n .order-5-l { order: 5; }\n .order-6-l { order: 6; }\n .order-7-l { order: 7; }\n .order-8-l { order: 8; }\n .order-last-l { order: 99999; }\n\n .flex-grow-0-l { flex-grow: 0; }\n .flex-grow-1-l { flex-grow: 1; }\n\n .flex-shrink-0-l { flex-shrink: 0; }\n .flex-shrink-1-l { flex-shrink: 1; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n DISPLAY\n Docs: http://tachyons.io/docs/layout/display\n\n Base:\n d = display\n\n Modifiers:\n n = none\n b = block\n ib = inline-block\n it = inline-table\n t = table\n tc = table-cell\n tr = table-row\n tcol = table-column\n tcolg = table-column-group\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n.dn { display: none; }\n.di { display: inline; }\n.db { display: block; }\n.dib { display: inline-block; }\n.dit { display: inline-table; }\n.dt { display: table; }\n.dtc { display: table-cell; }\n.dt-row { display: table-row; }\n.dt-row-group { display: table-row-group; }\n.dt-column { display: table-column; }\n.dt-column-group { display: table-column-group; }\n\n/*\n This will set table to full width and then\n all cells will be equal width\n*/\n.dt--fixed {\n table-layout: fixed;\n width: 100%;\n}\n\n@media #{$breakpoint-not-small} {\n .dn-ns { display: none; }\n .di-ns { display: inline; }\n .db-ns { display: block; }\n .dib-ns { display: inline-block; }\n .dit-ns { display: inline-table; }\n .dt-ns { display: table; }\n .dtc-ns { display: table-cell; }\n .dt-row-ns { display: table-row; }\n .dt-row-group-ns { display: table-row-group; }\n .dt-column-ns { display: table-column; }\n .dt-column-group-ns { display: table-column-group; }\n\n .dt--fixed-ns {\n table-layout: fixed;\n width: 100%;\n }\n}\n\n@media #{$breakpoint-medium} {\n .dn-m { display: none; }\n .di-m { display: inline; }\n .db-m { display: block; }\n .dib-m { display: inline-block; }\n .dit-m { display: inline-table; }\n .dt-m { display: table; }\n .dtc-m { display: table-cell; }\n .dt-row-m { display: table-row; }\n .dt-row-group-m { display: table-row-group; }\n .dt-column-m { display: table-column; }\n .dt-column-group-m { display: table-column-group; }\n\n .dt--fixed-m {\n table-layout: fixed;\n width: 100%;\n }\n}\n\n@media #{$breakpoint-large} {\n .dn-l { display: none; }\n .di-l { display: inline; }\n .db-l { display: block; }\n .dib-l { display: inline-block; }\n .dit-l { display: inline-table; }\n .dt-l { display: table; }\n .dtc-l { display: table-cell; }\n .dt-row-l { display: table-row; }\n .dt-row-group-l { display: table-row-group; }\n .dt-column-l { display: table-column; }\n .dt-column-group-l { display: table-column-group; }\n\n .dt--fixed-l {\n table-layout: fixed;\n width: 100%;\n }\n}\n\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n FLOATS\n http://tachyons.io/docs/layout/floats/\n\n 1. Floated elements are automatically rendered as block level elements.\n Setting floats to display inline will fix the double margin bug in\n ie6. You know... just in case.\n\n 2. Don't forget to clearfix your floats with .cf\n\n Base:\n f = float\n\n Modifiers:\n l = left\n r = right\n n = none\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n\n\n.fl { float: left; _display: inline; }\n.fr { float: right; _display: inline; }\n.fn { float: none; }\n\n@media #{$breakpoint-not-small} {\n .fl-ns { float: left; _display: inline; }\n .fr-ns { float: right; _display: inline; }\n .fn-ns { float: none; }\n}\n\n@media #{$breakpoint-medium} {\n .fl-m { float: left; _display: inline; }\n .fr-m { float: right; _display: inline; }\n .fn-m { float: none; }\n}\n\n@media #{$breakpoint-large} {\n .fl-l { float: left; _display: inline; }\n .fr-l { float: right; _display: inline; }\n .fn-l { float: none; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n FONT FAMILY GROUPS\n Docs: http://tachyons.io/docs/typography/font-family/\n\n*/\n\n\n.sans-serif {\n font-family: $sans-serif;\n}\n\n.serif {\n font-family: $serif;\n}\n\n.system-sans-serif {\n font-family: sans-serif;\n}\n\n.system-serif {\n font-family: serif;\n}\n\n\n/* Monospaced Typefaces (for code) */\n\n/* From http://cssfontstack.com */\ncode, .code {\n font-family: Consolas,\n monaco,\n monospace;\n}\n\n.courier {\n font-family: 'Courier Next',\n courier,\n monospace;\n}\n\n\n/* Sans-Serif Typefaces */\n\n.helvetica {\n font-family: 'helvetica neue', helvetica,\n sans-serif;\n}\n\n.avenir {\n font-family: 'avenir next', avenir,\n sans-serif;\n}\n\n\n/* Serif Typefaces */\n\n.athelas {\n font-family: athelas,\n georgia,\n serif;\n}\n\n.georgia {\n font-family: georgia,\n serif;\n}\n\n.times {\n font-family: times,\n serif;\n}\n\n.bodoni {\n font-family: \"Bodoni MT\",\n serif;\n}\n\n.calisto {\n font-family: \"Calisto MT\",\n serif;\n}\n\n.garamond {\n font-family: garamond,\n serif;\n}\n\n.baskerville {\n font-family: baskerville,\n serif;\n}\n\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n FONT STYLE\n Docs: http://tachyons.io/docs/typography/font-style/\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n.i { font-style: italic; }\n.fs-normal { font-style: normal; }\n\n@media #{$breakpoint-not-small} {\n .i-ns { font-style: italic; }\n .fs-normal-ns { font-style: normal; }\n}\n\n@media #{$breakpoint-medium} {\n .i-m { font-style: italic; }\n .fs-normal-m { font-style: normal; }\n}\n\n@media #{$breakpoint-large} {\n .i-l { font-style: italic; }\n .fs-normal-l { font-style: normal; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n FONT WEIGHT\n Docs: http://tachyons.io/docs/typography/font-weight/\n\n Base\n fw = font-weight\n\n Modifiers:\n 1 = literal value 100\n 2 = literal value 200\n 3 = literal value 300\n 4 = literal value 400\n 5 = literal value 500\n 6 = literal value 600\n 7 = literal value 700\n 8 = literal value 800\n 9 = literal value 900\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n.normal { font-weight: normal; }\n.b { font-weight: bold; }\n.fw1 { font-weight: 100; }\n.fw2 { font-weight: 200; }\n.fw3 { font-weight: 300; }\n.fw4 { font-weight: 400; }\n.fw5 { font-weight: 500; }\n.fw6 { font-weight: 600; }\n.fw7 { font-weight: 700; }\n.fw8 { font-weight: 800; }\n.fw9 { font-weight: 900; }\n\n\n@media #{$breakpoint-not-small} {\n .normal-ns { font-weight: normal; }\n .b-ns { font-weight: bold; }\n .fw1-ns { font-weight: 100; }\n .fw2-ns { font-weight: 200; }\n .fw3-ns { font-weight: 300; }\n .fw4-ns { font-weight: 400; }\n .fw5-ns { font-weight: 500; }\n .fw6-ns { font-weight: 600; }\n .fw7-ns { font-weight: 700; }\n .fw8-ns { font-weight: 800; }\n .fw9-ns { font-weight: 900; }\n}\n\n@media #{$breakpoint-medium} {\n .normal-m { font-weight: normal; }\n .b-m { font-weight: bold; }\n .fw1-m { font-weight: 100; }\n .fw2-m { font-weight: 200; }\n .fw3-m { font-weight: 300; }\n .fw4-m { font-weight: 400; }\n .fw5-m { font-weight: 500; }\n .fw6-m { font-weight: 600; }\n .fw7-m { font-weight: 700; }\n .fw8-m { font-weight: 800; }\n .fw9-m { font-weight: 900; }\n}\n\n@media #{$breakpoint-large} {\n .normal-l { font-weight: normal; }\n .b-l { font-weight: bold; }\n .fw1-l { font-weight: 100; }\n .fw2-l { font-weight: 200; }\n .fw3-l { font-weight: 300; }\n .fw4-l { font-weight: 400; }\n .fw5-l { font-weight: 500; }\n .fw6-l { font-weight: 600; }\n .fw7-l { font-weight: 700; }\n .fw8-l { font-weight: 800; }\n .fw9-l { font-weight: 900; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n FORMS\n \n*/\n\n.input-reset {\n -webkit-appearance: none;\n -moz-appearance: none;\n}\n\n.button-reset::-moz-focus-inner,\n.input-reset::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n HEIGHTS\n Docs: http://tachyons.io/docs/layout/heights/\n\n Base:\n h = height\n min-h = min-height\n min-vh = min-height vertical screen height\n vh = vertical screen height\n\n Modifiers\n 1 = 1st step in height scale\n 2 = 2nd step in height scale\n 3 = 3rd step in height scale\n 4 = 4th step in height scale\n 5 = 5th step in height scale\n\n -25 = literal value 25%\n -50 = literal value 50%\n -75 = literal value 75%\n -100 = literal value 100%\n\n -auto = string value of auto\n -inherit = string value of inherit\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n/* Height Scale */\n\n.h1 { height: $height-1; }\n.h2 { height: $height-2; }\n.h3 { height: $height-3; }\n.h4 { height: $height-4; }\n.h5 { height: $height-5; }\n\n/* Height Percentages - Based off of height of parent */\n\n.h-25 { height: 25%; }\n.h-50 { height: 50%; }\n.h-75 { height: 75%; }\n.h-100 { height: 100%; }\n\n.min-h-100 { min-height: 100%; }\n\n/* Screen Height Percentage */\n\n.vh-25 { height: 25vh; }\n.vh-50 { height: 50vh; }\n.vh-75 { height: 75vh; }\n.vh-100 { height: 100vh; }\n\n.min-vh-100 { min-height: 100vh; }\n\n\n/* String Properties */\n\n.h-auto { height: auto; }\n.h-inherit { height: inherit; }\n\n@media #{$breakpoint-not-small} {\n .h1-ns { height: $height-1; }\n .h2-ns { height: $height-2; }\n .h3-ns { height: $height-3; }\n .h4-ns { height: $height-4; }\n .h5-ns { height: $height-5; }\n .h-25-ns { height: 25%; }\n .h-50-ns { height: 50%; }\n .h-75-ns { height: 75%; }\n .h-100-ns { height: 100%; }\n .min-h-100-ns { min-height: 100%; }\n .vh-25-ns { height: 25vh; }\n .vh-50-ns { height: 50vh; }\n .vh-75-ns { height: 75vh; }\n .vh-100-ns { height: 100vh; }\n .min-vh-100-ns { min-height: 100vh; }\n .h-auto-ns { height: auto; }\n .h-inherit-ns { height: inherit; }\n}\n\n@media #{$breakpoint-medium} {\n .h1-m { height: $height-1; }\n .h2-m { height: $height-2; }\n .h3-m { height: $height-3; }\n .h4-m { height: $height-4; }\n .h5-m { height: $height-5; }\n .h-25-m { height: 25%; }\n .h-50-m { height: 50%; }\n .h-75-m { height: 75%; }\n .h-100-m { height: 100%; }\n .min-h-100-m { min-height: 100%; }\n .vh-25-m { height: 25vh; }\n .vh-50-m { height: 50vh; }\n .vh-75-m { height: 75vh; }\n .vh-100-m { height: 100vh; }\n .min-vh-100-m { min-height: 100vh; }\n .h-auto-m { height: auto; }\n .h-inherit-m { height: inherit; }\n}\n\n@media #{$breakpoint-large} {\n .h1-l { height: $height-1; }\n .h2-l { height: $height-2; }\n .h3-l { height: $height-3; }\n .h4-l { height: $height-4; }\n .h5-l { height: $height-5; }\n .h-25-l { height: 25%; }\n .h-50-l { height: 50%; }\n .h-75-l { height: 75%; }\n .h-100-l { height: 100%; }\n .min-h-100-l { min-height: 100%; }\n .vh-25-l { height: 25vh; }\n .vh-50-l { height: 50vh; }\n .vh-75-l { height: 75vh; }\n .vh-100-l { height: 100vh; }\n .min-vh-100-l { min-height: 100vh; }\n .h-auto-l { height: auto; }\n .h-inherit-l { height: inherit; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n LETTER SPACING\n Docs: http://tachyons.io/docs/typography/tracking/\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n.tracked { letter-spacing: $letter-spacing-1; }\n.tracked-tight { letter-spacing: $letter-spacing-tight; }\n.tracked-mega { letter-spacing: $letter-spacing-2; }\n\n@media #{$breakpoint-not-small} {\n .tracked-ns { letter-spacing: $letter-spacing-1; }\n .tracked-tight-ns { letter-spacing: $letter-spacing-tight; }\n .tracked-mega-ns { letter-spacing: $letter-spacing-2; }\n}\n\n@media #{$breakpoint-medium} {\n .tracked-m { letter-spacing: $letter-spacing-1; }\n .tracked-tight-m { letter-spacing: $letter-spacing-tight; }\n .tracked-mega-m { letter-spacing: $letter-spacing-2; }\n}\n\n@media #{$breakpoint-large} {\n .tracked-l { letter-spacing: $letter-spacing-1; }\n .tracked-tight-l { letter-spacing: $letter-spacing-tight; }\n .tracked-mega-l { letter-spacing: $letter-spacing-2; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n LINE HEIGHT / LEADING\n Docs: http://tachyons.io/docs/typography/line-height\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n .lh-solid { line-height: $line-height-solid; }\n .lh-title { line-height: $line-height-title; }\n .lh-copy { line-height: $line-height-copy; }\n\n@media #{$breakpoint-not-small} {\n .lh-solid-ns { line-height: $line-height-solid; }\n .lh-title-ns { line-height: $line-height-title; }\n .lh-copy-ns { line-height: $line-height-copy; }\n}\n\n@media #{$breakpoint-medium} {\n .lh-solid-m { line-height: $line-height-solid; }\n .lh-title-m { line-height: $line-height-title; }\n .lh-copy-m { line-height: $line-height-copy; }\n}\n\n@media #{$breakpoint-large} {\n .lh-solid-l { line-height: $line-height-solid; }\n .lh-title-l { line-height: $line-height-title; }\n .lh-copy-l { line-height: $line-height-copy; }\n}\n\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n LINKS\n Docs: http://tachyons.io/docs/elements/links/\n\n*/\n\n.link {\n text-decoration: none;\n transition: color .15s ease-in;\n}\n\n.link:link,\n.link:visited {\n transition: color .15s ease-in;\n}\n.link:hover {\n transition: color .15s ease-in;\n}\n.link:active {\n transition: color .15s ease-in;\n}\n.link:focus {\n transition: color .15s ease-in;\n outline: 1px dotted currentColor;\n}\n\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n LISTS\n http://tachyons.io/docs/elements/lists/\n\n*/\n\n.list { list-style-type: none; }\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n MAX WIDTHS\n Docs: http://tachyons.io/docs/layout/max-widths/\n\n Base:\n mw = max-width\n\n Modifiers\n 1 = 1st step in width scale\n 2 = 2nd step in width scale\n 3 = 3rd step in width scale\n 4 = 4th step in width scale\n 5 = 5th step in width scale\n 6 = 6st step in width scale\n 7 = 7nd step in width scale\n 8 = 8rd step in width scale\n 9 = 9th step in width scale\n\n -100 = literal value 100%\n\n -none = string value none\n\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n/* Max Width Percentages */\n\n.mw-100 { max-width: 100%; }\n\n/* Max Width Scale */\n\n.mw1 { max-width: $max-width-1; }\n.mw2 { max-width: $max-width-2; }\n.mw3 { max-width: $max-width-3; }\n.mw4 { max-width: $max-width-4; }\n.mw5 { max-width: $max-width-5; }\n.mw6 { max-width: $max-width-6; }\n.mw7 { max-width: $max-width-7; }\n.mw8 { max-width: $max-width-8; }\n.mw9 { max-width: $max-width-9; }\n\n/* Max Width String Properties */\n\n.mw-none { max-width: none; }\n\n@media #{$breakpoint-not-small} {\n .mw-100-ns { max-width: 100%; }\n\n .mw1-ns { max-width: $max-width-1; }\n .mw2-ns { max-width: $max-width-2; }\n .mw3-ns { max-width: $max-width-3; }\n .mw4-ns { max-width: $max-width-4; }\n .mw5-ns { max-width: $max-width-5; }\n .mw6-ns { max-width: $max-width-6; }\n .mw7-ns { max-width: $max-width-7; }\n .mw8-ns { max-width: $max-width-8; }\n .mw9-ns { max-width: $max-width-9; }\n\n .mw-none-ns { max-width: none; }\n}\n\n@media #{$breakpoint-medium} {\n .mw-100-m { max-width: 100%; }\n\n .mw1-m { max-width: $max-width-1; }\n .mw2-m { max-width: $max-width-2; }\n .mw3-m { max-width: $max-width-3; }\n .mw4-m { max-width: $max-width-4; }\n .mw5-m { max-width: $max-width-5; }\n .mw6-m { max-width: $max-width-6; }\n .mw7-m { max-width: $max-width-7; }\n .mw8-m { max-width: $max-width-8; }\n .mw9-m { max-width: $max-width-9; }\n\n .mw-none-m { max-width: none; }\n}\n\n@media #{$breakpoint-large} {\n .mw-100-l { max-width: 100%; }\n\n .mw1-l { max-width: $max-width-1; }\n .mw2-l { max-width: $max-width-2; }\n .mw3-l { max-width: $max-width-3; }\n .mw4-l { max-width: $max-width-4; }\n .mw5-l { max-width: $max-width-5; }\n .mw6-l { max-width: $max-width-6; }\n .mw7-l { max-width: $max-width-7; }\n .mw8-l { max-width: $max-width-8; }\n .mw9-l { max-width: $max-width-9; }\n\n .mw-none-l { max-width: none; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n WIDTHS\n Docs: http://tachyons.io/docs/layout/widths/\n\n Base:\n w = width\n\n Modifiers\n 1 = 1st step in width scale\n 2 = 2nd step in width scale\n 3 = 3rd step in width scale\n 4 = 4th step in width scale\n 5 = 5th step in width scale\n\n -10 = literal value 10%\n -20 = literal value 20%\n -25 = literal value 25%\n -30 = literal value 30%\n -33 = literal value 33%\n -34 = literal value 34%\n -40 = literal value 40%\n -50 = literal value 50%\n -60 = literal value 60%\n -70 = literal value 70%\n -75 = literal value 75%\n -80 = literal value 80%\n -90 = literal value 90%\n -100 = literal value 100%\n\n -third = 100% / 3 (Not supported in opera mini or IE8)\n -two-thirds = 100% / 1.5 (Not supported in opera mini or IE8)\n -auto = string value auto\n\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n */\n\n/* Width Scale */\n\n.w1 { width: $width-1; }\n.w2 { width: $width-2; }\n.w3 { width: $width-3; }\n.w4 { width: $width-4; }\n.w5 { width: $width-5; }\n\n.w-10 { width: 10%; }\n.w-20 { width: 20%; }\n.w-25 { width: 25%; }\n.w-30 { width: 30%; }\n.w-33 { width: 33%; }\n.w-34 { width: 34%; }\n.w-40 { width: 40%; }\n.w-50 { width: 50%; }\n.w-60 { width: 60%; }\n.w-70 { width: 70%; }\n.w-75 { width: 75%; }\n.w-80 { width: 80%; }\n.w-90 { width: 90%; }\n.w-100 { width: 100%; }\n\n.w-third { width: (100% / 3); }\n.w-two-thirds { width: (100% / 1.5); }\n.w-auto { width: auto; }\n\n@media #{$breakpoint-not-small} {\n .w1-ns { width: $width-1; }\n .w2-ns { width: $width-2; }\n .w3-ns { width: $width-3; }\n .w4-ns { width: $width-4; }\n .w5-ns { width: $width-5; }\n .w-10-ns { width: 10%; }\n .w-20-ns { width: 20%; }\n .w-25-ns { width: 25%; }\n .w-30-ns { width: 30%; }\n .w-33-ns { width: 33%; }\n .w-34-ns { width: 34%; }\n .w-40-ns { width: 40%; }\n .w-50-ns { width: 50%; }\n .w-60-ns { width: 60%; }\n .w-70-ns { width: 70%; }\n .w-75-ns { width: 75%; }\n .w-80-ns { width: 80%; }\n .w-90-ns { width: 90%; }\n .w-100-ns { width: 100%; }\n .w-third-ns { width: (100% / 3); }\n .w-two-thirds-ns { width: (100% / 1.5); }\n .w-auto-ns { width: auto; }\n}\n\n@media #{$breakpoint-medium} {\n .w1-m { width: $width-1; }\n .w2-m { width: $width-2; }\n .w3-m { width: $width-3; }\n .w4-m { width: $width-4; }\n .w5-m { width: $width-5; }\n .w-10-m { width: 10%; }\n .w-20-m { width: 20%; }\n .w-25-m { width: 25%; }\n .w-30-m { width: 30%; }\n .w-33-m { width: 33%; }\n .w-34-m { width: 34%; }\n .w-40-m { width: 40%; }\n .w-50-m { width: 50%; }\n .w-60-m { width: 60%; }\n .w-70-m { width: 70%; }\n .w-75-m { width: 75%; }\n .w-80-m { width: 80%; }\n .w-90-m { width: 90%; }\n .w-100-m { width: 100%; }\n .w-third-m { width: (100% / 3); }\n .w-two-thirds-m { width: (100% / 1.5); }\n .w-auto-m { width: auto; }\n}\n\n@media #{$breakpoint-large} {\n .w1-l { width: $width-1; }\n .w2-l { width: $width-2; }\n .w3-l { width: $width-3; }\n .w4-l { width: $width-4; }\n .w5-l { width: $width-5; }\n .w-10-l { width: 10%; }\n .w-20-l { width: 20%; }\n .w-25-l { width: 25%; }\n .w-30-l { width: 30%; }\n .w-33-l { width: 33%; }\n .w-34-l { width: 34%; }\n .w-40-l { width: 40%; }\n .w-50-l { width: 50%; }\n .w-60-l { width: 60%; }\n .w-70-l { width: 70%; }\n .w-75-l { width: 75%; }\n .w-80-l { width: 80%; }\n .w-90-l { width: 90%; }\n .w-100-l { width: 100%; }\n .w-third-l { width: (100% / 3); }\n .w-two-thirds-l { width: (100% / 1.5); }\n .w-auto-l { width: auto; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n OVERFLOW\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n */\n\n.overflow-visible { overflow: visible; }\n.overflow-hidden { overflow: hidden; }\n.overflow-scroll { overflow: scroll; }\n.overflow-auto { overflow: auto; }\n\n.overflow-x-visible { overflow-x: visible; }\n.overflow-x-hidden { overflow-x: hidden; }\n.overflow-x-scroll { overflow-x: scroll; }\n.overflow-x-auto { overflow-x: auto; }\n\n.overflow-y-visible { overflow-y: visible; }\n.overflow-y-hidden { overflow-y: hidden; }\n.overflow-y-scroll { overflow-y: scroll; }\n.overflow-y-auto { overflow-y: auto; }\n\n@media #{$breakpoint-not-small} {\n .overflow-visible-ns { overflow: visible; }\n .overflow-hidden-ns { overflow: hidden; }\n .overflow-scroll-ns { overflow: scroll; }\n .overflow-auto-ns { overflow: auto; }\n .overflow-x-visible-ns { overflow-x: visible; }\n .overflow-x-hidden-ns { overflow-x: hidden; }\n .overflow-x-scroll-ns { overflow-x: scroll; }\n .overflow-x-auto-ns { overflow-x: auto; }\n\n .overflow-y-visible-ns { overflow-y: visible; }\n .overflow-y-hidden-ns { overflow-y: hidden; }\n .overflow-y-scroll-ns { overflow-y: scroll; }\n .overflow-y-auto-ns { overflow-y: auto; }\n}\n\n@media #{$breakpoint-medium} {\n .overflow-visible-m { overflow: visible; }\n .overflow-hidden-m { overflow: hidden; }\n .overflow-scroll-m { overflow: scroll; }\n .overflow-auto-m { overflow: auto; }\n\n .overflow-x-visible-m { overflow-x: visible; }\n .overflow-x-hidden-m { overflow-x: hidden; }\n .overflow-x-scroll-m { overflow-x: scroll; }\n .overflow-x-auto-m { overflow-x: auto; }\n\n .overflow-y-visible-m { overflow-y: visible; }\n .overflow-y-hidden-m { overflow-y: hidden; }\n .overflow-y-scroll-m { overflow-y: scroll; }\n .overflow-y-auto-m { overflow-y: auto; }\n}\n\n@media #{$breakpoint-large} {\n .overflow-visible-l { overflow: visible; }\n .overflow-hidden-l { overflow: hidden; }\n .overflow-scroll-l { overflow: scroll; }\n .overflow-auto-l { overflow: auto; }\n\n .overflow-x-visible-l { overflow-x: visible; }\n .overflow-x-hidden-l { overflow-x: hidden; }\n .overflow-x-scroll-l { overflow-x: scroll; }\n .overflow-x-auto-l { overflow-x: auto; }\n\n .overflow-y-visible-l { overflow-y: visible; }\n .overflow-y-hidden-l { overflow-y: hidden; }\n .overflow-y-scroll-l { overflow-y: scroll; }\n .overflow-y-auto-l { overflow-y: auto; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n POSITIONING\n Docs: http://tachyons.io/docs/layout/position/\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n.static { position: static; }\n.relative { position: relative; }\n.absolute { position: absolute; }\n.fixed { position: fixed; }\n\n@media #{$breakpoint-not-small} {\n .static-ns { position: static; }\n .relative-ns { position: relative; }\n .absolute-ns { position: absolute; }\n .fixed-ns { position: fixed; }\n}\n\n@media #{$breakpoint-medium} {\n .static-m { position: static; }\n .relative-m { position: relative; }\n .absolute-m { position: absolute; }\n .fixed-m { position: fixed; }\n}\n\n@media #{$breakpoint-large} {\n .static-l { position: static; }\n .relative-l { position: relative; }\n .absolute-l { position: absolute; }\n .fixed-l { position: fixed; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n OPACITY\n Docs: http://tachyons.io/docs/themes/opacity/\n\n*/\n\n.o-100 { opacity: 1; }\n.o-90 { opacity: .9; }\n.o-80 { opacity: .8; }\n.o-70 { opacity: .7; }\n.o-60 { opacity: .6; }\n.o-50 { opacity: .5; }\n.o-40 { opacity: .4; }\n.o-30 { opacity: .3; }\n.o-20 { opacity: .2; }\n.o-10 { opacity: .1; }\n.o-05 { opacity: .05; }\n.o-025 { opacity: .025; }\n.o-0 { opacity: 0; }\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n ROTATIONS\n\n*/\n\n.rotate-45 { transform: rotate(45deg); }\n.rotate-90 { transform: rotate(90deg); }\n.rotate-135 { transform: rotate(135deg); }\n.rotate-180 { transform: rotate(180deg); }\n.rotate-225 { transform: rotate(225deg); }\n.rotate-270 { transform: rotate(270deg); }\n.rotate-315 { transform: rotate(315deg); }\n\n@media #{$breakpoint-not-small}{\n .rotate-45-ns { transform: rotate(45deg); }\n .rotate-90-ns { transform: rotate(90deg); }\n .rotate-135-ns { transform: rotate(135deg); }\n .rotate-180-ns { transform: rotate(180deg); }\n .rotate-225-ns { transform: rotate(225deg); }\n .rotate-270-ns { transform: rotate(270deg); }\n .rotate-315-ns { transform: rotate(315deg); }\n}\n\n@media #{$breakpoint-medium}{\n .rotate-45-m { transform: rotate(45deg); }\n .rotate-90-m { transform: rotate(90deg); }\n .rotate-135-m { transform: rotate(135deg); }\n .rotate-180-m { transform: rotate(180deg); }\n .rotate-225-m { transform: rotate(225deg); }\n .rotate-270-m { transform: rotate(270deg); }\n .rotate-315-m { transform: rotate(315deg); }\n}\n\n@media #{$breakpoint-large}{\n .rotate-45-l { transform: rotate(45deg); }\n .rotate-90-l { transform: rotate(90deg); }\n .rotate-135-l { transform: rotate(135deg); }\n .rotate-180-l { transform: rotate(180deg); }\n .rotate-225-l { transform: rotate(225deg); }\n .rotate-270-l { transform: rotate(270deg); }\n .rotate-315-l { transform: rotate(315deg); }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n SKINS\n Docs: http://tachyons.io/docs/themes/skins/\n\n Classes for setting foreground and background colors on elements.\n If you haven't declared a border color, but set border on an element, it will\n be set to the current text color.\n\n*/\n\n/* Text colors */\n\n.black-90 { color: $black-90; }\n.black-80 { color: $black-80; }\n.black-70 { color: $black-70; }\n.black-60 { color: $black-60; }\n.black-50 { color: $black-50; }\n.black-40 { color: $black-40; }\n.black-30 { color: $black-30; }\n.black-20 { color: $black-20; }\n.black-10 { color: $black-10; }\n.black-05 { color: $black-05; }\n\n.white-90 { color: $white-90; }\n.white-80 { color: $white-80; }\n.white-70 { color: $white-70; }\n.white-60 { color: $white-60; }\n.white-50 { color: $white-50; }\n.white-40 { color: $white-40; }\n.white-30 { color: $white-30; }\n.white-20 { color: $white-20; }\n.white-10 { color: $white-10; }\n\n.black { color: $black; }\n.near-black { color: $near-black; }\n.dark-gray { color: $dark-gray; }\n.mid-gray { color: $mid-gray; }\n.gray { color: $gray; }\n.silver { color: $silver; }\n.light-silver { color: $light-silver; }\n.moon-gray { color: $moon-gray; }\n.light-gray { color: $light-gray; }\n.near-white { color: $near-white; }\n.white { color: $white; }\n\n.dark-red { color: $dark-red; }\n.red { color: $red; }\n.light-red { color: $light-red; }\n.orange { color: $orange; }\n.gold { color: $gold; }\n.yellow { color: $yellow; }\n.light-yellow { color: $light-yellow; }\n.purple { color: $purple; }\n.light-purple { color: $light-purple; }\n.dark-pink { color: $dark-pink; }\n.hot-pink { color: $hot-pink; }\n.pink { color: $pink; }\n.light-pink { color: $light-pink; }\n.dark-green { color: $dark-green; }\n.green { color: $green; }\n.light-green { color: $light-green; }\n.navy { color: $navy; }\n.dark-blue { color: $dark-blue; }\n.blue { color: $blue; }\n.light-blue { color: $light-blue; }\n.lightest-blue { color: $lightest-blue; }\n.washed-blue { color: $washed-blue; }\n.washed-green { color: $washed-green; }\n.washed-yellow { color: $washed-yellow; }\n.washed-red { color: $washed-red; }\n.color-inherit { color: inherit; }\n\n.bg-black-90 { background-color: $black-90; }\n.bg-black-80 { background-color: $black-80; }\n.bg-black-70 { background-color: $black-70; }\n.bg-black-60 { background-color: $black-60; }\n.bg-black-50 { background-color: $black-50; }\n.bg-black-40 { background-color: $black-40; }\n.bg-black-30 { background-color: $black-30; }\n.bg-black-20 { background-color: $black-20; }\n.bg-black-10 { background-color: $black-10; }\n.bg-black-05 { background-color: $black-05; }\n.bg-white-90 { background-color: $white-90; }\n.bg-white-80 { background-color: $white-80; }\n.bg-white-70 { background-color: $white-70; }\n.bg-white-60 { background-color: $white-60; }\n.bg-white-50 { background-color: $white-50; }\n.bg-white-40 { background-color: $white-40; }\n.bg-white-30 { background-color: $white-30; }\n.bg-white-20 { background-color: $white-20; }\n.bg-white-10 { background-color: $white-10; }\n\n\n\n/* Background colors */\n\n.bg-black { background-color: $black; }\n.bg-near-black { background-color: $near-black; }\n.bg-dark-gray { background-color: $dark-gray; }\n.bg-mid-gray { background-color: $mid-gray; }\n.bg-gray { background-color: $gray; }\n.bg-silver { background-color: $silver; }\n.bg-light-silver { background-color: $light-silver; }\n.bg-moon-gray { background-color: $moon-gray; }\n.bg-light-gray { background-color: $light-gray; }\n.bg-near-white { background-color: $near-white; }\n.bg-white { background-color: $white; }\n.bg-transparent { background-color: $transparent; }\n\n.bg-dark-red { background-color: $dark-red; }\n.bg-red { background-color: $red; }\n.bg-light-red { background-color: $light-red; }\n.bg-orange { background-color: $orange; }\n.bg-gold { background-color: $gold; }\n.bg-yellow { background-color: $yellow; }\n.bg-light-yellow { background-color: $light-yellow; }\n.bg-purple { background-color: $purple; }\n.bg-light-purple { background-color: $light-purple; }\n.bg-dark-pink { background-color: $dark-pink; }\n.bg-hot-pink { background-color: $hot-pink; }\n.bg-pink { background-color: $pink; }\n.bg-light-pink { background-color: $light-pink; }\n.bg-dark-green { background-color: $dark-green; }\n.bg-green { background-color: $green; }\n.bg-light-green { background-color: $light-green; }\n.bg-navy { background-color: $navy; }\n.bg-dark-blue { background-color: $dark-blue; }\n.bg-blue { background-color: $blue; }\n.bg-light-blue { background-color: $light-blue; }\n.bg-lightest-blue { background-color: $lightest-blue; }\n.bg-washed-blue { background-color: $washed-blue; }\n.bg-washed-green { background-color: $washed-green; }\n.bg-washed-yellow { background-color: $washed-yellow; }\n.bg-washed-red { background-color: $washed-red; }\n.bg-inherit { background-color: inherit; }\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n SKINS:PSEUDO\n\n Customize the color of an element when\n it is focused or hovered over.\n\n */\n\n.hover-black:hover,\n.hover-black:focus { color: $black; }\n.hover-near-black:hover,\n.hover-near-black:focus { color: $near-black; }\n.hover-dark-gray:hover,\n.hover-dark-gray:focus { color: $dark-gray; }\n.hover-mid-gray:hover,\n.hover-mid-gray:focus { color: $mid-gray; }\n.hover-gray:hover,\n.hover-gray:focus { color: $gray; }\n.hover-silver:hover,\n.hover-silver:focus { color: $silver; }\n.hover-light-silver:hover,\n.hover-light-silver:focus { color: $light-silver; }\n.hover-moon-gray:hover,\n.hover-moon-gray:focus { color: $moon-gray; }\n.hover-light-gray:hover,\n.hover-light-gray:focus { color: $light-gray; }\n.hover-near-white:hover,\n.hover-near-white:focus { color: $near-white; }\n.hover-white:hover,\n.hover-white:focus { color: $white; }\n\n.hover-black-90:hover,\n.hover-black-90:focus { color: $black-90; }\n.hover-black-80:hover,\n.hover-black-80:focus { color: $black-80; }\n.hover-black-70:hover,\n.hover-black-70:focus { color: $black-70; }\n.hover-black-60:hover,\n.hover-black-60:focus { color: $black-60; }\n.hover-black-50:hover,\n.hover-black-50:focus { color: $black-50; }\n.hover-black-40:hover,\n.hover-black-40:focus { color: $black-40; }\n.hover-black-30:hover,\n.hover-black-30:focus { color: $black-30; }\n.hover-black-20:hover,\n.hover-black-20:focus { color: $black-20; }\n.hover-black-10:hover,\n.hover-black-10:focus { color: $black-10; }\n.hover-white-90:hover,\n.hover-white-90:focus { color: $white-90; }\n.hover-white-80:hover,\n.hover-white-80:focus { color: $white-80; }\n.hover-white-70:hover,\n.hover-white-70:focus { color: $white-70; }\n.hover-white-60:hover,\n.hover-white-60:focus { color: $white-60; }\n.hover-white-50:hover,\n.hover-white-50:focus { color: $white-50; }\n.hover-white-40:hover,\n.hover-white-40:focus { color: $white-40; }\n.hover-white-30:hover,\n.hover-white-30:focus { color: $white-30; }\n.hover-white-20:hover,\n.hover-white-20:focus { color: $white-20; }\n.hover-white-10:hover,\n.hover-white-10:focus { color: $white-10; }\n.hover-inherit:hover,\n.hover-inherit:focus { color: inherit; }\n\n.hover-bg-black:hover,\n.hover-bg-black:focus { background-color: $black; }\n.hover-bg-near-black:hover,\n.hover-bg-near-black:focus { background-color: $near-black; }\n.hover-bg-dark-gray:hover,\n.hover-bg-dark-gray:focus { background-color: $dark-gray; }\n.hover-bg-mid-gray:hover,\n.hover-bg-mid-gray:focus { background-color: $mid-gray; }\n.hover-bg-gray:hover,\n.hover-bg-gray:focus { background-color: $gray; }\n.hover-bg-silver:hover,\n.hover-bg-silver:focus { background-color: $silver; }\n.hover-bg-light-silver:hover,\n.hover-bg-light-silver:focus { background-color: $light-silver; }\n.hover-bg-moon-gray:hover,\n.hover-bg-moon-gray:focus { background-color: $moon-gray; }\n.hover-bg-light-gray:hover,\n.hover-bg-light-gray:focus { background-color: $light-gray; }\n.hover-bg-near-white:hover,\n.hover-bg-near-white:focus { background-color: $near-white; }\n.hover-bg-white:hover,\n.hover-bg-white:focus { background-color: $white; }\n.hover-bg-transparent:hover,\n.hover-bg-transparent:focus { background-color: $transparent; }\n\n.hover-bg-black-90:hover,\n.hover-bg-black-90:focus { background-color: $black-90; }\n.hover-bg-black-80:hover,\n.hover-bg-black-80:focus { background-color: $black-80; }\n.hover-bg-black-70:hover,\n.hover-bg-black-70:focus { background-color: $black-70; }\n.hover-bg-black-60:hover,\n.hover-bg-black-60:focus { background-color: $black-60; }\n.hover-bg-black-50:hover,\n.hover-bg-black-50:focus { background-color: $black-50; }\n.hover-bg-black-40:hover,\n.hover-bg-black-40:focus { background-color: $black-40; }\n.hover-bg-black-30:hover,\n.hover-bg-black-30:focus { background-color: $black-30; }\n.hover-bg-black-20:hover,\n.hover-bg-black-20:focus { background-color: $black-20; }\n.hover-bg-black-10:hover,\n.hover-bg-black-10:focus { background-color: $black-10; }\n.hover-bg-white-90:hover,\n.hover-bg-white-90:focus { background-color: $white-90; }\n.hover-bg-white-80:hover,\n.hover-bg-white-80:focus { background-color: $white-80; }\n.hover-bg-white-70:hover,\n.hover-bg-white-70:focus { background-color: $white-70; }\n.hover-bg-white-60:hover,\n.hover-bg-white-60:focus { background-color: $white-60; }\n.hover-bg-white-50:hover,\n.hover-bg-white-50:focus { background-color: $white-50; }\n.hover-bg-white-40:hover,\n.hover-bg-white-40:focus { background-color: $white-40; }\n.hover-bg-white-30:hover,\n.hover-bg-white-30:focus { background-color: $white-30; }\n.hover-bg-white-20:hover,\n.hover-bg-white-20:focus { background-color: $white-20; }\n.hover-bg-white-10:hover,\n.hover-bg-white-10:focus { background-color: $white-10; }\n\n.hover-dark-red:hover,\n.hover-dark-red:focus { color: $dark-red; }\n.hover-red:hover,\n.hover-red:focus { color: $red; }\n.hover-light-red:hover,\n.hover-light-red:focus { color: $light-red; }\n.hover-orange:hover,\n.hover-orange:focus { color: $orange; }\n.hover-gold:hover,\n.hover-gold:focus { color: $gold; }\n.hover-yellow:hover,\n.hover-yellow:focus { color: $yellow; }\n.hover-light-yellow:hover,\n.hover-light-yellow:focus { color: $light-yellow; }\n.hover-purple:hover,\n.hover-purple:focus { color: $purple; }\n.hover-light-purple:hover,\n.hover-light-purple:focus { color: $light-purple; }\n.hover-dark-pink:hover,\n.hover-dark-pink:focus { color: $dark-pink; }\n.hover-hot-pink:hover,\n.hover-hot-pink:focus { color: $hot-pink; }\n.hover-pink:hover,\n.hover-pink:focus { color: $pink; }\n.hover-light-pink:hover,\n.hover-light-pink:focus { color: $light-pink; }\n.hover-dark-green:hover,\n.hover-dark-green:focus { color: $dark-green; }\n.hover-green:hover,\n.hover-green:focus { color: $green; }\n.hover-light-green:hover,\n.hover-light-green:focus { color: $light-green; }\n.hover-navy:hover,\n.hover-navy:focus { color: $navy; }\n.hover-dark-blue:hover,\n.hover-dark-blue:focus { color: $dark-blue; }\n.hover-blue:hover,\n.hover-blue:focus { color: $blue; }\n.hover-light-blue:hover,\n.hover-light-blue:focus { color: $light-blue; }\n.hover-lightest-blue:hover,\n.hover-lightest-blue:focus { color: $lightest-blue; }\n.hover-washed-blue:hover,\n.hover-washed-blue:focus { color: $washed-blue; }\n.hover-washed-green:hover,\n.hover-washed-green:focus { color: $washed-green; }\n.hover-washed-yellow:hover,\n.hover-washed-yellow:focus { color: $washed-yellow; }\n.hover-washed-red:hover,\n.hover-washed-red:focus { color: $washed-red; }\n\n.hover-bg-dark-red:hover,\n.hover-bg-dark-red:focus { background-color: $dark-red; }\n.hover-bg-red:hover,\n.hover-bg-red:focus { background-color: $red; }\n.hover-bg-light-red:hover,\n.hover-bg-light-red:focus { background-color: $light-red; }\n.hover-bg-orange:hover,\n.hover-bg-orange:focus { background-color: $orange; }\n.hover-bg-gold:hover,\n.hover-bg-gold:focus { background-color: $gold; }\n.hover-bg-yellow:hover,\n.hover-bg-yellow:focus { background-color: $yellow; }\n.hover-bg-light-yellow:hover,\n.hover-bg-light-yellow:focus { background-color: $light-yellow; }\n.hover-bg-purple:hover,\n.hover-bg-purple:focus { background-color: $purple; }\n.hover-bg-light-purple:hover,\n.hover-bg-light-purple:focus { background-color: $light-purple; }\n.hover-bg-dark-pink:hover,\n.hover-bg-dark-pink:focus { background-color: $dark-pink; }\n.hover-bg-hot-pink:hover,\n.hover-bg-hot-pink:focus { background-color: $hot-pink; }\n.hover-bg-pink:hover,\n.hover-bg-pink:focus { background-color: $pink; }\n.hover-bg-light-pink:hover,\n.hover-bg-light-pink:focus { background-color: $light-pink; }\n.hover-bg-dark-green:hover,\n.hover-bg-dark-green:focus { background-color: $dark-green; }\n.hover-bg-green:hover,\n.hover-bg-green:focus { background-color: $green; }\n.hover-bg-light-green:hover,\n.hover-bg-light-green:focus { background-color: $light-green; }\n.hover-bg-navy:hover,\n.hover-bg-navy:focus { background-color: $navy; }\n.hover-bg-dark-blue:hover,\n.hover-bg-dark-blue:focus { background-color: $dark-blue; }\n.hover-bg-blue:hover,\n.hover-bg-blue:focus { background-color: $blue; }\n.hover-bg-light-blue:hover,\n.hover-bg-light-blue:focus { background-color: $light-blue; }\n.hover-bg-lightest-blue:hover,\n.hover-bg-lightest-blue:focus { background-color: $lightest-blue; }\n.hover-bg-washed-blue:hover,\n.hover-bg-washed-blue:focus { background-color: $washed-blue; }\n.hover-bg-washed-green:hover,\n.hover-bg-washed-green:focus { background-color: $washed-green; }\n.hover-bg-washed-yellow:hover,\n.hover-bg-washed-yellow:focus { background-color: $washed-yellow; }\n.hover-bg-washed-red:hover,\n.hover-bg-washed-red:focus { background-color: $washed-red; }\n.hover-bg-inherit:hover,\n.hover-bg-inherit:focus { background-color: inherit; }\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/* Variables */\n\n/*\n SPACING\n Docs: http://tachyons.io/docs/layout/spacing/\n\n An eight step powers of two scale ranging from 0 to 16rem.\n\n Base:\n p = padding\n m = margin\n\n Modifiers:\n a = all\n h = horizontal\n v = vertical\n t = top\n r = right\n b = bottom\n l = left\n\n 0 = none\n 1 = 1st step in spacing scale\n 2 = 2nd step in spacing scale\n 3 = 3rd step in spacing scale\n 4 = 4th step in spacing scale\n 5 = 5th step in spacing scale\n 6 = 6th step in spacing scale\n 7 = 7th step in spacing scale\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n\n.pa0 { padding: $spacing-none; }\n.pa1 { padding: $spacing-extra-small; }\n.pa2 { padding: $spacing-small; }\n.pa3 { padding: $spacing-medium; }\n.pa4 { padding: $spacing-large; }\n.pa5 { padding: $spacing-extra-large; }\n.pa6 { padding: $spacing-extra-extra-large; }\n.pa7 { padding: $spacing-extra-extra-extra-large; }\n\n.pl0 { padding-left: $spacing-none; }\n.pl1 { padding-left: $spacing-extra-small; }\n.pl2 { padding-left: $spacing-small; }\n.pl3 { padding-left: $spacing-medium; }\n.pl4 { padding-left: $spacing-large; }\n.pl5 { padding-left: $spacing-extra-large; }\n.pl6 { padding-left: $spacing-extra-extra-large; }\n.pl7 { padding-left: $spacing-extra-extra-extra-large; }\n\n.pr0 { padding-right: $spacing-none; }\n.pr1 { padding-right: $spacing-extra-small; }\n.pr2 { padding-right: $spacing-small; }\n.pr3 { padding-right: $spacing-medium; }\n.pr4 { padding-right: $spacing-large; }\n.pr5 { padding-right: $spacing-extra-large; }\n.pr6 { padding-right: $spacing-extra-extra-large; }\n.pr7 { padding-right: $spacing-extra-extra-extra-large; }\n\n.pb0 { padding-bottom: $spacing-none; }\n.pb1 { padding-bottom: $spacing-extra-small; }\n.pb2 { padding-bottom: $spacing-small; }\n.pb3 { padding-bottom: $spacing-medium; }\n.pb4 { padding-bottom: $spacing-large; }\n.pb5 { padding-bottom: $spacing-extra-large; }\n.pb6 { padding-bottom: $spacing-extra-extra-large; }\n.pb7 { padding-bottom: $spacing-extra-extra-extra-large; }\n\n.pt0 { padding-top: $spacing-none; }\n.pt1 { padding-top: $spacing-extra-small; }\n.pt2 { padding-top: $spacing-small; }\n.pt3 { padding-top: $spacing-medium; }\n.pt4 { padding-top: $spacing-large; }\n.pt5 { padding-top: $spacing-extra-large; }\n.pt6 { padding-top: $spacing-extra-extra-large; }\n.pt7 { padding-top: $spacing-extra-extra-extra-large; }\n\n.pv0 {\n padding-top: $spacing-none;\n padding-bottom: $spacing-none;\n}\n.pv1 {\n padding-top: $spacing-extra-small;\n padding-bottom: $spacing-extra-small;\n}\n.pv2 {\n padding-top: $spacing-small;\n padding-bottom: $spacing-small;\n}\n.pv3 {\n padding-top: $spacing-medium;\n padding-bottom: $spacing-medium;\n}\n.pv4 {\n padding-top: $spacing-large;\n padding-bottom: $spacing-large;\n}\n.pv5 {\n padding-top: $spacing-extra-large;\n padding-bottom: $spacing-extra-large;\n}\n.pv6 {\n padding-top: $spacing-extra-extra-large;\n padding-bottom: $spacing-extra-extra-large;\n}\n\n.pv7 {\n padding-top: $spacing-extra-extra-extra-large;\n padding-bottom: $spacing-extra-extra-extra-large;\n}\n\n.ph0 {\n padding-left: $spacing-none;\n padding-right: $spacing-none;\n}\n\n.ph1 {\n padding-left: $spacing-extra-small;\n padding-right: $spacing-extra-small;\n}\n\n.ph2 {\n padding-left: $spacing-small;\n padding-right: $spacing-small;\n}\n\n.ph3 {\n padding-left: $spacing-medium;\n padding-right: $spacing-medium;\n}\n\n.ph4 {\n padding-left: $spacing-large;\n padding-right: $spacing-large;\n}\n\n.ph5 {\n padding-left: $spacing-extra-large;\n padding-right: $spacing-extra-large;\n}\n\n.ph6 {\n padding-left: $spacing-extra-extra-large;\n padding-right: $spacing-extra-extra-large;\n}\n\n.ph7 {\n padding-left: $spacing-extra-extra-extra-large;\n padding-right: $spacing-extra-extra-extra-large;\n}\n\n.ma0 { margin: $spacing-none; }\n.ma1 { margin: $spacing-extra-small; }\n.ma2 { margin: $spacing-small; }\n.ma3 { margin: $spacing-medium; }\n.ma4 { margin: $spacing-large; }\n.ma5 { margin: $spacing-extra-large; }\n.ma6 { margin: $spacing-extra-extra-large; }\n.ma7 { margin: $spacing-extra-extra-extra-large; }\n\n.ml0 { margin-left: $spacing-none; }\n.ml1 { margin-left: $spacing-extra-small; }\n.ml2 { margin-left: $spacing-small; }\n.ml3 { margin-left: $spacing-medium; }\n.ml4 { margin-left: $spacing-large; }\n.ml5 { margin-left: $spacing-extra-large; }\n.ml6 { margin-left: $spacing-extra-extra-large; }\n.ml7 { margin-left: $spacing-extra-extra-extra-large; }\n\n.mr0 { margin-right: $spacing-none; }\n.mr1 { margin-right: $spacing-extra-small; }\n.mr2 { margin-right: $spacing-small; }\n.mr3 { margin-right: $spacing-medium; }\n.mr4 { margin-right: $spacing-large; }\n.mr5 { margin-right: $spacing-extra-large; }\n.mr6 { margin-right: $spacing-extra-extra-large; }\n.mr7 { margin-right: $spacing-extra-extra-extra-large; }\n\n.mb0 { margin-bottom: $spacing-none; }\n.mb1 { margin-bottom: $spacing-extra-small; }\n.mb2 { margin-bottom: $spacing-small; }\n.mb3 { margin-bottom: $spacing-medium; }\n.mb4 { margin-bottom: $spacing-large; }\n.mb5 { margin-bottom: $spacing-extra-large; }\n.mb6 { margin-bottom: $spacing-extra-extra-large; }\n.mb7 { margin-bottom: $spacing-extra-extra-extra-large; }\n\n.mt0 { margin-top: $spacing-none; }\n.mt1 { margin-top: $spacing-extra-small; }\n.mt2 { margin-top: $spacing-small; }\n.mt3 { margin-top: $spacing-medium; }\n.mt4 { margin-top: $spacing-large; }\n.mt5 { margin-top: $spacing-extra-large; }\n.mt6 { margin-top: $spacing-extra-extra-large; }\n.mt7 { margin-top: $spacing-extra-extra-extra-large; }\n\n.mv0 {\n margin-top: $spacing-none;\n margin-bottom: $spacing-none;\n}\n.mv1 {\n margin-top: $spacing-extra-small;\n margin-bottom: $spacing-extra-small;\n}\n.mv2 {\n margin-top: $spacing-small;\n margin-bottom: $spacing-small;\n}\n.mv3 {\n margin-top: $spacing-medium;\n margin-bottom: $spacing-medium;\n}\n.mv4 {\n margin-top: $spacing-large;\n margin-bottom: $spacing-large;\n}\n.mv5 {\n margin-top: $spacing-extra-large;\n margin-bottom: $spacing-extra-large;\n}\n.mv6 {\n margin-top: $spacing-extra-extra-large;\n margin-bottom: $spacing-extra-extra-large;\n}\n.mv7 {\n margin-top: $spacing-extra-extra-extra-large;\n margin-bottom: $spacing-extra-extra-extra-large;\n}\n\n.mh0 {\n margin-left: $spacing-none;\n margin-right: $spacing-none;\n}\n.mh1 {\n margin-left: $spacing-extra-small;\n margin-right: $spacing-extra-small;\n}\n.mh2 {\n margin-left: $spacing-small;\n margin-right: $spacing-small;\n}\n.mh3 {\n margin-left: $spacing-medium;\n margin-right: $spacing-medium;\n}\n.mh4 {\n margin-left: $spacing-large;\n margin-right: $spacing-large;\n}\n.mh5 {\n margin-left: $spacing-extra-large;\n margin-right: $spacing-extra-large;\n}\n.mh6 {\n margin-left: $spacing-extra-extra-large;\n margin-right: $spacing-extra-extra-large;\n}\n.mh7 {\n margin-left: $spacing-extra-extra-extra-large;\n margin-right: $spacing-extra-extra-extra-large;\n}\n\n@media #{$breakpoint-not-small} {\n .pa0-ns { padding: $spacing-none; }\n .pa1-ns { padding: $spacing-extra-small; }\n .pa2-ns { padding: $spacing-small; }\n .pa3-ns { padding: $spacing-medium; }\n .pa4-ns { padding: $spacing-large; }\n .pa5-ns { padding: $spacing-extra-large; }\n .pa6-ns { padding: $spacing-extra-extra-large; }\n .pa7-ns { padding: $spacing-extra-extra-extra-large; }\n\n .pl0-ns { padding-left: $spacing-none; }\n .pl1-ns { padding-left: $spacing-extra-small; }\n .pl2-ns { padding-left: $spacing-small; }\n .pl3-ns { padding-left: $spacing-medium; }\n .pl4-ns { padding-left: $spacing-large; }\n .pl5-ns { padding-left: $spacing-extra-large; }\n .pl6-ns { padding-left: $spacing-extra-extra-large; }\n .pl7-ns { padding-left: $spacing-extra-extra-extra-large; }\n\n .pr0-ns { padding-right: $spacing-none; }\n .pr1-ns { padding-right: $spacing-extra-small; }\n .pr2-ns { padding-right: $spacing-small; }\n .pr3-ns { padding-right: $spacing-medium; }\n .pr4-ns { padding-right: $spacing-large; }\n .pr5-ns { padding-right: $spacing-extra-large; }\n .pr6-ns { padding-right: $spacing-extra-extra-large; }\n .pr7-ns { padding-right: $spacing-extra-extra-extra-large; }\n\n .pb0-ns { padding-bottom: $spacing-none; }\n .pb1-ns { padding-bottom: $spacing-extra-small; }\n .pb2-ns { padding-bottom: $spacing-small; }\n .pb3-ns { padding-bottom: $spacing-medium; }\n .pb4-ns { padding-bottom: $spacing-large; }\n .pb5-ns { padding-bottom: $spacing-extra-large; }\n .pb6-ns { padding-bottom: $spacing-extra-extra-large; }\n .pb7-ns { padding-bottom: $spacing-extra-extra-extra-large; }\n\n .pt0-ns { padding-top: $spacing-none; }\n .pt1-ns { padding-top: $spacing-extra-small; }\n .pt2-ns { padding-top: $spacing-small; }\n .pt3-ns { padding-top: $spacing-medium; }\n .pt4-ns { padding-top: $spacing-large; }\n .pt5-ns { padding-top: $spacing-extra-large; }\n .pt6-ns { padding-top: $spacing-extra-extra-large; }\n .pt7-ns { padding-top: $spacing-extra-extra-extra-large; }\n\n .pv0-ns {\n padding-top: $spacing-none;\n padding-bottom: $spacing-none;\n }\n .pv1-ns {\n padding-top: $spacing-extra-small;\n padding-bottom: $spacing-extra-small;\n }\n .pv2-ns {\n padding-top: $spacing-small;\n padding-bottom: $spacing-small;\n }\n .pv3-ns {\n padding-top: $spacing-medium;\n padding-bottom: $spacing-medium;\n }\n .pv4-ns {\n padding-top: $spacing-large;\n padding-bottom: $spacing-large;\n }\n .pv5-ns {\n padding-top: $spacing-extra-large;\n padding-bottom: $spacing-extra-large;\n }\n .pv6-ns {\n padding-top: $spacing-extra-extra-large;\n padding-bottom: $spacing-extra-extra-large;\n }\n .pv7-ns {\n padding-top: $spacing-extra-extra-extra-large;\n padding-bottom: $spacing-extra-extra-extra-large;\n }\n .ph0-ns {\n padding-left: $spacing-none;\n padding-right: $spacing-none;\n }\n .ph1-ns {\n padding-left: $spacing-extra-small;\n padding-right: $spacing-extra-small;\n }\n .ph2-ns {\n padding-left: $spacing-small;\n padding-right: $spacing-small;\n }\n .ph3-ns {\n padding-left: $spacing-medium;\n padding-right: $spacing-medium;\n }\n .ph4-ns {\n padding-left: $spacing-large;\n padding-right: $spacing-large;\n }\n .ph5-ns {\n padding-left: $spacing-extra-large;\n padding-right: $spacing-extra-large;\n }\n .ph6-ns {\n padding-left: $spacing-extra-extra-large;\n padding-right: $spacing-extra-extra-large;\n }\n .ph7-ns {\n padding-left: $spacing-extra-extra-extra-large;\n padding-right: $spacing-extra-extra-extra-large;\n }\n\n .ma0-ns { margin: $spacing-none; }\n .ma1-ns { margin: $spacing-extra-small; }\n .ma2-ns { margin: $spacing-small; }\n .ma3-ns { margin: $spacing-medium; }\n .ma4-ns { margin: $spacing-large; }\n .ma5-ns { margin: $spacing-extra-large; }\n .ma6-ns { margin: $spacing-extra-extra-large; }\n .ma7-ns { margin: $spacing-extra-extra-extra-large; }\n\n .ml0-ns { margin-left: $spacing-none; }\n .ml1-ns { margin-left: $spacing-extra-small; }\n .ml2-ns { margin-left: $spacing-small; }\n .ml3-ns { margin-left: $spacing-medium; }\n .ml4-ns { margin-left: $spacing-large; }\n .ml5-ns { margin-left: $spacing-extra-large; }\n .ml6-ns { margin-left: $spacing-extra-extra-large; }\n .ml7-ns { margin-left: $spacing-extra-extra-extra-large; }\n\n .mr0-ns { margin-right: $spacing-none; }\n .mr1-ns { margin-right: $spacing-extra-small; }\n .mr2-ns { margin-right: $spacing-small; }\n .mr3-ns { margin-right: $spacing-medium; }\n .mr4-ns { margin-right: $spacing-large; }\n .mr5-ns { margin-right: $spacing-extra-large; }\n .mr6-ns { margin-right: $spacing-extra-extra-large; }\n .mr7-ns { margin-right: $spacing-extra-extra-extra-large; }\n\n .mb0-ns { margin-bottom: $spacing-none; }\n .mb1-ns { margin-bottom: $spacing-extra-small; }\n .mb2-ns { margin-bottom: $spacing-small; }\n .mb3-ns { margin-bottom: $spacing-medium; }\n .mb4-ns { margin-bottom: $spacing-large; }\n .mb5-ns { margin-bottom: $spacing-extra-large; }\n .mb6-ns { margin-bottom: $spacing-extra-extra-large; }\n .mb7-ns { margin-bottom: $spacing-extra-extra-extra-large; }\n\n .mt0-ns { margin-top: $spacing-none; }\n .mt1-ns { margin-top: $spacing-extra-small; }\n .mt2-ns { margin-top: $spacing-small; }\n .mt3-ns { margin-top: $spacing-medium; }\n .mt4-ns { margin-top: $spacing-large; }\n .mt5-ns { margin-top: $spacing-extra-large; }\n .mt6-ns { margin-top: $spacing-extra-extra-large; }\n .mt7-ns { margin-top: $spacing-extra-extra-extra-large; }\n\n .mv0-ns {\n margin-top: $spacing-none;\n margin-bottom: $spacing-none;\n }\n .mv1-ns {\n margin-top: $spacing-extra-small;\n margin-bottom: $spacing-extra-small;\n }\n .mv2-ns {\n margin-top: $spacing-small;\n margin-bottom: $spacing-small;\n }\n .mv3-ns {\n margin-top: $spacing-medium;\n margin-bottom: $spacing-medium;\n }\n .mv4-ns {\n margin-top: $spacing-large;\n margin-bottom: $spacing-large;\n }\n .mv5-ns {\n margin-top: $spacing-extra-large;\n margin-bottom: $spacing-extra-large;\n }\n .mv6-ns {\n margin-top: $spacing-extra-extra-large;\n margin-bottom: $spacing-extra-extra-large;\n }\n .mv7-ns {\n margin-top: $spacing-extra-extra-extra-large;\n margin-bottom: $spacing-extra-extra-extra-large;\n }\n\n .mh0-ns {\n margin-left: $spacing-none;\n margin-right: $spacing-none;\n }\n .mh1-ns {\n margin-left: $spacing-extra-small;\n margin-right: $spacing-extra-small;\n }\n .mh2-ns {\n margin-left: $spacing-small;\n margin-right: $spacing-small;\n }\n .mh3-ns {\n margin-left: $spacing-medium;\n margin-right: $spacing-medium;\n }\n .mh4-ns {\n margin-left: $spacing-large;\n margin-right: $spacing-large;\n }\n .mh5-ns {\n margin-left: $spacing-extra-large;\n margin-right: $spacing-extra-large;\n }\n .mh6-ns {\n margin-left: $spacing-extra-extra-large;\n margin-right: $spacing-extra-extra-large;\n }\n .mh7-ns {\n margin-left: $spacing-extra-extra-extra-large;\n margin-right: $spacing-extra-extra-extra-large;\n }\n\n}\n\n@media #{$breakpoint-medium} {\n .pa0-m { padding: $spacing-none; }\n .pa1-m { padding: $spacing-extra-small; }\n .pa2-m { padding: $spacing-small; }\n .pa3-m { padding: $spacing-medium; }\n .pa4-m { padding: $spacing-large; }\n .pa5-m { padding: $spacing-extra-large; }\n .pa6-m { padding: $spacing-extra-extra-large; }\n .pa7-m { padding: $spacing-extra-extra-extra-large; }\n\n .pl0-m { padding-left: $spacing-none; }\n .pl1-m { padding-left: $spacing-extra-small; }\n .pl2-m { padding-left: $spacing-small; }\n .pl3-m { padding-left: $spacing-medium; }\n .pl4-m { padding-left: $spacing-large; }\n .pl5-m { padding-left: $spacing-extra-large; }\n .pl6-m { padding-left: $spacing-extra-extra-large; }\n .pl7-m { padding-left: $spacing-extra-extra-extra-large; }\n\n .pr0-m { padding-right: $spacing-none; }\n .pr1-m { padding-right: $spacing-extra-small; }\n .pr2-m { padding-right: $spacing-small; }\n .pr3-m { padding-right: $spacing-medium; }\n .pr4-m { padding-right: $spacing-large; }\n .pr5-m { padding-right: $spacing-extra-large; }\n .pr6-m { padding-right: $spacing-extra-extra-large; }\n .pr7-m { padding-right: $spacing-extra-extra-extra-large; }\n\n .pb0-m { padding-bottom: $spacing-none; }\n .pb1-m { padding-bottom: $spacing-extra-small; }\n .pb2-m { padding-bottom: $spacing-small; }\n .pb3-m { padding-bottom: $spacing-medium; }\n .pb4-m { padding-bottom: $spacing-large; }\n .pb5-m { padding-bottom: $spacing-extra-large; }\n .pb6-m { padding-bottom: $spacing-extra-extra-large; }\n .pb7-m { padding-bottom: $spacing-extra-extra-extra-large; }\n\n .pt0-m { padding-top: $spacing-none; }\n .pt1-m { padding-top: $spacing-extra-small; }\n .pt2-m { padding-top: $spacing-small; }\n .pt3-m { padding-top: $spacing-medium; }\n .pt4-m { padding-top: $spacing-large; }\n .pt5-m { padding-top: $spacing-extra-large; }\n .pt6-m { padding-top: $spacing-extra-extra-large; }\n .pt7-m { padding-top: $spacing-extra-extra-extra-large; }\n\n .pv0-m {\n padding-top: $spacing-none;\n padding-bottom: $spacing-none;\n }\n .pv1-m {\n padding-top: $spacing-extra-small;\n padding-bottom: $spacing-extra-small;\n }\n .pv2-m {\n padding-top: $spacing-small;\n padding-bottom: $spacing-small;\n }\n .pv3-m {\n padding-top: $spacing-medium;\n padding-bottom: $spacing-medium;\n }\n .pv4-m {\n padding-top: $spacing-large;\n padding-bottom: $spacing-large;\n }\n .pv5-m {\n padding-top: $spacing-extra-large;\n padding-bottom: $spacing-extra-large;\n }\n .pv6-m {\n padding-top: $spacing-extra-extra-large;\n padding-bottom: $spacing-extra-extra-large;\n }\n .pv7-m {\n padding-top: $spacing-extra-extra-extra-large;\n padding-bottom: $spacing-extra-extra-extra-large;\n }\n\n .ph0-m {\n padding-left: $spacing-none;\n padding-right: $spacing-none;\n }\n .ph1-m {\n padding-left: $spacing-extra-small;\n padding-right: $spacing-extra-small;\n }\n .ph2-m {\n padding-left: $spacing-small;\n padding-right: $spacing-small;\n }\n .ph3-m {\n padding-left: $spacing-medium;\n padding-right: $spacing-medium;\n }\n .ph4-m {\n padding-left: $spacing-large;\n padding-right: $spacing-large;\n }\n .ph5-m {\n padding-left: $spacing-extra-large;\n padding-right: $spacing-extra-large;\n }\n .ph6-m {\n padding-left: $spacing-extra-extra-large;\n padding-right: $spacing-extra-extra-large;\n }\n .ph7-m {\n padding-left: $spacing-extra-extra-extra-large;\n padding-right: $spacing-extra-extra-extra-large;\n }\n\n .ma0-m { margin: $spacing-none; }\n .ma1-m { margin: $spacing-extra-small; }\n .ma2-m { margin: $spacing-small; }\n .ma3-m { margin: $spacing-medium; }\n .ma4-m { margin: $spacing-large; }\n .ma5-m { margin: $spacing-extra-large; }\n .ma6-m { margin: $spacing-extra-extra-large; }\n .ma7-m { margin: $spacing-extra-extra-extra-large; }\n\n .ml0-m { margin-left: $spacing-none; }\n .ml1-m { margin-left: $spacing-extra-small; }\n .ml2-m { margin-left: $spacing-small; }\n .ml3-m { margin-left: $spacing-medium; }\n .ml4-m { margin-left: $spacing-large; }\n .ml5-m { margin-left: $spacing-extra-large; }\n .ml6-m { margin-left: $spacing-extra-extra-large; }\n .ml7-m { margin-left: $spacing-extra-extra-extra-large; }\n\n .mr0-m { margin-right: $spacing-none; }\n .mr1-m { margin-right: $spacing-extra-small; }\n .mr2-m { margin-right: $spacing-small; }\n .mr3-m { margin-right: $spacing-medium; }\n .mr4-m { margin-right: $spacing-large; }\n .mr5-m { margin-right: $spacing-extra-large; }\n .mr6-m { margin-right: $spacing-extra-extra-large; }\n .mr7-m { margin-right: $spacing-extra-extra-extra-large; }\n\n .mb0-m { margin-bottom: $spacing-none; }\n .mb1-m { margin-bottom: $spacing-extra-small; }\n .mb2-m { margin-bottom: $spacing-small; }\n .mb3-m { margin-bottom: $spacing-medium; }\n .mb4-m { margin-bottom: $spacing-large; }\n .mb5-m { margin-bottom: $spacing-extra-large; }\n .mb6-m { margin-bottom: $spacing-extra-extra-large; }\n .mb7-m { margin-bottom: $spacing-extra-extra-extra-large; }\n\n .mt0-m { margin-top: $spacing-none; }\n .mt1-m { margin-top: $spacing-extra-small; }\n .mt2-m { margin-top: $spacing-small; }\n .mt3-m { margin-top: $spacing-medium; }\n .mt4-m { margin-top: $spacing-large; }\n .mt5-m { margin-top: $spacing-extra-large; }\n .mt6-m { margin-top: $spacing-extra-extra-large; }\n .mt7-m { margin-top: $spacing-extra-extra-extra-large; }\n\n .mv0-m {\n margin-top: $spacing-none;\n margin-bottom: $spacing-none;\n }\n .mv1-m {\n margin-top: $spacing-extra-small;\n margin-bottom: $spacing-extra-small;\n }\n .mv2-m {\n margin-top: $spacing-small;\n margin-bottom: $spacing-small;\n }\n .mv3-m {\n margin-top: $spacing-medium;\n margin-bottom: $spacing-medium;\n }\n .mv4-m {\n margin-top: $spacing-large;\n margin-bottom: $spacing-large;\n }\n .mv5-m {\n margin-top: $spacing-extra-large;\n margin-bottom: $spacing-extra-large;\n }\n .mv6-m {\n margin-top: $spacing-extra-extra-large;\n margin-bottom: $spacing-extra-extra-large;\n }\n .mv7-m {\n margin-top: $spacing-extra-extra-extra-large;\n margin-bottom: $spacing-extra-extra-extra-large;\n }\n\n .mh0-m {\n margin-left: $spacing-none;\n margin-right: $spacing-none;\n }\n .mh1-m {\n margin-left: $spacing-extra-small;\n margin-right: $spacing-extra-small;\n }\n .mh2-m {\n margin-left: $spacing-small;\n margin-right: $spacing-small;\n }\n .mh3-m {\n margin-left: $spacing-medium;\n margin-right: $spacing-medium;\n }\n .mh4-m {\n margin-left: $spacing-large;\n margin-right: $spacing-large;\n }\n .mh5-m {\n margin-left: $spacing-extra-large;\n margin-right: $spacing-extra-large;\n }\n .mh6-m {\n margin-left: $spacing-extra-extra-large;\n margin-right: $spacing-extra-extra-large;\n }\n .mh7-m {\n margin-left: $spacing-extra-extra-extra-large;\n margin-right: $spacing-extra-extra-extra-large;\n }\n\n}\n\n@media #{$breakpoint-large} {\n .pa0-l { padding: $spacing-none; }\n .pa1-l { padding: $spacing-extra-small; }\n .pa2-l { padding: $spacing-small; }\n .pa3-l { padding: $spacing-medium; }\n .pa4-l { padding: $spacing-large; }\n .pa5-l { padding: $spacing-extra-large; }\n .pa6-l { padding: $spacing-extra-extra-large; }\n .pa7-l { padding: $spacing-extra-extra-extra-large; }\n\n .pl0-l { padding-left: $spacing-none; }\n .pl1-l { padding-left: $spacing-extra-small; }\n .pl2-l { padding-left: $spacing-small; }\n .pl3-l { padding-left: $spacing-medium; }\n .pl4-l { padding-left: $spacing-large; }\n .pl5-l { padding-left: $spacing-extra-large; }\n .pl6-l { padding-left: $spacing-extra-extra-large; }\n .pl7-l { padding-left: $spacing-extra-extra-extra-large; }\n\n .pr0-l { padding-right: $spacing-none; }\n .pr1-l { padding-right: $spacing-extra-small; }\n .pr2-l { padding-right: $spacing-small; }\n .pr3-l { padding-right: $spacing-medium; }\n .pr4-l { padding-right: $spacing-large; }\n .pr5-l { padding-right: $spacing-extra-large; }\n .pr6-l { padding-right: $spacing-extra-extra-large; }\n .pr7-l { padding-right: $spacing-extra-extra-extra-large; }\n\n .pb0-l { padding-bottom: $spacing-none; }\n .pb1-l { padding-bottom: $spacing-extra-small; }\n .pb2-l { padding-bottom: $spacing-small; }\n .pb3-l { padding-bottom: $spacing-medium; }\n .pb4-l { padding-bottom: $spacing-large; }\n .pb5-l { padding-bottom: $spacing-extra-large; }\n .pb6-l { padding-bottom: $spacing-extra-extra-large; }\n .pb7-l { padding-bottom: $spacing-extra-extra-extra-large; }\n\n .pt0-l { padding-top: $spacing-none; }\n .pt1-l { padding-top: $spacing-extra-small; }\n .pt2-l { padding-top: $spacing-small; }\n .pt3-l { padding-top: $spacing-medium; }\n .pt4-l { padding-top: $spacing-large; }\n .pt5-l { padding-top: $spacing-extra-large; }\n .pt6-l { padding-top: $spacing-extra-extra-large; }\n .pt7-l { padding-top: $spacing-extra-extra-extra-large; }\n\n .pv0-l {\n padding-top: $spacing-none;\n padding-bottom: $spacing-none;\n }\n .pv1-l {\n padding-top: $spacing-extra-small;\n padding-bottom: $spacing-extra-small;\n }\n .pv2-l {\n padding-top: $spacing-small;\n padding-bottom: $spacing-small;\n }\n .pv3-l {\n padding-top: $spacing-medium;\n padding-bottom: $spacing-medium;\n }\n .pv4-l {\n padding-top: $spacing-large;\n padding-bottom: $spacing-large;\n }\n .pv5-l {\n padding-top: $spacing-extra-large;\n padding-bottom: $spacing-extra-large;\n }\n .pv6-l {\n padding-top: $spacing-extra-extra-large;\n padding-bottom: $spacing-extra-extra-large;\n }\n .pv7-l {\n padding-top: $spacing-extra-extra-extra-large;\n padding-bottom: $spacing-extra-extra-extra-large;\n }\n\n .ph0-l {\n padding-left: $spacing-none;\n padding-right: $spacing-none;\n }\n .ph1-l {\n padding-left: $spacing-extra-small;\n padding-right: $spacing-extra-small;\n }\n .ph2-l {\n padding-left: $spacing-small;\n padding-right: $spacing-small;\n }\n .ph3-l {\n padding-left: $spacing-medium;\n padding-right: $spacing-medium;\n }\n .ph4-l {\n padding-left: $spacing-large;\n padding-right: $spacing-large;\n }\n .ph5-l {\n padding-left: $spacing-extra-large;\n padding-right: $spacing-extra-large;\n }\n .ph6-l {\n padding-left: $spacing-extra-extra-large;\n padding-right: $spacing-extra-extra-large;\n }\n .ph7-l {\n padding-left: $spacing-extra-extra-extra-large;\n padding-right: $spacing-extra-extra-extra-large;\n }\n\n .ma0-l { margin: $spacing-none; }\n .ma1-l { margin: $spacing-extra-small; }\n .ma2-l { margin: $spacing-small; }\n .ma3-l { margin: $spacing-medium; }\n .ma4-l { margin: $spacing-large; }\n .ma5-l { margin: $spacing-extra-large; }\n .ma6-l { margin: $spacing-extra-extra-large; }\n .ma7-l { margin: $spacing-extra-extra-extra-large; }\n\n .ml0-l { margin-left: $spacing-none; }\n .ml1-l { margin-left: $spacing-extra-small; }\n .ml2-l { margin-left: $spacing-small; }\n .ml3-l { margin-left: $spacing-medium; }\n .ml4-l { margin-left: $spacing-large; }\n .ml5-l { margin-left: $spacing-extra-large; }\n .ml6-l { margin-left: $spacing-extra-extra-large; }\n .ml7-l { margin-left: $spacing-extra-extra-extra-large; }\n\n .mr0-l { margin-right: $spacing-none; }\n .mr1-l { margin-right: $spacing-extra-small; }\n .mr2-l { margin-right: $spacing-small; }\n .mr3-l { margin-right: $spacing-medium; }\n .mr4-l { margin-right: $spacing-large; }\n .mr5-l { margin-right: $spacing-extra-large; }\n .mr6-l { margin-right: $spacing-extra-extra-large; }\n .mr7-l { margin-right: $spacing-extra-extra-extra-large; }\n\n .mb0-l { margin-bottom: $spacing-none; }\n .mb1-l { margin-bottom: $spacing-extra-small; }\n .mb2-l { margin-bottom: $spacing-small; }\n .mb3-l { margin-bottom: $spacing-medium; }\n .mb4-l { margin-bottom: $spacing-large; }\n .mb5-l { margin-bottom: $spacing-extra-large; }\n .mb6-l { margin-bottom: $spacing-extra-extra-large; }\n .mb7-l { margin-bottom: $spacing-extra-extra-extra-large; }\n\n .mt0-l { margin-top: $spacing-none; }\n .mt1-l { margin-top: $spacing-extra-small; }\n .mt2-l { margin-top: $spacing-small; }\n .mt3-l { margin-top: $spacing-medium; }\n .mt4-l { margin-top: $spacing-large; }\n .mt5-l { margin-top: $spacing-extra-large; }\n .mt6-l { margin-top: $spacing-extra-extra-large; }\n .mt7-l { margin-top: $spacing-extra-extra-extra-large; }\n\n .mv0-l {\n margin-top: $spacing-none;\n margin-bottom: $spacing-none;\n }\n .mv1-l {\n margin-top: $spacing-extra-small;\n margin-bottom: $spacing-extra-small;\n }\n .mv2-l {\n margin-top: $spacing-small;\n margin-bottom: $spacing-small;\n }\n .mv3-l {\n margin-top: $spacing-medium;\n margin-bottom: $spacing-medium;\n }\n .mv4-l {\n margin-top: $spacing-large;\n margin-bottom: $spacing-large;\n }\n .mv5-l {\n margin-top: $spacing-extra-large;\n margin-bottom: $spacing-extra-large;\n }\n .mv6-l {\n margin-top: $spacing-extra-extra-large;\n margin-bottom: $spacing-extra-extra-large;\n }\n .mv7-l {\n margin-top: $spacing-extra-extra-extra-large;\n margin-bottom: $spacing-extra-extra-extra-large;\n }\n\n .mh0-l {\n margin-left: $spacing-none;\n margin-right: $spacing-none;\n }\n .mh1-l {\n margin-left: $spacing-extra-small;\n margin-right: $spacing-extra-small;\n }\n .mh2-l {\n margin-left: $spacing-small;\n margin-right: $spacing-small;\n }\n .mh3-l {\n margin-left: $spacing-medium;\n margin-right: $spacing-medium;\n }\n .mh4-l {\n margin-left: $spacing-large;\n margin-right: $spacing-large;\n }\n .mh5-l {\n margin-left: $spacing-extra-large;\n margin-right: $spacing-extra-large;\n }\n .mh6-l {\n margin-left: $spacing-extra-extra-large;\n margin-right: $spacing-extra-extra-large;\n }\n .mh7-l {\n margin-left: $spacing-extra-extra-extra-large;\n margin-right: $spacing-extra-extra-extra-large;\n }\n}\n","\n// Converted Variables\n\n$sans-serif: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, helvetica, 'helvetica neue', ubuntu, roboto, noto, 'segoe ui', arial, sans-serif !default;\n$serif: georgia, serif !default;\n$code: consolas, monaco, monospace !default;\n$font-size-headline: 6rem !default;\n$font-size-subheadline: 5rem !default;\n$font-size-1: 3rem !default;\n$font-size-2: 2.25rem !default;\n$font-size-3: 1.5rem !default;\n$font-size-4: 1.25rem !default;\n$font-size-5: 1rem !default;\n$font-size-6: .875rem !default;\n$font-size-7: .75rem !default;\n$letter-spacing-tight: -.05em !default;\n$letter-spacing-1: .1em !default;\n$letter-spacing-2: .25em !default;\n$line-height-solid: 1 !default;\n$line-height-title: 1.25 !default;\n$line-height-copy: 1.5 !default;\n$measure: 30em !default;\n$measure-narrow: 20em !default;\n$measure-wide: 34em !default;\n$spacing-none: 0 !default;\n$spacing-extra-small: .25rem !default;\n$spacing-small: .5rem !default;\n$spacing-medium: 1rem !default;\n$spacing-large: 2rem !default;\n$spacing-extra-large: 4rem !default;\n$spacing-extra-extra-large: 8rem !default;\n$spacing-extra-extra-extra-large: 16rem !default;\n$spacing-copy-separator: 1.5em !default;\n$height-1: 1rem !default;\n$height-2: 2rem !default;\n$height-3: 4rem !default;\n$height-4: 8rem !default;\n$height-5: 16rem !default;\n$width-1: 1rem !default;\n$width-2: 2rem !default;\n$width-3: 4rem !default;\n$width-4: 8rem !default;\n$width-5: 16rem !default;\n$max-width-1: 1rem !default;\n$max-width-2: 2rem !default;\n$max-width-3: 4rem !default;\n$max-width-4: 8rem !default;\n$max-width-5: 16rem !default;\n$max-width-6: 32rem !default;\n$max-width-7: 48rem !default;\n$max-width-8: 64rem !default;\n$max-width-9: 96rem !default;\n$border-radius-none: 0 !default;\n$border-radius-1: .125rem !default;\n$border-radius-2: .25rem !default;\n$border-radius-3: .5rem !default;\n$border-radius-4: 1rem !default;\n$border-radius-circle: 100% !default;\n$border-radius-pill: 9999px !default;\n$border-width-none: 0 !default;\n$border-width-1: .125rem !default;\n$border-width-2: .25rem !default;\n$border-width-3: .5rem !default;\n$border-width-4: 1rem !default;\n$border-width-5: 2rem !default;\n$box-shadow-1: 0px 0px 4px 2px rgba( 0, 0, 0, 0.2 ) !default;\n$box-shadow-2: 0px 0px 8px 2px rgba( 0, 0, 0, 0.2 ) !default;\n$box-shadow-3: 2px 2px 4px 2px rgba( 0, 0, 0, 0.2 ) !default;\n$box-shadow-4: 2px 2px 8px 0px rgba( 0, 0, 0, 0.2 ) !default;\n$box-shadow-5: 4px 4px 8px 0px rgba( 0, 0, 0, 0.2 ) !default;\n$black: #000 !default;\n$near-black: #111 !default;\n$dark-gray: #333 !default;\n$mid-gray: #555 !default;\n$gray: #777 !default;\n$silver: #999 !default;\n$light-silver: #aaa !default;\n$moon-gray: #ccc !default;\n$light-gray: #eee !default;\n$near-white: #f4f4f4 !default;\n$white: #fff !default;\n$transparent: transparent !default;\n$black-90: rgba(0,0,0,.9) !default;\n$black-80: rgba(0,0,0,.8) !default;\n$black-70: rgba(0,0,0,.7) !default;\n$black-60: rgba(0,0,0,.6) !default;\n$black-50: rgba(0,0,0,.5) !default;\n$black-40: rgba(0,0,0,.4) !default;\n$black-30: rgba(0,0,0,.3) !default;\n$black-20: rgba(0,0,0,.2) !default;\n$black-10: rgba(0,0,0,.1) !default;\n$black-05: rgba(0,0,0,.05) !default;\n$black-025: rgba(0,0,0,.025) !default;\n$black-0125: rgba(0,0,0,.0125) !default;\n$white-90: rgba(255,255,255,.9) !default;\n$white-80: rgba(255,255,255,.8) !default;\n$white-70: rgba(255,255,255,.7) !default;\n$white-60: rgba(255,255,255,.6) !default;\n$white-50: rgba(255,255,255,.5) !default;\n$white-40: rgba(255,255,255,.4) !default;\n$white-30: rgba(255,255,255,.3) !default;\n$white-20: rgba(255,255,255,.2) !default;\n$white-10: rgba(255,255,255,.1) !default;\n$white-05: rgba(255,255,255,.05) !default;\n$white-025: rgba(255,255,255,.025) !default;\n$white-0125: rgba(255,255,255,.0125) !default;\n$dark-red: #e7040f !default;\n$red: #ff4136 !default;\n$light-red: #ff725c !default;\n$orange: #ff6300 !default;\n$gold: #ffb700 !default;\n$yellow: #ffd700 !default;\n$light-yellow: #fbf1a9 !default;\n$purple: #5e2ca5 !default;\n$light-purple: #a463f2 !default;\n$dark-pink: #d5008f !default;\n$hot-pink: #ff41b4 !default;\n$pink: #ff80cc !default;\n$light-pink: #ffa3d7 !default;\n$dark-green: #137752 !default;\n$green: #19a974 !default;\n$light-green: #9eebcf !default;\n$navy: #001b44 !default;\n$dark-blue: #00449e !default;\n$blue: #357edd !default;\n$light-blue: #96ccff !default;\n$lightest-blue: #cdecff !default;\n$washed-blue: #f6fffe !default;\n$washed-green: #e8fdf5 !default;\n$washed-yellow: #fffceb !default;\n$washed-red: #ffdfdf !default;\n\n// Custom Media Query Variables\n\n$breakpoint-not-small: 'screen and (min-width: 30em)' !default;\n$breakpoint-medium: 'screen and (min-width: 30em) and (max-width: 60em)' !default;\n$breakpoint-large: 'screen and (min-width: 60em)' !default;\n\n/*\n\n VARIABLES\n\n*/\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n NEGATIVE MARGINS\n\n Base:\n n = negative\n\n Modifiers:\n a = all\n t = top\n r = right\n b = bottom\n l = left\n\n 1 = 1st step in spacing scale\n 2 = 2nd step in spacing scale\n 3 = 3rd step in spacing scale\n 4 = 4th step in spacing scale\n 5 = 5th step in spacing scale\n 6 = 6th step in spacing scale\n 7 = 7th step in spacing scale\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n\n\n.na1 { margin: -$spacing-extra-small; }\n.na2 { margin: -$spacing-small; }\n.na3 { margin: -$spacing-medium; }\n.na4 { margin: -$spacing-large; }\n.na5 { margin: -$spacing-extra-large; }\n.na6 { margin: -$spacing-extra-extra-large; }\n.na7 { margin: -$spacing-extra-extra-extra-large; }\n\n.nl1 { margin-left: -$spacing-extra-small; }\n.nl2 { margin-left: -$spacing-small; }\n.nl3 { margin-left: -$spacing-medium; }\n.nl4 { margin-left: -$spacing-large; }\n.nl5 { margin-left: -$spacing-extra-large; }\n.nl6 { margin-left: -$spacing-extra-extra-large; }\n.nl7 { margin-left: -$spacing-extra-extra-extra-large; }\n\n.nr1 { margin-right: -$spacing-extra-small; }\n.nr2 { margin-right: -$spacing-small; }\n.nr3 { margin-right: -$spacing-medium; }\n.nr4 { margin-right: -$spacing-large; }\n.nr5 { margin-right: -$spacing-extra-large; }\n.nr6 { margin-right: -$spacing-extra-extra-large; }\n.nr7 { margin-right: -$spacing-extra-extra-extra-large; }\n\n.nb1 { margin-bottom: -$spacing-extra-small; }\n.nb2 { margin-bottom: -$spacing-small; }\n.nb3 { margin-bottom: -$spacing-medium; }\n.nb4 { margin-bottom: -$spacing-large; }\n.nb5 { margin-bottom: -$spacing-extra-large; }\n.nb6 { margin-bottom: -$spacing-extra-extra-large; }\n.nb7 { margin-bottom: -$spacing-extra-extra-extra-large; }\n\n.nt1 { margin-top: -$spacing-extra-small; }\n.nt2 { margin-top: -$spacing-small; }\n.nt3 { margin-top: -$spacing-medium; }\n.nt4 { margin-top: -$spacing-large; }\n.nt5 { margin-top: -$spacing-extra-large; }\n.nt6 { margin-top: -$spacing-extra-extra-large; }\n.nt7 { margin-top: -$spacing-extra-extra-extra-large; }\n\n@media #{$breakpoint-not-small} {\n\n .na1-ns { margin: -$spacing-extra-small; }\n .na2-ns { margin: -$spacing-small; }\n .na3-ns { margin: -$spacing-medium; }\n .na4-ns { margin: -$spacing-large; }\n .na5-ns { margin: -$spacing-extra-large; }\n .na6-ns { margin: -$spacing-extra-extra-large; }\n .na7-ns { margin: -$spacing-extra-extra-extra-large; }\n\n .nl1-ns { margin-left: -$spacing-extra-small; }\n .nl2-ns { margin-left: -$spacing-small; }\n .nl3-ns { margin-left: -$spacing-medium; }\n .nl4-ns { margin-left: -$spacing-large; }\n .nl5-ns { margin-left: -$spacing-extra-large; }\n .nl6-ns { margin-left: -$spacing-extra-extra-large; }\n .nl7-ns { margin-left: -$spacing-extra-extra-extra-large; }\n\n .nr1-ns { margin-right: -$spacing-extra-small; }\n .nr2-ns { margin-right: -$spacing-small; }\n .nr3-ns { margin-right: -$spacing-medium; }\n .nr4-ns { margin-right: -$spacing-large; }\n .nr5-ns { margin-right: -$spacing-extra-large; }\n .nr6-ns { margin-right: -$spacing-extra-extra-large; }\n .nr7-ns { margin-right: -$spacing-extra-extra-extra-large; }\n\n .nb1-ns { margin-bottom: -$spacing-extra-small; }\n .nb2-ns { margin-bottom: -$spacing-small; }\n .nb3-ns { margin-bottom: -$spacing-medium; }\n .nb4-ns { margin-bottom: -$spacing-large; }\n .nb5-ns { margin-bottom: -$spacing-extra-large; }\n .nb6-ns { margin-bottom: -$spacing-extra-extra-large; }\n .nb7-ns { margin-bottom: -$spacing-extra-extra-extra-large; }\n\n .nt1-ns { margin-top: -$spacing-extra-small; }\n .nt2-ns { margin-top: -$spacing-small; }\n .nt3-ns { margin-top: -$spacing-medium; }\n .nt4-ns { margin-top: -$spacing-large; }\n .nt5-ns { margin-top: -$spacing-extra-large; }\n .nt6-ns { margin-top: -$spacing-extra-extra-large; }\n .nt7-ns { margin-top: -$spacing-extra-extra-extra-large; }\n\n}\n\n@media #{$breakpoint-medium} {\n .na1-m { margin: -$spacing-extra-small; }\n .na2-m { margin: -$spacing-small; }\n .na3-m { margin: -$spacing-medium; }\n .na4-m { margin: -$spacing-large; }\n .na5-m { margin: -$spacing-extra-large; }\n .na6-m { margin: -$spacing-extra-extra-large; }\n .na7-m { margin: -$spacing-extra-extra-extra-large; }\n\n .nl1-m { margin-left: -$spacing-extra-small; }\n .nl2-m { margin-left: -$spacing-small; }\n .nl3-m { margin-left: -$spacing-medium; }\n .nl4-m { margin-left: -$spacing-large; }\n .nl5-m { margin-left: -$spacing-extra-large; }\n .nl6-m { margin-left: -$spacing-extra-extra-large; }\n .nl7-m { margin-left: -$spacing-extra-extra-extra-large; }\n\n .nr1-m { margin-right: -$spacing-extra-small; }\n .nr2-m { margin-right: -$spacing-small; }\n .nr3-m { margin-right: -$spacing-medium; }\n .nr4-m { margin-right: -$spacing-large; }\n .nr5-m { margin-right: -$spacing-extra-large; }\n .nr6-m { margin-right: -$spacing-extra-extra-large; }\n .nr7-m { margin-right: -$spacing-extra-extra-extra-large; }\n\n .nb1-m { margin-bottom: -$spacing-extra-small; }\n .nb2-m { margin-bottom: -$spacing-small; }\n .nb3-m { margin-bottom: -$spacing-medium; }\n .nb4-m { margin-bottom: -$spacing-large; }\n .nb5-m { margin-bottom: -$spacing-extra-large; }\n .nb6-m { margin-bottom: -$spacing-extra-extra-large; }\n .nb7-m { margin-bottom: -$spacing-extra-extra-extra-large; }\n\n .nt1-m { margin-top: -$spacing-extra-small; }\n .nt2-m { margin-top: -$spacing-small; }\n .nt3-m { margin-top: -$spacing-medium; }\n .nt4-m { margin-top: -$spacing-large; }\n .nt5-m { margin-top: -$spacing-extra-large; }\n .nt6-m { margin-top: -$spacing-extra-extra-large; }\n .nt7-m { margin-top: -$spacing-extra-extra-extra-large; }\n\n}\n\n@media #{$breakpoint-large} {\n .na1-l { margin: -$spacing-extra-small; }\n .na2-l { margin: -$spacing-small; }\n .na3-l { margin: -$spacing-medium; }\n .na4-l { margin: -$spacing-large; }\n .na5-l { margin: -$spacing-extra-large; }\n .na6-l { margin: -$spacing-extra-extra-large; }\n .na7-l { margin: -$spacing-extra-extra-extra-large; }\n\n .nl1-l { margin-left: -$spacing-extra-small; }\n .nl2-l { margin-left: -$spacing-small; }\n .nl3-l { margin-left: -$spacing-medium; }\n .nl4-l { margin-left: -$spacing-large; }\n .nl5-l { margin-left: -$spacing-extra-large; }\n .nl6-l { margin-left: -$spacing-extra-extra-large; }\n .nl7-l { margin-left: -$spacing-extra-extra-extra-large; }\n\n .nr1-l { margin-right: -$spacing-extra-small; }\n .nr2-l { margin-right: -$spacing-small; }\n .nr3-l { margin-right: -$spacing-medium; }\n .nr4-l { margin-right: -$spacing-large; }\n .nr5-l { margin-right: -$spacing-extra-large; }\n .nr6-l { margin-right: -$spacing-extra-extra-large; }\n .nr7-l { margin-right: -$spacing-extra-extra-extra-large; }\n\n .nb1-l { margin-bottom: -$spacing-extra-small; }\n .nb2-l { margin-bottom: -$spacing-small; }\n .nb3-l { margin-bottom: -$spacing-medium; }\n .nb4-l { margin-bottom: -$spacing-large; }\n .nb5-l { margin-bottom: -$spacing-extra-large; }\n .nb6-l { margin-bottom: -$spacing-extra-extra-large; }\n .nb7-l { margin-bottom: -$spacing-extra-extra-extra-large; }\n\n .nt1-l { margin-top: -$spacing-extra-small; }\n .nt2-l { margin-top: -$spacing-small; }\n .nt3-l { margin-top: -$spacing-medium; }\n .nt4-l { margin-top: -$spacing-large; }\n .nt5-l { margin-top: -$spacing-extra-large; }\n .nt6-l { margin-top: -$spacing-extra-extra-large; }\n .nt7-l { margin-top: -$spacing-extra-extra-extra-large; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n TABLES\n Docs: http://tachyons.io/docs/elements/tables/\n\n*/\n\n.collapse {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\n.striped--light-silver:nth-child(odd) {\n background-color: $light-silver;\n}\n\n.striped--moon-gray:nth-child(odd) {\n background-color: $moon-gray;\n}\n\n.striped--light-gray:nth-child(odd) {\n background-color: $light-gray;\n}\n\n.striped--near-white:nth-child(odd) {\n background-color: $near-white;\n}\n\n.stripe-light:nth-child(odd) {\n background-color: $white-10;\n}\n\n.stripe-dark:nth-child(odd) {\n background-color: $black-10;\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n TEXT DECORATION\n Docs: http://tachyons.io/docs/typography/text-decoration/\n\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n.strike { text-decoration: line-through; }\n.underline { text-decoration: underline; }\n.no-underline { text-decoration: none; }\n\n\n@media #{$breakpoint-not-small} {\n .strike-ns { text-decoration: line-through; }\n .underline-ns { text-decoration: underline; }\n .no-underline-ns { text-decoration: none; }\n}\n\n@media #{$breakpoint-medium} {\n .strike-m { text-decoration: line-through; }\n .underline-m { text-decoration: underline; }\n .no-underline-m { text-decoration: none; }\n}\n\n@media #{$breakpoint-large} {\n .strike-l { text-decoration: line-through; }\n .underline-l { text-decoration: underline; }\n .no-underline-l { text-decoration: none; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n TEXT ALIGN\n Docs: http://tachyons.io/docs/typography/text-align/\n\n Base\n t = text-align\n\n Modifiers\n l = left\n r = right\n c = center\n j = justify\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n.tl { text-align: left; }\n.tr { text-align: right; }\n.tc { text-align: center; }\n.tj { text-align: justify; }\n\n@media #{$breakpoint-not-small} {\n .tl-ns { text-align: left; }\n .tr-ns { text-align: right; }\n .tc-ns { text-align: center; }\n .tj-ns { text-align: justify; }\n}\n\n@media #{$breakpoint-medium} {\n .tl-m { text-align: left; }\n .tr-m { text-align: right; }\n .tc-m { text-align: center; }\n .tj-m { text-align: justify; }\n}\n\n@media #{$breakpoint-large} {\n .tl-l { text-align: left; }\n .tr-l { text-align: right; }\n .tc-l { text-align: center; }\n .tj-l { text-align: justify; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n TEXT TRANSFORM\n Docs: http://tachyons.io/docs/typography/text-transform/\n\n Base:\n tt = text-transform\n\n Modifiers\n c = capitalize\n l = lowercase\n u = uppercase\n n = none\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n.ttc { text-transform: capitalize; }\n.ttl { text-transform: lowercase; }\n.ttu { text-transform: uppercase; }\n.ttn { text-transform: none; }\n\n@media #{$breakpoint-not-small} {\n .ttc-ns { text-transform: capitalize; }\n .ttl-ns { text-transform: lowercase; }\n .ttu-ns { text-transform: uppercase; }\n .ttn-ns { text-transform: none; }\n}\n\n@media #{$breakpoint-medium} {\n .ttc-m { text-transform: capitalize; }\n .ttl-m { text-transform: lowercase; }\n .ttu-m { text-transform: uppercase; }\n .ttn-m { text-transform: none; }\n}\n\n@media #{$breakpoint-large} {\n .ttc-l { text-transform: capitalize; }\n .ttl-l { text-transform: lowercase; }\n .ttu-l { text-transform: uppercase; }\n .ttn-l { text-transform: none; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n TYPE SCALE\n Docs: http://tachyons.io/docs/typography/scale/\n\n Base:\n f = font-size\n\n Modifiers\n 1 = 1st step in size scale\n 2 = 2nd step in size scale\n 3 = 3rd step in size scale\n 4 = 4th step in size scale\n 5 = 5th step in size scale\n 6 = 6th step in size scale\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n*/\n\n/*\n * For Hero/Marketing Titles\n *\n * These generally are too large for mobile\n * so be careful using them on smaller screens.\n * */\n\n.f-6,\n.f-headline {\n font-size: $font-size-headline;\n}\n.f-5,\n.f-subheadline {\n font-size: $font-size-subheadline;\n}\n\n\n/* Type Scale */\n\n\n.f1 { font-size: $font-size-1; }\n.f2 { font-size: $font-size-2; }\n.f3 { font-size: $font-size-3; }\n.f4 { font-size: $font-size-4; }\n.f5 { font-size: $font-size-5; }\n.f6 { font-size: $font-size-6; }\n.f7 { font-size: $font-size-7; }\n\n@media #{$breakpoint-not-small}{\n .f-6-ns,\n .f-headline-ns { font-size: $font-size-headline; }\n .f-5-ns,\n .f-subheadline-ns { font-size: $font-size-subheadline; }\n .f1-ns { font-size: $font-size-1; }\n .f2-ns { font-size: $font-size-2; }\n .f3-ns { font-size: $font-size-3; }\n .f4-ns { font-size: $font-size-4; }\n .f5-ns { font-size: $font-size-5; }\n .f6-ns { font-size: $font-size-6; }\n .f7-ns { font-size: $font-size-7; }\n}\n\n@media #{$breakpoint-medium} {\n .f-6-m,\n .f-headline-m { font-size: $font-size-headline; }\n .f-5-m,\n .f-subheadline-m { font-size: $font-size-subheadline; }\n .f1-m { font-size: $font-size-1; }\n .f2-m { font-size: $font-size-2; }\n .f3-m { font-size: $font-size-3; }\n .f4-m { font-size: $font-size-4; }\n .f5-m { font-size: $font-size-5; }\n .f6-m { font-size: $font-size-6; }\n .f7-m { font-size: $font-size-7; }\n}\n\n@media #{$breakpoint-large} {\n .f-6-l,\n .f-headline-l {\n font-size: $font-size-headline;\n }\n .f-5-l,\n .f-subheadline-l {\n font-size: $font-size-subheadline;\n }\n .f1-l { font-size: $font-size-1; }\n .f2-l { font-size: $font-size-2; }\n .f3-l { font-size: $font-size-3; }\n .f4-l { font-size: $font-size-4; }\n .f5-l { font-size: $font-size-5; }\n .f6-l { font-size: $font-size-6; }\n .f7-l { font-size: $font-size-7; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n TYPOGRAPHY\n http://tachyons.io/docs/typography/measure/\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n\n\n/* Measure is limited to ~66 characters */\n.measure {\n max-width: $measure;\n}\n\n/* Measure is limited to ~80 characters */\n.measure-wide {\n max-width: $measure-wide;\n}\n\n/* Measure is limited to ~45 characters */\n.measure-narrow {\n max-width: $measure-narrow;\n}\n\n/* Book paragraph style - paragraphs are indented with no vertical spacing. */\n.indent {\n text-indent: 1em;\n margin-top: 0;\n margin-bottom: 0;\n}\n\n.small-caps {\n font-variant: small-caps;\n}\n\n/* Combine this class with a width to truncate text (or just leave as is to truncate at width of containing element. */\n\n.truncate {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n@media #{$breakpoint-not-small} {\n .measure-ns {\n max-width: $measure;\n }\n .measure-wide-ns {\n max-width: $measure-wide;\n }\n .measure-narrow-ns {\n max-width: $measure-narrow;\n }\n .indent-ns {\n text-indent: 1em;\n margin-top: 0;\n margin-bottom: 0;\n }\n .small-caps-ns {\n font-variant: small-caps;\n }\n .truncate-ns {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n}\n\n@media #{$breakpoint-medium} {\n .measure-m {\n max-width: $measure;\n }\n .measure-wide-m {\n max-width: $measure-wide;\n }\n .measure-narrow-m {\n max-width: $measure-narrow;\n }\n .indent-m {\n text-indent: 1em;\n margin-top: 0;\n margin-bottom: 0;\n }\n .small-caps-m {\n font-variant: small-caps;\n }\n .truncate-m {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n}\n\n@media #{$breakpoint-large} {\n .measure-l {\n max-width: $measure;\n }\n .measure-wide-l {\n max-width: $measure-wide;\n }\n .measure-narrow-l {\n max-width: $measure-narrow;\n }\n .indent-l {\n text-indent: 1em;\n margin-top: 0;\n margin-bottom: 0;\n }\n .small-caps-l {\n font-variant: small-caps;\n }\n .truncate-l {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n UTILITIES\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n/* Equivalent to .overflow-y-scroll */\n.overflow-container {\n overflow-y: scroll;\n}\n\n.center {\n margin-right: auto;\n margin-left: auto;\n}\n\n.mr-auto { margin-right: auto; }\n.ml-auto { margin-left: auto; }\n\n@media #{$breakpoint-not-small}{\n .center-ns {\n margin-right: auto;\n margin-left: auto;\n }\n .mr-auto-ns { margin-right: auto; }\n .ml-auto-ns { margin-left: auto; }\n}\n\n@media #{$breakpoint-medium}{\n .center-m {\n margin-right: auto;\n margin-left: auto;\n }\n .mr-auto-m { margin-right: auto; }\n .ml-auto-m { margin-left: auto; }\n}\n\n@media #{$breakpoint-large}{\n .center-l {\n margin-right: auto;\n margin-left: auto;\n }\n .mr-auto-l { margin-right: auto; }\n .ml-auto-l { margin-left: auto; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n VISIBILITY\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n\n/*\n Text that is hidden but accessible\n Ref: http://snook.ca/archives/html_and_css/hiding-content-for-accessibility\n*/\n\n.clip {\n position: fixed !important;\n _position: absolute !important;\n clip: rect(1px 1px 1px 1px); /* IE6, IE7 */\n clip: rect(1px, 1px, 1px, 1px);\n}\n\n@media #{$breakpoint-not-small} {\n .clip-ns {\n position: fixed !important;\n _position: absolute !important;\n clip: rect(1px 1px 1px 1px); /* IE6, IE7 */\n clip: rect(1px, 1px, 1px, 1px);\n }\n}\n\n@media #{$breakpoint-medium} {\n .clip-m {\n position: fixed !important;\n _position: absolute !important;\n clip: rect(1px 1px 1px 1px); /* IE6, IE7 */\n clip: rect(1px, 1px, 1px, 1px);\n }\n}\n\n@media #{$breakpoint-large} {\n .clip-l {\n position: fixed !important;\n _position: absolute !important;\n clip: rect(1px 1px 1px 1px); /* IE6, IE7 */\n clip: rect(1px, 1px, 1px, 1px);\n }\n}\n\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n WHITE SPACE\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n\n.ws-normal { white-space: normal; }\n.nowrap { white-space: nowrap; }\n.pre { white-space: pre; }\n\n@media #{$breakpoint-not-small} {\n .ws-normal-ns { white-space: normal; }\n .nowrap-ns { white-space: nowrap; }\n .pre-ns { white-space: pre; }\n}\n\n@media #{$breakpoint-medium} {\n .ws-normal-m { white-space: normal; }\n .nowrap-m { white-space: nowrap; }\n .pre-m { white-space: pre; }\n}\n\n@media #{$breakpoint-large} {\n .ws-normal-l { white-space: normal; }\n .nowrap-l { white-space: nowrap; }\n .pre-l { white-space: pre; }\n}\n\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n VERTICAL ALIGN\n\n Media Query Extensions:\n -ns = not-small\n -m = medium\n -l = large\n\n*/\n\n.v-base { vertical-align: baseline; }\n.v-mid { vertical-align: middle; }\n.v-top { vertical-align: top; }\n.v-btm { vertical-align: bottom; }\n\n@media #{$breakpoint-not-small} {\n .v-base-ns { vertical-align: baseline; }\n .v-mid-ns { vertical-align: middle; }\n .v-top-ns { vertical-align: top; }\n .v-btm-ns { vertical-align: bottom; }\n}\n\n@media #{$breakpoint-medium} {\n .v-base-m { vertical-align: baseline; }\n .v-mid-m { vertical-align: middle; }\n .v-top-m { vertical-align: top; }\n .v-btm-m { vertical-align: bottom; }\n}\n\n@media #{$breakpoint-large} {\n .v-base-l { vertical-align: baseline; }\n .v-mid-l { vertical-align: middle; }\n .v-top-l { vertical-align: top; }\n .v-btm-l { vertical-align: bottom; }\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n HOVER EFFECTS\n Docs: http://tachyons.io/docs/themes/hovers/\n\n - Dim\n - Glow\n - Hide Child\n - Underline text\n - Grow\n - Pointer\n - Shadow\n\n*/\n\n/*\n\n Dim element on hover by adding the dim class.\n\n*/\n.dim {\n opacity: 1;\n transition: opacity .15s ease-in;\n}\n.dim:hover,\n.dim:focus {\n opacity: .5;\n transition: opacity .15s ease-in;\n}\n.dim:active {\n opacity: .8; transition: opacity .15s ease-out;\n}\n\n/*\n\n Animate opacity to 100% on hover by adding the glow class.\n\n*/\n.glow {\n transition: opacity .15s ease-in;\n}\n.glow:hover,\n.glow:focus {\n opacity: 1;\n transition: opacity .15s ease-in;\n}\n\n/*\n\n Hide child & reveal on hover:\n\n Put the hide-child class on a parent element and any nested element with the\n child class will be hidden and displayed on hover or focus.\n\n
\n
Hidden until hover or focus
\n
Hidden until hover or focus
\n
Hidden until hover or focus
\n
Hidden until hover or focus
\n
\n*/\n\n.hide-child .child {\n opacity: 0;\n transition: opacity .15s ease-in;\n}\n.hide-child:hover .child,\n.hide-child:focus .child,\n.hide-child:active .child {\n opacity: 1;\n transition: opacity .15s ease-in;\n}\n\n.underline-hover:hover,\n.underline-hover:focus {\n text-decoration: underline;\n}\n\n/* Can combine this with overflow-hidden to make background images grow on hover\n * even if you are using background-size: cover */\n\n.grow {\n -moz-osx-font-smoothing: grayscale;\n backface-visibility: hidden;\n transform: translateZ(0);\n transition: transform 0.25s ease-out;\n}\n\n.grow:hover,\n.grow:focus {\n transform: scale(1.05);\n}\n\n.grow:active {\n transform: scale(.90);\n}\n\n.grow-large {\n -moz-osx-font-smoothing: grayscale;\n backface-visibility: hidden;\n transform: translateZ(0);\n transition: transform .25s ease-in-out;\n}\n\n.grow-large:hover,\n.grow-large:focus {\n transform: scale(1.2);\n}\n\n.grow-large:active {\n transform: scale(.95);\n}\n\n/* Add pointer on hover */\n\n.pointer:hover {\n cursor: pointer;\n}\n\n/*\n Add shadow on hover.\n\n Performant box-shadow animation pattern from\n http://tobiasahlin.com/blog/how-to-animate-box-shadow/\n*/\n\n.shadow-hover {\n cursor: pointer;\n position: relative;\n transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);\n}\n\n.shadow-hover::after {\n content: '';\n box-shadow: 0px 0px 16px 2px rgba( 0, 0, 0, .2 );\n border-radius: inherit;\n opacity: 0;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: -1;\n transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);\n}\n\n.shadow-hover:hover::after,\n.shadow-hover:focus::after {\n opacity: 1;\n}\n\n/* Combine with classes in skins and skins-pseudo for\n * many different transition possibilities. */\n\n.bg-animate,\n.bg-animate:hover,\n.bg-animate:focus {\n transition: background-color .15s ease-in-out;\n}\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n Z-INDEX\n\n Base\n z = z-index\n\n Modifiers\n -0 = literal value 0\n -1 = literal value 1\n -2 = literal value 2\n -3 = literal value 3\n -4 = literal value 4\n -5 = literal value 5\n -999 = literal value 999\n -9999 = literal value 9999\n\n -max = largest accepted z-index value as integer\n\n -inherit = string value inherit\n -initial = string value initial\n -unset = string value unset\n\n MDN: https://developer.mozilla.org/en/docs/Web/CSS/z-index\n Spec: http://www.w3.org/TR/CSS2/zindex.html\n Articles:\n https://philipwalton.com/articles/what-no-one-told-you-about-z-index/\n\n Tips on extending:\n There might be a time worth using negative z-index values.\n Or if you are using tachyons with another project, you might need to\n adjust these values to suit your needs.\n\n*/\n\n.z-0 { z-index: 0; }\n.z-1 { z-index: 1; }\n.z-2 { z-index: 2; }\n.z-3 { z-index: 3; }\n.z-4 { z-index: 4; }\n.z-5 { z-index: 5; }\n\n.z-999 { z-index: 999; }\n.z-9999 { z-index: 9999; }\n\n.z-max {\n z-index: 2147483647;\n}\n\n.z-inherit { z-index: inherit; }\n.z-initial { z-index: initial; }\n.z-unset { z-index: unset; }\n\n","\n// Converted Variables\n\n\n// Custom Media Query Variables\n\n\n/*\n\n NESTED\n Tachyons module for styling nested elements\n that are generated by a cms.\n\n*/\n\n.nested-copy-line-height p,\n.nested-copy-line-height ul,\n.nested-copy-line-height ol {\n line-height: $line-height-copy;\n}\n\n.nested-headline-line-height h1,\n.nested-headline-line-height h2,\n.nested-headline-line-height h3,\n.nested-headline-line-height h4,\n.nested-headline-line-height h5,\n.nested-headline-line-height h6 {\n line-height: $line-height-title;\n}\n\n.nested-list-reset ul,\n.nested-list-reset ol {\n padding-left: 0;\n margin-left: 0;\n list-style-type: none;\n}\n\n.nested-copy-indent p+p {\n text-indent: $letter-spacing-1;\n margin-top: $spacing-none;\n margin-bottom: $spacing-none;\n}\n\n.nested-copy-seperator p+p {\n margin-top: $spacing-copy-separator;\n}\n\n.nested-img img {\n width: 100%;\n max-width: 100%;\n display: block;\n}\n\n.nested-links a {\n color: $blue;\n transition: color .15s ease-in;\n}\n\n.nested-links a:hover,\n.nested-links a:focus {\n color: $light-blue;\n transition: color .15s ease-in;\n}\n",".wrapper\n{\n width: 100%;\n max-width: 1460px;\n margin: 0 auto;\n padding: 0 20px;\n box-sizing: border-box;\n}\n\n.opblock-tag-section\n{\n display: flex;\n flex-direction: column;\n}\n\n.try-out.btn-group {\n padding: 0;\n}\n\n.opblock-tag\n{\n display: flex;\n align-items: center;\n\n padding: 10px 20px 10px 10px;\n\n cursor: pointer;\n transition: all .2s;\n\n border-bottom: 1px solid rgba($opblock-tag-border-bottom-color, .3);\n\n &:hover\n {\n background: rgba($opblock-tag-background-color-hover,.02);\n }\n}\n\n@mixin method($color)\n{\n border-color: $color;\n background: rgba($color, .1);\n\n .opblock-summary-method\n {\n background: $color;\n }\n\n .opblock-summary\n {\n border-color: $color;\n }\n\n .tab-header .tab-item.active h4 span:after\n {\n background: $color;\n }\n}\n\n\n\n\n.opblock-tag\n{\n font-size: 24px;\n\n margin: 0 0 5px 0;\n\n @include text_headline();\n\n &.no-desc\n {\n span\n {\n flex: 1;\n }\n }\n\n svg\n {\n transition: all .4s;\n }\n\n small\n {\n font-size: 14px;\n font-weight: normal;\n\n flex: 1;\n\n padding: 0 10px;\n\n @include text_body();\n }\n}\n\n.parameter__type\n{\n font-size: 12px;\n\n padding: 5px 0;\n\n @include text_code();\n}\n\n.parameter-controls {\n margin-top: 0.75em;\n}\n\n.examples {\n &__title {\n display: block;\n font-size: 1.1em;\n font-weight: bold;\n margin-bottom: 0.75em;\n }\n\n &__section {\n margin-top: 1.5em;\n }\n &__section-header {\n font-weight: bold;\n font-size: .9rem;\n margin-bottom: .5rem;\n // color: #555;\n }\n}\n\n.examples-select {\n margin-bottom: .75em;\n display: inline-block;\n .examples-select-element {\n width: 100%;\n }\n &__section-label {\n font-weight: bold;\n font-size: .9rem;\n margin-right: .5rem;\n }\n}\n\n.example {\n &__section {\n margin-top: 1.5em;\n }\n &__section-header {\n font-weight: bold;\n font-size: .9rem;\n margin-bottom: .5rem;\n // color: #555;\n }\n}\n\n.view-line-link\n{\n position: relative;\n top: 3px;\n\n width: 20px;\n margin: 0 5px;\n\n cursor: pointer;\n transition: all .5s;\n}\n\n\n\n.opblock\n{\n margin: 0 0 15px 0;\n\n border: 1px solid $opblock-border-color;\n border-radius: 4px;\n box-shadow: 0 0 3px rgba($opblock-box-shadow-color,.19);\n\n .tab-header\n {\n display: flex;\n\n flex: 1;\n\n .tab-item\n {\n padding: 0 40px;\n\n cursor: pointer;\n\n &:first-of-type\n {\n padding: 0 40px 0 0;\n }\n &.active\n {\n h4\n {\n span\n {\n position: relative;\n\n\n &:after\n {\n position: absolute;\n bottom: -15px;\n left: 50%;\n\n width: 120%;\n height: 4px;\n\n content: '';\n transform: translateX(-50%);\n\n background: $opblock-tab-header-tab-item-active-h4-span-after-background-color;\n }\n }\n }\n }\n }\n }\n\n\n &.is-open\n {\n .opblock-summary\n {\n border-bottom: 1px solid $opblock-isopen-summary-border-bottom-color;\n }\n }\n\n .opblock-section-header\n {\n display: flex;\n align-items: center;\n\n padding: 8px 20px;\n\n min-height: 50px;\n\n background: rgba($opblock-isopen-section-header-background-color,.8);\n box-shadow: 0 1px 2px rgba($opblock-isopen-section-header-box-shadow-color,.1);\n\n >label\n {\n font-size: 12px;\n font-weight: bold;\n\n display: flex;\n align-items: center;\n\n margin: 0;\n margin-left: auto;\n\n @include text_headline();\n\n >span\n {\n padding: 0 10px 0 0;\n }\n }\n\n h4\n {\n font-size: 14px;\n\n flex: 1;\n\n margin: 0;\n\n @include text_headline();\n }\n }\n\n .opblock-summary-method\n {\n font-size: 14px;\n font-weight: bold;\n\n min-width: 80px;\n padding: 6px 15px;\n\n text-align: center;\n\n border-radius: 3px;\n background: $opblock-summary-method-background-color;\n text-shadow: 0 1px 0 rgba($opblock-summary-method-text-shadow-color,.1);\n\n @include text_headline($opblock-summary-method-font-color);\n }\n\n .opblock-summary-path,\n .opblock-summary-operation-id,\n .opblock-summary-path__deprecated\n {\n font-size: 16px;\n @media (max-width: 768px) {\n font-size: 12px;\n }\n\n\n display: flex;\n align-items: center;\n\n word-break: break-word;\n\n padding: 0 10px;\n\n @include text_code();\n\n }\n\n .opblock-summary-path\n {\n flex-shrink: 0;\n max-width: calc(100% - 110px - 15rem);\n }\n\n .opblock-summary-path__deprecated\n {\n text-decoration: line-through;\n }\n\n .opblock-summary-operation-id\n {\n font-size: 14px;\n }\n\n .opblock-summary-description\n {\n font-size: 13px;\n\n flex: 1 1 auto;\n\n word-break: break-word;\n\n @include text_body();\n }\n\n .opblock-summary\n {\n display: flex;\n align-items: center;\n\n padding: 5px;\n\n cursor: pointer;\n\n .view-line-link\n {\n position: relative;\n top: 2px;\n\n width: 0;\n margin: 0;\n\n cursor: pointer;\n transition: all .5s;\n }\n\n &:hover\n {\n .view-line-link\n {\n width: 18px;\n margin: 0 5px;\n }\n }\n }\n\n\n\n &.opblock-post\n {\n @include method($_color-post);\n }\n\n &.opblock-put\n {\n @include method($_color-put);\n }\n\n &.opblock-delete\n {\n @include method($_color-delete);\n }\n\n &.opblock-get\n {\n @include method($_color-get);\n }\n\n &.opblock-patch\n {\n @include method($_color-patch);\n }\n\n &.opblock-head\n {\n @include method($_color-head);\n }\n\n &.opblock-options\n {\n @include method($_color-options);\n }\n\n &.opblock-deprecated\n {\n opacity: .6;\n\n @include method($_color-disabled);\n }\n\n .opblock-schemes\n {\n padding: 8px 20px;\n\n .schemes-title\n {\n padding: 0 10px 0 0;\n }\n }\n}\n\n.filter\n{\n .operation-filter-input\n {\n width: 100%;\n margin: 20px 0;\n padding: 10px 10px;\n\n border: 2px solid $operational-filter-input-border-color;\n }\n}\n\n.filter, .download-url-wrapper\n{\n .failed\n {\n color: red;\n }\n\n .loading\n {\n color: #aaa;\n }\n}\n\n.model-example {\n margin-top: 1em;\n}\n\n.tab\n{\n display: flex;\n\n padding: 0;\n\n list-style: none;\n\n li\n {\n font-size: 12px;\n\n min-width: 60px;\n padding: 0;\n\n cursor: pointer;\n\n @include text_headline();\n\n &:first-of-type\n {\n position: relative;\n\n padding-left: 0;\n padding-right: 12px;\n\n &:after\n {\n position: absolute;\n top: 0;\n right: 6px;\n\n width: 1px;\n height: 100%;\n\n content: '';\n\n background: rgba($tab-list-item-first-background-color,.2);\n }\n }\n\n &.active\n {\n font-weight: bold;\n }\n }\n}\n\n.opblock-description-wrapper,\n.opblock-external-docs-wrapper,\n.opblock-title_normal\n{\n font-size: 12px;\n\n margin: 0 0 5px 0;\n padding: 15px 20px;\n\n @include text_body();\n\n h4\n {\n font-size: 12px;\n\n margin: 0 0 5px 0;\n\n @include text_body();\n }\n\n p\n {\n font-size: 14px;\n\n margin: 0;\n\n @include text_body();\n }\n}\n\n.opblock-external-docs-wrapper {\n h4 {\n padding-left: 0px;\n }\n}\n\n.execute-wrapper\n{\n padding: 20px;\n\n text-align: right;\n\n .btn\n {\n width: 100%;\n padding: 8px 40px;\n }\n}\n\n.body-param-options\n{\n display: flex;\n flex-direction: column;\n\n .body-param-edit\n {\n padding: 10px 0;\n }\n\n label\n {\n padding: 8px 0;\n select\n {\n margin: 3px 0 0 0;\n }\n }\n}\n\n.responses-inner\n{\n padding: 20px;\n\n h5,\n h4\n {\n font-size: 12px;\n\n margin: 10px 0 5px 0;\n\n @include text_body();\n }\n\n .curl\n {\n white-space: normal;\n }\n}\n\n.response-col_status\n{\n font-size: 14px;\n\n @include text_body();\n\n .response-undocumented\n {\n font-size: 11px;\n\n @include text_code($response-col-status-undocumented-font-color);\n }\n}\n\n.response-col_links\n{\n padding-left: 2em;\n max-width: 40em;\n font-size: 14px;\n\n @include text_body();\n\n .response-undocumented\n {\n font-size: 11px;\n\n @include text_code($response-col-links-font-color);\n }\n\n .operation-link\n {\n margin-bottom: 1.5em;\n\n .description\n {\n margin-bottom: 0.5em;\n }\n }\n}\n\n.opblock-body\n{\n .opblock-loading-animation\n {\n display: block;\n margin: 3em;\n margin-left: auto;\n margin-right: auto;\n }\n}\n\n.opblock-body pre.microlight\n{\n font-size: 12px;\n\n margin: 0;\n padding: 10px;\n\n white-space: pre-wrap;\n word-wrap: break-word;\n word-break: break-all;\n word-break: break-word;\n hyphens: auto;\n\n border-radius: 4px;\n background: $opblock-body-background-color;\n\n overflow-wrap: break-word;\n @include text_code($opblock-body-font-color);\n\n // disabled to have syntax highliting with react-syntax-highlight\n // span\n // {\n // color: $opblock-body-font-color !important;\n // }\n\n .headerline\n {\n display: block;\n }\n}\n\n.highlight-code {\n position: relative;\n\n > .microlight {\n overflow-y: auto;\n max-height: 400px;\n min-height: 6em;\n\n code {\n white-space: pre-wrap !important;\n word-break: break-all;\n }\n }\n}\n.curl-command {\n position: relative;\n}\n\n.download-contents {\n position: absolute;\n bottom: 10px;\n right: 10px;\n cursor: pointer;\n background: #7d8293;\n text-align: center;\n padding: 5px;\n border-radius: 4px;\n font-family: sans-serif;\n font-weight: 600;\n color: white;\n font-size: 14px;\n height: 30px;\n}\n\n.scheme-container\n{\n margin: 0 0 20px 0;\n padding: 30px 0;\n\n background: $scheme-container-background-color;\n box-shadow: 0 1px 2px 0 rgba($scheme-container-box-shadow-color,.15);\n\n .schemes\n {\n display: flex;\n align-items: flex-end;\n\n > label\n {\n font-size: 12px;\n font-weight: bold;\n\n display: flex;\n flex-direction: column;\n\n margin: -20px 15px 0 0;\n\n @include text_headline();\n\n select\n {\n min-width: 130px;\n\n text-transform: uppercase;\n }\n }\n }\n}\n\n.loading-container\n{\n padding: 40px 0 60px;\n margin-top: 1em;\n min-height: 1px;\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n\n .loading\n {\n position: relative;\n\n\n &:after\n {\n font-size: 10px;\n font-weight: bold;\n\n position: absolute;\n top: 50%;\n left: 50%;\n\n content: 'loading';\n transform: translate(-50%,-50%);\n text-transform: uppercase;\n\n @include text_headline();\n }\n\n &:before\n {\n position: absolute;\n top: 50%;\n left: 50%;\n\n display: block;\n\n width: 60px;\n height: 60px;\n margin: -30px -30px;\n\n content: '';\n animation: rotation 1s infinite linear, opacity .5s;\n\n opacity: 1;\n border: 2px solid rgba($loading-container-before-border-color, .1);\n border-top-color: rgba($loading-container-before-border-top-color, .6);\n border-radius: 100%;\n\n backface-visibility: hidden;\n\n @keyframes rotation\n {\n to\n {\n transform: rotate(360deg);\n }\n }\n }\n }\n}\n\n.response-controls {\n padding-top: 1em;\n display: flex;\n}\n\n.response-control-media-type {\n margin-right: 1em;\n\n &--accept-controller {\n select {\n border-color: $response-content-type-controls-accept-header-select-border-color;\n }\n }\n\n &__accept-message {\n color: $response-content-type-controls-accept-header-small-font-color;\n font-size: .7em;\n }\n\n &__title {\n display: block;\n margin-bottom: 0.2em;\n font-size: .7em;\n }\n}\n\n.response-control-examples {\n &__title {\n display: block;\n margin-bottom: 0.2em;\n font-size: .7em;\n }\n}\n\n@keyframes blinker\n{\n 50%\n {\n opacity: 0;\n }\n}\n\n.hidden\n{\n display: none;\n}\n\n.no-margin\n{\n height: auto;\n border: none;\n margin: 0;\n padding: 0;\n}\n\n.float-right\n{\n float: right;\n}\n\nimg.full-width\n{\n width: 100%;\n}\n\n.svg-assets\n{\n position: absolute;\n width: 0;\n height: 0;\n}\n\nsection\n{\n h3\n {\n @include text_headline();\n }\n}\n\na.nostyle {\n text-decoration: inherit;\n color: inherit;\n cursor: pointer;\n display: inline;\n\n &:visited {\n text-decoration: inherit;\n color: inherit;\n cursor: pointer;\n }\n}\n\n.fallback\n{\n padding: 1em;\n color: #aaa;\n}\n\n.version-pragma {\n height: 100%;\n padding: 5em 0px;\n\n &__message {\n display: flex;\n justify-content: center;\n height: 100%;\n font-size: 1.2em;\n text-align: center;\n line-height: 1.5em;\n\n padding: 0px .6em;\n\n > div {\n max-width: 55ch;\n flex: 1;\n }\n\n code {\n background-color: #dedede;\n padding: 4px 4px 2px;\n white-space: pre;\n }\n }\n}\n\n.opblock-link\n{\n font-weight: normal;\n\n &.shown\n {\n font-weight: bold;\n }\n}\n\nspan\n{\n &.token-string\n {\n color: #555;\n }\n\n &.token-not-formatted\n {\n color: #555;\n font-weight: bold;\n }\n}\n",".btn\n{\n font-size: 14px;\n font-weight: bold;\n\n padding: 5px 23px;\n\n transition: all .3s;\n\n border: 2px solid $btn-border-color;\n border-radius: 4px;\n background: transparent;\n box-shadow: 0 1px 2px rgba($btn-box-shadow-color,.1);\n\n @include text_headline();\n\n &.btn-sm\n {\n font-size: 12px;\n padding: 4px 23px;\n }\n\n &[disabled]\n {\n cursor: not-allowed;\n\n opacity: .3;\n }\n\n &:hover\n {\n box-shadow: 0 0 5px rgba($btn-box-shadow-color,.3);\n }\n\n &.cancel\n {\n border-color: $btn-cancel-border-color;\n background-color: $btn-cancel-background-color;\n @include text_headline($btn-cancel-font-color);\n }\n\n &.authorize\n {\n line-height: 1;\n\n display: inline;\n\n color: $btn-authorize-font-color;\n border-color: $btn-authorize-border-color;\n background-color: $btn-authorize-background-color;\n\n span\n {\n float: left;\n\n padding: 4px 20px 0 0;\n }\n\n svg\n {\n fill: $btn-authorize-svg-fill-color;\n }\n }\n\n &.execute\n {\n background-color: $btn-execute-background-color-alt;\n color: $btn-execute-font-color;\n border-color: $btn-execute-border-color;\n }\n}\n\n.btn-group\n{\n display: flex;\n\n padding: 30px;\n\n .btn\n {\n flex: 1;\n\n &:first-child\n {\n border-radius: 4px 0 0 4px;\n }\n\n &:last-child\n {\n border-radius: 0 4px 4px 0;\n }\n }\n}\n\n.authorization__btn\n{\n padding: 0 10px;\n\n border: none;\n background: none;\n\n &.locked\n {\n opacity: 1;\n }\n\n &.unlocked\n {\n opacity: .4;\n }\n}\n\n.opblock-summary-control,\n.models-control,\n.model-box-control\n{\n all: inherit;\n flex: 1;\n border-bottom: 0;\n padding: 0;\n cursor: pointer;\n\n &:focus {\n outline: auto;\n }\n}\n\n.expand-methods,\n.expand-operation\n{\n border: none;\n background: none;\n\n svg\n {\n width: 20px;\n height: 20px;\n }\n}\n\n.expand-methods\n{\n padding: 0 10px;\n\n &:hover\n {\n svg\n {\n fill: $expand-methods-svg-fill-color-hover;\n }\n }\n\n svg\n {\n transition: all .3s;\n\n fill: $expand-methods-svg-fill-color;\n }\n}\n\nbutton\n{\n cursor: pointer;\n\n &.invalid\n {\n @include invalidFormElement();\n }\n}\n\n.copy-to-clipboard\n{\n position: absolute;\n bottom: 10px;\n right: 100px;\n width: 30px;\n height: 30px;\n background: #7d8293;\n border-radius: 4px;\n border: none;\n\n button\n {\n padding-left: 25px;\n border: none;\n height: 25px;\n background: url(\"data:image/svg+xml, \") center center no-repeat;\n }\n}\n\n// overrides for smaller copy button for curl command\n.curl-command .copy-to-clipboard\n{\n bottom: 5px;\n right: 10px;\n width: 20px;\n height: 20px;\n button\n {\n padding-left: 18px;\n height: 18px\n }\n}\n","// - - - - - - - - - - - - - - - - - - -\n// - - _mixins.scss module\n// styles for the _mixins.scss module\n@function calculateRem($size)\n{\n $remSize: $size / 16px;\n @return $remSize * 1rem;\n}\n\n@mixin font-size($size)\n{\n font-size: $size;\n font-size: calculateRem($size);\n}\n\n%clearfix\n{\n *zoom: 1;\n &:before,\n &:after\n {\n display: table;\n\n content: ' ';\n }\n &:after\n {\n clear: both;\n }\n}\n\n@mixin size($width, $height: $width)\n{\n width: $width;\n height: $height;\n}\n\n$ease: (\n in-quad: cubic-bezier(.550, .085, .680, .530),\n in-cubic: cubic-bezier(.550, .055, .675, .190),\n in-quart: cubic-bezier(.895, .030, .685, .220),\n in-quint: cubic-bezier(.755, .050, .855, .060),\n in-sine: cubic-bezier(.470, .000, .745, .715),\n in-expo: cubic-bezier(.950, .050, .795, .035),\n in-circ: cubic-bezier(.600, .040, .980, .335),\n in-back: cubic-bezier(.600, -.280, .735, .045),\n out-quad: cubic-bezier(.250, .460, .450, .940),\n out-cubic: cubic-bezier(.215, .610, .355, 1.000),\n out-quart: cubic-bezier(.165, .840, .440, 1.000),\n out-quint: cubic-bezier(.230, 1.000, .320, 1.000),\n out-sine: cubic-bezier(.390, .575, .565, 1.000),\n out-expo: cubic-bezier(.190, 1.000, .220, 1.000),\n out-circ: cubic-bezier(.075, .820, .165, 1.000),\n out-back: cubic-bezier(.175, .885, .320, 1.275),\n in-out-quad: cubic-bezier(.455, .030, .515, .955),\n in-out-cubic: cubic-bezier(.645, .045, .355, 1.000),\n in-out-quart: cubic-bezier(.770, .000, .175, 1.000),\n in-out-quint: cubic-bezier(.860, .000, .070, 1.000),\n in-out-sine: cubic-bezier(.445, .050, .550, .950),\n in-out-expo: cubic-bezier(1.000, .000, .000, 1.000),\n in-out-circ: cubic-bezier(.785, .135, .150, .860),\n in-out-back: cubic-bezier(.680, -.550, .265, 1.550)\n);\n\n@function ease($key)\n{\n @if map-has-key($ease, $key)\n {\n @return map-get($ease, $key);\n }\n\n @warn 'Unkown \\'#{$key}\\' in $ease.';\n @return null;\n}\n\n\n@mixin ease($key)\n{\n transition-timing-function: ease($key);\n}\n\n@mixin text-truncate\n{\n overflow: hidden;\n\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n\n@mixin aspect-ratio($width, $height)\n{\n position: relative;\n &:before\n {\n display: block;\n\n width: 100%;\n padding-top: ($height / $width) * 100%;\n\n content: '';\n }\n > iframe\n {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n }\n}\n\n$browser-context: 16;\n\n@function em($pixels, $context: $browser-context)\n{\n @if (unitless($pixels))\n {\n $pixels: $pixels * 1px;\n }\n\n @if (unitless($context))\n {\n $context: $context * 1px;\n }\n\n @return $pixels / $context * 1em;\n}\n\n@mixin maxHeight($height)\n{\n @media (max-height: $height)\n {\n @content;\n }\n}\n\n\n@mixin breakpoint($class)\n{\n @if $class == tablet\n {\n @media (min-width: 768px) and (max-width: 1024px)\n {\n @content;\n }\n }\n\n @else if $class == mobile\n {\n @media (min-width: 320px) and (max-width : 736px)\n {\n @content;\n }\n }\n\n @else if $class == desktop\n {\n @media (min-width: 1400px)\n {\n @content;\n }\n }\n\n @else\n {\n @warn 'Breakpoint mixin supports: tablet, mobile, desktop';\n }\n}\n\n@mixin invalidFormElement() {\n animation: shake .4s 1;\n border-color: $_color-delete;\n background: lighten($_color-delete, 35%);\n}\n","select\n{\n font-size: 14px;\n font-weight: bold;\n\n padding: 5px 40px 5px 10px;\n\n border: 2px solid $form-select-border-color;\n border-radius: 4px;\n background: $form-select-background-color url('data:image/svg+xml, ') right 10px center no-repeat;\n background-size: 20px;\n box-shadow: 0 1px 2px 0 rgba($form-select-box-shadow-color, .25);\n\n @include text_headline();\n appearance: none;\n\n &[multiple]\n {\n margin: 5px 0;\n padding: 5px;\n\n background: $form-select-background-color;\n }\n\n &.invalid {\n @include invalidFormElement();\n }\n}\n\n.opblock-body select\n{\n min-width: 230px;\n @media (max-width: 768px)\n {\n min-width: 180px;\n }\n}\n\nlabel\n{\n font-size: 12px;\n font-weight: bold;\n\n margin: 0 0 5px 0;\n\n @include text_headline();\n}\n\ninput[type=text],\ninput[type=password],\ninput[type=search],\ninput[type=email],\ninput[type=file]\n{\n @media (max-width: 768px) {\n max-width: 175px;\n }\n}\n\n\ninput[type=text],\ninput[type=password],\ninput[type=search],\ninput[type=email],\ninput[type=file],\ntextarea\n{\n min-width: 100px;\n margin: 5px 0;\n padding: 8px 10px;\n\n border: 1px solid $form-input-border-color;\n border-radius: 4px;\n background: $form-input-background-color;\n\n\n &.invalid\n {\n @include invalidFormElement();\n }\n\n}\n\ninput,\ntextarea,\nselect {\n &[disabled] {\n // opacity: 0.85;\n background-color: #fafafa;\n color: #888;\n cursor: not-allowed;\n }\n}\n\nselect[disabled] {\n border-color: #888;\n}\n\ntextarea[disabled] {\n background-color: #41444e;\n color: #fff;\n}\n\n@keyframes shake\n{\n 10%,\n 90%\n {\n transform: translate3d(-1px, 0, 0);\n }\n\n 20%,\n 80%\n {\n transform: translate3d(2px, 0, 0);\n }\n\n 30%,\n 50%,\n 70%\n {\n transform: translate3d(-4px, 0, 0);\n }\n\n 40%,\n 60%\n {\n transform: translate3d(4px, 0, 0);\n }\n}\n\ntextarea\n{\n font-size: 12px;\n\n width: 100%;\n min-height: 280px;\n padding: 10px;\n\n border: none;\n border-radius: 4px;\n outline: none;\n background: rgba($form-textarea-background-color,.8);\n\n @include text_code();\n\n &:focus\n {\n border: 2px solid $form-textarea-focus-border-color;\n }\n\n &.curl\n {\n font-size: 12px;\n\n min-height: 100px;\n margin: 0;\n padding: 10px;\n\n resize: none;\n\n border-radius: 4px;\n background: $form-textarea-curl-background-color;\n\n @include text_code($form-textarea-curl-font-color);\n }\n}\n\n\n.checkbox\n{\n padding: 5px 0 10px;\n\n transition: opacity .5s;\n\n color: $form-checkbox-label-font-color;\n\n label\n {\n display: flex;\n }\n\n p\n {\n font-weight: normal !important;\n font-style: italic;\n\n margin: 0 !important;\n\n @include text_code();\n }\n\n input[type=checkbox]\n {\n display: none;\n\n & + label > .item\n {\n position: relative;\n top: 3px;\n\n display: inline-block;\n\n width: 16px;\n height: 16px;\n margin: 0 8px 0 0;\n padding: 5px;\n\n cursor: pointer;\n\n border-radius: 1px;\n background: $form-checkbox-background-color;\n box-shadow: 0 0 0 2px $form-checkbox-box-shadow-color;\n\n flex: none;\n\n &:active\n {\n transform: scale(.9);\n }\n }\n\n &:checked + label > .item\n {\n background: $form-checkbox-background-color url('data:image/svg+xml, ') center center no-repeat;\n }\n }\n}\n",".dialog-ux\n{\n position: fixed;\n z-index: 9999;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n\n .backdrop-ux\n {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n\n background: rgba($dialog-ux-backdrop-background-color,.8);\n }\n\n .modal-ux\n {\n position: absolute;\n z-index: 9999;\n top: 50%;\n left: 50%;\n\n width: 100%;\n min-width: 300px;\n max-width: 650px;\n\n transform: translate(-50%,-50%);\n\n border: 1px solid $dialog-ux-modal-border-color;\n border-radius: 4px;\n background: $dialog-ux-modal-background-color;\n box-shadow: 0 10px 30px 0 rgba($dialog-ux-modal-box-shadow-color,.20);\n }\n\n .modal-ux-content\n {\n overflow-y: auto;\n\n max-height: 540px;\n padding: 20px;\n\n p\n {\n font-size: 12px;\n\n margin: 0 0 5px 0;\n\n color: $dialog-ux-modal-content-font-color;\n\n @include text_body();\n }\n\n h4\n {\n font-size: 18px;\n font-weight: 600;\n\n margin: 15px 0 0 0;\n\n @include text_headline();\n }\n }\n\n .modal-ux-header\n {\n display: flex;\n\n padding: 12px 0;\n\n border-bottom: 1px solid $dialog-ux-modal-header-border-bottom-color;\n\n align-items: center;\n\n .close-modal\n {\n padding: 0 10px;\n\n border: none;\n background: none;\n\n appearance: none;\n }\n\n\n h3\n {\n font-size: 20px;\n font-weight: 600;\n\n margin: 0;\n padding: 0 20px;\n\n flex: 1;\n @include text_headline();\n }\n }\n}\n",".model\n{\n font-size: 12px;\n font-weight: 300;\n\n @include text_code();\n\n .deprecated\n {\n span,\n td\n {\n color: $model-deprecated-font-color !important;\n }\n\n > td:first-of-type {\n text-decoration: line-through;\n }\n }\n &-toggle\n {\n font-size: 10px;\n\n position: relative;\n top: 6px;\n\n display: inline-block;\n\n margin: auto .3em;\n\n cursor: pointer;\n transition: transform .15s ease-in;\n transform: rotate(90deg);\n transform-origin: 50% 50%;\n\n &.collapsed\n {\n transform: rotate(0deg);\n }\n\n &:after\n {\n display: block;\n\n width: 20px;\n height: 20px;\n\n content: '';\n\n background: url('data:image/svg+xml, ') center no-repeat;\n background-size: 100%;\n }\n }\n\n &-jump-to-path\n {\n position: relative;\n\n cursor: pointer;\n\n .view-line-link\n {\n position: absolute;\n top: -.4em;\n\n cursor: pointer;\n }\n }\n\n &-title\n {\n position: relative;\n\n &:hover .model-hint\n {\n visibility: visible;\n }\n }\n\n &-hint\n {\n position: absolute;\n top: -1.8em;\n\n visibility: hidden;\n\n padding: .1em .5em;\n\n white-space: nowrap;\n\n color: $model-hint-font-color;\n border-radius: 4px;\n background: rgba($model-hint-background-color,.7);\n }\n\n p\n {\n margin: 0 0 1em 0;\n }\n\n .property\n {\n color: #999;\n font-style: italic;\n\n &.primitive\n {\n color: #6b6b6b;\n }\n }\n}\n\ntable.model\n{\n tr\n {\n &.description\n {\n color: #666;\n font-weight: normal;\n \n td:first-child\n {\n font-weight: bold;\n }\n }\n\n &.property-row\n {\n &.required td:first-child\n {\n font-weight: bold;\n }\n\n td\n {\n vertical-align: top;\n\n &:first-child\n {\n padding-right: 0.2em;\n }\n }\n\n .star\n {\n color: red;\n }\n }\n\n &.extension\n {\n color: #777;\n\n td:last-child\n {\n vertical-align: top;\n }\n }\n }\n}\n\nsection.models\n{\n margin: 30px 0;\n\n border: 1px solid rgba($section-models-border-color, .3);\n border-radius: 4px;\n\n .pointer\n {\n cursor: pointer;\n }\n\n &.is-open\n {\n padding: 0 0 20px;\n h4\n {\n margin: 0 0 5px 0;\n\n border-bottom: 1px solid rgba($section-models-isopen-h4-border-bottom-color, .3);\n }\n }\n h4\n {\n font-size: 16px;\n\n display: flex;\n align-items: center;\n\n margin: 0;\n padding: 10px 20px 10px 10px;\n\n cursor: pointer;\n transition: all .2s;\n\n @include text_headline($section-models-h4-font-color);\n\n svg\n {\n transition: all .4s;\n }\n\n span\n {\n flex: 1;\n }\n\n &:hover\n {\n background: rgba($section-models-h4-background-color-hover,.02);\n }\n }\n\n h5\n {\n font-size: 16px;\n\n margin: 0 0 10px 0;\n\n @include text_headline($section-models-h5-font-color);\n }\n\n .model-jump-to-path\n {\n position: relative;\n top: 5px;\n }\n\n .model-container\n {\n margin: 0 20px 15px;\n position: relative;\n\n transition: all .5s;\n\n border-radius: 4px;\n background: rgba($section-models-model-container-background-color,.05);\n\n &:hover\n {\n background: rgba($section-models-model-container-background-color,.07);\n }\n\n &:first-of-type\n {\n margin: 20px;\n }\n\n &:last-of-type\n {\n margin: 0 20px;\n }\n\n .models-jump-to-path {\n position: absolute;\n top: 8px;\n right: 5px;\n opacity: 0.65;\n }\n }\n\n .model-box\n {\n background: none;\n }\n}\n\n\n.model-box\n{\n padding: 10px;\n display: inline-block;\n\n border-radius: 4px;\n background: rgba($section-models-model-box-background-color,.1);\n\n .model-jump-to-path\n {\n position: relative;\n top: 4px;\n }\n\n &.deprecated\n {\n opacity: .5;\n }\n}\n\n\n.model-title\n{\n font-size: 16px;\n\n @include text_headline($section-models-model-title-font-color);\n\n img\n {\n margin-left: 1em;\n position: relative;\n bottom: 0px;\n }\n}\n\n.model-deprecated-warning\n{\n font-size: 16px;\n font-weight: 600;\n\n margin-right: 1em;\n\n @include text_headline($_color-delete);\n}\n\n\nspan\n{\n > span.model\n {\n .brace-close\n {\n padding: 0 0 0 10px;\n }\n }\n}\n\n.prop-name\n{\n display: inline-block;\n\n margin-right: 1em;\n}\n\n.prop-type\n{\n color: $prop-type-font-color;\n}\n\n.prop-enum\n{\n display: block;\n}\n.prop-format\n{\n color: $prop-format-font-color;\n}\n",".servers\n{\n > label\n {\n font-size: 12px;\n\n margin: -20px 15px 0 0;\n\n @include text_headline();\n\n select\n {\n min-width: 130px;\n max-width: 100%;\n }\n }\n\n h4.message {\n padding-bottom: 2em;\n }\n\n table {\n tr {\n width: 30em;\n }\n td {\n display: inline-block;\n max-width: 15em;\n vertical-align: middle;\n padding-top: 10px;\n padding-bottom: 10px;\n\n &:first-of-type {\n padding-right: 1em;\n }\n\n input {\n width: 100%;\n height: 100%;\n }\n }\n }\n\n .computed-url {\n margin: 2em 0;\n\n code {\n display: inline-block;\n padding: 4px;\n font-size: 16px;\n margin: 0 1em;\n }\n }\n}\n\n.servers-title {\n font-size: 12px;\n font-weight: bold;\n}\n\n.operation-servers {\n h4.message {\n margin-bottom: 2em;\n }\n}\n","table\n{\n width: 100%;\n padding: 0 10px;\n\n border-collapse: collapse;\n\n &.model\n {\n tbody\n {\n tr\n {\n td\n {\n padding: 0;\n\n vertical-align: top;\n\n &:first-of-type\n {\n width: 174px;\n padding: 0 0 0 2em;\n }\n }\n }\n }\n }\n\n &.headers\n {\n td\n {\n font-size: 12px;\n font-weight: 300;\n\n vertical-align: middle;\n\n @include text_code();\n }\n\n .header-example \n {\n color: #999; \n font-style: italic;\n }\n }\n\n tbody\n {\n tr\n {\n td\n {\n padding: 10px 0 0 0;\n\n vertical-align: top;\n\n &:first-of-type\n {\n min-width: 6em;\n padding: 10px 0;\n }\n }\n }\n }\n\n thead\n {\n tr\n {\n th,\n td\n {\n font-size: 12px;\n font-weight: bold;\n\n padding: 12px 0;\n\n text-align: left;\n\n border-bottom: 1px solid rgba($table-thead-td-border-bottom-color, .2);\n\n @include text_body();\n }\n }\n }\n}\n\n.parameters-col_description\n{\n width: 99%; // forces other columns to shrink to their content widths\n margin-bottom: 2em;\n input[type=text]\n {\n width: 100%;\n max-width: 340px;\n }\n\n select {\n border-width: 1px;\n }\n}\n\n.parameter__name\n{\n font-size: 16px;\n font-weight: normal;\n\n // hack to give breathing room to the name column\n // TODO: refactor all of this to flexbox\n margin-right: .75em;\n\n @include text_headline();\n\n &.required\n {\n font-weight: bold;\n\n span\n {\n color: red;\n }\n\n &:after\n {\n font-size: 10px;\n\n position: relative;\n top: -6px;\n\n padding: 5px;\n\n content: 'required';\n\n color: rgba($table-parameter-name-required-font-color, .6);\n }\n }\n}\n\n.parameter__in,\n.parameter__extension\n{\n font-size: 12px;\n font-style: italic;\n\n @include text_code($table-parameter-in-font-color);\n}\n\n.parameter__deprecated\n{\n font-size: 12px;\n font-style: italic;\n\n @include text_code($table-parameter-deprecated-font-color);\n}\n\n.parameter__empty_value_toggle {\n display: block;\n font-size: 13px;\n padding-top: 5px;\n padding-bottom: 12px;\n\n input {\n margin-right: 7px;\n }\n\n &.disabled {\n opacity: 0.7;\n }\n}\n\n\n.table-container\n{\n padding: 20px;\n}\n\n\n.response-col_description {\n width: 99%; // forces other columns to shrink to their content widths\n}\n\n.response-col_links {\n min-width: 6em;\n}\n\n.response__extension\n{\n font-size: 12px;\n font-style: italic;\n\n @include text_code($table-parameter-in-font-color);\n}\n",".topbar\n{\n padding: 10px 0;\n\n background-color: $topbar-background-color;\n .topbar-wrapper\n {\n display: flex;\n align-items: center;\n }\n a\n {\n font-size: 1.5em;\n font-weight: bold;\n\n display: flex;\n align-items: center;\n flex: 1;\n\n max-width: 300px;\n\n text-decoration: none;\n\n @include text_headline($topbar-link-font-color);\n\n span\n {\n margin: 0;\n padding: 0 10px;\n }\n }\n\n .download-url-wrapper\n {\n display: flex;\n flex: 3;\n justify-content: flex-end;\n\n input[type=text]\n {\n width: 100%;\n margin: 0;\n\n border: 2px solid $topbar-download-url-wrapper-element-border-color;\n border-radius: 4px 0 0 4px;\n outline: none;\n }\n\n .select-label\n {\n display: flex;\n align-items: center;\n\n width: 100%;\n max-width: 600px;\n margin: 0;\n color: #f0f0f0;\n span\n {\n font-size: 16px;\n\n flex: 1;\n\n padding: 0 10px 0 0;\n\n text-align: right;\n }\n\n select\n {\n flex: 2;\n\n width: 100%;\n\n border: 2px solid $topbar-download-url-wrapper-element-border-color;\n outline: none;\n box-shadow: none;\n }\n }\n\n\n .download-url-button\n {\n font-size: 16px;\n font-weight: bold;\n\n padding: 4px 30px;\n\n border: none;\n border-radius: 0 4px 4px 0;\n background: $topbar-download-url-button-background-color;\n\n @include text_headline($topbar-download-url-button-font-color);\n }\n }\n}\n",".info\n{\n margin: 50px 0;\n\n &.failed-config\n { \n max-width: 880px;\n margin-left: auto;\n margin-right: auto;\n text-align: center\n }\n\n hgroup.main\n {\n margin: 0 0 20px 0;\n a\n {\n font-size: 12px;\n }\n }\n pre \n {\n font-size: 14px;\n }\n p, li, table\n {\n font-size: 14px;\n\n @include text_body();\n }\n\n h1, h2, h3, h4, h5\n {\n @include text_body();\n }\n\n a\n {\n font-size: 14px;\n\n transition: all .4s;\n\n @include text_body($info-link-font-color);\n\n &:hover\n {\n color: darken($info-link-font-color-hover, 15%);\n }\n }\n > div\n {\n margin: 0 0 5px 0;\n }\n\n .base-url\n {\n font-size: 12px;\n font-weight: 300 !important;\n\n margin: 0;\n\n @include text_code();\n }\n\n .title\n {\n font-size: 36px;\n\n margin: 0;\n\n @include text_body();\n\n small\n {\n font-size: 10px;\n\n position: relative;\n top: -5px;\n\n display: inline-block;\n\n margin: 0 0 0 5px;\n padding: 2px 4px;\n\n vertical-align: super;\n\n border-radius: 57px;\n background: $info-title-small-background-color;\n \n &.version-stamp\n {\n background-color: #89bf04;\n }\n\n pre\n {\n margin: 0;\n padding: 0;\n\n @include text_headline($info-title-small-pre-font-color);\n }\n }\n }\n}\n",".auth-btn-wrapper\n{\n display: flex;\n\n padding: 10px 0;\n\n justify-content: center;\n\n .btn-done {\n margin-right: 1em;\n }\n}\n\n.auth-wrapper\n{\n display: flex;\n\n flex: 1;\n justify-content: flex-end;\n\n .authorize\n {\n padding-right: 20px;\n margin-right: 10px;\n }\n}\n\n.auth-container\n{\n margin: 0 0 10px 0;\n padding: 10px 20px;\n\n border-bottom: 1px solid $auth-container-border-color;\n\n &:last-of-type\n {\n margin: 0;\n padding: 10px 20px;\n\n border: 0;\n }\n\n h4\n {\n margin: 5px 0 15px 0 !important;\n }\n\n .wrapper\n {\n margin: 0;\n padding: 0;\n }\n\n input[type=text],\n input[type=password]\n {\n min-width: 230px;\n }\n\n .errors\n {\n font-size: 12px;\n\n padding: 10px;\n\n border-radius: 4px;\n\n background-color: #ffeeee;\n\n color: red;\n \n margin: 1em;\n\n @include text_code();\n\n b\n {\n text-transform: capitalize;\n margin-right: 1em;\n }\n }\n}\n\n.scopes\n{\n h2\n {\n font-size: 14px;\n\n @include text_headline();\n\n a\n {\n font-size: 12px;\n color: $auth-select-all-none-link-font-color;\n cursor: pointer;\n padding-left: 10px;\n text-decoration: underline;\n }\n }\n}\n\n.scope-def\n{\n padding: 0 0 20px 0;\n}\n",".errors-wrapper\n{\n margin: 20px;\n padding: 10px 20px;\n\n animation: scaleUp .5s;\n\n border: 2px solid $_color-delete;\n border-radius: 4px;\n background: rgba($_color-delete, .1);\n\n .error-wrapper\n {\n margin: 0 0 10px 0;\n }\n\n .errors\n {\n h4\n {\n font-size: 14px;\n\n margin: 0;\n\n @include text_code();\n }\n\n small\n {\n color: $errors-wrapper-errors-small-font-color;\n }\n\n .message\n { \n white-space: pre-line;\n \n &.thrown\n {\n max-width: 100%;\n }\n }\n\n .error-line\n {\n text-decoration: underline;\n cursor: pointer;\n }\n }\n\n hgroup\n {\n display: flex;\n\n align-items: center;\n\n h4\n {\n font-size: 20px;\n\n margin: 0;\n\n flex: 1;\n @include text_headline();\n }\n }\n}\n\n\n@keyframes scaleUp\n{\n 0%\n {\n transform: scale(.8);\n\n opacity: 0;\n }\n 100%\n {\n transform: scale(1);\n\n opacity: 1;\n }\n}\n",".Resizer.vertical.disabled {\n display: none;\n}",".markdown, .renderedMarkdown {\n p, pre {\n margin: 1em auto;\n\n word-break: break-all; /* Fallback trick */\n word-break: break-word;\n }\n pre {\n color: black;\n font-weight: normal;\n white-space: pre-wrap;\n background: none;\n padding: 0px;\n }\n\n code {\n font-size: 14px;\n padding: 5px 7px;\n\n border-radius: 4px;\n background: rgba($info-code-background-color,.05);\n\n @include text_code($info-code-font-color);\n }\n\n pre > code {\n display: block;\n }\n}\n"],"sourceRoot":""} \ No newline at end of file diff --git a/openecomp-be/tools/swagger-ui/css/typography.css b/openecomp-be/tools/swagger-ui/css/typography.css deleted file mode 100644 index 27c3751ac2..0000000000 --- a/openecomp-be/tools/swagger-ui/css/typography.css +++ /dev/null @@ -1,26 +0,0 @@ -/* droid-sans-regular - latin */ -@font-face { - font-family: 'Droid Sans'; - font-style: normal; - font-weight: 400; - src: url('../fonts/droid-sans-v6-latin-regular.eot'); /* IE9 Compat Modes */ - src: local('Droid Sans'), local('DroidSans'), - url('../fonts/droid-sans-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('../fonts/droid-sans-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ - url('../fonts/droid-sans-v6-latin-regular.woff') format('woff'), /* Modern Browsers */ - url('../fonts/droid-sans-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ - url('../fonts/droid-sans-v6-latin-regular.svg#DroidSans') format('svg'); /* Legacy iOS */ -} -/* droid-sans-700 - latin */ -@font-face { - font-family: 'Droid Sans'; - font-style: normal; - font-weight: 700; - src: url('../fonts/droid-sans-v6-latin-700.eot'); /* IE9 Compat Modes */ - src: local('Droid Sans Bold'), local('DroidSans-Bold'), - url('../fonts/droid-sans-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('../fonts/droid-sans-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ - url('../fonts/droid-sans-v6-latin-700.woff') format('woff'), /* Modern Browsers */ - url('../fonts/droid-sans-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ - url('../fonts/droid-sans-v6-latin-700.svg#DroidSans') format('svg'); /* Legacy iOS */ -} diff --git a/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-700.eot b/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-700.eot deleted file mode 100644 index d8524983ad..0000000000 Binary files a/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-700.eot and /dev/null differ diff --git a/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-700.svg b/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-700.svg deleted file mode 100644 index a54bbbbf25..0000000000 --- a/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-700.svg +++ /dev/null @@ -1,411 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-700.ttf b/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-700.ttf deleted file mode 100644 index 15896c441f..0000000000 Binary files a/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-700.ttf and /dev/null differ diff --git a/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-700.woff b/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-700.woff deleted file mode 100644 index 67e3e25f83..0000000000 Binary files a/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-700.woff and /dev/null differ diff --git a/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-700.woff2 b/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-700.woff2 deleted file mode 100644 index 1e726a7cfc..0000000000 Binary files a/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-700.woff2 and /dev/null differ diff --git a/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-regular.eot b/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-regular.eot deleted file mode 100644 index ac2698e85a..0000000000 Binary files a/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-regular.eot and /dev/null differ diff --git a/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-regular.svg b/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-regular.svg deleted file mode 100644 index d9f2a214f9..0000000000 --- a/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-regular.svg +++ /dev/null @@ -1,403 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-regular.ttf b/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-regular.ttf deleted file mode 100644 index fb8cea662b..0000000000 Binary files a/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-regular.ttf and /dev/null differ diff --git a/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-regular.woff b/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-regular.woff deleted file mode 100644 index abf19899f7..0000000000 Binary files a/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-regular.woff and /dev/null differ diff --git a/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-regular.woff2 b/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-regular.woff2 deleted file mode 100644 index 9f93f74c3b..0000000000 Binary files a/openecomp-be/tools/swagger-ui/fonts/droid-sans-v6-latin-regular.woff2 and /dev/null differ diff --git a/openecomp-be/tools/swagger-ui/images/Thumbs.db b/openecomp-be/tools/swagger-ui/images/Thumbs.db deleted file mode 100644 index 400bf4e0ec..0000000000 Binary files a/openecomp-be/tools/swagger-ui/images/Thumbs.db and /dev/null differ diff --git a/openecomp-be/tools/swagger-ui/images/explorer_icons.png b/openecomp-be/tools/swagger-ui/images/explorer_icons.png deleted file mode 100644 index ed9d2fffb6..0000000000 Binary files a/openecomp-be/tools/swagger-ui/images/explorer_icons.png and /dev/null differ diff --git a/openecomp-be/tools/swagger-ui/images/favicon-16x16.png b/openecomp-be/tools/swagger-ui/images/favicon-16x16.png index 66b1a5bfb9..8b194e617a 100644 Binary files a/openecomp-be/tools/swagger-ui/images/favicon-16x16.png and b/openecomp-be/tools/swagger-ui/images/favicon-16x16.png differ diff --git a/openecomp-be/tools/swagger-ui/images/favicon-32x32.png b/openecomp-be/tools/swagger-ui/images/favicon-32x32.png index 32f319f89b..249737fe44 100644 Binary files a/openecomp-be/tools/swagger-ui/images/favicon-32x32.png and b/openecomp-be/tools/swagger-ui/images/favicon-32x32.png differ diff --git a/openecomp-be/tools/swagger-ui/images/favicon.ico b/openecomp-be/tools/swagger-ui/images/favicon.ico deleted file mode 100644 index 36c02749fc..0000000000 Binary files a/openecomp-be/tools/swagger-ui/images/favicon.ico and /dev/null differ diff --git a/openecomp-be/tools/swagger-ui/images/logo_small.png b/openecomp-be/tools/swagger-ui/images/logo_small.png deleted file mode 100644 index 5496a65579..0000000000 Binary files a/openecomp-be/tools/swagger-ui/images/logo_small.png and /dev/null differ diff --git a/openecomp-be/tools/swagger-ui/images/pet_store_api.png b/openecomp-be/tools/swagger-ui/images/pet_store_api.png deleted file mode 100644 index f9f9cd4aeb..0000000000 Binary files a/openecomp-be/tools/swagger-ui/images/pet_store_api.png and /dev/null differ diff --git a/openecomp-be/tools/swagger-ui/images/throbber.gif b/openecomp-be/tools/swagger-ui/images/throbber.gif deleted file mode 100644 index 0639388924..0000000000 Binary files a/openecomp-be/tools/swagger-ui/images/throbber.gif and /dev/null differ diff --git a/openecomp-be/tools/swagger-ui/images/wordnik_api.png b/openecomp-be/tools/swagger-ui/images/wordnik_api.png deleted file mode 100644 index dca4f1455a..0000000000 Binary files a/openecomp-be/tools/swagger-ui/images/wordnik_api.png and /dev/null differ diff --git a/openecomp-be/tools/swagger-ui/index.html b/openecomp-be/tools/swagger-ui/index.html index fc8c48ceea..2aefcd2fb5 100644 --- a/openecomp-be/tools/swagger-ui/index.html +++ b/openecomp-be/tools/swagger-ui/index.html @@ -1,328 +1,66 @@ + - - - - API Docs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
-
-
-
-
-
-
- -
- -
Custom Headers
-
- -
-
- Reset - Add -
+ + -
-
 
-
- + window.ui = ui; + }; + + diff --git a/openecomp-be/tools/swagger-ui/lib/backbone-min.js b/openecomp-be/tools/swagger-ui/lib/backbone-min.js deleted file mode 100644 index a3f544be6d..0000000000 --- a/openecomp-be/tools/swagger-ui/lib/backbone-min.js +++ /dev/null @@ -1,15 +0,0 @@ -// Backbone.js 1.1.2 - -(function(t,e){if(typeof define==="function"&&define.amd){define(["underscore","jquery","exports"],function(i,r,s){t.Backbone=e(t,s,i,r)})}else if(typeof exports!=="undefined"){var i=require("underscore");e(t,exports,i)}else{t.Backbone=e(t,{},t._,t.jQuery||t.Zepto||t.ender||t.$)}})(this,function(t,e,i,r){var s=t.Backbone;var n=[];var a=n.push;var o=n.slice;var h=n.splice;e.VERSION="1.1.2";e.$=r;e.noConflict=function(){t.Backbone=s;return this};e.emulateHTTP=false;e.emulateJSON=false;var u=e.Events={on:function(t,e,i){if(!c(this,"on",t,[e,i])||!e)return this;this._events||(this._events={});var r=this._events[t]||(this._events[t]=[]);r.push({callback:e,context:i,ctx:i||this});return this},once:function(t,e,r){if(!c(this,"once",t,[e,r])||!e)return this;var s=this;var n=i.once(function(){s.off(t,n);e.apply(this,arguments)});n._callback=e;return this.on(t,n,r)},off:function(t,e,r){var s,n,a,o,h,u,l,f;if(!this._events||!c(this,"off",t,[e,r]))return this;if(!t&&!e&&!r){this._events=void 0;return this}o=t?[t]:i.keys(this._events);for(h=0,u=o.length;h").attr(t);this.setElement(r,false)}else{this.setElement(i.result(this,"el"),false)}}});e.sync=function(t,r,s){var n=T[t];i.defaults(s||(s={}),{emulateHTTP:e.emulateHTTP,emulateJSON:e.emulateJSON});var a={type:n,dataType:"json"};if(!s.url){a.url=i.result(r,"url")||M()}if(s.data==null&&r&&(t==="create"||t==="update"||t==="patch")){a.contentType="application/json";a.data=JSON.stringify(s.attrs||r.toJSON(s))}if(s.emulateJSON){a.contentType="application/x-www-form-urlencoded";a.data=a.data?{model:a.data}:{}}if(s.emulateHTTP&&(n==="PUT"||n==="DELETE"||n==="PATCH")){a.type="POST";if(s.emulateJSON)a.data._method=n;var o=s.beforeSend;s.beforeSend=function(t){t.setRequestHeader("X-HTTP-Method-Override",n);if(o)return o.apply(this,arguments)}}if(a.type!=="GET"&&!s.emulateJSON){a.processData=false}if(a.type==="PATCH"&&k){a.xhr=function(){return new ActiveXObject("Microsoft.XMLHTTP")}}var h=s.xhr=e.ajax(i.extend(a,s));r.trigger("request",r,h,s);return h};var k=typeof window!=="undefined"&&!!window.ActiveXObject&&!(window.XMLHttpRequest&&(new XMLHttpRequest).dispatchEvent);var T={create:"POST",update:"PUT",patch:"PATCH","delete":"DELETE",read:"GET"};e.ajax=function(){return e.$.ajax.apply(e.$,arguments)};var $=e.Router=function(t){t||(t={});if(t.routes)this.routes=t.routes;this._bindRoutes();this.initialize.apply(this,arguments)};var S=/\((.*?)\)/g;var H=/(\(\?)?:\w+/g;var A=/\*\w+/g;var I=/[\-{}\[\]+?.,\\\^$|#\s]/g;i.extend($.prototype,u,{initialize:function(){},route:function(t,r,s){if(!i.isRegExp(t))t=this._routeToRegExp(t);if(i.isFunction(r)){s=r;r=""}if(!s)s=this[r];var n=this;e.history.route(t,function(i){var a=n._extractParameters(t,i);n.execute(s,a);n.trigger.apply(n,["route:"+r].concat(a));n.trigger("route",r,a);e.history.trigger("route",n,r,a)});return this},execute:function(t,e){if(t)t.apply(this,e)},navigate:function(t,i){e.history.navigate(t,i);return this},_bindRoutes:function(){if(!this.routes)return;this.routes=i.result(this,"routes");var t,e=i.keys(this.routes);while((t=e.pop())!=null){this.route(t,this.routes[t])}},_routeToRegExp:function(t){t=t.replace(I,"\\$&").replace(S,"(?:$1)?").replace(H,function(t,e){return e?t:"([^/?]+)"}).replace(A,"([^?]*?)");return new RegExp("^"+t+"(?:\\?([\\s\\S]*))?$")},_extractParameters:function(t,e){var r=t.exec(e).slice(1);return i.map(r,function(t,e){if(e===r.length-1)return t||null;return t?decodeURIComponent(t):null})}});var N=e.History=function(){this.handlers=[];i.bindAll(this,"checkUrl");if(typeof window!=="undefined"){this.location=window.location;this.history=window.history}};var R=/^[#\/]|\s+$/g;var O=/^\/+|\/+$/g;var P=/msie [\w.]+/;var C=/\/$/;var j=/#.*$/;N.started=false;i.extend(N.prototype,u,{interval:50,atRoot:function(){return this.location.pathname.replace(/[^\/]$/,"$&/")===this.root},getHash:function(t){var e=(t||this).location.href.match(/#(.*)$/);return e?e[1]:""},getFragment:function(t,e){if(t==null){if(this._hasPushState||!this._wantsHashChange||e){t=decodeURI(this.location.pathname+this.location.search);var i=this.root.replace(C,"");if(!t.indexOf(i))t=t.slice(i.length)}else{t=this.getHash()}}return t.replace(R,"")},start:function(t){if(N.started)throw new Error("Backbone.history has already been started");N.started=true;this.options=i.extend({root:"/"},this.options,t);this.root=this.options.root;this._wantsHashChange=this.options.hashChange!==false;this._wantsPushState=!!this.options.pushState;this._hasPushState=!!(this.options.pushState&&this.history&&this.history.pushState);var r=this.getFragment();var s=document.documentMode;var n=P.exec(navigator.userAgent.toLowerCase())&&(!s||s<=7);this.root=("/"+this.root+"/").replace(O,"/");if(n&&this._wantsHashChange){var a=e.$('