From cb83922e04cef08539d18036562d81a9f3978619 Mon Sep 17 00:00:00 2001 From: nikohl-de Date: Wed, 20 Nov 2024 10:42:02 +0100 Subject: [PATCH] Add IG 3.0.4 --- ...uide-markdown-AkteureUndInteraktionen.html | 233 + ...arkdown-BestaetigungsrelevanteSysteme.html | 267 + ...ionGuide-markdown-CapabilityStatement.html | 237 + ...ementationGuide-markdown-Datenobjekte.html | 231 + ...nobjekte_Bundle_MedikationTransaction.html | 573 + ..._Bundle_MedikationTransactionResponse.html | 567 + ...uide-markdown-Datenobjekte_Medikament.html | 1459 +++ ...n-Datenobjekte_MedikationsInformation.html | 2681 +++++ ...arkdown-Datenobjekte_MedikationsListe.html | 786 ++ ...Datenobjekte_MedikationsVerabreichung.html | 1657 +++ ...wn-Datenobjekte_MedikationsVerordnung.html | 2889 ++++++ ...lementationGuide-markdown-Einfuehrung.html | 240 + ...ntationGuide-markdown-Kompatibilitaet.html | 238 + ...plementationGuide-markdown-Motivation.html | 227 + ...ementationGuide-markdown-ReleaseNotes.html | 289 + .../ImplementationGuide-markdown-RestApi.html | 235 + ...ementationGuide-markdown-Terminologie.html | 228 + ...e-markdown-UebergreifendeFestlegungen.html | 217 + ...lementierungsleitfadenIsiK_Medikation.json | 115 + ...ndle-ExampleISiKMedikationTransaction.json | 96 + ...mpleISiKMedikationTransactionResponse.json | 96 + ...abilityStatementMedikationInformation.json | 1069 ++ ...ilityStatementMedikationVerabreichung.json | 918 ++ ...pabilityStatementMedikationVerordnung.json | 940 ++ .../Encounter-Versorgungsstellenkontakt.json | 157 + .../List-ExampleISiKMedikationsListe.json | 40 + .../Medication-ExampleISiKMedikament1.json | 19 + .../Medication-ExampleISiKMedikament2.json | 65 + ...n-ExampleISiKMedikationsVerabreichung.json | 28 + ...uest-ExampleISiKMedikationsVerordnung.json | 52 + ...nt-ExampleISiKMedikationsInformation1.json | 51 + ...nt-ExampleISiKMedikationsInformation2.json | 45 + .../Patient-PatientinMusterfrau.json | 151 + .../StructureDefinition-ISiKMedikament.json | 583 ++ ...eDefinition-ISiKMedikationTransaction.json | 84 + ...ion-ISiKMedikationTransactionResponse.json | 90 + ...Definition-ISiKMedikationsInformation.json | 1226 +++ ...uctureDefinition-ISiKMedikationsListe.json | 159 + ...finition-ISiKMedikationsVerabreichung.json | 627 ++ ...eDefinition-ISiKMedikationsVerordnung.json | 1219 +++ .../ValueSet-SctRouteOfAdministration.json | 26 + .../styles/common/bootstrap/bootstrap.css | 6271 +++++++++++ .../styles/common/bootstrap/bootstrap.js | 2363 +++++ .../styles/common/bootstrap/bootstrap.min.css | 5 + .../styles/common/bootstrap/bootstrap.min.js | 7 + .../fonts/glyphicons-halflings-regular.eot | Bin 0 -> 35387 bytes .../fonts/glyphicons-halflings-regular.svg | 288 + .../fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 58132 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 0 -> 42816 bytes .../fonts/glyphicons-halflings-regular.woff2 | Bin 0 -> 32536 bytes IG/3.0.4/static/styles/common/favicon.ico | Bin 0 -> 1150 bytes .../static/styles/common/jquery/jquery.js | 9190 +++++++++++++++++ .../static/styles/common/jquery/jquery.min.js | 5 + .../styles/common/jquery/jquery.min.map | 1 + IG/3.0.4/static/styles/common/main.css | 29 + IG/3.0.4/static/styles/common/main.min.css | 1 + IG/3.0.4/static/styles/common/main.min.js | 1 + .../styles/common/rendering/baseTreetable.js | 260 + .../common/rendering/baseTreetable.min.js | 1 + .../common/rendering/images/icon_sprite.png | Bin 0 -> 5296 bytes .../rendering/images/icon_sprite_v2.png | Bin 0 -> 18185 bytes .../common/rendering/images/pin_sprite.png | Bin 0 -> 286 bytes .../styles/common/rendering/images/sprite.png | Bin 0 -> 1325 bytes .../styles/common/rendering/rendering.css | 1126 ++ .../styles/common/rendering/rendering.min.css | 1 + .../styles/common/rendering/stu3TreeTable.js | 1193 +++ .../common/rendering/stu3TreeTable.min.js | 1 + .../static/styles/twolevelmenu/master.html | 54 + .../static/styles/twolevelmenu/preview.png | Bin 0 -> 48275 bytes .../static/styles/twolevelmenu/settings.style | 6 + IG/3.0.4/static/styles/twolevelmenu/style.css | 57 + index.html | 8 + 72 files changed, 41978 insertions(+) create mode 100644 IG/3.0.4/ImplementationGuide-markdown-AkteureUndInteraktionen.html create mode 100644 IG/3.0.4/ImplementationGuide-markdown-BestaetigungsrelevanteSysteme.html create mode 100644 IG/3.0.4/ImplementationGuide-markdown-CapabilityStatement.html create mode 100644 IG/3.0.4/ImplementationGuide-markdown-Datenobjekte.html create mode 100644 IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_Bundle_MedikationTransaction.html create mode 100644 IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_Bundle_MedikationTransactionResponse.html create mode 100644 IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_Medikament.html create mode 100644 IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_MedikationsInformation.html create mode 100644 IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_MedikationsListe.html create mode 100644 IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_MedikationsVerabreichung.html create mode 100644 IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_MedikationsVerordnung.html create mode 100644 IG/3.0.4/ImplementationGuide-markdown-Einfuehrung.html create mode 100644 IG/3.0.4/ImplementationGuide-markdown-Kompatibilitaet.html create mode 100644 IG/3.0.4/ImplementationGuide-markdown-Motivation.html create mode 100644 IG/3.0.4/ImplementationGuide-markdown-ReleaseNotes.html create mode 100644 IG/3.0.4/ImplementationGuide-markdown-RestApi.html create mode 100644 IG/3.0.4/ImplementationGuide-markdown-Terminologie.html create mode 100644 IG/3.0.4/ImplementationGuide-markdown-UebergreifendeFestlegungen.html create mode 100644 IG/3.0.4/artifacts/ImplementationGuide/ImplementierungsleitfadenIsiK_Medikation.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/Bundle-ExampleISiKMedikationTransaction.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/Bundle-ExampleISiKMedikationTransactionResponse.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationInformation.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationVerabreichung.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationVerordnung.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/Encounter-Versorgungsstellenkontakt.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/List-ExampleISiKMedikationsListe.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament1.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament2.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/MedicationAdministration-ExampleISiKMedikationsVerabreichung.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/MedicationRequest-ExampleISiKMedikationsVerordnung.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation1.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation2.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/Patient-PatientinMusterfrau.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikament.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationTransaction.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationTransactionResponse.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsInformation.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsListe.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsVerabreichung.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsVerordnung.json create mode 100644 IG/3.0.4/artifacts/Resources/fsh-generated/resources/ValueSet-SctRouteOfAdministration.json create mode 100644 IG/3.0.4/static/styles/common/bootstrap/bootstrap.css create mode 100644 IG/3.0.4/static/styles/common/bootstrap/bootstrap.js create mode 100644 IG/3.0.4/static/styles/common/bootstrap/bootstrap.min.css create mode 100644 IG/3.0.4/static/styles/common/bootstrap/bootstrap.min.js create mode 100644 IG/3.0.4/static/styles/common/bootstrap/fonts/glyphicons-halflings-regular.eot create mode 100644 IG/3.0.4/static/styles/common/bootstrap/fonts/glyphicons-halflings-regular.svg create mode 100644 IG/3.0.4/static/styles/common/bootstrap/fonts/glyphicons-halflings-regular.ttf create mode 100644 IG/3.0.4/static/styles/common/bootstrap/fonts/glyphicons-halflings-regular.woff create mode 100644 IG/3.0.4/static/styles/common/bootstrap/fonts/glyphicons-halflings-regular.woff2 create mode 100644 IG/3.0.4/static/styles/common/favicon.ico create mode 100644 IG/3.0.4/static/styles/common/jquery/jquery.js create mode 100644 IG/3.0.4/static/styles/common/jquery/jquery.min.js create mode 100644 IG/3.0.4/static/styles/common/jquery/jquery.min.map create mode 100644 IG/3.0.4/static/styles/common/main.css create mode 100644 IG/3.0.4/static/styles/common/main.min.css create mode 100644 IG/3.0.4/static/styles/common/main.min.js create mode 100644 IG/3.0.4/static/styles/common/rendering/baseTreetable.js create mode 100644 IG/3.0.4/static/styles/common/rendering/baseTreetable.min.js create mode 100644 IG/3.0.4/static/styles/common/rendering/images/icon_sprite.png create mode 100644 IG/3.0.4/static/styles/common/rendering/images/icon_sprite_v2.png create mode 100644 IG/3.0.4/static/styles/common/rendering/images/pin_sprite.png create mode 100644 IG/3.0.4/static/styles/common/rendering/images/sprite.png create mode 100644 IG/3.0.4/static/styles/common/rendering/rendering.css create mode 100644 IG/3.0.4/static/styles/common/rendering/rendering.min.css create mode 100644 IG/3.0.4/static/styles/common/rendering/stu3TreeTable.js create mode 100644 IG/3.0.4/static/styles/common/rendering/stu3TreeTable.min.js create mode 100644 IG/3.0.4/static/styles/twolevelmenu/master.html create mode 100644 IG/3.0.4/static/styles/twolevelmenu/preview.png create mode 100644 IG/3.0.4/static/styles/twolevelmenu/settings.style create mode 100644 IG/3.0.4/static/styles/twolevelmenu/style.css diff --git a/IG/3.0.4/ImplementationGuide-markdown-AkteureUndInteraktionen.html b/IG/3.0.4/ImplementationGuide-markdown-AkteureUndInteraktionen.html new file mode 100644 index 00000000..7c1a4669 --- /dev/null +++ b/IG/3.0.4/ImplementationGuide-markdown-AkteureUndInteraktionen.html @@ -0,0 +1,233 @@ + + + + + + + + Implementierungsleitfaden ISiK-Modul Medikation + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + +
+ + + +
+ + +
+ +
+ +

Akteure und Interaktionen

+

Innerhalb des ISiK-Moduls Medikation kann ein beteiligtes System verschiedene Rollen einnehmen und somit unterschiedliche Aufgaben übernehmen. In Anlehnung an IHE HMW werden im Folgenden diese Rollen mithilfe der Definition von Akteuren formalisiert und die Interaktionen zugeordnet.

+

Hierbei wird wiederum unterschieden zwischen den folgenden drei Bereichen:

+
    +
  • Medication Summary (Medikationsinformationen, "Medikationspläne"): Bildet den Medikationsstatus eines Patienten ab, z.B. Informationen über Dauermedikation oder Selbstmedikation. In diesem Kontext wird häufig noch eine Liste verwendet, in der die einzelnen Medikationsinformationen strukturiert sind.
  • +
  • Medication Order (Medikations-Verordnungen): Informationen über die Verordnung von Medikamenten im Rahmen des medizinischen Workflows.
  • +
  • Administered Medication (Medikations-Verabreichungen): Informationen über die (erfolgte) Verabreichung bzw. Einnahme von Medikamenten im Rahmen des medizinischen Workflows.
  • +
+

Für jeden dieser Bereiche wurden jeweils drei Akteure identifiziert, die in einem oder mehreren Systemen implementiert sein können:

+
    +
  • Repository: Hält die jeweiligen Informationen (Datenobjekte) vor und verwaltet diese. Es ermöglicht das Erstellen, Ändern und Lesen dieser Informationen.
  • +
  • Provider: Erstellt bzw. generiert die Informationen und übermittelt sie an das Repository.
  • +
  • Consumer: Liest die Informationen aus dem Repository, beispielsweise um sie dem Benutzer anzuzeigen oder anderweitig zu verarbeiten.
  • +
+

Die Interaktionen sind somit in allen drei Bereichen äquivalent:

+Interkationen + + + +
+ +
+
+ +
+ +
+ +
+ + + +
+ + + + \ No newline at end of file diff --git a/IG/3.0.4/ImplementationGuide-markdown-BestaetigungsrelevanteSysteme.html b/IG/3.0.4/ImplementationGuide-markdown-BestaetigungsrelevanteSysteme.html new file mode 100644 index 00000000..f4c4f15b --- /dev/null +++ b/IG/3.0.4/ImplementationGuide-markdown-BestaetigungsrelevanteSysteme.html @@ -0,0 +1,267 @@ + + + + + + + + Implementierungsleitfaden ISiK-Modul Medikation + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + +
+ + + +
+ + +
+ +
+ +

Bestätigungsrelevante Systeme

+

Hier folgt die Festlegung der Deutschen Krankenhausgesellschaft e. V. wie hier aufgeführt

+

Festlegung der Deutschen Krankenhausgesellschaft e. V. aus dem Jahr 2022

+

Die im Folgenden definierten Subsysteme müssen gemäß § 373 Abs. 2 SGB V nach +zweijähriger Übergangsfrist im Krankenhaus um die Schnittstelle erweitert sein, die +das ISIK-Modul bzw. die Datenobjekte der gematik jeweils beschreiben. Die Festlegung der Systeme zu den einzelnen ISiK-Modulen ist um Erläuterungen in eckigen +Klammern ergänzt.

+

ISiK-Basismodul (Stufe 1 und Stufe 2)

+
    +
  • Krankenhaus-Informationssystem (KIS)
  • +
+

ISiK-Modul Vitalwerte und Körpermaße

+
    +
  • KIS mit Funktion elektronische Kurve bzw. entsprechendes KIS-Modul
  • +
  • Patientendaten-Managementsystem (PDMS) [z.B. für Intensivbereiche]
  • +
  • Elektronische Kurve [z.B. für die Verwendung auf Normal-Stationen]
  • +
+

ISiK-Modul Dokumentenaustausch

+
    +
  • KIS
  • +
  • Dokumentenmanagementsystem (DMS)
  • +
  • Archivsystem
  • +
  • Telekonsil-Modul gemäß § 31a BMV-Ä [Ziel ist die clientseitige Implementierung für die Suche nach Dokumenten anhand von Metadaten, +Verarbeitung von Suchergebnissen und Dokumentenzugriff zur Verwendung in Telekonsilien], hierbei keine Umsetzung einer Funktion zum Abruf von Dokumenten aus dem Telekonsil-Modul
  • +
  • KIM-Client-Anwendungssoftware [die Anwendungsintegration, nicht der +KIM-Client, Implementierung für die Ablage von Dokumenten aus KIM-Nachrichten und den Versand von Dokumenten mit KIM-Nachrichten], +hierbei keine Umsetzung einer Funktion zum Abruf von Dokumenten aus +der KIM-Client-Anwendungssoftware
  • +
+

ISiK-Modul Medication

+
    +
  • KIS
  • +
  • PDMS [Anwendungsfallbeispiel: Medikationsdaten in das KIS übertragen bei Verlegung vom Intensivbereich auf Normal-Station]
  • +
  • Software für digitales Medikationsmanagement [z.B. für die Umsetzung +von KHZG Fördertatbestand 5]
  • +
  • E-Therapieplan-System für Zytostatika-Behandlung mit Verarbeitung +von Verordnungs- und Medikationsinformationen [teilweise Grundlage +für onkologische Verordnungsdaten], gemäß diesen Festlegungen keine +Umsetzung des ISIK-Datenobjekts MedikationsVerabreichung notwendig
  • +
  • Herstellungssystem mit Verarbeitung von Verordnungs- und Medikationsinformationen [in KH-Apotheke, z.B. für Zytostatika], gemäß diesen +Festlegungen keine Umsetzung des ISIK-Datenobjekts MedikationsVerabreichung notwendig
  • +
  • E-Rezept-Modul für Herstellungen [eRezept an Fachdienst in TI übertragen]
  • +
  • Taxierungssoftware [in KH-Apotheke]
  • +
+

ISiK-Modul Terminplanung [z.B. für die Umsetzung von KHZG Fördertatbestand 2]

+
    +
  • KIS
  • +
  • Patientenportal-Terminmodul
  • +
+

Hinweise und Rückfragen zu den bestätigungsrelevante Systemen können an die DKG-Geschäftsstelle gerichtet werden.

+ + + +
+ +
+
+ +
+ +
+ +
+ + + +
+ + + + \ No newline at end of file diff --git a/IG/3.0.4/ImplementationGuide-markdown-CapabilityStatement.html b/IG/3.0.4/ImplementationGuide-markdown-CapabilityStatement.html new file mode 100644 index 00000000..013380eb --- /dev/null +++ b/IG/3.0.4/ImplementationGuide-markdown-CapabilityStatement.html @@ -0,0 +1,237 @@ + + + + + + + + Implementierungsleitfaden ISiK-Modul Medikation + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + +
+ + + +
+ + +
+ +
+ +

Konformitätserklärung (CapabilityStatement)

+

Jede Instanz eines bestätigungsrelevanten Systems MUSS an ihrem Endpunkt eine CapabilityStatement-Ressource bereitstellen.

+

Hierzu MUSS die capabilities-Interaktion gemäß FHIR-Spezifikation unterstützt werden. +Der MODE-Parameter kann ignoriert werden.

+

Die CapabilityStatements in dieser Spezifikation stellen die Anforderungen seitens der gematik für den jeweiligen Bereich dieser Spezifikation dar. (kind = "requirements"). Zur Unterscheidung von Anforderungen, die erfüllt werden MÜSSEN gegenüber jenen, die erfüllt werden KÖNNEN, wird die CapabilityStatement-Expectation-Extension mit den möglichen Werten "SHALL" (=MUSS) und "MAY" (=KANN) verwendet.

+

Eine Server-Instanz MUSS ihrerseits ein CapabilityStatement vom kind= "instance" liefern und im Element software den Namen und die Versionsnummer angeben.

+

Darüber hinaus MUSS in 'CapabilityStatement.instantiates' die Canonical URL des nachfolgenden CapabilityStatement in der jeweiligen CapabilityStatement Instanz angegeben werden.

+

Das CapabilityStatement der Instanz MUSS alle Funktionalitäten auflisten, die in dem folgenden, für den zu bestätigenden Bereich relevanten, CapabilityStatement mit "SHALL" gekennzeichnet sind. Das CapabilityStatement KANN darüber hinaus die mit "MAY" gekennzeichneten Funktionalitäten, sowie weitere Funktionalitäten auflisten, sofern diese in der Instanz implementiert wurden.

+

Implementiert ein System mehr als einen der drei Bereiche dieser Spezifikation, so MUSS dessen CapabilityStatement die Vereinigung der Funktionalitäten der betreffenden CapabilityStatements dieses Implementierungsleitfadens enthalten. Bei gleichartigen Elementen mit unterschiedlicher Anforderungsstärke (expectation) MUSS die stärkere Anforderung umgesetzt werden ("SHALL" gilt vor "MAY"). Ebenso MÜSSEN in diesem Fall die Canonical URLs der CapabilityStatements aller unten genannter implementierter Bereiche in 'CapabilityStatement.instantiates' angegeben werden.

+

Die Verwendung der CapabilityStatement-Expectation-Extension ist im CapabilityStatement der Server-Instanz nicht erforderlich.

+

Die für dieses Modul bestätigungsrelevanten Teile des Moduls "Basis" sind in den CapabilityStatements ebenfalls enthalten.

+

CapabilityStatement (Requirement) ISiK-Medikation - Bereich Medikationsinformation

+

Canonical: https://gematik.de/fhir/isik/v3/Medikation/CapabilityStatement/medikation-server/information

+

REST Capabilities Server

ModeServer
transactionSHALL

Transaktions-Bundle gemäß Profil https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransaction - Transaktions-Antwort-Bundle gemäß Profil https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransactionResponse

Resource Interactions

Resource TypeSupported ProfilesCreateReadUpdateSearchType
MedicationStatement
  • ISiKMedikationsInformation
  • SHALLSHALLSHALLSHALL
    List
  • ISiKMedikationsListe
  • SHALLSHALLSHALLSHALL
    Medication
  • ISiKMedikament
  • SHALLSHALLSHALLSHALL
    Patient
  • ISiKPatient
  • SHALLSHALL
    Encounter
  • ISiKKontaktGesundheitseinrichtung
  • SHALLSHALL
    Practitioner
  • ISiKPersonImGesundheitsberuf
  • SHALLSHALL

    Search Parameters per resource type

    MedicationStatement

    NameTypeLevel
    _idtokenSHALL
    codetokenSHALL
    contextreferenceSHALL
    effectivedateSHALL
    medicationreferenceSHALL
    part-ofreferenceSHALL
    patientreferenceSHALL
    statustokenSHALL

    Supported Includes:

    • MedicationStatement:medication
    • MedicationStatement:patient
    • MedicationStatement:context

    List

    NameTypeLevel
    _idtokenSHALL
    codetokenSHALL
    datedateSHALL
    encounterreferenceSHALL
    itemreferenceSHALL
    patientreferenceSHALL
    statustokenSHALL

    Supported Includes:

    • List:patient
    • List:encounter
    • List:item

    Medication

    NameTypeLevel
    _idtokenSHALL
    codetokenSHALL
    formtokenSHALL
    ingredientreferenceSHALL
    ingredient-codetokenSHALL
    statustokenSHALL

    Supported Includes:

    • Medication:ingredient

    Patient

    NameTypeLevel
    _idtokenSHALL
    identifiertokenSHALL
    familystringSHALL
    givenstringSHALL
    birthdatedateSHALL
    gendertokenSHALL
    namestringMAY
    _profileuriMAY
    addressstringMAY
    address-citystringMAY
    address-countrystringMAY
    address-postalcodestringMAY
    activetokenMAY
    telecomtokenMAY

    Supported Reverse Includes:

    • Encounter:patient
    • Encounter:subject

    Encounter

    NameTypeLevel
    _idtokenSHALL
    identifiertokenSHALL
    statustokenSHALL
    classtokenSHALL
    typetokenSHALL
    patientreferenceSHALL
    subjectreferenceSHALL
    accountreferenceSHALL
    datedateMAY
    locationreferenceMAY
    service-providerreferenceMAY
    _profileuriMAY

    Supported Includes:

    • Encounter:patient
    • Encounter:subject
    • Encounter:part-of

    Supported Reverse Includes:

    • Encounter:part-of

    Practitioner

    NameTypeLevel
    _idtokenSHALL
    identifiertokenSHALL
    familystringSHALL
    givenstringSHALL
    addressstringMAY
    gendertokenMAY
    _profileuriMAY
    namestringMAY

    +

    CapabilityStatement (Requirement) ISiK-Medikation - Bereich Medikationsverordnung

    +

    Canonical: https://gematik.de/fhir/isik/v3/Medikation/CapabilityStatement/medikation-server/verordnung

    +

    REST Capabilities Server

    ModeServer
    transactionSHALL

    Transaktions-Bundle gemäß Profil https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransaction - Transaktions-Antwort-Bundle gemäß Profil https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransactionResponse

    Resource Interactions

    Resource TypeSupported ProfilesCreateReadUpdateSearchType
    MedicationRequest
  • ISiKMedikationsVerordnung
  • SHALLSHALLSHALLSHALL
    Medication
  • ISiKMedikament
  • SHALLSHALLSHALLSHALL
    Patient
  • ISiKPatient
  • SHALLSHALL
    Encounter
  • ISiKKontaktGesundheitseinrichtung
  • SHALLSHALL
    Practitioner
  • ISiKPersonImGesundheitsberuf
  • SHALLSHALL

    Search Parameters per resource type

    MedicationRequest

    NameTypeLevel
    _idtokenSHALL
    authoredondateSHALL
    codetokenSHALL
    datedateSHALL
    encounterreferenceSHALL
    intenttokenSHALL
    medicationreferenceSHALL
    patientreferenceSHALL
    requesterreferenceSHALL
    statustokenSHALL

    Supported Includes:

    • MedicationRequest:medication
    • MedicationRequest:patient
    • MedicationRequest:encounter
    • MedicationRequest:requester

    Medication

    NameTypeLevel
    _idtokenSHALL
    codetokenSHALL
    formtokenSHALL
    ingredientreferenceSHALL
    ingredient-codetokenSHALL
    statustokenSHALL

    Supported Includes:

    • Medication:ingredient

    Patient

    NameTypeLevel
    _idtokenSHALL
    identifiertokenSHALL
    familystringSHALL
    givenstringSHALL
    birthdatedateSHALL
    gendertokenSHALL
    namestringMAY
    _profileuriMAY
    addressstringMAY
    address-citystringMAY
    address-countrystringMAY
    address-postalcodestringMAY
    activetokenMAY
    telecomtokenMAY

    Supported Reverse Includes:

    • Encounter:patient
    • Encounter:subject

    Encounter

    NameTypeLevel
    _idtokenSHALL
    identifiertokenSHALL
    statustokenSHALL
    classtokenSHALL
    typetokenSHALL
    patientreferenceSHALL
    subjectreferenceSHALL
    accountreferenceSHALL
    datedateMAY
    locationreferenceMAY
    service-providerreferenceMAY
    _profileuriMAY

    Supported Includes:

    • Encounter:patient
    • Encounter:subject
    • Encounter:part-of

    Supported Reverse Includes:

    • Encounter:part-of

    Practitioner

    NameTypeLevel
    _idtokenSHALL
    identifiertokenSHALL
    familystringSHALL
    givenstringSHALL
    addressstringMAY
    gendertokenMAY
    _profileuriMAY
    namestringMAY

    +

    CapabilityStatement (Requirement) ISiK-Medikation - Bereich Medikationsverabreichung

    +

    Canonical: https://gematik.de/fhir/isik/v3/Medikation/CapabilityStatement/medikation-server/verabreichung

    +

    REST Capabilities Server

    ModeServer
    transactionSHALL

    Transaktions-Bundle gemäß Profil https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransaction - Transaktions-Antwort-Bundle gemäß Profil https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransactionResponse

    Resource Interactions

    Resource TypeSupported ProfilesCreateReadUpdateSearchType
    MedicationAdministration
  • ISiKMedikationsVerabreichung
  • SHALLSHALLSHALLSHALL
    Medication
  • ISiKMedikament
  • SHALLSHALLSHALLSHALL
    Patient
  • ISiKPatient
  • SHALLSHALL
    Encounter
  • ISiKKontaktGesundheitseinrichtung
  • SHALLSHALL
    Practitioner
  • ISiKPersonImGesundheitsberuf
  • SHALLSHALL

    Search Parameters per resource type

    MedicationAdministration

    NameTypeLevel
    _idtokenSHALL
    codetokenSHALL
    contextreferenceSHALL
    effective-timedateSHALL
    medicationreferenceSHALL
    patientreferenceSHALL
    performerreferenceSHALL
    statustokenSHALL

    Supported Includes:

    • MedicationAdministration:medication
    • MedicationAdministration:patient
    • MedicationAdministration:context
    • MedicationAdministration:performer

    Medication

    NameTypeLevel
    _idtokenSHALL
    codetokenSHALL
    formtokenSHALL
    ingredientreferenceSHALL
    ingredient-codetokenSHALL
    statustokenSHALL

    Supported Includes:

    • Medication:ingredient

    Patient

    NameTypeLevel
    _idtokenSHALL
    identifiertokenSHALL
    familystringSHALL
    givenstringSHALL
    birthdatedateSHALL
    gendertokenSHALL
    namestringMAY
    _profileuriMAY
    addressstringMAY
    address-citystringMAY
    address-countrystringMAY
    address-postalcodestringMAY
    activetokenMAY
    telecomtokenMAY

    Supported Reverse Includes:

    • Encounter:patient
    • Encounter:subject

    Encounter

    NameTypeLevel
    _idtokenSHALL
    identifiertokenSHALL
    statustokenSHALL
    classtokenSHALL
    typetokenSHALL
    patientreferenceSHALL
    subjectreferenceSHALL
    accountreferenceSHALL
    datedateMAY
    locationreferenceMAY
    service-providerreferenceMAY
    _profileuriMAY

    Supported Includes:

    • Encounter:patient
    • Encounter:subject
    • Encounter:part-of

    Supported Reverse Includes:

    • Encounter:part-of

    Practitioner

    NameTypeLevel
    _idtokenSHALL
    identifiertokenSHALL
    familystringSHALL
    givenstringSHALL
    addressstringMAY
    gendertokenMAY
    _profileuriMAY
    namestringMAY

    + + + +
    + +
    +
    + +
    + +
    + +
    + + + +
    + + + + \ No newline at end of file diff --git a/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte.html b/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte.html new file mode 100644 index 00000000..bc7cc271 --- /dev/null +++ b/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte.html @@ -0,0 +1,231 @@ + + + + + + + + Implementierungsleitfaden ISiK-Modul Medikation + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + +
    + + + +
    + + +
    + +
    + +

    Datenobjekte

    +

    Folgende Datenobjekte aus dem Modul ISiK Basis Stufe 3 werden in diesem Modul verwendet:

    + +

    Die Verwendung in diesem Modul bedeutet: +Wenn dieses Modul auf Datenobjekte aus dem Basismodul referenziert, dann MÜSSEN die referenzierten FHIR-Ressourcen konform zu den Vorgaben aus dem Basismodul sein. +Die Referenzierung von im Basismodul spezifizierten Datenobjekten, bedeutet nicht, dass die Interaktionen für die entsprechenden Datenobjekte aus dem Basismodul auch im Modul Medikation bestätigungsrelevant sind.

    +

    Darüber hinaus gelten in diesem Modul folgende Datenobjekt-spezifische Festlegungen:

    +

    +

    Die Kern-Zusammenhänge der Datenobjekte zeigt das (stark vereinfacht dargestellte) Diagramm:

    +Klassendiagramm + + + +
    + +
    +
    + +
    + +
    + +
    + + + +
    + + + + \ No newline at end of file diff --git a/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_Bundle_MedikationTransaction.html b/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_Bundle_MedikationTransaction.html new file mode 100644 index 00000000..3c0861fe --- /dev/null +++ b/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_Bundle_MedikationTransaction.html @@ -0,0 +1,573 @@ + + + + + + + + Implementierungsleitfaden ISiK-Modul Medikation + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + +
    + + + +
    + + +
    + +
    + +

    Bundle MedikationTransaction (Bundle)

    +

    Hinweis: Die Regeln aus dem Modul ISiK Basis Stufe 3 für die Verarbeitung Document-Bundles, treffen hier nicht zu, da es sich um den Bundle-Typ Transaction handelt.

    +
    +

    Profil

    + +
    NameCanonical
    ISiKMedikationTransactionhttps://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransaction
    +

    idΣ0..1string
    metaΣ0..1Meta
    implicitRulesΣ ?!0..1uri
    language0..1codeBinding
    identifierΣ0..1Identifier
    typeS Σ1..1codeBindingFixed Value
    timestampΣ0..1instant
    totalΣ I0..1unsignedInt
    id0..1string
    extensionI0..*Extension
    modifierExtensionΣ ?! I0..*Extension
    relationΣ1..1string
    urlΣ1..1uri
    id0..1string
    extensionI0..*Extension
    modifierExtensionΣ ?! I0..*Extension
    fullUrlS Σ0..1uri
    resourceS Σ0..1Resource
    id0..1string
    extensionI0..*Extension
    modifierExtensionΣ ?! I0..*Extension
    methodS Σ1..1codeBinding
    urlS Σ1..1uri
    ifNoneMatchΣ0..1string
    ifModifiedSinceΣ0..1instant
    ifMatchΣ0..1string
    ifNoneExistΣ0..1string
    signatureΣ0..1Signature

    +

    Anmerkungen zu Must-Support-Feldern

    + + + + + + + +
    FeldnameKurzbeschreibungHinweise
    Bundle.typeType des Bundles

    fix: transaction

    +
    Bundle.entryDer einzelne Eintrag zur Interaktion
    Bundle.entry.fullUrlvollständige URL der Ressource

    auch die Verwendung von UUIDs in der Form ';urn:uuid:.....' ist möglich.

    +
    Bundle.entry.resourceDie Ressourcen-Instanz der Interaktion
    Bundle.entry.requestHTTP-Request innerhalb der Transaktion
    Bundle.entry.request.methodHTTP-Verb
    Bundle.entry.request.urlRequest-URL
    +

    Beispiele

    +

    Valides Beispiel für das Profil MedikationTransaction:

    +

    {
    +    "resourceType": "Bundle",
    +    "id": "ExampleISiKMedikationTransaction",
    +    "meta": {
    +        "profile":  [
    +            "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransaction"
    +        ]
    +    },
    +    "type": "transaction",
    +    "entry":  [
    +        {
    +            "fullUrl": "http://my.source.server.local/fhir/MedicationStatement/ExampleISiKMedikationsInformation1",
    +            "resource": {
    +                "resourceType": "MedicationStatement",
    +                "id": "ExampleISiKMedikationsInformation1",
    +                "meta": {
    +                    "profile":  [
    +                        "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsInformation"
    +                    ]
    +                },
    +                "dosage":  [
    +                    {
    +                        "doseAndRate":  [
    +                            {
    +                                "doseQuantity": {
    +                                    "system": "http://unitsofmeasure.org",
    +                                    "value": 1,
    +                                    "unit": "Brausetablette",
    +                                    "code": "1"
    +                                }
    +                            }
    +                        ],
    +                        "timing": {
    +                            "repeat": {
    +                                "when":  [
    +                                    "MORN",
    +                                    "NOON",
    +                                    "EVE"
    +                                ]
    +                            }
    +                        }
    +                    }
    +                ],
    +                "status": "active",
    +                "medicationReference": {
    +                    "reference": "Medication/ExampleISiKMedikament1"
    +                },
    +                "subject": {
    +                    "reference": "Patient/PatientinMusterfrau"
    +                },
    +                "context": {
    +                    "reference": "Encounter/Versorgungsstellenkontakt"
    +                },
    +                "effectivePeriod": {
    +                    "start": "2021-07-01"
    +                },
    +                "dateAsserted": "2021-07-01",
    +                "reasonReference":  [
    +                    {
    +                        "reference": "Condition/BehandlungsDiagnoseFreitext"
    +                    }
    +                ]
    +            },
    +            "request": {
    +                "method": "POST",
    +                "url": "http://my.target.fhir.server.local/MedicationStatement"
    +            }
    +        },
    +        {
    +            "fullUrl": "http://my.source.server.local/fhir/Medication/ExampleISiKMedikament1",
    +            "resource": {
    +                "resourceType": "Medication",
    +                "id": "ExampleISiKMedikament1",
    +                "meta": {
    +                    "profile":  [
    +                        "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikament"
    +                    ]
    +                },
    +                "code": {
    +                    "coding":  [
    +                        {
    +                            "system": "http://fhir.de/CodeSystem/bfarm/atc",
    +                            "code": "V03AB23",
    +                            "display": "Acetylcystein"
    +                        }
    +                    ]
    +                },
    +                "status": "active"
    +            },
    +            "request": {
    +                "method": "POST",
    +                "url": "http://my.target.fhir.server.local/Medication"
    +            }
    +        }
    +    ]
    +}

    +

    Interaktionen

    +

    Transaction-Bundles werden nicht persistiert, sondern ausschließlich im Kontext von FHIR-Transaktionen verwendet, vgl. FHIR RESTful API - Batch/Transaction.

    + + + +
    + +
    +
    + +
    + +
    + +
    + + + +
    + + + + \ No newline at end of file diff --git a/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_Bundle_MedikationTransactionResponse.html b/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_Bundle_MedikationTransactionResponse.html new file mode 100644 index 00000000..c030a7ad --- /dev/null +++ b/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_Bundle_MedikationTransactionResponse.html @@ -0,0 +1,567 @@ + + + + + + + + Implementierungsleitfaden ISiK-Modul Medikation + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + +
    + + + +
    + + +
    + +
    + +

    Bundle MedikationTransactionResponse (Bundle)

    +

    Hinweis: Die Regeln aus dem Modul ISiK Basis Stufe 3 für die Verarbeitung Document-Bundles, treffen hier nicht zu, da es sich um den Bundle-Typ Transaction handelt.

    +
    +

    Profil

    + +
    NameCanonical
    ISiKMedikationTransactionResponsehttps://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransactionResponse
    +

    idΣ0..1string
    metaΣ0..1Meta
    implicitRulesΣ ?!0..1uri
    language0..1codeBinding
    identifierΣ0..1Identifier
    typeS Σ1..1codeBindingFixed Value
    timestampΣ0..1instant
    totalΣ I0..1unsignedInt
    id0..1string
    extensionI0..*Extension
    modifierExtensionΣ ?! I0..*Extension
    relationΣ1..1string
    urlΣ1..1uri
    id0..1string
    extensionI0..*Extension
    modifierExtensionΣ ?! I0..*Extension
    fullUrlS Σ0..1uri
    resourceS Σ0..1Resource
    id0..1string
    extensionI0..*Extension
    modifierExtensionΣ ?! I0..*Extension
    statusS Σ1..1string
    locationS Σ0..1uri
    etagΣ0..1string
    lastModifiedΣ0..1instant
    outcomeS Σ0..1Resource
    signatureΣ0..1Signature

    +

    Anmerkungen zu Must-Support-Feldern

    + + + + + + + + +
    FeldnameKurzbeschreibungHinweise
    Bundle.typeType des Bundles

    fix: transaction-response

    +
    Bundle.entryDer einzelne Eintrag zur Interaktion
    Bundle.entry.fullUrlvollständige URL der Ressource
    Bundle.entry.resourceDie Ressourcen-Instanz der Interaktion
    Bundle.entry.responseHTTP-Response des Servers innerhalb der Transaktions-Antwort
    Bundle.entry.response.statusHTTP-Statuscode
    Bundle.entry.response.locationLocation der Ressource (URL) auf dem Server

    Gemäß FHIR-Spezifikation MUSS hier der Pfad zur exakten Version (History) enthalten sein, wenn der Server History unterstützt.

    +
    Bundle.entry.response.outcomeOperationOutcome-Ressource zur Rückgabe von Fehler-Details sowie Informationen.
    +

    Beispiele

    +

    Valides Beispiel für das Profil MedikationTransactionResponse:

    +

    {
    +    "resourceType": "Bundle",
    +    "id": "ExampleISiKMedikationTransactionResponse",
    +    "meta": {
    +        "profile":  [
    +            "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransactionResponse"
    +        ]
    +    },
    +    "type": "transaction-response",
    +    "entry":  [
    +        {
    +            "fullUrl": "http://my.target.fhir.server.local/MedicationStatement/ExampleISiKMedikationsInformation1",
    +            "resource": {
    +                "resourceType": "MedicationStatement",
    +                "id": "ExampleISiKMedikationsInformation1",
    +                "meta": {
    +                    "profile":  [
    +                        "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsInformation"
    +                    ]
    +                },
    +                "dosage":  [
    +                    {
    +                        "doseAndRate":  [
    +                            {
    +                                "doseQuantity": {
    +                                    "system": "http://unitsofmeasure.org",
    +                                    "value": 1,
    +                                    "unit": "Brausetablette",
    +                                    "code": "1"
    +                                }
    +                            }
    +                        ],
    +                        "timing": {
    +                            "repeat": {
    +                                "when":  [
    +                                    "MORN",
    +                                    "NOON",
    +                                    "EVE"
    +                                ]
    +                            }
    +                        }
    +                    }
    +                ],
    +                "status": "active",
    +                "medicationReference": {
    +                    "reference": "Medication/ExampleISiKMedikament1"
    +                },
    +                "subject": {
    +                    "reference": "Patient/PatientinMusterfrau"
    +                },
    +                "context": {
    +                    "reference": "Encounter/Versorgungsstellenkontakt"
    +                },
    +                "effectivePeriod": {
    +                    "start": "2021-07-01"
    +                },
    +                "dateAsserted": "2021-07-01",
    +                "reasonReference":  [
    +                    {
    +                        "reference": "Condition/BehandlungsDiagnoseFreitext"
    +                    }
    +                ]
    +            },
    +            "response": {
    +                "status": "201",
    +                "location": "http://my.fhir.server.local/MedicationStatement/ExampleISiKMedikationsInformation1"
    +            }
    +        },
    +        {
    +            "fullUrl": "http://my.target.fhir.server.local/Medication/ExampleISiKMedikament1",
    +            "resource": {
    +                "resourceType": "Medication",
    +                "id": "ExampleISiKMedikament1",
    +                "meta": {
    +                    "profile":  [
    +                        "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikament"
    +                    ]
    +                },
    +                "code": {
    +                    "coding":  [
    +                        {
    +                            "system": "http://fhir.de/CodeSystem/bfarm/atc",
    +                            "code": "V03AB23",
    +                            "display": "Acetylcystein"
    +                        }
    +                    ]
    +                },
    +                "status": "active"
    +            },
    +            "response": {
    +                "status": "201",
    +                "location": "http://my.fhir.server.local/Medication/ExampleISiKMedikament1"
    +            }
    +        }
    +    ]
    +}

    +

    Interaktionen

    +

    TransactionResponse-Bundles werden nicht persistiert, sondern ausschließlich im Kontext von FHIR-Transaktionen verwendet, vgl. FHIR RESTful API - Batch/Transaction.

    + + + +
    + +
    +
    + +
    + +
    + +
    + + + +
    + + + + \ No newline at end of file diff --git a/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_Medikament.html b/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_Medikament.html new file mode 100644 index 00000000..7e0f01a3 --- /dev/null +++ b/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_Medikament.html @@ -0,0 +1,1459 @@ + + + + + + + + Implementierungsleitfaden ISiK-Modul Medikation + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + +
    + + + +
    + + +
    + +
    + +

    Medikament (Medication)

    +
    +

    Profil

    + +
    NameCanonical
    ISiKMedikamenthttps://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikament
    +

    idΣ0..1string
    metaΣ0..1Meta
    implicitRulesΣ ?!0..1uri
    language0..1codeBinding
    text0..1Narrative
    contained0..*Resource
    extensionI0..*Extension
    modifierExtension?! I0..*Extension
    identifierΣ0..*Identifier
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    textS Σ0..1string
    statusS Σ ?!1..1codeBinding
    id0..1string
    extensionI0..*Extension
    referenceΣ I0..1string
    typeΣ0..1uriBinding
    identifierΣ0..1Identifier
    displayS Σ1..1string
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uri
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    textΣ0..1string
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..1codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..1codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    wirkstofftypS I0..1Extension(Coding)
    modifierExtensionΣ ?! I0..*Extension
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    textS Σ0..1string
    id0..1string
    extensionI0..*Extension
    referenceS Σ I1..1string
    typeΣ0..1uriBinding
    identifierΣ0..1Identifier
    displayΣ0..1string
    isActiveS0..1boolean
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..1codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..1codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    modifierExtensionΣ ?! I0..*Extension
    lotNumberS0..1string
    expirationDate0..1dateTime

    +
    +

    Terminology Bindings

    + +
    PathNameStrengthURL
    Medication.form.codingmedicine-doseformrequiredhttp://hl7.org/fhir/uv/ips/ValueSet/medicine-doseform
    +
    +

    Anmerkungen zu Must-Support-Feldern

    + + + + + + + + + + + + + +
    FeldnameKurzbeschreibungHinweise
    Medication.codeMedikament in codierter Form oder ggf. als Freitext
    Medication.statusStatus der Medikamenteninformation
    Medication.manufacturerHersteller des Medikaments

    Hier kann der tatsächliche Hersteller des Medikaments benannt werden, vornehmlich im Fall von Wirkstoffmischungen (Rezepturen), beispielsweise die Krankenhausapotheke. Zu beachten ist, dass die zulassende Organisation, wie sie z.B. in den Daten zur PZN benannt ist, nicht als Hersteller gilt.

    +
    Medication.formAbgabeform
    Medication.amountMenge
    Medication.ingredientInformationen zu Bestandteilen (Rezeptur)
    Medication.ingredient.extensionWirkstofftyp

    Handelt es sich um eine Angabe zum Wirkstoff oder zum exakter Inhaltsstoff (z.B. Salze)?

    +
    Medication.ingredient.item[x]:itemCodeableConceptBestandteil in codierter Form oder ggf. als Freitext
    Medication.ingredient.item[x]:itemReferenceBestandteil (Referenz auf ein anderes Medikament)
    Medication.ingredient.isActivehandelt es sich um einen aktiven Bestandteil?
    Medication.ingredient.strengthStärke
    Medication.batchAngaben zur Charge

    Bitte beachten Sie gegebenenfalls die Regelungen der zwischen GKV-SV und DAV: https://www.gkv-datenaustausch.de/leistungserbringer/apotheken/apotheken.jsp . Insbesondere den Technischen Anhang 7 (TA7) zur Arzneimittelabrechnungsvereinbarung gemäß § 300 Absatz 3 SGB V in der aktuellsten Fassung.

    +
    Medication.batch.lotNumberChargennummer

    Gemäß Anlage 1 der TA7 kann hier übergangsweise bis zum 30. Juni 2025 eine Musterchargennummer ("STELLEN") eingetragen werden. Wenn die Übermittlung der Chargenbezeichnung beim Stellen von Arzneimitteln technisch nicht möglich ist, z.B. beim Verblistern, wird von der Verpflichtung zur Chargendokumentation abgesehen. Dementsprechend kann anstatt der tatsächlichen Chargenbezeichnungen "STELLEN" in das hierbeschirebene Datenfeld eingetragen werden.

    +
    +

    Beispiele

    +

    Valide Beispiele für das Profil Medikament:

    +

    {
    +    "resourceType": "Medication",
    +    "id": "ExampleISiKMedikament1",
    +    "meta": {
    +        "profile":  [
    +            "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikament"
    +        ]
    +    },
    +    "code": {
    +        "coding":  [
    +            {
    +                "system": "http://fhir.de/CodeSystem/bfarm/atc",
    +                "code": "V03AB23",
    +                "display": "Acetylcystein"
    +            }
    +        ]
    +    },
    +    "status": "active"
    +}

    +

    {
    +    "resourceType": "Medication",
    +    "id": "ExampleISiKMedikament2",
    +    "meta": {
    +        "profile":  [
    +            "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikament"
    +        ]
    +    },
    +    "ingredient":  [
    +        {
    +            "strength": {
    +                "numerator": {
    +                    "system": "http://unitsofmeasure.org",
    +                    "value": 85,
    +                    "unit": "mg",
    +                    "code": "mg"
    +                },
    +                "denominator": {
    +                    "system": "http://unitsofmeasure.org",
    +                    "value": 250,
    +                    "unit": "Milliliter",
    +                    "code": "mL"
    +                }
    +            },
    +            "extension":  [
    +                {
    +                    "url": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/wirkstofftyp",
    +                    "valueCoding": {
    +                        "system": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/CodeSystem/wirkstofftyp",
    +                        "code": "IN"
    +                    }
    +                }
    +            ],
    +            "itemCodeableConcept": {
    +                "coding":  [
    +                    {
    +                        "system": "http://fhir.de/CodeSystem/bfarm/atc",
    +                        "code": "L01DB01",
    +                        "display": "Doxorubicin"
    +                    }
    +                ]
    +            },
    +            "isActive": true
    +        },
    +        {
    +            "itemReference": {
    +                "reference": "Medication/7f27cb8d-940b-43fd-ab8b-fee5b7a9b060"
    +            },
    +            "isActive": true
    +        }
    +    ],
    +    "code": {
    +        "text": "Infusion bestehend aus 85mg Doxorubicin aufgeloest zur Verabreichung in 250ml 5-%iger (50 mg/ml) Glucose-Infusionsloesung"
    +    },
    +    "status": "active",
    +    "form": {
    +        "coding":  [
    +            {
    +                "system": "http://standardterms.edqm.eu",
    +                "code": "11210000",
    +                "display": "Solution for infusion"
    +            }
    +        ]
    +    }
    +}

    +

    Übergangslösung für die Chargendokumentation beim Verblistern

    +

    Für eine Einführung in den Sachverhalt, siehe Chargendokumentation: Lösung für Verblisterer gefunden. +Die dort angesprochene Lösung kann gegebenenfalls auch auf den stationären Sektor übertragen werden und im Modul ISiK Medikation Anwendung finden.

    +

    Medication.lot-number

    +

    Bedeutung: Chargennummer

    +

    Hinweise: Bitte beachten Sie gegebenenfalls die Regelungen der zwischen GKV-SV und DAV für den Bereich der Apotheken. Insbesondere den Technischen Anhang 7 (TA7) zur Arzneimittelabrechnungsvereinbarung gemäß § 300 Absatz 3 SGB V in der aktuellsten Fassung, Erste Änderungsvereinbarung.

    +

    Relevanter Passus: Soweit die Übermittlung der Chargenbezeichnung beim „Stellen“ von Arzneimitteln technisch nicht möglich ist, wird bis zur Schaffung entsprechender technischer Möglichkeiten analog § 312 Absatz 1 Nummer 3 SGB V ausnahmsweise bis zum 30. Juni 2025 von der Verpflichtung zur Chargendokumentation abgesehen. +Anstelle der tatsächlichen Chargenbezeichnungen ist „STELLEN“ in das entsprechende Datenfeld einzutragen. +Dabei sind die Abrechnungs- und rahmenvertraglichen Regelungen im Übrigen einzuhalten, insbesondere ist sicherzustellen, dass die in Anlage 9 § 2 Satz 1 des Rahmenvertrages nach § 129 Absatz 2 SGB V beschriebenen Mitwirkungspflichten auf Nachfrage erfüllt werden. Siehe auch, Ergänzung in der Anlage 1 zur Arzneimittelabrechnungsvereinbarung gemäß § 300 Abs. 3 SGB V in der FAQ-Liste zur TA7.

    +

    Interaktionen

    +

    Für die Ressource Medication MÜSSEN die REST-Interaktionen "READ", "CREATE" und "UPDATE" implementiert werden.

    +

    Folgende Suchparameter sind für das Bestätigungsverfahren relevant, auch in Kombination:

    +
      +
    1. Der Suchparameter "_id" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/Medication?_id=103270

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach "_id" finden sich in der FHIR-Basisspezifikation - Abschnitt "Parameters for all resources".

      +
    2. +
    3. Der Suchparameter "code" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/Medication?code=http://fhir.de/CodeSystem/bfarm/atc|V03AB23

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +
    4. +
    5. Der Suchparameter "form" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/Medication?form=http://standardterms.edqm.eu|11210000

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +
    6. +
    7. Der Suchparameter "ingredient" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/Medication?ingredient=Medication/123

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Reference Search".

      +
    8. +
    9. Der verkettete Suchparameter "ingredient.code" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/Medication?ingredient.code=http://fhir.de/CodeSystem/bfarm/atc|V03AB23

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +

      Weitere Informationen zur Suche nach verketteten Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Chained Parameters".

      +
    10. +
    11. Der Suchparameter "ingredient-code" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/Medication?ingredient-code=http://fhir.de/CodeSystem/bfarm/atc|L01DB01

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +
    12. +
    13. Der Suchparameter "lot-number" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/Medication?lot-number=X123456

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +
    14. +
    15. Der Suchparameter "status" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/Medication?status=active

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +
    16. +
    + + + +
    + +
    +
    + +
    + +
    + +
    + + + +
    + + + + \ No newline at end of file diff --git a/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_MedikationsInformation.html b/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_MedikationsInformation.html new file mode 100644 index 00000000..2bbe41b4 --- /dev/null +++ b/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_MedikationsInformation.html @@ -0,0 +1,2681 @@ + + + + + + + + Implementierungsleitfaden ISiK-Modul Medikation + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + +
    + + + +
    + + +
    + +
    + +

    MedikationsInformation (MedicationStatement)

    +
    +

    Profil

    + +
    NameCanonical
    ISiKMedikationsInformationhttps://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsInformation
    +

    idΣ0..1string
    metaΣ0..1Meta
    implicitRulesΣ ?!0..1uri
    language0..1codeBinding
    text0..1Narrative
    contained0..*Resource
    extensionI0..*Extension
    modifierExtension?! I0..*Extension
    identifierΣ0..*Identifier
    basedOnΣ I0..*Reference(MedicationRequest | CarePlan | ServiceRequest)
    partOfΣ I0..*Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Observation)
    statusS Σ ?!1..1codeBinding
    statusReason0..*CodeableConcept
    categoryΣ0..1CodeableConceptBinding
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    textS Σ0..1string
    id0..1string
    extensionI0..*Extension
    referenceS Σ I1..1string
    typeΣ0..1uriBinding
    identifierΣ0..1Identifier
    displayΣ0..1string
    id0..1string
    extensionI0..*Extension
    referenceS Σ I1..1string
    typeΣ0..1uriBinding
    identifierΣ0..1Identifier
    displayΣ0..1string
    id0..1string
    extensionI0..*Extension
    referenceS Σ I1..1string
    typeΣ0..1uriBinding
    identifierΣ0..1Identifier
    displayΣ0..1string
    effectiveDateTimeS Σ0..1dateTime
    id0..1string
    extensionI0..*Extension
    startS Σ I0..1dateTime
    endS Σ I0..1dateTime
    dateAssertedS Σ0..1dateTime
    informationSourceI0..1Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Organization)
    derivedFromI0..*Reference(Resource)
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uri
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    textS Σ0..1string
    id0..1string
    extensionI0..*Extension
    referenceS Σ I1..1string
    typeΣ0..1uriBinding
    identifierΣ0..1Identifier
    displayΣ0..1string
    id0..1string
    extensionI0..*Extension
    authorStringstring
    authorReferenceReference(Practitioner | Patient | RelatedPerson | Organization)
    timeΣ0..1dateTime
    textS Σ1..1markdown
    id0..1string
    extensionI0..*Extension
    modifierExtensionΣ ?! I0..*Extension
    sequenceΣ0..1integer
    textS Σ0..1string
    additionalInstructionΣ0..*CodeableConcept
    patientInstructionS Σ0..1string
    id0..1string
    extensionI0..*Extension
    modifierExtensionΣ ?! I0..*Extension
    eventS Σ0..*dateTime
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..1codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    startS Σ I0..1dateTime
    endS Σ I0..1dateTime
    countS Σ0..1positiveInt
    countMaxS Σ0..1positiveInt
    durationS Σ0..1decimal
    durationMaxS Σ0..1decimal
    durationUnitS Σ0..1codeBinding
    frequencyS Σ0..1positiveInt
    frequencyMaxS Σ0..1positiveInt
    periodS Σ0..1decimal
    periodMaxS Σ0..1decimal
    periodUnitS Σ0..1codeBinding
    dayOfWeekS Σ0..*codeBinding
    timeOfDayS Σ0..*time
    whenS Σ0..*codeBinding
    offsetS Σ0..1unsignedInt
    codeΣ0..1CodeableConceptBinding
    asNeededCodeableConceptCodeableConcept
    asNeededBooleanS Σ0..1boolean
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    textS Σ0..1string
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    textS Σ0..1string
    methodΣ0..1CodeableConcept
    id0..1string
    extensionI0..*Extension
    typeΣ0..1CodeableConcept
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..1codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..1codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..1codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..1codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    maxDosePerLifetimeΣ I0..1SimpleQuantity

    +
    +

    Terminology Bindings

    + + +
    PathNameStrengthURL
    MedicationStatement.dosage.route.codingmedicine-route-of-administrationrequiredhttp://hl7.org/fhir/uv/ips/ValueSet/medicine-route-of-administration
    MedicationStatement.dosage.route.codingSctRouteOfAdministrationrequiredhttps://gematik.de/fhir/isik/v3/Medikation/ValueSet/SctRouteOfAdministration
    +
    +

    Anmerkungen zu Must-Support-Feldern

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FeldnameKurzbeschreibungHinweise
    MedicationStatement.statusStatus der Medikationsinformation
    MedicationStatement.medication[x]:medicationCodeableConceptMedikament in codierter Form oder ggf. als Freitext

    kann verwendet werden, wenn keine detaillierten Informationen zum Medikament (z.B. Rezepturen) existieren.

    +
    MedicationStatement.medication[x]:medicationReferenceReferenz auf das Medikament (Medication-Ressource)

    wird verwendet, wenn detaillierte Informationen zum Medikament vorliegen

    +
    MedicationStatement.subjectReferenz auf den Patienten
    MedicationStatement.contextReferenz auf den Abteilungskontakt
    MedicationStatement.effective[x]Zeitpunkt oder Zeitraum, für den die MedikationsInformation gilt
    MedicationStatement.effective[x]:effectiveDateTimeZeitpunkt
    MedicationStatement.effective[x]:effectivePeriodZeitraum
    MedicationStatement.dateAssertedDatum der Feststellung/des Bekanntwerdens der MedikationsInformation
    MedicationStatement.reasonCodeGrund der Medikation (codiert)
    MedicationStatement.reasonReferenceGrund der Medikation (Referenz)
    MedicationStatement.note.textFreitext-Notiz
    MedicationStatement.dosageDosierungsangaben
    MedicationStatement.dosage.textFreitext-Dosierungsanweisungen
    MedicationStatement.dosage.patientInstructionbesondere Anweisungen für den Patienten
    MedicationStatement.dosage.timingAngaben zum Timing
    MedicationStatement.dosage.timing.eventfester Zeitpunkt
    MedicationStatement.dosage.timing.repeatWiederholungs-Angaben
    MedicationStatement.dosage.timing.repeat.bounds[x]:boundsDurationBegrenzung der Dauer
    MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRangeBereich für die Begrenzung
    MedicationStatement.dosage.timing.repeat.bounds[x]:boundsPeriodbegrenzender Zeitraum
    MedicationStatement.dosage.timing.repeat.countAnzahl Wiederholungen
    MedicationStatement.dosage.timing.repeat.countMaxmaximale Anzahl Wiederholungen
    MedicationStatement.dosage.timing.repeat.durationDauer der Verabreichung
    MedicationStatement.dosage.timing.repeat.durationMaxmaximale Dauer der Verabreichung
    MedicationStatement.dosage.timing.repeat.durationUnitEinheit der Dauer
    MedicationStatement.dosage.timing.repeat.frequencyFrequenz (Anzahl der Gaben pro Periode)
    MedicationStatement.dosage.timing.repeat.frequencyMaxmaximale Frequenz
    MedicationStatement.dosage.timing.repeat.periodZeitperiode zur Frequenz
    MedicationStatement.dosage.timing.repeat.periodMaxmaximale Zeitperiode zur Frequenz
    MedicationStatement.dosage.timing.repeat.periodUnitEinheit der Zeitperiode
    MedicationStatement.dosage.timing.repeat.dayOfWeekWochentag
    MedicationStatement.dosage.timing.repeat.timeOfDayTageszeit
    MedicationStatement.dosage.timing.repeat.whenTageszeitpunkt codiert
    MedicationStatement.dosage.timing.repeat.offsetzeitlicher Abstand der Gabe zum beschriebenen Zeitpunkt
    MedicationStatement.dosage.asNeeded[x]:asNeededBooleanBedarfsmedikation
    MedicationStatement.dosage.siteKörperstelle der Verabreichung
    MedicationStatement.dosage.routeRoute
    MedicationStatement.dosage.doseAndRateAngaben zu Dosis und Rate
    MedicationStatement.dosage.doseAndRate.dose[x]:doseRangeDosisbereich
    MedicationStatement.dosage.doseAndRate.dose[x]:doseQuantityDosis
    MedicationStatement.dosage.doseAndRate.rate[x]:rateRatioRaten-Verhältnis
    MedicationStatement.dosage.doseAndRate.rate[x]:rateRangeRaten-Bereich
    MedicationStatement.dosage.doseAndRate.rate[x]:rateQuantityRate
    MedicationStatement.dosage.maxDosePerPeriodMaximaldosis (Zähler) pro Zeitraum (Nenner)
    MedicationStatement.dosage.maxDosePerAdministrationMaximaldosis pro Verabreichung
    +

    Beispiele

    +

    Valide Beispiele für das Profil MedikationsInformation:

    +

    {
    +    "resourceType": "MedicationStatement",
    +    "id": "ExampleISiKMedikationsInformation1",
    +    "meta": {
    +        "profile":  [
    +            "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsInformation"
    +        ]
    +    },
    +    "dosage":  [
    +        {
    +            "doseAndRate":  [
    +                {
    +                    "doseQuantity": {
    +                        "system": "http://unitsofmeasure.org",
    +                        "value": 1,
    +                        "unit": "Brausetablette",
    +                        "code": "1"
    +                    }
    +                }
    +            ],
    +            "timing": {
    +                "repeat": {
    +                    "when":  [
    +                        "MORN",
    +                        "NOON",
    +                        "EVE"
    +                    ]
    +                }
    +            }
    +        }
    +    ],
    +    "status": "active",
    +    "medicationReference": {
    +        "reference": "Medication/ExampleISiKMedikament1"
    +    },
    +    "subject": {
    +        "reference": "Patient/PatientinMusterfrau"
    +    },
    +    "context": {
    +        "reference": "Encounter/Versorgungsstellenkontakt"
    +    },
    +    "effectivePeriod": {
    +        "start": "2021-07-01"
    +    },
    +    "dateAsserted": "2021-07-01",
    +    "reasonReference":  [
    +        {
    +            "reference": "Condition/BehandlungsDiagnoseFreitext"
    +        }
    +    ]
    +}

    +

    {
    +    "resourceType": "MedicationStatement",
    +    "id": "ExampleISiKMedikationsInformation2",
    +    "meta": {
    +        "profile":  [
    +            "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsInformation"
    +        ]
    +    },
    +    "dosage":  [
    +        {
    +            "doseAndRate":  [
    +                {
    +                    "doseQuantity": {
    +                        "system": "http://unitsofmeasure.org",
    +                        "value": 100,
    +                        "unit": "mg",
    +                        "code": "mg"
    +                    }
    +                }
    +            ],
    +            "timing": {
    +                "repeat": {
    +                    "count": 6,
    +                    "frequency": 1,
    +                    "period": 3,
    +                    "periodUnit": "wk"
    +                }
    +            }
    +        }
    +    ],
    +    "status": "active",
    +    "medicationReference": {
    +        "reference": "Medication/ExampleISiKMedikament2"
    +    },
    +    "subject": {
    +        "reference": "Patient/PatientinMusterfrau"
    +    },
    +    "context": {
    +        "reference": "Encounter/Versorgungsstellenkontakt"
    +    },
    +    "effectivePeriod": {
    +        "start": "2021-07-04"
    +    },
    +    "dateAsserted": "2021-07-03"
    +}

    +

    Interaktionen

    +

    Für die Ressource MedicationStatement MÜSSEN die REST-Interaktionen "READ", "CREATE" und "UPDATE" implementiert werden.

    +

    Folgende Suchparameter sind für das Bestätigungsverfahren relevant, auch in Kombination:

    +
      +
    1. Der Suchparameter "_id" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationStatement?_id=103270

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach "_id" finden sich in der FHIR-Basisspezifikation - Abschnitt "Parameters for all resources".

      +
    2. +
    3. Der Suchparameter "code" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationStatement?code=http://fhir.de/CodeSystem/bfarm/atc|V03AB23

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +
    4. +
    5. Der Suchparameter "context" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationStatement?context=Encounter/123

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Reference Search".

      +
    6. +
    7. Der verkettete Suchparameter "context.identifier" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationStatement?context.identifier=http://mein-krankenhaus.example/fhir/sid/fallnummern|7567867

      +

      GET [base]/MedicationStatement?context.identifier=7567867

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Reference Search".

      +

      Weitere Informationen zur Suche nach verketteten Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Chained Parameters".

      +
    8. +
    9. Der Suchparameter "effective" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationStatement?effective=2022-03-21

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Date-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Date".

      +
    10. +
    11. Der Suchparameter "medication" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationStatement?medication=Medication/123

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Reference Search".

      +
    12. +
    13. Der verkettete Suchparameter "medication.code" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationStatement?medication.code=http://fhir.de/CodeSystem/bfarm/atc|V03AB23

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +

      Weitere Informationen zur Suche nach verketteten Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Chained Parameters".

      +
    14. +
    15. Der Suchparameter "part-of" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationStatement?part-of=MedicationAdministration/789

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Reference Search".

      +
    16. +
    17. Der Suchparameter "patient" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationStatement?patient=Patient/123

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Reference Search".

      +
    18. +
    19. Der verkettete Suchparameter "patient.identifier" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationStatement?patient.identifier=http://mein-krankenhaus.example/fhir/sid/patienten|1032702

      +

      GET [base]/MedicationStatement?patient.identifier=1032702

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +

      Weitere Informationen zur Suche nach verketteten Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Chained Parameters".

      +
    20. +
    21. Der Suchparameter "status" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationStatement?status=active

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +
    22. +
    + + + +
    + +
    +
    + +
    + +
    + +
    + + + +
    + + + + \ No newline at end of file diff --git a/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_MedikationsListe.html b/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_MedikationsListe.html new file mode 100644 index 00000000..459ef0fd --- /dev/null +++ b/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_MedikationsListe.html @@ -0,0 +1,786 @@ + + + + + + + + Implementierungsleitfaden ISiK-Modul Medikation + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + +
    + + + +
    + + +
    + +
    + +

    MedikationsListe (List)

    +
    +

    Profil

    + +
    NameCanonical
    ISiKMedikationsListehttps://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsListe
    +

    idΣ0..1string
    metaΣ0..1Meta
    implicitRulesΣ ?!0..1uri
    language0..1codeBinding
    text0..1Narrative
    contained0..*Resource
    extensionI0..*Extension
    modifierExtension?! I0..*Extension
    identifier0..*Identifier
    statusS Σ ?!1..1codeBinding
    modeS Σ ?!1..1codeBinding
    titleΣ0..1string
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1codePattern
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    textΣ0..1string
    id0..1string
    extensionI0..*Extension
    referenceS Σ I1..1string
    typeΣ0..1uriBinding
    identifierΣ0..1Identifier
    displayΣ0..1string
    id0..1string
    extensionI0..*Extension
    referenceS Σ I1..1string
    typeΣ0..1uriBinding
    identifierΣ0..1Identifier
    displayΣ0..1string
    dateS Σ0..1dateTime
    sourceΣ I0..1Reference(Practitioner | PractitionerRole | Patient | Device)
    orderedBy0..1CodeableConceptBinding
    note0..*Annotation
    id0..1string
    extensionI0..*Extension
    modifierExtensionΣ ?! I0..*Extension
    flag0..1CodeableConcept
    deleted?! I0..1boolean
    dateS0..1dateTime
    id0..1string
    extensionI0..*Extension
    referenceS Σ I1..1string
    typeΣ0..1uriBinding
    identifierΣ0..1Identifier
    displayΣ0..1string
    emptyReasonI0..1CodeableConceptBinding

    +

    Anmerkungen zu Must-Support-Feldern

    + + + + + + + + + +
    FeldnameKurzbeschreibungHinweise
    List.status(Aktualitäts-)Status der Liste
    List.modeListenmodus

    Beispiel: eingelesene Medikationspläne werden als snapshot repräsentiert. Kontinuierlich fortgeschriebene Listen, z.B. im Rahmen der hausinternen Behandlung, sind als 'working' codiert.

    +
    List.codeArt der Liste.

    Es ist mindestens ein Coding mit dem Code 'medications' anzugeben. Weitere Codes, z.B. im Kontext anderer Spezifikationen oder Hauscodierungen sind zulässig.

    +
    List.subjectReferenz auf den Patienten
    List.encounterReferenz auf den Abteilungskontakt
    List.dateErstellungsdatum der Liste
    List.entryListeneintrag
    List.entry.dateDatum des Listeneintrags

    nur zulässig im Listenmodus 'working'

    +
    List.entry.itemReferenz auf die MedikationsInformation
    +

    Beispiele

    +

    Valides Beispiel für das Profil MedikationsListe:

    +

    {
    +    "resourceType": "List",
    +    "id": "ExampleISiKMedikationsListe",
    +    "meta": {
    +        "profile":  [
    +            "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsListe"
    +        ]
    +    },
    +    "code": {
    +        "coding":  [
    +            {
    +                "system": "http://terminology.hl7.org/CodeSystem/list-example-use-codes",
    +                "code": "medications"
    +            }
    +        ]
    +    },
    +    "status": "current",
    +    "mode": "working",
    +    "subject": {
    +        "reference": "Patient/PatientinMusterfrau"
    +    },
    +    "encounter": {
    +        "reference": "Encounter/Versorgungsstellenkontakt"
    +    },
    +    "date": "2021-07-04",
    +    "entry":  [
    +        {
    +            "date": "2021-07-01",
    +            "item": {
    +                "reference": "MedicationStatement/ExampleISiKMedikationsInformation1"
    +            }
    +        },
    +        {
    +            "date": "2021-07-04",
    +            "item": {
    +                "reference": "MedicationStatement/ExampleISiKMedikationsInformation2"
    +            }
    +        }
    +    ]
    +}

    +

    Interaktionen

    +

    Für die Ressource List MÜSSEN die REST-Interaktionen "READ", "CREATE" und "UPDATE" implementiert werden.

    +

    Folgende Suchparameter sind für das Bestätigungsverfahren relevant, auch in Kombination:

    +
      +
    1. Der Suchparameter "_id" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/List?_id=103270

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach "_id" finden sich in der FHIR-Basisspezifikation - Abschnitt "Parameters for all resources".

      +
    2. +
    3. Der Suchparameter "code" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/List?code=http://terminology.hl7.org/CodeSystem/list-example-use-codes|medications

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +
    4. +
    5. Der Suchparameter "date" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/List?date=2022-03-21

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Date-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Date".

      +
    6. +
    7. Der Suchparameter "encounter" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/List?encounter=Encounter/123

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Reference Search".

      +
    8. +
    9. Der verkettete Suchparameter "encounter.identifier" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/List?encounter.identifier=http://mein-krankenhaus.example/fhir/sid/fallnummern|7567867

      +

      GET [base]/List?encounter.identifier=7567867

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Reference Search".

      +

      Weitere Informationen zur Suche nach verketteten Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Chained Parameters".

      +
    10. +
    11. Der Suchparameter "item" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/List?item=MedicationStatement/131415

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Reference Search".

      +
    12. +
    13. Der Suchparameter "patient" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/List?patient=Patient/123

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Reference Search".

      +
    14. +
    15. Der verkettete Suchparameter "patient.identifier" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/List?patient.identifier=http://mein-krankenhaus.example/fhir/sid/patienten|1032702

      +

      GET [base]/List?patient.identifier=1032702

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +

      Weitere Informationen zur Suche nach verketteten Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Chained Parameters".

      +
    16. +
    17. Der Suchparameter "status" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/List?status=current

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +
    18. +
    + + + +
    + +
    +
    + +
    + +
    + +
    + + + +
    + + + + \ No newline at end of file diff --git a/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_MedikationsVerabreichung.html b/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_MedikationsVerabreichung.html new file mode 100644 index 00000000..433d4709 --- /dev/null +++ b/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_MedikationsVerabreichung.html @@ -0,0 +1,1657 @@ + + + + + + + + Implementierungsleitfaden ISiK-Modul Medikation + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + +
    + + + +
    + + +
    + +
    + +

    MedikationsVerabreichung (MedicationAdministration)

    +
    +

    Profil

    + +
    NameCanonical
    ISiKMedikationsVerabreichunghttps://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsVerabreichung
    +

    idΣ0..1string
    metaΣ0..1Meta
    implicitRulesΣ ?!0..1uri
    language0..1codeBinding
    text0..1Narrative
    contained0..*Resource
    extensionI0..*Extension
    modifierExtension?! I0..*Extension
    identifier0..*Identifier
    instantiatesΣ0..*uri
    partOfΣ I0..*Reference(MedicationAdministration | Procedure)
    statusS Σ ?!1..1codeBinding
    statusReason0..*CodeableConcept
    category0..1CodeableConceptBinding
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    textS Σ0..1string
    id0..1string
    extensionI0..*Extension
    referenceS Σ I1..1string
    typeΣ0..1uriBinding
    identifierΣ0..1Identifier
    displayΣ0..1string
    id0..1string
    extensionI0..*Extension
    referenceS Σ I1..1string
    typeΣ0..1uriBinding
    identifierΣ0..1Identifier
    displayΣ0..1string
    id0..1string
    extensionI0..*Extension
    referenceS Σ I1..1string
    typeΣ0..1uriBinding
    identifierΣ0..1Identifier
    displayΣ0..1string
    supportingInformationI0..*Reference(Resource)
    effectiveDateTimeS Σ0..1dateTime
    id0..1string
    extensionI0..*Extension
    startS Σ I0..1dateTime
    endS Σ I0..1dateTime
    id0..1string
    extensionI0..*Extension
    modifierExtensionΣ ?! I0..*Extension
    function0..1CodeableConcept
    id0..1string
    extensionI0..*Extension
    referenceS Σ I1..1string
    typeΣ0..1uriBinding
    identifierΣ0..1Identifier
    displayΣ0..1string
    reasonCode0..*CodeableConcept
    id0..1string
    extensionI0..*Extension
    referenceS Σ I1..1string
    typeΣ0..1uriBinding
    identifierΣ0..1Identifier
    displayΣ0..1string
    requestI0..1Reference(MedicationRequest)
    deviceI0..*Reference(Device)
    id0..1string
    extensionI0..*Extension
    authorStringstring
    authorReferenceReference(Practitioner | Patient | RelatedPerson | Organization)
    timeΣ0..1dateTime
    textS Σ1..1markdown
    id0..1string
    extensionI0..*Extension
    modifierExtensionΣ ?! I0..*Extension
    textS0..1string
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    textS Σ0..1string
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    textS Σ0..1string
    method0..1CodeableConcept
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..1codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..1codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    eventHistoryI0..*Reference(Provenance)

    +
    +

    Terminology Bindings

    + + +
    PathNameStrengthURL
    MedicationAdministration.dosage.route.codingmedicine-route-of-administrationrequiredhttp://hl7.org/fhir/uv/ips/ValueSet/medicine-route-of-administration
    MedicationAdministration.dosage.route.codingSctRouteOfAdministrationrequiredhttps://gematik.de/fhir/isik/v3/Medikation/ValueSet/SctRouteOfAdministration
    +
    +

    Anmerkungen zu Must-Support-Feldern

    + + + + + + + + + + + + + + + + + +
    FeldnameKurzbeschreibungHinweise
    MedicationAdministration.statusStatus der Verabreichungsinformation
    MedicationAdministration.medication[x]:medicationCodeableConceptMedikament in codierter Form oder ggf. als Freitext

    kann verwendet werden, wenn keine detaillierten Informationen zum Medikament (z.B. Rezepturen) existieren.

    +
    MedicationAdministration.medication[x]:medicationReferenceReferenz auf das Medikament (Medication-Ressource)

    wird verwendet, wenn detaillierte Informationen zum Medikament vorliegen

    +
    MedicationAdministration.subjectReferenz auf den Patienten
    MedicationAdministration.contextReferenz auf den Abteilungskontakt
    MedicationAdministration.effective[x]:effectiveDateTimeZeitpunkt der Verabreichung
    MedicationAdministration.effective[x]:effectivePeriodZeitraum der Verabreichung
    MedicationAdministration.performer.actorReferenz auf die verabreichende Person
    MedicationAdministration.reasonReferenceGrund der Medikation (Referenz)
    MedicationAdministration.note.textFreitext-Notiz
    MedicationAdministration.dosageDosierungsangaben
    MedicationAdministration.dosage.textFreitext-Dosierungsangabe
    MedicationAdministration.dosage.siteKörperstelle der Verabreichung
    MedicationAdministration.dosage.routeRoute
    MedicationAdministration.dosage.doseverabreichte Dosis
    MedicationAdministration.dosage.rate[x]:rateRatioVerabreichungs-Rate (Verhältnis)
    MedicationAdministration.dosage.rate[x]:rateQuantityVerabreichungs-Rate
    +

    Beispiele

    +

    Valides Beispiel für das Profil MedikationsVerabreichung:

    +

    {
    +    "resourceType": "MedicationAdministration",
    +    "id": "ExampleISiKMedikationsVerabreichung",
    +    "meta": {
    +        "profile":  [
    +            "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsVerabreichung"
    +        ]
    +    },
    +    "dosage": {
    +        "dose": {
    +            "system": "http://unitsofmeasure.org",
    +            "value": 1,
    +            "unit": "Brausetablette",
    +            "code": "1"
    +        }
    +    },
    +    "status": "completed",
    +    "medicationReference": {
    +        "reference": "Medication/ExampleISiKMedikament1"
    +    },
    +    "subject": {
    +        "reference": "Patient/PatientinMusterfrau"
    +    },
    +    "context": {
    +        "reference": "Encounter/Versorgungsstellenkontakt"
    +    },
    +    "effectiveDateTime": "2021-07-01"
    +}

    +

    Interaktionen

    +

    Für die Ressource MedicationAdministration MÜSSEN die REST-Interaktionen "READ", "CREATE" und "UPDATE" implementiert werden.

    +

    Folgende Suchparameter sind für das Bestätigungsverfahren relevant, auch in Kombination:

    +
      +
    1. Der Suchparameter "_id" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationAdministration?_id=103270

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach "_id" finden sich in der FHIR-Basisspezifikation - Abschnitt "Parameters for all resources".

      +
    2. +
    3. Der Suchparameter "code" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationAdministration?code=http://fhir.de/CodeSystem/bfarm/atc|V03AB23

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +
    4. +
    5. Der Suchparameter "context" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationAdministration?context=Encounter/123

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Reference Search".

      +
    6. +
    7. Der verkettete Suchparameter "context.identifier" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationAdministration?context.identifier=http://mein-krankenhaus.example/fhir/sid/fallnummern|7567867

      +

      GET [base]/MedicationAdministration?context.identifier=7567867

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Reference Search".

      +

      Weitere Informationen zur Suche nach verketteten Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Chained Parameters".

      +
    8. +
    9. Der Suchparameter "effective-time" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationAdministration?effective-time=2022-03-23

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Date-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Date".

      +
    10. +
    11. Der Suchparameter "medication" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationAdministration?medication=Medication/123

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Reference Search".

      +
    12. +
    13. Der verkettete Suchparameter "medication.code" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationAdministration?medication.code=http://fhir.de/CodeSystem/bfarm/atc|V03AB23

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +

      Weitere Informationen zur Suche nach verketteten Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Chained Parameters".

      +
    14. +
    15. Der Suchparameter "patient" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationAdministration?patient=Patient/123

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Reference Search".

      +
    16. +
    17. Der verkettete Suchparameter "patient.identifier" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationAdministration?patient.identifier=http://mein-krankenhaus.example/fhir/sid/patienten|1032702

      +

      GET [base]/MedicationAdministration?patient.identifier=1032702

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +

      Weitere Informationen zur Suche nach verketteten Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Chained Parameters".

      +
    18. +
    19. Der Suchparameter "performer" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationAdministration?performer=Practitioner/101112

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Reference Search".

      +
    20. +
    21. Der verkettete Suchparameter "performer.identifier" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationAdministration?performer.identifier=http://fhir.de/sid/bundesaerztekammer/efn|123456789123456

      +

      GET [base]/MedicationAdministration?performer.identifier=123456789123456

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +

      Weitere Informationen zur Suche nach verketteten Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Chained Parameters".

      +
    22. +
    23. Der Suchparameter "status" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationRequest?status=completed

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +
    24. +
    + + + +
    + +
    +
    + +
    + +
    + +
    + + + +
    + + + + \ No newline at end of file diff --git a/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_MedikationsVerordnung.html b/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_MedikationsVerordnung.html new file mode 100644 index 00000000..23af8fbf --- /dev/null +++ b/IG/3.0.4/ImplementationGuide-markdown-Datenobjekte_MedikationsVerordnung.html @@ -0,0 +1,2889 @@ + + + + + + + + Implementierungsleitfaden ISiK-Modul Medikation + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + +
    + + + +
    + + +
    + +
    + +

    MedikationsVerordnung (MedicationRequest)

    +
    +

    Profil

    + +
    NameCanonical
    ISiKMedikationsVerordnunghttps://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsVerordnung
    +

    idΣ0..1string
    metaΣ0..1Meta
    implicitRulesΣ ?!0..1uri
    language0..1codeBinding
    text0..1Narrative
    contained0..*Resource
    extensionI0..*Extension
    modifierExtension?! I0..*Extension
    identifier0..*Identifier
    statusS Σ ?!1..1codeBinding
    statusReason0..1CodeableConcept
    intentS Σ ?!1..1codeBinding
    category0..*CodeableConcept
    priorityΣ0..1codeBinding
    doNotPerformΣ ?!0..0boolean
    reportedBooleanboolean
    reportedReferenceReference(Patient | Practitioner | PractitionerRole | RelatedPerson | Organization)
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    textS Σ0..1string
    id0..1string
    extensionI0..*Extension
    referenceS Σ I1..1string
    typeΣ0..1uriBinding
    identifierΣ0..1Identifier
    displayΣ0..1string
    id0..1string
    extensionI0..*Extension
    referenceS Σ I1..1string
    typeΣ0..1uriBinding
    identifierΣ0..1Identifier
    displayΣ0..1string
    id0..1string
    extensionI0..*Extension
    referenceS Σ I1..1string
    typeΣ0..1uriBinding
    identifierΣ0..1Identifier
    displayΣ0..1string
    supportingInformationI0..*Reference(Resource)
    authoredOnS Σ0..1dateTime
    id0..1string
    extensionI0..*Extension
    referenceS Σ I1..1string
    typeΣ0..1uriBinding
    identifierΣ0..1Identifier
    displayΣ0..1string
    performerI0..1Reference(Practitioner | PractitionerRole | Organization | Patient | Device | RelatedPerson | CareTeam)
    performerTypeΣ0..1CodeableConcept
    recorderI0..1Reference(Practitioner | PractitionerRole)
    reasonCode0..*CodeableConcept
    reasonReferenceI0..*Reference(Condition | Observation)
    instantiatesCanonicalΣ0..*canonical()
    instantiatesUriΣ0..*uri
    basedOnΣ I0..*Reference(CarePlan | MedicationRequest | ServiceRequest | ImmunizationRecommendation)
    groupIdentifierΣ0..1Identifier
    courseOfTherapyType0..1CodeableConcept
    insuranceI0..*Reference(Coverage | ClaimResponse)
    id0..1string
    extensionI0..*Extension
    authorStringstring
    authorReferenceReference(Practitioner | Patient | RelatedPerson | Organization)
    timeΣ0..1dateTime
    textS Σ1..1markdown
    id0..1string
    extensionI0..*Extension
    modifierExtensionΣ ?! I0..*Extension
    sequenceΣ0..1integer
    textS Σ0..1string
    additionalInstructionΣ0..*CodeableConcept
    patientInstructionS Σ0..1string
    id0..1string
    extensionI0..*Extension
    modifierExtensionΣ ?! I0..*Extension
    eventS Σ0..*dateTime
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..1codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    startS Σ I0..1dateTime
    endS Σ I0..1dateTime
    countS Σ0..1positiveInt
    countMaxS Σ0..1positiveInt
    durationS Σ0..1decimal
    durationMaxS Σ0..1decimal
    durationUnitS Σ0..1codeBinding
    frequencyS Σ0..1positiveInt
    frequencyMaxS Σ0..1positiveInt
    periodS Σ0..1decimal
    periodMaxS Σ0..1decimal
    periodUnitS Σ0..1codeBinding
    dayOfWeekS Σ0..*codeBinding
    timeOfDayS Σ0..*time
    whenS Σ0..*codeBinding
    offsetS Σ0..1unsignedInt
    codeΣ0..1CodeableConceptBinding
    asNeededCodeableConceptCodeableConcept
    asNeededBooleanS Σ0..1boolean
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    textS Σ0..1string
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    id0..1string
    extensionI0..*Extension
    systemS Σ1..1uriPattern
    versionΣ0..1string
    codeS Σ1..1code
    displayS Σ0..1string
    userSelectedΣ0..1boolean
    textS Σ0..1string
    methodΣ0..1CodeableConcept
    id0..1string
    extensionI0..*Extension
    typeΣ0..1CodeableConcept
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..1codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..1codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..1codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..1codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    maxDosePerLifetimeΣ I0..1SimpleQuantity
    id0..1string
    extensionI0..*Extension
    modifierExtensionΣ ?! I0..*Extension
    id0..1string
    extensionI0..*Extension
    modifierExtensionΣ ?! I0..*Extension
    quantityI0..1SimpleQuantity
    durationI0..1Duration
    dispenseIntervalI0..1Duration
    validityPeriodI0..1Period
    numberOfRepeatsAllowed0..1unsignedInt
    id0..1string
    extensionI0..*Extension
    valueS Σ1..1decimal
    comparatorΣ ?!0..0codeBinding
    unitS Σ0..1string
    systemS Σ I1..1uriPattern
    codeS Σ1..1code
    expectedSupplyDurationI0..1Duration
    performerI0..1Reference(Organization)
    id0..1string
    extensionI0..*Extension
    modifierExtensionΣ ?! I0..*Extension
    allowedCodeableConceptCodeableConcept
    allowedBooleanS0..1boolean
    reason0..1CodeableConcept
    priorPrescriptionI0..1Reference(MedicationRequest)
    detectedIssueI0..*Reference(DetectedIssue)
    eventHistoryI0..*Reference(Provenance)

    +
    +

    Terminology Bindings

    + + +
    PathNameStrengthURL
    MedicationRequest.dosageInstruction.route.codingmedicine-route-of-administrationrequiredhttp://hl7.org/fhir/uv/ips/ValueSet/medicine-route-of-administration
    MedicationRequest.dosageInstruction.route.codingSctRouteOfAdministrationrequiredhttps://gematik.de/fhir/isik/v3/Medikation/ValueSet/SctRouteOfAdministration
    +
    +

    Anmerkungen zu Must-Support-Feldern

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FeldnameKurzbeschreibungHinweise
    MedicationRequest.statusStatus der Verordnungsinformation
    MedicationRequest.intentZiel der Verordnungsinformation

    i.d.R. 'order'

    +
    MedicationRequest.medication[x]:medicationCodeableConceptMedikament in codierter Form oder ggf. als Freitext

    kann verwendet werden, wenn keine detaillierten Informationen zum Medikament (z.B. Rezepturen) existieren.

    +
    MedicationRequest.medication[x]:medicationReferenceReferenz auf das Medikament (Medication-Ressource)

    wird verwendet, wenn detaillierte Informationen zum Medikament vorliegen

    +
    MedicationRequest.subjectReferenz auf den Patienten
    MedicationRequest.encounterReferenz auf den Abteilungskontakt
    MedicationRequest.authoredOnErstellungsdatum der Verordnung
    MedicationRequest.requesterReferenz auf die verordnende Person
    MedicationRequest.note.textFreitext-Notiz
    MedicationRequest.dosageInstructionDosierungsangaben
    MedicationRequest.dosageInstruction.textFreitext-Dosierungsanweisungen
    MedicationRequest.dosageInstruction.patientInstructionbesondere Anweisungen für den Patienten
    MedicationRequest.dosageInstruction.timingAngaben zum Timing
    MedicationRequest.dosageInstruction.timing.eventfester Zeitpunkt
    MedicationRequest.dosageInstruction.timing.repeatWiederholungs-Angaben
    MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsDurationBegrenzung der Dauer
    MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRangeBereich für die Begrenzung
    MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsPeriodbegrenzender Zeitraum
    MedicationRequest.dosageInstruction.timing.repeat.countAnzahl Wiederholungen
    MedicationRequest.dosageInstruction.timing.repeat.countMaxmaximale Anzahl Wiederholungen
    MedicationRequest.dosageInstruction.timing.repeat.durationDauer der Verabreichung
    MedicationRequest.dosageInstruction.timing.repeat.durationMaxmaximale Dauer der Verabreichung
    MedicationRequest.dosageInstruction.timing.repeat.durationUnitEinheit der Dauer
    MedicationRequest.dosageInstruction.timing.repeat.frequencyFrequenz (Anzahl der Gaben pro Periode)
    MedicationRequest.dosageInstruction.timing.repeat.frequencyMaxmaximale Frequenz
    MedicationRequest.dosageInstruction.timing.repeat.periodZeitperiode zur Frequenz
    MedicationRequest.dosageInstruction.timing.repeat.periodMaxmaximale Zeitperiode zur Frequenz
    MedicationRequest.dosageInstruction.timing.repeat.periodUnitEinheit der Zeitperiode
    MedicationRequest.dosageInstruction.timing.repeat.dayOfWeekWochentag
    MedicationRequest.dosageInstruction.timing.repeat.timeOfDayTageszeit
    MedicationRequest.dosageInstruction.timing.repeat.whenTageszeitpunkt codiert
    MedicationRequest.dosageInstruction.timing.repeat.offsetzeitlicher Abstand der Gabe zum beschriebenen Zeitpunkt
    MedicationRequest.dosageInstruction.asNeeded[x]:asNeededBooleanBedarfsmedikation
    MedicationRequest.dosageInstruction.siteKörperstelle der Verabreichung
    MedicationRequest.dosageInstruction.routeRoute
    MedicationRequest.dosageInstruction.doseAndRateAngaben zu Dosis und Rate
    MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRangeDosisbereich
    MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantityDosis
    MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatioRaten-Verhältnis
    MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRangeRaten-Bereich
    MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateQuantityRate
    MedicationRequest.dosageInstruction.maxDosePerPeriodMaximaldosis (Zähler) pro Zeitraum (Nenner)
    MedicationRequest.dosageInstruction.maxDosePerAdministrationMaximaldosis pro Verabreichung
    MedicationRequest.dispenseRequest.quantityangeforderte Abgabemenge
    MedicationRequest.substitutionErsatz zulässig
    +

    Beispiele

    +

    Valides Beispiel für das Profil MedikationsVerordnung:

    +

    {
    +    "resourceType": "MedicationRequest",
    +    "id": "ExampleISiKMedikationsVerordnung",
    +    "meta": {
    +        "profile":  [
    +            "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsVerordnung"
    +        ]
    +    },
    +    "dosageInstruction":  [
    +        {
    +            "doseAndRate":  [
    +                {
    +                    "doseQuantity": {
    +                        "system": "http://unitsofmeasure.org",
    +                        "value": 1,
    +                        "unit": "Brausetablette",
    +                        "code": "1"
    +                    }
    +                }
    +            ],
    +            "timing": {
    +                "repeat": {
    +                    "when":  [
    +                        "MORN",
    +                        "NOON",
    +                        "EVE"
    +                    ]
    +                }
    +            }
    +        }
    +    ],
    +    "status": "active",
    +    "intent": "order",
    +    "medicationReference": {
    +        "reference": "Medication/ExampleISiKMedikament1"
    +    },
    +    "subject": {
    +        "reference": "Patient/PatientinMusterfrau"
    +    },
    +    "encounter": {
    +        "reference": "Encounter/Versorgungsstellenkontakt"
    +    },
    +    "authoredOn": "2021-07-01",
    +    "requester": {
    +        "reference": "Practitioner/PractitionerWalterArzt"
    +    },
    +    "reasonReference":  [
    +        {
    +            "reference": "Condition/BehandlungsDiagnoseFreitext"
    +        }
    +    ]
    +}

    +

    Interaktionen

    +

    Für die Ressource MedicationRequest MÜSSEN die REST-Interaktionen "READ", "CREATE" und "UPDATE" implementiert werden.

    +

    Folgende Suchparameter sind für das Bestätigungsverfahren relevant, auch in Kombination:

    +
      +
    1. Der Suchparameter "_id" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationRequest?_id=103270

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach "_id" finden sich in der FHIR-Basisspezifikation - Abschnitt "Parameters for all resources".

      +
    2. +
    3. Der Suchparameter "authoredon" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationRequest?authoredon=2022-03-21

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Date-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Date".

      +
    4. +
    5. Der Suchparameter "code" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationStatement?code=http://fhir.de/CodeSystem/bfarm/atc|V03AB23

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +
    6. +
    7. Der Suchparameter "date" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationRequest?date=2022-03-23

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Date-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Date".

      +
    8. +
    9. Der Suchparameter "encounter" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationRequest?encounter=Encounter/123

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Reference Search".

      +
    10. +
    11. Der verkettete Suchparameter "encounter.identifier" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationRequest?encounter.identifier=http://mein-krankenhaus.example/fhir/sid/fallnummern|7567867

      +

      GET [base]/MedicationRequest?encounter.identifier=7567867

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Reference Search".

      +

      Weitere Informationen zur Suche nach verketteten Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Chained Parameters".

      +
    12. +
    13. Der Suchparameter "intent" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationRequest?intent=order

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +
    14. +
    15. Der Suchparameter "medication" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationRequest?medication=Medication/123

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Reference Search".

      +
    16. +
    17. Der verkettete Suchparameter "medication.code" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationRequest?medication.code=http://fhir.de/CodeSystem/bfarm/atc|V03AB23

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +

      Weitere Informationen zur Suche nach verketteten Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Chained Parameters".

      +
    18. +
    19. Der Suchparameter "patient" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationRequest?patient=Patient/123

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Reference Search".

      +
    20. +
    21. Der verkettete Suchparameter "patient.identifier" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationRequest?patient.identifier=http://mein-krankenhaus.example/fhir/sid/patienten|1032702

      +

      GET [base]/MedicationRequest?patient.identifier=1032702

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +

      Weitere Informationen zur Suche nach verketteten Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Chained Parameters".

      +
    22. +
    23. Der Suchparameter "requester" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationRequest?requester=Practitioner/101112

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Reference Search".

      +
    24. +
    25. Der verkettete Suchparameter "requester.identifier" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationRequest?requester.identifier=http://fhir.de/sid/bundesaerztekammer/efn|123456789123456

      +

      GET [base]/MedicationRequest?requester.identifier=123456789123456

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +

      Weitere Informationen zur Suche nach verketteten Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Chained Parameters".

      +
    26. +
    27. Der Suchparameter "status" MUSS unterstützt werden:

      +

      Beispiele:

      +

      GET [base]/MedicationRequest?status=active

      +

      Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der FHIR-Basisspezifikation - Abschnitt "Token Search".

      +
    28. +
    + + + +
    + +
    +
    + +
    + +
    + +
    + + + +
    + + + + \ No newline at end of file diff --git a/IG/3.0.4/ImplementationGuide-markdown-Einfuehrung.html b/IG/3.0.4/ImplementationGuide-markdown-Einfuehrung.html new file mode 100644 index 00000000..6d073cd0 --- /dev/null +++ b/IG/3.0.4/ImplementationGuide-markdown-Einfuehrung.html @@ -0,0 +1,240 @@ + + + + + + + + Implementierungsleitfaden ISiK-Modul Medikation + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + +
    + + + +
    + + +
    + +
    + + gematik logo +
    +

    Version: 3.0.4

    +

    Datum: 20.11.2024

    +

    Status: Aktiv

    +

    Realm: Deutschland

    +
    +

    Interoperabler Datenaustausch durch Informationssysteme im Krankenhaus (ISiK)

    +

    Die gematik wurde vom Gesetzgeber beauftragt, im Benehmen mit der Deutschen Krankenhausgesellschaft (DKG) und den maßgeblichen Bundesverbänden der Industrie im Gesundheitswesen, verbindliche Standards für den Austausch von Gesundheitsdaten mit Informationssystemen im Krankenhaus zu erarbeiten. Dieser FHIR ImplementationGuide (IG) beschreibt die für diesen Zweck entwickelten FHIR Profile und das REST-basierte Application Programming Interface (API). Die REST-API wird im Wesentlichen vom FHIR Standard vorgegeben. Dieser Leitfaden konkretisiert die ISiK-relevanten Funktionen der Standard-REST-API und trifft inhaltliche Festlegungen zu den ISiK-relevanten Ressourcen in Form von Ressourcen-Profilen.

    +

    Hersteller bestätigungsrelevanter Systeme sollen durch diesen IG in die Lage versetzt werden, eine konforme Implementierung zu erstellen und das Bestätigungsverfahren der gematik erfolgreich zu absolvieren.

    +

    Weitere Informationen siehe §373 SGB V.

    +

    Hinweis: Sowohl für die Implementierung der ISiK-Spezifikation als auch für den Betrieb eines Produktes, das die ISiK-Spezifikation implementiert, ist eine SNOMED-CT-Lizenz notwendig. Diese kann beim National Release Center für SNOMED CT in Deutschland beantragt werden.

    +

    Kontakt

    +

    Bringen Sie allgemeine Fragen und Anmerkungen gerne über unser Anfrageportal ein: Anfragen ISiK + ISiP

    +

    Falls Sie keinen Zugang zum Anfrageportal haben und dieses nutzen wollen, senden Sie uns bitte eine Nachricht an die Adresse isik [ at ] gematik.de mit dem Betreff "Portalzugang".

    +

    Herausgeber

    +

    gematik GmbH

    +

    Impressum

    +

    Gender-Hinweis

    +

    Zugunsten des Leseflusses wird in dieser Publikation meist die +männliche Form verwendet. Wir bitten, dies nicht als Zeichen einer +geschlechtsspezifischen Wertung zu deuten. Diese Variante deckt auch alle +weiteren Geschlechter, neben männlich und weiblich, ab.

    + + + +
    + +
    +
    + +
    + +
    + +
    + + + +
    + + + + \ No newline at end of file diff --git a/IG/3.0.4/ImplementationGuide-markdown-Kompatibilitaet.html b/IG/3.0.4/ImplementationGuide-markdown-Kompatibilitaet.html new file mode 100644 index 00000000..9247b6d5 --- /dev/null +++ b/IG/3.0.4/ImplementationGuide-markdown-Kompatibilitaet.html @@ -0,0 +1,238 @@ + + + + + + + + Implementierungsleitfaden ISiK-Modul Medikation + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + +
    + + + +
    + + +
    + +
    + +

    Kompatibilität

    +

    Der vorliegende Implementierungsleitfaden wurde aus der Analyse verschiedener in Deutschland bestehender Spezifikationen im Bereich Medikation heraus entwickelt.

    +

    Überwiegend wurde dabei eine Vereinigungsmenge aus diesen, teilweise mit stark unterschiedlicher Ausrichtung verfassten, Spezifikationen hergestellt. Allerdings wurde auch zum einen der Entwicklung der letzten Jahre Rechnung getragen, zum anderen wurden sehr spezifische Datenelemente, die für die Medikations-Kommunikation im stationären Bereich nicht von Bedeutung sind, nicht berücksichtigt.

    +

    Kompatibilität zum Medizininformatik-Initiative Kerndatensatz Modul Medikation

    +

    Die Medikations-Spezifikationen der Medizininformatik-Initiative sowie in ISiK sind weitestgehend deckungsgleich.

    +

    Dies trifft auch für die verwendeten Terminologien zu, mit Ausnahme der Medikamenten-Codierung. Hier erlaubt ISiK die Verwendung von ABDATA WG14, jedoch nicht ATC-WHO. Unter Umständen muss hier also ein Mapping vorgenommen werden.

    +

    Weiterhin erlaubt die Medizininformatik-Initiative derzeit mehrfache Slices der einzelnen Codesysteme zum Medikament (z.B. PZN), während im vorliegenden Implementierungsleitfaden gemäß Abstimmung mit dem BfArm und in Übereinstimmung mit den Regeln für den FHIR CodeableConcept Datentyp jedes Codesystem jeweils nur ein Mal vorkommen darf. Im (bei bestimmungsgemäßer Verwendung der Codesysteme nicht zu erwartenden) Fall einer Instanz mit zwei unterschiedlichen Medikamenten-Codes aus dem selben Codesystem muss also eine Einzelfallentscheidung getroffen werden.

    +

    Kompatibilität zum KBV eRezept

    +

    Die eRezept-Spezifikation enthält zahlreiche Datenelemente, die ausschließlich im Kontext der Rezept-Verordnungen sowie des Abrechnungswesens Relevanz besitzen. Solche Datenelemente, die in der eRezept-Spezifikation zum großen Teil als FHIR-Extensions repräsentiert sind, werden in ISiK nicht explizit spezifiziert. Dennoch ist die Verwendung dieser Extensions in ISiK möglich und zulässig, sofern hierfür im konkreten Anwendungsfall ein Bedarf besteht.

    +

    Im umgekehrten Fall sind die in ISiK möglichen hochstrukturierten Angaben zur Dosierung im eRezept wesentlich eingeschränkt. Soll also aus einer ISiK-Verordnung ein eRezept generiert werden, müssen diese strukturierten Daten ggf. in eine textuelle Beschreibung überführt werden.

    +

    Weiterhin würde die Erzeugung eines eRezepts aus den ISiK-FHIR-Ressourcen ggf. die Umsetzung direkt codierter Medikamente in eine eigene Medication-Ressource und/oder die Umcodierung des Medikamentencodes sowie der codierten Medikamenten-Bestandteile in einen Freitext erfordern.

    +

    Kompatibilität zum Bundesmedikationsplan/eMP

    +

    Der vorliegende Implementierungsleitfaden spezifiziert ein Superset der eMP-Spezifikation.

    +

    Die Kompatibilität zur Übernahme der Daten aus dem eMP ist somit gegeben. +Die Erzeugung eines eMP aus den ISiK-FHIR-Ressourcen (Profile "MedikationsInformation", "Medikament" und "MedikationsListe") erfordert ggf. die Umsetzung direkt codierter Medikamente in eine eigene Medication-Ressource und/oder die Umcodierung des Medikamentencodes sowie der codierten Medikamenten-Bestandteile in einen Freitext. Weiterhin sind einige ISiK-Datenelemente nicht im eMP abgebildet.

    +

    Kompatibilität zum Medikationsplan Plus

    +

    Der Medikationsplan Plus liegt noch in der FHIR-Version STU3 vor. Hieraus ergeben sich einige Abweichungen, vornehmlich syntaktischer Natur.

    +

    Eine Übernahme von Daten aus dem Medikationsplan Plus nach ISiK sollte problemlos möglich sein, sofern ein entsprechendes Struktur-Mapping verwendet wird. In umgekehrter Richtung müssen unter Umständen die verwendeten Codierungen gemappt werden.

    +

    Kompatibilität zu eMDAF

    +

    Der vorliegende Implementierungsleitfaden spezifiziert in Bezug auf die in der eMDAF-Spezifikation verwendeten FHIR-Ressourcentypen eine äquivalente Repräsentation.

    +

    Die bidirektionale Kompatibilität ist weitgehend gegeben. Abweichend von eMDAF wird jedoch ein bundeseinheitlicher Namensraum für das ABDATA WG14 Codesystem verwendet. Weiterhin ist die Verwendung des Codesystems für die KBV-BMP-Darreichungsform in ISiK nicht spezifiziert.

    + + + +
    + +
    +
    + +
    + +
    + +
    + + + +
    + + + + \ No newline at end of file diff --git a/IG/3.0.4/ImplementationGuide-markdown-Motivation.html b/IG/3.0.4/ImplementationGuide-markdown-Motivation.html new file mode 100644 index 00000000..21b0fd53 --- /dev/null +++ b/IG/3.0.4/ImplementationGuide-markdown-Motivation.html @@ -0,0 +1,227 @@ + + + + + + + + Implementierungsleitfaden ISiK-Modul Medikation + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + +
    + + + +
    + + +
    + +
    + +

    Motivation

    +

    Die Verordnung, Abgabe und Verabreichung von Medikamenten stellt eine der Kerntätigkeiten der Medizin dar.

    +

    Eine möglichst medienbruch-freie Kommunikation innerhalb dieses Workflows zwischen Behandelnden, Apotheken und Patienten kann zur Effizienz der Behandlungsprozesse beitragen und gleichzeitig die Therapiequalität sichern und verbessern (Stichworte: interne Qualitätssicherung, Arzneimitteltherapiesicherheit, Übernahme der Daten bei Verlegung zwischen Stationen, insbesondere zwischen Normal- und Intensivstation).

    +

    Dies gilt ebenso für die Dokumentation und Weiterverarbeitung der Aufnahme- bzw. Entlass-Medikation (Medikationsplan), die derzeit noch häufig in Form von manueller und somit fehleranfälliger Übertragung der Medikationsangaben umgesetzt wird.

    +

    Das ISiK-Modul "Medikation" möchte diese Daten-Integration ermöglichen und stellt in dieser Ausbaustufe strukturierte Kommunikationsmöglichkeiten auf Basis einer RESTful API zum Austausch von Medikationsinformationen ("Medikationsplan") sowie Verordnungs- und Verabreichungsdaten zur Verfügung. Derzeit nicht berücksichtigt ist das Apothekenwesen.

    +

    Diese Spezifikation lehnt sich an die entsprechenden Teile des IHE-Profils HMW (Hospital Medication Workflow) sowie partiell auch +an das IHE-Profil CMPD (Community Medication Prescription and Dispense) an. +Weiterhin erfolgte ein Abgleich mit den aktuell in Deutschland bestehenden Spezifikationen im Bereich Medikation.

    +

    Der Fokus dieser Spezifikation liegt auf den Festlegungen zum Datenaustausch innerhalb einer Einrichtung, jedoch +ist diese offen in dem Sinn, dass auch eine Nutzung in anderen Kontexten möglich ist.

    + + + +
    + +
    +
    + +
    + +
    + +
    + + + +
    + + + + \ No newline at end of file diff --git a/IG/3.0.4/ImplementationGuide-markdown-ReleaseNotes.html b/IG/3.0.4/ImplementationGuide-markdown-ReleaseNotes.html new file mode 100644 index 00000000..176e5034 --- /dev/null +++ b/IG/3.0.4/ImplementationGuide-markdown-ReleaseNotes.html @@ -0,0 +1,289 @@ + + + + + + + + Implementierungsleitfaden ISiK-Modul Medikation + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + +
    + + + +
    + + +
    + +
    + +

    Release Notes

    +

    Im Rahmen der ISiK-Veröffentlichungen wird das Semantic Versioning verwendet.

    +

    Die erste Ziffer X bezeichnet ein Major-Release und regelt die Gültigkeit von Releases. Die dritte Ziffer Y (Release x.0.y) bezeichnet eine technische Korrektur und versioniert kleinere Änderungen (Packages) während eines Jahres, z. B. 1.0.1.

    +

    Version: 3.0.4

    +

    Datum: 20.11.2024

    + +
    +

    Version: 3.0.3

    +

    Datum: 03.07.2024

    + +
    +

    Version: 3.0.2

    +

    Datum: 8.5.2024

    +
      +
    • Update ISIK Basismodul Dependency to Wildcard
    • +
    +
    +

    Version: 3.0.1

    +

    Datum: 08.01.2024

    + +
    +

    Version: 3.0.0

    +

    Datum: 01.07.2023

    +
      +
    • Mit dem Release der Stufe 3.0.0 wird werden die unten gelisteten Änderungen normativ festgesetzt - im Wesentlichen ein Update auf die Dependency des ISiK Basismoduls 3.0.0.
    • +
    +
    +

    Version: 3.0.0-rc2

    +

    Datum: 30.05.2023

    +
      +
    • Update der Dependency auf das aktuelle ISiK Basismoduls (3.0.0-rc3)
    • +
    +
    +

    Version: 3.0.0-rc

    +

    Datum: 11.04.2023

    +
      +
    • Ausschließlich update der Dependency Packages für ISiK Basismodul und MII-Package
    • +
    +
    +

    Version: 2.0.2

    +

    Datum: 31.01.2023

    +
      +
    • Update Basismodul Dependency -> 2.0.4
    • +
    • weitere Änderungen an Implmentierungsleitfaden (informativ)
    • +
    +
    +

    Version: 2.0.1

    +

    Datum: 31.10.2022

    +
      +
    • Update Basismodul Dependency -> 2.0.2
    • +
    +
    +

    Version: 2.0.0

    +

    Datum: 30.06.2022

    +
      +
    • Initialer Release
    • +
    +
    +

    Version: 2.0.0-ballot

    +

    Datum: 08.04.2022

    +
      +
    • Initiale Ballotierungsversion für ISiK Stufe 2
    • +
    + + + +
    + +
    +
    + +
    + +
    + +
    + + + +
    + + + + \ No newline at end of file diff --git a/IG/3.0.4/ImplementationGuide-markdown-RestApi.html b/IG/3.0.4/ImplementationGuide-markdown-RestApi.html new file mode 100644 index 00000000..f1b9812f --- /dev/null +++ b/IG/3.0.4/ImplementationGuide-markdown-RestApi.html @@ -0,0 +1,235 @@ + + + + + + + + Implementierungsleitfaden ISiK-Modul Medikation + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + +
    + + + +
    + + +
    + +
    + +

    REST-API

    +

    Es gelten grundsätzlich die Allgemeinen Hinweise zur REST API aus dem Basismodul.

    +

    Abweichend hiervon bzw. ergänzend hierzu gilt:

    +
      +
    • Das Erstellen einer Ressource per HTTP POST (Create-Interaktion) MUSS unterstützt werden.

      +
    • +
    • Das Update einer Ressource per HTTP PUT (Update-Interaktion) MUSS unterstützt werden.

      +
    • +
    • Das Löschen einer Ressource per HTTP DELETE (Delete-Interaktion, vgl. FHIR RESTful API - Delete) KANN unterstützt werden, ist aber nicht Gegenstand weiterer Ausarbeitung dieses Implementierungsleitfadens. Als Alternative zur Delete-Interaktion kann das Setzen eines entsprechenden Ressourcen-Status (beispielsweise "entered-in-error") dienen.

      +
    • +
    +

    Transaktionen

    +

    FHIR-Transaktionen MÜSSEN unterstützt werden, vgl. FHIR RESTful API - Batch/Transaction. Es MÜSSEN die dort im Bereich "transaction" genannten Punkte unterstüzt werden. Eine reine Batch-Verarbeitung ist nicht ausreichend.

    +

    Für jede schreibende Gesamt-Interaktion (Create, Update sowie ggf. Delete), bei der mehr als eine Ressourcen-Instanz erzeugt, geändert oder gelöscht wird, MUSS ein FHIR Transaktions-Bundle, wie in diesem Leitfaden profiliert, verwendet werden.

    +

    Wird keine oder nur eine Ressourcen-Instanz modifiziert, kann ebenfalls eine Transaktion verwendet werden. Der Server MUSS auch solche Transaktionen verarbeiten. Die obigen Anforderungen bezüglich der Interaktionen außerhalb von Transaktionen bleiben unbeschadet.

    +

    Der Server MUSS als Antwort auf ein FHIR Transaktions-Bundle ein FHIR TransactionResponse-Bundle, wie in diesem Leitfaden profiliert und in der FHIR-Spezifikation beschrieben, senden.

    +

    Historie

    +

    Die Historisierung/Versionierung von FHIR Ressourcen-Instanzen (vgl. FHIR RESTful API - History) KANN unterstützt werden, ist aber nicht Gegenstand weiterer Ausarbeitung dieses Implementierungsleitfadens.

    + + + +
    + +
    +
    + +
    + +
    + +
    + + + +
    + + + + \ No newline at end of file diff --git a/IG/3.0.4/ImplementationGuide-markdown-Terminologie.html b/IG/3.0.4/ImplementationGuide-markdown-Terminologie.html new file mode 100644 index 00000000..71d020c0 --- /dev/null +++ b/IG/3.0.4/ImplementationGuide-markdown-Terminologie.html @@ -0,0 +1,228 @@ + + + + + + + + Implementierungsleitfaden ISiK-Modul Medikation + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + +
    + + + +
    + + +
    + +
    + +

    Terminologie

    +

    Hinweis zu verwendeten Terminologien

    +

    In diesem Implementierungsleitfaden werden die zum Veröffentlichungszeitpunkt in Deutschland gebräuchlichen Terminologien verwendet.

    +

    Es sei ausdrücklich darauf hingewiesen, dass im Rahmen der weiteren Entwicklung, speziell auch im Zuge der europäischen Harmonisierung, zukünftig weitere Codiersysteme Berücksichtigung finden können.

    +

    Spezifische ValueSets

    +

    Das folgende ValueSet wird im Rahmen dieses ISiK-Moduls definiert und verwendet:

    +

    ValueSet 'SctRouteOfAdministration'

    Version3.0.4
    Published bygematik GmbH
    StatusActive (since 2024-11-20)
    ExperimentalFalse

    Enthaelt alle SNOMED CT Administrationsarten

    +

    +

    This value set includes codes from the following code systems:

    • Include codes from SNOMED_CT where concept IsA 284009009

    + + + +
    + +
    +
    + +
    + +
    + +
    + + + +
    + + + + \ No newline at end of file diff --git a/IG/3.0.4/ImplementationGuide-markdown-UebergreifendeFestlegungen.html b/IG/3.0.4/ImplementationGuide-markdown-UebergreifendeFestlegungen.html new file mode 100644 index 00000000..bca696f1 --- /dev/null +++ b/IG/3.0.4/ImplementationGuide-markdown-UebergreifendeFestlegungen.html @@ -0,0 +1,217 @@ + + + + + + + + Implementierungsleitfaden ISiK-Modul Medikation + + + + + + + + + + + + + + + + + + + +
    + + + + + +
    + + + + \ No newline at end of file diff --git a/IG/3.0.4/artifacts/ImplementationGuide/ImplementierungsleitfadenIsiK_Medikation.json b/IG/3.0.4/artifacts/ImplementationGuide/ImplementierungsleitfadenIsiK_Medikation.json new file mode 100644 index 00000000..34f57aaa --- /dev/null +++ b/IG/3.0.4/artifacts/ImplementationGuide/ImplementierungsleitfadenIsiK_Medikation.json @@ -0,0 +1,115 @@ +{ + "resourceType": "ImplementationGuide", + "url": "https://gematik.de/fhir/ISiK/v3/Medikation/ImplementationGuide/ISiK-Medikation", + "name": "Implementierungsleitfaden ISiK-Modul Medikation", + "status": "active", + "fhirVersion": [ + "4.0.1" + ], + "packageId": "de.gematik.isik-medikation-stufe-3", + "definition": { + "resource": [ + { + "reference": { + "reference": "Patient/test" + } + } + ], + "page": { + "nameUrl": "ImplementationGuide/markdown/Einfuehrung.md", + "title": "Einführung", + "generation": "markdown", + "page": [ + { + "nameUrl": "ImplementationGuide/markdown/ReleaseNotes.md", + "title": "Release Notes", + "generation": "markdown" + }, + { + "nameUrl": "ImplementationGuide/markdown/Motivation.md", + "title": "Motivation", + "generation": "markdown" + }, + { + "nameUrl": "ImplementationGuide/markdown/UebergreifendeFestlegungen.md", + "title": "Übergreifende Festlegungen", + "generation": "markdown", + "page": [ + { + "nameUrl": "ImplementationGuide/markdown/BestaetigungsrelevanteSysteme.md", + "title": "Bestätigungsrelevante Systeme", + "generation": "markdown" + }, + { + "nameUrl": "ImplementationGuide/markdown/Kompatibilitaet.md", + "title": "Kompatibilität", + "generation": "markdown" + }, + { + "nameUrl": "ImplementationGuide/markdown/RestApi.md", + "title": "REST-API", + "generation": "markdown" + }, + { + "nameUrl": "ImplementationGuide/markdown/AkteureUndInteraktionen.md", + "title": "Akteure und Interaktionen", + "generation": "markdown" + } + ] + }, + { + "generation": "markdown", + "nameUrl": "ImplementationGuide/markdown/Datenobjekte.md", + "title": "Datenobjekte", + "page": [ + { + "nameUrl": "ImplementationGuide/markdown/CapabilityStatement.md", + "title": "CapabilityStatement", + "generation": "markdown" + }, + { + "nameUrl": "ImplementationGuide/markdown/Datenobjekte_MedikationsInformation.md", + "title": "MedikationsInformation", + "generation": "markdown" + }, + { + "nameUrl": "ImplementationGuide/markdown/Datenobjekte_MedikationsListe.md", + "title": "MedikationsListe", + "generation": "markdown" + }, + { + "nameUrl": "ImplementationGuide/markdown/Datenobjekte_MedikationsVerordnung.md", + "title": "MedikationsVerordnung", + "generation": "markdown" + }, + { + "nameUrl": "ImplementationGuide/markdown/Datenobjekte_MedikationsVerabreichung.md", + "title": "MedikationsVerabreichung", + "generation": "markdown" + }, + { + "nameUrl": "ImplementationGuide/markdown/Datenobjekte_Medikament.md", + "title": "Medikament", + "generation": "markdown" + }, + { + "nameUrl": "ImplementationGuide/markdown/Datenobjekte_Bundle_MedikationTransaction.md", + "title": "Bundle MedikationTransaction", + "generation": "markdown" + }, + { + "nameUrl": "ImplementationGuide/markdown/Datenobjekte_Bundle_MedikationTransactionResponse.md", + "title": "Bundle MedikationTransactionResponse", + "generation": "markdown" + } + ] + }, + { + "generation": "markdown", + "nameUrl": "ImplementationGuide/markdown/Terminologie.md", + "title": "Terminologie" + } + ] + } + } +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/Bundle-ExampleISiKMedikationTransaction.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/Bundle-ExampleISiKMedikationTransaction.json new file mode 100644 index 00000000..b80a173f --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/Bundle-ExampleISiKMedikationTransaction.json @@ -0,0 +1,96 @@ +{ + "resourceType": "Bundle", + "id": "ExampleISiKMedikationTransaction", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransaction" + ] + }, + "type": "transaction", + "entry": [ + { + "fullUrl": "http://my.source.server.local/fhir/MedicationStatement/ExampleISiKMedikationsInformation1", + "resource": { + "resourceType": "MedicationStatement", + "id": "ExampleISiKMedikationsInformation1", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsInformation" + ] + }, + "dosage": [ + { + "doseAndRate": [ + { + "doseQuantity": { + "system": "http://unitsofmeasure.org", + "value": 1, + "unit": "Brausetablette", + "code": "1" + } + } + ], + "timing": { + "repeat": { + "when": [ + "MORN", + "NOON", + "EVE" + ] + } + } + } + ], + "status": "active", + "medicationReference": { + "reference": "Medication/ExampleISiKMedikament1" + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "context": { + "reference": "Encounter/Versorgungsstellenkontakt" + }, + "effectivePeriod": { + "start": "2021-07-01" + }, + "dateAsserted": "2021-07-01", + "reasonReference": [ + { + "reference": "Condition/BehandlungsDiagnoseFreitext" + } + ] + }, + "request": { + "method": "POST", + "url": "http://my.target.fhir.server.local/MedicationStatement" + } + }, + { + "fullUrl": "http://my.source.server.local/fhir/Medication/ExampleISiKMedikament1", + "resource": { + "resourceType": "Medication", + "id": "ExampleISiKMedikament1", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikament" + ] + }, + "code": { + "coding": [ + { + "system": "http://fhir.de/CodeSystem/bfarm/atc", + "code": "V03AB23", + "display": "Acetylcystein" + } + ] + }, + "status": "active" + }, + "request": { + "method": "POST", + "url": "http://my.target.fhir.server.local/Medication" + } + } + ] +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/Bundle-ExampleISiKMedikationTransactionResponse.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/Bundle-ExampleISiKMedikationTransactionResponse.json new file mode 100644 index 00000000..cb1e8017 --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/Bundle-ExampleISiKMedikationTransactionResponse.json @@ -0,0 +1,96 @@ +{ + "resourceType": "Bundle", + "id": "ExampleISiKMedikationTransactionResponse", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransactionResponse" + ] + }, + "type": "transaction-response", + "entry": [ + { + "fullUrl": "http://my.target.fhir.server.local/MedicationStatement/ExampleISiKMedikationsInformation1", + "resource": { + "resourceType": "MedicationStatement", + "id": "ExampleISiKMedikationsInformation1", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsInformation" + ] + }, + "dosage": [ + { + "doseAndRate": [ + { + "doseQuantity": { + "system": "http://unitsofmeasure.org", + "value": 1, + "unit": "Brausetablette", + "code": "1" + } + } + ], + "timing": { + "repeat": { + "when": [ + "MORN", + "NOON", + "EVE" + ] + } + } + } + ], + "status": "active", + "medicationReference": { + "reference": "Medication/ExampleISiKMedikament1" + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "context": { + "reference": "Encounter/Versorgungsstellenkontakt" + }, + "effectivePeriod": { + "start": "2021-07-01" + }, + "dateAsserted": "2021-07-01", + "reasonReference": [ + { + "reference": "Condition/BehandlungsDiagnoseFreitext" + } + ] + }, + "response": { + "status": "201", + "location": "http://my.fhir.server.local/MedicationStatement/ExampleISiKMedikationsInformation1" + } + }, + { + "fullUrl": "http://my.target.fhir.server.local/Medication/ExampleISiKMedikament1", + "resource": { + "resourceType": "Medication", + "id": "ExampleISiKMedikament1", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikament" + ] + }, + "code": { + "coding": [ + { + "system": "http://fhir.de/CodeSystem/bfarm/atc", + "code": "V03AB23", + "display": "Acetylcystein" + } + ] + }, + "status": "active" + }, + "response": { + "status": "201", + "location": "http://my.fhir.server.local/Medication/ExampleISiKMedikament1" + } + } + ] +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationInformation.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationInformation.json new file mode 100644 index 00000000..c902ab77 --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationInformation.json @@ -0,0 +1,1069 @@ +{ + "resourceType": "CapabilityStatement", + "id": "ISiKCapabilityStatementMedikationInformation", + "url": "https://gematik.de/fhir/isik/v3/Medikation/CapabilityStatement/medikation-server/information", + "status": "active", + "experimental": false, + "version": "3.0.4", + "publisher": "gematik GmbH", + "date": "2024-11-20", + "implementationGuide": [ + "https://gematik.de/fhir/isik/v3/Medikation/ImplementationGuide|3.0.4" + ], + "name": "ISiKCapabilityStatementMedikationInformation", + "title": "ISiK CapabilityStatement Medikation Server - Medikationsinformation", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "https://www.gematik.de" + } + ] + } + ], + "description": "Das vorliegende CapabilityStatement beschreibt alle verpflichtenden Interaktionen die ein ISiK-konformes System unterstützen muss um das Bestätigungsverfahren des Moduls 'Medikation', Bereich 'Medikationsinformation' zu bestehen.", + "jurisdiction": [ + { + "coding": [ + { + "code": "DE", + "system": "urn:iso:std:iso:3166", + "display": "Germany" + } + ] + } + ], + "kind": "requirements", + "fhirVersion": "4.0.1", + "format": [ + "application/fhir+xml", + "application/fhir+json" + ], + "instantiates": [ + "https://gematik.de/fhir/isik/v3/Medikation/CapabilityStatement/medikation-server/information" + ], + "rest": [ + { + "mode": "server", + "resource": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "MedicationStatement", + "supportedProfile": [ + "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsInformation" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "create" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "update" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchInclude": [ + "MedicationStatement:medication", + "MedicationStatement:patient", + "MedicationStatement:context" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "code", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "context", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationStatement-context", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "effective", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationStatement-effective", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "medication", + "definition": "http://hl7.org/fhir/SearchParameter/medications-medication", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "part-of", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationStatement-part-of", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/medications-status", + "type": "token" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "List", + "supportedProfile": [ + "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsListe" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "create" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "update" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchInclude": [ + "List:patient", + "List:encounter", + "List:item" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "code", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "date", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "encounter", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-encounter", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "item", + "definition": "http://hl7.org/fhir/SearchParameter/List-item", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/List-status", + "type": "token" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Medication", + "supportedProfile": [ + "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikament" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "create" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "update" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchInclude": [ + "Medication:ingredient" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "code", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "form", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-form", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "ingredient", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-ingredient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "ingredient-code", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-ingredient-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-status", + "type": "token" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Patient", + "supportedProfile": [ + "https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKPatient" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "family", + "definition": "http://hl7.org/fhir/SearchParameter/individual-family", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "given", + "definition": "http://hl7.org/fhir/SearchParameter/individual-given", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "birthdate", + "definition": "http://hl7.org/fhir/SearchParameter/individual-birthdate", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "gender", + "definition": "http://hl7.org/fhir/SearchParameter/individual-gender", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "name", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-name", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-city", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-city", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-country", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-country", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-postalcode", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-postalcode", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "active", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-active", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "telecom", + "definition": "http://hl7.org/fhir/SearchParameter/individual-telecom", + "type": "token" + } + ], + "searchRevInclude": [ + "Encounter:patient", + "Encounter:subject" + ], + "_searchRevInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Encounter", + "supportedProfile": [ + "https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKKontaktGesundheitseinrichtung" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-status", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "class", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-class", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "type", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-type", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "subject", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-subject", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "account", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-account", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "date", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "location", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-location", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "service-provider", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-service-provider", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + } + ], + "searchInclude": [ + "Encounter:patient", + "Encounter:subject", + "Encounter:part-of" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchRevInclude": [ + "Encounter:part-of" + ], + "_searchRevInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Practitioner", + "supportedProfile": [ + "https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKPersonImGesundheitsberuf" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/Practitioner-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "family", + "definition": "http://hl7.org/fhir/SearchParameter/individual-family", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "given", + "definition": "http://hl7.org/fhir/SearchParameter/individual-given", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "gender", + "definition": "http://hl7.org/fhir/SearchParameter/individual-gender", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "name", + "definition": "http://hl7.org/fhir/SearchParameter/Practitioner-name", + "type": "string" + } + ] + } + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "transaction", + "documentation": "Transaktions-Bundle gemäß Profil https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransaction - Transaktions-Antwort-Bundle gemäß Profil https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransactionResponse" + } + ] + } + ] +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationVerabreichung.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationVerabreichung.json new file mode 100644 index 00000000..1c2c4941 --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationVerabreichung.json @@ -0,0 +1,918 @@ +{ + "resourceType": "CapabilityStatement", + "id": "ISiKCapabilityStatementMedikationVerabreichung", + "url": "https://gematik.de/fhir/isik/v3/Medikation/CapabilityStatement/medikation-server/verabreichung", + "status": "active", + "experimental": false, + "version": "3.0.4", + "publisher": "gematik GmbH", + "date": "2024-11-20", + "implementationGuide": [ + "https://gematik.de/fhir/isik/v3/Medikation/ImplementationGuide|3.0.4" + ], + "name": "ISiKCapabilityStatementMedikationVerabreichung", + "title": "ISiK CapabilityStatement Medikation Server - Medikationsverabreichung", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "https://www.gematik.de" + } + ] + } + ], + "description": "Das vorliegende CapabilityStatement beschreibt alle verpflichtenden Interaktionen die ein ISiK-konformes System unterstützen muss um das Bestätigungsverfahren des Moduls 'Medikation', Bereich 'Medikationsverabreichung' zu bestehen.", + "jurisdiction": [ + { + "coding": [ + { + "code": "DE", + "system": "urn:iso:std:iso:3166", + "display": "Germany" + } + ] + } + ], + "kind": "requirements", + "fhirVersion": "4.0.1", + "format": [ + "application/fhir+xml", + "application/fhir+json" + ], + "instantiates": [ + "https://gematik.de/fhir/isik/v3/Medikation/CapabilityStatement/medikation-server/verabreichung" + ], + "rest": [ + { + "mode": "server", + "resource": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "MedicationAdministration", + "supportedProfile": [ + "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsVerabreichung" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "create" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "update" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchInclude": [ + "MedicationAdministration:medication", + "MedicationAdministration:patient", + "MedicationAdministration:context", + "MedicationAdministration:performer" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "code", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "context", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-context", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "effective-time", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-effective-time", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "medication", + "definition": "http://hl7.org/fhir/SearchParameter/medications-medication", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "performer", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-performer", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/medications-status", + "type": "token" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Medication", + "supportedProfile": [ + "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikament" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "create" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "update" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchInclude": [ + "Medication:ingredient" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "code", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "form", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-form", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "ingredient", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-ingredient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "ingredient-code", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-ingredient-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-status", + "type": "token" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Patient", + "supportedProfile": [ + "https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKPatient" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "family", + "definition": "http://hl7.org/fhir/SearchParameter/individual-family", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "given", + "definition": "http://hl7.org/fhir/SearchParameter/individual-given", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "birthdate", + "definition": "http://hl7.org/fhir/SearchParameter/individual-birthdate", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "gender", + "definition": "http://hl7.org/fhir/SearchParameter/individual-gender", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "name", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-name", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-city", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-city", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-country", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-country", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-postalcode", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-postalcode", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "active", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-active", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "telecom", + "definition": "http://hl7.org/fhir/SearchParameter/individual-telecom", + "type": "token" + } + ], + "searchRevInclude": [ + "Encounter:patient", + "Encounter:subject" + ], + "_searchRevInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Encounter", + "supportedProfile": [ + "https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKKontaktGesundheitseinrichtung" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-status", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "class", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-class", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "type", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-type", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "subject", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-subject", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "account", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-account", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "date", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "location", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-location", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "service-provider", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-service-provider", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + } + ], + "searchInclude": [ + "Encounter:patient", + "Encounter:subject", + "Encounter:part-of" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchRevInclude": [ + "Encounter:part-of" + ], + "_searchRevInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Practitioner", + "supportedProfile": [ + "https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKPersonImGesundheitsberuf" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/Practitioner-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "family", + "definition": "http://hl7.org/fhir/SearchParameter/individual-family", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "given", + "definition": "http://hl7.org/fhir/SearchParameter/individual-given", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "gender", + "definition": "http://hl7.org/fhir/SearchParameter/individual-gender", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "name", + "definition": "http://hl7.org/fhir/SearchParameter/Practitioner-name", + "type": "string" + } + ] + } + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "transaction", + "documentation": "Transaktions-Bundle gemäß Profil https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransaction - Transaktions-Antwort-Bundle gemäß Profil https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransactionResponse" + } + ] + } + ] +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationVerordnung.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationVerordnung.json new file mode 100644 index 00000000..f8df3f63 --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/CapabilityStatement-ISiKCapabilityStatementMedikationVerordnung.json @@ -0,0 +1,940 @@ +{ + "resourceType": "CapabilityStatement", + "id": "ISiKCapabilityStatementMedikationVerordnung", + "url": "https://gematik.de/fhir/isik/v3/Medikation/CapabilityStatement/medikation-server/verordnung", + "status": "active", + "experimental": false, + "version": "3.0.4", + "publisher": "gematik GmbH", + "date": "2024-11-20", + "implementationGuide": [ + "https://gematik.de/fhir/isik/v3/Medikation/ImplementationGuide|3.0.4" + ], + "name": "ISiKCapabilityStatementMedikationVerordnung", + "title": "ISiK CapabilityStatement Medikation Server - Medikationsverordnung", + "contact": [ + { + "telecom": [ + { + "system": "url", + "value": "https://www.gematik.de" + } + ] + } + ], + "description": "Das vorliegende CapabilityStatement beschreibt alle verpflichtenden Interaktionen die ein ISiK-konformes System unterstützen muss um das Bestätigungsverfahren des Moduls 'Medikation', Bereich 'Medikationsverordnung' zu bestehen.", + "jurisdiction": [ + { + "coding": [ + { + "code": "DE", + "system": "urn:iso:std:iso:3166", + "display": "Germany" + } + ] + } + ], + "kind": "requirements", + "fhirVersion": "4.0.1", + "format": [ + "application/fhir+xml", + "application/fhir+json" + ], + "instantiates": [ + "https://gematik.de/fhir/isik/v3/Medikation/CapabilityStatement/medikation-server/verordnung" + ], + "rest": [ + { + "mode": "server", + "resource": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "MedicationRequest", + "supportedProfile": [ + "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsVerordnung" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "create" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "update" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchInclude": [ + "MedicationRequest:medication", + "MedicationRequest:patient", + "MedicationRequest:encounter", + "MedicationRequest:requester" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "authoredon", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-authoredon", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "code", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "date", + "definition": "http://hl7.org/fhir/SearchParameter/medications-date", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "encounter", + "definition": "http://hl7.org/fhir/SearchParameter/medications-encounter", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "intent", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intent", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "medication", + "definition": "http://hl7.org/fhir/SearchParameter/medications-medication", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "requester", + "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-requester", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/medications-status", + "type": "token" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Medication", + "supportedProfile": [ + "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikament" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "create" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "update" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchInclude": [ + "Medication:ingredient" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "code", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "form", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-form", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "ingredient", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-ingredient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "ingredient-code", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-ingredient-code", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/Medication-status", + "type": "token" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Patient", + "supportedProfile": [ + "https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKPatient" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "family", + "definition": "http://hl7.org/fhir/SearchParameter/individual-family", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "given", + "definition": "http://hl7.org/fhir/SearchParameter/individual-given", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "birthdate", + "definition": "http://hl7.org/fhir/SearchParameter/individual-birthdate", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "gender", + "definition": "http://hl7.org/fhir/SearchParameter/individual-gender", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "name", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-name", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-city", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-city", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-country", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-country", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address-postalcode", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address-postalcode", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "active", + "definition": "http://hl7.org/fhir/SearchParameter/Patient-active", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "telecom", + "definition": "http://hl7.org/fhir/SearchParameter/individual-telecom", + "type": "token" + } + ], + "searchRevInclude": [ + "Encounter:patient", + "Encounter:subject" + ], + "_searchRevInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Encounter", + "supportedProfile": [ + "https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKKontaktGesundheitseinrichtung" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "status", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-status", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "class", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-class", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "type", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-type", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "patient", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "subject", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-subject", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "account", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-account", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "date", + "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", + "type": "date" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "location", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-location", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "service-provider", + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-service-provider", + "type": "reference" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + } + ], + "searchInclude": [ + "Encounter:patient", + "Encounter:subject", + "Encounter:part-of" + ], + "_searchInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ], + "searchRevInclude": [ + "Encounter:part-of" + ], + "_searchRevInclude": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ] + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "type": "Practitioner", + "supportedProfile": [ + "https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKPersonImGesundheitsberuf" + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "read" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "search-type" + } + ], + "searchParam": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "_id", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-id", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "identifier", + "definition": "http://hl7.org/fhir/SearchParameter/Practitioner-identifier", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "family", + "definition": "http://hl7.org/fhir/SearchParameter/individual-family", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "name": "given", + "definition": "http://hl7.org/fhir/SearchParameter/individual-given", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "address", + "definition": "http://hl7.org/fhir/SearchParameter/individual-address", + "type": "string" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "gender", + "definition": "http://hl7.org/fhir/SearchParameter/individual-gender", + "type": "token" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "_profile", + "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "type": "uri" + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "MAY" + } + ], + "name": "name", + "definition": "http://hl7.org/fhir/SearchParameter/Practitioner-name", + "type": "string" + } + ] + } + ], + "interaction": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "valueCode": "SHALL" + } + ], + "code": "transaction", + "documentation": "Transaktions-Bundle gemäß Profil https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransaction - Transaktions-Antwort-Bundle gemäß Profil https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransactionResponse" + } + ] + } + ] +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/Encounter-Versorgungsstellenkontakt.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/Encounter-Versorgungsstellenkontakt.json new file mode 100644 index 00000000..b834e915 --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/Encounter-Versorgungsstellenkontakt.json @@ -0,0 +1,157 @@ +{ + "resourceType": "Encounter", + "id": "Versorgungsstellenkontakt", + "extension": [ + { + "url": "http://fhir.de/StructureDefinition/Aufnahmegrund", + "extension": [ + { + "url": "ErsteUndZweiteStelle", + "valueCoding": { + "code": "01", + "system": "http://fhir.de/CodeSystem/dkgev/AufnahmegrundErsteUndZweiteStelle", + "display": "Krankenhausbehandlung, vollstationär" + } + }, + { + "url": "DritteStelle", + "valueCoding": { + "code": "0", + "system": "http://fhir.de/CodeSystem/dkgev/AufnahmegrundDritteStelle", + "display": "Anderes" + } + }, + { + "url": "VierteStelle", + "valueCoding": { + "code": "1", + "system": "http://fhir.de/CodeSystem/dkgev/AufnahmegrundVierteStelle", + "display": "Normalfall" + } + } + ] + } + ], + "identifier": [ + { + "type": { + "coding": [ + { + "code": "VN", + "system": "http://terminology.hl7.org/CodeSystem/v2-0203" + } + ] + }, + "system": "https://test.krankenhaus.de/fhir/sid/fallnr", + "value": "0123456789" + } + ], + "status": "finished", + "class": { + "code": "IMP", + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + }, + "type": [ + { + "coding": [ + { + "code": "operation", + "system": "http://fhir.de/CodeSystem/kontaktart-de" + } + ] + }, + { + "coding": [ + { + "code": "versorgungsstellenkontakt", + "system": "http://fhir.de/CodeSystem/Kontaktebene" + } + ] + } + ], + "serviceType": { + "coding": [ + { + "code": "0100", + "system": "http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel" + } + ] + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "period": { + "start": "2021-02-12", + "end": "2021-02-13" + }, + "account": [ + { + "reference": "AbrechnungsfallAmbulant" + } + ], + "hospitalization": { + "admitSource": { + "coding": [ + { + "code": "E", + "system": "http://fhir.de/CodeSystem/dgkev/Aufnahmeanlass" + } + ] + }, + "dischargeDisposition": { + "extension": [ + { + "url": "http://fhir.de/StructureDefinition/Entlassungsgrund", + "extension": [ + { + "url": "ErsteUndZweiteStelle", + "valueCoding": { + "code": "01", + "system": "http://fhir.de/CodeSystem/dkgev/EntlassungsgrundErsteUndZweiteStelle", + "display": "Behandlung regulär beendet" + } + }, + { + "url": "DritteStelle", + "valueCoding": { + "code": "1", + "system": "http://fhir.de/CodeSystem/dkgev/EntlassungsgrundDritteStelle", + "display": "arbeitsfähig entlassen" + } + } + ] + } + ] + } + }, + "location": [ + { + "physicalType": { + "coding": [ + { + "code": "bd", + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type", + "display": "Bed" + } + ] + }, + "location": { + "identifier": { + "system": "https://test.krankenhaus.de/fhir/sid/locationid", + "value": "123" + }, + "display": "Bett 123" + } + } + ], + "serviceProvider": { + "identifier": { + "system": "https://test.krankenhaus.de/fhir/sid/fachabteilungsid", + "value": "XYZ" + }, + "display": "Fachabteilung XYZ" + }, + "partOf": { + "reference": "Einrichtungskontakt" + } +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/List-ExampleISiKMedikationsListe.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/List-ExampleISiKMedikationsListe.json new file mode 100644 index 00000000..74a5336b --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/List-ExampleISiKMedikationsListe.json @@ -0,0 +1,40 @@ +{ + "resourceType": "List", + "id": "ExampleISiKMedikationsListe", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsListe" + ] + }, + "code": { + "coding": [ + { + "system": "http://terminology.hl7.org/CodeSystem/list-example-use-codes", + "code": "medications" + } + ] + }, + "status": "current", + "mode": "working", + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "encounter": { + "reference": "Encounter/Versorgungsstellenkontakt" + }, + "date": "2021-07-04", + "entry": [ + { + "date": "2021-07-01", + "item": { + "reference": "MedicationStatement/ExampleISiKMedikationsInformation1" + } + }, + { + "date": "2021-07-04", + "item": { + "reference": "MedicationStatement/ExampleISiKMedikationsInformation2" + } + } + ] +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament1.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament1.json new file mode 100644 index 00000000..7acc2fa2 --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament1.json @@ -0,0 +1,19 @@ +{ + "resourceType": "Medication", + "id": "ExampleISiKMedikament1", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikament" + ] + }, + "code": { + "coding": [ + { + "system": "http://fhir.de/CodeSystem/bfarm/atc", + "code": "V03AB23", + "display": "Acetylcystein" + } + ] + }, + "status": "active" +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament2.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament2.json new file mode 100644 index 00000000..89f97793 --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/Medication-ExampleISiKMedikament2.json @@ -0,0 +1,65 @@ +{ + "resourceType": "Medication", + "id": "ExampleISiKMedikament2", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikament" + ] + }, + "ingredient": [ + { + "strength": { + "numerator": { + "system": "http://unitsofmeasure.org", + "value": 85, + "unit": "mg", + "code": "mg" + }, + "denominator": { + "system": "http://unitsofmeasure.org", + "value": 250, + "unit": "Milliliter", + "code": "mL" + } + }, + "extension": [ + { + "url": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/wirkstofftyp", + "valueCoding": { + "system": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/CodeSystem/wirkstofftyp", + "code": "IN" + } + } + ], + "itemCodeableConcept": { + "coding": [ + { + "system": "http://fhir.de/CodeSystem/bfarm/atc", + "code": "L01DB01", + "display": "Doxorubicin" + } + ] + }, + "isActive": true + }, + { + "itemReference": { + "reference": "Medication/7f27cb8d-940b-43fd-ab8b-fee5b7a9b060" + }, + "isActive": true + } + ], + "code": { + "text": "Infusion bestehend aus 85mg Doxorubicin aufgeloest zur Verabreichung in 250ml 5-%iger (50 mg/ml) Glucose-Infusionsloesung" + }, + "status": "active", + "form": { + "coding": [ + { + "system": "http://standardterms.edqm.eu", + "code": "11210000", + "display": "Solution for infusion" + } + ] + } +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/MedicationAdministration-ExampleISiKMedikationsVerabreichung.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/MedicationAdministration-ExampleISiKMedikationsVerabreichung.json new file mode 100644 index 00000000..464dc4ef --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/MedicationAdministration-ExampleISiKMedikationsVerabreichung.json @@ -0,0 +1,28 @@ +{ + "resourceType": "MedicationAdministration", + "id": "ExampleISiKMedikationsVerabreichung", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsVerabreichung" + ] + }, + "dosage": { + "dose": { + "system": "http://unitsofmeasure.org", + "value": 1, + "unit": "Brausetablette", + "code": "1" + } + }, + "status": "completed", + "medicationReference": { + "reference": "Medication/ExampleISiKMedikament1" + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "context": { + "reference": "Encounter/Versorgungsstellenkontakt" + }, + "effectiveDateTime": "2021-07-01" +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/MedicationRequest-ExampleISiKMedikationsVerordnung.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/MedicationRequest-ExampleISiKMedikationsVerordnung.json new file mode 100644 index 00000000..1a2aad18 --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/MedicationRequest-ExampleISiKMedikationsVerordnung.json @@ -0,0 +1,52 @@ +{ + "resourceType": "MedicationRequest", + "id": "ExampleISiKMedikationsVerordnung", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsVerordnung" + ] + }, + "dosageInstruction": [ + { + "doseAndRate": [ + { + "doseQuantity": { + "system": "http://unitsofmeasure.org", + "value": 1, + "unit": "Brausetablette", + "code": "1" + } + } + ], + "timing": { + "repeat": { + "when": [ + "MORN", + "NOON", + "EVE" + ] + } + } + } + ], + "status": "active", + "intent": "order", + "medicationReference": { + "reference": "Medication/ExampleISiKMedikament1" + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "encounter": { + "reference": "Encounter/Versorgungsstellenkontakt" + }, + "authoredOn": "2021-07-01", + "requester": { + "reference": "Practitioner/PractitionerWalterArzt" + }, + "reasonReference": [ + { + "reference": "Condition/BehandlungsDiagnoseFreitext" + } + ] +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation1.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation1.json new file mode 100644 index 00000000..c1d9d293 --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation1.json @@ -0,0 +1,51 @@ +{ + "resourceType": "MedicationStatement", + "id": "ExampleISiKMedikationsInformation1", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsInformation" + ] + }, + "dosage": [ + { + "doseAndRate": [ + { + "doseQuantity": { + "system": "http://unitsofmeasure.org", + "value": 1, + "unit": "Brausetablette", + "code": "1" + } + } + ], + "timing": { + "repeat": { + "when": [ + "MORN", + "NOON", + "EVE" + ] + } + } + } + ], + "status": "active", + "medicationReference": { + "reference": "Medication/ExampleISiKMedikament1" + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "context": { + "reference": "Encounter/Versorgungsstellenkontakt" + }, + "effectivePeriod": { + "start": "2021-07-01" + }, + "dateAsserted": "2021-07-01", + "reasonReference": [ + { + "reference": "Condition/BehandlungsDiagnoseFreitext" + } + ] +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation2.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation2.json new file mode 100644 index 00000000..09211418 --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/MedicationStatement-ExampleISiKMedikationsInformation2.json @@ -0,0 +1,45 @@ +{ + "resourceType": "MedicationStatement", + "id": "ExampleISiKMedikationsInformation2", + "meta": { + "profile": [ + "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsInformation" + ] + }, + "dosage": [ + { + "doseAndRate": [ + { + "doseQuantity": { + "system": "http://unitsofmeasure.org", + "value": 100, + "unit": "mg", + "code": "mg" + } + } + ], + "timing": { + "repeat": { + "count": 6, + "frequency": 1, + "period": 3, + "periodUnit": "wk" + } + } + } + ], + "status": "active", + "medicationReference": { + "reference": "Medication/ExampleISiKMedikament2" + }, + "subject": { + "reference": "Patient/PatientinMusterfrau" + }, + "context": { + "reference": "Encounter/Versorgungsstellenkontakt" + }, + "effectivePeriod": { + "start": "2021-07-04" + }, + "dateAsserted": "2021-07-03" +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/Patient-PatientinMusterfrau.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/Patient-PatientinMusterfrau.json new file mode 100644 index 00000000..1ccc0642 --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/Patient-PatientinMusterfrau.json @@ -0,0 +1,151 @@ +{ + "resourceType": "Patient", + "id": "PatientinMusterfrau", + "identifier": [ + { + "type": { + "coding": [ + { + "code": "GKV", + "system": "http://fhir.de/CodeSystem/identifier-type-de-basis" + } + ] + }, + "system": "http://fhir.de/sid/gkv/kvid-10", + "value": "A123456789" + }, + { + "type": { + "coding": [ + { + "code": "MR", + "system": "http://terminology.hl7.org/CodeSystem/v2-0203" + } + ] + }, + "system": "https://fhir.krankenhaus.example/NamingSystem/PID", + "value": "TestPID" + }, + { + "use": "secondary", + "type": { + "coding": [ + { + "code": "PKV", + "system": "http://fhir.de/CodeSystem/identifier-type-de-basis" + } + ] + }, + "value": "1234567890", + "assigner": { + "display": "Test PKV AG" + } + } + ], + "active": true, + "name": [ + { + "use": "official", + "family": "Fürstin von Musterfrau", + "_family": { + "extension": [ + { + "url": "http://fhir.de/StructureDefinition/humanname-namenszusatz", + "valueString": "Graf" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Musterfrau" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "valueString": "von" + } + ] + }, + "given": [ + "Erika" + ], + "prefix": [ + "Dr." + ], + "_prefix": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier", + "valueCode": "AC" + } + ] + } + ] + }, + { + "use": "maiden", + "family": "Gabler", + "_family": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "valueString": "Gabler" + } + ] + } + } + ], + "gender": "female", + "birthDate": "1964-08-12", + "address": [ + { + "type": "both", + "line": [ + "Musterweg 2", + "3. Etage" + ], + "_line": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName", + "valueString": "Musterweg" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber", + "valueString": "2" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator", + "valueString": "3. Etage" + } + ] + } + ], + "city": "Musterhausen", + "postalCode": "98764", + "country": "DE" + }, + { + "type": "postal", + "line": [ + "Postfach 8 15" + ], + "_line": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox", + "valueString": "Postfach 8 15" + } + ] + } + ], + "city": "Musterhausen", + "postalCode": "98764", + "country": "DE" + } + ] +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikament.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikament.json new file mode 100644 index 00000000..d3093ffa --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikament.json @@ -0,0 +1,583 @@ +{ + "resourceType": "StructureDefinition", + "id": "ISiKMedikament", + "url": "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikament", + "version": "3.0.4", + "name": "ISiKMedikament", + "status": "active", + "experimental": false, + "date": "2024-11-20", + "publisher": "gematik GmbH", + "description": "Dieses Profil ermöglicht die Abbildung von patientenunabhängigen Informationen zu Medikamenten in ISiK Szenarien.", + "fhirVersion": "4.0.1", + "kind": "resource", + "abstract": false, + "type": "Medication", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Medication", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "Medication", + "path": "Medication", + "constraint": [ + { + "key": "isik-med-1", + "severity": "error", + "human": "Medikamenten-Code, -Bezeichnung oder Inhaltsstoffe müssen angegeben werden.", + "expression": "code.exists() or ingredient.exists()", + "source": "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikament" + } + ] + }, + { + "id": "Medication.code", + "path": "Medication.code", + "short": "Medikament in codierter Form oder ggf. als Freitext", + "mustSupport": true + }, + { + "id": "Medication.code.coding", + "path": "Medication.code.coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "Medication.code.coding:PZN", + "path": "Medication.code.coding", + "sliceName": "PZN", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://fhir.de/CodeSystem/ifa/pzn" + }, + "mustSupport": true + }, + { + "id": "Medication.code.coding:PZN.system", + "path": "Medication.code.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.code.coding:PZN.code", + "path": "Medication.code.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.code.coding:PZN.display", + "path": "Medication.code.coding.display", + "mustSupport": true + }, + { + "id": "Medication.code.coding:ATC-DE", + "path": "Medication.code.coding", + "sliceName": "ATC-DE", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://fhir.de/CodeSystem/bfarm/atc" + }, + "mustSupport": true + }, + { + "id": "Medication.code.coding:ATC-DE.system", + "path": "Medication.code.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.code.coding:ATC-DE.code", + "path": "Medication.code.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.code.coding:ATC-DE.display", + "path": "Medication.code.coding.display", + "mustSupport": true + }, + { + "id": "Medication.code.coding:WG14", + "path": "Medication.code.coding", + "sliceName": "WG14", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://fhir.de/CodeSystem/abdata/wg14" + }, + "mustSupport": true + }, + { + "id": "Medication.code.coding:WG14.system", + "path": "Medication.code.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.code.coding:WG14.code", + "path": "Medication.code.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.code.coding:WG14.display", + "path": "Medication.code.coding.display", + "mustSupport": true + }, + { + "id": "Medication.code.text", + "path": "Medication.code.text", + "mustSupport": true + }, + { + "id": "Medication.status", + "path": "Medication.status", + "short": "Status der Medikamenteninformation", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.manufacturer", + "path": "Medication.manufacturer", + "short": "Hersteller des Medikaments", + "comment": "Hier kann der tatsächliche Hersteller des Medikaments benannt werden, vornehmlich im Fall von Wirkstoffmischungen (Rezepturen), beispielsweise die Krankenhausapotheke. Zu beachten ist, dass die zulassende Organisation, wie sie z.B. in den Daten zur PZN benannt ist, nicht als Hersteller gilt.", + "mustSupport": true + }, + { + "id": "Medication.manufacturer.display", + "path": "Medication.manufacturer.display", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.form", + "path": "Medication.form", + "short": "Abgabeform", + "mustSupport": true + }, + { + "id": "Medication.form.coding", + "path": "Medication.form.coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "Medication.form.coding:EDQM", + "path": "Medication.form.coding", + "sliceName": "EDQM", + "min": 0, + "max": "1", + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/uv/ips/ValueSet/medicine-doseform" + } + }, + { + "id": "Medication.form.coding:EDQM.system", + "path": "Medication.form.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.form.coding:EDQM.code", + "path": "Medication.form.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.form.coding:EDQM.display", + "path": "Medication.form.coding.display", + "mustSupport": true + }, + { + "id": "Medication.amount", + "path": "Medication.amount", + "short": "Menge", + "mustSupport": true + }, + { + "id": "Medication.amount.numerator", + "path": "Medication.amount.numerator", + "min": 1, + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "Medication.amount.numerator.value", + "path": "Medication.amount.numerator.value", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.amount.numerator.unit", + "path": "Medication.amount.numerator.unit", + "mustSupport": true + }, + { + "id": "Medication.amount.numerator.system", + "path": "Medication.amount.numerator.system", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.amount.numerator.code", + "path": "Medication.amount.numerator.code", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.amount.denominator", + "path": "Medication.amount.denominator", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "Medication.amount.denominator.value", + "path": "Medication.amount.denominator.value", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.amount.denominator.unit", + "path": "Medication.amount.denominator.unit", + "mustSupport": true + }, + { + "id": "Medication.amount.denominator.system", + "path": "Medication.amount.denominator.system", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.amount.denominator.code", + "path": "Medication.amount.denominator.code", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.ingredient", + "path": "Medication.ingredient", + "short": "Informationen zu Bestandteilen (Rezeptur)", + "mustSupport": true + }, + { + "id": "Medication.ingredient.extension", + "path": "Medication.ingredient.extension", + "short": "Wirkstofftyp", + "comment": "Handelt es sich um eine Angabe zum Wirkstoff oder zum exakter Inhaltsstoff (z.B. Salze)?", + "mustSupport": true + }, + { + "id": "Medication.ingredient.extension:wirkstofftyp", + "path": "Medication.ingredient.extension", + "sliceName": "wirkstofftyp", + "min": 0, + "max": "1", + "type": [ + { + "code": "Extension", + "profile": [ + "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/wirkstofftyp" + ] + } + ], + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]", + "path": "Medication.ingredient.item[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept", + "path": "Medication.ingredient.item[x]", + "sliceName": "itemCodeableConcept", + "short": "Bestandteil in codierter Form oder ggf. als Freitext", + "min": 0, + "max": "1", + "type": [ + { + "code": "CodeableConcept" + } + ], + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding", + "path": "Medication.ingredient.item[x].coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ASK", + "path": "Medication.ingredient.item[x].coding", + "sliceName": "ASK", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://fhir.de/CodeSystem/ask" + }, + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ASK.system", + "path": "Medication.ingredient.item[x].coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ASK.code", + "path": "Medication.ingredient.item[x].coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ASK.display", + "path": "Medication.ingredient.item[x].coding.display", + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ATC-DE", + "path": "Medication.ingredient.item[x].coding", + "sliceName": "ATC-DE", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://fhir.de/CodeSystem/bfarm/atc" + }, + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ATC-DE.system", + "path": "Medication.ingredient.item[x].coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ATC-DE.code", + "path": "Medication.ingredient.item[x].coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ATC-DE.display", + "path": "Medication.ingredient.item[x].coding.display", + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:PZN", + "path": "Medication.ingredient.item[x].coding", + "sliceName": "PZN", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://fhir.de/CodeSystem/ifa/pzn" + }, + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:PZN.system", + "path": "Medication.ingredient.item[x].coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:PZN.code", + "path": "Medication.ingredient.item[x].coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:PZN.display", + "path": "Medication.ingredient.item[x].coding.display", + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:WG14", + "path": "Medication.ingredient.item[x].coding", + "sliceName": "WG14", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://fhir.de/CodeSystem/abdata/wg14" + }, + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:WG14.system", + "path": "Medication.ingredient.item[x].coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:WG14.code", + "path": "Medication.ingredient.item[x].coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:WG14.display", + "path": "Medication.ingredient.item[x].coding.display", + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemCodeableConcept.text", + "path": "Medication.ingredient.item[x].text", + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemReference", + "path": "Medication.ingredient.item[x]", + "sliceName": "itemReference", + "short": "Bestandteil (Referenz auf ein anderes Medikament)", + "min": 0, + "max": "1", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "mustSupport": true + }, + { + "id": "Medication.ingredient.item[x]:itemReference.reference", + "path": "Medication.ingredient.item[x].reference", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.ingredient.isActive", + "path": "Medication.ingredient.isActive", + "short": "handelt es sich um einen aktiven Bestandteil?", + "mustSupport": true + }, + { + "id": "Medication.ingredient.strength", + "path": "Medication.ingredient.strength", + "short": "Stärke", + "mustSupport": true + }, + { + "id": "Medication.ingredient.strength.numerator", + "path": "Medication.ingredient.strength.numerator", + "min": 1, + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "Medication.ingredient.strength.numerator.value", + "path": "Medication.ingredient.strength.numerator.value", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.ingredient.strength.numerator.unit", + "path": "Medication.ingredient.strength.numerator.unit", + "mustSupport": true + }, + { + "id": "Medication.ingredient.strength.numerator.system", + "path": "Medication.ingredient.strength.numerator.system", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.ingredient.strength.numerator.code", + "path": "Medication.ingredient.strength.numerator.code", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.ingredient.strength.denominator", + "path": "Medication.ingredient.strength.denominator", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "Medication.ingredient.strength.denominator.value", + "path": "Medication.ingredient.strength.denominator.value", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.ingredient.strength.denominator.unit", + "path": "Medication.ingredient.strength.denominator.unit", + "mustSupport": true + }, + { + "id": "Medication.ingredient.strength.denominator.system", + "path": "Medication.ingredient.strength.denominator.system", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.ingredient.strength.denominator.code", + "path": "Medication.ingredient.strength.denominator.code", + "min": 1, + "mustSupport": true + }, + { + "id": "Medication.batch", + "path": "Medication.batch", + "short": "Angaben zur Charge", + "comment": "Bitte beachten Sie gegebenenfalls die Regelungen der zwischen GKV-SV und DAV: https://www.gkv-datenaustausch.de/leistungserbringer/apotheken/apotheken.jsp . Insbesondere den Technischen Anhang 7 (TA7) zur Arzneimittelabrechnungsvereinbarung gemäß § 300 Absatz 3 SGB V in der aktuellsten Fassung.", + "mustSupport": true + }, + { + "id": "Medication.batch.lotNumber", + "path": "Medication.batch.lotNumber", + "short": "Chargennummer", + "comment": "Gemäß Anlage 1 der TA7 kann hier übergangsweise bis zum 30. Juni 2025 eine Musterchargennummer (\"STELLEN\") eingetragen werden. Wenn die Übermittlung der Chargenbezeichnung beim Stellen von Arzneimitteln technisch nicht möglich ist, z.B. beim Verblistern, wird von der Verpflichtung zur Chargendokumentation abgesehen. Dementsprechend kann anstatt der tatsächlichen Chargenbezeichnungen \"STELLEN\" in das hierbeschirebene Datenfeld eingetragen werden.", + "mustSupport": true + } + ] + } +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationTransaction.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationTransaction.json new file mode 100644 index 00000000..ff188521 --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationTransaction.json @@ -0,0 +1,84 @@ +{ + "resourceType": "StructureDefinition", + "id": "ISiKMedikationTransaction", + "url": "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransaction", + "version": "3.0.4", + "name": "ISiKMedikationTransaction", + "status": "active", + "experimental": false, + "date": "2024-11-20", + "publisher": "gematik GmbH", + "description": "Dieses Profil definiert die Transaktions-Bundles im Rahmen von ISiK-Medikations-Szenarien.", + "fhirVersion": "4.0.1", + "kind": "resource", + "abstract": false, + "type": "Bundle", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "Bundle.type", + "path": "Bundle.type", + "short": "Type des Bundles", + "comment": "fix: transaction", + "fixedCode": "transaction", + "mustSupport": true + }, + { + "id": "Bundle.entry", + "path": "Bundle.entry", + "short": "Der einzelne Eintrag zur Interaktion", + "min": 1, + "mustSupport": true + }, + { + "id": "Bundle.entry.link", + "path": "Bundle.entry.link", + "max": "0" + }, + { + "id": "Bundle.entry.fullUrl", + "path": "Bundle.entry.fullUrl", + "short": "vollständige URL der Ressource", + "comment": "auch die Verwendung von UUIDs in der Form ';urn:uuid:.....' ist möglich.", + "mustSupport": true + }, + { + "id": "Bundle.entry.resource", + "path": "Bundle.entry.resource", + "short": "Die Ressourcen-Instanz der Interaktion", + "mustSupport": true + }, + { + "id": "Bundle.entry.search", + "path": "Bundle.entry.search", + "max": "0" + }, + { + "id": "Bundle.entry.request", + "path": "Bundle.entry.request", + "short": "HTTP-Request innerhalb der Transaktion", + "min": 1, + "mustSupport": true + }, + { + "id": "Bundle.entry.request.method", + "path": "Bundle.entry.request.method", + "short": "HTTP-Verb", + "mustSupport": true + }, + { + "id": "Bundle.entry.request.url", + "path": "Bundle.entry.request.url", + "short": "Request-URL", + "mustSupport": true + }, + { + "id": "Bundle.entry.response", + "path": "Bundle.entry.response", + "max": "0" + } + ] + } +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationTransactionResponse.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationTransactionResponse.json new file mode 100644 index 00000000..c9b3b9e2 --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationTransactionResponse.json @@ -0,0 +1,90 @@ +{ + "resourceType": "StructureDefinition", + "id": "ISiKMedikationTransactionResponse", + "url": "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransactionResponse", + "version": "3.0.4", + "name": "ISiKMedikationTransactionResponse", + "status": "active", + "experimental": false, + "date": "2024-11-20", + "publisher": "gematik GmbH", + "description": "Dieses Profil definiert die Server-Antwort auf Transaktions-Bundles im Rahmen von ISiK-Medikations-Szenarien.", + "fhirVersion": "4.0.1", + "kind": "resource", + "abstract": false, + "type": "Bundle", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "Bundle.type", + "path": "Bundle.type", + "short": "Type des Bundles", + "comment": "fix: transaction-response", + "fixedCode": "transaction-response", + "mustSupport": true + }, + { + "id": "Bundle.entry", + "path": "Bundle.entry", + "short": "Der einzelne Eintrag zur Interaktion", + "min": 1, + "mustSupport": true + }, + { + "id": "Bundle.entry.link", + "path": "Bundle.entry.link", + "max": "0" + }, + { + "id": "Bundle.entry.fullUrl", + "path": "Bundle.entry.fullUrl", + "short": "vollständige URL der Ressource", + "mustSupport": true + }, + { + "id": "Bundle.entry.resource", + "path": "Bundle.entry.resource", + "short": "Die Ressourcen-Instanz der Interaktion", + "mustSupport": true + }, + { + "id": "Bundle.entry.search", + "path": "Bundle.entry.search", + "max": "0" + }, + { + "id": "Bundle.entry.request", + "path": "Bundle.entry.request", + "max": "0" + }, + { + "id": "Bundle.entry.response", + "path": "Bundle.entry.response", + "short": "HTTP-Response des Servers innerhalb der Transaktions-Antwort", + "min": 1, + "mustSupport": true + }, + { + "id": "Bundle.entry.response.status", + "path": "Bundle.entry.response.status", + "short": "HTTP-Statuscode", + "mustSupport": true + }, + { + "id": "Bundle.entry.response.location", + "path": "Bundle.entry.response.location", + "short": "Location der Ressource (URL) auf dem Server", + "comment": "Gemäß FHIR-Spezifikation MUSS hier der Pfad zur exakten Version (History) enthalten sein, wenn der Server History unterstützt.", + "mustSupport": true + }, + { + "id": "Bundle.entry.response.outcome", + "path": "Bundle.entry.response.outcome", + "short": "OperationOutcome-Ressource zur Rückgabe von Fehler-Details sowie Informationen.", + "mustSupport": true + } + ] + } +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsInformation.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsInformation.json new file mode 100644 index 00000000..77ea308a --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsInformation.json @@ -0,0 +1,1226 @@ +{ + "resourceType": "StructureDefinition", + "id": "ISiKMedikationsInformation", + "url": "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsInformation", + "version": "3.0.4", + "name": "ISiKMedikationsInformation", + "status": "active", + "experimental": false, + "date": "2024-11-20", + "publisher": "gematik GmbH", + "description": "Dieses Profil ermöglicht die Abbildung von Informationen zur Medikation eines Patienten in ISiK Szenarien.", + "fhirVersion": "4.0.1", + "kind": "resource", + "abstract": false, + "type": "MedicationStatement", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "MedicationStatement.status", + "path": "MedicationStatement.status", + "short": "Status der Medikationsinformation", + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]", + "path": "MedicationStatement.medication[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept", + "path": "MedicationStatement.medication[x]", + "sliceName": "medicationCodeableConcept", + "short": "Medikament in codierter Form oder ggf. als Freitext", + "comment": "kann verwendet werden, wenn keine detaillierten Informationen zum Medikament (z.B. Rezepturen) existieren.", + "min": 0, + "max": "1", + "type": [ + { + "code": "CodeableConcept" + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding", + "path": "MedicationStatement.medication[x].coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding:PZN", + "path": "MedicationStatement.medication[x].coding", + "sliceName": "PZN", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://fhir.de/CodeSystem/ifa/pzn" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding:PZN.system", + "path": "MedicationStatement.medication[x].coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding:PZN.code", + "path": "MedicationStatement.medication[x].coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding:PZN.display", + "path": "MedicationStatement.medication[x].coding.display", + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding:ATC-DE", + "path": "MedicationStatement.medication[x].coding", + "sliceName": "ATC-DE", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://fhir.de/CodeSystem/bfarm/atc" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding:ATC-DE.system", + "path": "MedicationStatement.medication[x].coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding:ATC-DE.code", + "path": "MedicationStatement.medication[x].coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding:ATC-DE.display", + "path": "MedicationStatement.medication[x].coding.display", + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding:WG14", + "path": "MedicationStatement.medication[x].coding", + "sliceName": "WG14", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://fhir.de/CodeSystem/abdata/wg14" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding:WG14.system", + "path": "MedicationStatement.medication[x].coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding:WG14.code", + "path": "MedicationStatement.medication[x].coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept.coding:WG14.display", + "path": "MedicationStatement.medication[x].coding.display", + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationCodeableConcept.text", + "path": "MedicationStatement.medication[x].text", + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationReference", + "path": "MedicationStatement.medication[x]", + "sliceName": "medicationReference", + "short": "Referenz auf das Medikament (Medication-Ressource)", + "comment": "wird verwendet, wenn detaillierte Informationen zum Medikament vorliegen", + "min": 0, + "max": "1", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.medication[x]:medicationReference.reference", + "path": "MedicationStatement.medication[x].reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.subject", + "path": "MedicationStatement.subject", + "short": "Referenz auf den Patienten", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.subject.reference", + "path": "MedicationStatement.subject.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.context", + "path": "MedicationStatement.context", + "short": "Referenz auf den Abteilungskontakt", + "mustSupport": true + }, + { + "id": "MedicationStatement.context.reference", + "path": "MedicationStatement.context.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.effective[x]", + "path": "MedicationStatement.effective[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + }, + "short": "Zeitpunkt oder Zeitraum, für den die MedikationsInformation gilt", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.effective[x]:effectiveDateTime", + "path": "MedicationStatement.effective[x]", + "sliceName": "effectiveDateTime", + "short": "Zeitpunkt", + "min": 0, + "max": "1", + "type": [ + { + "code": "dateTime" + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.effective[x]:effectivePeriod", + "path": "MedicationStatement.effective[x]", + "sliceName": "effectivePeriod", + "short": "Zeitraum", + "min": 0, + "max": "1", + "type": [ + { + "code": "Period" + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.effective[x]:effectivePeriod.start", + "path": "MedicationStatement.effective[x].start", + "mustSupport": true + }, + { + "id": "MedicationStatement.effective[x]:effectivePeriod.end", + "path": "MedicationStatement.effective[x].end", + "mustSupport": true + }, + { + "id": "MedicationStatement.dateAsserted", + "path": "MedicationStatement.dateAsserted", + "short": "Datum der Feststellung/des Bekanntwerdens der MedikationsInformation", + "mustSupport": true + }, + { + "id": "MedicationStatement.reasonCode", + "path": "MedicationStatement.reasonCode", + "short": "Grund der Medikation (codiert)", + "mustSupport": true + }, + { + "id": "MedicationStatement.reasonCode.coding", + "path": "MedicationStatement.reasonCode.coding", + "mustSupport": true + }, + { + "id": "MedicationStatement.reasonCode.coding.system", + "path": "MedicationStatement.reasonCode.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.reasonCode.coding.code", + "path": "MedicationStatement.reasonCode.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.reasonCode.coding.display", + "path": "MedicationStatement.reasonCode.coding.display", + "mustSupport": true + }, + { + "id": "MedicationStatement.reasonCode.text", + "path": "MedicationStatement.reasonCode.text", + "mustSupport": true + }, + { + "id": "MedicationStatement.reasonReference", + "path": "MedicationStatement.reasonReference", + "short": "Grund der Medikation (Referenz)", + "mustSupport": true + }, + { + "id": "MedicationStatement.reasonReference.reference", + "path": "MedicationStatement.reasonReference.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.note", + "path": "MedicationStatement.note", + "mustSupport": true + }, + { + "id": "MedicationStatement.note.text", + "path": "MedicationStatement.note.text", + "short": "Freitext-Notiz", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage", + "path": "MedicationStatement.dosage", + "short": "Dosierungsangaben", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.text", + "path": "MedicationStatement.dosage.text", + "short": "Freitext-Dosierungsanweisungen", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.patientInstruction", + "path": "MedicationStatement.dosage.patientInstruction", + "short": "besondere Anweisungen für den Patienten", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing", + "path": "MedicationStatement.dosage.timing", + "short": "Angaben zum Timing", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.event", + "path": "MedicationStatement.dosage.timing.event", + "short": "fester Zeitpunkt", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat", + "path": "MedicationStatement.dosage.timing.repeat", + "short": "Wiederholungs-Angaben", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsDuration", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x]", + "sliceName": "boundsDuration", + "short": "Begrenzung der Dauer", + "min": 0, + "max": "1", + "type": [ + { + "code": "Duration" + } + ], + "patternDuration": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsDuration.value", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsDuration.unit", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].unit", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsDuration.system", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsDuration.code", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x]", + "sliceName": "boundsRange", + "short": "Bereich für die Begrenzung", + "min": 0, + "max": "1", + "type": [ + { + "code": "Range" + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange.low", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].low", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange.low.value", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].low.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange.low.unit", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].low.unit", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange.low.system", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].low.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange.low.code", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].low.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange.high", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].high", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange.high.value", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].high.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange.high.unit", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].high.unit", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange.high.system", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].high.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsRange.high.code", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].high.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsPeriod", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x]", + "sliceName": "boundsPeriod", + "short": "begrenzender Zeitraum", + "min": 0, + "max": "1", + "type": [ + { + "code": "Period" + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsPeriod.start", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].start", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.bounds[x]:boundsPeriod.end", + "path": "MedicationStatement.dosage.timing.repeat.bounds[x].end", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.count", + "path": "MedicationStatement.dosage.timing.repeat.count", + "short": "Anzahl Wiederholungen", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.countMax", + "path": "MedicationStatement.dosage.timing.repeat.countMax", + "short": "maximale Anzahl Wiederholungen", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.duration", + "path": "MedicationStatement.dosage.timing.repeat.duration", + "short": "Dauer der Verabreichung", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.durationMax", + "path": "MedicationStatement.dosage.timing.repeat.durationMax", + "short": "maximale Dauer der Verabreichung", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.durationUnit", + "path": "MedicationStatement.dosage.timing.repeat.durationUnit", + "short": "Einheit der Dauer", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.frequency", + "path": "MedicationStatement.dosage.timing.repeat.frequency", + "short": "Frequenz (Anzahl der Gaben pro Periode)", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.frequencyMax", + "path": "MedicationStatement.dosage.timing.repeat.frequencyMax", + "short": "maximale Frequenz", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.period", + "path": "MedicationStatement.dosage.timing.repeat.period", + "short": "Zeitperiode zur Frequenz", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.periodMax", + "path": "MedicationStatement.dosage.timing.repeat.periodMax", + "short": "maximale Zeitperiode zur Frequenz", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.periodUnit", + "path": "MedicationStatement.dosage.timing.repeat.periodUnit", + "short": "Einheit der Zeitperiode", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.dayOfWeek", + "path": "MedicationStatement.dosage.timing.repeat.dayOfWeek", + "short": "Wochentag", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.timeOfDay", + "path": "MedicationStatement.dosage.timing.repeat.timeOfDay", + "short": "Tageszeit", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.when", + "path": "MedicationStatement.dosage.timing.repeat.when", + "short": "Tageszeitpunkt codiert", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.timing.repeat.offset", + "path": "MedicationStatement.dosage.timing.repeat.offset", + "short": "zeitlicher Abstand der Gabe zum beschriebenen Zeitpunkt", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.asNeeded[x]", + "path": "MedicationStatement.dosage.asNeeded[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationStatement.dosage.asNeeded[x]:asNeededBoolean", + "path": "MedicationStatement.dosage.asNeeded[x]", + "sliceName": "asNeededBoolean", + "short": "Bedarfsmedikation", + "min": 0, + "max": "1", + "type": [ + { + "code": "boolean" + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.site", + "path": "MedicationStatement.dosage.site", + "short": "Körperstelle der Verabreichung", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.site.coding", + "path": "MedicationStatement.dosage.site.coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.site.coding:SNOMED-CT", + "path": "MedicationStatement.dosage.site.coding", + "sliceName": "SNOMED-CT", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://snomed.info/sct" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.site.coding:SNOMED-CT.system", + "path": "MedicationStatement.dosage.site.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.site.coding:SNOMED-CT.code", + "path": "MedicationStatement.dosage.site.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.site.coding:SNOMED-CT.display", + "path": "MedicationStatement.dosage.site.coding.display", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.site.text", + "path": "MedicationStatement.dosage.site.text", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.route", + "path": "MedicationStatement.dosage.route", + "short": "Route", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.route.coding", + "path": "MedicationStatement.dosage.route.coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.route.coding:EDQM", + "path": "MedicationStatement.dosage.route.coding", + "sliceName": "EDQM", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://standardterms.edqm.eu" + }, + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/uv/ips/ValueSet/medicine-route-of-administration" + } + }, + { + "id": "MedicationStatement.dosage.route.coding:EDQM.system", + "path": "MedicationStatement.dosage.route.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.route.coding:EDQM.code", + "path": "MedicationStatement.dosage.route.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.route.coding:EDQM.display", + "path": "MedicationStatement.dosage.route.coding.display", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.route.coding:SNOMED-CT", + "path": "MedicationStatement.dosage.route.coding", + "sliceName": "SNOMED-CT", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://snomed.info/sct" + }, + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "https://gematik.de/fhir/isik/v3/Medikation/ValueSet/SctRouteOfAdministration" + } + }, + { + "id": "MedicationStatement.dosage.route.coding:SNOMED-CT.system", + "path": "MedicationStatement.dosage.route.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.route.coding:SNOMED-CT.code", + "path": "MedicationStatement.dosage.route.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.route.coding:SNOMED-CT.display", + "path": "MedicationStatement.dosage.route.coding.display", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.route.text", + "path": "MedicationStatement.dosage.route.text", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate", + "path": "MedicationStatement.dosage.doseAndRate", + "short": "Angaben zu Dosis und Rate", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]", + "path": "MedicationStatement.dosage.doseAndRate.dose[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]:doseRange", + "path": "MedicationStatement.dosage.doseAndRate.dose[x]", + "sliceName": "doseRange", + "short": "Dosisbereich", + "min": 0, + "max": "1", + "type": [ + { + "code": "Range" + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]:doseRange.low", + "path": "MedicationStatement.dosage.doseAndRate.dose[x].low", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]:doseRange.low.value", + "path": "MedicationStatement.dosage.doseAndRate.dose[x].low.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]:doseRange.low.unit", + "path": "MedicationStatement.dosage.doseAndRate.dose[x].low.unit", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]:doseRange.low.system", + "path": "MedicationStatement.dosage.doseAndRate.dose[x].low.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]:doseRange.low.code", + "path": "MedicationStatement.dosage.doseAndRate.dose[x].low.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]:doseRange.high", + "path": "MedicationStatement.dosage.doseAndRate.dose[x].high", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]:doseRange.high.value", + "path": "MedicationStatement.dosage.doseAndRate.dose[x].high.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]:doseRange.high.unit", + "path": "MedicationStatement.dosage.doseAndRate.dose[x].high.unit", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]:doseRange.high.system", + "path": "MedicationStatement.dosage.doseAndRate.dose[x].high.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]:doseRange.high.code", + "path": "MedicationStatement.dosage.doseAndRate.dose[x].high.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]:doseQuantity", + "path": "MedicationStatement.dosage.doseAndRate.dose[x]", + "sliceName": "doseQuantity", + "short": "Dosis", + "min": 0, + "max": "1", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]:doseQuantity.value", + "path": "MedicationStatement.dosage.doseAndRate.dose[x].value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]:doseQuantity.unit", + "path": "MedicationStatement.dosage.doseAndRate.dose[x].unit", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]:doseQuantity.system", + "path": "MedicationStatement.dosage.doseAndRate.dose[x].system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.dose[x]:doseQuantity.code", + "path": "MedicationStatement.dosage.doseAndRate.dose[x].code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]", + "path": "MedicationStatement.dosage.doseAndRate.rate[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRatio", + "path": "MedicationStatement.dosage.doseAndRate.rate[x]", + "sliceName": "rateRatio", + "short": "Raten-Verhältnis", + "min": 0, + "max": "1", + "type": [ + { + "code": "Ratio" + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRatio.numerator", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].numerator", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRatio.numerator.value", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].numerator.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRatio.numerator.unit", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].numerator.unit", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRatio.numerator.system", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].numerator.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRatio.numerator.code", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].numerator.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRatio.denominator", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].denominator", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRatio.denominator.value", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].denominator.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRatio.denominator.unit", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].denominator.unit", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRatio.denominator.system", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].denominator.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRatio.denominator.code", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].denominator.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRange", + "path": "MedicationStatement.dosage.doseAndRate.rate[x]", + "sliceName": "rateRange", + "short": "Raten-Bereich", + "min": 0, + "max": "1", + "type": [ + { + "code": "Range" + } + ], + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRange.low", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].low", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRange.low.value", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].low.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRange.low.unit", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].low.unit", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRange.low.system", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].low.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRange.low.code", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].low.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRange.high", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].high", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRange.high.value", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].high.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRange.high.unit", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].high.unit", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRange.high.system", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].high.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateRange.high.code", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].high.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateQuantity", + "path": "MedicationStatement.dosage.doseAndRate.rate[x]", + "sliceName": "rateQuantity", + "short": "Rate", + "min": 0, + "max": "1", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateQuantity.value", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateQuantity.unit", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].unit", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateQuantity.system", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.doseAndRate.rate[x]:rateQuantity.code", + "path": "MedicationStatement.dosage.doseAndRate.rate[x].code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.maxDosePerPeriod", + "path": "MedicationStatement.dosage.maxDosePerPeriod", + "short": "Maximaldosis (Zähler) pro Zeitraum (Nenner)", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.maxDosePerPeriod.numerator", + "path": "MedicationStatement.dosage.maxDosePerPeriod.numerator", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.maxDosePerPeriod.numerator.value", + "path": "MedicationStatement.dosage.maxDosePerPeriod.numerator.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.maxDosePerPeriod.numerator.unit", + "path": "MedicationStatement.dosage.maxDosePerPeriod.numerator.unit", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.maxDosePerPeriod.numerator.system", + "path": "MedicationStatement.dosage.maxDosePerPeriod.numerator.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.maxDosePerPeriod.numerator.code", + "path": "MedicationStatement.dosage.maxDosePerPeriod.numerator.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.maxDosePerPeriod.denominator", + "path": "MedicationStatement.dosage.maxDosePerPeriod.denominator", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.maxDosePerPeriod.denominator.value", + "path": "MedicationStatement.dosage.maxDosePerPeriod.denominator.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.maxDosePerPeriod.denominator.unit", + "path": "MedicationStatement.dosage.maxDosePerPeriod.denominator.unit", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.maxDosePerPeriod.denominator.system", + "path": "MedicationStatement.dosage.maxDosePerPeriod.denominator.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.maxDosePerPeriod.denominator.code", + "path": "MedicationStatement.dosage.maxDosePerPeriod.denominator.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.maxDosePerAdministration", + "path": "MedicationStatement.dosage.maxDosePerAdministration", + "short": "Maximaldosis pro Verabreichung", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.maxDosePerAdministration.value", + "path": "MedicationStatement.dosage.maxDosePerAdministration.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.maxDosePerAdministration.unit", + "path": "MedicationStatement.dosage.maxDosePerAdministration.unit", + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.maxDosePerAdministration.system", + "path": "MedicationStatement.dosage.maxDosePerAdministration.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationStatement.dosage.maxDosePerAdministration.code", + "path": "MedicationStatement.dosage.maxDosePerAdministration.code", + "min": 1, + "mustSupport": true + } + ] + } +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsListe.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsListe.json new file mode 100644 index 00000000..5dca3a44 --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsListe.json @@ -0,0 +1,159 @@ +{ + "resourceType": "StructureDefinition", + "id": "ISiKMedikationsListe", + "url": "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsListe", + "version": "3.0.4", + "name": "ISiKMedikationsListe", + "status": "active", + "experimental": false, + "date": "2024-11-20", + "publisher": "gematik GmbH", + "description": "Dieses Profil ermöglicht die Zusammenführung einzelner MedikationsInformationen eines Patienten in ISiK Szenarien.", + "fhirVersion": "4.0.1", + "kind": "resource", + "abstract": false, + "type": "List", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/List", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "List.status", + "path": "List.status", + "short": "(Aktualitäts-)Status der Liste", + "mustSupport": true + }, + { + "id": "List.mode", + "path": "List.mode", + "short": "Listenmodus", + "comment": "Beispiel: eingelesene Medikationspläne werden als snapshot repräsentiert. Kontinuierlich fortgeschriebene Listen, z.B. im Rahmen der hausinternen Behandlung, sind als 'working' codiert.", + "mustSupport": true + }, + { + "id": "List.code", + "path": "List.code", + "short": "Art der Liste.", + "comment": "Es ist mindestens ein Coding mit dem Code 'medications' anzugeben. Weitere Codes, z.B. im Kontext anderer Spezifikationen oder Hauscodierungen sind zulässig.", + "min": 1, + "mustSupport": true + }, + { + "id": "List.code.coding", + "path": "List.code.coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "min": 1, + "mustSupport": true + }, + { + "id": "List.code.coding:medications", + "path": "List.code.coding", + "sliceName": "medications", + "min": 1, + "max": "1", + "patternCoding": { + "system": "http://terminology.hl7.org/CodeSystem/list-example-use-codes", + "code": "medications" + }, + "mustSupport": true + }, + { + "id": "List.code.coding:medications.system", + "path": "List.code.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "List.code.coding:medications.code", + "path": "List.code.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "List.code.coding:medications.display", + "path": "List.code.coding.display", + "mustSupport": true + }, + { + "id": "List.subject", + "path": "List.subject", + "short": "Referenz auf den Patienten", + "min": 1, + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": true + }, + { + "id": "List.subject.reference", + "path": "List.subject.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "List.encounter", + "path": "List.encounter", + "short": "Referenz auf den Abteilungskontakt", + "mustSupport": true + }, + { + "id": "List.encounter.reference", + "path": "List.encounter.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "List.date", + "path": "List.date", + "short": "Erstellungsdatum der Liste", + "mustSupport": true + }, + { + "id": "List.entry", + "path": "List.entry", + "short": "Listeneintrag", + "mustSupport": true + }, + { + "id": "List.entry.date", + "path": "List.entry.date", + "short": "Datum des Listeneintrags", + "comment": "nur zulässig im Listenmodus 'working'", + "mustSupport": true + }, + { + "id": "List.entry.item", + "path": "List.entry.item", + "short": "Referenz auf die MedikationsInformation", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationStatement" + ] + } + ], + "mustSupport": true + }, + { + "id": "List.entry.item.reference", + "path": "List.entry.item.reference", + "min": 1, + "mustSupport": true + } + ] + } +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsVerabreichung.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsVerabreichung.json new file mode 100644 index 00000000..0b5405ac --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsVerabreichung.json @@ -0,0 +1,627 @@ +{ + "resourceType": "StructureDefinition", + "id": "ISiKMedikationsVerabreichung", + "url": "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsVerabreichung", + "version": "3.0.4", + "name": "ISiKMedikationsVerabreichung", + "status": "active", + "experimental": false, + "date": "2024-11-20", + "publisher": "gematik GmbH", + "description": "Dieses Profil ermöglicht die Abbildung der Verabreichung von Medikamenten für einen Patienten in ISiK Szenarien.", + "fhirVersion": "4.0.1", + "kind": "resource", + "abstract": false, + "type": "MedicationAdministration", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "MedicationAdministration.status", + "path": "MedicationAdministration.status", + "short": "Status der Verabreichungsinformation", + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]", + "path": "MedicationAdministration.medication[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationAdministration.medication[x]:medicationCodeableConcept", + "path": "MedicationAdministration.medication[x]", + "sliceName": "medicationCodeableConcept", + "short": "Medikament in codierter Form oder ggf. als Freitext", + "comment": "kann verwendet werden, wenn keine detaillierten Informationen zum Medikament (z.B. Rezepturen) existieren.", + "min": 0, + "max": "1", + "type": [ + { + "code": "CodeableConcept" + } + ], + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.coding", + "path": "MedicationAdministration.medication[x].coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.coding:PZN", + "path": "MedicationAdministration.medication[x].coding", + "sliceName": "PZN", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://fhir.de/CodeSystem/ifa/pzn" + }, + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.coding:PZN.system", + "path": "MedicationAdministration.medication[x].coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.coding:PZN.code", + "path": "MedicationAdministration.medication[x].coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.coding:PZN.display", + "path": "MedicationAdministration.medication[x].coding.display", + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.coding:ATC-DE", + "path": "MedicationAdministration.medication[x].coding", + "sliceName": "ATC-DE", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://fhir.de/CodeSystem/bfarm/atc" + }, + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.coding:ATC-DE.system", + "path": "MedicationAdministration.medication[x].coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.coding:ATC-DE.code", + "path": "MedicationAdministration.medication[x].coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.coding:ATC-DE.display", + "path": "MedicationAdministration.medication[x].coding.display", + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.coding:WG14", + "path": "MedicationAdministration.medication[x].coding", + "sliceName": "WG14", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://fhir.de/CodeSystem/abdata/wg14" + }, + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.coding:WG14.system", + "path": "MedicationAdministration.medication[x].coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.coding:WG14.code", + "path": "MedicationAdministration.medication[x].coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.coding:WG14.display", + "path": "MedicationAdministration.medication[x].coding.display", + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationCodeableConcept.text", + "path": "MedicationAdministration.medication[x].text", + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationReference", + "path": "MedicationAdministration.medication[x]", + "sliceName": "medicationReference", + "short": "Referenz auf das Medikament (Medication-Ressource)", + "comment": "wird verwendet, wenn detaillierte Informationen zum Medikament vorliegen", + "min": 0, + "max": "1", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationAdministration.medication[x]:medicationReference.reference", + "path": "MedicationAdministration.medication[x].reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.subject", + "path": "MedicationAdministration.subject", + "short": "Referenz auf den Patienten", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationAdministration.subject.reference", + "path": "MedicationAdministration.subject.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.context", + "path": "MedicationAdministration.context", + "short": "Referenz auf den Abteilungskontakt", + "mustSupport": true + }, + { + "id": "MedicationAdministration.context.reference", + "path": "MedicationAdministration.context.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.effective[x]", + "path": "MedicationAdministration.effective[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationAdministration.effective[x]:effectiveDateTime", + "path": "MedicationAdministration.effective[x]", + "sliceName": "effectiveDateTime", + "short": "Zeitpunkt der Verabreichung", + "min": 0, + "max": "1", + "type": [ + { + "code": "dateTime" + } + ], + "mustSupport": true + }, + { + "id": "MedicationAdministration.effective[x]:effectivePeriod", + "path": "MedicationAdministration.effective[x]", + "sliceName": "effectivePeriod", + "short": "Zeitraum der Verabreichung", + "min": 0, + "max": "1", + "type": [ + { + "code": "Period" + } + ], + "mustSupport": true + }, + { + "id": "MedicationAdministration.effective[x]:effectivePeriod.start", + "path": "MedicationAdministration.effective[x].start", + "mustSupport": true + }, + { + "id": "MedicationAdministration.effective[x]:effectivePeriod.end", + "path": "MedicationAdministration.effective[x].end", + "mustSupport": true + }, + { + "id": "MedicationAdministration.performer", + "path": "MedicationAdministration.performer", + "mustSupport": true + }, + { + "id": "MedicationAdministration.performer.actor", + "path": "MedicationAdministration.performer.actor", + "short": "Referenz auf die verabreichende Person", + "mustSupport": true + }, + { + "id": "MedicationAdministration.performer.actor.reference", + "path": "MedicationAdministration.performer.actor.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.reasonReference", + "path": "MedicationAdministration.reasonReference", + "short": "Grund der Medikation (Referenz)", + "mustSupport": true + }, + { + "id": "MedicationAdministration.reasonReference.reference", + "path": "MedicationAdministration.reasonReference.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.note", + "path": "MedicationAdministration.note", + "mustSupport": true + }, + { + "id": "MedicationAdministration.note.text", + "path": "MedicationAdministration.note.text", + "short": "Freitext-Notiz", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage", + "path": "MedicationAdministration.dosage", + "short": "Dosierungsangaben", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.text", + "path": "MedicationAdministration.dosage.text", + "short": "Freitext-Dosierungsangabe", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.site", + "path": "MedicationAdministration.dosage.site", + "short": "Körperstelle der Verabreichung", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.site.coding", + "path": "MedicationAdministration.dosage.site.coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.site.coding:SNOMED-CT", + "path": "MedicationAdministration.dosage.site.coding", + "sliceName": "SNOMED-CT", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://snomed.info/sct" + }, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.site.coding:SNOMED-CT.system", + "path": "MedicationAdministration.dosage.site.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.site.coding:SNOMED-CT.code", + "path": "MedicationAdministration.dosage.site.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.site.coding:SNOMED-CT.display", + "path": "MedicationAdministration.dosage.site.coding.display", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.site.text", + "path": "MedicationAdministration.dosage.site.text", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.route", + "path": "MedicationAdministration.dosage.route", + "short": "Route", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.route.coding", + "path": "MedicationAdministration.dosage.route.coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.route.coding:EDQM", + "path": "MedicationAdministration.dosage.route.coding", + "sliceName": "EDQM", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://standardterms.edqm.eu" + }, + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/uv/ips/ValueSet/medicine-route-of-administration" + } + }, + { + "id": "MedicationAdministration.dosage.route.coding:EDQM.system", + "path": "MedicationAdministration.dosage.route.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.route.coding:EDQM.code", + "path": "MedicationAdministration.dosage.route.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.route.coding:EDQM.display", + "path": "MedicationAdministration.dosage.route.coding.display", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.route.coding:SNOMED-CT", + "path": "MedicationAdministration.dosage.route.coding", + "sliceName": "SNOMED-CT", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://snomed.info/sct" + }, + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "https://gematik.de/fhir/isik/v3/Medikation/ValueSet/SctRouteOfAdministration" + } + }, + { + "id": "MedicationAdministration.dosage.route.coding:SNOMED-CT.system", + "path": "MedicationAdministration.dosage.route.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.route.coding:SNOMED-CT.code", + "path": "MedicationAdministration.dosage.route.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.route.coding:SNOMED-CT.display", + "path": "MedicationAdministration.dosage.route.coding.display", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.route.text", + "path": "MedicationAdministration.dosage.route.text", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.dose", + "path": "MedicationAdministration.dosage.dose", + "short": "verabreichte Dosis", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.dose.value", + "path": "MedicationAdministration.dosage.dose.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.dose.unit", + "path": "MedicationAdministration.dosage.dose.unit", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.dose.system", + "path": "MedicationAdministration.dosage.dose.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.dose.code", + "path": "MedicationAdministration.dosage.dose.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.rate[x]", + "path": "MedicationAdministration.dosage.rate[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationAdministration.dosage.rate[x]:rateRatio", + "path": "MedicationAdministration.dosage.rate[x]", + "sliceName": "rateRatio", + "short": "Verabreichungs-Rate (Verhältnis)", + "min": 0, + "max": "1", + "type": [ + { + "code": "Ratio" + } + ], + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.rate[x]:rateRatio.numerator", + "path": "MedicationAdministration.dosage.rate[x].numerator", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.rate[x]:rateRatio.numerator.value", + "path": "MedicationAdministration.dosage.rate[x].numerator.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.rate[x]:rateRatio.numerator.unit", + "path": "MedicationAdministration.dosage.rate[x].numerator.unit", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.rate[x]:rateRatio.numerator.system", + "path": "MedicationAdministration.dosage.rate[x].numerator.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.rate[x]:rateRatio.numerator.code", + "path": "MedicationAdministration.dosage.rate[x].numerator.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.rate[x]:rateRatio.denominator", + "path": "MedicationAdministration.dosage.rate[x].denominator", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.rate[x]:rateRatio.denominator.value", + "path": "MedicationAdministration.dosage.rate[x].denominator.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.rate[x]:rateRatio.denominator.unit", + "path": "MedicationAdministration.dosage.rate[x].denominator.unit", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.rate[x]:rateRatio.denominator.system", + "path": "MedicationAdministration.dosage.rate[x].denominator.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.rate[x]:rateRatio.denominator.code", + "path": "MedicationAdministration.dosage.rate[x].denominator.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.rate[x]:rateQuantity", + "path": "MedicationAdministration.dosage.rate[x]", + "sliceName": "rateQuantity", + "short": "Verabreichungs-Rate", + "min": 0, + "max": "1", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.rate[x]:rateQuantity.value", + "path": "MedicationAdministration.dosage.rate[x].value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.rate[x]:rateQuantity.unit", + "path": "MedicationAdministration.dosage.rate[x].unit", + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.rate[x]:rateQuantity.system", + "path": "MedicationAdministration.dosage.rate[x].system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationAdministration.dosage.rate[x]:rateQuantity.code", + "path": "MedicationAdministration.dosage.rate[x].code", + "min": 1, + "mustSupport": true + } + ] + } +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsVerordnung.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsVerordnung.json new file mode 100644 index 00000000..3613fc7c --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/StructureDefinition-ISiKMedikationsVerordnung.json @@ -0,0 +1,1219 @@ +{ + "resourceType": "StructureDefinition", + "id": "ISiKMedikationsVerordnung", + "url": "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsVerordnung", + "version": "3.0.4", + "name": "ISiKMedikationsVerordnung", + "status": "active", + "experimental": false, + "date": "2024-11-20", + "publisher": "gematik GmbH", + "description": "Dieses Profil ermöglicht die Abbildung von Medikationsverordnungen eines Patienten in ISiK Szenarien.", + "fhirVersion": "4.0.1", + "kind": "resource", + "abstract": false, + "type": "MedicationRequest", + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "derivation": "constraint", + "differential": { + "element": [ + { + "id": "MedicationRequest.status", + "path": "MedicationRequest.status", + "short": "Status der Verordnungsinformation", + "mustSupport": true + }, + { + "id": "MedicationRequest.intent", + "path": "MedicationRequest.intent", + "short": "Ziel der Verordnungsinformation", + "comment": "i.d.R. 'order'", + "mustSupport": true + }, + { + "id": "MedicationRequest.doNotPerform", + "path": "MedicationRequest.doNotPerform", + "max": "0" + }, + { + "id": "MedicationRequest.medication[x]", + "path": "MedicationRequest.medication[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept", + "path": "MedicationRequest.medication[x]", + "sliceName": "medicationCodeableConcept", + "short": "Medikament in codierter Form oder ggf. als Freitext", + "comment": "kann verwendet werden, wenn keine detaillierten Informationen zum Medikament (z.B. Rezepturen) existieren.", + "min": 0, + "max": "1", + "type": [ + { + "code": "CodeableConcept" + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding", + "path": "MedicationRequest.medication[x].coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding:PZN", + "path": "MedicationRequest.medication[x].coding", + "sliceName": "PZN", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://fhir.de/CodeSystem/ifa/pzn" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding:PZN.system", + "path": "MedicationRequest.medication[x].coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding:PZN.code", + "path": "MedicationRequest.medication[x].coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding:PZN.display", + "path": "MedicationRequest.medication[x].coding.display", + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding:ATC-DE", + "path": "MedicationRequest.medication[x].coding", + "sliceName": "ATC-DE", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://fhir.de/CodeSystem/bfarm/atc" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding:ATC-DE.system", + "path": "MedicationRequest.medication[x].coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding:ATC-DE.code", + "path": "MedicationRequest.medication[x].coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding:ATC-DE.display", + "path": "MedicationRequest.medication[x].coding.display", + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding:WG14", + "path": "MedicationRequest.medication[x].coding", + "sliceName": "WG14", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://fhir.de/CodeSystem/abdata/wg14" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding:WG14.system", + "path": "MedicationRequest.medication[x].coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding:WG14.code", + "path": "MedicationRequest.medication[x].coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept.coding:WG14.display", + "path": "MedicationRequest.medication[x].coding.display", + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationCodeableConcept.text", + "path": "MedicationRequest.medication[x].text", + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationReference", + "path": "MedicationRequest.medication[x]", + "sliceName": "medicationReference", + "short": "Referenz auf das Medikament (Medication-Ressource)", + "comment": "wird verwendet, wenn detaillierte Informationen zum Medikament vorliegen", + "min": 0, + "max": "1", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.medication[x]:medicationReference.reference", + "path": "MedicationRequest.medication[x].reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.subject", + "path": "MedicationRequest.subject", + "short": "Referenz auf den Patienten", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.subject.reference", + "path": "MedicationRequest.subject.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.encounter", + "path": "MedicationRequest.encounter", + "short": "Referenz auf den Abteilungskontakt", + "mustSupport": true + }, + { + "id": "MedicationRequest.encounter.reference", + "path": "MedicationRequest.encounter.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.authoredOn", + "path": "MedicationRequest.authoredOn", + "short": "Erstellungsdatum der Verordnung", + "mustSupport": true + }, + { + "id": "MedicationRequest.requester", + "path": "MedicationRequest.requester", + "short": "Referenz auf die verordnende Person", + "mustSupport": true + }, + { + "id": "MedicationRequest.requester.reference", + "path": "MedicationRequest.requester.reference", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.note", + "path": "MedicationRequest.note", + "mustSupport": true + }, + { + "id": "MedicationRequest.note.text", + "path": "MedicationRequest.note.text", + "short": "Freitext-Notiz", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction", + "path": "MedicationRequest.dosageInstruction", + "short": "Dosierungsangaben", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.text", + "path": "MedicationRequest.dosageInstruction.text", + "short": "Freitext-Dosierungsanweisungen", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.patientInstruction", + "path": "MedicationRequest.dosageInstruction.patientInstruction", + "short": "besondere Anweisungen für den Patienten", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing", + "path": "MedicationRequest.dosageInstruction.timing", + "short": "Angaben zum Timing", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.event", + "path": "MedicationRequest.dosageInstruction.timing.event", + "short": "fester Zeitpunkt", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat", + "path": "MedicationRequest.dosageInstruction.timing.repeat", + "short": "Wiederholungs-Angaben", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsDuration", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]", + "sliceName": "boundsDuration", + "short": "Begrenzung der Dauer", + "min": 0, + "max": "1", + "type": [ + { + "code": "Duration" + } + ], + "patternDuration": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsDuration.value", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsDuration.unit", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].unit", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsDuration.system", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsDuration.code", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]", + "sliceName": "boundsRange", + "short": "Bereich für die Begrenzung", + "min": 0, + "max": "1", + "type": [ + { + "code": "Range" + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange.low", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].low", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange.low.value", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].low.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange.low.unit", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].low.unit", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange.low.system", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].low.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange.low.code", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].low.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange.high", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].high", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange.high.value", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].high.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange.high.unit", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].high.unit", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange.high.system", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].high.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsRange.high.code", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].high.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsPeriod", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]", + "sliceName": "boundsPeriod", + "short": "begrenzender Zeitraum", + "min": 0, + "max": "1", + "type": [ + { + "code": "Period" + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsPeriod.start", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].start", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x]:boundsPeriod.end", + "path": "MedicationRequest.dosageInstruction.timing.repeat.bounds[x].end", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.count", + "path": "MedicationRequest.dosageInstruction.timing.repeat.count", + "short": "Anzahl Wiederholungen", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.countMax", + "path": "MedicationRequest.dosageInstruction.timing.repeat.countMax", + "short": "maximale Anzahl Wiederholungen", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.duration", + "path": "MedicationRequest.dosageInstruction.timing.repeat.duration", + "short": "Dauer der Verabreichung", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.durationMax", + "path": "MedicationRequest.dosageInstruction.timing.repeat.durationMax", + "short": "maximale Dauer der Verabreichung", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.durationUnit", + "path": "MedicationRequest.dosageInstruction.timing.repeat.durationUnit", + "short": "Einheit der Dauer", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.frequency", + "path": "MedicationRequest.dosageInstruction.timing.repeat.frequency", + "short": "Frequenz (Anzahl der Gaben pro Periode)", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.frequencyMax", + "path": "MedicationRequest.dosageInstruction.timing.repeat.frequencyMax", + "short": "maximale Frequenz", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.period", + "path": "MedicationRequest.dosageInstruction.timing.repeat.period", + "short": "Zeitperiode zur Frequenz", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.periodMax", + "path": "MedicationRequest.dosageInstruction.timing.repeat.periodMax", + "short": "maximale Zeitperiode zur Frequenz", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.periodUnit", + "path": "MedicationRequest.dosageInstruction.timing.repeat.periodUnit", + "short": "Einheit der Zeitperiode", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.dayOfWeek", + "path": "MedicationRequest.dosageInstruction.timing.repeat.dayOfWeek", + "short": "Wochentag", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.timeOfDay", + "path": "MedicationRequest.dosageInstruction.timing.repeat.timeOfDay", + "short": "Tageszeit", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.when", + "path": "MedicationRequest.dosageInstruction.timing.repeat.when", + "short": "Tageszeitpunkt codiert", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.timing.repeat.offset", + "path": "MedicationRequest.dosageInstruction.timing.repeat.offset", + "short": "zeitlicher Abstand der Gabe zum beschriebenen Zeitpunkt", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.asNeeded[x]", + "path": "MedicationRequest.dosageInstruction.asNeeded[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationRequest.dosageInstruction.asNeeded[x]:asNeededBoolean", + "path": "MedicationRequest.dosageInstruction.asNeeded[x]", + "sliceName": "asNeededBoolean", + "short": "Bedarfsmedikation", + "min": 0, + "max": "1", + "type": [ + { + "code": "boolean" + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.site", + "path": "MedicationRequest.dosageInstruction.site", + "short": "Körperstelle der Verabreichung", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.site.coding", + "path": "MedicationRequest.dosageInstruction.site.coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.site.coding:SNOMED-CT", + "path": "MedicationRequest.dosageInstruction.site.coding", + "sliceName": "SNOMED-CT", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://snomed.info/sct" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.site.coding:SNOMED-CT.system", + "path": "MedicationRequest.dosageInstruction.site.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.site.coding:SNOMED-CT.code", + "path": "MedicationRequest.dosageInstruction.site.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.site.coding:SNOMED-CT.display", + "path": "MedicationRequest.dosageInstruction.site.coding.display", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.site.text", + "path": "MedicationRequest.dosageInstruction.site.text", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.route", + "path": "MedicationRequest.dosageInstruction.route", + "short": "Route", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.route.coding", + "path": "MedicationRequest.dosageInstruction.route.coding", + "slicing": { + "discriminator": [ + { + "type": "pattern", + "path": "$this" + } + ], + "rules": "open" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.route.coding:EDQM", + "path": "MedicationRequest.dosageInstruction.route.coding", + "sliceName": "EDQM", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://standardterms.edqm.eu" + }, + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/uv/ips/ValueSet/medicine-route-of-administration" + } + }, + { + "id": "MedicationRequest.dosageInstruction.route.coding:EDQM.system", + "path": "MedicationRequest.dosageInstruction.route.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.route.coding:EDQM.code", + "path": "MedicationRequest.dosageInstruction.route.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.route.coding:EDQM.display", + "path": "MedicationRequest.dosageInstruction.route.coding.display", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.route.coding:SNOMED-CT", + "path": "MedicationRequest.dosageInstruction.route.coding", + "sliceName": "SNOMED-CT", + "min": 0, + "max": "1", + "patternCoding": { + "system": "http://snomed.info/sct" + }, + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "https://gematik.de/fhir/isik/v3/Medikation/ValueSet/SctRouteOfAdministration" + } + }, + { + "id": "MedicationRequest.dosageInstruction.route.coding:SNOMED-CT.system", + "path": "MedicationRequest.dosageInstruction.route.coding.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.route.coding:SNOMED-CT.code", + "path": "MedicationRequest.dosageInstruction.route.coding.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.route.coding:SNOMED-CT.display", + "path": "MedicationRequest.dosageInstruction.route.coding.display", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.route.text", + "path": "MedicationRequest.dosageInstruction.route.text", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate", + "path": "MedicationRequest.dosageInstruction.doseAndRate", + "short": "Angaben zu Dosis und Rate", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]", + "sliceName": "doseRange", + "short": "Dosisbereich", + "min": 0, + "max": "1", + "type": [ + { + "code": "Range" + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.low", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x].low", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.low.value", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x].low.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.low.unit", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x].low.unit", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.low.system", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x].low.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.low.code", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x].low.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.high", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x].high", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.high.value", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x].high.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.high.unit", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x].high.unit", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.high.system", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x].high.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseRange.high.code", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x].high.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantity", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]", + "sliceName": "doseQuantity", + "short": "Dosis", + "min": 0, + "max": "1", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantity.value", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x].value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantity.unit", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x].unit", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantity.system", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x].system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.dose[x]:doseQuantity.code", + "path": "MedicationRequest.dosageInstruction.doseAndRate.dose[x].code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]", + "sliceName": "rateRatio", + "short": "Raten-Verhältnis", + "min": 0, + "max": "1", + "type": [ + { + "code": "Ratio" + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.numerator", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].numerator", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.numerator.value", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].numerator.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.numerator.unit", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].numerator.unit", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.numerator.system", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].numerator.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.numerator.code", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].numerator.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.denominator", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].denominator", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.denominator.value", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].denominator.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.denominator.unit", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].denominator.unit", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.denominator.system", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].denominator.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRatio.denominator.code", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].denominator.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]", + "sliceName": "rateRange", + "short": "Raten-Bereich", + "min": 0, + "max": "1", + "type": [ + { + "code": "Range" + } + ], + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.low", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].low", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.low.value", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].low.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.low.unit", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].low.unit", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.low.system", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].low.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.low.code", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].low.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.high", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].high", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.high.value", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].high.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.high.unit", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].high.unit", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.high.system", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].high.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateRange.high.code", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].high.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateQuantity", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]", + "sliceName": "rateQuantity", + "short": "Rate", + "min": 0, + "max": "1", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateQuantity.value", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateQuantity.unit", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].unit", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateQuantity.system", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.doseAndRate.rate[x]:rateQuantity.code", + "path": "MedicationRequest.dosageInstruction.doseAndRate.rate[x].code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.maxDosePerPeriod", + "path": "MedicationRequest.dosageInstruction.maxDosePerPeriod", + "short": "Maximaldosis (Zähler) pro Zeitraum (Nenner)", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator", + "path": "MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.value", + "path": "MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.unit", + "path": "MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.unit", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.system", + "path": "MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.code", + "path": "MedicationRequest.dosageInstruction.maxDosePerPeriod.numerator.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator", + "path": "MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.value", + "path": "MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.unit", + "path": "MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.unit", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.system", + "path": "MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.code", + "path": "MedicationRequest.dosageInstruction.maxDosePerPeriod.denominator.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.maxDosePerAdministration", + "path": "MedicationRequest.dosageInstruction.maxDosePerAdministration", + "short": "Maximaldosis pro Verabreichung", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.maxDosePerAdministration.value", + "path": "MedicationRequest.dosageInstruction.maxDosePerAdministration.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.maxDosePerAdministration.unit", + "path": "MedicationRequest.dosageInstruction.maxDosePerAdministration.unit", + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.maxDosePerAdministration.system", + "path": "MedicationRequest.dosageInstruction.maxDosePerAdministration.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dosageInstruction.maxDosePerAdministration.code", + "path": "MedicationRequest.dosageInstruction.maxDosePerAdministration.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dispenseRequest", + "path": "MedicationRequest.dispenseRequest", + "mustSupport": true + }, + { + "id": "MedicationRequest.dispenseRequest.quantity", + "path": "MedicationRequest.dispenseRequest.quantity", + "short": "angeforderte Abgabemenge", + "patternQuantity": { + "system": "http://unitsofmeasure.org" + }, + "mustSupport": true + }, + { + "id": "MedicationRequest.dispenseRequest.quantity.value", + "path": "MedicationRequest.dispenseRequest.quantity.value", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dispenseRequest.quantity.unit", + "path": "MedicationRequest.dispenseRequest.quantity.unit", + "mustSupport": true + }, + { + "id": "MedicationRequest.dispenseRequest.quantity.system", + "path": "MedicationRequest.dispenseRequest.quantity.system", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.dispenseRequest.quantity.code", + "path": "MedicationRequest.dispenseRequest.quantity.code", + "min": 1, + "mustSupport": true + }, + { + "id": "MedicationRequest.substitution", + "path": "MedicationRequest.substitution", + "short": "Ersatz zulässig", + "mustSupport": true + }, + { + "id": "MedicationRequest.substitution.allowed[x]", + "path": "MedicationRequest.substitution.allowed[x]", + "slicing": { + "discriminator": [ + { + "type": "type", + "path": "$this" + } + ], + "ordered": false, + "rules": "open" + } + }, + { + "id": "MedicationRequest.substitution.allowed[x]:allowedBoolean", + "path": "MedicationRequest.substitution.allowed[x]", + "sliceName": "allowedBoolean", + "min": 0, + "max": "1", + "type": [ + { + "code": "boolean" + } + ], + "mustSupport": true + } + ] + } +} diff --git a/IG/3.0.4/artifacts/Resources/fsh-generated/resources/ValueSet-SctRouteOfAdministration.json b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/ValueSet-SctRouteOfAdministration.json new file mode 100644 index 00000000..2a9c88cc --- /dev/null +++ b/IG/3.0.4/artifacts/Resources/fsh-generated/resources/ValueSet-SctRouteOfAdministration.json @@ -0,0 +1,26 @@ +{ + "resourceType": "ValueSet", + "status": "active", + "name": "SctRouteOfAdministration", + "id": "SctRouteOfAdministration", + "description": "Enthaelt alle SNOMED CT Administrationsarten", + "version": "3.0.4", + "url": "https://gematik.de/fhir/isik/v3/Medikation/ValueSet/SctRouteOfAdministration", + "experimental": false, + "publisher": "gematik GmbH", + "date": "2024-11-20", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "filter": [ + { + "property": "concept", + "op": "is-a", + "value": "284009009" + } + ] + } + ] + } +} diff --git a/IG/3.0.4/static/styles/common/bootstrap/bootstrap.css b/IG/3.0.4/static/styles/common/bootstrap/bootstrap.css new file mode 100644 index 00000000..55c7b1e9 --- /dev/null +++ b/IG/3.0.4/static/styles/common/bootstrap/bootstrap.css @@ -0,0 +1,6271 @@ +@charset "UTF-8"; +/*-------------------------------------------------------------- +Bootstrap overridden variables +--------------------------------------------------------------*/ +.bg-gray-base { + background-color: #000; } + +.bg-gray-darker { + background-color: #222222; } + +.bg-gray-dark { + background-color: #333333; } + +.bg-gray { + background-color: #555555; } + +.bg-gray-light { + background-color: #777777; } + +.bg-gray-lighter { + background-color: #eeeeee; } + +/*! + * Bootstrap v3.3.6 (http://getbootstrap.com) + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ +/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ +html { + font-family: sans-serif; + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; } + +body { + margin: 0; } + +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +menu, +nav, +section, +summary { + display: block; } + +audio, +canvas, +progress, +video { + display: inline-block; + vertical-align: baseline; } + +audio:not([controls]) { + display: none; + height: 0; } + +[hidden], +template { + display: none; } + +a { + background-color: transparent; } + +a:active, +a:hover { + outline: 0; } + +abbr[title] { + border-bottom: 1px dotted; } + +b, +strong { + font-weight: bold; } + +dfn { + font-style: italic; } + +h1 { + font-size: 2em; + margin: 0.67em 0; } + +mark { + background: #ff0; + color: #000; } + +small { + font-size: 80%; } + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; } + +sup { + top: -0.5em; } + +sub { + bottom: -0.25em; } + +img { + border: 0; } + +svg:not(:root) { + overflow: hidden; } + +figure { + margin: 1em 40px; } + +hr { + box-sizing: content-box; + height: 0; } + +pre { + overflow: auto; } + +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em; } + +button, +input, +optgroup, +select, +textarea { + color: inherit; + font: inherit; + margin: 0; } + +button { + overflow: visible; } + +button, +select { + text-transform: none; } + +button, +html input[type="button"], +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; + cursor: pointer; } + +button[disabled], +html input[disabled] { + cursor: default; } + +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; } + +input { + line-height: normal; } + +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; + padding: 0; } + +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto; } + +input[type="search"] { + -webkit-appearance: textfield; + box-sizing: content-box; } + +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; } + +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; } + +legend { + border: 0; + padding: 0; } + +textarea { + overflow: auto; } + +optgroup { + font-weight: bold; } + +table { + border-collapse: collapse; + border-spacing: 0; } + +td, +th { + padding: 0; } + +/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ +@media print { + *, + *:before, + *:after { + background: transparent !important; + color: #000 !important; + box-shadow: none !important; + text-shadow: none !important; } + a, + a:visited { + text-decoration: underline; } + a[href]:after { + content: " (" attr(href) ")"; } + abbr[title]:after { + content: " (" attr(title) ")"; } + a[href^="#"]:after, + a[href^="javascript:"]:after { + content: ""; } + pre, + blockquote { + border: 1px solid #999; + page-break-inside: avoid; } + thead { + display: table-header-group; } + tr, + img { + page-break-inside: avoid; } + img { + max-width: 100% !important; } + p, + h2, + h3 { + orphans: 3; + widows: 3; } + h2, + h3 { + page-break-after: avoid; } + .navbar { + display: none; } + .btn > .caret, + .dropup > .btn > .caret { + border-top-color: #000 !important; } + .label { + border: 1px solid #000; } + .table { + border-collapse: collapse !important; } + .table td, + .table th { + background-color: #fff !important; } + .table-bordered th, + .table-bordered td { + border: 1px solid #ddd !important; } } + +@font-face { + font-family: 'Glyphicons Halflings'; + src: url("fonts/glyphicons-halflings-regular.eot"); + src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); } + +.glyphicon { + position: relative; + top: 1px; + display: inline-block; + font-family: 'Glyphicons Halflings'; + font-style: normal; + font-weight: normal; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } + +.glyphicon-asterisk:before { + content: "\002a"; } + +.glyphicon-plus:before { + content: "\002b"; } + +.glyphicon-euro:before, +.glyphicon-eur:before { + content: "\20ac"; } + +.glyphicon-minus:before { + content: "\2212"; } + +.glyphicon-cloud:before { + content: "\2601"; } + +.glyphicon-envelope:before { + content: "\2709"; } + +.glyphicon-pencil:before { + content: "\270f"; } + +.glyphicon-glass:before { + content: "\e001"; } + +.glyphicon-music:before { + content: "\e002"; } + +.glyphicon-search:before { + content: "\e003"; } + +.glyphicon-heart:before { + content: "\e005"; } + +.glyphicon-star:before { + content: "\e006"; } + +.glyphicon-star-empty:before { + content: "\e007"; } + +.glyphicon-user:before { + content: "\e008"; } + +.glyphicon-film:before { + content: "\e009"; } + +.glyphicon-th-large:before { + content: "\e010"; } + +.glyphicon-th:before { + content: "\e011"; } + +.glyphicon-th-list:before { + content: "\e012"; } + +.glyphicon-ok:before { + content: "\e013"; } + +.glyphicon-remove:before { + content: "\e014"; } + +.glyphicon-zoom-in:before { + content: "\e015"; } + +.glyphicon-zoom-out:before { + content: "\e016"; } + +.glyphicon-off:before { + content: "\e017"; } + +.glyphicon-signal:before { + content: "\e018"; } + +.glyphicon-cog:before { + content: "\e019"; } + +.glyphicon-trash:before { + content: "\e020"; } + +.glyphicon-home:before { + content: "\e021"; } + +.glyphicon-file:before { + content: "\e022"; } + +.glyphicon-time:before { + content: "\e023"; } + +.glyphicon-road:before { + content: "\e024"; } + +.glyphicon-download-alt:before { + content: "\e025"; } + +.glyphicon-download:before { + content: "\e026"; } + +.glyphicon-upload:before { + content: "\e027"; } + +.glyphicon-inbox:before { + content: "\e028"; } + +.glyphicon-play-circle:before { + content: "\e029"; } + +.glyphicon-repeat:before { + content: "\e030"; } + +.glyphicon-refresh:before { + content: "\e031"; } + +.glyphicon-list-alt:before { + content: "\e032"; } + +.glyphicon-lock:before { + content: "\e033"; } + +.glyphicon-flag:before { + content: "\e034"; } + +.glyphicon-headphones:before { + content: "\e035"; } + +.glyphicon-volume-off:before { + content: "\e036"; } + +.glyphicon-volume-down:before { + content: "\e037"; } + +.glyphicon-volume-up:before { + content: "\e038"; } + +.glyphicon-qrcode:before { + content: "\e039"; } + +.glyphicon-barcode:before { + content: "\e040"; } + +.glyphicon-tag:before { + content: "\e041"; } + +.glyphicon-tags:before { + content: "\e042"; } + +.glyphicon-book:before { + content: "\e043"; } + +.glyphicon-bookmark:before { + content: "\e044"; } + +.glyphicon-print:before { + content: "\e045"; } + +.glyphicon-camera:before { + content: "\e046"; } + +.glyphicon-font:before { + content: "\e047"; } + +.glyphicon-bold:before { + content: "\e048"; } + +.glyphicon-italic:before { + content: "\e049"; } + +.glyphicon-text-height:before { + content: "\e050"; } + +.glyphicon-text-width:before { + content: "\e051"; } + +.glyphicon-align-left:before { + content: "\e052"; } + +.glyphicon-align-center:before { + content: "\e053"; } + +.glyphicon-align-right:before { + content: "\e054"; } + +.glyphicon-align-justify:before { + content: "\e055"; } + +.glyphicon-list:before { + content: "\e056"; } + +.glyphicon-indent-left:before { + content: "\e057"; } + +.glyphicon-indent-right:before { + content: "\e058"; } + +.glyphicon-facetime-video:before { + content: "\e059"; } + +.glyphicon-picture:before { + content: "\e060"; } + +.glyphicon-map-marker:before { + content: "\e062"; } + +.glyphicon-adjust:before { + content: "\e063"; } + +.glyphicon-tint:before { + content: "\e064"; } + +.glyphicon-edit:before { + content: "\e065"; } + +.glyphicon-share:before { + content: "\e066"; } + +.glyphicon-check:before { + content: "\e067"; } + +.glyphicon-move:before { + content: "\e068"; } + +.glyphicon-step-backward:before { + content: "\e069"; } + +.glyphicon-fast-backward:before { + content: "\e070"; } + +.glyphicon-backward:before { + content: "\e071"; } + +.glyphicon-play:before { + content: "\e072"; } + +.glyphicon-pause:before { + content: "\e073"; } + +.glyphicon-stop:before { + content: "\e074"; } + +.glyphicon-forward:before { + content: "\e075"; } + +.glyphicon-fast-forward:before { + content: "\e076"; } + +.glyphicon-step-forward:before { + content: "\e077"; } + +.glyphicon-eject:before { + content: "\e078"; } + +.glyphicon-chevron-left:before { + content: "\e079"; } + +.glyphicon-chevron-right:before { + content: "\e080"; } + +.glyphicon-plus-sign:before { + content: "\e081"; } + +.glyphicon-minus-sign:before { + content: "\e082"; } + +.glyphicon-remove-sign:before { + content: "\e083"; } + +.glyphicon-ok-sign:before { + content: "\e084"; } + +.glyphicon-question-sign:before { + content: "\e085"; } + +.glyphicon-info-sign:before { + content: "\e086"; } + +.glyphicon-screenshot:before { + content: "\e087"; } + +.glyphicon-remove-circle:before { + content: "\e088"; } + +.glyphicon-ok-circle:before { + content: "\e089"; } + +.glyphicon-ban-circle:before { + content: "\e090"; } + +.glyphicon-arrow-left:before { + content: "\e091"; } + +.glyphicon-arrow-right:before { + content: "\e092"; } + +.glyphicon-arrow-up:before { + content: "\e093"; } + +.glyphicon-arrow-down:before { + content: "\e094"; } + +.glyphicon-share-alt:before { + content: "\e095"; } + +.glyphicon-resize-full:before { + content: "\e096"; } + +.glyphicon-resize-small:before { + content: "\e097"; } + +.glyphicon-exclamation-sign:before { + content: "\e101"; } + +.glyphicon-gift:before { + content: "\e102"; } + +.glyphicon-leaf:before { + content: "\e103"; } + +.glyphicon-fire:before { + content: "\e104"; } + +.glyphicon-eye-open:before { + content: "\e105"; } + +.glyphicon-eye-close:before { + content: "\e106"; } + +.glyphicon-warning-sign:before { + content: "\e107"; } + +.glyphicon-plane:before { + content: "\e108"; } + +.glyphicon-calendar:before { + content: "\e109"; } + +.glyphicon-random:before { + content: "\e110"; } + +.glyphicon-comment:before { + content: "\e111"; } + +.glyphicon-magnet:before { + content: "\e112"; } + +.glyphicon-chevron-up:before { + content: "\e113"; } + +.glyphicon-chevron-down:before { + content: "\e114"; } + +.glyphicon-retweet:before { + content: "\e115"; } + +.glyphicon-shopping-cart:before { + content: "\e116"; } + +.glyphicon-folder-close:before { + content: "\e117"; } + +.glyphicon-folder-open:before { + content: "\e118"; } + +.glyphicon-resize-vertical:before { + content: "\e119"; } + +.glyphicon-resize-horizontal:before { + content: "\e120"; } + +.glyphicon-hdd:before { + content: "\e121"; } + +.glyphicon-bullhorn:before { + content: "\e122"; } + +.glyphicon-bell:before { + content: "\e123"; } + +.glyphicon-certificate:before { + content: "\e124"; } + +.glyphicon-thumbs-up:before { + content: "\e125"; } + +.glyphicon-thumbs-down:before { + content: "\e126"; } + +.glyphicon-hand-right:before { + content: "\e127"; } + +.glyphicon-hand-left:before { + content: "\e128"; } + +.glyphicon-hand-up:before { + content: "\e129"; } + +.glyphicon-hand-down:before { + content: "\e130"; } + +.glyphicon-circle-arrow-right:before { + content: "\e131"; } + +.glyphicon-circle-arrow-left:before { + content: "\e132"; } + +.glyphicon-circle-arrow-up:before { + content: "\e133"; } + +.glyphicon-circle-arrow-down:before { + content: "\e134"; } + +.glyphicon-globe:before { + content: "\e135"; } + +.glyphicon-wrench:before { + content: "\e136"; } + +.glyphicon-tasks:before { + content: "\e137"; } + +.glyphicon-filter:before { + content: "\e138"; } + +.glyphicon-briefcase:before { + content: "\e139"; } + +.glyphicon-fullscreen:before { + content: "\e140"; } + +.glyphicon-dashboard:before { + content: "\e141"; } + +.glyphicon-paperclip:before { + content: "\e142"; } + +.glyphicon-heart-empty:before { + content: "\e143"; } + +.glyphicon-link:before { + content: "\e144"; } + +.glyphicon-phone:before { + content: "\e145"; } + +.glyphicon-pushpin:before { + content: "\e146"; } + +.glyphicon-usd:before { + content: "\e148"; } + +.glyphicon-gbp:before { + content: "\e149"; } + +.glyphicon-sort:before { + content: "\e150"; } + +.glyphicon-sort-by-alphabet:before { + content: "\e151"; } + +.glyphicon-sort-by-alphabet-alt:before { + content: "\e152"; } + +.glyphicon-sort-by-order:before { + content: "\e153"; } + +.glyphicon-sort-by-order-alt:before { + content: "\e154"; } + +.glyphicon-sort-by-attributes:before { + content: "\e155"; } + +.glyphicon-sort-by-attributes-alt:before { + content: "\e156"; } + +.glyphicon-unchecked:before { + content: "\e157"; } + +.glyphicon-expand:before { + content: "\e158"; } + +.glyphicon-collapse-down:before { + content: "\e159"; } + +.glyphicon-collapse-up:before { + content: "\e160"; } + +.glyphicon-log-in:before { + content: "\e161"; } + +.glyphicon-flash:before { + content: "\e162"; } + +.glyphicon-log-out:before { + content: "\e163"; } + +.glyphicon-new-window:before { + content: "\e164"; } + +.glyphicon-record:before { + content: "\e165"; } + +.glyphicon-save:before { + content: "\e166"; } + +.glyphicon-open:before { + content: "\e167"; } + +.glyphicon-saved:before { + content: "\e168"; } + +.glyphicon-import:before { + content: "\e169"; } + +.glyphicon-export:before { + content: "\e170"; } + +.glyphicon-send:before { + content: "\e171"; } + +.glyphicon-floppy-disk:before { + content: "\e172"; } + +.glyphicon-floppy-saved:before { + content: "\e173"; } + +.glyphicon-floppy-remove:before { + content: "\e174"; } + +.glyphicon-floppy-save:before { + content: "\e175"; } + +.glyphicon-floppy-open:before { + content: "\e176"; } + +.glyphicon-credit-card:before { + content: "\e177"; } + +.glyphicon-transfer:before { + content: "\e178"; } + +.glyphicon-cutlery:before { + content: "\e179"; } + +.glyphicon-header:before { + content: "\e180"; } + +.glyphicon-compressed:before { + content: "\e181"; } + +.glyphicon-earphone:before { + content: "\e182"; } + +.glyphicon-phone-alt:before { + content: "\e183"; } + +.glyphicon-tower:before { + content: "\e184"; } + +.glyphicon-stats:before { + content: "\e185"; } + +.glyphicon-sd-video:before { + content: "\e186"; } + +.glyphicon-hd-video:before { + content: "\e187"; } + +.glyphicon-subtitles:before { + content: "\e188"; } + +.glyphicon-sound-stereo:before { + content: "\e189"; } + +.glyphicon-sound-dolby:before { + content: "\e190"; } + +.glyphicon-sound-5-1:before { + content: "\e191"; } + +.glyphicon-sound-6-1:before { + content: "\e192"; } + +.glyphicon-sound-7-1:before { + content: "\e193"; } + +.glyphicon-copyright-mark:before { + content: "\e194"; } + +.glyphicon-registration-mark:before { + content: "\e195"; } + +.glyphicon-cloud-download:before { + content: "\e197"; } + +.glyphicon-cloud-upload:before { + content: "\e198"; } + +.glyphicon-tree-conifer:before { + content: "\e199"; } + +.glyphicon-tree-deciduous:before { + content: "\e200"; } + +.glyphicon-cd:before { + content: "\e201"; } + +.glyphicon-save-file:before { + content: "\e202"; } + +.glyphicon-open-file:before { + content: "\e203"; } + +.glyphicon-level-up:before { + content: "\e204"; } + +.glyphicon-copy:before { + content: "\e205"; } + +.glyphicon-paste:before { + content: "\e206"; } + +.glyphicon-alert:before { + content: "\e209"; } + +.glyphicon-equalizer:before { + content: "\e210"; } + +.glyphicon-king:before { + content: "\e211"; } + +.glyphicon-queen:before { + content: "\e212"; } + +.glyphicon-pawn:before { + content: "\e213"; } + +.glyphicon-bishop:before { + content: "\e214"; } + +.glyphicon-knight:before { + content: "\e215"; } + +.glyphicon-baby-formula:before { + content: "\e216"; } + +.glyphicon-tent:before { + content: "\26fa"; } + +.glyphicon-blackboard:before { + content: "\e218"; } + +.glyphicon-bed:before { + content: "\e219"; } + +.glyphicon-apple:before { + content: "\f8ff"; } + +.glyphicon-erase:before { + content: "\e221"; } + +.glyphicon-hourglass:before { + content: "\231b"; } + +.glyphicon-lamp:before { + content: "\e223"; } + +.glyphicon-duplicate:before { + content: "\e224"; } + +.glyphicon-piggy-bank:before { + content: "\e225"; } + +.glyphicon-scissors:before { + content: "\e226"; } + +.glyphicon-bitcoin:before { + content: "\e227"; } + +.glyphicon-btc:before { + content: "\e227"; } + +.glyphicon-xbt:before { + content: "\e227"; } + +.glyphicon-yen:before { + content: "\00a5"; } + +.glyphicon-jpy:before { + content: "\00a5"; } + +.glyphicon-ruble:before { + content: "\20bd"; } + +.glyphicon-rub:before { + content: "\20bd"; } + +.glyphicon-scale:before { + content: "\e230"; } + +.glyphicon-ice-lolly:before { + content: "\e231"; } + +.glyphicon-ice-lolly-tasted:before { + content: "\e232"; } + +.glyphicon-education:before { + content: "\e233"; } + +.glyphicon-option-horizontal:before { + content: "\e234"; } + +.glyphicon-option-vertical:before { + content: "\e235"; } + +.glyphicon-menu-hamburger:before { + content: "\e236"; } + +.glyphicon-modal-window:before { + content: "\e237"; } + +.glyphicon-oil:before { + content: "\e238"; } + +.glyphicon-grain:before { + content: "\e239"; } + +.glyphicon-sunglasses:before { + content: "\e240"; } + +.glyphicon-text-size:before { + content: "\e241"; } + +.glyphicon-text-color:before { + content: "\e242"; } + +.glyphicon-text-background:before { + content: "\e243"; } + +.glyphicon-object-align-top:before { + content: "\e244"; } + +.glyphicon-object-align-bottom:before { + content: "\e245"; } + +.glyphicon-object-align-horizontal:before { + content: "\e246"; } + +.glyphicon-object-align-left:before { + content: "\e247"; } + +.glyphicon-object-align-vertical:before { + content: "\e248"; } + +.glyphicon-object-align-right:before { + content: "\e249"; } + +.glyphicon-triangle-right:before { + content: "\e250"; } + +.glyphicon-triangle-left:before { + content: "\e251"; } + +.glyphicon-triangle-bottom:before { + content: "\e252"; } + +.glyphicon-triangle-top:before { + content: "\e253"; } + +.glyphicon-console:before { + content: "\e254"; } + +.glyphicon-superscript:before { + content: "\e255"; } + +.glyphicon-subscript:before { + content: "\e256"; } + +.glyphicon-menu-left:before { + content: "\e257"; } + +.glyphicon-menu-right:before { + content: "\e258"; } + +.glyphicon-menu-down:before { + content: "\e259"; } + +.glyphicon-menu-up:before { + content: "\e260"; } + +* { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } + +*:before, +*:after { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } + +html { + font-size: 10px; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } + +body { + font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 1.42857; + color: #333333; + background-color: #fff; } + +input, +button, +select, +textarea { + font-family: inherit; + font-size: inherit; + line-height: inherit; } + +a { + color: #16a2c5; + text-decoration: none; } + a:hover, a:focus { + color: #0e6980; + 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; } + +.img-responsive { + display: block; + max-width: 100%; + height: auto; } + +.img-rounded { + border-radius: 6px; } + +.img-thumbnail { + padding: 4px; + line-height: 1.42857; + 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; + display: inline-block; + max-width: 100%; + height: auto; } + +.img-circle { + border-radius: 50%; } + +hr { + margin-top: 20px; + margin-bottom: 20px; + border: 0; + border-top: 1px solid #eeeeee; } + +.sr-only { + position: absolute; + width: 1px; + height: 1px; + margin: -1px; + padding: 0; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; } + +.sr-only-focusable:active, .sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; } + +[role="button"] { + cursor: pointer; } + +h1, h2, h3, h4, h5, h6, +.h1, .h2, .h3, .h4, .h5, .h6 { + font-family: inherit; + font-weight: 400; + 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: normal; + line-height: 1; + color: #777777; } + +h1, .h1, +h2, .h2, +h3, .h3 { + margin-top: 20px; + margin-bottom: 10px; } + h1 small, + h1 .small, .h1 small, + .h1 .small, + h2 small, + h2 .small, .h2 small, + .h2 .small, + h3 small, + h3 .small, .h3 small, + .h3 .small { + font-size: 65%; } + +h4, .h4, +h5, .h5, +h6, .h6 { + margin-top: 10px; + margin-bottom: 10px; } + h4 small, + h4 .small, .h4 small, + .h4 .small, + h5 small, + h5 .small, .h5 small, + .h5 .small, + h6 small, + h6 .small, .h6 small, + .h6 .small { + font-size: 75%; } + +h1, .h1 { + font-size: 30px; } + +h2, .h2 { + font-size: 23px; } + +h3, .h3 { + font-size: 18px; } + +h4, .h4 { + font-size: 16px; } + +h5, .h5 { + font-size: 14px; } + +h6, .h6 { + font-size: 12px; } + +p { + margin: 0 0 10px; } + +.lead { + margin-bottom: 20px; + font-size: 16px; + font-weight: 300; + line-height: 1.4; } + @media (min-width: 768px) { + .lead { + font-size: 21px; } } + +small, +.small { + font-size: 85%; } + +mark, +.mark { + background-color: #fcf8e3; + padding: .2em; } + +.text-left { + text-align: left; } + +.text-right { + text-align: right; } + +.text-center { + text-align: center; } + +.text-justify { + text-align: justify; } + +.text-nowrap { + white-space: nowrap; } + +.text-lowercase { + text-transform: lowercase; } + +.text-uppercase, .initialism { + text-transform: uppercase; } + +.text-capitalize { + text-transform: capitalize; } + +.text-muted { + color: #777777; } + +.text-primary { + color: #16a2c5; } + +a.text-primary:hover, +a.text-primary:focus { + color: #117c97; } + +.text-success { + color: #3c763d; } + +a.text-success:hover, +a.text-success:focus { + color: #2b542c; } + +.text-info { + color: #31708f; } + +a.text-info:hover, +a.text-info:focus { + color: #245269; } + +.text-warning { + color: #8a6d3b; } + +a.text-warning:hover, +a.text-warning:focus { + color: #66512c; } + +.text-danger { + color: #a94442; } + +a.text-danger:hover, +a.text-danger:focus { + color: #843534; } + +.bg-primary { + color: #fff; } + +.bg-primary { + background-color: #16a2c5; } + +a.bg-primary:hover, +a.bg-primary:focus { + background-color: #117c97; } + +.bg-success { + background-color: #dff0d8; } + +a.bg-success:hover, +a.bg-success:focus { + background-color: #c1e2b3; } + +.bg-info { + background-color: #d9edf7; } + +a.bg-info:hover, +a.bg-info:focus { + background-color: #afd9ee; } + +.bg-warning { + background-color: #fcf8e3; } + +a.bg-warning:hover, +a.bg-warning:focus { + background-color: #f7ecb5; } + +.bg-danger { + background-color: #f2dede; } + +a.bg-danger:hover, +a.bg-danger:focus { + background-color: #e4b9b9; } + +.page-header { + padding-bottom: 9px; + margin: 40px 0 20px; + border-bottom: 1px solid #eeeeee; } + +ul, +ol { + margin-top: 0; + margin-bottom: 10px; } + ul ul, + ul ol, + ol ul, + ol ol { + margin-bottom: 0; } + +.list-unstyled { + padding-left: 0; + list-style: none; } + +.list-inline { + padding-left: 0; + list-style: none; + margin-left: -5px; } + .list-inline > li { + display: inline-block; + padding-left: 5px; + padding-right: 5px; } + +dl { + margin-top: 0; + margin-bottom: 20px; } + +dt, +dd { + line-height: 1.42857; } + +dt { + font-weight: bold; } + +dd { + margin-left: 0; } + +.dl-horizontal dd:before, .dl-horizontal dd:after { + content: " "; + display: table; } + +.dl-horizontal dd:after { + clear: both; } + +@media (min-width: 768px) { + .dl-horizontal dt { + float: left; + width: 160px; + clear: left; + text-align: right; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } + .dl-horizontal dd { + margin-left: 180px; } } + +abbr[title], +abbr[data-original-title] { + cursor: help; + border-bottom: 1px dotted #777777; } + +.initialism { + font-size: 90%; } + +blockquote { + padding: 10px 20px; + margin: 0 0 20px; + font-size: 17.5px; + border-left: 5px solid #eeeeee; } + blockquote p:last-child, + blockquote ul:last-child, + blockquote ol:last-child { + margin-bottom: 0; } + blockquote footer, + blockquote small, + blockquote .small { + display: block; + font-size: 80%; + line-height: 1.42857; + color: #777777; } + blockquote footer:before, + blockquote small:before, + blockquote .small:before { + content: '\2014 \00A0'; } + +.blockquote-reverse, +blockquote.pull-right { + padding-right: 15px; + padding-left: 0; + border-right: 5px solid #eeeeee; + border-left: 0; + text-align: right; } + .blockquote-reverse footer:before, + .blockquote-reverse small:before, + .blockquote-reverse .small:before, + blockquote.pull-right footer:before, + blockquote.pull-right small:before, + blockquote.pull-right .small:before { + content: ''; } + .blockquote-reverse footer:after, + .blockquote-reverse small:after, + .blockquote-reverse .small:after, + blockquote.pull-right footer:after, + blockquote.pull-right small:after, + blockquote.pull-right .small:after { + content: '\00A0 \2014'; } + +address { + margin-bottom: 20px; + font-style: normal; + line-height: 1.42857; } + +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; + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } + kbd kbd { + padding: 0; + font-size: 100%; + font-weight: bold; + box-shadow: none; } + +pre { + display: block; + padding: 9.5px; + margin: 0 0 10px; + font-size: 13px; + line-height: 1.42857; + word-break: break-all; + word-wrap: break-word; + color: #333333; + background-color: transparent; + border: 1px solid transparent; + border-radius: 4px; } + pre code { + padding: 0; + font-size: inherit; + color: inherit; + white-space: pre-wrap; + background-color: transparent; + border-radius: 0; } + +.pre-scrollable { + max-height: 340px; + overflow-y: scroll; } + +.container { + margin-right: auto; + margin-left: auto; + padding-left: 15px; + padding-right: 15px; } + .container:before, .container:after { + content: " "; + display: table; } + .container:after { + clear: both; } + @media (min-width: 768px) { + .container { + width: 750px; } } + @media (min-width: 992px) { + .container { + width: 970px; } } + @media (min-width: 1200px) { + .container { + width: 1170px; } } + +.container-fluid { + margin-right: auto; + margin-left: auto; + padding-left: 15px; + padding-right: 15px; } + .container-fluid:before, .container-fluid:after { + content: " "; + display: table; } + .container-fluid:after { + clear: both; } + +.row { + margin-left: -15px; + margin-right: -15px; } + .row:before, .row:after { + content: " "; + display: table; } + .row:after { + clear: both; } + +.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 { + position: relative; + min-height: 1px; + padding-left: 15px; + padding-right: 15px; } + +.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 { + float: left; } + +.col-xs-1 { + width: 4.16667%; } + +.col-xs-2 { + width: 8.33333%; } + +.col-xs-3 { + width: 12.5%; } + +.col-xs-4 { + width: 16.66667%; } + +.col-xs-5 { + width: 20.83333%; } + +.col-xs-6 { + width: 25%; } + +.col-xs-7 { + width: 29.16667%; } + +.col-xs-8 { + width: 33.33333%; } + +.col-xs-9 { + width: 37.5%; } + +.col-xs-10 { + width: 41.66667%; } + +.col-xs-11 { + width: 45.83333%; } + +.col-xs-12 { + width: 50%; } + +.col-xs-13 { + width: 54.16667%; } + +.col-xs-14 { + width: 58.33333%; } + +.col-xs-15 { + width: 62.5%; } + +.col-xs-16 { + width: 66.66667%; } + +.col-xs-17 { + width: 70.83333%; } + +.col-xs-18 { + width: 75%; } + +.col-xs-19 { + width: 79.16667%; } + +.col-xs-20 { + width: 83.33333%; } + +.col-xs-21 { + width: 87.5%; } + +.col-xs-22 { + width: 91.66667%; } + +.col-xs-23 { + width: 95.83333%; } + +.col-xs-24 { + width: 100%; } + +.col-xs-pull-0 { + right: auto; } + +.col-xs-pull-1 { + right: 4.16667%; } + +.col-xs-pull-2 { + right: 8.33333%; } + +.col-xs-pull-3 { + right: 12.5%; } + +.col-xs-pull-4 { + right: 16.66667%; } + +.col-xs-pull-5 { + right: 20.83333%; } + +.col-xs-pull-6 { + right: 25%; } + +.col-xs-pull-7 { + right: 29.16667%; } + +.col-xs-pull-8 { + right: 33.33333%; } + +.col-xs-pull-9 { + right: 37.5%; } + +.col-xs-pull-10 { + right: 41.66667%; } + +.col-xs-pull-11 { + right: 45.83333%; } + +.col-xs-pull-12 { + right: 50%; } + +.col-xs-pull-13 { + right: 54.16667%; } + +.col-xs-pull-14 { + right: 58.33333%; } + +.col-xs-pull-15 { + right: 62.5%; } + +.col-xs-pull-16 { + right: 66.66667%; } + +.col-xs-pull-17 { + right: 70.83333%; } + +.col-xs-pull-18 { + right: 75%; } + +.col-xs-pull-19 { + right: 79.16667%; } + +.col-xs-pull-20 { + right: 83.33333%; } + +.col-xs-pull-21 { + right: 87.5%; } + +.col-xs-pull-22 { + right: 91.66667%; } + +.col-xs-pull-23 { + right: 95.83333%; } + +.col-xs-pull-24 { + right: 100%; } + +.col-xs-push-0 { + left: auto; } + +.col-xs-push-1 { + left: 4.16667%; } + +.col-xs-push-2 { + left: 8.33333%; } + +.col-xs-push-3 { + left: 12.5%; } + +.col-xs-push-4 { + left: 16.66667%; } + +.col-xs-push-5 { + left: 20.83333%; } + +.col-xs-push-6 { + left: 25%; } + +.col-xs-push-7 { + left: 29.16667%; } + +.col-xs-push-8 { + left: 33.33333%; } + +.col-xs-push-9 { + left: 37.5%; } + +.col-xs-push-10 { + left: 41.66667%; } + +.col-xs-push-11 { + left: 45.83333%; } + +.col-xs-push-12 { + left: 50%; } + +.col-xs-push-13 { + left: 54.16667%; } + +.col-xs-push-14 { + left: 58.33333%; } + +.col-xs-push-15 { + left: 62.5%; } + +.col-xs-push-16 { + left: 66.66667%; } + +.col-xs-push-17 { + left: 70.83333%; } + +.col-xs-push-18 { + left: 75%; } + +.col-xs-push-19 { + left: 79.16667%; } + +.col-xs-push-20 { + left: 83.33333%; } + +.col-xs-push-21 { + left: 87.5%; } + +.col-xs-push-22 { + left: 91.66667%; } + +.col-xs-push-23 { + left: 95.83333%; } + +.col-xs-push-24 { + left: 100%; } + +.col-xs-offset-0 { + margin-left: 0%; } + +.col-xs-offset-1 { + margin-left: 4.16667%; } + +.col-xs-offset-2 { + margin-left: 8.33333%; } + +.col-xs-offset-3 { + margin-left: 12.5%; } + +.col-xs-offset-4 { + margin-left: 16.66667%; } + +.col-xs-offset-5 { + margin-left: 20.83333%; } + +.col-xs-offset-6 { + margin-left: 25%; } + +.col-xs-offset-7 { + margin-left: 29.16667%; } + +.col-xs-offset-8 { + margin-left: 33.33333%; } + +.col-xs-offset-9 { + margin-left: 37.5%; } + +.col-xs-offset-10 { + margin-left: 41.66667%; } + +.col-xs-offset-11 { + margin-left: 45.83333%; } + +.col-xs-offset-12 { + margin-left: 50%; } + +.col-xs-offset-13 { + margin-left: 54.16667%; } + +.col-xs-offset-14 { + margin-left: 58.33333%; } + +.col-xs-offset-15 { + margin-left: 62.5%; } + +.col-xs-offset-16 { + margin-left: 66.66667%; } + +.col-xs-offset-17 { + margin-left: 70.83333%; } + +.col-xs-offset-18 { + margin-left: 75%; } + +.col-xs-offset-19 { + margin-left: 79.16667%; } + +.col-xs-offset-20 { + margin-left: 83.33333%; } + +.col-xs-offset-21 { + margin-left: 87.5%; } + +.col-xs-offset-22 { + margin-left: 91.66667%; } + +.col-xs-offset-23 { + margin-left: 95.83333%; } + +.col-xs-offset-24 { + margin-left: 100%; } + +@media (min-width: 768px) { + .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 { + float: left; } + .col-sm-1 { + width: 4.16667%; } + .col-sm-2 { + width: 8.33333%; } + .col-sm-3 { + width: 12.5%; } + .col-sm-4 { + width: 16.66667%; } + .col-sm-5 { + width: 20.83333%; } + .col-sm-6 { + width: 25%; } + .col-sm-7 { + width: 29.16667%; } + .col-sm-8 { + width: 33.33333%; } + .col-sm-9 { + width: 37.5%; } + .col-sm-10 { + width: 41.66667%; } + .col-sm-11 { + width: 45.83333%; } + .col-sm-12 { + width: 50%; } + .col-sm-13 { + width: 54.16667%; } + .col-sm-14 { + width: 58.33333%; } + .col-sm-15 { + width: 62.5%; } + .col-sm-16 { + width: 66.66667%; } + .col-sm-17 { + width: 70.83333%; } + .col-sm-18 { + width: 75%; } + .col-sm-19 { + width: 79.16667%; } + .col-sm-20 { + width: 83.33333%; } + .col-sm-21 { + width: 87.5%; } + .col-sm-22 { + width: 91.66667%; } + .col-sm-23 { + width: 95.83333%; } + .col-sm-24 { + width: 100%; } + .col-sm-pull-0 { + right: auto; } + .col-sm-pull-1 { + right: 4.16667%; } + .col-sm-pull-2 { + right: 8.33333%; } + .col-sm-pull-3 { + right: 12.5%; } + .col-sm-pull-4 { + right: 16.66667%; } + .col-sm-pull-5 { + right: 20.83333%; } + .col-sm-pull-6 { + right: 25%; } + .col-sm-pull-7 { + right: 29.16667%; } + .col-sm-pull-8 { + right: 33.33333%; } + .col-sm-pull-9 { + right: 37.5%; } + .col-sm-pull-10 { + right: 41.66667%; } + .col-sm-pull-11 { + right: 45.83333%; } + .col-sm-pull-12 { + right: 50%; } + .col-sm-pull-13 { + right: 54.16667%; } + .col-sm-pull-14 { + right: 58.33333%; } + .col-sm-pull-15 { + right: 62.5%; } + .col-sm-pull-16 { + right: 66.66667%; } + .col-sm-pull-17 { + right: 70.83333%; } + .col-sm-pull-18 { + right: 75%; } + .col-sm-pull-19 { + right: 79.16667%; } + .col-sm-pull-20 { + right: 83.33333%; } + .col-sm-pull-21 { + right: 87.5%; } + .col-sm-pull-22 { + right: 91.66667%; } + .col-sm-pull-23 { + right: 95.83333%; } + .col-sm-pull-24 { + right: 100%; } + .col-sm-push-0 { + left: auto; } + .col-sm-push-1 { + left: 4.16667%; } + .col-sm-push-2 { + left: 8.33333%; } + .col-sm-push-3 { + left: 12.5%; } + .col-sm-push-4 { + left: 16.66667%; } + .col-sm-push-5 { + left: 20.83333%; } + .col-sm-push-6 { + left: 25%; } + .col-sm-push-7 { + left: 29.16667%; } + .col-sm-push-8 { + left: 33.33333%; } + .col-sm-push-9 { + left: 37.5%; } + .col-sm-push-10 { + left: 41.66667%; } + .col-sm-push-11 { + left: 45.83333%; } + .col-sm-push-12 { + left: 50%; } + .col-sm-push-13 { + left: 54.16667%; } + .col-sm-push-14 { + left: 58.33333%; } + .col-sm-push-15 { + left: 62.5%; } + .col-sm-push-16 { + left: 66.66667%; } + .col-sm-push-17 { + left: 70.83333%; } + .col-sm-push-18 { + left: 75%; } + .col-sm-push-19 { + left: 79.16667%; } + .col-sm-push-20 { + left: 83.33333%; } + .col-sm-push-21 { + left: 87.5%; } + .col-sm-push-22 { + left: 91.66667%; } + .col-sm-push-23 { + left: 95.83333%; } + .col-sm-push-24 { + left: 100%; } + .col-sm-offset-0 { + margin-left: 0%; } + .col-sm-offset-1 { + margin-left: 4.16667%; } + .col-sm-offset-2 { + margin-left: 8.33333%; } + .col-sm-offset-3 { + margin-left: 12.5%; } + .col-sm-offset-4 { + margin-left: 16.66667%; } + .col-sm-offset-5 { + margin-left: 20.83333%; } + .col-sm-offset-6 { + margin-left: 25%; } + .col-sm-offset-7 { + margin-left: 29.16667%; } + .col-sm-offset-8 { + margin-left: 33.33333%; } + .col-sm-offset-9 { + margin-left: 37.5%; } + .col-sm-offset-10 { + margin-left: 41.66667%; } + .col-sm-offset-11 { + margin-left: 45.83333%; } + .col-sm-offset-12 { + margin-left: 50%; } + .col-sm-offset-13 { + margin-left: 54.16667%; } + .col-sm-offset-14 { + margin-left: 58.33333%; } + .col-sm-offset-15 { + margin-left: 62.5%; } + .col-sm-offset-16 { + margin-left: 66.66667%; } + .col-sm-offset-17 { + margin-left: 70.83333%; } + .col-sm-offset-18 { + margin-left: 75%; } + .col-sm-offset-19 { + margin-left: 79.16667%; } + .col-sm-offset-20 { + margin-left: 83.33333%; } + .col-sm-offset-21 { + margin-left: 87.5%; } + .col-sm-offset-22 { + margin-left: 91.66667%; } + .col-sm-offset-23 { + margin-left: 95.83333%; } + .col-sm-offset-24 { + margin-left: 100%; } } + +@media (min-width: 992px) { + .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 { + float: left; } + .col-md-1 { + width: 4.16667%; } + .col-md-2 { + width: 8.33333%; } + .col-md-3 { + width: 12.5%; } + .col-md-4 { + width: 16.66667%; } + .col-md-5 { + width: 20.83333%; } + .col-md-6 { + width: 25%; } + .col-md-7 { + width: 29.16667%; } + .col-md-8 { + width: 33.33333%; } + .col-md-9 { + width: 37.5%; } + .col-md-10 { + width: 41.66667%; } + .col-md-11 { + width: 45.83333%; } + .col-md-12 { + width: 50%; } + .col-md-13 { + width: 54.16667%; } + .col-md-14 { + width: 58.33333%; } + .col-md-15 { + width: 62.5%; } + .col-md-16 { + width: 66.66667%; } + .col-md-17 { + width: 70.83333%; } + .col-md-18 { + width: 75%; } + .col-md-19 { + width: 79.16667%; } + .col-md-20 { + width: 83.33333%; } + .col-md-21 { + width: 87.5%; } + .col-md-22 { + width: 91.66667%; } + .col-md-23 { + width: 95.83333%; } + .col-md-24 { + width: 100%; } + .col-md-pull-0 { + right: auto; } + .col-md-pull-1 { + right: 4.16667%; } + .col-md-pull-2 { + right: 8.33333%; } + .col-md-pull-3 { + right: 12.5%; } + .col-md-pull-4 { + right: 16.66667%; } + .col-md-pull-5 { + right: 20.83333%; } + .col-md-pull-6 { + right: 25%; } + .col-md-pull-7 { + right: 29.16667%; } + .col-md-pull-8 { + right: 33.33333%; } + .col-md-pull-9 { + right: 37.5%; } + .col-md-pull-10 { + right: 41.66667%; } + .col-md-pull-11 { + right: 45.83333%; } + .col-md-pull-12 { + right: 50%; } + .col-md-pull-13 { + right: 54.16667%; } + .col-md-pull-14 { + right: 58.33333%; } + .col-md-pull-15 { + right: 62.5%; } + .col-md-pull-16 { + right: 66.66667%; } + .col-md-pull-17 { + right: 70.83333%; } + .col-md-pull-18 { + right: 75%; } + .col-md-pull-19 { + right: 79.16667%; } + .col-md-pull-20 { + right: 83.33333%; } + .col-md-pull-21 { + right: 87.5%; } + .col-md-pull-22 { + right: 91.66667%; } + .col-md-pull-23 { + right: 95.83333%; } + .col-md-pull-24 { + right: 100%; } + .col-md-push-0 { + left: auto; } + .col-md-push-1 { + left: 4.16667%; } + .col-md-push-2 { + left: 8.33333%; } + .col-md-push-3 { + left: 12.5%; } + .col-md-push-4 { + left: 16.66667%; } + .col-md-push-5 { + left: 20.83333%; } + .col-md-push-6 { + left: 25%; } + .col-md-push-7 { + left: 29.16667%; } + .col-md-push-8 { + left: 33.33333%; } + .col-md-push-9 { + left: 37.5%; } + .col-md-push-10 { + left: 41.66667%; } + .col-md-push-11 { + left: 45.83333%; } + .col-md-push-12 { + left: 50%; } + .col-md-push-13 { + left: 54.16667%; } + .col-md-push-14 { + left: 58.33333%; } + .col-md-push-15 { + left: 62.5%; } + .col-md-push-16 { + left: 66.66667%; } + .col-md-push-17 { + left: 70.83333%; } + .col-md-push-18 { + left: 75%; } + .col-md-push-19 { + left: 79.16667%; } + .col-md-push-20 { + left: 83.33333%; } + .col-md-push-21 { + left: 87.5%; } + .col-md-push-22 { + left: 91.66667%; } + .col-md-push-23 { + left: 95.83333%; } + .col-md-push-24 { + left: 100%; } + .col-md-offset-0 { + margin-left: 0%; } + .col-md-offset-1 { + margin-left: 4.16667%; } + .col-md-offset-2 { + margin-left: 8.33333%; } + .col-md-offset-3 { + margin-left: 12.5%; } + .col-md-offset-4 { + margin-left: 16.66667%; } + .col-md-offset-5 { + margin-left: 20.83333%; } + .col-md-offset-6 { + margin-left: 25%; } + .col-md-offset-7 { + margin-left: 29.16667%; } + .col-md-offset-8 { + margin-left: 33.33333%; } + .col-md-offset-9 { + margin-left: 37.5%; } + .col-md-offset-10 { + margin-left: 41.66667%; } + .col-md-offset-11 { + margin-left: 45.83333%; } + .col-md-offset-12 { + margin-left: 50%; } + .col-md-offset-13 { + margin-left: 54.16667%; } + .col-md-offset-14 { + margin-left: 58.33333%; } + .col-md-offset-15 { + margin-left: 62.5%; } + .col-md-offset-16 { + margin-left: 66.66667%; } + .col-md-offset-17 { + margin-left: 70.83333%; } + .col-md-offset-18 { + margin-left: 75%; } + .col-md-offset-19 { + margin-left: 79.16667%; } + .col-md-offset-20 { + margin-left: 83.33333%; } + .col-md-offset-21 { + margin-left: 87.5%; } + .col-md-offset-22 { + margin-left: 91.66667%; } + .col-md-offset-23 { + margin-left: 95.83333%; } + .col-md-offset-24 { + margin-left: 100%; } } + +@media (min-width: 1200px) { + .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 { + float: left; } + .col-lg-1 { + width: 4.16667%; } + .col-lg-2 { + width: 8.33333%; } + .col-lg-3 { + width: 12.5%; } + .col-lg-4 { + width: 16.66667%; } + .col-lg-5 { + width: 20.83333%; } + .col-lg-6 { + width: 25%; } + .col-lg-7 { + width: 29.16667%; } + .col-lg-8 { + width: 33.33333%; } + .col-lg-9 { + width: 37.5%; } + .col-lg-10 { + width: 41.66667%; } + .col-lg-11 { + width: 45.83333%; } + .col-lg-12 { + width: 50%; } + .col-lg-13 { + width: 54.16667%; } + .col-lg-14 { + width: 58.33333%; } + .col-lg-15 { + width: 62.5%; } + .col-lg-16 { + width: 66.66667%; } + .col-lg-17 { + width: 70.83333%; } + .col-lg-18 { + width: 75%; } + .col-lg-19 { + width: 79.16667%; } + .col-lg-20 { + width: 83.33333%; } + .col-lg-21 { + width: 87.5%; } + .col-lg-22 { + width: 91.66667%; } + .col-lg-23 { + width: 95.83333%; } + .col-lg-24 { + width: 100%; } + .col-lg-pull-0 { + right: auto; } + .col-lg-pull-1 { + right: 4.16667%; } + .col-lg-pull-2 { + right: 8.33333%; } + .col-lg-pull-3 { + right: 12.5%; } + .col-lg-pull-4 { + right: 16.66667%; } + .col-lg-pull-5 { + right: 20.83333%; } + .col-lg-pull-6 { + right: 25%; } + .col-lg-pull-7 { + right: 29.16667%; } + .col-lg-pull-8 { + right: 33.33333%; } + .col-lg-pull-9 { + right: 37.5%; } + .col-lg-pull-10 { + right: 41.66667%; } + .col-lg-pull-11 { + right: 45.83333%; } + .col-lg-pull-12 { + right: 50%; } + .col-lg-pull-13 { + right: 54.16667%; } + .col-lg-pull-14 { + right: 58.33333%; } + .col-lg-pull-15 { + right: 62.5%; } + .col-lg-pull-16 { + right: 66.66667%; } + .col-lg-pull-17 { + right: 70.83333%; } + .col-lg-pull-18 { + right: 75%; } + .col-lg-pull-19 { + right: 79.16667%; } + .col-lg-pull-20 { + right: 83.33333%; } + .col-lg-pull-21 { + right: 87.5%; } + .col-lg-pull-22 { + right: 91.66667%; } + .col-lg-pull-23 { + right: 95.83333%; } + .col-lg-pull-24 { + right: 100%; } + .col-lg-push-0 { + left: auto; } + .col-lg-push-1 { + left: 4.16667%; } + .col-lg-push-2 { + left: 8.33333%; } + .col-lg-push-3 { + left: 12.5%; } + .col-lg-push-4 { + left: 16.66667%; } + .col-lg-push-5 { + left: 20.83333%; } + .col-lg-push-6 { + left: 25%; } + .col-lg-push-7 { + left: 29.16667%; } + .col-lg-push-8 { + left: 33.33333%; } + .col-lg-push-9 { + left: 37.5%; } + .col-lg-push-10 { + left: 41.66667%; } + .col-lg-push-11 { + left: 45.83333%; } + .col-lg-push-12 { + left: 50%; } + .col-lg-push-13 { + left: 54.16667%; } + .col-lg-push-14 { + left: 58.33333%; } + .col-lg-push-15 { + left: 62.5%; } + .col-lg-push-16 { + left: 66.66667%; } + .col-lg-push-17 { + left: 70.83333%; } + .col-lg-push-18 { + left: 75%; } + .col-lg-push-19 { + left: 79.16667%; } + .col-lg-push-20 { + left: 83.33333%; } + .col-lg-push-21 { + left: 87.5%; } + .col-lg-push-22 { + left: 91.66667%; } + .col-lg-push-23 { + left: 95.83333%; } + .col-lg-push-24 { + left: 100%; } + .col-lg-offset-0 { + margin-left: 0%; } + .col-lg-offset-1 { + margin-left: 4.16667%; } + .col-lg-offset-2 { + margin-left: 8.33333%; } + .col-lg-offset-3 { + margin-left: 12.5%; } + .col-lg-offset-4 { + margin-left: 16.66667%; } + .col-lg-offset-5 { + margin-left: 20.83333%; } + .col-lg-offset-6 { + margin-left: 25%; } + .col-lg-offset-7 { + margin-left: 29.16667%; } + .col-lg-offset-8 { + margin-left: 33.33333%; } + .col-lg-offset-9 { + margin-left: 37.5%; } + .col-lg-offset-10 { + margin-left: 41.66667%; } + .col-lg-offset-11 { + margin-left: 45.83333%; } + .col-lg-offset-12 { + margin-left: 50%; } + .col-lg-offset-13 { + margin-left: 54.16667%; } + .col-lg-offset-14 { + margin-left: 58.33333%; } + .col-lg-offset-15 { + margin-left: 62.5%; } + .col-lg-offset-16 { + margin-left: 66.66667%; } + .col-lg-offset-17 { + margin-left: 70.83333%; } + .col-lg-offset-18 { + margin-left: 75%; } + .col-lg-offset-19 { + margin-left: 79.16667%; } + .col-lg-offset-20 { + margin-left: 83.33333%; } + .col-lg-offset-21 { + margin-left: 87.5%; } + .col-lg-offset-22 { + margin-left: 91.66667%; } + .col-lg-offset-23 { + margin-left: 95.83333%; } + .col-lg-offset-24 { + margin-left: 100%; } } + +table { + background-color: transparent; } + +caption { + padding-top: 8px; + padding-bottom: 8px; + color: #777777; + text-align: left; } + +th { + text-align: left; } + +.table { + width: 100%; + max-width: 100%; + margin-bottom: 20px; } + .table > thead > tr > th, + .table > thead > tr > td, + .table > tbody > tr > th, + .table > tbody > tr > td, + .table > tfoot > tr > th, + .table > tfoot > tr > td { + padding: 8px; + line-height: 1.42857; + vertical-align: top; + border-top: 1px solid #ddd; } + .table > thead > tr > th { + vertical-align: bottom; + border-bottom: 2px solid #ddd; } + .table > caption + thead > tr:first-child > th, + .table > caption + thead > tr:first-child > td, + .table > colgroup + thead > tr:first-child > th, + .table > colgroup + thead > tr:first-child > td, + .table > thead:first-child > tr:first-child > th, + .table > thead:first-child > tr:first-child > td { + border-top: 0; } + .table > tbody + tbody { + border-top: 2px solid #ddd; } + .table .table { + background-color: #fff; } + +.table-condensed > thead > tr > th, +.table-condensed > thead > tr > td, +.table-condensed > tbody > tr > th, +.table-condensed > tbody > tr > td, +.table-condensed > tfoot > tr > th, +.table-condensed > tfoot > tr > td { + padding: 5px; } + +.table-bordered { + border: 1px solid #ddd; } + .table-bordered > thead > tr > th, + .table-bordered > thead > tr > td, + .table-bordered > tbody > tr > th, + .table-bordered > tbody > tr > td, + .table-bordered > tfoot > tr > th, + .table-bordered > tfoot > tr > td { + border: 1px solid #ddd; } + .table-bordered > thead > tr > th, + .table-bordered > thead > tr > td { + border-bottom-width: 2px; } + +.table-striped > tbody > tr:nth-of-type(odd) { + background-color: #f9f9f9; } + +.table-hover > tbody > tr:hover { + background-color: #f5f5f5; } + +table col[class*="col-"] { + position: static; + float: none; + display: table-column; } + +table td[class*="col-"], +table th[class*="col-"] { + position: static; + float: none; + display: table-cell; } + +.table > thead > tr > td.active, +.table > thead > tr > th.active, +.table > thead > tr.active > td, +.table > thead > tr.active > th, +.table > tbody > tr > td.active, +.table > tbody > tr > th.active, +.table > tbody > tr.active > td, +.table > tbody > tr.active > th, +.table > tfoot > tr > td.active, +.table > tfoot > tr > th.active, +.table > tfoot > tr.active > td, +.table > tfoot > tr.active > th { + background-color: #f5f5f5; } + +.table-hover > tbody > tr > td.active:hover, +.table-hover > tbody > tr > th.active:hover, +.table-hover > tbody > tr.active:hover > td, +.table-hover > tbody > tr:hover > .active, +.table-hover > tbody > tr.active:hover > th { + background-color: #e8e8e8; } + +.table > thead > tr > td.success, +.table > thead > tr > th.success, +.table > thead > tr.success > td, +.table > thead > tr.success > th, +.table > tbody > tr > td.success, +.table > tbody > tr > th.success, +.table > tbody > tr.success > td, +.table > tbody > tr.success > th, +.table > tfoot > tr > td.success, +.table > tfoot > tr > th.success, +.table > tfoot > tr.success > td, +.table > tfoot > tr.success > th { + background-color: #dff0d8; } + +.table-hover > tbody > tr > td.success:hover, +.table-hover > tbody > tr > th.success:hover, +.table-hover > tbody > tr.success:hover > td, +.table-hover > tbody > tr:hover > .success, +.table-hover > tbody > tr.success:hover > th { + background-color: #d0e9c6; } + +.table > thead > tr > td.info, +.table > thead > tr > th.info, +.table > thead > tr.info > td, +.table > thead > tr.info > th, +.table > tbody > tr > td.info, +.table > tbody > tr > th.info, +.table > tbody > tr.info > td, +.table > tbody > tr.info > th, +.table > tfoot > tr > td.info, +.table > tfoot > tr > th.info, +.table > tfoot > tr.info > td, +.table > tfoot > tr.info > th { + background-color: #d9edf7; } + +.table-hover > tbody > tr > td.info:hover, +.table-hover > tbody > tr > th.info:hover, +.table-hover > tbody > tr.info:hover > td, +.table-hover > tbody > tr:hover > .info, +.table-hover > tbody > tr.info:hover > th { + background-color: #c4e3f3; } + +.table > thead > tr > td.warning, +.table > thead > tr > th.warning, +.table > thead > tr.warning > td, +.table > thead > tr.warning > th, +.table > tbody > tr > td.warning, +.table > tbody > tr > th.warning, +.table > tbody > tr.warning > td, +.table > tbody > tr.warning > th, +.table > tfoot > tr > td.warning, +.table > tfoot > tr > th.warning, +.table > tfoot > tr.warning > td, +.table > tfoot > tr.warning > th { + background-color: #fcf8e3; } + +.table-hover > tbody > tr > td.warning:hover, +.table-hover > tbody > tr > th.warning:hover, +.table-hover > tbody > tr.warning:hover > td, +.table-hover > tbody > tr:hover > .warning, +.table-hover > tbody > tr.warning:hover > th { + background-color: #faf2cc; } + +.table > thead > tr > td.danger, +.table > thead > tr > th.danger, +.table > thead > tr.danger > td, +.table > thead > tr.danger > th, +.table > tbody > tr > td.danger, +.table > tbody > tr > th.danger, +.table > tbody > tr.danger > td, +.table > tbody > tr.danger > th, +.table > tfoot > tr > td.danger, +.table > tfoot > tr > th.danger, +.table > tfoot > tr.danger > td, +.table > tfoot > tr.danger > th { + background-color: #f2dede; } + +.table-hover > tbody > tr > td.danger:hover, +.table-hover > tbody > tr > th.danger:hover, +.table-hover > tbody > tr.danger:hover > td, +.table-hover > tbody > tr:hover > .danger, +.table-hover > tbody > tr.danger:hover > th { + background-color: #ebcccc; } + +.table-responsive { + overflow-x: auto; + min-height: 0.01%; } + @media screen and (max-width: 767px) { + .table-responsive { + width: 100%; + margin-bottom: 15px; + overflow-y: hidden; + -ms-overflow-style: -ms-autohiding-scrollbar; + border: 1px solid #ddd; } + .table-responsive > .table { + margin-bottom: 0; } + .table-responsive > .table > thead > tr > th, + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > tfoot > tr > td { + white-space: nowrap; } + .table-responsive > .table-bordered { + border: 0; } + .table-responsive > .table-bordered > thead > tr > th:first-child, + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; } + .table-responsive > .table-bordered > thead > tr > th:last-child, + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; } + .table-responsive > .table-bordered > tbody > tr:last-child > th, + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { + border-bottom: 0; } } + +fieldset { + padding: 0; + margin: 0; + border: 0; + min-width: 0; } + +legend { + display: block; + width: 100%; + padding: 0; + margin-bottom: 20px; + font-size: 21px; + line-height: inherit; + color: #333333; + border: 0; + border-bottom: 1px solid #e5e5e5; } + +label { + display: inline-block; + max-width: 100%; + margin-bottom: 5px; + font-weight: bold; } + +input[type="search"] { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } + +input[type="radio"], +input[type="checkbox"] { + margin: 4px 0 0; + margin-top: 1px \9; + line-height: normal; } + +input[type="file"] { + display: block; } + +input[type="range"] { + display: block; + width: 100%; } + +select[multiple], +select[size] { + height: auto; } + +input[type="file"]:focus, +input[type="radio"]:focus, +input[type="checkbox"]:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; } + +output { + display: block; + padding-top: 8px; + font-size: 14px; + line-height: 1.42857; + color: #555555; } + +.form-control { + display: block; + width: 100%; + height: 35px; + padding: 7px 14px; + font-size: 14px; + line-height: 1.42857; + color: #555555; + background-color: #fff; + background-image: none; + border: 1px solid #ccc; + border-radius: 0; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; + -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; + transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } + .form-control:focus { + border-color: #66afe9; + outline: 0; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } + .form-control::-moz-placeholder { + color: #999; + opacity: 1; } + .form-control:-ms-input-placeholder { + color: #999; } + .form-control::-webkit-input-placeholder { + color: #999; } + .form-control::-ms-expand { + border: 0; + background-color: transparent; } + .form-control[disabled], .form-control[readonly], + fieldset[disabled] .form-control { + background-color: #eeeeee; + opacity: 1; } + .form-control[disabled], + fieldset[disabled] .form-control { + cursor: not-allowed; } + +textarea.form-control { + height: auto; } + +input[type="search"] { + -webkit-appearance: none; } + +@media screen and (-webkit-min-device-pixel-ratio: 0) { + input[type="date"].form-control, + input[type="time"].form-control, + input[type="datetime-local"].form-control, + input[type="month"].form-control { + line-height: 35px; } + input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], + .input-group-sm > input.input-group-addon[type="date"], + .input-group-sm > .input-group-btn > input.btn[type="date"], + .input-group-sm input[type="date"], + input[type="time"].input-sm, + .input-group-sm > input.form-control[type="time"], + .input-group-sm > input.input-group-addon[type="time"], + .input-group-sm > .input-group-btn > input.btn[type="time"], + .input-group-sm + input[type="time"], + input[type="datetime-local"].input-sm, + .input-group-sm > input.form-control[type="datetime-local"], + .input-group-sm > input.input-group-addon[type="datetime-local"], + .input-group-sm > .input-group-btn > input.btn[type="datetime-local"], + .input-group-sm + input[type="datetime-local"], + input[type="month"].input-sm, + .input-group-sm > input.form-control[type="month"], + .input-group-sm > input.input-group-addon[type="month"], + .input-group-sm > .input-group-btn > input.btn[type="month"], + .input-group-sm + input[type="month"] { + line-height: 30px; } + input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], + .input-group-lg > input.input-group-addon[type="date"], + .input-group-lg > .input-group-btn > input.btn[type="date"], + .input-group-lg input[type="date"], + input[type="time"].input-lg, + .input-group-lg > input.form-control[type="time"], + .input-group-lg > input.input-group-addon[type="time"], + .input-group-lg > .input-group-btn > input.btn[type="time"], + .input-group-lg + input[type="time"], + input[type="datetime-local"].input-lg, + .input-group-lg > input.form-control[type="datetime-local"], + .input-group-lg > input.input-group-addon[type="datetime-local"], + .input-group-lg > .input-group-btn > input.btn[type="datetime-local"], + .input-group-lg + input[type="datetime-local"], + input[type="month"].input-lg, + .input-group-lg > input.form-control[type="month"], + .input-group-lg > input.input-group-addon[type="month"], + .input-group-lg > .input-group-btn > input.btn[type="month"], + .input-group-lg + input[type="month"] { + line-height: 58px; } } + +.form-group { + margin-bottom: 15px; } + +.radio, +.checkbox { + position: relative; + display: block; + margin-top: 10px; + margin-bottom: 10px; } + .radio label, + .checkbox label { + min-height: 20px; + padding-left: 20px; + margin-bottom: 0; + font-weight: normal; + cursor: pointer; } + +.radio input[type="radio"], +.radio-inline input[type="radio"], +.checkbox input[type="checkbox"], +.checkbox-inline input[type="checkbox"] { + position: absolute; + margin-left: -20px; + margin-top: 4px \9; } + +.radio + .radio, +.checkbox + .checkbox { + margin-top: -5px; } + +.radio-inline, +.checkbox-inline { + position: relative; + display: inline-block; + padding-left: 20px; + margin-bottom: 0; + vertical-align: middle; + font-weight: normal; + cursor: pointer; } + +.radio-inline + .radio-inline, +.checkbox-inline + .checkbox-inline { + margin-top: 0; + margin-left: 10px; } + +input[type="radio"][disabled], input[type="radio"].disabled, +fieldset[disabled] input[type="radio"], +input[type="checkbox"][disabled], +input[type="checkbox"].disabled, +fieldset[disabled] +input[type="checkbox"] { + cursor: not-allowed; } + +.radio-inline.disabled, +fieldset[disabled] .radio-inline, +.checkbox-inline.disabled, +fieldset[disabled] +.checkbox-inline { + cursor: not-allowed; } + +.radio.disabled label, +fieldset[disabled] .radio label, +.checkbox.disabled label, +fieldset[disabled] +.checkbox label { + cursor: not-allowed; } + +.form-control-static { + padding-top: 8px; + padding-bottom: 8px; + margin-bottom: 0; + min-height: 34px; } + .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, + .input-group-lg > .form-control-static.input-group-addon, + .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, + .input-group-sm > .form-control-static.input-group-addon, + .input-group-sm > .input-group-btn > .form-control-static.btn { + padding-left: 0; + padding-right: 0; } + +.input-sm, .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-sm, .input-group-sm > select.form-control, +.input-group-sm > select.input-group-addon, +.input-group-sm > .input-group-btn > select.btn { + height: 30px; + line-height: 30px; } + +textarea.input-sm, .input-group-sm > textarea.form-control, +.input-group-sm > textarea.input-group-addon, +.input-group-sm > .input-group-btn > textarea.btn, +select[multiple].input-sm, +.input-group-sm > select.form-control[multiple], +.input-group-sm > select.input-group-addon[multiple], +.input-group-sm > .input-group-btn > select.btn[multiple] { + height: auto; } + +.form-group-sm .form-control { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; } + +.form-group-sm select.form-control { + height: 30px; + line-height: 30px; } + +.form-group-sm textarea.form-control, +.form-group-sm select[multiple].form-control { + height: auto; } + +.form-group-sm .form-control-static { + height: 30px; + min-height: 32px; + padding: 6px 10px; + font-size: 12px; + line-height: 1.5; } + +.input-lg, .input-group-lg > .form-control, +.input-group-lg > .input-group-addon, +.input-group-lg > .input-group-btn > .btn { + height: 58px; + padding: 16px 24px; + font-size: 18px; + line-height: 1.33333; + border-radius: 6px; } + +select.input-lg, .input-group-lg > select.form-control, +.input-group-lg > select.input-group-addon, +.input-group-lg > .input-group-btn > select.btn { + height: 58px; + line-height: 58px; } + +textarea.input-lg, .input-group-lg > textarea.form-control, +.input-group-lg > textarea.input-group-addon, +.input-group-lg > .input-group-btn > textarea.btn, +select[multiple].input-lg, +.input-group-lg > select.form-control[multiple], +.input-group-lg > select.input-group-addon[multiple], +.input-group-lg > .input-group-btn > select.btn[multiple] { + height: auto; } + +.form-group-lg .form-control { + height: 58px; + padding: 16px 24px; + font-size: 18px; + line-height: 1.33333; + border-radius: 6px; } + +.form-group-lg select.form-control { + height: 58px; + line-height: 58px; } + +.form-group-lg textarea.form-control, +.form-group-lg select[multiple].form-control { + height: auto; } + +.form-group-lg .form-control-static { + height: 58px; + min-height: 38px; + padding: 17px 24px; + font-size: 18px; + line-height: 1.33333; } + +.has-feedback { + position: relative; } + .has-feedback .form-control { + padding-right: 43.75px; } + +.form-control-feedback { + position: absolute; + top: 0; + right: 0; + z-index: 2; + display: block; + width: 35px; + height: 35px; + line-height: 35px; + text-align: center; + pointer-events: none; } + +.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, +.input-group-lg + .form-control-feedback, +.form-group-lg .form-control + .form-control-feedback { + width: 58px; + height: 58px; + line-height: 58px; } + +.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, +.input-group-sm + .form-control-feedback, +.form-group-sm .form-control + .form-control-feedback { + width: 30px; + height: 30px; + line-height: 30px; } + +.has-success .help-block, +.has-success .control-label, +.has-success .radio, +.has-success .checkbox, +.has-success .radio-inline, +.has-success .checkbox-inline, +.has-success.radio label, +.has-success.checkbox label, +.has-success.radio-inline label, +.has-success.checkbox-inline label { + color: #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; + border-color: #3c763d; + background-color: #dff0d8; } + +.has-success .form-control-feedback { + color: #3c763d; } + +.has-warning .help-block, +.has-warning .control-label, +.has-warning .radio, +.has-warning .checkbox, +.has-warning .radio-inline, +.has-warning .checkbox-inline, +.has-warning.radio label, +.has-warning.checkbox label, +.has-warning.radio-inline label, +.has-warning.checkbox-inline label { + color: #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; + border-color: #8a6d3b; + background-color: #fcf8e3; } + +.has-warning .form-control-feedback { + color: #8a6d3b; } + +.has-error .help-block, +.has-error .control-label, +.has-error .radio, +.has-error .checkbox, +.has-error .radio-inline, +.has-error .checkbox-inline, +.has-error.radio label, +.has-error.checkbox label, +.has-error.radio-inline label, +.has-error.checkbox-inline label { + color: #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; + border-color: #a94442; + background-color: #f2dede; } + +.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 .input-group-addon, + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { + width: auto; } + .form-inline .input-group > .form-control { + width: 100%; } + .form-inline .control-label { + margin-bottom: 0; + vertical-align: middle; } + .form-inline .radio, + .form-inline .checkbox { + display: inline-block; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; } + .form-inline .radio label, + .form-inline .checkbox label { + padding-left: 0; } + .form-inline .radio input[type="radio"], + .form-inline .checkbox input[type="checkbox"] { + position: relative; + margin-left: 0; } + .form-inline .has-feedback .form-control-feedback { + top: 0; } } + +.form-horizontal .radio, +.form-horizontal .checkbox, +.form-horizontal .radio-inline, +.form-horizontal .checkbox-inline { + margin-top: 0; + margin-bottom: 0; + padding-top: 8px; } + +.form-horizontal .radio, +.form-horizontal .checkbox { + min-height: 28px; } + +.form-horizontal .form-group { + margin-left: -15px; + margin-right: -15px; } + .form-horizontal .form-group:before, .form-horizontal .form-group:after { + content: " "; + display: table; } + .form-horizontal .form-group:after { + clear: both; } + +@media (min-width: 768px) { + .form-horizontal .control-label { + text-align: right; + margin-bottom: 0; + padding-top: 8px; } } + +.form-horizontal .has-feedback .form-control-feedback { + right: 15px; } + +@media (min-width: 768px) { + .form-horizontal .form-group-lg .control-label { + padding-top: 17px; + font-size: 18px; } } + +@media (min-width: 768px) { + .form-horizontal .form-group-sm .control-label { + padding-top: 6px; + font-size: 12px; } } + +.btn { + display: inline-block; + margin-bottom: 0; + font-weight: normal; + text-align: center; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + background-image: none; + border: 1px solid transparent; + white-space: nowrap; + padding: 7px 14px; + font-size: 14px; + line-height: 1.42857; + border-radius: 4px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } + .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; } + .btn:hover, .btn:focus, .btn.focus { + color: #ababab; + text-decoration: none; } + .btn:active, .btn.active { + outline: 0; + background-image: none; + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } + .btn.disabled, .btn[disabled], + fieldset[disabled] .btn { + cursor: not-allowed; + opacity: 0.65; + filter: alpha(opacity=65); + -webkit-box-shadow: none; + box-shadow: none; } + +a.btn.disabled, +fieldset[disabled] a.btn { + pointer-events: none; } + +.btn-default { + color: #ababab; + background-color: #fff; + border-color: #ccc; } + .btn-default:focus, .btn-default.focus { + color: #ababab; + background-color: #e6e6e6; + border-color: #8c8c8c; } + .btn-default:hover { + color: #ababab; + background-color: #e6e6e6; + border-color: #adadad; } + .btn-default:active, .btn-default.active, + .open > .btn-default.dropdown-toggle { + color: #ababab; + background-color: #e6e6e6; + border-color: #adadad; } + .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, + .open > .btn-default.dropdown-toggle:hover, + .open > .btn-default.dropdown-toggle:focus, + .open > .btn-default.dropdown-toggle.focus { + color: #ababab; + background-color: #d4d4d4; + border-color: #8c8c8c; } + .btn-default:active, .btn-default.active, + .open > .btn-default.dropdown-toggle { + background-image: none; } + .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, + fieldset[disabled] .btn-default:hover, + fieldset[disabled] .btn-default:focus, + fieldset[disabled] .btn-default.focus { + background-color: #fff; + border-color: #ccc; } + .btn-default .badge { + color: #fff; + background-color: #ababab; } + +.btn-primary { + color: #fff; + background-color: #16a2c5; + border-color: #138fae; } + .btn-primary:focus, .btn-primary.focus { + color: #fff; + background-color: #117c97; + border-color: #07313b; } + .btn-primary:hover { + color: #fff; + background-color: #117c97; + border-color: #0d6277; } + .btn-primary:active, .btn-primary.active, + .open > .btn-primary.dropdown-toggle { + color: #fff; + background-color: #117c97; + border-color: #0d6277; } + .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, + .open > .btn-primary.dropdown-toggle:hover, + .open > .btn-primary.dropdown-toggle:focus, + .open > .btn-primary.dropdown-toggle.focus { + color: #fff; + background-color: #0d6277; + border-color: #07313b; } + .btn-primary:active, .btn-primary.active, + .open > .btn-primary.dropdown-toggle { + background-image: none; } + .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, + fieldset[disabled] .btn-primary:hover, + fieldset[disabled] .btn-primary:focus, + fieldset[disabled] .btn-primary.focus { + background-color: #16a2c5; + border-color: #138fae; } + .btn-primary .badge { + color: #16a2c5; + background-color: #fff; } + +.btn-success { + color: #fff; + background-color: #5cb85c; + border-color: #4cae4c; } + .btn-success:focus, .btn-success.focus { + color: #fff; + background-color: #449d44; + border-color: #255625; } + .btn-success:hover { + color: #fff; + background-color: #449d44; + border-color: #398439; } + .btn-success:active, .btn-success.active, + .open > .btn-success.dropdown-toggle { + color: #fff; + background-color: #449d44; + border-color: #398439; } + .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, + .open > .btn-success.dropdown-toggle:hover, + .open > .btn-success.dropdown-toggle:focus, + .open > .btn-success.dropdown-toggle.focus { + color: #fff; + background-color: #398439; + border-color: #255625; } + .btn-success:active, .btn-success.active, + .open > .btn-success.dropdown-toggle { + background-image: none; } + .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, + fieldset[disabled] .btn-success:hover, + fieldset[disabled] .btn-success:focus, + fieldset[disabled] .btn-success.focus { + 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:focus, .btn-info.focus { + color: #fff; + background-color: #31b0d5; + border-color: #1b6d85; } + .btn-info:hover { + color: #fff; + background-color: #31b0d5; + border-color: #269abc; } + .btn-info:active, .btn-info.active, + .open > .btn-info.dropdown-toggle { + color: #fff; + background-color: #31b0d5; + border-color: #269abc; } + .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, + .open > .btn-info.dropdown-toggle:hover, + .open > .btn-info.dropdown-toggle:focus, + .open > .btn-info.dropdown-toggle.focus { + color: #fff; + background-color: #269abc; + border-color: #1b6d85; } + .btn-info:active, .btn-info.active, + .open > .btn-info.dropdown-toggle { + background-image: none; } + .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, + fieldset[disabled] .btn-info:hover, + fieldset[disabled] .btn-info:focus, + fieldset[disabled] .btn-info.focus { + 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:focus, .btn-warning.focus { + color: #fff; + background-color: #ec971f; + border-color: #985f0d; } + .btn-warning:hover { + color: #fff; + background-color: #ec971f; + border-color: #d58512; } + .btn-warning:active, .btn-warning.active, + .open > .btn-warning.dropdown-toggle { + color: #fff; + background-color: #ec971f; + border-color: #d58512; } + .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, + .open > .btn-warning.dropdown-toggle:hover, + .open > .btn-warning.dropdown-toggle:focus, + .open > .btn-warning.dropdown-toggle.focus { + color: #fff; + background-color: #d58512; + border-color: #985f0d; } + .btn-warning:active, .btn-warning.active, + .open > .btn-warning.dropdown-toggle { + background-image: none; } + .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, + fieldset[disabled] .btn-warning:hover, + fieldset[disabled] .btn-warning:focus, + fieldset[disabled] .btn-warning.focus { + 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:focus, .btn-danger.focus { + color: #fff; + background-color: #c9302c; + border-color: #761c19; } + .btn-danger:hover { + color: #fff; + background-color: #c9302c; + border-color: #ac2925; } + .btn-danger:active, .btn-danger.active, + .open > .btn-danger.dropdown-toggle { + color: #fff; + background-color: #c9302c; + border-color: #ac2925; } + .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, + .open > .btn-danger.dropdown-toggle:hover, + .open > .btn-danger.dropdown-toggle:focus, + .open > .btn-danger.dropdown-toggle.focus { + color: #fff; + background-color: #ac2925; + border-color: #761c19; } + .btn-danger:active, .btn-danger.active, + .open > .btn-danger.dropdown-toggle { + background-image: none; } + .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, + fieldset[disabled] .btn-danger:hover, + fieldset[disabled] .btn-danger:focus, + fieldset[disabled] .btn-danger.focus { + background-color: #d9534f; + border-color: #d43f3a; } + .btn-danger .badge { + color: #d9534f; + background-color: #fff; } + +.btn-link { + color: #16a2c5; + font-weight: normal; + border-radius: 0; } + .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], + fieldset[disabled] .btn-link { + background-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; } + .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { + border-color: transparent; } + .btn-link:hover, .btn-link:focus { + color: #0e6980; + text-decoration: underline; + background-color: transparent; } + .btn-link[disabled]:hover, .btn-link[disabled]:focus, + fieldset[disabled] .btn-link:hover, + fieldset[disabled] .btn-link:focus { + color: #777777; + text-decoration: none; } + +.btn-lg, .btn-group-lg > .btn { + padding: 16px 24px; + font-size: 18px; + line-height: 1.33333; + border-radius: 6px; } + +.btn-sm, .btn-group-sm > .btn { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; } + +.btn-xs, .btn-group-xs > .btn { + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; } + +.btn-block { + display: block; + width: 100%; } + +.btn-block + .btn-block { + margin-top: 5px; } + +input[type="submit"].btn-block, +input[type="reset"].btn-block, +input[type="button"].btn-block { + width: 100%; } + +.fade { + opacity: 0; + -webkit-transition: opacity 0.15s linear; + -o-transition: opacity 0.15s linear; + transition: opacity 0.15s linear; } + .fade.in { + opacity: 1; } + +.collapse { + display: none; } + .collapse.in { + display: block; } + +tr.collapse.in { + display: table-row; } + +tbody.collapse.in { + display: table-row-group; } + +.collapsing { + position: relative; + height: 0; + overflow: hidden; + -webkit-transition-property: height, visibility; + transition-property: height, visibility; + -webkit-transition-duration: 0.35s; + transition-duration: 0.35s; + -webkit-transition-timing-function: ease; + transition-timing-function: ease; } + +.caret { + display: inline-block; + width: 0; + height: 0; + margin-left: 2px; + vertical-align: middle; + border-top: 4px dashed; + border-top: 4px solid \9; + border-right: 4px solid transparent; + border-left: 4px solid transparent; } + +.dropup, +.dropdown { + position: relative; } + +.dropdown-toggle:focus { + outline: 0; } + +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 160px; + padding: 5px 0; + margin: 2px 0 0; + list-style: none; + font-size: 14px; + text-align: left; + background-color: #fff; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 4px; + -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + background-clip: padding-box; } + .dropdown-menu.pull-right { + right: 0; + left: auto; } + .dropdown-menu .divider { + height: 1px; + margin: 9px 0; + overflow: hidden; + background-color: #e5e5e5; } + .dropdown-menu > li > a { + display: block; + padding: 3px 20px; + clear: both; + font-weight: normal; + line-height: 1.42857; + color: #333333; + white-space: nowrap; } + +.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { + text-decoration: none; + color: #262626; + background-color: #f5f5f5; } + +.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { + color: #fff; + text-decoration: none; + outline: 0; + background-color: #16a2c5; } + +.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { + color: #777777; } + +.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { + text-decoration: none; + background-color: transparent; + background-image: none; + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + cursor: not-allowed; } + +.open > .dropdown-menu { + display: block; } + +.open > a { + outline: 0; } + +.dropdown-menu-right { + left: auto; + right: 0; } + +.dropdown-menu-left { + left: 0; + right: auto; } + +.dropdown-header { + display: block; + padding: 3px 20px; + font-size: 12px; + line-height: 1.42857; + color: #777777; + white-space: nowrap; } + +.dropdown-backdrop { + position: fixed; + left: 0; + right: 0; + bottom: 0; + top: 0; + z-index: 990; } + +.pull-right > .dropdown-menu { + right: 0; + left: auto; } + +.dropup .caret, +.navbar-fixed-bottom .dropdown .caret { + border-top: 0; + border-bottom: 4px dashed; + border-bottom: 4px solid \9; + content: ""; } + +.dropup .dropdown-menu, +.navbar-fixed-bottom .dropdown .dropdown-menu { + top: auto; + bottom: 100%; + margin-bottom: 2px; } + +@media (min-width: 768px) { + .navbar-right .dropdown-menu { + right: 0; + left: auto; } + .navbar-right .dropdown-menu-left { + left: 0; + right: auto; } } + +.btn-group, +.btn-group-vertical { + position: relative; + display: inline-block; + vertical-align: middle; } + .btn-group > .btn, + .btn-group-vertical > .btn { + position: relative; + float: left; } + .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, + .btn-group-vertical > .btn:hover, + .btn-group-vertical > .btn:focus, + .btn-group-vertical > .btn:active, + .btn-group-vertical > .btn.active { + z-index: 2; } + +.btn-group .btn + .btn, +.btn-group .btn + .btn-group, +.btn-group .btn-group + .btn, +.btn-group .btn-group + .btn-group { + margin-left: -1px; } + +.btn-toolbar { + margin-left: -5px; } + .btn-toolbar:before, .btn-toolbar:after { + content: " "; + display: table; } + .btn-toolbar:after { + clear: both; } + .btn-toolbar .btn, + .btn-toolbar .btn-group, + .btn-toolbar .input-group { + float: left; } + .btn-toolbar > .btn, + .btn-toolbar > .btn-group, + .btn-toolbar > .input-group { + margin-left: 5px; } + +.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { + border-radius: 0; } + +.btn-group > .btn:first-child { + margin-left: 0; } + .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; } + +.btn-group > .btn:last-child:not(:first-child), +.btn-group > .dropdown-toggle:not(:first-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + +.btn-group > .btn-group { + float: left; } + +.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; } + +.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, +.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { + border-bottom-right-radius: 0; + border-top-right-radius: 0; } + +.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + +.btn-group .dropdown-toggle:active, +.btn-group.open .dropdown-toggle { + outline: 0; } + +.btn-group > .btn + .dropdown-toggle { + padding-left: 8px; + padding-right: 8px; } + +.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle { + padding-left: 12px; + padding-right: 12px; } + +.btn-group.open .dropdown-toggle { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } + .btn-group.open .dropdown-toggle.btn-link { + -webkit-box-shadow: none; + box-shadow: none; } + +.btn .caret { + margin-left: 0; } + +.btn-lg .caret, .btn-group-lg > .btn .caret { + border-width: 5px 5px 0; + border-bottom-width: 0; } + +.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret { + border-width: 0 5px 5px; } + +.btn-group-vertical > .btn, +.btn-group-vertical > .btn-group, +.btn-group-vertical > .btn-group > .btn { + display: block; + float: none; + width: 100%; + max-width: 100%; } + +.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { + content: " "; + display: table; } + +.btn-group-vertical > .btn-group:after { + clear: both; } + +.btn-group-vertical > .btn-group > .btn { + float: none; } + +.btn-group-vertical > .btn + .btn, +.btn-group-vertical > .btn + .btn-group, +.btn-group-vertical > .btn-group + .btn, +.btn-group-vertical > .btn-group + .btn-group { + margin-top: -1px; + margin-left: 0; } + +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { + border-radius: 0; } + +.btn-group-vertical > .btn:first-child:not(:last-child) { + border-top-right-radius: 4px; + border-top-left-radius: 4px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } + +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-top-right-radius: 0; + border-top-left-radius: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; } + +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; } + +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, +.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } + +.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; } + +.btn-group-justified { + display: table; + width: 100%; + table-layout: fixed; + border-collapse: separate; } + .btn-group-justified > .btn, + .btn-group-justified > .btn-group { + float: none; + display: table-cell; + width: 1%; } + .btn-group-justified > .btn-group .btn { + width: 100%; } + .btn-group-justified > .btn-group .dropdown-menu { + left: auto; } + +[data-toggle="buttons"] > .btn input[type="radio"], +[data-toggle="buttons"] > .btn input[type="checkbox"], +[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], +[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none; } + +.input-group { + position: relative; + display: table; + border-collapse: separate; } + .input-group[class*="col-"] { + float: none; + padding-left: 0; + padding-right: 0; } + .input-group .form-control { + position: relative; + z-index: 2; + float: left; + width: 100%; + margin-bottom: 0; } + .input-group .form-control:focus { + z-index: 3; } + +.input-group-addon, +.input-group-btn, +.input-group .form-control { + display: table-cell; } + .input-group-addon:not(:first-child):not(:last-child), + .input-group-btn:not(:first-child):not(:last-child), + .input-group .form-control:not(:first-child):not(:last-child) { + border-radius: 0; } + +.input-group-addon, +.input-group-btn { + width: 1%; + white-space: nowrap; + vertical-align: middle; } + +.input-group-addon { + padding: 7px 14px; + font-size: 14px; + font-weight: normal; + line-height: 1; + color: #555555; + text-align: center; + background-color: #eeeeee; + border: 1px solid #ccc; + border-radius: 0; } + .input-group-addon.input-sm, + .input-group-sm > .input-group-addon, + .input-group-sm > .input-group-btn > .input-group-addon.btn { + padding: 5px 10px; + font-size: 12px; + border-radius: 3px; } + .input-group-addon.input-lg, + .input-group-lg > .input-group-addon, + .input-group-lg > .input-group-btn > .input-group-addon.btn { + padding: 16px 24px; + font-size: 18px; + border-radius: 6px; } + .input-group-addon input[type="radio"], + .input-group-addon input[type="checkbox"] { + margin-top: 0; } + +.input-group .form-control:first-child, +.input-group-addon:first-child, +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .btn-group > .btn, +.input-group-btn:first-child > .dropdown-toggle, +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; } + +.input-group-addon:first-child { + border-right: 0; } + +.input-group .form-control:last-child, +.input-group-addon:last-child, +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .btn-group > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child), +.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; } + +.input-group-addon:last-child { + border-left: 0; } + +.input-group-btn { + position: relative; + font-size: 0; + white-space: nowrap; } + .input-group-btn > .btn { + position: relative; } + .input-group-btn > .btn + .btn { + margin-left: -1px; } + .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { + z-index: 2; } + .input-group-btn:first-child > .btn, + .input-group-btn:first-child > .btn-group { + margin-right: -1px; } + .input-group-btn:last-child > .btn, + .input-group-btn:last-child > .btn-group { + z-index: 2; + margin-left: -1px; } + +.nav { + margin-bottom: 0; + padding-left: 0; + list-style: none; } + .nav:before, .nav:after { + content: " "; + display: table; } + .nav:after { + clear: both; } + .nav > li { + position: relative; + display: block; } + .nav > li > a { + position: relative; + display: block; + padding: 10px 20px; } + .nav > li > a:hover, .nav > li > a:focus { + text-decoration: none; + background-color: #eeeeee; } + .nav > li.disabled > a { + color: #777777; } + .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { + color: #777777; + text-decoration: none; + background-color: transparent; + cursor: not-allowed; } + .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { + background-color: #eeeeee; + border-color: #16a2c5; } + .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 transparent; } + .nav-tabs > li { + float: left; + margin-bottom: -1px; } + .nav-tabs > li > a { + margin-right: 2px; + line-height: 1.42857; + border: 1px solid transparent; + border-radius: 4px 4px 0 0; } + .nav-tabs > li > a:hover { + border-color: #eeeeee #eeeeee transparent; } + .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { + color: white; + background-color: #16a2c5; + border: 1px solid transparent; + border-bottom-color: transparent; + cursor: default; } + +.nav-pills > li { + float: left; } + .nav-pills > li > a { + border-radius: 4px; } + .nav-pills > li + li { + margin-left: 2px; } + .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { + color: #fff; + background-color: #16a2c5; } + +.nav-stacked > li { + float: none; } + .nav-stacked > li + li { + margin-top: 2px; + margin-left: 0; } + +.nav-justified, .nav-tabs.nav-justified { + width: 100%; } + .nav-justified > li, .nav-tabs.nav-justified > li { + float: none; } + .nav-justified > li > a, .nav-tabs.nav-justified > li > a { + text-align: center; + margin-bottom: 5px; } + .nav-justified > .dropdown .dropdown-menu { + top: auto; + left: auto; } + @media (min-width: 768px) { + .nav-justified > li, .nav-tabs.nav-justified > li { + display: table-cell; + width: 1%; } + .nav-justified > li > a, .nav-tabs.nav-justified > li > a { + margin-bottom: 0; } } + +.nav-tabs-justified, .nav-tabs.nav-justified { + border-bottom: 0; } + .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { + margin-right: 0; + border-radius: 4px; } + .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, + .nav-tabs-justified > .active > a:hover, + .nav-tabs.nav-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus, + .nav-tabs.nav-justified > .active > a:focus { + border: 1px solid #ddd; } + @media (min-width: 768px) { + .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { + border-bottom: 1px solid #ddd; + border-radius: 4px 4px 0 0; } + .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, + .nav-tabs-justified > .active > a:hover, + .nav-tabs.nav-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus, + .nav-tabs.nav-justified > .active > a:focus { + border-bottom-color: #fff; } } + +.tab-content > .tab-pane { + display: none; } + +.tab-content > .active { + display: block; } + +.nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-right-radius: 0; + border-top-left-radius: 0; } + +.navbar { + position: relative; + min-height: 50px; + margin-bottom: 20px; + border: 1px solid transparent; } + .navbar:before, .navbar:after { + content: " "; + display: table; } + .navbar:after { + clear: both; } + @media (min-width: 768px) { + .navbar { + border-radius: 4px; } } + +.navbar-header:before, .navbar-header:after { + content: " "; + display: table; } + +.navbar-header:after { + clear: both; } + +@media (min-width: 768px) { + .navbar-header { + float: left; } } + +.navbar-collapse { + overflow-x: visible; + padding-right: 15px; + padding-left: 15px; + border-top: 1px solid transparent; + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); + -webkit-overflow-scrolling: touch; } + .navbar-collapse:before, .navbar-collapse:after { + content: " "; + display: table; } + .navbar-collapse:after { + clear: both; } + .navbar-collapse.in { + overflow-y: auto; } + @media (min-width: 768px) { + .navbar-collapse { + width: auto; + border-top: 0; + box-shadow: none; } + .navbar-collapse.collapse { + display: block !important; + height: auto !important; + padding-bottom: 0; + overflow: visible !important; } + .navbar-collapse.in { + overflow-y: visible; } + .navbar-fixed-top .navbar-collapse, + .navbar-static-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { + padding-left: 0; + padding-right: 0; } } + +.navbar-fixed-top .navbar-collapse, +.navbar-fixed-bottom .navbar-collapse { + max-height: 340px; } + @media (max-device-width: 480px) and (orientation: landscape) { + .navbar-fixed-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { + max-height: 200px; } } + +.container > .navbar-header, +.container > .navbar-collapse, +.container-fluid > .navbar-header, +.container-fluid > .navbar-collapse { + margin-right: -15px; + margin-left: -15px; } + @media (min-width: 768px) { + .container > .navbar-header, + .container > .navbar-collapse, + .container-fluid > .navbar-header, + .container-fluid > .navbar-collapse { + margin-right: 0; + margin-left: 0; } } + +.navbar-static-top { + z-index: 1000; + border-width: 0 0 1px; } + @media (min-width: 768px) { + .navbar-static-top { + border-radius: 0; } } + +.navbar-fixed-top, +.navbar-fixed-bottom { + position: fixed; + right: 0; + left: 0; + z-index: 1030; } + @media (min-width: 768px) { + .navbar-fixed-top, + .navbar-fixed-bottom { + border-radius: 0; } } + +.navbar-fixed-top { + top: 0; + border-width: 0 0 1px; } + +.navbar-fixed-bottom { + bottom: 0; + margin-bottom: 0; + border-width: 1px 0 0; } + +.navbar-brand { + float: left; + padding: 15px 15px; + font-size: 18px; + line-height: 20px; + height: 50px; } + .navbar-brand:hover, .navbar-brand:focus { + text-decoration: none; } + .navbar-brand > img { + display: block; } + @media (min-width: 768px) { + .navbar > .container .navbar-brand, + .navbar > .container-fluid .navbar-brand { + margin-left: -15px; } } + +.navbar-toggle { + position: relative; + float: right; + margin-right: 15px; + padding: 9px 10px; + margin-top: 8px; + margin-bottom: 8px; + background-color: transparent; + background-image: none; + border: 1px solid transparent; + border-radius: 4px; } + .navbar-toggle:focus { + outline: 0; } + .navbar-toggle .icon-bar { + display: block; + width: 22px; + height: 2px; + border-radius: 1px; } + .navbar-toggle .icon-bar + .icon-bar { + margin-top: 4px; } + @media (min-width: 768px) { + .navbar-toggle { + display: none; } } + +.navbar-nav { + margin: 7.5px -15px; } + .navbar-nav > li > a { + padding-top: 10px; + padding-bottom: 10px; + line-height: 20px; } + @media (max-width: 767px) { + .navbar-nav .open .dropdown-menu { + position: static; + float: none; + width: auto; + margin-top: 0; + background-color: transparent; + border: 0; + box-shadow: none; } + .navbar-nav .open .dropdown-menu > li > a, + .navbar-nav .open .dropdown-menu .dropdown-header { + padding: 5px 15px 5px 25px; } + .navbar-nav .open .dropdown-menu > li > a { + line-height: 20px; } + .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { + background-image: none; } } + @media (min-width: 768px) { + .navbar-nav { + float: left; + margin: 0; } + .navbar-nav > li { + float: left; } + .navbar-nav > li > a { + padding-top: 15px; + padding-bottom: 15px; } } + +.navbar-form { + margin-left: -15px; + margin-right: -15px; + padding: 10px 15px; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); + margin-top: 7.5px; + margin-bottom: 7.5px; } + @media (min-width: 768px) { + .navbar-form .form-group { + display: inline-block; + margin-bottom: 0; + vertical-align: middle; } + .navbar-form .form-control { + display: inline-block; + width: auto; + vertical-align: middle; } + .navbar-form .form-control-static { + display: inline-block; } + .navbar-form .input-group { + display: inline-table; + vertical-align: middle; } + .navbar-form .input-group .input-group-addon, + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { + width: auto; } + .navbar-form .input-group > .form-control { + width: 100%; } + .navbar-form .control-label { + margin-bottom: 0; + vertical-align: middle; } + .navbar-form .radio, + .navbar-form .checkbox { + display: inline-block; + margin-top: 0; + margin-bottom: 0; + vertical-align: middle; } + .navbar-form .radio label, + .navbar-form .checkbox label { + padding-left: 0; } + .navbar-form .radio input[type="radio"], + .navbar-form .checkbox input[type="checkbox"] { + position: relative; + margin-left: 0; } + .navbar-form .has-feedback .form-control-feedback { + top: 0; } } + @media (max-width: 767px) { + .navbar-form .form-group { + margin-bottom: 5px; } + .navbar-form .form-group:last-child { + margin-bottom: 0; } } + @media (min-width: 768px) { + .navbar-form { + width: auto; + border: 0; + margin-left: 0; + margin-right: 0; + padding-top: 0; + padding-bottom: 0; + -webkit-box-shadow: none; + box-shadow: none; } } + +.navbar-nav > li > .dropdown-menu { + margin-top: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; } + +.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { + margin-bottom: 0; + border-top-right-radius: 4px; + border-top-left-radius: 4px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; } + +.navbar-btn { + margin-top: 7.5px; + margin-bottom: 7.5px; } + .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn { + margin-top: 10px; + margin-bottom: 10px; } + .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn { + margin-top: 14px; + margin-bottom: 14px; } + +.navbar-text { + margin-top: 15px; + margin-bottom: 15px; } + @media (min-width: 768px) { + .navbar-text { + float: left; + margin-left: 15px; + margin-right: 15px; } } + +@media (min-width: 768px) { + .navbar-left { + float: left !important; } + .navbar-right { + float: right !important; + margin-right: -15px; } + .navbar-right ~ .navbar-right { + margin-right: 0; } } + +.navbar-default { + background-color: #ededed; + border-color: transparent; } + .navbar-default .navbar-brand { + color: #000000; } + .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { + color: black; + background-color: transparent; } + .navbar-default .navbar-text { + color: #000000; } + .navbar-default .navbar-nav > li > a { + color: #000000; } + .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { + color: #333; + background-color: #eeeeee; } + .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { + color: #16a2c5; + background-color: transparent; } + .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { + color: #ccc; + background-color: transparent; } + .navbar-default .navbar-toggle { + border-color: #ddd; } + .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { + background-color: #ddd; } + .navbar-default .navbar-toggle .icon-bar { + background-color: #888; } + .navbar-default .navbar-collapse, + .navbar-default .navbar-form { + border-color: transparent; } + .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { + background-color: transparent; + color: #16a2c5; } + @media (max-width: 767px) { + .navbar-default .navbar-nav .open .dropdown-menu > li > a { + color: #000000; } + .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { + color: #333; + background-color: #eeeeee; } + .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #16a2c5; + background-color: transparent; } + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #ccc; + background-color: transparent; } } + .navbar-default .navbar-link { + color: #000000; } + .navbar-default .navbar-link:hover { + color: #333; } + .navbar-default .btn-link { + color: #000000; } + .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { + color: #333; } + .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, + fieldset[disabled] .navbar-default .btn-link:hover, + fieldset[disabled] .navbar-default .btn-link:focus { + color: #ccc; } + +.navbar-inverse { + background-color: #222; + border-color: #090909; } + .navbar-inverse .navbar-brand { + color: #9d9d9d; } + .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { + 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:hover, .navbar-inverse .navbar-nav > li > a:focus { + color: #fff; + background-color: transparent; } + .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { + color: #fff; + background-color: #090909; } + .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { + color: #444; + background-color: transparent; } + .navbar-inverse .navbar-toggle { + border-color: #333; } + .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { + background-color: #333; } + .navbar-inverse .navbar-toggle .icon-bar { + background-color: #fff; } + .navbar-inverse .navbar-collapse, + .navbar-inverse .navbar-form { + border-color: #101010; } + .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { + background-color: #090909; + color: #fff; } + @media (max-width: 767px) { + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + border-color: #090909; } + .navbar-inverse .navbar-nav .open .dropdown-menu .divider { + background-color: #090909; } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { + color: #9d9d9d; } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + color: #fff; + background-color: transparent; } + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #fff; + background-color: #090909; } + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #444; + background-color: transparent; } } + .navbar-inverse .navbar-link { + color: #9d9d9d; } + .navbar-inverse .navbar-link:hover { + color: #fff; } + .navbar-inverse .btn-link { + color: #9d9d9d; } + .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { + color: #fff; } + .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, + fieldset[disabled] .navbar-inverse .btn-link:hover, + fieldset[disabled] .navbar-inverse .btn-link:focus { + 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 { + content: "/ "; + padding: 0 5px; + color: #ccc; } + .breadcrumb > .active { + color: #777777; } + +.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: 7px 14px; + line-height: 1.42857; + text-decoration: none; + color: #16a2c5; + background-color: #fff; + border: 1px solid #ddd; + margin-left: -1px; } + .pagination > li:first-child > a, + .pagination > li:first-child > span { + margin-left: 0; + border-bottom-left-radius: 4px; + border-top-left-radius: 4px; } + .pagination > li:last-child > a, + .pagination > li:last-child > span { + border-bottom-right-radius: 4px; + border-top-right-radius: 4px; } + .pagination > li > a:hover, .pagination > li > a:focus, + .pagination > li > span:hover, + .pagination > li > span:focus { + z-index: 2; + color: #0e6980; + background-color: #eeeeee; + border-color: #ddd; } + .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, + .pagination > .active > span, + .pagination > .active > span:hover, + .pagination > .active > span:focus { + z-index: 3; + color: #fff; + background-color: #16a2c5; + border-color: #16a2c5; + cursor: default; } + .pagination > .disabled > span, + .pagination > .disabled > span:hover, + .pagination > .disabled > span:focus, + .pagination > .disabled > a, + .pagination > .disabled > a:hover, + .pagination > .disabled > a:focus { + color: #777777; + background-color: #fff; + border-color: #ddd; + cursor: not-allowed; } + +.pagination-lg > li > a, +.pagination-lg > li > span { + padding: 16px 24px; + font-size: 18px; + line-height: 1.33333; } + +.pagination-lg > li:first-child > a, +.pagination-lg > li:first-child > span { + border-bottom-left-radius: 6px; + border-top-left-radius: 6px; } + +.pagination-lg > li:last-child > a, +.pagination-lg > li:last-child > span { + border-bottom-right-radius: 6px; + border-top-right-radius: 6px; } + +.pagination-sm > li > a, +.pagination-sm > li > span { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; } + +.pagination-sm > li:first-child > a, +.pagination-sm > li:first-child > span { + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; } + +.pagination-sm > li:last-child > a, +.pagination-sm > li:last-child > span { + border-bottom-right-radius: 3px; + border-top-right-radius: 3px; } + +.pager { + padding-left: 0; + margin: 20px 0; + list-style: none; + text-align: center; } + .pager:before, .pager:after { + content: " "; + display: table; } + .pager:after { + clear: both; } + .pager li { + display: inline; } + .pager li > a, + .pager li > span { + display: inline-block; + padding: 5px 14px; + background-color: #fff; + border: 1px solid #ddd; + border-radius: 15px; } + .pager li > a:hover, + .pager li > a:focus { + text-decoration: none; + background-color: #eeeeee; } + .pager .next > a, + .pager .next > span { + float: right; } + .pager .previous > a, + .pager .previous > span { + float: left; } + .pager .disabled > a, + .pager .disabled > a:hover, + .pager .disabled > a:focus, + .pager .disabled > span { + color: #777777; + background-color: #fff; + cursor: not-allowed; } + +.label { + display: inline; + padding: .2em .6em .3em; + font-size: 75%; + font-weight: bold; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: .25em; } + .label:empty { + display: none; } + .btn .label { + position: relative; + top: -1px; } + +a.label:hover, a.label:focus { + color: #fff; + text-decoration: none; + cursor: pointer; } + +.label-default { + background-color: #777777; } + .label-default[href]:hover, .label-default[href]:focus { + background-color: #5e5e5e; } + +.label-primary { + background-color: #16a2c5; } + .label-primary[href]:hover, .label-primary[href]:focus { + background-color: #117c97; } + +.label-success { + background-color: #5cb85c; } + .label-success[href]:hover, .label-success[href]:focus { + background-color: #449d44; } + +.label-info { + background-color: #5bc0de; } + .label-info[href]:hover, .label-info[href]:focus { + background-color: #31b0d5; } + +.label-warning { + background-color: #f0ad4e; } + .label-warning[href]:hover, .label-warning[href]:focus { + background-color: #ec971f; } + +.label-danger { + background-color: #d9534f; } + .label-danger[href]:hover, .label-danger[href]:focus { + background-color: #c9302c; } + +.badge { + display: inline-block; + min-width: 10px; + padding: 3px 7px; + font-size: 12px; + font-weight: bold; + color: #fff; + line-height: 1; + vertical-align: middle; + white-space: nowrap; + text-align: center; + background-color: #777777; + border-radius: 10px; } + .badge:empty { + display: none; } + .btn .badge { + position: relative; + top: -1px; } + .btn-xs .badge, .btn-group-xs > .btn .badge, + .btn-group-xs > .btn .badge { + top: 0; + padding: 1px 5px; } + .list-group-item.active > .badge, + .nav-pills > .active > a > .badge { + color: #16a2c5; + 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; } + +a.badge:hover, a.badge:focus { + color: #fff; + text-decoration: none; + cursor: pointer; } + +.jumbotron { + padding-top: 50px; + padding-bottom: 50px; + margin-bottom: 50px; + color: inherit; + background-color: transparent; } + .jumbotron h1, + .jumbotron .h1 { + color: inherit; } + .jumbotron p { + margin-bottom: 25px; + font-size: 18px; + font-weight: 200; } + .jumbotron > hr { + border-top-color: rgba(0, 0, 0, 0); } + .container .jumbotron, + .container-fluid .jumbotron { + border-radius: 6px; + padding-left: 15px; + padding-right: 15px; } + .jumbotron .container { + max-width: 100%; } + @media screen and (min-width: 768px) { + .jumbotron { + padding-top: 80px; + padding-bottom: 80px; } + .container .jumbotron, + .container-fluid .jumbotron { + padding-left: 100px; + padding-right: 100px; } + .jumbotron h1, + .jumbotron .h1 { + font-size: 63px; } } + +.thumbnail { + display: block; + padding: 4px; + margin-bottom: 20px; + line-height: 1.42857; + 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 > img, + .thumbnail a > img { + display: block; + max-width: 100%; + height: auto; + margin-left: auto; + margin-right: auto; } + .thumbnail .caption { + padding: 9px; + color: #333333; } + +a.thumbnail:hover, +a.thumbnail:focus, +a.thumbnail.active { + border-color: #16a2c5; } + +.alert { + padding: 15px; + margin-bottom: 20px; + border: 1px solid transparent; + border-radius: 4px; } + .alert h4 { + margin-top: 0; + color: inherit; } + .alert .alert-link { + font-weight: bold; } + .alert > p, + .alert > ul { + margin-bottom: 0; } + .alert > p + p { + margin-top: 5px; } + +.alert-dismissable, +.alert-dismissible { + padding-right: 35px; } + .alert-dismissable .close, + .alert-dismissible .close { + position: relative; + top: -2px; + right: -21px; + color: inherit; } + +.alert-success { + background-color: #dff0d8; + border-color: #d6e9c6; + color: #3c763d; } + .alert-success hr { + border-top-color: #c9e2b3; } + .alert-success .alert-link { + color: #2b542c; } + +.alert-info { + background-color: #d9edf7; + border-color: #bce8f1; + color: #31708f; } + .alert-info hr { + border-top-color: #a6e1ec; } + .alert-info .alert-link { + color: #245269; } + +.alert-warning { + background-color: #fcf8e3; + border-color: #faebcc; + color: #8a6d3b; } + .alert-warning hr { + border-top-color: #f7e1b5; } + .alert-warning .alert-link { + color: #66512c; } + +.alert-danger { + background-color: #f2dede; + border-color: #ebccd1; + color: #a94442; } + .alert-danger hr { + border-top-color: #e4b9c0; } + .alert-danger .alert-link { + color: #843534; } + +@-webkit-keyframes progress-bar-stripes { + from { + background-position: 40px 0; } + to { + background-position: 0 0; } } + +@keyframes progress-bar-stripes { + from { + background-position: 40px 0; } + to { + background-position: 0 0; } } + +.progress { + overflow: hidden; + height: 20px; + margin-bottom: 20px; + background-color: #f5f5f5; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } + +.progress-bar { + float: left; + width: 0%; + height: 100%; + font-size: 12px; + line-height: 20px; + color: #fff; + text-align: center; + background-color: #16a2c5; + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + -webkit-transition: width 0.6s ease; + -o-transition: width 0.6s ease; + transition: width 0.6s ease; } + +.progress-striped .progress-bar, +.progress-bar-striped { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-size: 40px 40px; } + +.progress.active .progress-bar, +.progress-bar.active { + -webkit-animation: progress-bar-stripes 2s linear infinite; + -o-animation: progress-bar-stripes 2s linear infinite; + animation: progress-bar-stripes 2s linear infinite; } + +.progress-bar-success { + background-color: #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 { + zoom: 1; + overflow: hidden; } + +.media-body { + width: 10000px; } + +.media-object { + display: block; } + .media-object.img-thumbnail { + max-width: none; } + +.media-right, +.media > .pull-right { + padding-left: 10px; } + +.media-left, +.media > .pull-left { + padding-right: 10px; } + +.media-left, +.media-right, +.media-body { + display: table-cell; + vertical-align: top; } + +.media-middle { + vertical-align: middle; } + +.media-bottom { + vertical-align: bottom; } + +.media-heading { + margin-top: 0; + margin-bottom: 5px; } + +.media-list { + padding-left: 0; + list-style: none; } + +.list-group { + margin-bottom: 20px; + padding-left: 0; } + +.list-group-item { + position: relative; + display: block; + padding: 10px 15px; + margin-bottom: -1px; + background-color: #fff; + border: 1px solid #ddd; } + .list-group-item:first-child { + border-top-right-radius: 4px; + border-top-left-radius: 4px; } + .list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; } + +a.list-group-item, +button.list-group-item { + color: #555; } + a.list-group-item .list-group-item-heading, + button.list-group-item .list-group-item-heading { + color: #333; } + a.list-group-item:hover, a.list-group-item:focus, + button.list-group-item:hover, + button.list-group-item:focus { + text-decoration: none; + color: #555; + background-color: #f5f5f5; } + +button.list-group-item { + width: 100%; + text-align: left; } + +.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { + background-color: #eeeeee; + color: #777777; + cursor: not-allowed; } + .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { + color: inherit; } + .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { + color: #777777; } + +.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { + z-index: 2; + color: #fff; + background-color: #16a2c5; + border-color: #16a2c5; } + .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: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, .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 { + color: inherit; } + .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { + color: #b1e8f6; } + +.list-group-item-success { + color: #3c763d; + background-color: #dff0d8; } + +a.list-group-item-success, +button.list-group-item-success { + color: #3c763d; } + a.list-group-item-success .list-group-item-heading, + button.list-group-item-success .list-group-item-heading { + color: inherit; } + a.list-group-item-success:hover, a.list-group-item-success:focus, + button.list-group-item-success:hover, + button.list-group-item-success:focus { + color: #3c763d; + background-color: #d0e9c6; } + a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, + button.list-group-item-success.active, + button.list-group-item-success.active:hover, + button.list-group-item-success.active:focus { + color: #fff; + background-color: #3c763d; + border-color: #3c763d; } + +.list-group-item-info { + color: #31708f; + background-color: #d9edf7; } + +a.list-group-item-info, +button.list-group-item-info { + color: #31708f; } + a.list-group-item-info .list-group-item-heading, + button.list-group-item-info .list-group-item-heading { + color: inherit; } + a.list-group-item-info:hover, a.list-group-item-info:focus, + button.list-group-item-info:hover, + button.list-group-item-info:focus { + color: #31708f; + background-color: #c4e3f3; } + a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, + button.list-group-item-info.active, + button.list-group-item-info.active:hover, + button.list-group-item-info.active:focus { + color: #fff; + background-color: #31708f; + border-color: #31708f; } + +.list-group-item-warning { + color: #8a6d3b; + background-color: #fcf8e3; } + +a.list-group-item-warning, +button.list-group-item-warning { + color: #8a6d3b; } + a.list-group-item-warning .list-group-item-heading, + button.list-group-item-warning .list-group-item-heading { + color: inherit; } + a.list-group-item-warning:hover, a.list-group-item-warning:focus, + button.list-group-item-warning:hover, + button.list-group-item-warning:focus { + color: #8a6d3b; + background-color: #faf2cc; } + a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, + button.list-group-item-warning.active, + button.list-group-item-warning.active:hover, + button.list-group-item-warning.active:focus { + color: #fff; + background-color: #8a6d3b; + border-color: #8a6d3b; } + +.list-group-item-danger { + color: #a94442; + background-color: #f2dede; } + +a.list-group-item-danger, +button.list-group-item-danger { + color: #a94442; } + a.list-group-item-danger .list-group-item-heading, + button.list-group-item-danger .list-group-item-heading { + color: inherit; } + a.list-group-item-danger:hover, a.list-group-item-danger:focus, + button.list-group-item-danger:hover, + button.list-group-item-danger:focus { + color: #a94442; + background-color: #ebcccc; } + a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, + button.list-group-item-danger.active, + button.list-group-item-danger.active:hover, + button.list-group-item-danger.active:focus { + 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: 0; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } + +.panel-body { + padding: 15px; } + .panel-body:before, .panel-body:after { + content: " "; + display: table; } + .panel-body:after { + clear: both; } + +.panel-heading { + padding: 10px 15px; + border-bottom: 1px solid transparent; + border-top-right-radius: -1; + border-top-left-radius: -1; } + .panel-heading > .dropdown .dropdown-toggle { + color: inherit; } + +.panel-title { + margin-top: 0; + margin-bottom: 0; + font-size: 16px; + color: inherit; } + .panel-title > a, + .panel-title > small, + .panel-title > .small, + .panel-title > small > a, + .panel-title > .small > a { + color: inherit; } + +.panel-footer { + padding: 10px 15px; + background-color: #f5f5f5; + border-top: 1px solid #ddd; + border-bottom-right-radius: -1; + border-bottom-left-radius: -1; } + +.panel > .list-group, +.panel > .panel-collapse > .list-group { + margin-bottom: 0; } + .panel > .list-group .list-group-item, + .panel > .panel-collapse > .list-group .list-group-item { + border-width: 1px 0; + border-radius: 0; } + .panel > .list-group:first-child .list-group-item:first-child, + .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { + border-top: 0; + border-top-right-radius: -1; + border-top-left-radius: -1; } + .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: -1; + border-bottom-left-radius: -1; } + +.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; } + +.panel-heading + .list-group .list-group-item:first-child { + border-top-width: 0; } + +.list-group + .panel-footer { + border-top-width: 0; } + +.panel > .table, +.panel > .table-responsive > .table, +.panel > .panel-collapse > .table { + margin-bottom: 0; } + .panel > .table caption, + .panel > .table-responsive > .table caption, + .panel > .panel-collapse > .table caption { + padding-left: 15px; + padding-right: 15px; } + +.panel > .table:first-child, +.panel > .table-responsive:first-child > .table:first-child { + border-top-right-radius: -1; + border-top-left-radius: -1; } + .panel > .table:first-child > thead:first-child > tr:first-child, + .panel > .table:first-child > tbody:first-child > tr:first-child, + .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, + .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { + border-top-left-radius: -1; + border-top-right-radius: -1; } + .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, + .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-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-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 { + border-top-left-radius: -1; } + .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, + .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-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-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 { + border-top-right-radius: -1; } + +.panel > .table:last-child, +.panel > .table-responsive:last-child > .table:last-child { + border-bottom-right-radius: -1; + border-bottom-left-radius: -1; } + .panel > .table:last-child > tbody:last-child > tr:last-child, + .panel > .table:last-child > tfoot:last-child > tr:last-child, + .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, + .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { + border-bottom-left-radius: -1; + border-bottom-right-radius: -1; } + .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, + .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 { + border-bottom-left-radius: -1; } + .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, + .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 { + border-bottom-right-radius: -1; } + +.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 th, +.panel > .table > tbody:first-child > tr:first-child td { + border-top: 0; } + +.panel > .table-bordered, +.panel > .table-responsive > .table-bordered { + border: 0; } + .panel > .table-bordered > thead > tr > th:first-child, + .panel > .table-bordered > thead > tr > td:first-child, + .panel > .table-bordered > tbody > tr > th:first-child, + .panel > .table-bordered > tbody > tr > td:first-child, + .panel > .table-bordered > tfoot > tr > th:first-child, + .panel > .table-bordered > tfoot > tr > td:first-child, + .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, + .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, + .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, + .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, + .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; } + .panel > .table-bordered > thead > tr > th:last-child, + .panel > .table-bordered > thead > tr > td:last-child, + .panel > .table-bordered > tbody > tr > th:last-child, + .panel > .table-bordered > tbody > tr > td:last-child, + .panel > .table-bordered > tfoot > tr > th:last-child, + .panel > .table-bordered > tfoot > tr > td:last-child, + .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, + .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, + .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, + .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, + .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; } + .panel > .table-bordered > thead > tr:first-child > td, + .panel > .table-bordered > thead > tr:first-child > th, + .panel > .table-bordered > tbody > tr:first-child > td, + .panel > .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, + .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, + .panel > .table-responsive > .table-bordered > tbody > 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 { + border: 0; + margin-bottom: 0; } + +.panel-group { + margin-bottom: 20px; } + .panel-group .panel { + margin-bottom: 0; + border-radius: 0; } + .panel-group .panel + .panel { + margin-top: 5px; } + .panel-group .panel-heading { + border-bottom: 0; } + .panel-group .panel-heading + .panel-collapse > .panel-body, + .panel-group .panel-heading + .panel-collapse > .list-group { + border-top: 1px solid #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: #333333; + 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: #333333; } + .panel-default > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #ddd; } + +.panel-primary { + border-color: #16a2c5; } + .panel-primary > .panel-heading { + color: #fff; + background-color: #16a2c5; + border-color: #16a2c5; } + .panel-primary > .panel-heading + .panel-collapse > .panel-body { + border-top-color: #16a2c5; } + .panel-primary > .panel-heading .badge { + color: #16a2c5; + background-color: #fff; } + .panel-primary > .panel-footer + .panel-collapse > .panel-body { + border-bottom-color: #16a2c5; } + +.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 iframe, + .embed-responsive embed, + .embed-responsive object, + .embed-responsive video { + position: absolute; + top: 0; + left: 0; + bottom: 0; + height: 100%; + width: 100%; + border: 0; } + +.embed-responsive-16by9 { + padding-bottom: 56.25%; } + +.embed-responsive-4by3 { + padding-bottom: 75%; } + +.well { + min-height: 20px; + padding: 19px; + margin-bottom: 20px; + background-color: #f5f5f5; + border: 1px solid transparent; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } + .well blockquote { + border-color: #ddd; + border-color: rgba(0, 0, 0, 0.15); } + +.well-lg { + padding: 24px; + border-radius: 6px; } + +.well-sm { + padding: 9px; + border-radius: 3px; } + +.close { + float: right; + font-size: 21px; + font-weight: bold; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + opacity: 0.2; + filter: alpha(opacity=20); } + .close:hover, .close:focus { + color: #000; + text-decoration: none; + cursor: pointer; + opacity: 0.5; + filter: alpha(opacity=50); } + +button.close { + padding: 0; + cursor: pointer; + background: transparent; + border: 0; + -webkit-appearance: none; } + +.modal-open { + overflow: hidden; } + +.modal { + display: none; + overflow: hidden; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1050; + -webkit-overflow-scrolling: touch; + outline: 0; } + .modal.fade .modal-dialog { + -webkit-transform: translate(0, -25%); + -ms-transform: translate(0, -25%); + -o-transform: translate(0, -25%); + transform: translate(0, -25%); + -webkit-transition: -webkit-transform 0.3s ease-out; + -moz-transition: -moz-transform 0.3s ease-out; + -o-transition: -o-transform 0.3s ease-out; + transition: transform 0.3s ease-out; } + .modal.in .modal-dialog { + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -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; + border: 1px solid #999; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 6px; + -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); + box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); + background-clip: padding-box; + outline: 0; } + +.modal-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1040; + background-color: #000; } + .modal-backdrop.fade { + opacity: 0; + filter: alpha(opacity=0); } + .modal-backdrop.in { + opacity: 0.5; + filter: alpha(opacity=50); } + +.modal-header { + padding: 15px; + border-bottom: 1px solid #e5e5e5; } + .modal-header:before, .modal-header:after { + content: " "; + display: table; } + .modal-header:after { + clear: both; } + +.modal-header .close { + margin-top: -2px; } + +.modal-title { + margin: 0; + line-height: 1.42857; } + +.modal-body { + position: relative; + padding: 15px; } + +.modal-footer { + padding: 15px; + text-align: right; + border-top: 1px solid #e5e5e5; } + .modal-footer:before, .modal-footer:after { + content: " "; + display: table; } + .modal-footer:after { + clear: both; } + .modal-footer .btn + .btn { + margin-left: 5px; + margin-bottom: 0; } + .modal-footer .btn-group .btn + .btn { + margin-left: -1px; } + .modal-footer .btn-block + .btn-block { + margin-left: 0; } + +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; } + +@media (min-width: 768px) { + .modal-dialog { + width: 600px; + margin: 30px auto; } + .modal-content { + -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } + .modal-sm { + width: 300px; } } + +@media (min-width: 992px) { + .modal-lg { + width: 900px; } } + +.tooltip { + position: absolute; + z-index: 1070; + display: block; + font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-style: normal; + font-weight: normal; + letter-spacing: normal; + line-break: auto; + line-height: 1.42857; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + white-space: normal; + word-break: normal; + word-spacing: normal; + word-wrap: normal; + font-size: 12px; + opacity: 0; + filter: alpha(opacity=0); } + .tooltip.in { + opacity: 0.9; + filter: alpha(opacity=90); } + .tooltip.top { + margin-top: -3px; + padding: 5px 0; } + .tooltip.right { + margin-left: 3px; + padding: 0 5px; } + .tooltip.bottom { + margin-top: 3px; + padding: 5px 0; } + .tooltip.left { + margin-left: -3px; + padding: 0 5px; } + +.tooltip-inner { + max-width: 200px; + padding: 3px 8px; + color: #fff; + text-align: center; + 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 { + bottom: 0; + right: 5px; + 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: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-style: normal; + font-weight: normal; + letter-spacing: normal; + line-break: auto; + line-height: 1.42857; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + white-space: normal; + word-break: normal; + word-spacing: normal; + word-wrap: normal; + font-size: 14px; + background-color: #fff; + 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 { + margin: 0; + padding: 8px 14px; + font-size: 14px; + background-color: #f7f7f7; + border-bottom: 1px solid #ebebeb; + border-radius: 5px 5px 0 0; } + +.popover-content { + padding: 9px 14px; } + +.popover > .arrow, .popover > .arrow:after { + position: absolute; + display: block; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; } + +.popover > .arrow { + border-width: 11px; } + +.popover > .arrow:after { + border-width: 10px; + content: ""; } + +.popover.top > .arrow { + left: 50%; + margin-left: -11px; + border-bottom-width: 0; + border-top-color: #999999; + border-top-color: rgba(0, 0, 0, 0.25); + bottom: -11px; } + .popover.top > .arrow:after { + content: " "; + bottom: 1px; + margin-left: -10px; + border-bottom-width: 0; + border-top-color: #fff; } + +.popover.right > .arrow { + top: 50%; + left: -11px; + margin-top: -11px; + border-left-width: 0; + border-right-color: #999999; + border-right-color: rgba(0, 0, 0, 0.25); } + .popover.right > .arrow:after { + content: " "; + left: 1px; + bottom: -10px; + border-left-width: 0; + border-right-color: #fff; } + +.popover.bottom > .arrow { + left: 50%; + margin-left: -11px; + border-top-width: 0; + border-bottom-color: #999999; + border-bottom-color: rgba(0, 0, 0, 0.25); + top: -11px; } + .popover.bottom > .arrow:after { + content: " "; + top: 1px; + margin-left: -10px; + border-top-width: 0; + border-bottom-color: #fff; } + +.popover.left > .arrow { + top: 50%; + right: -11px; + margin-top: -11px; + border-right-width: 0; + border-left-color: #999999; + border-left-color: rgba(0, 0, 0, 0.25); } + .popover.left > .arrow:after { + content: " "; + right: 1px; + border-right-width: 0; + border-left-color: #fff; + bottom: -10px; } + +.carousel { + position: relative; } + +.carousel-inner { + position: relative; + overflow: hidden; + width: 100%; } + .carousel-inner > .item { + display: none; + position: relative; + -webkit-transition: 0.6s ease-in-out left; + -o-transition: 0.6s ease-in-out left; + transition: 0.6s ease-in-out left; } + .carousel-inner > .item > img, + .carousel-inner > .item > a > img { + display: block; + max-width: 100%; + height: auto; + line-height: 1; } + @media all and (transform-3d), (-webkit-transform-3d) { + .carousel-inner > .item { + -webkit-transition: -webkit-transform 0.6s ease-in-out; + -moz-transition: -moz-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; + -moz-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-perspective: 1000px; + -moz-perspective: 1000px; + perspective: 1000px; } + .carousel-inner > .item.next, .carousel-inner > .item.active.right { + -webkit-transform: translate3d(100%, 0, 0); + transform: translate3d(100%, 0, 0); + left: 0; } + .carousel-inner > .item.prev, .carousel-inner > .item.active.left { + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + left: 0; } + .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + left: 0; } } + .carousel-inner > .active, + .carousel-inner > .next, + .carousel-inner > .prev { + display: block; } + .carousel-inner > .active { + left: 0; } + .carousel-inner > .next, + .carousel-inner > .prev { + position: absolute; + top: 0; + width: 100%; } + .carousel-inner > .next { + left: 100%; } + .carousel-inner > .prev { + left: -100%; } + .carousel-inner > .next.left, + .carousel-inner > .prev.right { + left: 0; } + .carousel-inner > .active.left { + left: -100%; } + .carousel-inner > .active.right { + left: 100%; } + +.carousel-control { + position: absolute; + top: 0; + left: 0; + bottom: 0; + width: 15%; + opacity: 0.5; + filter: alpha(opacity=50); + font-size: 20px; + color: #fff; + text-align: center; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + background-color: rgba(0, 0, 0, 0); } + .carousel-control.left { + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); + background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } + .carousel-control.right { + left: auto; + right: 0; + background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); + background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } + .carousel-control:hover, .carousel-control:focus { + outline: 0; + color: #fff; + text-decoration: none; + opacity: 0.9; + filter: alpha(opacity=90); } + .carousel-control .icon-prev, + .carousel-control .icon-next, + .carousel-control .glyphicon-chevron-left, + .carousel-control .glyphicon-chevron-right { + position: absolute; + top: 50%; + margin-top: -10px; + z-index: 5; + display: inline-block; } + .carousel-control .icon-prev, + .carousel-control .glyphicon-chevron-left { + left: 50%; + margin-left: -10px; } + .carousel-control .icon-next, + .carousel-control .glyphicon-chevron-right { + right: 50%; + margin-right: -10px; } + .carousel-control .icon-prev, + .carousel-control .icon-next { + width: 20px; + height: 20px; + line-height: 1; + font-family: serif; } + .carousel-control .icon-prev:before { + content: '\2039'; } + .carousel-control .icon-next:before { + content: '\203a'; } + +.carousel-indicators { + position: absolute; + bottom: 10px; + left: 50%; + z-index: 15; + width: 60%; + margin-left: -30%; + padding-left: 0; + list-style: none; + text-align: center; } + .carousel-indicators li { + display: inline-block; + width: 10px; + height: 10px; + margin: 1px; + text-indent: -999px; + border: 1px solid #fff; + border-radius: 10px; + cursor: pointer; + background-color: #000 \9; + background-color: rgba(0, 0, 0, 0); } + .carousel-indicators .active { + margin: 0; + width: 12px; + height: 12px; + background-color: #fff; } + +.carousel-caption { + position: absolute; + left: 15%; + right: 15%; + bottom: 20px; + 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-prev, + .carousel-control .icon-next { + width: 30px; + height: 30px; + margin-top: -10px; + font-size: 30px; } + .carousel-control .glyphicon-chevron-left, + .carousel-control .icon-prev { + margin-left: -10px; } + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-next { + margin-right: -10px; } + .carousel-caption { + left: 20%; + right: 20%; + padding-bottom: 30px; } + .carousel-indicators { + bottom: 20px; } } + +.clearfix:before, .clearfix:after { + content: " "; + display: table; } + +.clearfix:after { + clear: both; } + +.center-block { + display: block; + margin-left: auto; + margin-right: auto; } + +.pull-right { + float: right !important; } + +.pull-left { + float: left !important; } + +.hide { + display: none !important; } + +.show { + display: block !important; } + +.invisible { + visibility: hidden; } + +.text-hide { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; } + +.hidden { + display: none !important; } + +.affix { + position: fixed; } + +@-ms-viewport { + width: device-width; } + +.visible-xs { + display: none !important; } + +.visible-sm { + display: none !important; } + +.visible-md { + display: none !important; } + +.visible-lg { + display: none !important; } + +.visible-xs-block, +.visible-xs-inline, +.visible-xs-inline-block, +.visible-sm-block, +.visible-sm-inline, +.visible-sm-inline-block, +.visible-md-block, +.visible-md-inline, +.visible-md-inline-block, +.visible-lg-block, +.visible-lg-inline, +.visible-lg-inline-block { + display: none !important; } + +@media (max-width: 767px) { + .visible-xs { + display: block !important; } + table.visible-xs { + display: table !important; } + tr.visible-xs { + display: table-row !important; } + th.visible-xs, + td.visible-xs { + display: table-cell !important; } } + +@media (max-width: 767px) { + .visible-xs-block { + display: block !important; } } + +@media (max-width: 767px) { + .visible-xs-inline { + display: inline !important; } } + +@media (max-width: 767px) { + .visible-xs-inline-block { + display: inline-block !important; } } + +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm { + display: block !important; } + table.visible-sm { + display: table !important; } + tr.visible-sm { + display: table-row !important; } + th.visible-sm, + td.visible-sm { + display: table-cell !important; } } + +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-block { + display: block !important; } } + +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-inline { + display: inline !important; } } + +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm-inline-block { + display: inline-block !important; } } + +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md { + display: block !important; } + table.visible-md { + display: table !important; } + tr.visible-md { + display: table-row !important; } + th.visible-md, + td.visible-md { + display: table-cell !important; } } + +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-block { + display: block !important; } } + +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-inline { + display: inline !important; } } + +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md-inline-block { + display: inline-block !important; } } + +@media (min-width: 1200px) { + .visible-lg { + display: block !important; } + table.visible-lg { + display: table !important; } + tr.visible-lg { + display: table-row !important; } + th.visible-lg, + td.visible-lg { + display: table-cell !important; } } + +@media (min-width: 1200px) { + .visible-lg-block { + display: block !important; } } + +@media (min-width: 1200px) { + .visible-lg-inline { + display: inline !important; } } + +@media (min-width: 1200px) { + .visible-lg-inline-block { + display: inline-block !important; } } + +@media (max-width: 767px) { + .hidden-xs { + display: none !important; } } + +@media (min-width: 768px) and (max-width: 991px) { + .hidden-sm { + display: none !important; } } + +@media (min-width: 992px) and (max-width: 1199px) { + .hidden-md { + display: none !important; } } + +@media (min-width: 1200px) { + .hidden-lg { + display: none !important; } } + +.visible-print { + display: none !important; } + +@media print { + .visible-print { + display: block !important; } + table.visible-print { + display: table !important; } + tr.visible-print { + display: table-row !important; } + th.visible-print, + td.visible-print { + display: table-cell !important; } } + +.visible-print-block { + display: none !important; } + @media print { + .visible-print-block { + display: block !important; } } + +.visible-print-inline { + display: none !important; } + @media print { + .visible-print-inline { + display: inline !important; } } + +.visible-print-inline-block { + display: none !important; } + @media print { + .visible-print-inline-block { + display: inline-block !important; } } + +@media print { + .hidden-print { + display: none !important; } } diff --git a/IG/3.0.4/static/styles/common/bootstrap/bootstrap.js b/IG/3.0.4/static/styles/common/bootstrap/bootstrap.js new file mode 100644 index 00000000..01fbbcba --- /dev/null +++ b/IG/3.0.4/static/styles/common/bootstrap/bootstrap.js @@ -0,0 +1,2363 @@ +/*! + * Bootstrap v3.3.6 (http://getbootstrap.com) + * Copyright 2011-2015 Twitter, Inc. + * Licensed under the MIT license + */ + +if (typeof jQuery === 'undefined') { + throw new Error('Bootstrap\'s JavaScript requires jQuery') +} + ++function ($) { + 'use strict'; + var version = $.fn.jquery.split(' ')[0].split('.') + if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] > 2)) { + throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3') + } +}(jQuery); + +/* ======================================================================== + * Bootstrap: transition.js v3.3.6 + * http://getbootstrap.com/javascript/#transitions + * ======================================================================== + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/) + // ============================================================ + + function transitionEnd() { + var el = document.createElement('bootstrap') + + var transEndEventNames = { + WebkitTransition : 'webkitTransitionEnd', + MozTransition : 'transitionend', + OTransition : 'oTransitionEnd otransitionend', + transition : 'transitionend' + } + + for (var name in transEndEventNames) { + if (el.style[name] !== undefined) { + return { end: transEndEventNames[name] } + } + } + + return false // explicit for ie8 ( ._.) + } + + // http://blog.alexmaccaw.com/css-transitions + $.fn.emulateTransitionEnd = function (duration) { + var called = false + var $el = this + $(this).one('bsTransitionEnd', function () { called = true }) + var callback = function () { if (!called) $($el).trigger($.support.transition.end) } + setTimeout(callback, duration) + return this + } + + $(function () { + $.support.transition = transitionEnd() + + if (!$.support.transition) return + + $.event.special.bsTransitionEnd = { + bindType: $.support.transition.end, + delegateType: $.support.transition.end, + handle: function (e) { + if ($(e.target).is(this)) return e.handleObj.handler.apply(this, arguments) + } + } + }) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: alert.js v3.3.6 + * http://getbootstrap.com/javascript/#alerts + * ======================================================================== + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // ALERT CLASS DEFINITION + // ====================== + + var dismiss = '[data-dismiss="alert"]' + var Alert = function (el) { + $(el).on('click', dismiss, this.close) + } + + Alert.VERSION = '3.3.6' + + Alert.TRANSITION_DURATION = 150 + + Alert.prototype.close = function (e) { + var $this = $(this) + var selector = $this.attr('data-target') + + if (!selector) { + selector = $this.attr('href') + selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7 + } + + var $parent = $(selector) + + if (e) e.preventDefault() + + if (!$parent.length) { + $parent = $this.closest('.alert') + } + + $parent.trigger(e = $.Event('close.bs.alert')) + + if (e.isDefaultPrevented()) return + + $parent.removeClass('in') + + function removeElement() { + // detach from parent, fire event then clean up data + $parent.detach().trigger('closed.bs.alert').remove() + } + + $.support.transition && $parent.hasClass('fade') ? + $parent + .one('bsTransitionEnd', removeElement) + .emulateTransitionEnd(Alert.TRANSITION_DURATION) : + removeElement() + } + + + // ALERT PLUGIN DEFINITION + // ======================= + + function Plugin(option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.alert') + + if (!data) $this.data('bs.alert', (data = new Alert(this))) + if (typeof option == 'string') data[option].call($this) + }) + } + + var old = $.fn.alert + + $.fn.alert = Plugin + $.fn.alert.Constructor = Alert + + + // ALERT NO CONFLICT + // ================= + + $.fn.alert.noConflict = function () { + $.fn.alert = old + return this + } + + + // ALERT DATA-API + // ============== + + $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: button.js v3.3.6 + * http://getbootstrap.com/javascript/#buttons + * ======================================================================== + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // BUTTON PUBLIC CLASS DEFINITION + // ============================== + + var Button = function (element, options) { + this.$element = $(element) + this.options = $.extend({}, Button.DEFAULTS, options) + this.isLoading = false + } + + Button.VERSION = '3.3.6' + + Button.DEFAULTS = { + loadingText: 'loading...' + } + + Button.prototype.setState = function (state) { + var d = 'disabled' + var $el = this.$element + var val = $el.is('input') ? 'val' : 'html' + var data = $el.data() + + state += 'Text' + + if (data.resetText == null) $el.data('resetText', $el[val]()) + + // push to event loop to allow forms to submit + setTimeout($.proxy(function () { + $el[val](data[state] == null ? this.options[state] : data[state]) + + if (state == 'loadingText') { + this.isLoading = true + $el.addClass(d).attr(d, d) + } else if (this.isLoading) { + this.isLoading = false + $el.removeClass(d).removeAttr(d) + } + }, this), 0) + } + + Button.prototype.toggle = function () { + var changed = true + var $parent = this.$element.closest('[data-toggle="buttons"]') + + if ($parent.length) { + var $input = this.$element.find('input') + if ($input.prop('type') == 'radio') { + if ($input.prop('checked')) changed = false + $parent.find('.active').removeClass('active') + this.$element.addClass('active') + } else if ($input.prop('type') == 'checkbox') { + if (($input.prop('checked')) !== this.$element.hasClass('active')) changed = false + this.$element.toggleClass('active') + } + $input.prop('checked', this.$element.hasClass('active')) + if (changed) $input.trigger('change') + } else { + this.$element.attr('aria-pressed', !this.$element.hasClass('active')) + this.$element.toggleClass('active') + } + } + + + // BUTTON PLUGIN DEFINITION + // ======================== + + function Plugin(option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.button') + var options = typeof option == 'object' && option + + if (!data) $this.data('bs.button', (data = new Button(this, options))) + + if (option == 'toggle') data.toggle() + else if (option) data.setState(option) + }) + } + + var old = $.fn.button + + $.fn.button = Plugin + $.fn.button.Constructor = Button + + + // BUTTON NO CONFLICT + // ================== + + $.fn.button.noConflict = function () { + $.fn.button = old + return this + } + + + // BUTTON DATA-API + // =============== + + $(document) + .on('click.bs.button.data-api', '[data-toggle^="button"]', function (e) { + var $btn = $(e.target) + if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn') + Plugin.call($btn, 'toggle') + if (!($(e.target).is('input[type="radio"]') || $(e.target).is('input[type="checkbox"]'))) e.preventDefault() + }) + .on('focus.bs.button.data-api blur.bs.button.data-api', '[data-toggle^="button"]', function (e) { + $(e.target).closest('.btn').toggleClass('focus', /^focus(in)?$/.test(e.type)) + }) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: carousel.js v3.3.6 + * http://getbootstrap.com/javascript/#carousel + * ======================================================================== + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // CAROUSEL CLASS DEFINITION + // ========================= + + var Carousel = function (element, options) { + this.$element = $(element) + this.$indicators = this.$element.find('.carousel-indicators') + this.options = options + this.paused = null + this.sliding = null + this.interval = null + this.$active = null + this.$items = null + + this.options.keyboard && this.$element.on('keydown.bs.carousel', $.proxy(this.keydown, this)) + + this.options.pause == 'hover' && !('ontouchstart' in document.documentElement) && this.$element + .on('mouseenter.bs.carousel', $.proxy(this.pause, this)) + .on('mouseleave.bs.carousel', $.proxy(this.cycle, this)) + } + + Carousel.VERSION = '3.3.6' + + Carousel.TRANSITION_DURATION = 600 + + Carousel.DEFAULTS = { + interval: 5000, + pause: 'hover', + wrap: true, + keyboard: true + } + + Carousel.prototype.keydown = function (e) { + if (/input|textarea/i.test(e.target.tagName)) return + switch (e.which) { + case 37: this.prev(); break + case 39: this.next(); break + default: return + } + + e.preventDefault() + } + + Carousel.prototype.cycle = function (e) { + e || (this.paused = false) + + this.interval && clearInterval(this.interval) + + this.options.interval + && !this.paused + && (this.interval = setInterval($.proxy(this.next, this), this.options.interval)) + + return this + } + + Carousel.prototype.getItemIndex = function (item) { + this.$items = item.parent().children('.item') + return this.$items.index(item || this.$active) + } + + Carousel.prototype.getItemForDirection = function (direction, active) { + var activeIndex = this.getItemIndex(active) + var willWrap = (direction == 'prev' && activeIndex === 0) + || (direction == 'next' && activeIndex == (this.$items.length - 1)) + if (willWrap && !this.options.wrap) return active + var delta = direction == 'prev' ? -1 : 1 + var itemIndex = (activeIndex + delta) % this.$items.length + return this.$items.eq(itemIndex) + } + + Carousel.prototype.to = function (pos) { + var that = this + var activeIndex = this.getItemIndex(this.$active = this.$element.find('.item.active')) + + if (pos > (this.$items.length - 1) || pos < 0) return + + if (this.sliding) return this.$element.one('slid.bs.carousel', function () { that.to(pos) }) // yes, "slid" + if (activeIndex == pos) return this.pause().cycle() + + return this.slide(pos > activeIndex ? 'next' : 'prev', this.$items.eq(pos)) + } + + Carousel.prototype.pause = function (e) { + e || (this.paused = true) + + if (this.$element.find('.next, .prev').length && $.support.transition) { + this.$element.trigger($.support.transition.end) + this.cycle(true) + } + + this.interval = clearInterval(this.interval) + + return this + } + + Carousel.prototype.next = function () { + if (this.sliding) return + return this.slide('next') + } + + Carousel.prototype.prev = function () { + if (this.sliding) return + return this.slide('prev') + } + + Carousel.prototype.slide = function (type, next) { + var $active = this.$element.find('.item.active') + var $next = next || this.getItemForDirection(type, $active) + var isCycling = this.interval + var direction = type == 'next' ? 'left' : 'right' + var that = this + + if ($next.hasClass('active')) return (this.sliding = false) + + var relatedTarget = $next[0] + var slideEvent = $.Event('slide.bs.carousel', { + relatedTarget: relatedTarget, + direction: direction + }) + this.$element.trigger(slideEvent) + if (slideEvent.isDefaultPrevented()) return + + this.sliding = true + + isCycling && this.pause() + + if (this.$indicators.length) { + this.$indicators.find('.active').removeClass('active') + var $nextIndicator = $(this.$indicators.children()[this.getItemIndex($next)]) + $nextIndicator && $nextIndicator.addClass('active') + } + + var slidEvent = $.Event('slid.bs.carousel', { relatedTarget: relatedTarget, direction: direction }) // yes, "slid" + if ($.support.transition && this.$element.hasClass('slide')) { + $next.addClass(type) + $next[0].offsetWidth // force reflow + $active.addClass(direction) + $next.addClass(direction) + $active + .one('bsTransitionEnd', function () { + $next.removeClass([type, direction].join(' ')).addClass('active') + $active.removeClass(['active', direction].join(' ')) + that.sliding = false + setTimeout(function () { + that.$element.trigger(slidEvent) + }, 0) + }) + .emulateTransitionEnd(Carousel.TRANSITION_DURATION) + } else { + $active.removeClass('active') + $next.addClass('active') + this.sliding = false + this.$element.trigger(slidEvent) + } + + isCycling && this.cycle() + + return this + } + + + // CAROUSEL PLUGIN DEFINITION + // ========================== + + function Plugin(option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.carousel') + var options = $.extend({}, Carousel.DEFAULTS, $this.data(), typeof option == 'object' && option) + var action = typeof option == 'string' ? option : options.slide + + if (!data) $this.data('bs.carousel', (data = new Carousel(this, options))) + if (typeof option == 'number') data.to(option) + else if (action) data[action]() + else if (options.interval) data.pause().cycle() + }) + } + + var old = $.fn.carousel + + $.fn.carousel = Plugin + $.fn.carousel.Constructor = Carousel + + + // CAROUSEL NO CONFLICT + // ==================== + + $.fn.carousel.noConflict = function () { + $.fn.carousel = old + return this + } + + + // CAROUSEL DATA-API + // ================= + + var clickHandler = function (e) { + var href + var $this = $(this) + var $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) // strip for ie7 + if (!$target.hasClass('carousel')) return + var options = $.extend({}, $target.data(), $this.data()) + var slideIndex = $this.attr('data-slide-to') + if (slideIndex) options.interval = false + + Plugin.call($target, options) + + if (slideIndex) { + $target.data('bs.carousel').to(slideIndex) + } + + e.preventDefault() + } + + $(document) + .on('click.bs.carousel.data-api', '[data-slide]', clickHandler) + .on('click.bs.carousel.data-api', '[data-slide-to]', clickHandler) + + $(window).on('load', function () { + $('[data-ride="carousel"]').each(function () { + var $carousel = $(this) + Plugin.call($carousel, $carousel.data()) + }) + }) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: collapse.js v3.3.6 + * http://getbootstrap.com/javascript/#collapse + * ======================================================================== + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // COLLAPSE PUBLIC CLASS DEFINITION + // ================================ + + var Collapse = function (element, options) { + this.$element = $(element) + this.options = $.extend({}, Collapse.DEFAULTS, options) + this.$trigger = $('[data-toggle="collapse"][href="#' + element.id + '"],' + + '[data-toggle="collapse"][data-target="#' + element.id + '"]') + this.transitioning = null + + if (this.options.parent) { + this.$parent = this.getParent() + } else { + this.addAriaAndCollapsedClass(this.$element, this.$trigger) + } + + if (this.options.toggle) this.toggle() + } + + Collapse.VERSION = '3.3.6' + + Collapse.TRANSITION_DURATION = 350 + + Collapse.DEFAULTS = { + toggle: true + } + + Collapse.prototype.dimension = function () { + var hasWidth = this.$element.hasClass('width') + return hasWidth ? 'width' : 'height' + } + + Collapse.prototype.show = function () { + if (this.transitioning || this.$element.hasClass('in')) return + + var activesData + var actives = this.$parent && this.$parent.children('.panel').children('.in, .collapsing') + + if (actives && actives.length) { + activesData = actives.data('bs.collapse') + if (activesData && activesData.transitioning) return + } + + var startEvent = $.Event('show.bs.collapse') + this.$element.trigger(startEvent) + if (startEvent.isDefaultPrevented()) return + + if (actives && actives.length) { + Plugin.call(actives, 'hide') + activesData || actives.data('bs.collapse', null) + } + + var dimension = this.dimension() + + this.$element + .removeClass('collapse') + .addClass('collapsing')[dimension](0) + .attr('aria-expanded', true) + + this.$trigger + .removeClass('collapsed') + .attr('aria-expanded', true) + + this.transitioning = 1 + + var complete = function () { + this.$element + .removeClass('collapsing') + .addClass('collapse in')[dimension]('') + this.transitioning = 0 + this.$element + .trigger('shown.bs.collapse') + } + + if (!$.support.transition) return complete.call(this) + + var scrollSize = $.camelCase(['scroll', dimension].join('-')) + + this.$element + .one('bsTransitionEnd', $.proxy(complete, this)) + .emulateTransitionEnd(Collapse.TRANSITION_DURATION)[dimension](this.$element[0][scrollSize]) + } + + Collapse.prototype.hide = function () { + if (this.transitioning || !this.$element.hasClass('in')) return + + var startEvent = $.Event('hide.bs.collapse') + this.$element.trigger(startEvent) + if (startEvent.isDefaultPrevented()) return + + var dimension = this.dimension() + + this.$element[dimension](this.$element[dimension]())[0].offsetHeight + + this.$element + .addClass('collapsing') + .removeClass('collapse in') + .attr('aria-expanded', false) + + this.$trigger + .addClass('collapsed') + .attr('aria-expanded', false) + + this.transitioning = 1 + + var complete = function () { + this.transitioning = 0 + this.$element + .removeClass('collapsing') + .addClass('collapse') + .trigger('hidden.bs.collapse') + } + + if (!$.support.transition) return complete.call(this) + + this.$element + [dimension](0) + .one('bsTransitionEnd', $.proxy(complete, this)) + .emulateTransitionEnd(Collapse.TRANSITION_DURATION) + } + + Collapse.prototype.toggle = function () { + this[this.$element.hasClass('in') ? 'hide' : 'show']() + } + + Collapse.prototype.getParent = function () { + return $(this.options.parent) + .find('[data-toggle="collapse"][data-parent="' + this.options.parent + '"]') + .each($.proxy(function (i, element) { + var $element = $(element) + this.addAriaAndCollapsedClass(getTargetFromTrigger($element), $element) + }, this)) + .end() + } + + Collapse.prototype.addAriaAndCollapsedClass = function ($element, $trigger) { + var isOpen = $element.hasClass('in') + + $element.attr('aria-expanded', isOpen) + $trigger + .toggleClass('collapsed', !isOpen) + .attr('aria-expanded', isOpen) + } + + function getTargetFromTrigger($trigger) { + var href + var target = $trigger.attr('data-target') + || (href = $trigger.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') // strip for ie7 + + return $(target) + } + + + // COLLAPSE PLUGIN DEFINITION + // ========================== + + function Plugin(option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.collapse') + var options = $.extend({}, Collapse.DEFAULTS, $this.data(), typeof option == 'object' && option) + + if (!data && options.toggle && /show|hide/.test(option)) options.toggle = false + if (!data) $this.data('bs.collapse', (data = new Collapse(this, options))) + if (typeof option == 'string') data[option]() + }) + } + + var old = $.fn.collapse + + $.fn.collapse = Plugin + $.fn.collapse.Constructor = Collapse + + + // COLLAPSE NO CONFLICT + // ==================== + + $.fn.collapse.noConflict = function () { + $.fn.collapse = old + return this + } + + + // COLLAPSE DATA-API + // ================= + + $(document).on('click.bs.collapse.data-api', '[data-toggle="collapse"]', function (e) { + var $this = $(this) + + if (!$this.attr('data-target')) e.preventDefault() + + var $target = getTargetFromTrigger($this) + var data = $target.data('bs.collapse') + var option = data ? 'toggle' : $this.data() + + Plugin.call($target, option) + }) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: dropdown.js v3.3.6 + * http://getbootstrap.com/javascript/#dropdowns + * ======================================================================== + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // DROPDOWN CLASS DEFINITION + // ========================= + + var backdrop = '.dropdown-backdrop' + var toggle = '[data-toggle="dropdown"]' + var Dropdown = function (element) { + $(element).on('click.bs.dropdown', this.toggle) + } + + Dropdown.VERSION = '3.3.6' + + function getParent($this) { + var selector = $this.attr('data-target') + + if (!selector) { + selector = $this.attr('href') + selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7 + } + + var $parent = selector && $(selector) + + return $parent && $parent.length ? $parent : $this.parent() + } + + function clearMenus(e) { + if (e && e.which === 3) return + $(backdrop).remove() + $(toggle).each(function () { + var $this = $(this) + var $parent = getParent($this) + var relatedTarget = { relatedTarget: this } + + if (!$parent.hasClass('open')) return + + if (e && e.type == 'click' && /input|textarea/i.test(e.target.tagName) && $.contains($parent[0], e.target)) return + + $parent.trigger(e = $.Event('hide.bs.dropdown', relatedTarget)) + + if (e.isDefaultPrevented()) return + + $this.attr('aria-expanded', 'false') + $parent.removeClass('open').trigger($.Event('hidden.bs.dropdown', relatedTarget)) + }) + } + + Dropdown.prototype.toggle = function (e) { + var $this = $(this) + + if ($this.is('.disabled, :disabled')) return + + var $parent = getParent($this) + var isActive = $parent.hasClass('open') + + clearMenus() + + if (!isActive) { + if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) { + // if mobile we use a backdrop because click events don't delegate + $(document.createElement('div')) + .addClass('dropdown-backdrop') + .insertAfter($(this)) + .on('click', clearMenus) + } + + var relatedTarget = { relatedTarget: this } + $parent.trigger(e = $.Event('show.bs.dropdown', relatedTarget)) + + if (e.isDefaultPrevented()) return + + $this + .trigger('focus') + .attr('aria-expanded', 'true') + + $parent + .toggleClass('open') + .trigger($.Event('shown.bs.dropdown', relatedTarget)) + } + + return false + } + + Dropdown.prototype.keydown = function (e) { + if (!/(38|40|27|32)/.test(e.which) || /input|textarea/i.test(e.target.tagName)) return + + var $this = $(this) + + e.preventDefault() + e.stopPropagation() + + if ($this.is('.disabled, :disabled')) return + + var $parent = getParent($this) + var isActive = $parent.hasClass('open') + + if (!isActive && e.which != 27 || isActive && e.which == 27) { + if (e.which == 27) $parent.find(toggle).trigger('focus') + return $this.trigger('click') + } + + var desc = ' li:not(.disabled):visible a' + var $items = $parent.find('.dropdown-menu' + desc) + + if (!$items.length) return + + var index = $items.index(e.target) + + if (e.which == 38 && index > 0) index-- // up + if (e.which == 40 && index < $items.length - 1) index++ // down + if (!~index) index = 0 + + $items.eq(index).trigger('focus') + } + + + // DROPDOWN PLUGIN DEFINITION + // ========================== + + function Plugin(option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.dropdown') + + if (!data) $this.data('bs.dropdown', (data = new Dropdown(this))) + if (typeof option == 'string') data[option].call($this) + }) + } + + var old = $.fn.dropdown + + $.fn.dropdown = Plugin + $.fn.dropdown.Constructor = Dropdown + + + // DROPDOWN NO CONFLICT + // ==================== + + $.fn.dropdown.noConflict = function () { + $.fn.dropdown = old + return this + } + + + // APPLY TO STANDARD DROPDOWN ELEMENTS + // =================================== + + $(document) + .on('click.bs.dropdown.data-api', clearMenus) + .on('click.bs.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() }) + .on('click.bs.dropdown.data-api', toggle, Dropdown.prototype.toggle) + .on('keydown.bs.dropdown.data-api', toggle, Dropdown.prototype.keydown) + .on('keydown.bs.dropdown.data-api', '.dropdown-menu', Dropdown.prototype.keydown) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: modal.js v3.3.6 + * http://getbootstrap.com/javascript/#modals + * ======================================================================== + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // MODAL CLASS DEFINITION + // ====================== + + var Modal = function (element, options) { + this.options = options + this.$body = $(document.body) + this.$element = $(element) + this.$dialog = this.$element.find('.modal-dialog') + this.$backdrop = null + this.isShown = null + this.originalBodyPad = null + this.scrollbarWidth = 0 + this.ignoreBackdropClick = false + + if (this.options.remote) { + this.$element + .find('.modal-content') + .load(this.options.remote, $.proxy(function () { + this.$element.trigger('loaded.bs.modal') + }, this)) + } + } + + Modal.VERSION = '3.3.6' + + Modal.TRANSITION_DURATION = 300 + Modal.BACKDROP_TRANSITION_DURATION = 150 + + Modal.DEFAULTS = { + backdrop: true, + keyboard: true, + show: true + } + + Modal.prototype.toggle = function (_relatedTarget) { + return this.isShown ? this.hide() : this.show(_relatedTarget) + } + + Modal.prototype.show = function (_relatedTarget) { + var that = this + var e = $.Event('show.bs.modal', { relatedTarget: _relatedTarget }) + + this.$element.trigger(e) + + if (this.isShown || e.isDefaultPrevented()) return + + this.isShown = true + + this.checkScrollbar() + this.setScrollbar() + this.$body.addClass('modal-open') + + this.escape() + this.resize() + + this.$element.on('click.dismiss.bs.modal', '[data-dismiss="modal"]', $.proxy(this.hide, this)) + + this.$dialog.on('mousedown.dismiss.bs.modal', function () { + that.$element.one('mouseup.dismiss.bs.modal', function (e) { + if ($(e.target).is(that.$element)) that.ignoreBackdropClick = true + }) + }) + + this.backdrop(function () { + var transition = $.support.transition && that.$element.hasClass('fade') + + if (!that.$element.parent().length) { + that.$element.appendTo(that.$body) // don't move modals dom position + } + + that.$element + .show() + .scrollTop(0) + + that.adjustDialog() + + if (transition) { + that.$element[0].offsetWidth // force reflow + } + + that.$element.addClass('in') + + that.enforceFocus() + + var e = $.Event('shown.bs.modal', { relatedTarget: _relatedTarget }) + + transition ? + that.$dialog // wait for modal to slide in + .one('bsTransitionEnd', function () { + that.$element.trigger('focus').trigger(e) + }) + .emulateTransitionEnd(Modal.TRANSITION_DURATION) : + that.$element.trigger('focus').trigger(e) + }) + } + + Modal.prototype.hide = function (e) { + if (e) e.preventDefault() + + e = $.Event('hide.bs.modal') + + this.$element.trigger(e) + + if (!this.isShown || e.isDefaultPrevented()) return + + this.isShown = false + + this.escape() + this.resize() + + $(document).off('focusin.bs.modal') + + this.$element + .removeClass('in') + .off('click.dismiss.bs.modal') + .off('mouseup.dismiss.bs.modal') + + this.$dialog.off('mousedown.dismiss.bs.modal') + + $.support.transition && this.$element.hasClass('fade') ? + this.$element + .one('bsTransitionEnd', $.proxy(this.hideModal, this)) + .emulateTransitionEnd(Modal.TRANSITION_DURATION) : + this.hideModal() + } + + Modal.prototype.enforceFocus = function () { + $(document) + .off('focusin.bs.modal') // guard against infinite focus loop + .on('focusin.bs.modal', $.proxy(function (e) { + if (this.$element[0] !== e.target && !this.$element.has(e.target).length) { + this.$element.trigger('focus') + } + }, this)) + } + + Modal.prototype.escape = function () { + if (this.isShown && this.options.keyboard) { + this.$element.on('keydown.dismiss.bs.modal', $.proxy(function (e) { + e.which == 27 && this.hide() + }, this)) + } else if (!this.isShown) { + this.$element.off('keydown.dismiss.bs.modal') + } + } + + Modal.prototype.resize = function () { + if (this.isShown) { + $(window).on('resize.bs.modal', $.proxy(this.handleUpdate, this)) + } else { + $(window).off('resize.bs.modal') + } + } + + Modal.prototype.hideModal = function () { + var that = this + this.$element.hide() + this.backdrop(function () { + that.$body.removeClass('modal-open') + that.resetAdjustments() + that.resetScrollbar() + that.$element.trigger('hidden.bs.modal') + }) + } + + Modal.prototype.removeBackdrop = function () { + this.$backdrop && this.$backdrop.remove() + this.$backdrop = null + } + + Modal.prototype.backdrop = function (callback) { + var that = this + var animate = this.$element.hasClass('fade') ? 'fade' : '' + + if (this.isShown && this.options.backdrop) { + var doAnimate = $.support.transition && animate + + this.$backdrop = $(document.createElement('div')) + .addClass('modal-backdrop ' + animate) + .appendTo(this.$body) + + this.$element.on('click.dismiss.bs.modal', $.proxy(function (e) { + if (this.ignoreBackdropClick) { + this.ignoreBackdropClick = false + return + } + if (e.target !== e.currentTarget) return + this.options.backdrop == 'static' + ? this.$element[0].focus() + : this.hide() + }, this)) + + if (doAnimate) this.$backdrop[0].offsetWidth // force reflow + + this.$backdrop.addClass('in') + + if (!callback) return + + doAnimate ? + this.$backdrop + .one('bsTransitionEnd', callback) + .emulateTransitionEnd(Modal.BACKDROP_TRANSITION_DURATION) : + callback() + + } else if (!this.isShown && this.$backdrop) { + this.$backdrop.removeClass('in') + + var callbackRemove = function () { + that.removeBackdrop() + callback && callback() + } + $.support.transition && this.$element.hasClass('fade') ? + this.$backdrop + .one('bsTransitionEnd', callbackRemove) + .emulateTransitionEnd(Modal.BACKDROP_TRANSITION_DURATION) : + callbackRemove() + + } else if (callback) { + callback() + } + } + + // these following methods are used to handle overflowing modals + + Modal.prototype.handleUpdate = function () { + this.adjustDialog() + } + + Modal.prototype.adjustDialog = function () { + var modalIsOverflowing = this.$element[0].scrollHeight > document.documentElement.clientHeight + + this.$element.css({ + paddingLeft: !this.bodyIsOverflowing && modalIsOverflowing ? this.scrollbarWidth : '', + paddingRight: this.bodyIsOverflowing && !modalIsOverflowing ? this.scrollbarWidth : '' + }) + } + + Modal.prototype.resetAdjustments = function () { + this.$element.css({ + paddingLeft: '', + paddingRight: '' + }) + } + + Modal.prototype.checkScrollbar = function () { + var fullWindowWidth = window.innerWidth + if (!fullWindowWidth) { // workaround for missing window.innerWidth in IE8 + var documentElementRect = document.documentElement.getBoundingClientRect() + fullWindowWidth = documentElementRect.right - Math.abs(documentElementRect.left) + } + this.bodyIsOverflowing = document.body.clientWidth < fullWindowWidth + this.scrollbarWidth = this.measureScrollbar() + } + + Modal.prototype.setScrollbar = function () { + var bodyPad = parseInt((this.$body.css('padding-right') || 0), 10) + this.originalBodyPad = document.body.style.paddingRight || '' + if (this.bodyIsOverflowing) this.$body.css('padding-right', bodyPad + this.scrollbarWidth) + } + + Modal.prototype.resetScrollbar = function () { + this.$body.css('padding-right', this.originalBodyPad) + } + + Modal.prototype.measureScrollbar = function () { // thx walsh + var scrollDiv = document.createElement('div') + scrollDiv.className = 'modal-scrollbar-measure' + this.$body.append(scrollDiv) + var scrollbarWidth = scrollDiv.offsetWidth - scrollDiv.clientWidth + this.$body[0].removeChild(scrollDiv) + return scrollbarWidth + } + + + // MODAL PLUGIN DEFINITION + // ======================= + + function Plugin(option, _relatedTarget) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.modal') + var options = $.extend({}, Modal.DEFAULTS, $this.data(), typeof option == 'object' && option) + + if (!data) $this.data('bs.modal', (data = new Modal(this, options))) + if (typeof option == 'string') data[option](_relatedTarget) + else if (options.show) data.show(_relatedTarget) + }) + } + + var old = $.fn.modal + + $.fn.modal = Plugin + $.fn.modal.Constructor = Modal + + + // MODAL NO CONFLICT + // ================= + + $.fn.modal.noConflict = function () { + $.fn.modal = old + return this + } + + + // MODAL DATA-API + // ============== + + $(document).on('click.bs.modal.data-api', '[data-toggle="modal"]', function (e) { + var $this = $(this) + var href = $this.attr('href') + var $target = $($this.attr('data-target') || (href && href.replace(/.*(?=#[^\s]+$)/, ''))) // strip for ie7 + var option = $target.data('bs.modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data()) + + if ($this.is('a')) e.preventDefault() + + $target.one('show.bs.modal', function (showEvent) { + if (showEvent.isDefaultPrevented()) return // only register focus restorer if modal will actually get shown + $target.one('hidden.bs.modal', function () { + $this.is(':visible') && $this.trigger('focus') + }) + }) + Plugin.call($target, option, this) + }) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: tooltip.js v3.3.6 + * http://getbootstrap.com/javascript/#tooltip + * Inspired by the original jQuery.tipsy by Jason Frame + * ======================================================================== + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // TOOLTIP PUBLIC CLASS DEFINITION + // =============================== + + var Tooltip = function (element, options) { + this.type = null + this.options = null + this.enabled = null + this.timeout = null + this.hoverState = null + this.$element = null + this.inState = null + + this.init('tooltip', element, options) + } + + Tooltip.VERSION = '3.3.6' + + Tooltip.TRANSITION_DURATION = 150 + + Tooltip.DEFAULTS = { + animation: true, + placement: 'top', + selector: false, + template: '', + trigger: 'hover focus', + title: '', + delay: 0, + html: false, + container: false, + viewport: { + selector: 'body', + padding: 0 + } + } + + Tooltip.prototype.init = function (type, element, options) { + this.enabled = true + this.type = type + this.$element = $(element) + this.options = this.getOptions(options) + this.$viewport = this.options.viewport && $($.isFunction(this.options.viewport) ? this.options.viewport.call(this, this.$element) : (this.options.viewport.selector || this.options.viewport)) + this.inState = { click: false, hover: false, focus: false } + + if (this.$element[0] instanceof document.constructor && !this.options.selector) { + throw new Error('`selector` option must be specified when initializing ' + this.type + ' on the window.document object!') + } + + var triggers = this.options.trigger.split(' ') + + for (var i = triggers.length; i--;) { + var trigger = triggers[i] + + if (trigger == 'click') { + this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this)) + } else if (trigger != 'manual') { + var eventIn = trigger == 'hover' ? 'mouseenter' : 'focusin' + var eventOut = trigger == 'hover' ? 'mouseleave' : 'focusout' + + this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this)) + this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this)) + } + } + + this.options.selector ? + (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) : + this.fixTitle() + } + + Tooltip.prototype.getDefaults = function () { + return Tooltip.DEFAULTS + } + + Tooltip.prototype.getOptions = function (options) { + options = $.extend({}, this.getDefaults(), this.$element.data(), options) + + if (options.delay && typeof options.delay == 'number') { + options.delay = { + show: options.delay, + hide: options.delay + } + } + + return options + } + + Tooltip.prototype.getDelegateOptions = function () { + var options = {} + var defaults = this.getDefaults() + + this._options && $.each(this._options, function (key, value) { + if (defaults[key] != value) options[key] = value + }) + + return options + } + + Tooltip.prototype.enter = function (obj) { + var self = obj instanceof this.constructor ? + obj : $(obj.currentTarget).data('bs.' + this.type) + + if (!self) { + self = new this.constructor(obj.currentTarget, this.getDelegateOptions()) + $(obj.currentTarget).data('bs.' + this.type, self) + } + + if (obj instanceof $.Event) { + self.inState[obj.type == 'focusin' ? 'focus' : 'hover'] = true + } + + if (self.tip().hasClass('in') || self.hoverState == 'in') { + self.hoverState = 'in' + return + } + + clearTimeout(self.timeout) + + self.hoverState = 'in' + + if (!self.options.delay || !self.options.delay.show) return self.show() + + self.timeout = setTimeout(function () { + if (self.hoverState == 'in') self.show() + }, self.options.delay.show) + } + + Tooltip.prototype.isInStateTrue = function () { + for (var key in this.inState) { + if (this.inState[key]) return true + } + + return false + } + + Tooltip.prototype.leave = function (obj) { + var self = obj instanceof this.constructor ? + obj : $(obj.currentTarget).data('bs.' + this.type) + + if (!self) { + self = new this.constructor(obj.currentTarget, this.getDelegateOptions()) + $(obj.currentTarget).data('bs.' + this.type, self) + } + + if (obj instanceof $.Event) { + self.inState[obj.type == 'focusout' ? 'focus' : 'hover'] = false + } + + if (self.isInStateTrue()) return + + clearTimeout(self.timeout) + + self.hoverState = 'out' + + if (!self.options.delay || !self.options.delay.hide) return self.hide() + + self.timeout = setTimeout(function () { + if (self.hoverState == 'out') self.hide() + }, self.options.delay.hide) + } + + Tooltip.prototype.show = function () { + var e = $.Event('show.bs.' + this.type) + + if (this.hasContent() && this.enabled) { + this.$element.trigger(e) + + var inDom = $.contains(this.$element[0].ownerDocument.documentElement, this.$element[0]) + if (e.isDefaultPrevented() || !inDom) return + var that = this + + var $tip = this.tip() + + var tipId = this.getUID(this.type) + + this.setContent() + $tip.attr('id', tipId) + this.$element.attr('aria-describedby', tipId) + + if (this.options.animation) $tip.addClass('fade') + + var placement = typeof this.options.placement == 'function' ? + this.options.placement.call(this, $tip[0], this.$element[0]) : + this.options.placement + + var autoToken = /\s?auto?\s?/i + var autoPlace = autoToken.test(placement) + if (autoPlace) placement = placement.replace(autoToken, '') || 'top' + + $tip + .detach() + .css({ top: 0, left: 0, display: 'block' }) + .addClass(placement) + .data('bs.' + this.type, this) + + this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element) + this.$element.trigger('inserted.bs.' + this.type) + + var pos = this.getPosition() + var actualWidth = $tip[0].offsetWidth + var actualHeight = $tip[0].offsetHeight + + if (autoPlace) { + var orgPlacement = placement + var viewportDim = this.getPosition(this.$viewport) + + placement = placement == 'bottom' && pos.bottom + actualHeight > viewportDim.bottom ? 'top' : + placement == 'top' && pos.top - actualHeight < viewportDim.top ? 'bottom' : + placement == 'right' && pos.right + actualWidth > viewportDim.width ? 'left' : + placement == 'left' && pos.left - actualWidth < viewportDim.left ? 'right' : + placement + + $tip + .removeClass(orgPlacement) + .addClass(placement) + } + + var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight) + + this.applyPlacement(calculatedOffset, placement) + + var complete = function () { + var prevHoverState = that.hoverState + that.$element.trigger('shown.bs.' + that.type) + that.hoverState = null + + if (prevHoverState == 'out') that.leave(that) + } + + $.support.transition && this.$tip.hasClass('fade') ? + $tip + .one('bsTransitionEnd', complete) + .emulateTransitionEnd(Tooltip.TRANSITION_DURATION) : + complete() + } + } + + Tooltip.prototype.applyPlacement = function (offset, placement) { + var $tip = this.tip() + var width = $tip[0].offsetWidth + var height = $tip[0].offsetHeight + + // manually read margins because getBoundingClientRect includes difference + var marginTop = parseInt($tip.css('margin-top'), 10) + var marginLeft = parseInt($tip.css('margin-left'), 10) + + // we must check for NaN for ie 8/9 + if (isNaN(marginTop)) marginTop = 0 + if (isNaN(marginLeft)) marginLeft = 0 + + offset.top += marginTop + offset.left += marginLeft + + // $.fn.offset doesn't round pixel values + // so we use setOffset directly with our own function B-0 + $.offset.setOffset($tip[0], $.extend({ + using: function (props) { + $tip.css({ + top: Math.round(props.top), + left: Math.round(props.left) + }) + } + }, offset), 0) + + $tip.addClass('in') + + // check to see if placing tip in new offset caused the tip to resize itself + var actualWidth = $tip[0].offsetWidth + var actualHeight = $tip[0].offsetHeight + + if (placement == 'top' && actualHeight != height) { + offset.top = offset.top + height - actualHeight + } + + var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight) + + if (delta.left) offset.left += delta.left + else offset.top += delta.top + + var isVertical = /top|bottom/.test(placement) + var arrowDelta = isVertical ? delta.left * 2 - width + actualWidth : delta.top * 2 - height + actualHeight + var arrowOffsetPosition = isVertical ? 'offsetWidth' : 'offsetHeight' + + $tip.offset(offset) + this.replaceArrow(arrowDelta, $tip[0][arrowOffsetPosition], isVertical) + } + + Tooltip.prototype.replaceArrow = function (delta, dimension, isVertical) { + this.arrow() + .css(isVertical ? 'left' : 'top', 50 * (1 - delta / dimension) + '%') + .css(isVertical ? 'top' : 'left', '') + } + + Tooltip.prototype.setContent = function () { + var $tip = this.tip() + var title = this.getTitle() + + $tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title) + $tip.removeClass('fade in top bottom left right') + } + + Tooltip.prototype.hide = function (callback) { + var that = this + var $tip = $(this.$tip) + var e = $.Event('hide.bs.' + this.type) + + function complete() { + if (that.hoverState != 'in') $tip.detach() + that.$element + .removeAttr('aria-describedby') + .trigger('hidden.bs.' + that.type) + callback && callback() + } + + this.$element.trigger(e) + + if (e.isDefaultPrevented()) return + + $tip.removeClass('in') + + $.support.transition && $tip.hasClass('fade') ? + $tip + .one('bsTransitionEnd', complete) + .emulateTransitionEnd(Tooltip.TRANSITION_DURATION) : + complete() + + this.hoverState = null + + return this + } + + Tooltip.prototype.fixTitle = function () { + var $e = this.$element + if ($e.attr('title') || typeof $e.attr('data-original-title') != 'string') { + $e.attr('data-original-title', $e.attr('title') || '').attr('title', '') + } + } + + Tooltip.prototype.hasContent = function () { + return this.getTitle() + } + + Tooltip.prototype.getPosition = function ($element) { + $element = $element || this.$element + + var el = $element[0] + var isBody = el.tagName == 'BODY' + + var elRect = el.getBoundingClientRect() + if (elRect.width == null) { + // width and height are missing in IE8, so compute them manually; see https://github.com/twbs/bootstrap/issues/14093 + elRect = $.extend({}, elRect, { width: elRect.right - elRect.left, height: elRect.bottom - elRect.top }) + } + var elOffset = isBody ? { top: 0, left: 0 } : $element.offset() + var scroll = { scroll: isBody ? document.documentElement.scrollTop || document.body.scrollTop : $element.scrollTop() } + var outerDims = isBody ? { width: $(window).width(), height: $(window).height() } : null + + return $.extend({}, elRect, scroll, outerDims, elOffset) + } + + Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) { + return placement == 'bottom' ? { top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2 } : + placement == 'top' ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2 } : + placement == 'left' ? { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth } : + /* placement == 'right' */ { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width } + + } + + Tooltip.prototype.getViewportAdjustedDelta = function (placement, pos, actualWidth, actualHeight) { + var delta = { top: 0, left: 0 } + if (!this.$viewport) return delta + + var viewportPadding = this.options.viewport && this.options.viewport.padding || 0 + var viewportDimensions = this.getPosition(this.$viewport) + + if (/right|left/.test(placement)) { + var topEdgeOffset = pos.top - viewportPadding - viewportDimensions.scroll + var bottomEdgeOffset = pos.top + viewportPadding - viewportDimensions.scroll + actualHeight + if (topEdgeOffset < viewportDimensions.top) { // top overflow + delta.top = viewportDimensions.top - topEdgeOffset + } else if (bottomEdgeOffset > viewportDimensions.top + viewportDimensions.height) { // bottom overflow + delta.top = viewportDimensions.top + viewportDimensions.height - bottomEdgeOffset + } + } else { + var leftEdgeOffset = pos.left - viewportPadding + var rightEdgeOffset = pos.left + viewportPadding + actualWidth + if (leftEdgeOffset < viewportDimensions.left) { // left overflow + delta.left = viewportDimensions.left - leftEdgeOffset + } else if (rightEdgeOffset > viewportDimensions.right) { // right overflow + delta.left = viewportDimensions.left + viewportDimensions.width - rightEdgeOffset + } + } + + return delta + } + + Tooltip.prototype.getTitle = function () { + var title + var $e = this.$element + var o = this.options + + title = $e.attr('data-original-title') + || (typeof o.title == 'function' ? o.title.call($e[0]) : o.title) + + return title + } + + Tooltip.prototype.getUID = function (prefix) { + do prefix += ~~(Math.random() * 1000000) + while (document.getElementById(prefix)) + return prefix + } + + Tooltip.prototype.tip = function () { + if (!this.$tip) { + this.$tip = $(this.options.template) + if (this.$tip.length != 1) { + throw new Error(this.type + ' `template` option must consist of exactly 1 top-level element!') + } + } + return this.$tip + } + + Tooltip.prototype.arrow = function () { + return (this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow')) + } + + Tooltip.prototype.enable = function () { + this.enabled = true + } + + Tooltip.prototype.disable = function () { + this.enabled = false + } + + Tooltip.prototype.toggleEnabled = function () { + this.enabled = !this.enabled + } + + Tooltip.prototype.toggle = function (e) { + var self = this + if (e) { + self = $(e.currentTarget).data('bs.' + this.type) + if (!self) { + self = new this.constructor(e.currentTarget, this.getDelegateOptions()) + $(e.currentTarget).data('bs.' + this.type, self) + } + } + + if (e) { + self.inState.click = !self.inState.click + if (self.isInStateTrue()) self.enter(self) + else self.leave(self) + } else { + self.tip().hasClass('in') ? self.leave(self) : self.enter(self) + } + } + + Tooltip.prototype.destroy = function () { + var that = this + clearTimeout(this.timeout) + this.hide(function () { + that.$element.off('.' + that.type).removeData('bs.' + that.type) + if (that.$tip) { + that.$tip.detach() + } + that.$tip = null + that.$arrow = null + that.$viewport = null + }) + } + + + // TOOLTIP PLUGIN DEFINITION + // ========================= + + function Plugin(option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.tooltip') + var options = typeof option == 'object' && option + + if (!data && /destroy|hide/.test(option)) return + if (!data) $this.data('bs.tooltip', (data = new Tooltip(this, options))) + if (typeof option == 'string') data[option]() + }) + } + + var old = $.fn.tooltip + + $.fn.tooltip = Plugin + $.fn.tooltip.Constructor = Tooltip + + + // TOOLTIP NO CONFLICT + // =================== + + $.fn.tooltip.noConflict = function () { + $.fn.tooltip = old + return this + } + +}(jQuery); + +/* ======================================================================== + * Bootstrap: popover.js v3.3.6 + * http://getbootstrap.com/javascript/#popovers + * ======================================================================== + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // POPOVER PUBLIC CLASS DEFINITION + // =============================== + + var Popover = function (element, options) { + this.init('popover', element, options) + } + + if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js') + + Popover.VERSION = '3.3.6' + + Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, { + placement: 'right', + trigger: 'click', + content: '', + template: '' + }) + + + // NOTE: POPOVER EXTENDS tooltip.js + // ================================ + + Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype) + + Popover.prototype.constructor = Popover + + Popover.prototype.getDefaults = function () { + return Popover.DEFAULTS + } + + Popover.prototype.setContent = function () { + var $tip = this.tip() + var title = this.getTitle() + var content = this.getContent() + + $tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title) + $tip.find('.popover-content').children().detach().end()[ // we use append for html objects to maintain js events + this.options.html ? (typeof content == 'string' ? 'html' : 'append') : 'text' + ](content) + + $tip.removeClass('fade top bottom left right in') + + // IE8 doesn't accept hiding via the `:empty` pseudo selector, we have to do + // this manually by checking the contents. + if (!$tip.find('.popover-title').html()) $tip.find('.popover-title').hide() + } + + Popover.prototype.hasContent = function () { + return this.getTitle() || this.getContent() + } + + Popover.prototype.getContent = function () { + var $e = this.$element + var o = this.options + + return $e.attr('data-content') + || (typeof o.content == 'function' ? + o.content.call($e[0]) : + o.content) + } + + Popover.prototype.arrow = function () { + return (this.$arrow = this.$arrow || this.tip().find('.arrow')) + } + + + // POPOVER PLUGIN DEFINITION + // ========================= + + function Plugin(option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.popover') + var options = typeof option == 'object' && option + + if (!data && /destroy|hide/.test(option)) return + if (!data) $this.data('bs.popover', (data = new Popover(this, options))) + if (typeof option == 'string') data[option]() + }) + } + + var old = $.fn.popover + + $.fn.popover = Plugin + $.fn.popover.Constructor = Popover + + + // POPOVER NO CONFLICT + // =================== + + $.fn.popover.noConflict = function () { + $.fn.popover = old + return this + } + +}(jQuery); + +/* ======================================================================== + * Bootstrap: scrollspy.js v3.3.6 + * http://getbootstrap.com/javascript/#scrollspy + * ======================================================================== + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // SCROLLSPY CLASS DEFINITION + // ========================== + + function ScrollSpy(element, options) { + this.$body = $(document.body) + this.$scrollElement = $(element).is(document.body) ? $(window) : $(element) + this.options = $.extend({}, ScrollSpy.DEFAULTS, options) + this.selector = (this.options.target || '') + ' .nav li > a' + this.offsets = [] + this.targets = [] + this.activeTarget = null + this.scrollHeight = 0 + + this.$scrollElement.on('scroll.bs.scrollspy', $.proxy(this.process, this)) + this.refresh() + this.process() + } + + ScrollSpy.VERSION = '3.3.6' + + ScrollSpy.DEFAULTS = { + offset: 10 + } + + ScrollSpy.prototype.getScrollHeight = function () { + return this.$scrollElement[0].scrollHeight || Math.max(this.$body[0].scrollHeight, document.documentElement.scrollHeight) + } + + ScrollSpy.prototype.refresh = function () { + var that = this + var offsetMethod = 'offset' + var offsetBase = 0 + + this.offsets = [] + this.targets = [] + this.scrollHeight = this.getScrollHeight() + + if (!$.isWindow(this.$scrollElement[0])) { + offsetMethod = 'position' + offsetBase = this.$scrollElement.scrollTop() + } + + this.$body + .find(this.selector) + .map(function () { + var $el = $(this) + var href = $el.data('target') || $el.attr('href') + var $href = /^#./.test(href) && $(href) + + return ($href + && $href.length + && $href.is(':visible') + && [[$href[offsetMethod]().top + offsetBase, href]]) || null + }) + .sort(function (a, b) { return a[0] - b[0] }) + .each(function () { + that.offsets.push(this[0]) + that.targets.push(this[1]) + }) + } + + ScrollSpy.prototype.process = function () { + var scrollTop = this.$scrollElement.scrollTop() + this.options.offset + var scrollHeight = this.getScrollHeight() + var maxScroll = this.options.offset + scrollHeight - this.$scrollElement.height() + var offsets = this.offsets + var targets = this.targets + var activeTarget = this.activeTarget + var i + + if (this.scrollHeight != scrollHeight) { + this.refresh() + } + + if (scrollTop >= maxScroll) { + return activeTarget != (i = targets[targets.length - 1]) && this.activate(i) + } + + if (activeTarget && scrollTop < offsets[0]) { + this.activeTarget = null + return this.clear() + } + + for (i = offsets.length; i--;) { + activeTarget != targets[i] + && scrollTop >= offsets[i] + && (offsets[i + 1] === undefined || scrollTop < offsets[i + 1]) + && this.activate(targets[i]) + } + } + + ScrollSpy.prototype.activate = function (target) { + this.activeTarget = target + + this.clear() + + var selector = this.selector + + '[data-target="' + target + '"],' + + this.selector + '[href="' + target + '"]' + + var active = $(selector) + .parents('li') + .addClass('active') + + if (active.parent('.dropdown-menu').length) { + active = active + .closest('li.dropdown') + .addClass('active') + } + + active.trigger('activate.bs.scrollspy') + } + + ScrollSpy.prototype.clear = function () { + $(this.selector) + .parentsUntil(this.options.target, '.active') + .removeClass('active') + } + + + // SCROLLSPY PLUGIN DEFINITION + // =========================== + + function Plugin(option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.scrollspy') + var options = typeof option == 'object' && option + + if (!data) $this.data('bs.scrollspy', (data = new ScrollSpy(this, options))) + if (typeof option == 'string') data[option]() + }) + } + + var old = $.fn.scrollspy + + $.fn.scrollspy = Plugin + $.fn.scrollspy.Constructor = ScrollSpy + + + // SCROLLSPY NO CONFLICT + // ===================== + + $.fn.scrollspy.noConflict = function () { + $.fn.scrollspy = old + return this + } + + + // SCROLLSPY DATA-API + // ================== + + $(window).on('load.bs.scrollspy.data-api', function () { + $('[data-spy="scroll"]').each(function () { + var $spy = $(this) + Plugin.call($spy, $spy.data()) + }) + }) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: tab.js v3.3.6 + * http://getbootstrap.com/javascript/#tabs + * ======================================================================== + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // TAB CLASS DEFINITION + // ==================== + + var Tab = function (element) { + // jscs:disable requireDollarBeforejQueryAssignment + this.element = $(element) + // jscs:enable requireDollarBeforejQueryAssignment + } + + Tab.VERSION = '3.3.6' + + Tab.TRANSITION_DURATION = 150 + + Tab.prototype.show = function () { + var $this = this.element + var $ul = $this.closest('ul:not(.dropdown-menu)') + var selector = $this.data('target') + + if (!selector) { + selector = $this.attr('href') + selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7 + } + + if ($this.parent('li').hasClass('active')) return + + var $previous = $ul.find('.active:last a') + var hideEvent = $.Event('hide.bs.tab', { + relatedTarget: $this[0] + }) + var showEvent = $.Event('show.bs.tab', { + relatedTarget: $previous[0] + }) + + $previous.trigger(hideEvent) + $this.trigger(showEvent) + + if (showEvent.isDefaultPrevented() || hideEvent.isDefaultPrevented()) return + + var $target = $(selector) + + this.activate($this.closest('li'), $ul) + this.activate($target, $target.parent(), function () { + $previous.trigger({ + type: 'hidden.bs.tab', + relatedTarget: $this[0] + }) + $this.trigger({ + type: 'shown.bs.tab', + relatedTarget: $previous[0] + }) + }) + } + + Tab.prototype.activate = function (element, container, callback) { + var $active = container.find('> .active') + var transition = callback + && $.support.transition + && ($active.length && $active.hasClass('fade') || !!container.find('> .fade').length) + + function next() { + $active + .removeClass('active') + .find('> .dropdown-menu > .active') + .removeClass('active') + .end() + .find('[data-toggle="tab"]') + .attr('aria-expanded', false) + + element + .addClass('active') + .find('[data-toggle="tab"]') + .attr('aria-expanded', true) + + if (transition) { + element[0].offsetWidth // reflow for transition + element.addClass('in') + } else { + element.removeClass('fade') + } + + if (element.parent('.dropdown-menu').length) { + element + .closest('li.dropdown') + .addClass('active') + .end() + .find('[data-toggle="tab"]') + .attr('aria-expanded', true) + } + + callback && callback() + } + + $active.length && transition ? + $active + .one('bsTransitionEnd', next) + .emulateTransitionEnd(Tab.TRANSITION_DURATION) : + next() + + $active.removeClass('in') + } + + + // TAB PLUGIN DEFINITION + // ===================== + + function Plugin(option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.tab') + + if (!data) $this.data('bs.tab', (data = new Tab(this))) + if (typeof option == 'string') data[option]() + }) + } + + var old = $.fn.tab + + $.fn.tab = Plugin + $.fn.tab.Constructor = Tab + + + // TAB NO CONFLICT + // =============== + + $.fn.tab.noConflict = function () { + $.fn.tab = old + return this + } + + + // TAB DATA-API + // ============ + + var clickHandler = function (e) { + e.preventDefault() + Plugin.call($(this), 'show') + } + + $(document) + .on('click.bs.tab.data-api', '[data-toggle="tab"]', clickHandler) + .on('click.bs.tab.data-api', '[data-toggle="pill"]', clickHandler) + +}(jQuery); + +/* ======================================================================== + * Bootstrap: affix.js v3.3.6 + * http://getbootstrap.com/javascript/#affix + * ======================================================================== + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * ======================================================================== */ + + ++function ($) { + 'use strict'; + + // AFFIX CLASS DEFINITION + // ====================== + + var Affix = function (element, options) { + this.options = $.extend({}, Affix.DEFAULTS, options) + + this.$target = $(this.options.target) + .on('scroll.bs.affix.data-api', $.proxy(this.checkPosition, this)) + .on('click.bs.affix.data-api', $.proxy(this.checkPositionWithEventLoop, this)) + + this.$element = $(element) + this.affixed = null + this.unpin = null + this.pinnedOffset = null + + this.checkPosition() + } + + Affix.VERSION = '3.3.6' + + Affix.RESET = 'affix affix-top affix-bottom' + + Affix.DEFAULTS = { + offset: 0, + target: window + } + + Affix.prototype.getState = function (scrollHeight, height, offsetTop, offsetBottom) { + var scrollTop = this.$target.scrollTop() + var position = this.$element.offset() + var targetHeight = this.$target.height() + + if (offsetTop != null && this.affixed == 'top') return scrollTop < offsetTop ? 'top' : false + + if (this.affixed == 'bottom') { + if (offsetTop != null) return (scrollTop + this.unpin <= position.top) ? false : 'bottom' + return (scrollTop + targetHeight <= scrollHeight - offsetBottom) ? false : 'bottom' + } + + var initializing = this.affixed == null + var colliderTop = initializing ? scrollTop : position.top + var colliderHeight = initializing ? targetHeight : height + + if (offsetTop != null && scrollTop <= offsetTop) return 'top' + if (offsetBottom != null && (colliderTop + colliderHeight >= scrollHeight - offsetBottom)) return 'bottom' + + return false + } + + Affix.prototype.getPinnedOffset = function () { + if (this.pinnedOffset) return this.pinnedOffset + this.$element.removeClass(Affix.RESET).addClass('affix') + var scrollTop = this.$target.scrollTop() + var position = this.$element.offset() + return (this.pinnedOffset = position.top - scrollTop) + } + + Affix.prototype.checkPositionWithEventLoop = function () { + setTimeout($.proxy(this.checkPosition, this), 1) + } + + Affix.prototype.checkPosition = function () { + if (!this.$element.is(':visible')) return + + var height = this.$element.height() + var offset = this.options.offset + var offsetTop = offset.top + var offsetBottom = offset.bottom + var scrollHeight = Math.max($(document).height(), $(document.body).height()) + + if (typeof offset != 'object') offsetBottom = offsetTop = offset + if (typeof offsetTop == 'function') offsetTop = offset.top(this.$element) + if (typeof offsetBottom == 'function') offsetBottom = offset.bottom(this.$element) + + var affix = this.getState(scrollHeight, height, offsetTop, offsetBottom) + + if (this.affixed != affix) { + if (this.unpin != null) this.$element.css('top', '') + + var affixType = 'affix' + (affix ? '-' + affix : '') + var e = $.Event(affixType + '.bs.affix') + + this.$element.trigger(e) + + if (e.isDefaultPrevented()) return + + this.affixed = affix + this.unpin = affix == 'bottom' ? this.getPinnedOffset() : null + + this.$element + .removeClass(Affix.RESET) + .addClass(affixType) + .trigger(affixType.replace('affix', 'affixed') + '.bs.affix') + } + + if (affix == 'bottom') { + this.$element.offset({ + top: scrollHeight - height - offsetBottom + }) + } + } + + + // AFFIX PLUGIN DEFINITION + // ======================= + + function Plugin(option) { + return this.each(function () { + var $this = $(this) + var data = $this.data('bs.affix') + var options = typeof option == 'object' && option + + if (!data) $this.data('bs.affix', (data = new Affix(this, options))) + if (typeof option == 'string') data[option]() + }) + } + + var old = $.fn.affix + + $.fn.affix = Plugin + $.fn.affix.Constructor = Affix + + + // AFFIX NO CONFLICT + // ================= + + $.fn.affix.noConflict = function () { + $.fn.affix = old + return this + } + + + // AFFIX DATA-API + // ============== + + $(window).on('load', function () { + $('[data-spy="affix"]').each(function () { + var $spy = $(this) + var data = $spy.data() + + data.offset = data.offset || {} + + if (data.offsetBottom != null) data.offset.bottom = data.offsetBottom + if (data.offsetTop != null) data.offset.top = data.offsetTop + + Plugin.call($spy, data) + }) + }) + +}(jQuery); diff --git a/IG/3.0.4/static/styles/common/bootstrap/bootstrap.min.css b/IG/3.0.4/static/styles/common/bootstrap/bootstrap.min.css new file mode 100644 index 00000000..5ba92fc5 --- /dev/null +++ b/IG/3.0.4/static/styles/common/bootstrap/bootstrap.min.css @@ -0,0 +1,5 @@ +@charset "UTF-8";.label,sub,sup{vertical-align:baseline}hr,img{border:0}body,figure{margin:0}.btn-group>.btn-group,.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-13,.col-xs-14,.col-xs-15,.col-xs-16,.col-xs-17,.col-xs-18,.col-xs-19,.col-xs-2,.col-xs-20,.col-xs-21,.col-xs-22,.col-xs-23,.col-xs-24,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.dropdown-menu{float:left}.img-responsive,.img-thumbnail,.table,label{max-width:100%}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.pre-scrollable{max-height:340px}.bg-gray-base{background-color:#000}.bg-gray-darker{background-color:#222}.bg-gray-dark{background-color:#333}.bg-gray{background-color:#555}.bg-gray-light{background-color:#777}.bg-gray-lighter{background-color:#eee}/*! + * Bootstrap v3.3.6 (http://getbootstrap.com) + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}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}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0}mark{background:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative}sup{top:-.5em}sub{bottom:-.25em}img{vertical-align:middle}svg:not(:root){overflow:hidden}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{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-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{blockquote,img,pre,tr{page-break-inside:avoid}*,:after,:before{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999}thead{display:table-header-group}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}.btn,.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-warning.active,.btn-warning:active,.btn.active,.btn:active,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover,.form-control,.navbar-toggle,.open>.btn-danger.dropdown-toggle,.open>.btn-default.dropdown-toggle,.open>.btn-info.dropdown-toggle,.open>.btn-primary.dropdown-toggle,.open>.btn-warning.dropdown-toggle{background-image:none}.img-thumbnail,body{background-color:#fff}@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:"\002a"}.glyphicon-plus:before{content:"\002b"}.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,.glyphicon-btc:before,.glyphicon-xbt:before{content:"\e227"}.glyphicon-jpy:before,.glyphicon-yen:before{content:"\00a5"}.glyphicon-rub:before,.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"}*,: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{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857;color:#333}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#16a2c5;text-decoration:none}a:focus,a:hover{color:#0e6980;text-decoration:underline}a:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.img-responsive{display:block;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:400;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:30px}.h2,h2{font-size:23px}.h3,h3{font-size:18px}.h4,h4{font-size:16px}.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}dt,kbd kbd,label{font-weight:700}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}.list-inline,.list-unstyled{padding-left:0;list-style:none}.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}.initialism,.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#16a2c5}a.text-primary:focus,a.text-primary:hover{color:#117c97}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#16a2c5}a.bg-primary:focus,a.bg-primary:hover{background-color:#117c97}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}pre,pre code,table{background-color:transparent}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}dl,ol,ul{margin-top:0}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child,ol ol,ol ul,ul ol,ul ul{margin-bottom:0}address,dl{margin-bottom:20px}ol,ul{margin-bottom:10px}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dd,dt{line-height:1.42857}dd{margin-left:0}.dl-horizontal dd:after,.dl-horizontal dd:before{content:" ";display:table}.dl-horizontal dd:after{clear:both}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.container{width:750px}}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dropdown-menu>li>a,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857;color:#777}legend,pre{color:#333}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}code,kbd{padding:2px 4px;font-size:90%}caption,th{text-align:left}.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{font-style:normal;line-height:1.42857}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857;word-break:break-all;word-wrap:break-word;border:1px solid transparent;border-radius:4px}.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{display:table;content:" "}.container,.container-fluid{margin-right:auto;margin-left:auto}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;border-radius:0}.container,.container-fluid{padding-left:15px;padding-right:15px}.pre-scrollable{overflow-y:scroll}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-17,.col-lg-18,.col-lg-19,.col-lg-2,.col-lg-20,.col-lg-21,.col-lg-22,.col-lg-23,.col-lg-24,.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-13,.col-md-14,.col-md-15,.col-md-16,.col-md-17,.col-md-18,.col-md-19,.col-md-2,.col-md-20,.col-md-21,.col-md-22,.col-md-23,.col-md-24,.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-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-17,.col-sm-18,.col-sm-19,.col-sm-2,.col-sm-20,.col-sm-21,.col-sm-22,.col-sm-23,.col-sm-24,.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-13,.col-xs-14,.col-xs-15,.col-xs-16,.col-xs-17,.col-xs-18,.col-xs-19,.col-xs-2,.col-xs-20,.col-xs-21,.col-xs-22,.col-xs-23,.col-xs-24,.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-left:15px;padding-right:15px}.col-xs-1{width:4.16667%}.col-xs-2{width:8.33333%}.col-xs-3{width:12.5%}.col-xs-4{width:16.66667%}.col-xs-5{width:20.83333%}.col-xs-6{width:25%}.col-xs-7{width:29.16667%}.col-xs-8{width:33.33333%}.col-xs-9{width:37.5%}.col-xs-10{width:41.66667%}.col-xs-11{width:45.83333%}.col-xs-12{width:50%}.col-xs-13{width:54.16667%}.col-xs-14{width:58.33333%}.col-xs-15{width:62.5%}.col-xs-16{width:66.66667%}.col-xs-17{width:70.83333%}.col-xs-18{width:75%}.col-xs-19{width:79.16667%}.col-xs-20{width:83.33333%}.col-xs-21{width:87.5%}.col-xs-22{width:91.66667%}.col-xs-23{width:95.83333%}.col-xs-24{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:4.16667%}.col-xs-pull-2{right:8.33333%}.col-xs-pull-3{right:12.5%}.col-xs-pull-4{right:16.66667%}.col-xs-pull-5{right:20.83333%}.col-xs-pull-6{right:25%}.col-xs-pull-7{right:29.16667%}.col-xs-pull-8{right:33.33333%}.col-xs-pull-9{right:37.5%}.col-xs-pull-10{right:41.66667%}.col-xs-pull-11{right:45.83333%}.col-xs-pull-12{right:50%}.col-xs-pull-13{right:54.16667%}.col-xs-pull-14{right:58.33333%}.col-xs-pull-15{right:62.5%}.col-xs-pull-16{right:66.66667%}.col-xs-pull-17{right:70.83333%}.col-xs-pull-18{right:75%}.col-xs-pull-19{right:79.16667%}.col-xs-pull-20{right:83.33333%}.col-xs-pull-21{right:87.5%}.col-xs-pull-22{right:91.66667%}.col-xs-pull-23{right:95.83333%}.col-xs-pull-24{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:4.16667%}.col-xs-push-2{left:8.33333%}.col-xs-push-3{left:12.5%}.col-xs-push-4{left:16.66667%}.col-xs-push-5{left:20.83333%}.col-xs-push-6{left:25%}.col-xs-push-7{left:29.16667%}.col-xs-push-8{left:33.33333%}.col-xs-push-9{left:37.5%}.col-xs-push-10{left:41.66667%}.col-xs-push-11{left:45.83333%}.col-xs-push-12{left:50%}.col-xs-push-13{left:54.16667%}.col-xs-push-14{left:58.33333%}.col-xs-push-15{left:62.5%}.col-xs-push-16{left:66.66667%}.col-xs-push-17{left:70.83333%}.col-xs-push-18{left:75%}.col-xs-push-19{left:79.16667%}.col-xs-push-20{left:83.33333%}.col-xs-push-21{left:87.5%}.col-xs-push-22{left:91.66667%}.col-xs-push-23{left:95.83333%}.col-xs-push-24{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:4.16667%}.col-xs-offset-2{margin-left:8.33333%}.col-xs-offset-3{margin-left:12.5%}.col-xs-offset-4{margin-left:16.66667%}.col-xs-offset-5{margin-left:20.83333%}.col-xs-offset-6{margin-left:25%}.col-xs-offset-7{margin-left:29.16667%}.col-xs-offset-8{margin-left:33.33333%}.col-xs-offset-9{margin-left:37.5%}.col-xs-offset-10{margin-left:41.66667%}.col-xs-offset-11{margin-left:45.83333%}.col-xs-offset-12{margin-left:50%}.col-xs-offset-13{margin-left:54.16667%}.col-xs-offset-14{margin-left:58.33333%}.col-xs-offset-15{margin-left:62.5%}.col-xs-offset-16{margin-left:66.66667%}.col-xs-offset-17{margin-left:70.83333%}.col-xs-offset-18{margin-left:75%}.col-xs-offset-19{margin-left:79.16667%}.col-xs-offset-20{margin-left:83.33333%}.col-xs-offset-21{margin-left:87.5%}.col-xs-offset-22{margin-left:91.66667%}.col-xs-offset-23{margin-left:95.83333%}.col-xs-offset-24{margin-left:100%}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-17,.col-sm-18,.col-sm-19,.col-sm-2,.col-sm-20,.col-sm-21,.col-sm-22,.col-sm-23,.col-sm-24,.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-1{width:4.16667%}.col-sm-2{width:8.33333%}.col-sm-3{width:12.5%}.col-sm-4{width:16.66667%}.col-sm-5{width:20.83333%}.col-sm-6{width:25%}.col-sm-7{width:29.16667%}.col-sm-8{width:33.33333%}.col-sm-9{width:37.5%}.col-sm-10{width:41.66667%}.col-sm-11{width:45.83333%}.col-sm-12{width:50%}.col-sm-13{width:54.16667%}.col-sm-14{width:58.33333%}.col-sm-15{width:62.5%}.col-sm-16{width:66.66667%}.col-sm-17{width:70.83333%}.col-sm-18{width:75%}.col-sm-19{width:79.16667%}.col-sm-20{width:83.33333%}.col-sm-21{width:87.5%}.col-sm-22{width:91.66667%}.col-sm-23{width:95.83333%}.col-sm-24{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:4.16667%}.col-sm-pull-2{right:8.33333%}.col-sm-pull-3{right:12.5%}.col-sm-pull-4{right:16.66667%}.col-sm-pull-5{right:20.83333%}.col-sm-pull-6{right:25%}.col-sm-pull-7{right:29.16667%}.col-sm-pull-8{right:33.33333%}.col-sm-pull-9{right:37.5%}.col-sm-pull-10{right:41.66667%}.col-sm-pull-11{right:45.83333%}.col-sm-pull-12{right:50%}.col-sm-pull-13{right:54.16667%}.col-sm-pull-14{right:58.33333%}.col-sm-pull-15{right:62.5%}.col-sm-pull-16{right:66.66667%}.col-sm-pull-17{right:70.83333%}.col-sm-pull-18{right:75%}.col-sm-pull-19{right:79.16667%}.col-sm-pull-20{right:83.33333%}.col-sm-pull-21{right:87.5%}.col-sm-pull-22{right:91.66667%}.col-sm-pull-23{right:95.83333%}.col-sm-pull-24{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:4.16667%}.col-sm-push-2{left:8.33333%}.col-sm-push-3{left:12.5%}.col-sm-push-4{left:16.66667%}.col-sm-push-5{left:20.83333%}.col-sm-push-6{left:25%}.col-sm-push-7{left:29.16667%}.col-sm-push-8{left:33.33333%}.col-sm-push-9{left:37.5%}.col-sm-push-10{left:41.66667%}.col-sm-push-11{left:45.83333%}.col-sm-push-12{left:50%}.col-sm-push-13{left:54.16667%}.col-sm-push-14{left:58.33333%}.col-sm-push-15{left:62.5%}.col-sm-push-16{left:66.66667%}.col-sm-push-17{left:70.83333%}.col-sm-push-18{left:75%}.col-sm-push-19{left:79.16667%}.col-sm-push-20{left:83.33333%}.col-sm-push-21{left:87.5%}.col-sm-push-22{left:91.66667%}.col-sm-push-23{left:95.83333%}.col-sm-push-24{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:4.16667%}.col-sm-offset-2{margin-left:8.33333%}.col-sm-offset-3{margin-left:12.5%}.col-sm-offset-4{margin-left:16.66667%}.col-sm-offset-5{margin-left:20.83333%}.col-sm-offset-6{margin-left:25%}.col-sm-offset-7{margin-left:29.16667%}.col-sm-offset-8{margin-left:33.33333%}.col-sm-offset-9{margin-left:37.5%}.col-sm-offset-10{margin-left:41.66667%}.col-sm-offset-11{margin-left:45.83333%}.col-sm-offset-12{margin-left:50%}.col-sm-offset-13{margin-left:54.16667%}.col-sm-offset-14{margin-left:58.33333%}.col-sm-offset-15{margin-left:62.5%}.col-sm-offset-16{margin-left:66.66667%}.col-sm-offset-17{margin-left:70.83333%}.col-sm-offset-18{margin-left:75%}.col-sm-offset-19{margin-left:79.16667%}.col-sm-offset-20{margin-left:83.33333%}.col-sm-offset-21{margin-left:87.5%}.col-sm-offset-22{margin-left:91.66667%}.col-sm-offset-23{margin-left:95.83333%}.col-sm-offset-24{margin-left:100%}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-17,.col-md-18,.col-md-19,.col-md-2,.col-md-20,.col-md-21,.col-md-22,.col-md-23,.col-md-24,.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-1{width:4.16667%}.col-md-2{width:8.33333%}.col-md-3{width:12.5%}.col-md-4{width:16.66667%}.col-md-5{width:20.83333%}.col-md-6{width:25%}.col-md-7{width:29.16667%}.col-md-8{width:33.33333%}.col-md-9{width:37.5%}.col-md-10{width:41.66667%}.col-md-11{width:45.83333%}.col-md-12{width:50%}.col-md-13{width:54.16667%}.col-md-14{width:58.33333%}.col-md-15{width:62.5%}.col-md-16{width:66.66667%}.col-md-17{width:70.83333%}.col-md-18{width:75%}.col-md-19{width:79.16667%}.col-md-20{width:83.33333%}.col-md-21{width:87.5%}.col-md-22{width:91.66667%}.col-md-23{width:95.83333%}.col-md-24{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:4.16667%}.col-md-pull-2{right:8.33333%}.col-md-pull-3{right:12.5%}.col-md-pull-4{right:16.66667%}.col-md-pull-5{right:20.83333%}.col-md-pull-6{right:25%}.col-md-pull-7{right:29.16667%}.col-md-pull-8{right:33.33333%}.col-md-pull-9{right:37.5%}.col-md-pull-10{right:41.66667%}.col-md-pull-11{right:45.83333%}.col-md-pull-12{right:50%}.col-md-pull-13{right:54.16667%}.col-md-pull-14{right:58.33333%}.col-md-pull-15{right:62.5%}.col-md-pull-16{right:66.66667%}.col-md-pull-17{right:70.83333%}.col-md-pull-18{right:75%}.col-md-pull-19{right:79.16667%}.col-md-pull-20{right:83.33333%}.col-md-pull-21{right:87.5%}.col-md-pull-22{right:91.66667%}.col-md-pull-23{right:95.83333%}.col-md-pull-24{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:4.16667%}.col-md-push-2{left:8.33333%}.col-md-push-3{left:12.5%}.col-md-push-4{left:16.66667%}.col-md-push-5{left:20.83333%}.col-md-push-6{left:25%}.col-md-push-7{left:29.16667%}.col-md-push-8{left:33.33333%}.col-md-push-9{left:37.5%}.col-md-push-10{left:41.66667%}.col-md-push-11{left:45.83333%}.col-md-push-12{left:50%}.col-md-push-13{left:54.16667%}.col-md-push-14{left:58.33333%}.col-md-push-15{left:62.5%}.col-md-push-16{left:66.66667%}.col-md-push-17{left:70.83333%}.col-md-push-18{left:75%}.col-md-push-19{left:79.16667%}.col-md-push-20{left:83.33333%}.col-md-push-21{left:87.5%}.col-md-push-22{left:91.66667%}.col-md-push-23{left:95.83333%}.col-md-push-24{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:4.16667%}.col-md-offset-2{margin-left:8.33333%}.col-md-offset-3{margin-left:12.5%}.col-md-offset-4{margin-left:16.66667%}.col-md-offset-5{margin-left:20.83333%}.col-md-offset-6{margin-left:25%}.col-md-offset-7{margin-left:29.16667%}.col-md-offset-8{margin-left:33.33333%}.col-md-offset-9{margin-left:37.5%}.col-md-offset-10{margin-left:41.66667%}.col-md-offset-11{margin-left:45.83333%}.col-md-offset-12{margin-left:50%}.col-md-offset-13{margin-left:54.16667%}.col-md-offset-14{margin-left:58.33333%}.col-md-offset-15{margin-left:62.5%}.col-md-offset-16{margin-left:66.66667%}.col-md-offset-17{margin-left:70.83333%}.col-md-offset-18{margin-left:75%}.col-md-offset-19{margin-left:79.16667%}.col-md-offset-20{margin-left:83.33333%}.col-md-offset-21{margin-left:87.5%}.col-md-offset-22{margin-left:91.66667%}.col-md-offset-23{margin-left:95.83333%}.col-md-offset-24{margin-left:100%}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-17,.col-lg-18,.col-lg-19,.col-lg-2,.col-lg-20,.col-lg-21,.col-lg-22,.col-lg-23,.col-lg-24,.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-1{width:4.16667%}.col-lg-2{width:8.33333%}.col-lg-3{width:12.5%}.col-lg-4{width:16.66667%}.col-lg-5{width:20.83333%}.col-lg-6{width:25%}.col-lg-7{width:29.16667%}.col-lg-8{width:33.33333%}.col-lg-9{width:37.5%}.col-lg-10{width:41.66667%}.col-lg-11{width:45.83333%}.col-lg-12{width:50%}.col-lg-13{width:54.16667%}.col-lg-14{width:58.33333%}.col-lg-15{width:62.5%}.col-lg-16{width:66.66667%}.col-lg-17{width:70.83333%}.col-lg-18{width:75%}.col-lg-19{width:79.16667%}.col-lg-20{width:83.33333%}.col-lg-21{width:87.5%}.col-lg-22{width:91.66667%}.col-lg-23{width:95.83333%}.col-lg-24{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:4.16667%}.col-lg-pull-2{right:8.33333%}.col-lg-pull-3{right:12.5%}.col-lg-pull-4{right:16.66667%}.col-lg-pull-5{right:20.83333%}.col-lg-pull-6{right:25%}.col-lg-pull-7{right:29.16667%}.col-lg-pull-8{right:33.33333%}.col-lg-pull-9{right:37.5%}.col-lg-pull-10{right:41.66667%}.col-lg-pull-11{right:45.83333%}.col-lg-pull-12{right:50%}.col-lg-pull-13{right:54.16667%}.col-lg-pull-14{right:58.33333%}.col-lg-pull-15{right:62.5%}.col-lg-pull-16{right:66.66667%}.col-lg-pull-17{right:70.83333%}.col-lg-pull-18{right:75%}.col-lg-pull-19{right:79.16667%}.col-lg-pull-20{right:83.33333%}.col-lg-pull-21{right:87.5%}.col-lg-pull-22{right:91.66667%}.col-lg-pull-23{right:95.83333%}.col-lg-pull-24{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:4.16667%}.col-lg-push-2{left:8.33333%}.col-lg-push-3{left:12.5%}.col-lg-push-4{left:16.66667%}.col-lg-push-5{left:20.83333%}.col-lg-push-6{left:25%}.col-lg-push-7{left:29.16667%}.col-lg-push-8{left:33.33333%}.col-lg-push-9{left:37.5%}.col-lg-push-10{left:41.66667%}.col-lg-push-11{left:45.83333%}.col-lg-push-12{left:50%}.col-lg-push-13{left:54.16667%}.col-lg-push-14{left:58.33333%}.col-lg-push-15{left:62.5%}.col-lg-push-16{left:66.66667%}.col-lg-push-17{left:70.83333%}.col-lg-push-18{left:75%}.col-lg-push-19{left:79.16667%}.col-lg-push-20{left:83.33333%}.col-lg-push-21{left:87.5%}.col-lg-push-22{left:91.66667%}.col-lg-push-23{left:95.83333%}.col-lg-push-24{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:4.16667%}.col-lg-offset-2{margin-left:8.33333%}.col-lg-offset-3{margin-left:12.5%}.col-lg-offset-4{margin-left:16.66667%}.col-lg-offset-5{margin-left:20.83333%}.col-lg-offset-6{margin-left:25%}.col-lg-offset-7{margin-left:29.16667%}.col-lg-offset-8{margin-left:33.33333%}.col-lg-offset-9{margin-left:37.5%}.col-lg-offset-10{margin-left:41.66667%}.col-lg-offset-11{margin-left:45.83333%}.col-lg-offset-12{margin-left:50%}.col-lg-offset-13{margin-left:54.16667%}.col-lg-offset-14{margin-left:58.33333%}.col-lg-offset-15{margin-left:62.5%}.col-lg-offset-16{margin-left:66.66667%}.col-lg-offset-17{margin-left:70.83333%}.col-lg-offset-18{margin-left:75%}.col-lg-offset-19{margin-left:79.16667%}.col-lg-offset-20{margin-left:83.33333%}.col-lg-offset-21{margin-left:87.5%}.col-lg-offset-22{margin-left:91.66667%}.col-lg-offset-23{margin-left:95.83333%}.col-lg-offset-24{margin-left:100%}}caption{padding-top:8px;padding-bottom:8px;color:#777}.table{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.42857;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>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>tbody+tbody{border-top:2px solid #ddd}.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,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.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}}fieldset,legend{padding:0;border:0}fieldset{margin:0;min-width:0}legend{display:block;width:100%;margin-bottom:20px;font-size:21px;line-height:inherit;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}.form-control,output{font-size:14px;line-height:1.42857;color:#555;display:block}input[type=file]{display:block}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:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}output{padding-top:8px}.form-control{width:100%;height:35px;padding:7px 14px;background-color:#fff;border:1px solid #ccc;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .form-control-feedback,.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}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:35px}.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-group-sm>.input-group-btn>input.btn[type=date],.input-group-sm>.input-group-btn>input.btn[type=time],.input-group-sm>.input-group-btn>input.btn[type=datetime-local],.input-group-sm>.input-group-btn>input.btn[type=month],.input-group-sm>input.form-control[type=date],.input-group-sm>input.form-control[type=time],.input-group-sm>input.form-control[type=datetime-local],.input-group-sm>input.form-control[type=month],.input-group-sm>input.input-group-addon[type=date],.input-group-sm>input.input-group-addon[type=time],.input-group-sm>input.input-group-addon[type=datetime-local],.input-group-sm>input.input-group-addon[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-group-lg>.input-group-btn>input.btn[type=date],.input-group-lg>.input-group-btn>input.btn[type=time],.input-group-lg>.input-group-btn>input.btn[type=datetime-local],.input-group-lg>.input-group-btn>input.btn[type=month],.input-group-lg>input.form-control[type=date],.input-group-lg>input.form-control[type=time],.input-group-lg>input.form-control[type=datetime-local],.input-group-lg>input.form-control[type=month],.input-group-lg>input.input-group-addon[type=date],.input-group-lg>input.input-group-addon[type=time],.input-group-lg>input.input-group-addon[type=datetime-local],.input-group-lg>input.input-group-addon[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:58px}}.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-left:-20px;margin-top:4px\9}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,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}.form-control-static{padding-top:8px;padding-bottom:8px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn{padding-left:0;padding-right:0}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.input-group-sm>.input-group-btn>select.btn,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,select.input-sm{height:30px;line-height:30px}.input-group-sm>.input-group-btn>select.btn[multiple],.input-group-sm>.input-group-btn>textarea.btn,.input-group-sm>select.form-control[multiple],.input-group-sm>select.input-group-addon[multiple],.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,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}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-lg{height:58px;padding:16px 24px;font-size:18px;line-height:1.33333;border-radius:6px}.input-group-lg>.input-group-btn>select.btn,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,select.input-lg{height:58px;line-height:58px}.input-group-lg>.input-group-btn>select.btn[multiple],.input-group-lg>.input-group-btn>textarea.btn,.input-group-lg>select.form-control[multiple],.input-group-lg>select.input-group-addon[multiple],.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:58px;padding:16px 24px;font-size:18px;line-height:1.33333;border-radius:6px}.form-group-lg select.form-control{height:58px;line-height:58px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:58px;min-height:38px;padding:17px 24px;font-size:18px;line-height:1.33333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:43.75px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:35px;height:35px;line-height:35px;text-align:center;pointer-events:none}.collapsing,.dropdown,.dropup{position:relative}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-lg+.form-control-feedback{width:58px;height:58px;line-height:58px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .form-control-feedback,.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,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .form-control-feedback,.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,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.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-control-static,.form-inline .form-group{display:inline-block}.form-inline .control-label,.form-inline .form-group{margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.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 .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 .control-label{text-align:right;margin-bottom:0;padding-top:8px}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:8px}.form-horizontal .checkbox,.form-horizontal .radio{min-height:28px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-group:after,.form-horizontal .form-group:before{content:" ";display:table}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:17px;font-size:18px}.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;border:1px solid transparent;white-space:nowrap;padding:7px 14px;font-size:14px;line-height:1.42857;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#ababab;text-decoration:none}.btn.active,.btn:active{outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#ababab;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#ababab;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.btn-default:hover,.open>.btn-default.dropdown-toggle{color:#ababab;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover{color:#ababab;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#ababab}.btn-primary{color:#fff;background-color:#16a2c5;border-color:#138fae}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#117c97;border-color:#07313b}.btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#117c97;border-color:#0d6277}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover{color:#fff;background-color:#0d6277;border-color:#07313b}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#16a2c5;border-color:#138fae}.btn-primary .badge{color:#16a2c5;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success.active,.btn-success:active,.btn-success:hover,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,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.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info.active,.btn-info:active,.btn-info:hover,.open>.btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,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.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.btn-warning:hover,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,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.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger.active,.btn-danger:active,.btn-danger:hover,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,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{color:#16a2c5;font-weight:400;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:#0e6980;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:16px 24px;font-size:18px;line-height:1.33333;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 .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu-right,.dropdown-menu.pull-right{left:auto;right:0}.dropdown-header,.dropdown-menu>li>a{display:block;padding:3px 20px;line-height:1.42857;white-space:nowrap}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child),.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{font-weight:400;color:#333}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#16a2c5}.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;background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{font-size:12px;color:#777}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{left:0;right:auto}}.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:after,.btn-toolbar:before{content:" ";display:table}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn .caret,.btn-group>.btn:first-child{margin-left:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group-lg.btn-group>.btn+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn-group-lg>.btn .caret,.btn-lg .caret{border-width:5px 5px 0}.dropup .btn-group-lg>.btn .caret,.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:after,.btn-group-vertical>.btn-group:before{content:" ";display:table}.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:first-child:not(:last-child){border-radius:4px 4px 0 0}.btn-group-vertical>.btn:last-child:not(:first-child){border-radius:0 0 4px 4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.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}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=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,.input-group-btn,.input-group-btn>.btn{position:relative}.input-group{display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:7px 14px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:0}.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn{padding:16px 24px;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-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn: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-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{font-size:0;white-space:nowrap}.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{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav:after,.nav:before{content:" ";display:table}.nav>li,.nav>li>a{display:block;position:relative}.nav:after{clear:both}.nav>li>a{padding:10px 20px}.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;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#16a2c5}.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 transparent}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee transparent}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#fff;background-color:#16a2c5;border:1px solid transparent;border-bottom-color:transparent;cursor:default}.nav-pills>li{float:left}.nav-justified>li,.nav-stacked>li,.nav-tabs.nav-justified>li{float:none}.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:#16a2c5}.navbar-default .navbar-brand,.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text{color:#000}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified,.nav-tabs.nav-justified{width:100%}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}.nav-tabs-justified,.nav-tabs.nav-justified{border-bottom:0}.nav-tabs-justified>li>a,.nav-tabs.nav-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,.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-justified>li,.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{margin-bottom:0}.nav-tabs-justified>li>a,.nav-tabs.nav-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,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before{display:table;content:" "}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar{border-radius:4px}.navbar-header{float:left}.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-left:0;padding-right:0}}.embed-responsive,.modal,.modal-open,.progress{overflow:hidden}@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}.navbar-static-top{z-index:1000;border-width:0 0 1px}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@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-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;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}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu .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}}.progress-bar-striped,.progress-striped .progress-bar,.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}@media (min-width:768px){.navbar-toggle{display:none}.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;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin:7.5px -15px}@media (min-width:768px){.navbar-form .form-control-static,.navbar-form .form-group{display:inline-block}.navbar-form .control-label,.navbar-form .form-group{margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.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 .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}.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.breadcrumb>li,.pagination{display:inline-block}.btn .badge,.btn .label{top:-1px;position:relative}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-radius:4px 4px 0 0}.navbar-btn{margin-top:7.5px;margin-bottom:7.5px}.btn-group-sm>.navbar-btn.btn,.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.btn-group-xs>.navbar-btn.btn,.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#ededed;border-color:transparent}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#000;background-color:transparent}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:#eee}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#16a2c5;background-color:transparent}.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:transparent}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background-color:transparent;color:#16a2c5}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#000}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:#eee}.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:#16a2c5;background-color:transparent}.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:#000}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#000}.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:#090909}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text{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:#090909}.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{background-color:#090909;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#090909}.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:#090909}.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+li:before{content:"/ ";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:7px 14px;line-height:1.42857;text-decoration:none;color:#16a2c5;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#0e6980;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;background-color:#16a2c5;border-color:#16a2c5;cursor:default}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:16px 24px;font-size:18px;line-height:1.33333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.badge,.label{font-weight:700;line-height:1;white-space:nowrap;text-align:center}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager:after,.pager:before{content:" ";display:table}.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;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;color:#fff;border-radius:.25em}.label:empty{display:none}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#16a2c5}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#117c97}.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;color:#fff;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.media-object,.thumbnail{display:block}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#16a2c5;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}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.jumbotron,.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron{padding-top:50px;padding-bottom:50px;margin-bottom:50px;background-color:transparent}.jumbotron p{margin-bottom:25px;font-size:18px;font-weight:200}.alert,.thumbnail{margin-bottom:20px}.alert .alert-link,.close{font-weight:700}.jumbotron>hr{border-top-color:transparent}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:80px;padding-bottom:80px}.container .jumbotron,.container-fluid .jumbotron{padding-left:100px;padding-right:100px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{padding:4px;line-height:1.42857;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}.thumbnail .caption{padding:9px;color:#333}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#16a2c5}.alert{padding:15px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.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}.modal,.modal-backdrop{top:0;right:0;bottom:0;left:0}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(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:#16a2c5;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);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:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-striped .progress-bar-info,.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object.img-thumbnail{max-width:none}.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{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{text-decoration:none;color:#555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{background-color:#eee;color:#777;cursor:not-allowed}.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:#16a2c5;border-color:#16a2c5}.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:#b1e8f6}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.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,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.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,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.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,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.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,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.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,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.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,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.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,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.panel-heading>.dropdown .dropdown-toggle,.panel-title,.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.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:0;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-title,.panel>.list-group,.panel>.panel-collapse>.list-group,.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel-body{padding:15px}.panel-body:after,.panel-body:before{content:" ";display:table}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:-1;border-top-left-radius:-1}.panel-title{margin-top:0;font-size:16px}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:-1;border-bottom-left-radius:-1}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel-group .panel-heading,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.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-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>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,.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-responsive:last-child>.table:last-child,.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,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:-1;border-bottom-right-radius:-1}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:-1;border-top-left-radius:-1}.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:-1;border-bottom-left-radius:-1}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel>.table-responsive:first-child>.table:first-child,.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,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-right-radius:-1;border-top-left-radius:-1}.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-left:15px;padding-right:15px}.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:-1}.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:-1}.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:-1}.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:-1}.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-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:0}.panel-group .panel+.panel{margin-top:5px}.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:#16a2c5}.panel-primary>.panel-heading{color:#fff;background-color:#16a2c5;border-color:#16a2c5}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#16a2c5}.panel-primary>.panel-heading .badge{color:#16a2c5;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#16a2c5}.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}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.popover,.tooltip{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;text-decoration:none}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-content,.popover{background-clip:padding-box}.modal{display:none;position:fixed;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before{display:table;content:" "}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-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;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0}.modal-backdrop{position:fixed;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;text-align:left;text-align:start;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow,.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{bottom:0;border-width:5px 5px 0;border-top-color:#000}.tooltip.top .tooltip-arrow{left:50%;margin-left:-5px}.tooltip.top-left .tooltip-arrow{right:5px;margin-bottom:-5px}.tooltip.top-right .tooltip-arrow{left:5px;margin-bottom:-5px}.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,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow{border-width:0 5px 5px;border-bottom-color:#000;top:0}.tooltip.bottom .tooltip-arrow{left:50%;margin-left:-5px}.tooltip.bottom-left .tooltip-arrow{right:5px;margin-top:-5px}.tooltip.bottom-right .tooltip-arrow{left:5px;margin-top:-5px}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;text-align:start;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.carousel-caption,.carousel-control{color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.carousel,.carousel-inner{position:relative}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.left>.arrow:after,.popover.right>.arrow:after{content:" ";bottom:-10px}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{left:1px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;border-right-width:0;border-left-color:#fff}.carousel-inner{overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{display:block;max-width:100%;height:auto;line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-moz-transition:-moz-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;background-color:rgba(0,0,0,0)}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:focus,.carousel-control:hover{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;margin-top:-10px;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;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px}.carousel-caption .btn,.text-hide{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:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:after,.clearfix:before{content:" ";display:table}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.hidden,.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;background-color:transparent;border:0}.affix{position:fixed}@-ms-viewport{width:device-width}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}.visible-sm-block{display:block!important}.visible-sm-inline{display:inline!important}.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}.visible-md-block{display:block!important}.visible-md-inline{display:inline!important}.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}.visible-lg-block{display:block!important}.visible-lg-inline{display:inline!important}.visible-lg-inline-block{display:inline-block!important}.hidden-lg{display:none!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}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}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}.hidden-print{display:none!important}} \ No newline at end of file diff --git a/IG/3.0.4/static/styles/common/bootstrap/bootstrap.min.js b/IG/3.0.4/static/styles/common/bootstrap/bootstrap.min.js new file mode 100644 index 00000000..e79c0651 --- /dev/null +++ b/IG/3.0.4/static/styles/common/bootstrap/bootstrap.min.js @@ -0,0 +1,7 @@ +/*! + * Bootstrap v3.3.6 (http://getbootstrap.com) + * Copyright 2011-2015 Twitter, Inc. + * Licensed under the MIT license + */ +if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1||b[0]>2)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){return a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.6",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a(f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.6",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")?(c.prop("checked")&&(a=!1),b.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==c.prop("type")&&(c.prop("checked")!==this.$element.hasClass("active")&&(a=!1),this.$element.toggleClass("active")),c.prop("checked",this.$element.hasClass("active")),a&&c.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target);d.hasClass("btn")||(d=d.closest(".btn")),b.call(d,"toggle"),a(c.target).is('input[type="radio"]')||a(c.target).is('input[type="checkbox"]')||c.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.6",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));return a>this.$items.length-1||0>a?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){return this.sliding?void 0:this.slide("next")},c.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.6",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function c(c){c&&3===c.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=b(d),f={relatedTarget:this};e.hasClass("open")&&(c&&"click"==c.type&&/input|textarea/i.test(c.target.tagName)&&a.contains(e[0],c.target)||(e.trigger(c=a.Event("hide.bs.dropdown",f)),c.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger(a.Event("hidden.bs.dropdown",f)))))}))}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.6",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=b(e),g=f.hasClass("open");if(c(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(a(this)).on("click",c);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger(a.Event("shown.bs.dropdown",h))}return!1}},g.prototype.keydown=function(c){if(/(38|40|27|32)/.test(c.which)&&!/input|textarea/i.test(c.target.tagName)){var d=a(this);if(c.preventDefault(),c.stopPropagation(),!d.is(".disabled, :disabled")){var e=b(d),g=e.hasClass("open");if(!g&&27!=c.which||g&&27==c.which)return 27==c.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.disabled):visible a",i=e.find(".dropdown-menu"+h);if(i.length){var j=i.index(c.target);38==c.which&&j>0&&j--,40==c.which&&jdocument.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth
    ',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(a.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusin"==b.type?"focus":"hover"]=!0),c.tip().hasClass("in")||"in"==c.hoverState?void(c.hoverState="in"):(clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.isInStateTrue=function(){for(var a in this.inState)if(this.inState[a])return!0;return!1},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusout"==b.type?"focus":"hover"]=!1),c.isInStateTrue()?void 0:(clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide())},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.getPosition(this.$viewport);h="bottom"==h&&k.bottom+m>o.bottom?"top":"top"==h&&k.top-mo.width?"left":"left"==h&&k.left-lg.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;jg.right&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){if(!this.$tip&&(this.$tip=a(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),b?(c.inState.click=!c.inState.click,c.isInStateTrue()?c.enter(c):c.leave(c)):c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type),a.$tip&&a.$tip.detach(),a.$tip=null,a.$arrow=null,a.$viewport=null})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.6",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.6",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b=e[a]&&(void 0===e[a+1]||b .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.6",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return c>e?"top":!1;if("bottom"==this.affixed)return null!=c?e+this.unpin<=f.top?!1:"bottom":a-d>=e+g?!1:"bottom";var h=null==this.affixed,i=h?e:f.top,j=h?g:b;return null!=c&&c>=e?"top":null!=d&&i+j>=a-d?"bottom":!1},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=Math.max(a(document).height(),a(document.body).height());"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery); \ No newline at end of file diff --git a/IG/3.0.4/static/styles/common/bootstrap/fonts/glyphicons-halflings-regular.eot b/IG/3.0.4/static/styles/common/bootstrap/fonts/glyphicons-halflings-regular.eot new file mode 100644 index 0000000000000000000000000000000000000000..b5aab370d3be0a7ebfdea2b3463a66038c60404b GIT binary patch literal 35387 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 literal 0 HcmV?d00001 diff --git a/IG/3.0.4/static/styles/common/bootstrap/fonts/glyphicons-halflings-regular.svg b/IG/3.0.4/static/styles/common/bootstrap/fonts/glyphicons-halflings-regular.svg new file mode 100644 index 00000000..94fb5490 --- /dev/null +++ b/IG/3.0.4/static/styles/common/bootstrap/fonts/glyphicons-halflings-regular.svg @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/IG/3.0.4/static/styles/common/bootstrap/fonts/glyphicons-halflings-regular.ttf b/IG/3.0.4/static/styles/common/bootstrap/fonts/glyphicons-halflings-regular.ttf new file mode 100644 index 0000000000000000000000000000000000000000..8dab1177e349a2035af341b04d6c9b5715950b2a GIT binary patch literal 58132 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 literal 0 HcmV?d00001 diff --git a/IG/3.0.4/static/styles/common/bootstrap/fonts/glyphicons-halflings-regular.woff b/IG/3.0.4/static/styles/common/bootstrap/fonts/glyphicons-halflings-regular.woff new file mode 100644 index 0000000000000000000000000000000000000000..a078bce828135ffdc0b9df62412eaf8dee9d0b32 GIT binary patch literal 42816 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 0 && j < len ? [ this[j] ] : [] ); + }, + + end: function() { + return this.prevObject || this.constructor(null); + }, + + // For internal use only. + // Behaves like an Array's method, not like a jQuery method. + push: push, + sort: arr.sort, + splice: arr.splice +}; + +jQuery.extend = jQuery.fn.extend = function() { + var options, name, src, copy, copyIsArray, clone, + target = arguments[0] || {}, + i = 1, + length = arguments.length, + deep = false; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + + // skip the boolean and the target + target = arguments[ i ] || {}; + i++; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !jQuery.isFunction(target) ) { + target = {}; + } + + // extend jQuery itself if only one argument is passed + if ( i === length ) { + target = this; + i--; + } + + for ( ; i < length; i++ ) { + // Only deal with non-null/undefined values + if ( (options = arguments[ i ]) != null ) { + // Extend the base object + for ( name in options ) { + src = target[ name ]; + copy = options[ name ]; + + // Prevent never-ending loop + if ( target === copy ) { + continue; + } + + // Recurse if we're merging plain objects or arrays + if ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) { + if ( copyIsArray ) { + copyIsArray = false; + clone = src && jQuery.isArray(src) ? src : []; + + } else { + clone = src && jQuery.isPlainObject(src) ? src : {}; + } + + // Never move original objects, clone them + target[ name ] = jQuery.extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +jQuery.extend({ + // Unique for each copy of jQuery on the page + expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), + + // Assume jQuery is ready without the ready module + isReady: true, + + error: function( msg ) { + throw new Error( msg ); + }, + + noop: function() {}, + + // See test/unit/core.js for details concerning isFunction. + // Since version 1.3, DOM methods and functions like alert + // aren't supported. They return false on IE (#2968). + isFunction: function( obj ) { + return jQuery.type(obj) === "function"; + }, + + isArray: Array.isArray, + + isWindow: function( obj ) { + return obj != null && obj === obj.window; + }, + + isNumeric: function( obj ) { + // parseFloat NaNs numeric-cast false positives (null|true|false|"") + // ...but misinterprets leading-number strings, particularly hex literals ("0x...") + // subtraction forces infinities to NaN + return !jQuery.isArray( obj ) && obj - parseFloat( obj ) >= 0; + }, + + isPlainObject: function( obj ) { + // Not plain objects: + // - Any object or value whose internal [[Class]] property is not "[object Object]" + // - DOM nodes + // - window + if ( jQuery.type( obj ) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) { + return false; + } + + if ( obj.constructor && + !hasOwn.call( obj.constructor.prototype, "isPrototypeOf" ) ) { + return false; + } + + // If the function hasn't returned already, we're confident that + // |obj| is a plain object, created by {} or constructed with new Object + return true; + }, + + isEmptyObject: function( obj ) { + var name; + for ( name in obj ) { + return false; + } + return true; + }, + + type: function( obj ) { + if ( obj == null ) { + return obj + ""; + } + // Support: Android < 4.0, iOS < 6 (functionish RegExp) + return typeof obj === "object" || typeof obj === "function" ? + class2type[ toString.call(obj) ] || "object" : + typeof obj; + }, + + // Evaluates a script in a global context + globalEval: function( code ) { + var script, + indirect = eval; + + code = jQuery.trim( code ); + + if ( code ) { + // If the code includes a valid, prologue position + // strict mode pragma, execute code by injecting a + // script tag into the document. + if ( code.indexOf("use strict") === 1 ) { + script = document.createElement("script"); + script.text = code; + document.head.appendChild( script ).parentNode.removeChild( script ); + } else { + // Otherwise, avoid the DOM node creation, insertion + // and removal by using an indirect global eval + indirect( code ); + } + } + }, + + // Convert dashed to camelCase; used by the css and data modules + // Microsoft forgot to hump their vendor prefix (#9572) + camelCase: function( string ) { + return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); + }, + + nodeName: function( elem, name ) { + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + }, + + // args is for internal usage only + each: function( obj, callback, args ) { + var value, + i = 0, + length = obj.length, + isArray = isArraylike( obj ); + + if ( args ) { + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback.apply( obj[ i ], args ); + + if ( value === false ) { + break; + } + } + } else { + for ( i in obj ) { + value = callback.apply( obj[ i ], args ); + + if ( value === false ) { + break; + } + } + } + + // A special, fast, case for the most common use of each + } else { + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback.call( obj[ i ], i, obj[ i ] ); + + if ( value === false ) { + break; + } + } + } else { + for ( i in obj ) { + value = callback.call( obj[ i ], i, obj[ i ] ); + + if ( value === false ) { + break; + } + } + } + } + + return obj; + }, + + // Support: Android<4.1 + trim: function( text ) { + return text == null ? + "" : + ( text + "" ).replace( rtrim, "" ); + }, + + // results is for internal usage only + makeArray: function( arr, results ) { + var ret = results || []; + + if ( arr != null ) { + if ( isArraylike( Object(arr) ) ) { + jQuery.merge( ret, + typeof arr === "string" ? + [ arr ] : arr + ); + } else { + push.call( ret, arr ); + } + } + + return ret; + }, + + inArray: function( elem, arr, i ) { + return arr == null ? -1 : indexOf.call( arr, elem, i ); + }, + + merge: function( first, second ) { + var len = +second.length, + j = 0, + i = first.length; + + for ( ; j < len; j++ ) { + first[ i++ ] = second[ j ]; + } + + first.length = i; + + return first; + }, + + grep: function( elems, callback, invert ) { + var callbackInverse, + matches = [], + i = 0, + length = elems.length, + callbackExpect = !invert; + + // Go through the array, only saving the items + // that pass the validator function + for ( ; i < length; i++ ) { + callbackInverse = !callback( elems[ i ], i ); + if ( callbackInverse !== callbackExpect ) { + matches.push( elems[ i ] ); + } + } + + return matches; + }, + + // arg is for internal usage only + map: function( elems, callback, arg ) { + var value, + i = 0, + length = elems.length, + isArray = isArraylike( elems ), + ret = []; + + // Go through the array, translating each of the items to their new values + if ( isArray ) { + for ( ; i < length; i++ ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + + // Go through every key on the object, + } else { + for ( i in elems ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + } + + // Flatten any nested arrays + return concat.apply( [], ret ); + }, + + // A global GUID counter for objects + guid: 1, + + // Bind a function to a context, optionally partially applying any + // arguments. + proxy: function( fn, context ) { + var tmp, args, proxy; + + if ( typeof context === "string" ) { + tmp = fn[ context ]; + context = fn; + fn = tmp; + } + + // Quick check to determine if target is callable, in the spec + // this throws a TypeError, but we will just return undefined. + if ( !jQuery.isFunction( fn ) ) { + return undefined; + } + + // Simulated bind + args = slice.call( arguments, 2 ); + proxy = function() { + return fn.apply( context || this, args.concat( slice.call( arguments ) ) ); + }; + + // Set the guid of unique handler to the same of original handler, so it can be removed + proxy.guid = fn.guid = fn.guid || jQuery.guid++; + + return proxy; + }, + + now: Date.now, + + // jQuery.support is not used in Core but other projects attach their + // properties to it so it needs to exist. + support: support +}); + +// Populate the class2type map +jQuery.each("Boolean Number String Function Array Date RegExp Object Error".split(" "), function(i, name) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); +}); + +function isArraylike( obj ) { + var length = obj.length, + type = jQuery.type( obj ); + + if ( type === "function" || jQuery.isWindow( obj ) ) { + return false; + } + + if ( obj.nodeType === 1 && length ) { + return true; + } + + return type === "array" || length === 0 || + typeof length === "number" && length > 0 && ( length - 1 ) in obj; +} +var Sizzle = +/*! + * Sizzle CSS Selector Engine v1.10.19 + * http://sizzlejs.com/ + * + * Copyright 2013 jQuery Foundation, Inc. and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2014-04-18 + */ +(function( window ) { + +var i, + support, + Expr, + getText, + isXML, + tokenize, + compile, + select, + outermostContext, + sortInput, + hasDuplicate, + + // Local document vars + setDocument, + document, + docElem, + documentIsHTML, + rbuggyQSA, + rbuggyMatches, + matches, + contains, + + // Instance-specific data + expando = "sizzle" + -(new Date()), + preferredDoc = window.document, + dirruns = 0, + done = 0, + classCache = createCache(), + tokenCache = createCache(), + compilerCache = createCache(), + sortOrder = function( a, b ) { + if ( a === b ) { + hasDuplicate = true; + } + return 0; + }, + + // General-purpose constants + strundefined = typeof undefined, + MAX_NEGATIVE = 1 << 31, + + // Instance methods + hasOwn = ({}).hasOwnProperty, + arr = [], + pop = arr.pop, + push_native = arr.push, + push = arr.push, + slice = arr.slice, + // Use a stripped-down indexOf if we can't use a native one + indexOf = arr.indexOf || function( elem ) { + var i = 0, + len = this.length; + for ( ; i < len; i++ ) { + if ( this[i] === elem ) { + return i; + } + } + return -1; + }, + + booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", + + // Regular expressions + + // Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace + whitespace = "[\\x20\\t\\r\\n\\f]", + // http://www.w3.org/TR/css3-syntax/#characters + characterEncoding = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", + + // Loosely modeled on CSS identifier characters + // An unquoted value should be a CSS identifier http://www.w3.org/TR/css3-selectors/#attribute-selectors + // Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier + identifier = characterEncoding.replace( "w", "w#" ), + + // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors + attributes = "\\[" + whitespace + "*(" + characterEncoding + ")(?:" + whitespace + + // Operator (capture 2) + "*([*^$|!~]?=)" + whitespace + + // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]" + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace + + "*\\]", + + pseudos = ":(" + characterEncoding + ")(?:\\((" + + // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: + // 1. quoted (capture 3; capture 4 or capture 5) + "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + + // 2. simple (capture 6) + "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + + // 3. anything else (capture 2) + ".*" + + ")\\)|)", + + // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter + rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ), + + rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), + rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ), + + rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*?)" + whitespace + "*\\]", "g" ), + + rpseudo = new RegExp( pseudos ), + ridentifier = new RegExp( "^" + identifier + "$" ), + + matchExpr = { + "ID": new RegExp( "^#(" + characterEncoding + ")" ), + "CLASS": new RegExp( "^\\.(" + characterEncoding + ")" ), + "TAG": new RegExp( "^(" + characterEncoding.replace( "w", "w*" ) + ")" ), + "ATTR": new RegExp( "^" + attributes ), + "PSEUDO": new RegExp( "^" + pseudos ), + "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace + + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace + + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), + "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), + // For use in libraries implementing .is() + // We use this for POS matching in `select` + "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + + whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) + }, + + rinputs = /^(?:input|select|textarea|button)$/i, + rheader = /^h\d$/i, + + rnative = /^[^{]+\{\s*\[native \w/, + + // Easily-parseable/retrievable ID or TAG or CLASS selectors + rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, + + rsibling = /[+~]/, + rescape = /'|\\/g, + + // CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters + runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ), + funescape = function( _, escaped, escapedWhitespace ) { + var high = "0x" + escaped - 0x10000; + // NaN means non-codepoint + // Support: Firefox<24 + // Workaround erroneous numeric interpretation of +"0x" + return high !== high || escapedWhitespace ? + escaped : + high < 0 ? + // BMP codepoint + String.fromCharCode( high + 0x10000 ) : + // Supplemental Plane codepoint (surrogate pair) + String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); + }; + +// Optimize for push.apply( _, NodeList ) +try { + push.apply( + (arr = slice.call( preferredDoc.childNodes )), + preferredDoc.childNodes + ); + // Support: Android<4.0 + // Detect silently failing push.apply + arr[ preferredDoc.childNodes.length ].nodeType; +} catch ( e ) { + push = { apply: arr.length ? + + // Leverage slice if possible + function( target, els ) { + push_native.apply( target, slice.call(els) ); + } : + + // Support: IE<9 + // Otherwise append directly + function( target, els ) { + var j = target.length, + i = 0; + // Can't trust NodeList.length + while ( (target[j++] = els[i++]) ) {} + target.length = j - 1; + } + }; +} + +function Sizzle( selector, context, results, seed ) { + var match, elem, m, nodeType, + // QSA vars + i, groups, old, nid, newContext, newSelector; + + if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) { + setDocument( context ); + } + + context = context || document; + results = results || []; + + if ( !selector || typeof selector !== "string" ) { + return results; + } + + if ( (nodeType = context.nodeType) !== 1 && nodeType !== 9 ) { + return []; + } + + if ( documentIsHTML && !seed ) { + + // Shortcuts + if ( (match = rquickExpr.exec( selector )) ) { + // Speed-up: Sizzle("#ID") + if ( (m = match[1]) ) { + if ( nodeType === 9 ) { + elem = context.getElementById( m ); + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document (jQuery #6963) + if ( elem && elem.parentNode ) { + // Handle the case where IE, Opera, and Webkit return items + // by name instead of ID + if ( elem.id === m ) { + results.push( elem ); + return results; + } + } else { + return results; + } + } else { + // Context is not a document + if ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) && + contains( context, elem ) && elem.id === m ) { + results.push( elem ); + return results; + } + } + + // Speed-up: Sizzle("TAG") + } else if ( match[2] ) { + push.apply( results, context.getElementsByTagName( selector ) ); + return results; + + // Speed-up: Sizzle(".CLASS") + } else if ( (m = match[3]) && support.getElementsByClassName && context.getElementsByClassName ) { + push.apply( results, context.getElementsByClassName( m ) ); + return results; + } + } + + // QSA path + if ( support.qsa && (!rbuggyQSA || !rbuggyQSA.test( selector )) ) { + nid = old = expando; + newContext = context; + newSelector = nodeType === 9 && selector; + + // qSA works strangely on Element-rooted queries + // We can work around this by specifying an extra ID on the root + // and working up from there (Thanks to Andrew Dupont for the technique) + // IE 8 doesn't work on object elements + if ( nodeType === 1 && context.nodeName.toLowerCase() !== "object" ) { + groups = tokenize( selector ); + + if ( (old = context.getAttribute("id")) ) { + nid = old.replace( rescape, "\\$&" ); + } else { + context.setAttribute( "id", nid ); + } + nid = "[id='" + nid + "'] "; + + i = groups.length; + while ( i-- ) { + groups[i] = nid + toSelector( groups[i] ); + } + newContext = rsibling.test( selector ) && testContext( context.parentNode ) || context; + newSelector = groups.join(","); + } + + if ( newSelector ) { + try { + push.apply( results, + newContext.querySelectorAll( newSelector ) + ); + return results; + } catch(qsaError) { + } finally { + if ( !old ) { + context.removeAttribute("id"); + } + } + } + } + } + + // All others + return select( selector.replace( rtrim, "$1" ), context, results, seed ); +} + +/** + * Create key-value caches of limited size + * @returns {Function(string, Object)} Returns the Object data after storing it on itself with + * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) + * deleting the oldest entry + */ +function createCache() { + var keys = []; + + function cache( key, value ) { + // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) + if ( keys.push( key + " " ) > Expr.cacheLength ) { + // Only keep the most recent entries + delete cache[ keys.shift() ]; + } + return (cache[ key + " " ] = value); + } + return cache; +} + +/** + * Mark a function for special use by Sizzle + * @param {Function} fn The function to mark + */ +function markFunction( fn ) { + fn[ expando ] = true; + return fn; +} + +/** + * Support testing using an element + * @param {Function} fn Passed the created div and expects a boolean result + */ +function assert( fn ) { + var div = document.createElement("div"); + + try { + return !!fn( div ); + } catch (e) { + return false; + } finally { + // Remove from its parent by default + if ( div.parentNode ) { + div.parentNode.removeChild( div ); + } + // release memory in IE + div = null; + } +} + +/** + * Adds the same handler for all of the specified attrs + * @param {String} attrs Pipe-separated list of attributes + * @param {Function} handler The method that will be applied + */ +function addHandle( attrs, handler ) { + var arr = attrs.split("|"), + i = attrs.length; + + while ( i-- ) { + Expr.attrHandle[ arr[i] ] = handler; + } +} + +/** + * Checks document order of two siblings + * @param {Element} a + * @param {Element} b + * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b + */ +function siblingCheck( a, b ) { + var cur = b && a, + diff = cur && a.nodeType === 1 && b.nodeType === 1 && + ( ~b.sourceIndex || MAX_NEGATIVE ) - + ( ~a.sourceIndex || MAX_NEGATIVE ); + + // Use IE sourceIndex if available on both nodes + if ( diff ) { + return diff; + } + + // Check if b follows a + if ( cur ) { + while ( (cur = cur.nextSibling) ) { + if ( cur === b ) { + return -1; + } + } + } + + return a ? 1 : -1; +} + +/** + * Returns a function to use in pseudos for input types + * @param {String} type + */ +function createInputPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for buttons + * @param {String} type + */ +function createButtonPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return (name === "input" || name === "button") && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for positionals + * @param {Function} fn + */ +function createPositionalPseudo( fn ) { + return markFunction(function( argument ) { + argument = +argument; + return markFunction(function( seed, matches ) { + var j, + matchIndexes = fn( [], seed.length, argument ), + i = matchIndexes.length; + + // Match elements found at the specified indexes + while ( i-- ) { + if ( seed[ (j = matchIndexes[i]) ] ) { + seed[j] = !(matches[j] = seed[j]); + } + } + }); + }); +} + +/** + * Checks a node for validity as a Sizzle context + * @param {Element|Object=} context + * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value + */ +function testContext( context ) { + return context && typeof context.getElementsByTagName !== strundefined && context; +} + +// Expose support vars for convenience +support = Sizzle.support = {}; + +/** + * Detects XML nodes + * @param {Element|Object} elem An element or a document + * @returns {Boolean} True iff elem is a non-HTML XML node + */ +isXML = Sizzle.isXML = function( elem ) { + // documentElement is verified for cases where it doesn't yet exist + // (such as loading iframes in IE - #4833) + var documentElement = elem && (elem.ownerDocument || elem).documentElement; + return documentElement ? documentElement.nodeName !== "HTML" : false; +}; + +/** + * Sets document-related variables once based on the current document + * @param {Element|Object} [doc] An element or document object to use to set the document + * @returns {Object} Returns the current document + */ +setDocument = Sizzle.setDocument = function( node ) { + var hasCompare, + doc = node ? node.ownerDocument || node : preferredDoc, + parent = doc.defaultView; + + // If no document and documentElement is available, return + if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) { + return document; + } + + // Set our document + document = doc; + docElem = doc.documentElement; + + // Support tests + documentIsHTML = !isXML( doc ); + + // Support: IE>8 + // If iframe document is assigned to "document" variable and if iframe has been reloaded, + // IE will throw "permission denied" error when accessing "document" variable, see jQuery #13936 + // IE6-8 do not support the defaultView property so parent will be undefined + if ( parent && parent !== parent.top ) { + // IE11 does not have attachEvent, so all must suffer + if ( parent.addEventListener ) { + parent.addEventListener( "unload", function() { + setDocument(); + }, false ); + } else if ( parent.attachEvent ) { + parent.attachEvent( "onunload", function() { + setDocument(); + }); + } + } + + /* Attributes + ---------------------------------------------------------------------- */ + + // Support: IE<8 + // Verify that getAttribute really returns attributes and not properties (excepting IE8 booleans) + support.attributes = assert(function( div ) { + div.className = "i"; + return !div.getAttribute("className"); + }); + + /* getElement(s)By* + ---------------------------------------------------------------------- */ + + // Check if getElementsByTagName("*") returns only elements + support.getElementsByTagName = assert(function( div ) { + div.appendChild( doc.createComment("") ); + return !div.getElementsByTagName("*").length; + }); + + // Check if getElementsByClassName can be trusted + support.getElementsByClassName = rnative.test( doc.getElementsByClassName ) && assert(function( div ) { + div.innerHTML = "
    "; + + // Support: Safari<4 + // Catch class over-caching + div.firstChild.className = "i"; + // Support: Opera<10 + // Catch gEBCN failure to find non-leading classes + return div.getElementsByClassName("i").length === 2; + }); + + // Support: IE<10 + // Check if getElementById returns elements by name + // The broken getElementById methods don't pick up programatically-set names, + // so use a roundabout getElementsByName test + support.getById = assert(function( div ) { + docElem.appendChild( div ).id = expando; + return !doc.getElementsByName || !doc.getElementsByName( expando ).length; + }); + + // ID find and filter + if ( support.getById ) { + Expr.find["ID"] = function( id, context ) { + if ( typeof context.getElementById !== strundefined && documentIsHTML ) { + var m = context.getElementById( id ); + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document #6963 + return m && m.parentNode ? [ m ] : []; + } + }; + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + return elem.getAttribute("id") === attrId; + }; + }; + } else { + // Support: IE6/7 + // getElementById is not reliable as a find shortcut + delete Expr.find["ID"]; + + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + var node = typeof elem.getAttributeNode !== strundefined && elem.getAttributeNode("id"); + return node && node.value === attrId; + }; + }; + } + + // Tag + Expr.find["TAG"] = support.getElementsByTagName ? + function( tag, context ) { + if ( typeof context.getElementsByTagName !== strundefined ) { + return context.getElementsByTagName( tag ); + } + } : + function( tag, context ) { + var elem, + tmp = [], + i = 0, + results = context.getElementsByTagName( tag ); + + // Filter out possible comments + if ( tag === "*" ) { + while ( (elem = results[i++]) ) { + if ( elem.nodeType === 1 ) { + tmp.push( elem ); + } + } + + return tmp; + } + return results; + }; + + // Class + Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) { + if ( typeof context.getElementsByClassName !== strundefined && documentIsHTML ) { + return context.getElementsByClassName( className ); + } + }; + + /* QSA/matchesSelector + ---------------------------------------------------------------------- */ + + // QSA and matchesSelector support + + // matchesSelector(:active) reports false when true (IE9/Opera 11.5) + rbuggyMatches = []; + + // qSa(:focus) reports false when true (Chrome 21) + // We allow this because of a bug in IE8/9 that throws an error + // whenever `document.activeElement` is accessed on an iframe + // So, we allow :focus to pass through QSA all the time to avoid the IE error + // See http://bugs.jquery.com/ticket/13378 + rbuggyQSA = []; + + if ( (support.qsa = rnative.test( doc.querySelectorAll )) ) { + // Build QSA regex + // Regex strategy adopted from Diego Perini + assert(function( div ) { + // Select is set to empty string on purpose + // This is to test IE's treatment of not explicitly + // setting a boolean content attribute, + // since its presence should be enough + // http://bugs.jquery.com/ticket/12359 + div.innerHTML = ""; + + // Support: IE8, Opera 11-12.16 + // Nothing should be selected when empty strings follow ^= or $= or *= + // The test attribute must be unknown in Opera but "safe" for WinRT + // http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section + if ( div.querySelectorAll("[msallowclip^='']").length ) { + rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); + } + + // Support: IE8 + // Boolean attributes and "value" are not treated correctly + if ( !div.querySelectorAll("[selected]").length ) { + rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); + } + + // Webkit/Opera - :checked should return selected option elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":checked").length ) { + rbuggyQSA.push(":checked"); + } + }); + + assert(function( div ) { + // Support: Windows 8 Native Apps + // The type and name attributes are restricted during .innerHTML assignment + var input = doc.createElement("input"); + input.setAttribute( "type", "hidden" ); + div.appendChild( input ).setAttribute( "name", "D" ); + + // Support: IE8 + // Enforce case-sensitivity of name attribute + if ( div.querySelectorAll("[name=d]").length ) { + rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); + } + + // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) + // IE8 throws error here and will not see later tests + if ( !div.querySelectorAll(":enabled").length ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Opera 10-11 does not throw on post-comma invalid pseudos + div.querySelectorAll("*,:x"); + rbuggyQSA.push(",.*:"); + }); + } + + if ( (support.matchesSelector = rnative.test( (matches = docElem.matches || + docElem.webkitMatchesSelector || + docElem.mozMatchesSelector || + docElem.oMatchesSelector || + docElem.msMatchesSelector) )) ) { + + assert(function( div ) { + // Check to see if it's possible to do matchesSelector + // on a disconnected node (IE 9) + support.disconnectedMatch = matches.call( div, "div" ); + + // This should fail with an exception + // Gecko does not error, returns false instead + matches.call( div, "[s!='']:x" ); + rbuggyMatches.push( "!=", pseudos ); + }); + } + + rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") ); + rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") ); + + /* Contains + ---------------------------------------------------------------------- */ + hasCompare = rnative.test( docElem.compareDocumentPosition ); + + // Element contains another + // Purposefully does not implement inclusive descendent + // As in, an element does not contain itself + contains = hasCompare || rnative.test( docElem.contains ) ? + function( a, b ) { + var adown = a.nodeType === 9 ? a.documentElement : a, + bup = b && b.parentNode; + return a === bup || !!( bup && bup.nodeType === 1 && ( + adown.contains ? + adown.contains( bup ) : + a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 + )); + } : + function( a, b ) { + if ( b ) { + while ( (b = b.parentNode) ) { + if ( b === a ) { + return true; + } + } + } + return false; + }; + + /* Sorting + ---------------------------------------------------------------------- */ + + // Document order sorting + sortOrder = hasCompare ? + function( a, b ) { + + // Flag for duplicate removal + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + // Sort on method existence if only one input has compareDocumentPosition + var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; + if ( compare ) { + return compare; + } + + // Calculate position if both inputs belong to the same document + compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ? + a.compareDocumentPosition( b ) : + + // Otherwise we know they are disconnected + 1; + + // Disconnected nodes + if ( compare & 1 || + (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) { + + // Choose the first element that is related to our preferred document + if ( a === doc || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) { + return -1; + } + if ( b === doc || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) { + return 1; + } + + // Maintain original order + return sortInput ? + ( indexOf.call( sortInput, a ) - indexOf.call( sortInput, b ) ) : + 0; + } + + return compare & 4 ? -1 : 1; + } : + function( a, b ) { + // Exit early if the nodes are identical + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + var cur, + i = 0, + aup = a.parentNode, + bup = b.parentNode, + ap = [ a ], + bp = [ b ]; + + // Parentless nodes are either documents or disconnected + if ( !aup || !bup ) { + return a === doc ? -1 : + b === doc ? 1 : + aup ? -1 : + bup ? 1 : + sortInput ? + ( indexOf.call( sortInput, a ) - indexOf.call( sortInput, b ) ) : + 0; + + // If the nodes are siblings, we can do a quick check + } else if ( aup === bup ) { + return siblingCheck( a, b ); + } + + // Otherwise we need full lists of their ancestors for comparison + cur = a; + while ( (cur = cur.parentNode) ) { + ap.unshift( cur ); + } + cur = b; + while ( (cur = cur.parentNode) ) { + bp.unshift( cur ); + } + + // Walk down the tree looking for a discrepancy + while ( ap[i] === bp[i] ) { + i++; + } + + return i ? + // Do a sibling check if the nodes have a common ancestor + siblingCheck( ap[i], bp[i] ) : + + // Otherwise nodes in our document sort first + ap[i] === preferredDoc ? -1 : + bp[i] === preferredDoc ? 1 : + 0; + }; + + return doc; +}; + +Sizzle.matches = function( expr, elements ) { + return Sizzle( expr, null, null, elements ); +}; + +Sizzle.matchesSelector = function( elem, expr ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + // Make sure that attribute selectors are quoted + expr = expr.replace( rattributeQuotes, "='$1']" ); + + if ( support.matchesSelector && documentIsHTML && + ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && + ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { + + try { + var ret = matches.call( elem, expr ); + + // IE 9's matchesSelector returns false on disconnected nodes + if ( ret || support.disconnectedMatch || + // As well, disconnected nodes are said to be in a document + // fragment in IE 9 + elem.document && elem.document.nodeType !== 11 ) { + return ret; + } + } catch(e) {} + } + + return Sizzle( expr, document, null, [ elem ] ).length > 0; +}; + +Sizzle.contains = function( context, elem ) { + // Set document vars if needed + if ( ( context.ownerDocument || context ) !== document ) { + setDocument( context ); + } + return contains( context, elem ); +}; + +Sizzle.attr = function( elem, name ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + var fn = Expr.attrHandle[ name.toLowerCase() ], + // Don't get fooled by Object.prototype properties (jQuery #13807) + val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? + fn( elem, name, !documentIsHTML ) : + undefined; + + return val !== undefined ? + val : + support.attributes || !documentIsHTML ? + elem.getAttribute( name ) : + (val = elem.getAttributeNode(name)) && val.specified ? + val.value : + null; +}; + +Sizzle.error = function( msg ) { + throw new Error( "Syntax error, unrecognized expression: " + msg ); +}; + +/** + * Document sorting and removing duplicates + * @param {ArrayLike} results + */ +Sizzle.uniqueSort = function( results ) { + var elem, + duplicates = [], + j = 0, + i = 0; + + // Unless we *know* we can detect duplicates, assume their presence + hasDuplicate = !support.detectDuplicates; + sortInput = !support.sortStable && results.slice( 0 ); + results.sort( sortOrder ); + + if ( hasDuplicate ) { + while ( (elem = results[i++]) ) { + if ( elem === results[ i ] ) { + j = duplicates.push( i ); + } + } + while ( j-- ) { + results.splice( duplicates[ j ], 1 ); + } + } + + // Clear input after sorting to release objects + // See https://github.com/jquery/sizzle/pull/225 + sortInput = null; + + return results; +}; + +/** + * Utility function for retrieving the text value of an array of DOM nodes + * @param {Array|Element} elem + */ +getText = Sizzle.getText = function( elem ) { + var node, + ret = "", + i = 0, + nodeType = elem.nodeType; + + if ( !nodeType ) { + // If no nodeType, this is expected to be an array + while ( (node = elem[i++]) ) { + // Do not traverse comment nodes + ret += getText( node ); + } + } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { + // Use textContent for elements + // innerText usage removed for consistency of new lines (jQuery #11153) + if ( typeof elem.textContent === "string" ) { + return elem.textContent; + } else { + // Traverse its children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + ret += getText( elem ); + } + } + } else if ( nodeType === 3 || nodeType === 4 ) { + return elem.nodeValue; + } + // Do not include comment or processing instruction nodes + + return ret; +}; + +Expr = Sizzle.selectors = { + + // Can be adjusted by the user + cacheLength: 50, + + createPseudo: markFunction, + + match: matchExpr, + + attrHandle: {}, + + find: {}, + + relative: { + ">": { dir: "parentNode", first: true }, + " ": { dir: "parentNode" }, + "+": { dir: "previousSibling", first: true }, + "~": { dir: "previousSibling" } + }, + + preFilter: { + "ATTR": function( match ) { + match[1] = match[1].replace( runescape, funescape ); + + // Move the given value to match[3] whether quoted or unquoted + match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape ); + + if ( match[2] === "~=" ) { + match[3] = " " + match[3] + " "; + } + + return match.slice( 0, 4 ); + }, + + "CHILD": function( match ) { + /* matches from matchExpr["CHILD"] + 1 type (only|nth|...) + 2 what (child|of-type) + 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) + 4 xn-component of xn+y argument ([+-]?\d*n|) + 5 sign of xn-component + 6 x of xn-component + 7 sign of y-component + 8 y of y-component + */ + match[1] = match[1].toLowerCase(); + + if ( match[1].slice( 0, 3 ) === "nth" ) { + // nth-* requires argument + if ( !match[3] ) { + Sizzle.error( match[0] ); + } + + // numeric x and y parameters for Expr.filter.CHILD + // remember that false/true cast respectively to 0/1 + match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) ); + match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" ); + + // other types prohibit arguments + } else if ( match[3] ) { + Sizzle.error( match[0] ); + } + + return match; + }, + + "PSEUDO": function( match ) { + var excess, + unquoted = !match[6] && match[2]; + + if ( matchExpr["CHILD"].test( match[0] ) ) { + return null; + } + + // Accept quoted arguments as-is + if ( match[3] ) { + match[2] = match[4] || match[5] || ""; + + // Strip excess characters from unquoted arguments + } else if ( unquoted && rpseudo.test( unquoted ) && + // Get excess from tokenize (recursively) + (excess = tokenize( unquoted, true )) && + // advance to the next closing parenthesis + (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) { + + // excess is a negative index + match[0] = match[0].slice( 0, excess ); + match[2] = unquoted.slice( 0, excess ); + } + + // Return only captures needed by the pseudo filter method (type and argument) + return match.slice( 0, 3 ); + } + }, + + filter: { + + "TAG": function( nodeNameSelector ) { + var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); + return nodeNameSelector === "*" ? + function() { return true; } : + function( elem ) { + return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; + }; + }, + + "CLASS": function( className ) { + var pattern = classCache[ className + " " ]; + + return pattern || + (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) && + classCache( className, function( elem ) { + return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== strundefined && elem.getAttribute("class") || "" ); + }); + }, + + "ATTR": function( name, operator, check ) { + return function( elem ) { + var result = Sizzle.attr( elem, name ); + + if ( result == null ) { + return operator === "!="; + } + if ( !operator ) { + return true; + } + + result += ""; + + return operator === "=" ? result === check : + operator === "!=" ? result !== check : + operator === "^=" ? check && result.indexOf( check ) === 0 : + operator === "*=" ? check && result.indexOf( check ) > -1 : + operator === "$=" ? check && result.slice( -check.length ) === check : + operator === "~=" ? ( " " + result + " " ).indexOf( check ) > -1 : + operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : + false; + }; + }, + + "CHILD": function( type, what, argument, first, last ) { + var simple = type.slice( 0, 3 ) !== "nth", + forward = type.slice( -4 ) !== "last", + ofType = what === "of-type"; + + return first === 1 && last === 0 ? + + // Shortcut for :nth-*(n) + function( elem ) { + return !!elem.parentNode; + } : + + function( elem, context, xml ) { + var cache, outerCache, node, diff, nodeIndex, start, + dir = simple !== forward ? "nextSibling" : "previousSibling", + parent = elem.parentNode, + name = ofType && elem.nodeName.toLowerCase(), + useCache = !xml && !ofType; + + if ( parent ) { + + // :(first|last|only)-(child|of-type) + if ( simple ) { + while ( dir ) { + node = elem; + while ( (node = node[ dir ]) ) { + if ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) { + return false; + } + } + // Reverse direction for :only-* (if we haven't yet done so) + start = dir = type === "only" && !start && "nextSibling"; + } + return true; + } + + start = [ forward ? parent.firstChild : parent.lastChild ]; + + // non-xml :nth-child(...) stores cache data on `parent` + if ( forward && useCache ) { + // Seek `elem` from a previously-cached index + outerCache = parent[ expando ] || (parent[ expando ] = {}); + cache = outerCache[ type ] || []; + nodeIndex = cache[0] === dirruns && cache[1]; + diff = cache[0] === dirruns && cache[2]; + node = nodeIndex && parent.childNodes[ nodeIndex ]; + + while ( (node = ++nodeIndex && node && node[ dir ] || + + // Fallback to seeking `elem` from the start + (diff = nodeIndex = 0) || start.pop()) ) { + + // When found, cache indexes on `parent` and break + if ( node.nodeType === 1 && ++diff && node === elem ) { + outerCache[ type ] = [ dirruns, nodeIndex, diff ]; + break; + } + } + + // Use previously-cached element index if available + } else if ( useCache && (cache = (elem[ expando ] || (elem[ expando ] = {}))[ type ]) && cache[0] === dirruns ) { + diff = cache[1]; + + // xml :nth-child(...) or :nth-last-child(...) or :nth(-last)?-of-type(...) + } else { + // Use the same loop as above to seek `elem` from the start + while ( (node = ++nodeIndex && node && node[ dir ] || + (diff = nodeIndex = 0) || start.pop()) ) { + + if ( ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) && ++diff ) { + // Cache the index of each encountered element + if ( useCache ) { + (node[ expando ] || (node[ expando ] = {}))[ type ] = [ dirruns, diff ]; + } + + if ( node === elem ) { + break; + } + } + } + } + + // Incorporate the offset, then check against cycle size + diff -= last; + return diff === first || ( diff % first === 0 && diff / first >= 0 ); + } + }; + }, + + "PSEUDO": function( pseudo, argument ) { + // pseudo-class names are case-insensitive + // http://www.w3.org/TR/selectors/#pseudo-classes + // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters + // Remember that setFilters inherits from pseudos + var args, + fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || + Sizzle.error( "unsupported pseudo: " + pseudo ); + + // The user may use createPseudo to indicate that + // arguments are needed to create the filter function + // just as Sizzle does + if ( fn[ expando ] ) { + return fn( argument ); + } + + // But maintain support for old signatures + if ( fn.length > 1 ) { + args = [ pseudo, pseudo, "", argument ]; + return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? + markFunction(function( seed, matches ) { + var idx, + matched = fn( seed, argument ), + i = matched.length; + while ( i-- ) { + idx = indexOf.call( seed, matched[i] ); + seed[ idx ] = !( matches[ idx ] = matched[i] ); + } + }) : + function( elem ) { + return fn( elem, 0, args ); + }; + } + + return fn; + } + }, + + pseudos: { + // Potentially complex pseudos + "not": markFunction(function( selector ) { + // Trim the selector passed to compile + // to avoid treating leading and trailing + // spaces as combinators + var input = [], + results = [], + matcher = compile( selector.replace( rtrim, "$1" ) ); + + return matcher[ expando ] ? + markFunction(function( seed, matches, context, xml ) { + var elem, + unmatched = matcher( seed, null, xml, [] ), + i = seed.length; + + // Match elements unmatched by `matcher` + while ( i-- ) { + if ( (elem = unmatched[i]) ) { + seed[i] = !(matches[i] = elem); + } + } + }) : + function( elem, context, xml ) { + input[0] = elem; + matcher( input, null, xml, results ); + return !results.pop(); + }; + }), + + "has": markFunction(function( selector ) { + return function( elem ) { + return Sizzle( selector, elem ).length > 0; + }; + }), + + "contains": markFunction(function( text ) { + return function( elem ) { + return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1; + }; + }), + + // "Whether an element is represented by a :lang() selector + // is based solely on the element's language value + // being equal to the identifier C, + // or beginning with the identifier C immediately followed by "-". + // The matching of C against the element's language value is performed case-insensitively. + // The identifier C does not have to be a valid language name." + // http://www.w3.org/TR/selectors/#lang-pseudo + "lang": markFunction( function( lang ) { + // lang value must be a valid identifier + if ( !ridentifier.test(lang || "") ) { + Sizzle.error( "unsupported lang: " + lang ); + } + lang = lang.replace( runescape, funescape ).toLowerCase(); + return function( elem ) { + var elemLang; + do { + if ( (elemLang = documentIsHTML ? + elem.lang : + elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) { + + elemLang = elemLang.toLowerCase(); + return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; + } + } while ( (elem = elem.parentNode) && elem.nodeType === 1 ); + return false; + }; + }), + + // Miscellaneous + "target": function( elem ) { + var hash = window.location && window.location.hash; + return hash && hash.slice( 1 ) === elem.id; + }, + + "root": function( elem ) { + return elem === docElem; + }, + + "focus": function( elem ) { + return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex); + }, + + // Boolean properties + "enabled": function( elem ) { + return elem.disabled === false; + }, + + "disabled": function( elem ) { + return elem.disabled === true; + }, + + "checked": function( elem ) { + // In CSS3, :checked should return both checked and selected elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + var nodeName = elem.nodeName.toLowerCase(); + return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected); + }, + + "selected": function( elem ) { + // Accessing this property makes selected-by-default + // options in Safari work properly + if ( elem.parentNode ) { + elem.parentNode.selectedIndex; + } + + return elem.selected === true; + }, + + // Contents + "empty": function( elem ) { + // http://www.w3.org/TR/selectors/#empty-pseudo + // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), + // but not by others (comment: 8; processing instruction: 7; etc.) + // nodeType < 6 works because attributes (2) do not appear as children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + if ( elem.nodeType < 6 ) { + return false; + } + } + return true; + }, + + "parent": function( elem ) { + return !Expr.pseudos["empty"]( elem ); + }, + + // Element/input types + "header": function( elem ) { + return rheader.test( elem.nodeName ); + }, + + "input": function( elem ) { + return rinputs.test( elem.nodeName ); + }, + + "button": function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === "button" || name === "button"; + }, + + "text": function( elem ) { + var attr; + return elem.nodeName.toLowerCase() === "input" && + elem.type === "text" && + + // Support: IE<8 + // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" + ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" ); + }, + + // Position-in-collection + "first": createPositionalPseudo(function() { + return [ 0 ]; + }), + + "last": createPositionalPseudo(function( matchIndexes, length ) { + return [ length - 1 ]; + }), + + "eq": createPositionalPseudo(function( matchIndexes, length, argument ) { + return [ argument < 0 ? argument + length : argument ]; + }), + + "even": createPositionalPseudo(function( matchIndexes, length ) { + var i = 0; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "odd": createPositionalPseudo(function( matchIndexes, length ) { + var i = 1; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "lt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; --i >= 0; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "gt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; ++i < length; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }) + } +}; + +Expr.pseudos["nth"] = Expr.pseudos["eq"]; + +// Add button/input type pseudos +for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { + Expr.pseudos[ i ] = createInputPseudo( i ); +} +for ( i in { submit: true, reset: true } ) { + Expr.pseudos[ i ] = createButtonPseudo( i ); +} + +// Easy API for creating new setFilters +function setFilters() {} +setFilters.prototype = Expr.filters = Expr.pseudos; +Expr.setFilters = new setFilters(); + +tokenize = Sizzle.tokenize = function( selector, parseOnly ) { + var matched, match, tokens, type, + soFar, groups, preFilters, + cached = tokenCache[ selector + " " ]; + + if ( cached ) { + return parseOnly ? 0 : cached.slice( 0 ); + } + + soFar = selector; + groups = []; + preFilters = Expr.preFilter; + + while ( soFar ) { + + // Comma and first run + if ( !matched || (match = rcomma.exec( soFar )) ) { + if ( match ) { + // Don't consume trailing commas as valid + soFar = soFar.slice( match[0].length ) || soFar; + } + groups.push( (tokens = []) ); + } + + matched = false; + + // Combinators + if ( (match = rcombinators.exec( soFar )) ) { + matched = match.shift(); + tokens.push({ + value: matched, + // Cast descendant combinators to space + type: match[0].replace( rtrim, " " ) + }); + soFar = soFar.slice( matched.length ); + } + + // Filters + for ( type in Expr.filter ) { + if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || + (match = preFilters[ type ]( match ))) ) { + matched = match.shift(); + tokens.push({ + value: matched, + type: type, + matches: match + }); + soFar = soFar.slice( matched.length ); + } + } + + if ( !matched ) { + break; + } + } + + // Return the length of the invalid excess + // if we're just parsing + // Otherwise, throw an error or return tokens + return parseOnly ? + soFar.length : + soFar ? + Sizzle.error( selector ) : + // Cache the tokens + tokenCache( selector, groups ).slice( 0 ); +}; + +function toSelector( tokens ) { + var i = 0, + len = tokens.length, + selector = ""; + for ( ; i < len; i++ ) { + selector += tokens[i].value; + } + return selector; +} + +function addCombinator( matcher, combinator, base ) { + var dir = combinator.dir, + checkNonElements = base && dir === "parentNode", + doneName = done++; + + return combinator.first ? + // Check against closest ancestor/preceding element + function( elem, context, xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + return matcher( elem, context, xml ); + } + } + } : + + // Check against all ancestor/preceding elements + function( elem, context, xml ) { + var oldCache, outerCache, + newCache = [ dirruns, doneName ]; + + // We can't set arbitrary data on XML nodes, so they don't benefit from dir caching + if ( xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + if ( matcher( elem, context, xml ) ) { + return true; + } + } + } + } else { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + outerCache = elem[ expando ] || (elem[ expando ] = {}); + if ( (oldCache = outerCache[ dir ]) && + oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { + + // Assign to newCache so results back-propagate to previous elements + return (newCache[ 2 ] = oldCache[ 2 ]); + } else { + // Reuse newcache so results back-propagate to previous elements + outerCache[ dir ] = newCache; + + // A match means we're done; a fail means we have to keep checking + if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) { + return true; + } + } + } + } + } + }; +} + +function elementMatcher( matchers ) { + return matchers.length > 1 ? + function( elem, context, xml ) { + var i = matchers.length; + while ( i-- ) { + if ( !matchers[i]( elem, context, xml ) ) { + return false; + } + } + return true; + } : + matchers[0]; +} + +function multipleContexts( selector, contexts, results ) { + var i = 0, + len = contexts.length; + for ( ; i < len; i++ ) { + Sizzle( selector, contexts[i], results ); + } + return results; +} + +function condense( unmatched, map, filter, context, xml ) { + var elem, + newUnmatched = [], + i = 0, + len = unmatched.length, + mapped = map != null; + + for ( ; i < len; i++ ) { + if ( (elem = unmatched[i]) ) { + if ( !filter || filter( elem, context, xml ) ) { + newUnmatched.push( elem ); + if ( mapped ) { + map.push( i ); + } + } + } + } + + return newUnmatched; +} + +function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { + if ( postFilter && !postFilter[ expando ] ) { + postFilter = setMatcher( postFilter ); + } + if ( postFinder && !postFinder[ expando ] ) { + postFinder = setMatcher( postFinder, postSelector ); + } + return markFunction(function( seed, results, context, xml ) { + var temp, i, elem, + preMap = [], + postMap = [], + preexisting = results.length, + + // Get initial elements from seed or context + elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ), + + // Prefilter to get matcher input, preserving a map for seed-results synchronization + matcherIn = preFilter && ( seed || !selector ) ? + condense( elems, preMap, preFilter, context, xml ) : + elems, + + matcherOut = matcher ? + // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, + postFinder || ( seed ? preFilter : preexisting || postFilter ) ? + + // ...intermediate processing is necessary + [] : + + // ...otherwise use results directly + results : + matcherIn; + + // Find primary matches + if ( matcher ) { + matcher( matcherIn, matcherOut, context, xml ); + } + + // Apply postFilter + if ( postFilter ) { + temp = condense( matcherOut, postMap ); + postFilter( temp, [], context, xml ); + + // Un-match failing elements by moving them back to matcherIn + i = temp.length; + while ( i-- ) { + if ( (elem = temp[i]) ) { + matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem); + } + } + } + + if ( seed ) { + if ( postFinder || preFilter ) { + if ( postFinder ) { + // Get the final matcherOut by condensing this intermediate into postFinder contexts + temp = []; + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) ) { + // Restore matcherIn since elem is not yet a final match + temp.push( (matcherIn[i] = elem) ); + } + } + postFinder( null, (matcherOut = []), temp, xml ); + } + + // Move matched elements from seed to results to keep them synchronized + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) && + (temp = postFinder ? indexOf.call( seed, elem ) : preMap[i]) > -1 ) { + + seed[temp] = !(results[temp] = elem); + } + } + } + + // Add elements to results, through postFinder if defined + } else { + matcherOut = condense( + matcherOut === results ? + matcherOut.splice( preexisting, matcherOut.length ) : + matcherOut + ); + if ( postFinder ) { + postFinder( null, results, matcherOut, xml ); + } else { + push.apply( results, matcherOut ); + } + } + }); +} + +function matcherFromTokens( tokens ) { + var checkContext, matcher, j, + len = tokens.length, + leadingRelative = Expr.relative[ tokens[0].type ], + implicitRelative = leadingRelative || Expr.relative[" "], + i = leadingRelative ? 1 : 0, + + // The foundational matcher ensures that elements are reachable from top-level context(s) + matchContext = addCombinator( function( elem ) { + return elem === checkContext; + }, implicitRelative, true ), + matchAnyContext = addCombinator( function( elem ) { + return indexOf.call( checkContext, elem ) > -1; + }, implicitRelative, true ), + matchers = [ function( elem, context, xml ) { + return ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( + (checkContext = context).nodeType ? + matchContext( elem, context, xml ) : + matchAnyContext( elem, context, xml ) ); + } ]; + + for ( ; i < len; i++ ) { + if ( (matcher = Expr.relative[ tokens[i].type ]) ) { + matchers = [ addCombinator(elementMatcher( matchers ), matcher) ]; + } else { + matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches ); + + // Return special upon seeing a positional matcher + if ( matcher[ expando ] ) { + // Find the next relative operator (if any) for proper handling + j = ++i; + for ( ; j < len; j++ ) { + if ( Expr.relative[ tokens[j].type ] ) { + break; + } + } + return setMatcher( + i > 1 && elementMatcher( matchers ), + i > 1 && toSelector( + // If the preceding token was a descendant combinator, insert an implicit any-element `*` + tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" }) + ).replace( rtrim, "$1" ), + matcher, + i < j && matcherFromTokens( tokens.slice( i, j ) ), + j < len && matcherFromTokens( (tokens = tokens.slice( j )) ), + j < len && toSelector( tokens ) + ); + } + matchers.push( matcher ); + } + } + + return elementMatcher( matchers ); +} + +function matcherFromGroupMatchers( elementMatchers, setMatchers ) { + var bySet = setMatchers.length > 0, + byElement = elementMatchers.length > 0, + superMatcher = function( seed, context, xml, results, outermost ) { + var elem, j, matcher, + matchedCount = 0, + i = "0", + unmatched = seed && [], + setMatched = [], + contextBackup = outermostContext, + // We must always have either seed elements or outermost context + elems = seed || byElement && Expr.find["TAG"]( "*", outermost ), + // Use integer dirruns iff this is the outermost matcher + dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1), + len = elems.length; + + if ( outermost ) { + outermostContext = context !== document && context; + } + + // Add elements passing elementMatchers directly to results + // Keep `i` a string if there are no elements so `matchedCount` will be "00" below + // Support: IE<9, Safari + // Tolerate NodeList properties (IE: "length"; Safari: ) matching elements by id + for ( ; i !== len && (elem = elems[i]) != null; i++ ) { + if ( byElement && elem ) { + j = 0; + while ( (matcher = elementMatchers[j++]) ) { + if ( matcher( elem, context, xml ) ) { + results.push( elem ); + break; + } + } + if ( outermost ) { + dirruns = dirrunsUnique; + } + } + + // Track unmatched elements for set filters + if ( bySet ) { + // They will have gone through all possible matchers + if ( (elem = !matcher && elem) ) { + matchedCount--; + } + + // Lengthen the array for every element, matched or not + if ( seed ) { + unmatched.push( elem ); + } + } + } + + // Apply set filters to unmatched elements + matchedCount += i; + if ( bySet && i !== matchedCount ) { + j = 0; + while ( (matcher = setMatchers[j++]) ) { + matcher( unmatched, setMatched, context, xml ); + } + + if ( seed ) { + // Reintegrate element matches to eliminate the need for sorting + if ( matchedCount > 0 ) { + while ( i-- ) { + if ( !(unmatched[i] || setMatched[i]) ) { + setMatched[i] = pop.call( results ); + } + } + } + + // Discard index placeholder values to get only actual matches + setMatched = condense( setMatched ); + } + + // Add matches to results + push.apply( results, setMatched ); + + // Seedless set matches succeeding multiple successful matchers stipulate sorting + if ( outermost && !seed && setMatched.length > 0 && + ( matchedCount + setMatchers.length ) > 1 ) { + + Sizzle.uniqueSort( results ); + } + } + + // Override manipulation of globals by nested matchers + if ( outermost ) { + dirruns = dirrunsUnique; + outermostContext = contextBackup; + } + + return unmatched; + }; + + return bySet ? + markFunction( superMatcher ) : + superMatcher; +} + +compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { + var i, + setMatchers = [], + elementMatchers = [], + cached = compilerCache[ selector + " " ]; + + if ( !cached ) { + // Generate a function of recursive functions that can be used to check each element + if ( !match ) { + match = tokenize( selector ); + } + i = match.length; + while ( i-- ) { + cached = matcherFromTokens( match[i] ); + if ( cached[ expando ] ) { + setMatchers.push( cached ); + } else { + elementMatchers.push( cached ); + } + } + + // Cache the compiled function + cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); + + // Save selector and tokenization + cached.selector = selector; + } + return cached; +}; + +/** + * A low-level selection function that works with Sizzle's compiled + * selector functions + * @param {String|Function} selector A selector or a pre-compiled + * selector function built with Sizzle.compile + * @param {Element} context + * @param {Array} [results] + * @param {Array} [seed] A set of elements to match against + */ +select = Sizzle.select = function( selector, context, results, seed ) { + var i, tokens, token, type, find, + compiled = typeof selector === "function" && selector, + match = !seed && tokenize( (selector = compiled.selector || selector) ); + + results = results || []; + + // Try to minimize operations if there is no seed and only one group + if ( match.length === 1 ) { + + // Take a shortcut and set the context if the root selector is an ID + tokens = match[0] = match[0].slice( 0 ); + if ( tokens.length > 2 && (token = tokens[0]).type === "ID" && + support.getById && context.nodeType === 9 && documentIsHTML && + Expr.relative[ tokens[1].type ] ) { + + context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0]; + if ( !context ) { + return results; + + // Precompiled matchers will still verify ancestry, so step up a level + } else if ( compiled ) { + context = context.parentNode; + } + + selector = selector.slice( tokens.shift().value.length ); + } + + // Fetch a seed set for right-to-left matching + i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length; + while ( i-- ) { + token = tokens[i]; + + // Abort if we hit a combinator + if ( Expr.relative[ (type = token.type) ] ) { + break; + } + if ( (find = Expr.find[ type ]) ) { + // Search, expanding context for leading sibling combinators + if ( (seed = find( + token.matches[0].replace( runescape, funescape ), + rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context + )) ) { + + // If seed is empty or no tokens remain, we can return early + tokens.splice( i, 1 ); + selector = seed.length && toSelector( tokens ); + if ( !selector ) { + push.apply( results, seed ); + return results; + } + + break; + } + } + } + } + + // Compile and execute a filtering function if one is not provided + // Provide `match` to avoid retokenization if we modified the selector above + ( compiled || compile( selector, match ) )( + seed, + context, + !documentIsHTML, + results, + rsibling.test( selector ) && testContext( context.parentNode ) || context + ); + return results; +}; + +// One-time assignments + +// Sort stability +support.sortStable = expando.split("").sort( sortOrder ).join("") === expando; + +// Support: Chrome<14 +// Always assume duplicates if they aren't passed to the comparison function +support.detectDuplicates = !!hasDuplicate; + +// Initialize against the default document +setDocument(); + +// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) +// Detached nodes confoundingly follow *each other* +support.sortDetached = assert(function( div1 ) { + // Should return 1, but returns 4 (following) + return div1.compareDocumentPosition( document.createElement("div") ) & 1; +}); + +// Support: IE<8 +// Prevent attribute/property "interpolation" +// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx +if ( !assert(function( div ) { + div.innerHTML = ""; + return div.firstChild.getAttribute("href") === "#" ; +}) ) { + addHandle( "type|href|height|width", function( elem, name, isXML ) { + if ( !isXML ) { + return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); + } + }); +} + +// Support: IE<9 +// Use defaultValue in place of getAttribute("value") +if ( !support.attributes || !assert(function( div ) { + div.innerHTML = ""; + div.firstChild.setAttribute( "value", "" ); + return div.firstChild.getAttribute( "value" ) === ""; +}) ) { + addHandle( "value", function( elem, name, isXML ) { + if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { + return elem.defaultValue; + } + }); +} + +// Support: IE<9 +// Use getAttributeNode to fetch booleans when getAttribute lies +if ( !assert(function( div ) { + return div.getAttribute("disabled") == null; +}) ) { + addHandle( booleans, function( elem, name, isXML ) { + var val; + if ( !isXML ) { + return elem[ name ] === true ? name.toLowerCase() : + (val = elem.getAttributeNode( name )) && val.specified ? + val.value : + null; + } + }); +} + +return Sizzle; + +})( window ); + + + +jQuery.find = Sizzle; +jQuery.expr = Sizzle.selectors; +jQuery.expr[":"] = jQuery.expr.pseudos; +jQuery.unique = Sizzle.uniqueSort; +jQuery.text = Sizzle.getText; +jQuery.isXMLDoc = Sizzle.isXML; +jQuery.contains = Sizzle.contains; + + + +var rneedsContext = jQuery.expr.match.needsContext; + +var rsingleTag = (/^<(\w+)\s*\/?>(?:<\/\1>|)$/); + + + +var risSimple = /^.[^:#\[\.,]*$/; + +// Implement the identical functionality for filter and not +function winnow( elements, qualifier, not ) { + if ( jQuery.isFunction( qualifier ) ) { + return jQuery.grep( elements, function( elem, i ) { + /* jshint -W018 */ + return !!qualifier.call( elem, i, elem ) !== not; + }); + + } + + if ( qualifier.nodeType ) { + return jQuery.grep( elements, function( elem ) { + return ( elem === qualifier ) !== not; + }); + + } + + if ( typeof qualifier === "string" ) { + if ( risSimple.test( qualifier ) ) { + return jQuery.filter( qualifier, elements, not ); + } + + qualifier = jQuery.filter( qualifier, elements ); + } + + return jQuery.grep( elements, function( elem ) { + return ( indexOf.call( qualifier, elem ) >= 0 ) !== not; + }); +} + +jQuery.filter = function( expr, elems, not ) { + var elem = elems[ 0 ]; + + if ( not ) { + expr = ":not(" + expr + ")"; + } + + return elems.length === 1 && elem.nodeType === 1 ? + jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [] : + jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { + return elem.nodeType === 1; + })); +}; + +jQuery.fn.extend({ + find: function( selector ) { + var i, + len = this.length, + ret = [], + self = this; + + if ( typeof selector !== "string" ) { + return this.pushStack( jQuery( selector ).filter(function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( self[ i ], this ) ) { + return true; + } + } + }) ); + } + + for ( i = 0; i < len; i++ ) { + jQuery.find( selector, self[ i ], ret ); + } + + // Needed because $( selector, context ) becomes $( context ).find( selector ) + ret = this.pushStack( len > 1 ? jQuery.unique( ret ) : ret ); + ret.selector = this.selector ? this.selector + " " + selector : selector; + return ret; + }, + filter: function( selector ) { + return this.pushStack( winnow(this, selector || [], false) ); + }, + not: function( selector ) { + return this.pushStack( winnow(this, selector || [], true) ); + }, + is: function( selector ) { + return !!winnow( + this, + + // If this is a positional/relative selector, check membership in the returned set + // so $("p:first").is("p:last") won't return true for a doc with two "p". + typeof selector === "string" && rneedsContext.test( selector ) ? + jQuery( selector ) : + selector || [], + false + ).length; + } +}); + + +// Initialize a jQuery object + + +// A central reference to the root jQuery(document) +var rootjQuery, + + // A simple way to check for HTML strings + // Prioritize #id over to avoid XSS via location.hash (#9521) + // Strict HTML recognition (#11290: must start with <) + rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/, + + init = jQuery.fn.init = function( selector, context ) { + var match, elem; + + // HANDLE: $(""), $(null), $(undefined), $(false) + if ( !selector ) { + return this; + } + + // Handle HTML strings + if ( typeof selector === "string" ) { + if ( selector[0] === "<" && selector[ selector.length - 1 ] === ">" && selector.length >= 3 ) { + // Assume that strings that start and end with <> are HTML and skip the regex check + match = [ null, selector, null ]; + + } else { + match = rquickExpr.exec( selector ); + } + + // Match html or make sure no context is specified for #id + if ( match && (match[1] || !context) ) { + + // HANDLE: $(html) -> $(array) + if ( match[1] ) { + context = context instanceof jQuery ? context[0] : context; + + // scripts is true for back-compat + // Intentionally let the error be thrown if parseHTML is not present + jQuery.merge( this, jQuery.parseHTML( + match[1], + context && context.nodeType ? context.ownerDocument || context : document, + true + ) ); + + // HANDLE: $(html, props) + if ( rsingleTag.test( match[1] ) && jQuery.isPlainObject( context ) ) { + for ( match in context ) { + // Properties of context are called as methods if possible + if ( jQuery.isFunction( this[ match ] ) ) { + this[ match ]( context[ match ] ); + + // ...and otherwise set as attributes + } else { + this.attr( match, context[ match ] ); + } + } + } + + return this; + + // HANDLE: $(#id) + } else { + elem = document.getElementById( match[2] ); + + // Check parentNode to catch when Blackberry 4.6 returns + // nodes that are no longer in the document #6963 + if ( elem && elem.parentNode ) { + // Inject the element directly into the jQuery object + this.length = 1; + this[0] = elem; + } + + this.context = document; + this.selector = selector; + return this; + } + + // HANDLE: $(expr, $(...)) + } else if ( !context || context.jquery ) { + return ( context || rootjQuery ).find( selector ); + + // HANDLE: $(expr, context) + // (which is just equivalent to: $(context).find(expr) + } else { + return this.constructor( context ).find( selector ); + } + + // HANDLE: $(DOMElement) + } else if ( selector.nodeType ) { + this.context = this[0] = selector; + this.length = 1; + return this; + + // HANDLE: $(function) + // Shortcut for document ready + } else if ( jQuery.isFunction( selector ) ) { + return typeof rootjQuery.ready !== "undefined" ? + rootjQuery.ready( selector ) : + // Execute immediately if ready is not present + selector( jQuery ); + } + + if ( selector.selector !== undefined ) { + this.selector = selector.selector; + this.context = selector.context; + } + + return jQuery.makeArray( selector, this ); + }; + +// Give the init function the jQuery prototype for later instantiation +init.prototype = jQuery.fn; + +// Initialize central reference +rootjQuery = jQuery( document ); + + +var rparentsprev = /^(?:parents|prev(?:Until|All))/, + // methods guaranteed to produce a unique set when starting from a unique set + guaranteedUnique = { + children: true, + contents: true, + next: true, + prev: true + }; + +jQuery.extend({ + dir: function( elem, dir, until ) { + var matched = [], + truncate = until !== undefined; + + while ( (elem = elem[ dir ]) && elem.nodeType !== 9 ) { + if ( elem.nodeType === 1 ) { + if ( truncate && jQuery( elem ).is( until ) ) { + break; + } + matched.push( elem ); + } + } + return matched; + }, + + sibling: function( n, elem ) { + var matched = []; + + for ( ; n; n = n.nextSibling ) { + if ( n.nodeType === 1 && n !== elem ) { + matched.push( n ); + } + } + + return matched; + } +}); + +jQuery.fn.extend({ + has: function( target ) { + var targets = jQuery( target, this ), + l = targets.length; + + return this.filter(function() { + var i = 0; + for ( ; i < l; i++ ) { + if ( jQuery.contains( this, targets[i] ) ) { + return true; + } + } + }); + }, + + closest: function( selectors, context ) { + var cur, + i = 0, + l = this.length, + matched = [], + pos = rneedsContext.test( selectors ) || typeof selectors !== "string" ? + jQuery( selectors, context || this.context ) : + 0; + + for ( ; i < l; i++ ) { + for ( cur = this[i]; cur && cur !== context; cur = cur.parentNode ) { + // Always skip document fragments + if ( cur.nodeType < 11 && (pos ? + pos.index(cur) > -1 : + + // Don't pass non-elements to Sizzle + cur.nodeType === 1 && + jQuery.find.matchesSelector(cur, selectors)) ) { + + matched.push( cur ); + break; + } + } + } + + return this.pushStack( matched.length > 1 ? jQuery.unique( matched ) : matched ); + }, + + // Determine the position of an element within + // the matched set of elements + index: function( elem ) { + + // No argument, return index in parent + if ( !elem ) { + return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; + } + + // index in selector + if ( typeof elem === "string" ) { + return indexOf.call( jQuery( elem ), this[ 0 ] ); + } + + // Locate the position of the desired element + return indexOf.call( this, + + // If it receives a jQuery object, the first element is used + elem.jquery ? elem[ 0 ] : elem + ); + }, + + add: function( selector, context ) { + return this.pushStack( + jQuery.unique( + jQuery.merge( this.get(), jQuery( selector, context ) ) + ) + ); + }, + + addBack: function( selector ) { + return this.add( selector == null ? + this.prevObject : this.prevObject.filter(selector) + ); + } +}); + +function sibling( cur, dir ) { + while ( (cur = cur[dir]) && cur.nodeType !== 1 ) {} + return cur; +} + +jQuery.each({ + parent: function( elem ) { + var parent = elem.parentNode; + return parent && parent.nodeType !== 11 ? parent : null; + }, + parents: function( elem ) { + return jQuery.dir( elem, "parentNode" ); + }, + parentsUntil: function( elem, i, until ) { + return jQuery.dir( elem, "parentNode", until ); + }, + next: function( elem ) { + return sibling( elem, "nextSibling" ); + }, + prev: function( elem ) { + return sibling( elem, "previousSibling" ); + }, + nextAll: function( elem ) { + return jQuery.dir( elem, "nextSibling" ); + }, + prevAll: function( elem ) { + return jQuery.dir( elem, "previousSibling" ); + }, + nextUntil: function( elem, i, until ) { + return jQuery.dir( elem, "nextSibling", until ); + }, + prevUntil: function( elem, i, until ) { + return jQuery.dir( elem, "previousSibling", until ); + }, + siblings: function( elem ) { + return jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem ); + }, + children: function( elem ) { + return jQuery.sibling( elem.firstChild ); + }, + contents: function( elem ) { + return elem.contentDocument || jQuery.merge( [], elem.childNodes ); + } +}, function( name, fn ) { + jQuery.fn[ name ] = function( until, selector ) { + var matched = jQuery.map( this, fn, until ); + + if ( name.slice( -5 ) !== "Until" ) { + selector = until; + } + + if ( selector && typeof selector === "string" ) { + matched = jQuery.filter( selector, matched ); + } + + if ( this.length > 1 ) { + // Remove duplicates + if ( !guaranteedUnique[ name ] ) { + jQuery.unique( matched ); + } + + // Reverse order for parents* and prev-derivatives + if ( rparentsprev.test( name ) ) { + matched.reverse(); + } + } + + return this.pushStack( matched ); + }; +}); +var rnotwhite = (/\S+/g); + + + +// String to Object options format cache +var optionsCache = {}; + +// Convert String-formatted options into Object-formatted ones and store in cache +function createOptions( options ) { + var object = optionsCache[ options ] = {}; + jQuery.each( options.match( rnotwhite ) || [], function( _, flag ) { + object[ flag ] = true; + }); + return object; +} + +/* + * Create a callback list using the following parameters: + * + * options: an optional list of space-separated options that will change how + * the callback list behaves or a more traditional option object + * + * By default a callback list will act like an event callback list and can be + * "fired" multiple times. + * + * Possible options: + * + * once: will ensure the callback list can only be fired once (like a Deferred) + * + * memory: will keep track of previous values and will call any callback added + * after the list has been fired right away with the latest "memorized" + * values (like a Deferred) + * + * unique: will ensure a callback can only be added once (no duplicate in the list) + * + * stopOnFalse: interrupt callings when a callback returns false + * + */ +jQuery.Callbacks = function( options ) { + + // Convert options from String-formatted to Object-formatted if needed + // (we check in cache first) + options = typeof options === "string" ? + ( optionsCache[ options ] || createOptions( options ) ) : + jQuery.extend( {}, options ); + + var // Last fire value (for non-forgettable lists) + memory, + // Flag to know if list was already fired + fired, + // Flag to know if list is currently firing + firing, + // First callback to fire (used internally by add and fireWith) + firingStart, + // End of the loop when firing + firingLength, + // Index of currently firing callback (modified by remove if needed) + firingIndex, + // Actual callback list + list = [], + // Stack of fire calls for repeatable lists + stack = !options.once && [], + // Fire callbacks + fire = function( data ) { + memory = options.memory && data; + fired = true; + firingIndex = firingStart || 0; + firingStart = 0; + firingLength = list.length; + firing = true; + for ( ; list && firingIndex < firingLength; firingIndex++ ) { + if ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false && options.stopOnFalse ) { + memory = false; // To prevent further calls using add + break; + } + } + firing = false; + if ( list ) { + if ( stack ) { + if ( stack.length ) { + fire( stack.shift() ); + } + } else if ( memory ) { + list = []; + } else { + self.disable(); + } + } + }, + // Actual Callbacks object + self = { + // Add a callback or a collection of callbacks to the list + add: function() { + if ( list ) { + // First, we save the current length + var start = list.length; + (function add( args ) { + jQuery.each( args, function( _, arg ) { + var type = jQuery.type( arg ); + if ( type === "function" ) { + if ( !options.unique || !self.has( arg ) ) { + list.push( arg ); + } + } else if ( arg && arg.length && type !== "string" ) { + // Inspect recursively + add( arg ); + } + }); + })( arguments ); + // Do we need to add the callbacks to the + // current firing batch? + if ( firing ) { + firingLength = list.length; + // With memory, if we're not firing then + // we should call right away + } else if ( memory ) { + firingStart = start; + fire( memory ); + } + } + return this; + }, + // Remove a callback from the list + remove: function() { + if ( list ) { + jQuery.each( arguments, function( _, arg ) { + var index; + while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { + list.splice( index, 1 ); + // Handle firing indexes + if ( firing ) { + if ( index <= firingLength ) { + firingLength--; + } + if ( index <= firingIndex ) { + firingIndex--; + } + } + } + }); + } + return this; + }, + // Check if a given callback is in the list. + // If no argument is given, return whether or not list has callbacks attached. + has: function( fn ) { + return fn ? jQuery.inArray( fn, list ) > -1 : !!( list && list.length ); + }, + // Remove all callbacks from the list + empty: function() { + list = []; + firingLength = 0; + return this; + }, + // Have the list do nothing anymore + disable: function() { + list = stack = memory = undefined; + return this; + }, + // Is it disabled? + disabled: function() { + return !list; + }, + // Lock the list in its current state + lock: function() { + stack = undefined; + if ( !memory ) { + self.disable(); + } + return this; + }, + // Is it locked? + locked: function() { + return !stack; + }, + // Call all callbacks with the given context and arguments + fireWith: function( context, args ) { + if ( list && ( !fired || stack ) ) { + args = args || []; + args = [ context, args.slice ? args.slice() : args ]; + if ( firing ) { + stack.push( args ); + } else { + fire( args ); + } + } + return this; + }, + // Call all the callbacks with the given arguments + fire: function() { + self.fireWith( this, arguments ); + return this; + }, + // To know if the callbacks have already been called at least once + fired: function() { + return !!fired; + } + }; + + return self; +}; + + +jQuery.extend({ + + Deferred: function( func ) { + var tuples = [ + // action, add listener, listener list, final state + [ "resolve", "done", jQuery.Callbacks("once memory"), "resolved" ], + [ "reject", "fail", jQuery.Callbacks("once memory"), "rejected" ], + [ "notify", "progress", jQuery.Callbacks("memory") ] + ], + state = "pending", + promise = { + state: function() { + return state; + }, + always: function() { + deferred.done( arguments ).fail( arguments ); + return this; + }, + then: function( /* fnDone, fnFail, fnProgress */ ) { + var fns = arguments; + return jQuery.Deferred(function( newDefer ) { + jQuery.each( tuples, function( i, tuple ) { + var fn = jQuery.isFunction( fns[ i ] ) && fns[ i ]; + // deferred[ done | fail | progress ] for forwarding actions to newDefer + deferred[ tuple[1] ](function() { + var returned = fn && fn.apply( this, arguments ); + if ( returned && jQuery.isFunction( returned.promise ) ) { + returned.promise() + .done( newDefer.resolve ) + .fail( newDefer.reject ) + .progress( newDefer.notify ); + } else { + newDefer[ tuple[ 0 ] + "With" ]( this === promise ? newDefer.promise() : this, fn ? [ returned ] : arguments ); + } + }); + }); + fns = null; + }).promise(); + }, + // Get a promise for this deferred + // If obj is provided, the promise aspect is added to the object + promise: function( obj ) { + return obj != null ? jQuery.extend( obj, promise ) : promise; + } + }, + deferred = {}; + + // Keep pipe for back-compat + promise.pipe = promise.then; + + // Add list-specific methods + jQuery.each( tuples, function( i, tuple ) { + var list = tuple[ 2 ], + stateString = tuple[ 3 ]; + + // promise[ done | fail | progress ] = list.add + promise[ tuple[1] ] = list.add; + + // Handle state + if ( stateString ) { + list.add(function() { + // state = [ resolved | rejected ] + state = stateString; + + // [ reject_list | resolve_list ].disable; progress_list.lock + }, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock ); + } + + // deferred[ resolve | reject | notify ] + deferred[ tuple[0] ] = function() { + deferred[ tuple[0] + "With" ]( this === deferred ? promise : this, arguments ); + return this; + }; + deferred[ tuple[0] + "With" ] = list.fireWith; + }); + + // Make the deferred a promise + promise.promise( deferred ); + + // Call given func if any + if ( func ) { + func.call( deferred, deferred ); + } + + // All done! + return deferred; + }, + + // Deferred helper + when: function( subordinate /* , ..., subordinateN */ ) { + var i = 0, + resolveValues = slice.call( arguments ), + length = resolveValues.length, + + // the count of uncompleted subordinates + remaining = length !== 1 || ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0, + + // the master Deferred. If resolveValues consist of only a single Deferred, just use that. + deferred = remaining === 1 ? subordinate : jQuery.Deferred(), + + // Update function for both resolve and progress values + updateFunc = function( i, contexts, values ) { + return function( value ) { + contexts[ i ] = this; + values[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; + if ( values === progressValues ) { + deferred.notifyWith( contexts, values ); + } else if ( !( --remaining ) ) { + deferred.resolveWith( contexts, values ); + } + }; + }, + + progressValues, progressContexts, resolveContexts; + + // add listeners to Deferred subordinates; treat others as resolved + if ( length > 1 ) { + progressValues = new Array( length ); + progressContexts = new Array( length ); + resolveContexts = new Array( length ); + for ( ; i < length; i++ ) { + if ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) { + resolveValues[ i ].promise() + .done( updateFunc( i, resolveContexts, resolveValues ) ) + .fail( deferred.reject ) + .progress( updateFunc( i, progressContexts, progressValues ) ); + } else { + --remaining; + } + } + } + + // if we're not waiting on anything, resolve the master + if ( !remaining ) { + deferred.resolveWith( resolveContexts, resolveValues ); + } + + return deferred.promise(); + } +}); + + +// The deferred used on DOM ready +var readyList; + +jQuery.fn.ready = function( fn ) { + // Add the callback + jQuery.ready.promise().done( fn ); + + return this; +}; + +jQuery.extend({ + // Is the DOM ready to be used? Set to true once it occurs. + isReady: false, + + // A counter to track how many items to wait for before + // the ready event fires. See #6781 + readyWait: 1, + + // Hold (or release) the ready event + holdReady: function( hold ) { + if ( hold ) { + jQuery.readyWait++; + } else { + jQuery.ready( true ); + } + }, + + // Handle when the DOM is ready + ready: function( wait ) { + + // Abort if there are pending holds or we're already ready + if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { + return; + } + + // Remember that the DOM is ready + jQuery.isReady = true; + + // If a normal DOM Ready event fired, decrement, and wait if need be + if ( wait !== true && --jQuery.readyWait > 0 ) { + return; + } + + // If there are functions bound, to execute + readyList.resolveWith( document, [ jQuery ] ); + + // Trigger any bound ready events + if ( jQuery.fn.triggerHandler ) { + jQuery( document ).triggerHandler( "ready" ); + jQuery( document ).off( "ready" ); + } + } +}); + +/** + * The ready event handler and self cleanup method + */ +function completed() { + document.removeEventListener( "DOMContentLoaded", completed, false ); + window.removeEventListener( "load", completed, false ); + jQuery.ready(); +} + +jQuery.ready.promise = function( obj ) { + if ( !readyList ) { + + readyList = jQuery.Deferred(); + + // Catch cases where $(document).ready() is called after the browser event has already occurred. + // we once tried to use readyState "interactive" here, but it caused issues like the one + // discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15 + if ( document.readyState === "complete" ) { + // Handle it asynchronously to allow scripts the opportunity to delay ready + setTimeout( jQuery.ready ); + + } else { + + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", completed, false ); + + // A fallback to window.onload, that will always work + window.addEventListener( "load", completed, false ); + } + } + return readyList.promise( obj ); +}; + +// Kick off the DOM ready check even if the user does not +jQuery.ready.promise(); + + + + +// Multifunctional method to get and set values of a collection +// The value/s can optionally be executed if it's a function +var access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) { + var i = 0, + len = elems.length, + bulk = key == null; + + // Sets many values + if ( jQuery.type( key ) === "object" ) { + chainable = true; + for ( i in key ) { + jQuery.access( elems, fn, i, key[i], true, emptyGet, raw ); + } + + // Sets one value + } else if ( value !== undefined ) { + chainable = true; + + if ( !jQuery.isFunction( value ) ) { + raw = true; + } + + if ( bulk ) { + // Bulk operations run against the entire set + if ( raw ) { + fn.call( elems, value ); + fn = null; + + // ...except when executing function values + } else { + bulk = fn; + fn = function( elem, key, value ) { + return bulk.call( jQuery( elem ), value ); + }; + } + } + + if ( fn ) { + for ( ; i < len; i++ ) { + fn( elems[i], key, raw ? value : value.call( elems[i], i, fn( elems[i], key ) ) ); + } + } + } + + return chainable ? + elems : + + // Gets + bulk ? + fn.call( elems ) : + len ? fn( elems[0], key ) : emptyGet; +}; + + +/** + * Determines whether an object can have data + */ +jQuery.acceptData = function( owner ) { + // Accepts only: + // - Node + // - Node.ELEMENT_NODE + // - Node.DOCUMENT_NODE + // - Object + // - Any + /* jshint -W018 */ + return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); +}; + + +function Data() { + // Support: Android < 4, + // Old WebKit does not have Object.preventExtensions/freeze method, + // return new empty object instead with no [[set]] accessor + Object.defineProperty( this.cache = {}, 0, { + get: function() { + return {}; + } + }); + + this.expando = jQuery.expando + Math.random(); +} + +Data.uid = 1; +Data.accepts = jQuery.acceptData; + +Data.prototype = { + key: function( owner ) { + // We can accept data for non-element nodes in modern browsers, + // but we should not, see #8335. + // Always return the key for a frozen object. + if ( !Data.accepts( owner ) ) { + return 0; + } + + var descriptor = {}, + // Check if the owner object already has a cache key + unlock = owner[ this.expando ]; + + // If not, create one + if ( !unlock ) { + unlock = Data.uid++; + + // Secure it in a non-enumerable, non-writable property + try { + descriptor[ this.expando ] = { value: unlock }; + Object.defineProperties( owner, descriptor ); + + // Support: Android < 4 + // Fallback to a less secure definition + } catch ( e ) { + descriptor[ this.expando ] = unlock; + jQuery.extend( owner, descriptor ); + } + } + + // Ensure the cache object + if ( !this.cache[ unlock ] ) { + this.cache[ unlock ] = {}; + } + + return unlock; + }, + set: function( owner, data, value ) { + var prop, + // There may be an unlock assigned to this node, + // if there is no entry for this "owner", create one inline + // and set the unlock as though an owner entry had always existed + unlock = this.key( owner ), + cache = this.cache[ unlock ]; + + // Handle: [ owner, key, value ] args + if ( typeof data === "string" ) { + cache[ data ] = value; + + // Handle: [ owner, { properties } ] args + } else { + // Fresh assignments by object are shallow copied + if ( jQuery.isEmptyObject( cache ) ) { + jQuery.extend( this.cache[ unlock ], data ); + // Otherwise, copy the properties one-by-one to the cache object + } else { + for ( prop in data ) { + cache[ prop ] = data[ prop ]; + } + } + } + return cache; + }, + get: function( owner, key ) { + // Either a valid cache is found, or will be created. + // New caches will be created and the unlock returned, + // allowing direct access to the newly created + // empty data object. A valid owner object must be provided. + var cache = this.cache[ this.key( owner ) ]; + + return key === undefined ? + cache : cache[ key ]; + }, + access: function( owner, key, value ) { + var stored; + // In cases where either: + // + // 1. No key was specified + // 2. A string key was specified, but no value provided + // + // Take the "read" path and allow the get method to determine + // which value to return, respectively either: + // + // 1. The entire cache object + // 2. The data stored at the key + // + if ( key === undefined || + ((key && typeof key === "string") && value === undefined) ) { + + stored = this.get( owner, key ); + + return stored !== undefined ? + stored : this.get( owner, jQuery.camelCase(key) ); + } + + // [*]When the key is not a string, or both a key and value + // are specified, set or extend (existing objects) with either: + // + // 1. An object of properties + // 2. A key and value + // + this.set( owner, key, value ); + + // Since the "set" path can have two possible entry points + // return the expected data based on which path was taken[*] + return value !== undefined ? value : key; + }, + remove: function( owner, key ) { + var i, name, camel, + unlock = this.key( owner ), + cache = this.cache[ unlock ]; + + if ( key === undefined ) { + this.cache[ unlock ] = {}; + + } else { + // Support array or space separated string of keys + if ( jQuery.isArray( key ) ) { + // If "name" is an array of keys... + // When data is initially created, via ("key", "val") signature, + // keys will be converted to camelCase. + // Since there is no way to tell _how_ a key was added, remove + // both plain key and camelCase key. #12786 + // This will only penalize the array argument path. + name = key.concat( key.map( jQuery.camelCase ) ); + } else { + camel = jQuery.camelCase( key ); + // Try the string as a key before any manipulation + if ( key in cache ) { + name = [ key, camel ]; + } else { + // If a key with the spaces exists, use it. + // Otherwise, create an array by matching non-whitespace + name = camel; + name = name in cache ? + [ name ] : ( name.match( rnotwhite ) || [] ); + } + } + + i = name.length; + while ( i-- ) { + delete cache[ name[ i ] ]; + } + } + }, + hasData: function( owner ) { + return !jQuery.isEmptyObject( + this.cache[ owner[ this.expando ] ] || {} + ); + }, + discard: function( owner ) { + if ( owner[ this.expando ] ) { + delete this.cache[ owner[ this.expando ] ]; + } + } +}; +var data_priv = new Data(); + +var data_user = new Data(); + + + +/* + Implementation Summary + + 1. Enforce API surface and semantic compatibility with 1.9.x branch + 2. Improve the module's maintainability by reducing the storage + paths to a single mechanism. + 3. Use the same single mechanism to support "private" and "user" data. + 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) + 5. Avoid exposing implementation details on user objects (eg. expando properties) + 6. Provide a clear path for implementation upgrade to WeakMap in 2014 +*/ +var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, + rmultiDash = /([A-Z])/g; + +function dataAttr( elem, key, data ) { + var name; + + // If nothing was found internally, try to fetch any + // data from the HTML5 data-* attribute + if ( data === undefined && elem.nodeType === 1 ) { + name = "data-" + key.replace( rmultiDash, "-$1" ).toLowerCase(); + data = elem.getAttribute( name ); + + if ( typeof data === "string" ) { + try { + data = data === "true" ? true : + data === "false" ? false : + data === "null" ? null : + // Only convert to a number if it doesn't change the string + +data + "" === data ? +data : + rbrace.test( data ) ? jQuery.parseJSON( data ) : + data; + } catch( e ) {} + + // Make sure we set the data so it isn't changed later + data_user.set( elem, key, data ); + } else { + data = undefined; + } + } + return data; +} + +jQuery.extend({ + hasData: function( elem ) { + return data_user.hasData( elem ) || data_priv.hasData( elem ); + }, + + data: function( elem, name, data ) { + return data_user.access( elem, name, data ); + }, + + removeData: function( elem, name ) { + data_user.remove( elem, name ); + }, + + // TODO: Now that all calls to _data and _removeData have been replaced + // with direct calls to data_priv methods, these can be deprecated. + _data: function( elem, name, data ) { + return data_priv.access( elem, name, data ); + }, + + _removeData: function( elem, name ) { + data_priv.remove( elem, name ); + } +}); + +jQuery.fn.extend({ + data: function( key, value ) { + var i, name, data, + elem = this[ 0 ], + attrs = elem && elem.attributes; + + // Gets all values + if ( key === undefined ) { + if ( this.length ) { + data = data_user.get( elem ); + + if ( elem.nodeType === 1 && !data_priv.get( elem, "hasDataAttrs" ) ) { + i = attrs.length; + while ( i-- ) { + + // Support: IE11+ + // The attrs elements can be null (#14894) + if ( attrs[ i ] ) { + name = attrs[ i ].name; + if ( name.indexOf( "data-" ) === 0 ) { + name = jQuery.camelCase( name.slice(5) ); + dataAttr( elem, name, data[ name ] ); + } + } + } + data_priv.set( elem, "hasDataAttrs", true ); + } + } + + return data; + } + + // Sets multiple values + if ( typeof key === "object" ) { + return this.each(function() { + data_user.set( this, key ); + }); + } + + return access( this, function( value ) { + var data, + camelKey = jQuery.camelCase( key ); + + // The calling jQuery object (element matches) is not empty + // (and therefore has an element appears at this[ 0 ]) and the + // `value` parameter was not undefined. An empty jQuery object + // will result in `undefined` for elem = this[ 0 ] which will + // throw an exception if an attempt to read a data cache is made. + if ( elem && value === undefined ) { + // Attempt to get data from the cache + // with the key as-is + data = data_user.get( elem, key ); + if ( data !== undefined ) { + return data; + } + + // Attempt to get data from the cache + // with the key camelized + data = data_user.get( elem, camelKey ); + if ( data !== undefined ) { + return data; + } + + // Attempt to "discover" the data in + // HTML5 custom data-* attrs + data = dataAttr( elem, camelKey, undefined ); + if ( data !== undefined ) { + return data; + } + + // We tried really hard, but the data doesn't exist. + return; + } + + // Set the data... + this.each(function() { + // First, attempt to store a copy or reference of any + // data that might've been store with a camelCased key. + var data = data_user.get( this, camelKey ); + + // For HTML5 data-* attribute interop, we have to + // store property names with dashes in a camelCase form. + // This might not apply to all properties...* + data_user.set( this, camelKey, value ); + + // *... In the case of properties that might _actually_ + // have dashes, we need to also store a copy of that + // unchanged property. + if ( key.indexOf("-") !== -1 && data !== undefined ) { + data_user.set( this, key, value ); + } + }); + }, null, value, arguments.length > 1, null, true ); + }, + + removeData: function( key ) { + return this.each(function() { + data_user.remove( this, key ); + }); + } +}); + + +jQuery.extend({ + queue: function( elem, type, data ) { + var queue; + + if ( elem ) { + type = ( type || "fx" ) + "queue"; + queue = data_priv.get( elem, type ); + + // Speed up dequeue by getting out quickly if this is just a lookup + if ( data ) { + if ( !queue || jQuery.isArray( data ) ) { + queue = data_priv.access( elem, type, jQuery.makeArray(data) ); + } else { + queue.push( data ); + } + } + return queue || []; + } + }, + + dequeue: function( elem, type ) { + type = type || "fx"; + + var queue = jQuery.queue( elem, type ), + startLength = queue.length, + fn = queue.shift(), + hooks = jQuery._queueHooks( elem, type ), + next = function() { + jQuery.dequeue( elem, type ); + }; + + // If the fx queue is dequeued, always remove the progress sentinel + if ( fn === "inprogress" ) { + fn = queue.shift(); + startLength--; + } + + if ( fn ) { + + // Add a progress sentinel to prevent the fx queue from being + // automatically dequeued + if ( type === "fx" ) { + queue.unshift( "inprogress" ); + } + + // clear up the last queue stop function + delete hooks.stop; + fn.call( elem, next, hooks ); + } + + if ( !startLength && hooks ) { + hooks.empty.fire(); + } + }, + + // not intended for public consumption - generates a queueHooks object, or returns the current one + _queueHooks: function( elem, type ) { + var key = type + "queueHooks"; + return data_priv.get( elem, key ) || data_priv.access( elem, key, { + empty: jQuery.Callbacks("once memory").add(function() { + data_priv.remove( elem, [ type + "queue", key ] ); + }) + }); + } +}); + +jQuery.fn.extend({ + queue: function( type, data ) { + var setter = 2; + + if ( typeof type !== "string" ) { + data = type; + type = "fx"; + setter--; + } + + if ( arguments.length < setter ) { + return jQuery.queue( this[0], type ); + } + + return data === undefined ? + this : + this.each(function() { + var queue = jQuery.queue( this, type, data ); + + // ensure a hooks for this queue + jQuery._queueHooks( this, type ); + + if ( type === "fx" && queue[0] !== "inprogress" ) { + jQuery.dequeue( this, type ); + } + }); + }, + dequeue: function( type ) { + return this.each(function() { + jQuery.dequeue( this, type ); + }); + }, + clearQueue: function( type ) { + return this.queue( type || "fx", [] ); + }, + // Get a promise resolved when queues of a certain type + // are emptied (fx is the type by default) + promise: function( type, obj ) { + var tmp, + count = 1, + defer = jQuery.Deferred(), + elements = this, + i = this.length, + resolve = function() { + if ( !( --count ) ) { + defer.resolveWith( elements, [ elements ] ); + } + }; + + if ( typeof type !== "string" ) { + obj = type; + type = undefined; + } + type = type || "fx"; + + while ( i-- ) { + tmp = data_priv.get( elements[ i ], type + "queueHooks" ); + if ( tmp && tmp.empty ) { + count++; + tmp.empty.add( resolve ); + } + } + resolve(); + return defer.promise( obj ); + } +}); +var pnum = (/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/).source; + +var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; + +var isHidden = function( elem, el ) { + // isHidden might be called from jQuery#filter function; + // in that case, element will be second argument + elem = el || elem; + return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( elem.ownerDocument, elem ); + }; + +var rcheckableType = (/^(?:checkbox|radio)$/i); + + + +(function() { + var fragment = document.createDocumentFragment(), + div = fragment.appendChild( document.createElement( "div" ) ), + input = document.createElement( "input" ); + + // #11217 - WebKit loses check when the name is after the checked attribute + // Support: Windows Web Apps (WWA) + // `name` and `type` need .setAttribute for WWA + input.setAttribute( "type", "radio" ); + input.setAttribute( "checked", "checked" ); + input.setAttribute( "name", "t" ); + + div.appendChild( input ); + + // Support: Safari 5.1, iOS 5.1, Android 4.x, Android 2.3 + // old WebKit doesn't clone checked state correctly in fragments + support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; + + // Make sure textarea (and checkbox) defaultValue is properly cloned + // Support: IE9-IE11+ + div.innerHTML = ""; + support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; +})(); +var strundefined = typeof undefined; + + + +support.focusinBubbles = "onfocusin" in window; + + +var + rkeyEvent = /^key/, + rmouseEvent = /^(?:mouse|pointer|contextmenu)|click/, + rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, + rtypenamespace = /^([^.]*)(?:\.(.+)|)$/; + +function returnTrue() { + return true; +} + +function returnFalse() { + return false; +} + +function safeActiveElement() { + try { + return document.activeElement; + } catch ( err ) { } +} + +/* + * Helper functions for managing events -- not part of the public interface. + * Props to Dean Edwards' addEvent library for many of the ideas. + */ +jQuery.event = { + + global: {}, + + add: function( elem, types, handler, data, selector ) { + + var handleObjIn, eventHandle, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = data_priv.get( elem ); + + // Don't attach events to noData or text/comment nodes (but allow plain objects) + if ( !elemData ) { + return; + } + + // Caller can pass in an object of custom data in lieu of the handler + if ( handler.handler ) { + handleObjIn = handler; + handler = handleObjIn.handler; + selector = handleObjIn.selector; + } + + // Make sure that the handler has a unique ID, used to find/remove it later + if ( !handler.guid ) { + handler.guid = jQuery.guid++; + } + + // Init the element's event structure and main handler, if this is the first + if ( !(events = elemData.events) ) { + events = elemData.events = {}; + } + if ( !(eventHandle = elemData.handle) ) { + eventHandle = elemData.handle = function( e ) { + // Discard the second event of a jQuery.event.trigger() and + // when an event is called after a page has unloaded + return typeof jQuery !== strundefined && jQuery.event.triggered !== e.type ? + jQuery.event.dispatch.apply( elem, arguments ) : undefined; + }; + } + + // Handle multiple events separated by a space + types = ( types || "" ).match( rnotwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[t] ) || []; + type = origType = tmp[1]; + namespaces = ( tmp[2] || "" ).split( "." ).sort(); + + // There *must* be a type, no attaching namespace-only handlers + if ( !type ) { + continue; + } + + // If event changes its type, use the special event handlers for the changed type + special = jQuery.event.special[ type ] || {}; + + // If selector defined, determine special event api type, otherwise given type + type = ( selector ? special.delegateType : special.bindType ) || type; + + // Update special based on newly reset type + special = jQuery.event.special[ type ] || {}; + + // handleObj is passed to all event handlers + handleObj = jQuery.extend({ + type: type, + origType: origType, + data: data, + handler: handler, + guid: handler.guid, + selector: selector, + needsContext: selector && jQuery.expr.match.needsContext.test( selector ), + namespace: namespaces.join(".") + }, handleObjIn ); + + // Init the event handler queue if we're the first + if ( !(handlers = events[ type ]) ) { + handlers = events[ type ] = []; + handlers.delegateCount = 0; + + // Only use addEventListener if the special events handler returns false + if ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) { + if ( elem.addEventListener ) { + elem.addEventListener( type, eventHandle, false ); + } + } + } + + if ( special.add ) { + special.add.call( elem, handleObj ); + + if ( !handleObj.handler.guid ) { + handleObj.handler.guid = handler.guid; + } + } + + // Add to the element's handler list, delegates in front + if ( selector ) { + handlers.splice( handlers.delegateCount++, 0, handleObj ); + } else { + handlers.push( handleObj ); + } + + // Keep track of which events have ever been used, for event optimization + jQuery.event.global[ type ] = true; + } + + }, + + // Detach an event or set of events from an element + remove: function( elem, types, handler, selector, mappedTypes ) { + + var j, origCount, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = data_priv.hasData( elem ) && data_priv.get( elem ); + + if ( !elemData || !(events = elemData.events) ) { + return; + } + + // Once for each type.namespace in types; type may be omitted + types = ( types || "" ).match( rnotwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[t] ) || []; + type = origType = tmp[1]; + namespaces = ( tmp[2] || "" ).split( "." ).sort(); + + // Unbind all events (on this namespace, if provided) for the element + if ( !type ) { + for ( type in events ) { + jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); + } + continue; + } + + special = jQuery.event.special[ type ] || {}; + type = ( selector ? special.delegateType : special.bindType ) || type; + handlers = events[ type ] || []; + tmp = tmp[2] && new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ); + + // Remove matching events + origCount = j = handlers.length; + while ( j-- ) { + handleObj = handlers[ j ]; + + if ( ( mappedTypes || origType === handleObj.origType ) && + ( !handler || handler.guid === handleObj.guid ) && + ( !tmp || tmp.test( handleObj.namespace ) ) && + ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) ) { + handlers.splice( j, 1 ); + + if ( handleObj.selector ) { + handlers.delegateCount--; + } + if ( special.remove ) { + special.remove.call( elem, handleObj ); + } + } + } + + // Remove generic event handler if we removed something and no more handlers exist + // (avoids potential for endless recursion during removal of special event handlers) + if ( origCount && !handlers.length ) { + if ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) { + jQuery.removeEvent( elem, type, elemData.handle ); + } + + delete events[ type ]; + } + } + + // Remove the expando if it's no longer used + if ( jQuery.isEmptyObject( events ) ) { + delete elemData.handle; + data_priv.remove( elem, "events" ); + } + }, + + trigger: function( event, data, elem, onlyHandlers ) { + + var i, cur, tmp, bubbleType, ontype, handle, special, + eventPath = [ elem || document ], + type = hasOwn.call( event, "type" ) ? event.type : event, + namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split(".") : []; + + cur = tmp = elem = elem || document; + + // Don't do events on text and comment nodes + if ( elem.nodeType === 3 || elem.nodeType === 8 ) { + return; + } + + // focus/blur morphs to focusin/out; ensure we're not firing them right now + if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { + return; + } + + if ( type.indexOf(".") >= 0 ) { + // Namespaced trigger; create a regexp to match event type in handle() + namespaces = type.split("."); + type = namespaces.shift(); + namespaces.sort(); + } + ontype = type.indexOf(":") < 0 && "on" + type; + + // Caller can pass in a jQuery.Event object, Object, or just an event type string + event = event[ jQuery.expando ] ? + event : + new jQuery.Event( type, typeof event === "object" && event ); + + // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) + event.isTrigger = onlyHandlers ? 2 : 3; + event.namespace = namespaces.join("."); + event.namespace_re = event.namespace ? + new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ) : + null; + + // Clean up the event in case it is being reused + event.result = undefined; + if ( !event.target ) { + event.target = elem; + } + + // Clone any incoming data and prepend the event, creating the handler arg list + data = data == null ? + [ event ] : + jQuery.makeArray( data, [ event ] ); + + // Allow special events to draw outside the lines + special = jQuery.event.special[ type ] || {}; + if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { + return; + } + + // Determine event propagation path in advance, per W3C events spec (#9951) + // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) + if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) { + + bubbleType = special.delegateType || type; + if ( !rfocusMorph.test( bubbleType + type ) ) { + cur = cur.parentNode; + } + for ( ; cur; cur = cur.parentNode ) { + eventPath.push( cur ); + tmp = cur; + } + + // Only add window if we got to document (e.g., not plain obj or detached DOM) + if ( tmp === (elem.ownerDocument || document) ) { + eventPath.push( tmp.defaultView || tmp.parentWindow || window ); + } + } + + // Fire handlers on the event path + i = 0; + while ( (cur = eventPath[i++]) && !event.isPropagationStopped() ) { + + event.type = i > 1 ? + bubbleType : + special.bindType || type; + + // jQuery handler + handle = ( data_priv.get( cur, "events" ) || {} )[ event.type ] && data_priv.get( cur, "handle" ); + if ( handle ) { + handle.apply( cur, data ); + } + + // Native handler + handle = ontype && cur[ ontype ]; + if ( handle && handle.apply && jQuery.acceptData( cur ) ) { + event.result = handle.apply( cur, data ); + if ( event.result === false ) { + event.preventDefault(); + } + } + } + event.type = type; + + // If nobody prevented the default action, do it now + if ( !onlyHandlers && !event.isDefaultPrevented() ) { + + if ( (!special._default || special._default.apply( eventPath.pop(), data ) === false) && + jQuery.acceptData( elem ) ) { + + // Call a native DOM method on the target with the same name name as the event. + // Don't do default actions on window, that's where global variables be (#6170) + if ( ontype && jQuery.isFunction( elem[ type ] ) && !jQuery.isWindow( elem ) ) { + + // Don't re-trigger an onFOO event when we call its FOO() method + tmp = elem[ ontype ]; + + if ( tmp ) { + elem[ ontype ] = null; + } + + // Prevent re-triggering of the same event, since we already bubbled it above + jQuery.event.triggered = type; + elem[ type ](); + jQuery.event.triggered = undefined; + + if ( tmp ) { + elem[ ontype ] = tmp; + } + } + } + } + + return event.result; + }, + + dispatch: function( event ) { + + // Make a writable jQuery.Event from the native event object + event = jQuery.event.fix( event ); + + var i, j, ret, matched, handleObj, + handlerQueue = [], + args = slice.call( arguments ), + handlers = ( data_priv.get( this, "events" ) || {} )[ event.type ] || [], + special = jQuery.event.special[ event.type ] || {}; + + // Use the fix-ed jQuery.Event rather than the (read-only) native event + args[0] = event; + event.delegateTarget = this; + + // Call the preDispatch hook for the mapped type, and let it bail if desired + if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { + return; + } + + // Determine handlers + handlerQueue = jQuery.event.handlers.call( this, event, handlers ); + + // Run delegates first; they may want to stop propagation beneath us + i = 0; + while ( (matched = handlerQueue[ i++ ]) && !event.isPropagationStopped() ) { + event.currentTarget = matched.elem; + + j = 0; + while ( (handleObj = matched.handlers[ j++ ]) && !event.isImmediatePropagationStopped() ) { + + // Triggered event must either 1) have no namespace, or + // 2) have namespace(s) a subset or equal to those in the bound event (both can have no namespace). + if ( !event.namespace_re || event.namespace_re.test( handleObj.namespace ) ) { + + event.handleObj = handleObj; + event.data = handleObj.data; + + ret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler ) + .apply( matched.elem, args ); + + if ( ret !== undefined ) { + if ( (event.result = ret) === false ) { + event.preventDefault(); + event.stopPropagation(); + } + } + } + } + } + + // Call the postDispatch hook for the mapped type + if ( special.postDispatch ) { + special.postDispatch.call( this, event ); + } + + return event.result; + }, + + handlers: function( event, handlers ) { + var i, matches, sel, handleObj, + handlerQueue = [], + delegateCount = handlers.delegateCount, + cur = event.target; + + // Find delegate handlers + // Black-hole SVG instance trees (#13180) + // Avoid non-left-click bubbling in Firefox (#3861) + if ( delegateCount && cur.nodeType && (!event.button || event.type !== "click") ) { + + for ( ; cur !== this; cur = cur.parentNode || this ) { + + // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) + if ( cur.disabled !== true || event.type !== "click" ) { + matches = []; + for ( i = 0; i < delegateCount; i++ ) { + handleObj = handlers[ i ]; + + // Don't conflict with Object.prototype properties (#13203) + sel = handleObj.selector + " "; + + if ( matches[ sel ] === undefined ) { + matches[ sel ] = handleObj.needsContext ? + jQuery( sel, this ).index( cur ) >= 0 : + jQuery.find( sel, this, null, [ cur ] ).length; + } + if ( matches[ sel ] ) { + matches.push( handleObj ); + } + } + if ( matches.length ) { + handlerQueue.push({ elem: cur, handlers: matches }); + } + } + } + } + + // Add the remaining (directly-bound) handlers + if ( delegateCount < handlers.length ) { + handlerQueue.push({ elem: this, handlers: handlers.slice( delegateCount ) }); + } + + return handlerQueue; + }, + + // Includes some event props shared by KeyEvent and MouseEvent + props: "altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "), + + fixHooks: {}, + + keyHooks: { + props: "char charCode key keyCode".split(" "), + filter: function( event, original ) { + + // Add which for key events + if ( event.which == null ) { + event.which = original.charCode != null ? original.charCode : original.keyCode; + } + + return event; + } + }, + + mouseHooks: { + props: "button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "), + filter: function( event, original ) { + var eventDoc, doc, body, + button = original.button; + + // Calculate pageX/Y if missing and clientX/Y available + if ( event.pageX == null && original.clientX != null ) { + eventDoc = event.target.ownerDocument || document; + doc = eventDoc.documentElement; + body = eventDoc.body; + + event.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 ); + event.pageY = original.clientY + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - ( doc && doc.clientTop || body && body.clientTop || 0 ); + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + // Note: button is not normalized, so don't use it + if ( !event.which && button !== undefined ) { + event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) ); + } + + return event; + } + }, + + fix: function( event ) { + if ( event[ jQuery.expando ] ) { + return event; + } + + // Create a writable copy of the event object and normalize some properties + var i, prop, copy, + type = event.type, + originalEvent = event, + fixHook = this.fixHooks[ type ]; + + if ( !fixHook ) { + this.fixHooks[ type ] = fixHook = + rmouseEvent.test( type ) ? this.mouseHooks : + rkeyEvent.test( type ) ? this.keyHooks : + {}; + } + copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props; + + event = new jQuery.Event( originalEvent ); + + i = copy.length; + while ( i-- ) { + prop = copy[ i ]; + event[ prop ] = originalEvent[ prop ]; + } + + // Support: Cordova 2.5 (WebKit) (#13255) + // All events should have a target; Cordova deviceready doesn't + if ( !event.target ) { + event.target = document; + } + + // Support: Safari 6.0+, Chrome < 28 + // Target should not be a text node (#504, #13143) + if ( event.target.nodeType === 3 ) { + event.target = event.target.parentNode; + } + + return fixHook.filter ? fixHook.filter( event, originalEvent ) : event; + }, + + special: { + load: { + // Prevent triggered image.load events from bubbling to window.load + noBubble: true + }, + focus: { + // Fire native event if possible so blur/focus sequence is correct + trigger: function() { + if ( this !== safeActiveElement() && this.focus ) { + this.focus(); + return false; + } + }, + delegateType: "focusin" + }, + blur: { + trigger: function() { + if ( this === safeActiveElement() && this.blur ) { + this.blur(); + return false; + } + }, + delegateType: "focusout" + }, + click: { + // For checkbox, fire native event so checked state will be right + trigger: function() { + if ( this.type === "checkbox" && this.click && jQuery.nodeName( this, "input" ) ) { + this.click(); + return false; + } + }, + + // For cross-browser consistency, don't fire native .click() on links + _default: function( event ) { + return jQuery.nodeName( event.target, "a" ); + } + }, + + beforeunload: { + postDispatch: function( event ) { + + // Support: Firefox 20+ + // Firefox doesn't alert if the returnValue field is not set. + if ( event.result !== undefined && event.originalEvent ) { + event.originalEvent.returnValue = event.result; + } + } + } + }, + + simulate: function( type, elem, event, bubble ) { + // Piggyback on a donor event to simulate a different one. + // Fake originalEvent to avoid donor's stopPropagation, but if the + // simulated event prevents default then we do the same on the donor. + var e = jQuery.extend( + new jQuery.Event(), + event, + { + type: type, + isSimulated: true, + originalEvent: {} + } + ); + if ( bubble ) { + jQuery.event.trigger( e, null, elem ); + } else { + jQuery.event.dispatch.call( elem, e ); + } + if ( e.isDefaultPrevented() ) { + event.preventDefault(); + } + } +}; + +jQuery.removeEvent = function( elem, type, handle ) { + if ( elem.removeEventListener ) { + elem.removeEventListener( type, handle, false ); + } +}; + +jQuery.Event = function( src, props ) { + // Allow instantiation without the 'new' keyword + if ( !(this instanceof jQuery.Event) ) { + return new jQuery.Event( src, props ); + } + + // Event object + if ( src && src.type ) { + this.originalEvent = src; + this.type = src.type; + + // Events bubbling up the document may have been marked as prevented + // by a handler lower down the tree; reflect the correct value. + this.isDefaultPrevented = src.defaultPrevented || + src.defaultPrevented === undefined && + // Support: Android < 4.0 + src.returnValue === false ? + returnTrue : + returnFalse; + + // Event type + } else { + this.type = src; + } + + // Put explicitly provided properties onto the event object + if ( props ) { + jQuery.extend( this, props ); + } + + // Create a timestamp if incoming event doesn't have one + this.timeStamp = src && src.timeStamp || jQuery.now(); + + // Mark it as fixed + this[ jQuery.expando ] = true; +}; + +// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding +// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html +jQuery.Event.prototype = { + isDefaultPrevented: returnFalse, + isPropagationStopped: returnFalse, + isImmediatePropagationStopped: returnFalse, + + preventDefault: function() { + var e = this.originalEvent; + + this.isDefaultPrevented = returnTrue; + + if ( e && e.preventDefault ) { + e.preventDefault(); + } + }, + stopPropagation: function() { + var e = this.originalEvent; + + this.isPropagationStopped = returnTrue; + + if ( e && e.stopPropagation ) { + e.stopPropagation(); + } + }, + stopImmediatePropagation: function() { + var e = this.originalEvent; + + this.isImmediatePropagationStopped = returnTrue; + + if ( e && e.stopImmediatePropagation ) { + e.stopImmediatePropagation(); + } + + this.stopPropagation(); + } +}; + +// Create mouseenter/leave events using mouseover/out and event-time checks +// Support: Chrome 15+ +jQuery.each({ + mouseenter: "mouseover", + mouseleave: "mouseout", + pointerenter: "pointerover", + pointerleave: "pointerout" +}, function( orig, fix ) { + jQuery.event.special[ orig ] = { + delegateType: fix, + bindType: fix, + + handle: function( event ) { + var ret, + target = this, + related = event.relatedTarget, + handleObj = event.handleObj; + + // For mousenter/leave call the handler if related is outside the target. + // NB: No relatedTarget if the mouse left/entered the browser window + if ( !related || (related !== target && !jQuery.contains( target, related )) ) { + event.type = handleObj.origType; + ret = handleObj.handler.apply( this, arguments ); + event.type = fix; + } + return ret; + } + }; +}); + +// Create "bubbling" focus and blur events +// Support: Firefox, Chrome, Safari +if ( !support.focusinBubbles ) { + jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) { + + // Attach a single capturing handler on the document while someone wants focusin/focusout + var handler = function( event ) { + jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true ); + }; + + jQuery.event.special[ fix ] = { + setup: function() { + var doc = this.ownerDocument || this, + attaches = data_priv.access( doc, fix ); + + if ( !attaches ) { + doc.addEventListener( orig, handler, true ); + } + data_priv.access( doc, fix, ( attaches || 0 ) + 1 ); + }, + teardown: function() { + var doc = this.ownerDocument || this, + attaches = data_priv.access( doc, fix ) - 1; + + if ( !attaches ) { + doc.removeEventListener( orig, handler, true ); + data_priv.remove( doc, fix ); + + } else { + data_priv.access( doc, fix, attaches ); + } + } + }; + }); +} + +jQuery.fn.extend({ + + on: function( types, selector, data, fn, /*INTERNAL*/ one ) { + var origFn, type; + + // Types can be a map of types/handlers + if ( typeof types === "object" ) { + // ( types-Object, selector, data ) + if ( typeof selector !== "string" ) { + // ( types-Object, data ) + data = data || selector; + selector = undefined; + } + for ( type in types ) { + this.on( type, selector, data, types[ type ], one ); + } + return this; + } + + if ( data == null && fn == null ) { + // ( types, fn ) + fn = selector; + data = selector = undefined; + } else if ( fn == null ) { + if ( typeof selector === "string" ) { + // ( types, selector, fn ) + fn = data; + data = undefined; + } else { + // ( types, data, fn ) + fn = data; + data = selector; + selector = undefined; + } + } + if ( fn === false ) { + fn = returnFalse; + } else if ( !fn ) { + return this; + } + + if ( one === 1 ) { + origFn = fn; + fn = function( event ) { + // Can use an empty set, since event contains the info + jQuery().off( event ); + return origFn.apply( this, arguments ); + }; + // Use same guid so caller can remove using origFn + fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); + } + return this.each( function() { + jQuery.event.add( this, types, fn, data, selector ); + }); + }, + one: function( types, selector, data, fn ) { + return this.on( types, selector, data, fn, 1 ); + }, + off: function( types, selector, fn ) { + var handleObj, type; + if ( types && types.preventDefault && types.handleObj ) { + // ( event ) dispatched jQuery.Event + handleObj = types.handleObj; + jQuery( types.delegateTarget ).off( + handleObj.namespace ? handleObj.origType + "." + handleObj.namespace : handleObj.origType, + handleObj.selector, + handleObj.handler + ); + return this; + } + if ( typeof types === "object" ) { + // ( types-object [, selector] ) + for ( type in types ) { + this.off( type, selector, types[ type ] ); + } + return this; + } + if ( selector === false || typeof selector === "function" ) { + // ( types [, fn] ) + fn = selector; + selector = undefined; + } + if ( fn === false ) { + fn = returnFalse; + } + return this.each(function() { + jQuery.event.remove( this, types, fn, selector ); + }); + }, + + trigger: function( type, data ) { + return this.each(function() { + jQuery.event.trigger( type, data, this ); + }); + }, + triggerHandler: function( type, data ) { + var elem = this[0]; + if ( elem ) { + return jQuery.event.trigger( type, data, elem, true ); + } + } +}); + + +var + rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi, + rtagName = /<([\w:]+)/, + rhtml = /<|&#?\w+;/, + rnoInnerhtml = /<(?:script|style|link)/i, + // checked="checked" or checked + rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i, + rscriptType = /^$|\/(?:java|ecma)script/i, + rscriptTypeMasked = /^true\/(.*)/, + rcleanScript = /^\s*\s*$/g, + + // We have to close these tags to support XHTML (#13200) + wrapMap = { + + // Support: IE 9 + option: [ 1, "" ], + + thead: [ 1, "", "
    " ], + col: [ 2, "", "
    " ], + tr: [ 2, "", "
    " ], + td: [ 3, "", "
    " ], + + _default: [ 0, "", "" ] + }; + +// Support: IE 9 +wrapMap.optgroup = wrapMap.option; + +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + +// Support: 1.x compatibility +// Manipulating tables requires a tbody +function manipulationTarget( elem, content ) { + return jQuery.nodeName( elem, "table" ) && + jQuery.nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ? + + elem.getElementsByTagName("tbody")[0] || + elem.appendChild( elem.ownerDocument.createElement("tbody") ) : + elem; +} + +// Replace/restore the type attribute of script elements for safe DOM manipulation +function disableScript( elem ) { + elem.type = (elem.getAttribute("type") !== null) + "/" + elem.type; + return elem; +} +function restoreScript( elem ) { + var match = rscriptTypeMasked.exec( elem.type ); + + if ( match ) { + elem.type = match[ 1 ]; + } else { + elem.removeAttribute("type"); + } + + return elem; +} + +// Mark scripts as having already been evaluated +function setGlobalEval( elems, refElements ) { + var i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + data_priv.set( + elems[ i ], "globalEval", !refElements || data_priv.get( refElements[ i ], "globalEval" ) + ); + } +} + +function cloneCopyEvent( src, dest ) { + var i, l, type, pdataOld, pdataCur, udataOld, udataCur, events; + + if ( dest.nodeType !== 1 ) { + return; + } + + // 1. Copy private data: events, handlers, etc. + if ( data_priv.hasData( src ) ) { + pdataOld = data_priv.access( src ); + pdataCur = data_priv.set( dest, pdataOld ); + events = pdataOld.events; + + if ( events ) { + delete pdataCur.handle; + pdataCur.events = {}; + + for ( type in events ) { + for ( i = 0, l = events[ type ].length; i < l; i++ ) { + jQuery.event.add( dest, type, events[ type ][ i ] ); + } + } + } + } + + // 2. Copy user data + if ( data_user.hasData( src ) ) { + udataOld = data_user.access( src ); + udataCur = jQuery.extend( {}, udataOld ); + + data_user.set( dest, udataCur ); + } +} + +function getAll( context, tag ) { + var ret = context.getElementsByTagName ? context.getElementsByTagName( tag || "*" ) : + context.querySelectorAll ? context.querySelectorAll( tag || "*" ) : + []; + + return tag === undefined || tag && jQuery.nodeName( context, tag ) ? + jQuery.merge( [ context ], ret ) : + ret; +} + +// Support: IE >= 9 +function fixInput( src, dest ) { + var nodeName = dest.nodeName.toLowerCase(); + + // Fails to persist the checked state of a cloned checkbox or radio button. + if ( nodeName === "input" && rcheckableType.test( src.type ) ) { + dest.checked = src.checked; + + // Fails to return the selected option to the default selected state when cloning options + } else if ( nodeName === "input" || nodeName === "textarea" ) { + dest.defaultValue = src.defaultValue; + } +} + +jQuery.extend({ + clone: function( elem, dataAndEvents, deepDataAndEvents ) { + var i, l, srcElements, destElements, + clone = elem.cloneNode( true ), + inPage = jQuery.contains( elem.ownerDocument, elem ); + + // Support: IE >= 9 + // Fix Cloning issues + if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && + !jQuery.isXMLDoc( elem ) ) { + + // We eschew Sizzle here for performance reasons: http://jsperf.com/getall-vs-sizzle/2 + destElements = getAll( clone ); + srcElements = getAll( elem ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + fixInput( srcElements[ i ], destElements[ i ] ); + } + } + + // Copy the events from the original to the clone + if ( dataAndEvents ) { + if ( deepDataAndEvents ) { + srcElements = srcElements || getAll( elem ); + destElements = destElements || getAll( clone ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + cloneCopyEvent( srcElements[ i ], destElements[ i ] ); + } + } else { + cloneCopyEvent( elem, clone ); + } + } + + // Preserve script evaluation history + destElements = getAll( clone, "script" ); + if ( destElements.length > 0 ) { + setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); + } + + // Return the cloned set + return clone; + }, + + buildFragment: function( elems, context, scripts, selection ) { + var elem, tmp, tag, wrap, contains, j, + fragment = context.createDocumentFragment(), + nodes = [], + i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + elem = elems[ i ]; + + if ( elem || elem === 0 ) { + + // Add nodes directly + if ( jQuery.type( elem ) === "object" ) { + // Support: QtWebKit + // jQuery.merge because push.apply(_, arraylike) throws + jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); + + // Convert non-html into a text node + } else if ( !rhtml.test( elem ) ) { + nodes.push( context.createTextNode( elem ) ); + + // Convert html into DOM nodes + } else { + tmp = tmp || fragment.appendChild( context.createElement("div") ); + + // Deserialize a standard representation + tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); + wrap = wrapMap[ tag ] || wrapMap._default; + tmp.innerHTML = wrap[ 1 ] + elem.replace( rxhtmlTag, "<$1>" ) + wrap[ 2 ]; + + // Descend through wrappers to the right content + j = wrap[ 0 ]; + while ( j-- ) { + tmp = tmp.lastChild; + } + + // Support: QtWebKit + // jQuery.merge because push.apply(_, arraylike) throws + jQuery.merge( nodes, tmp.childNodes ); + + // Remember the top-level container + tmp = fragment.firstChild; + + // Fixes #12346 + // Support: Webkit, IE + tmp.textContent = ""; + } + } + } + + // Remove wrapper from fragment + fragment.textContent = ""; + + i = 0; + while ( (elem = nodes[ i++ ]) ) { + + // #4087 - If origin and destination elements are the same, and this is + // that element, do not do anything + if ( selection && jQuery.inArray( elem, selection ) !== -1 ) { + continue; + } + + contains = jQuery.contains( elem.ownerDocument, elem ); + + // Append to fragment + tmp = getAll( fragment.appendChild( elem ), "script" ); + + // Preserve script evaluation history + if ( contains ) { + setGlobalEval( tmp ); + } + + // Capture executables + if ( scripts ) { + j = 0; + while ( (elem = tmp[ j++ ]) ) { + if ( rscriptType.test( elem.type || "" ) ) { + scripts.push( elem ); + } + } + } + } + + return fragment; + }, + + cleanData: function( elems ) { + var data, elem, type, key, + special = jQuery.event.special, + i = 0; + + for ( ; (elem = elems[ i ]) !== undefined; i++ ) { + if ( jQuery.acceptData( elem ) ) { + key = elem[ data_priv.expando ]; + + if ( key && (data = data_priv.cache[ key ]) ) { + if ( data.events ) { + for ( type in data.events ) { + if ( special[ type ] ) { + jQuery.event.remove( elem, type ); + + // This is a shortcut to avoid jQuery.event.remove's overhead + } else { + jQuery.removeEvent( elem, type, data.handle ); + } + } + } + if ( data_priv.cache[ key ] ) { + // Discard any remaining `private` data + delete data_priv.cache[ key ]; + } + } + } + // Discard any remaining `user` data + delete data_user.cache[ elem[ data_user.expando ] ]; + } + } +}); + +jQuery.fn.extend({ + text: function( value ) { + return access( this, function( value ) { + return value === undefined ? + jQuery.text( this ) : + this.empty().each(function() { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + this.textContent = value; + } + }); + }, null, value, arguments.length ); + }, + + append: function() { + return this.domManip( arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.appendChild( elem ); + } + }); + }, + + prepend: function() { + return this.domManip( arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.insertBefore( elem, target.firstChild ); + } + }); + }, + + before: function() { + return this.domManip( arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this ); + } + }); + }, + + after: function() { + return this.domManip( arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this.nextSibling ); + } + }); + }, + + remove: function( selector, keepData /* Internal Use Only */ ) { + var elem, + elems = selector ? jQuery.filter( selector, this ) : this, + i = 0; + + for ( ; (elem = elems[i]) != null; i++ ) { + if ( !keepData && elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem ) ); + } + + if ( elem.parentNode ) { + if ( keepData && jQuery.contains( elem.ownerDocument, elem ) ) { + setGlobalEval( getAll( elem, "script" ) ); + } + elem.parentNode.removeChild( elem ); + } + } + + return this; + }, + + empty: function() { + var elem, + i = 0; + + for ( ; (elem = this[i]) != null; i++ ) { + if ( elem.nodeType === 1 ) { + + // Prevent memory leaks + jQuery.cleanData( getAll( elem, false ) ); + + // Remove any remaining nodes + elem.textContent = ""; + } + } + + return this; + }, + + clone: function( dataAndEvents, deepDataAndEvents ) { + dataAndEvents = dataAndEvents == null ? false : dataAndEvents; + deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; + + return this.map(function() { + return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); + }); + }, + + html: function( value ) { + return access( this, function( value ) { + var elem = this[ 0 ] || {}, + i = 0, + l = this.length; + + if ( value === undefined && elem.nodeType === 1 ) { + return elem.innerHTML; + } + + // See if we can take a shortcut and just use innerHTML + if ( typeof value === "string" && !rnoInnerhtml.test( value ) && + !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { + + value = value.replace( rxhtmlTag, "<$1>" ); + + try { + for ( ; i < l; i++ ) { + elem = this[ i ] || {}; + + // Remove element nodes and prevent memory leaks + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + elem.innerHTML = value; + } + } + + elem = 0; + + // If using innerHTML throws an exception, use the fallback method + } catch( e ) {} + } + + if ( elem ) { + this.empty().append( value ); + } + }, null, value, arguments.length ); + }, + + replaceWith: function() { + var arg = arguments[ 0 ]; + + // Make the changes, replacing each context element with the new content + this.domManip( arguments, function( elem ) { + arg = this.parentNode; + + jQuery.cleanData( getAll( this ) ); + + if ( arg ) { + arg.replaceChild( elem, this ); + } + }); + + // Force removal if there was no new content (e.g., from empty arguments) + return arg && (arg.length || arg.nodeType) ? this : this.remove(); + }, + + detach: function( selector ) { + return this.remove( selector, true ); + }, + + domManip: function( args, callback ) { + + // Flatten any nested arrays + args = concat.apply( [], args ); + + var fragment, first, scripts, hasScripts, node, doc, + i = 0, + l = this.length, + set = this, + iNoClone = l - 1, + value = args[ 0 ], + isFunction = jQuery.isFunction( value ); + + // We can't cloneNode fragments that contain checked, in WebKit + if ( isFunction || + ( l > 1 && typeof value === "string" && + !support.checkClone && rchecked.test( value ) ) ) { + return this.each(function( index ) { + var self = set.eq( index ); + if ( isFunction ) { + args[ 0 ] = value.call( this, index, self.html() ); + } + self.domManip( args, callback ); + }); + } + + if ( l ) { + fragment = jQuery.buildFragment( args, this[ 0 ].ownerDocument, false, this ); + first = fragment.firstChild; + + if ( fragment.childNodes.length === 1 ) { + fragment = first; + } + + if ( first ) { + scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); + hasScripts = scripts.length; + + // Use the original fragment for the last item instead of the first because it can end up + // being emptied incorrectly in certain situations (#8070). + for ( ; i < l; i++ ) { + node = fragment; + + if ( i !== iNoClone ) { + node = jQuery.clone( node, true, true ); + + // Keep references to cloned scripts for later restoration + if ( hasScripts ) { + // Support: QtWebKit + // jQuery.merge because push.apply(_, arraylike) throws + jQuery.merge( scripts, getAll( node, "script" ) ); + } + } + + callback.call( this[ i ], node, i ); + } + + if ( hasScripts ) { + doc = scripts[ scripts.length - 1 ].ownerDocument; + + // Reenable scripts + jQuery.map( scripts, restoreScript ); + + // Evaluate executable scripts on first document insertion + for ( i = 0; i < hasScripts; i++ ) { + node = scripts[ i ]; + if ( rscriptType.test( node.type || "" ) && + !data_priv.access( node, "globalEval" ) && jQuery.contains( doc, node ) ) { + + if ( node.src ) { + // Optional AJAX dependency, but won't run scripts if not present + if ( jQuery._evalUrl ) { + jQuery._evalUrl( node.src ); + } + } else { + jQuery.globalEval( node.textContent.replace( rcleanScript, "" ) ); + } + } + } + } + } + } + + return this; + } +}); + +jQuery.each({ + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" +}, function( name, original ) { + jQuery.fn[ name ] = function( selector ) { + var elems, + ret = [], + insert = jQuery( selector ), + last = insert.length - 1, + i = 0; + + for ( ; i <= last; i++ ) { + elems = i === last ? this : this.clone( true ); + jQuery( insert[ i ] )[ original ]( elems ); + + // Support: QtWebKit + // .get() because push.apply(_, arraylike) throws + push.apply( ret, elems.get() ); + } + + return this.pushStack( ret ); + }; +}); + + +var iframe, + elemdisplay = {}; + +/** + * Retrieve the actual display of a element + * @param {String} name nodeName of the element + * @param {Object} doc Document object + */ +// Called only from within defaultDisplay +function actualDisplay( name, doc ) { + var style, + elem = jQuery( doc.createElement( name ) ).appendTo( doc.body ), + + // getDefaultComputedStyle might be reliably used only on attached element + display = window.getDefaultComputedStyle && ( style = window.getDefaultComputedStyle( elem[ 0 ] ) ) ? + + // Use of this method is a temporary fix (more like optmization) until something better comes along, + // since it was removed from specification and supported only in FF + style.display : jQuery.css( elem[ 0 ], "display" ); + + // We don't have any data stored on the element, + // so use "detach" method as fast way to get rid of the element + elem.detach(); + + return display; +} + +/** + * Try to determine the default display value of an element + * @param {String} nodeName + */ +function defaultDisplay( nodeName ) { + var doc = document, + display = elemdisplay[ nodeName ]; + + if ( !display ) { + display = actualDisplay( nodeName, doc ); + + // If the simple way fails, read from inside an iframe + if ( display === "none" || !display ) { + + // Use the already-created iframe if possible + iframe = (iframe || jQuery( "