From f8b7dbb091323b5dec1d5d09a2a9ecfa26a271c4 Mon Sep 17 00:00:00 2001 From: OnToologyUser Date: Tue, 31 Jan 2017 15:55:59 +0000 Subject: [PATCH] automated change --- .../ontologies/eulr-consent.owl/OnToology.cfg | 12 + .../eulr-consent.owl/context/context.jsonld | 86 + .../ar2dtool-class/eulr-consent.owl.png | Bin 0 -> 244414 bytes .../ar2dtool-class/eulr-consent.owl.png.dot | 36 + .../eulr-consent.owl.png.graphml | 652 + .../ar2dtool-taxonomy/eulr-consent.owl.png | Bin 0 -> 4491 bytes .../eulr-consent.owl.png.dot | 7 + .../eulr-consent.owl.png.graphml | 45 + .../diagrams/config/ar2dtool-class.conf | 44 + .../diagrams/config/ar2dtool-taxonomy.conf | 57 + .../eulr-consent.owl.widoco.conf | 25 + .../documentation/index-en.html | 76 + .../documentation/ontology.n3 | 130 + .../documentation/ontology.ttl | 217 + .../documentation/ontology.xml | 289 + .../provenance/provenance-en.html | 20 + .../provenance/provenance-en.ttl | 9 + .../eulr-consent.owl/documentation/readme.md | 34 + .../documentation/resources/extra.css | 124 + .../documentation/resources/jquery.js | 18 + .../documentation/resources/marked.min.js | 6 + .../documentation/resources/owl.css | 248 + .../documentation/resources/primer.css | 103 + .../documentation/resources/rec.css | 81 + .../documentation/sections/abstract-en.html | 1 + .../documentation/sections/crossref-en.html | 482 + .../sections/description-en.html | 2 + .../sections/introduction-en.html | 20 + .../documentation/sections/overview-en.html | 85 + .../documentation/sections/references-en.html | 2 + .../evaluation/evaluation/bootstrap.css | 7155 +++++++++++ .../evaluation/evaluation/bootstrap.min.js | 7 + .../evaluation/evaluation/jquery-1.11.0.js | 10337 ++++++++++++++++ .../evaluation/jquery.tablesorter.min.js | 4 + .../evaluation/evaluation/style.css | 40 + .../eulr-consent.owl/evaluation/oopsEval.html | 148 + .../eulr-consent.owl/verification.log | 1 + .../ontologies/eulr-cookies.owl/OnToology.cfg | 12 + .../eulr-cookies.owl/context/context.jsonld | 187 + .../ar2dtool-class/eulr-cookies.owl.png | Bin 0 -> 1493131 bytes .../ar2dtool-class/eulr-cookies.owl.png.dot | 89 + .../eulr-cookies.owl.png.graphml | 1727 +++ .../ar2dtool-taxonomy/eulr-cookies.owl.png | Bin 0 -> 112432 bytes .../eulr-cookies.owl.png.dot | 21 + .../eulr-cookies.owl.png.graphml | 427 + .../diagrams/config/ar2dtool-class.conf | 44 + .../diagrams/config/ar2dtool-taxonomy.conf | 57 + .../eulr-cookies.owl.widoco.conf | 25 + .../documentation/index-en.html | 77 + .../documentation/ontology.n3 | 397 + .../documentation/ontology.ttl | 708 ++ .../documentation/ontology.xml | 853 ++ .../provenance/provenance-en.html | 20 + .../provenance/provenance-en.ttl | 9 + .../eulr-cookies.owl/documentation/readme.md | 34 + .../documentation/resources/extra.css | 124 + .../documentation/resources/jquery.js | 18 + .../documentation/resources/marked.min.js | 6 + .../documentation/resources/owl.css | 248 + .../documentation/resources/primer.css | 103 + .../documentation/resources/rec.css | 81 + .../documentation/sections/abstract-en.html | 1 + .../documentation/sections/crossref-en.html | 2280 ++++ .../sections/description-en.html | 2 + .../sections/introduction-en.html | 25 + .../documentation/sections/overview-en.html | 356 + .../documentation/sections/references-en.html | 2 + .../evaluation/evaluation/bootstrap.css | 7155 +++++++++++ .../evaluation/evaluation/bootstrap.min.js | 7 + .../evaluation/evaluation/jquery-1.11.0.js | 10337 ++++++++++++++++ .../evaluation/jquery.tablesorter.min.js | 4 + .../evaluation/evaluation/style.css | 40 + .../eulr-cookies.owl/evaluation/oopsEval.html | 172 + .../eulr-cookies.owl/verification.log | 1 + 74 files changed, 46252 insertions(+) create mode 100644 OnToology/ontologies/eulr-consent.owl/OnToology.cfg create mode 100644 OnToology/ontologies/eulr-consent.owl/context/context.jsonld create mode 100644 OnToology/ontologies/eulr-consent.owl/diagrams/ar2dtool-class/eulr-consent.owl.png create mode 100644 OnToology/ontologies/eulr-consent.owl/diagrams/ar2dtool-class/eulr-consent.owl.png.dot create mode 100644 OnToology/ontologies/eulr-consent.owl/diagrams/ar2dtool-class/eulr-consent.owl.png.graphml create mode 100644 OnToology/ontologies/eulr-consent.owl/diagrams/ar2dtool-taxonomy/eulr-consent.owl.png create mode 100644 OnToology/ontologies/eulr-consent.owl/diagrams/ar2dtool-taxonomy/eulr-consent.owl.png.dot create mode 100644 OnToology/ontologies/eulr-consent.owl/diagrams/ar2dtool-taxonomy/eulr-consent.owl.png.graphml create mode 100644 OnToology/ontologies/eulr-consent.owl/diagrams/config/ar2dtool-class.conf create mode 100644 OnToology/ontologies/eulr-consent.owl/diagrams/config/ar2dtool-taxonomy.conf create mode 100644 OnToology/ontologies/eulr-consent.owl/documentation/eulr-consent.owl.widoco.conf create mode 100644 OnToology/ontologies/eulr-consent.owl/documentation/index-en.html create mode 100644 OnToology/ontologies/eulr-consent.owl/documentation/ontology.n3 create mode 100644 OnToology/ontologies/eulr-consent.owl/documentation/ontology.ttl create mode 100644 OnToology/ontologies/eulr-consent.owl/documentation/ontology.xml create mode 100644 OnToology/ontologies/eulr-consent.owl/documentation/provenance/provenance-en.html create mode 100644 OnToology/ontologies/eulr-consent.owl/documentation/provenance/provenance-en.ttl create mode 100644 OnToology/ontologies/eulr-consent.owl/documentation/readme.md create mode 100644 OnToology/ontologies/eulr-consent.owl/documentation/resources/extra.css create mode 100644 OnToology/ontologies/eulr-consent.owl/documentation/resources/jquery.js create mode 100644 OnToology/ontologies/eulr-consent.owl/documentation/resources/marked.min.js create mode 100644 OnToology/ontologies/eulr-consent.owl/documentation/resources/owl.css create mode 100644 OnToology/ontologies/eulr-consent.owl/documentation/resources/primer.css create mode 100644 OnToology/ontologies/eulr-consent.owl/documentation/resources/rec.css create mode 100644 OnToology/ontologies/eulr-consent.owl/documentation/sections/abstract-en.html create mode 100644 OnToology/ontologies/eulr-consent.owl/documentation/sections/crossref-en.html create mode 100644 OnToology/ontologies/eulr-consent.owl/documentation/sections/description-en.html create mode 100644 OnToology/ontologies/eulr-consent.owl/documentation/sections/introduction-en.html create mode 100644 OnToology/ontologies/eulr-consent.owl/documentation/sections/overview-en.html create mode 100644 OnToology/ontologies/eulr-consent.owl/documentation/sections/references-en.html create mode 100644 OnToology/ontologies/eulr-consent.owl/evaluation/evaluation/bootstrap.css create mode 100644 OnToology/ontologies/eulr-consent.owl/evaluation/evaluation/bootstrap.min.js create mode 100644 OnToology/ontologies/eulr-consent.owl/evaluation/evaluation/jquery-1.11.0.js create mode 100644 OnToology/ontologies/eulr-consent.owl/evaluation/evaluation/jquery.tablesorter.min.js create mode 100644 OnToology/ontologies/eulr-consent.owl/evaluation/evaluation/style.css create mode 100644 OnToology/ontologies/eulr-consent.owl/evaluation/oopsEval.html create mode 100644 OnToology/ontologies/eulr-consent.owl/verification.log create mode 100644 OnToology/ontologies/eulr-cookies.owl/OnToology.cfg create mode 100644 OnToology/ontologies/eulr-cookies.owl/context/context.jsonld create mode 100644 OnToology/ontologies/eulr-cookies.owl/diagrams/ar2dtool-class/eulr-cookies.owl.png create mode 100644 OnToology/ontologies/eulr-cookies.owl/diagrams/ar2dtool-class/eulr-cookies.owl.png.dot create mode 100644 OnToology/ontologies/eulr-cookies.owl/diagrams/ar2dtool-class/eulr-cookies.owl.png.graphml create mode 100644 OnToology/ontologies/eulr-cookies.owl/diagrams/ar2dtool-taxonomy/eulr-cookies.owl.png create mode 100644 OnToology/ontologies/eulr-cookies.owl/diagrams/ar2dtool-taxonomy/eulr-cookies.owl.png.dot create mode 100644 OnToology/ontologies/eulr-cookies.owl/diagrams/ar2dtool-taxonomy/eulr-cookies.owl.png.graphml create mode 100644 OnToology/ontologies/eulr-cookies.owl/diagrams/config/ar2dtool-class.conf create mode 100644 OnToology/ontologies/eulr-cookies.owl/diagrams/config/ar2dtool-taxonomy.conf create mode 100644 OnToology/ontologies/eulr-cookies.owl/documentation/eulr-cookies.owl.widoco.conf create mode 100644 OnToology/ontologies/eulr-cookies.owl/documentation/index-en.html create mode 100644 OnToology/ontologies/eulr-cookies.owl/documentation/ontology.n3 create mode 100644 OnToology/ontologies/eulr-cookies.owl/documentation/ontology.ttl create mode 100644 OnToology/ontologies/eulr-cookies.owl/documentation/ontology.xml create mode 100644 OnToology/ontologies/eulr-cookies.owl/documentation/provenance/provenance-en.html create mode 100644 OnToology/ontologies/eulr-cookies.owl/documentation/provenance/provenance-en.ttl create mode 100644 OnToology/ontologies/eulr-cookies.owl/documentation/readme.md create mode 100644 OnToology/ontologies/eulr-cookies.owl/documentation/resources/extra.css create mode 100644 OnToology/ontologies/eulr-cookies.owl/documentation/resources/jquery.js create mode 100644 OnToology/ontologies/eulr-cookies.owl/documentation/resources/marked.min.js create mode 100644 OnToology/ontologies/eulr-cookies.owl/documentation/resources/owl.css create mode 100644 OnToology/ontologies/eulr-cookies.owl/documentation/resources/primer.css create mode 100644 OnToology/ontologies/eulr-cookies.owl/documentation/resources/rec.css create mode 100644 OnToology/ontologies/eulr-cookies.owl/documentation/sections/abstract-en.html create mode 100644 OnToology/ontologies/eulr-cookies.owl/documentation/sections/crossref-en.html create mode 100644 OnToology/ontologies/eulr-cookies.owl/documentation/sections/description-en.html create mode 100644 OnToology/ontologies/eulr-cookies.owl/documentation/sections/introduction-en.html create mode 100644 OnToology/ontologies/eulr-cookies.owl/documentation/sections/overview-en.html create mode 100644 OnToology/ontologies/eulr-cookies.owl/documentation/sections/references-en.html create mode 100644 OnToology/ontologies/eulr-cookies.owl/evaluation/evaluation/bootstrap.css create mode 100644 OnToology/ontologies/eulr-cookies.owl/evaluation/evaluation/bootstrap.min.js create mode 100644 OnToology/ontologies/eulr-cookies.owl/evaluation/evaluation/jquery-1.11.0.js create mode 100644 OnToology/ontologies/eulr-cookies.owl/evaluation/evaluation/jquery.tablesorter.min.js create mode 100644 OnToology/ontologies/eulr-cookies.owl/evaluation/evaluation/style.css create mode 100644 OnToology/ontologies/eulr-cookies.owl/evaluation/oopsEval.html create mode 100644 OnToology/ontologies/eulr-cookies.owl/verification.log diff --git a/OnToology/ontologies/eulr-consent.owl/OnToology.cfg b/OnToology/ontologies/eulr-consent.owl/OnToology.cfg new file mode 100644 index 0000000..c60d01f --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/OnToology.cfg @@ -0,0 +1,12 @@ +[ar2dtool] +enable = True + +[widoco] +enable = True + +[oops] +enable = True + +[owl2jsonld] +enable = True + diff --git a/OnToology/ontologies/eulr-consent.owl/context/context.jsonld b/OnToology/ontologies/eulr-consent.owl/context/context.jsonld new file mode 100644 index 0000000..323e45b --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/context/context.jsonld @@ -0,0 +1,86 @@ +{ + "@context" : { + "Informed" : { + "@id" : "http://ciolaws.com/ontologies/eulr-consent#Informed", + "@type" : "http://www.w3.org/2001/XMLSchema#boolean" + }, + "FreelyGiven" : { + "@id" : "http://ciolaws.com/ontologies/eulr-consent#FreelyGiven", + "@type" : "http://www.w3.org/2001/XMLSchema#boolean" + }, + "Unambiguous" : { + "@id" : "http://ciolaws.com/ontologies/eulr-consent#Unambiguous", + "@type" : "http://www.w3.org/2001/XMLSchema#boolean" + }, + "topDataProperty" : { + "@id" : "http://www.w3.org/2002/07/owl#topDataProperty" + }, + "isSeekedBy" : { + "@id" : "http://ciolaws.com/ontologies/eulr-consent#isSeekedBy", + "@type" : "@id" + }, + "narrower" : { + "@id" : "http://www.w3.org/2004/02/skos/core#narrower" + }, + "ValidConsent" : { + "@id" : "http://ciolaws.com/ontologies/eulr-consent#ValidConsent" + }, + "creator" : { + "@id" : "http://purl.org/dc/terms/creator" + }, + "Explicit" : { + "@id" : "http://ciolaws.com/ontologies/eulr-consent#Explicit", + "@type" : "http://www.w3.org/2001/XMLSchema#boolean" + }, + "hasLegalCapacity" : { + "@id" : "http://ciolaws.com/ontologies/eulr-consent#hasLegalCapacity", + "@type" : "http://www.w3.org/2001/XMLSchema#boolean" + }, + "Specific" : { + "@id" : "http://ciolaws.com/ontologies/eulr-consent#Specific", + "@type" : "http://www.w3.org/2001/XMLSchema#boolean" + }, + "Information" : { + "@id" : "http://ciolaws.com/ontologies/eulr-consent#Information" + }, + "DataSubject" : { + "@id" : "http://ciolaws.com/ontologies/eulr-consent#DataSubject" + }, + "isDefinedBy" : { + "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy" + }, + "title" : { + "@id" : "http://purl.org/dc/terms/title" + }, + "DataController" : { + "@id" : "http://ciolaws.com/ontologies/eulr-consent#DataController" + }, + "licence" : { + "@id" : "http://purl.org/dc/terms/licence" + }, + "providesInformation" : { + "@id" : "http://ciolaws.com/ontologies/eulr-consent#providesInformation", + "@type" : "@id" + }, + "seeAlso" : { + "@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso" + }, + "comment" : { + "@id" : "http://www.w3.org/2000/01/rdf-schema#comment" + }, + "isReceivedBy" : { + "@id" : "http://ciolaws.com/ontologies/eulr-consent#isReceivedBy", + "@type" : "@id" + }, + "contributor" : { + "@id" : "http://purl.org/dc/terms/contributor" + }, + "givesConsent" : { + "@id" : "http://ciolaws.com/ontologies/eulr-consent#givesConsent", + "@type" : "@id" + }, + "Consent" : { + "@id" : "http://ciolaws.com/ontologies/eulr-consent#Consent" + } + } +} diff --git a/OnToology/ontologies/eulr-consent.owl/diagrams/ar2dtool-class/eulr-consent.owl.png b/OnToology/ontologies/eulr-consent.owl/diagrams/ar2dtool-class/eulr-consent.owl.png new file mode 100644 index 0000000000000000000000000000000000000000..5735ad9f4648f08307640d902c1ffef7bc02a2f1 GIT binary patch literal 244414 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 z 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 "base:FreelyGiven" [ label = "owl:onProperty" ]; + "NULL" -> "11d5931d:159f53cddf7:-7fe8" [ label = "rdf:rest" ]; + "NULL" -> "base:Explicit" [ label = "owl:onProperty" ]; + "NULL" -> "11d5931d:159f53cddf7:-7ff4" [ label = "rdf:rest" ]; + "NULL" -> "11d5931d:159f53cddf7:-7fee" [ label = "owl:intersectionOf" ]; + "NULL" -> "owl:equivalentClass" [ label = "owl:annotatedProperty" ]; + "NULL" -> "11d5931d:159f53cddf7:-7ff6" [ label = "rdf:rest" ]; + "NULL" -> "base:Specific" [ label = "owl:onProperty" ]; + "NULL" -> "rdf:nil" [ label = "rdf:rest" ]; + "NULL" -> "base:Informed" [ label = "owl:onProperty" ]; + "NULL" -> "11d5931d:159f53cddf7:-7fea" [ label = "rdf:rest" ]; + "NULL" -> "11d5931d:159f53cddf7:-7fe6" [ label = "rdf:rest" ]; + "NULL" -> "11d5931d:159f53cddf7:-7ffa" [ label = "owl:intersectionOf" ]; + "NULL" -> "base:ValidConsent" [ label = "owl:annotatedSource" ]; + "NULL" -> "11d5931d:159f53cddf7:-7ff2" [ label = "rdf:rest" ]; + "NULL" -> "11d5931d:159f53cddf7:-7ff0" [ label = "owl:annotatedTarget" ]; + "NULL" -> "11d5931d:159f53cddf7:-7ff8" [ label = "rdf:rest" ]; + "NULL" -> "base:Unambiguous" [ label = "owl:onProperty" ]; + "NULL" -> "11d5931d:159f53cddf7:-7fec" [ label = "rdf:rest" ]; + "base:ValidConsent" -> "11d5931d:159f53cddf7:-7ffc" [ label = "owl:equivalentClass" ]; + "base:Consent" -> "xsd:boolean" [ label = "base:Informed" ]; + "base:Consent" -> "xsd:boolean" [ label = "base:Specific" ]; + "base:Consent" -> "xsd:boolean" [ label = "base:FreelyGiven" ]; + "base:DataSubject" -> "base:Consent" [ label = "base:givesConsent" ]; + "base:Information" -> "base:DataSubject" [ label = "base:isReceivedBy" ]; + "base:Consent" -> "xsd:boolean" [ label = "base:Explicit" ]; + "base:Consent" -> "xsd:boolean" [ label = "base:Unambiguous" ]; + "base:DataController" -> "base:Information" [ label = "base:providesInformation" ]; + "base:Consent" -> "base:DataController" [ label = "base:isSeekedBy" ]; + "base:DataSubject" -> "xsd:boolean" [ label = "base:hasLegalCapacity" ]; + +} diff --git a/OnToology/ontologies/eulr-consent.owl/diagrams/ar2dtool-class/eulr-consent.owl.png.graphml b/OnToology/ontologies/eulr-consent.owl/diagrams/ar2dtool-class/eulr-consent.owl.png.graphml new file mode 100644 index 0000000..9c0aaae --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/diagrams/ar2dtool-class/eulr-consent.owl.png.graphml @@ -0,0 +1,652 @@ + + + + + + + + + + + + + + + NULL + + + + + + + + + + + + base:FreelyGiven + + + + + + + + + + + owl:onProperty + + + + + + + + + + + + 11d5931d:159f53cddf7:-7fe8 + + + + + + + + + + + rdf:rest + + + + + + + + + + + + base:Explicit + + + + + + + + + + + owl:onProperty + + + + + + + + + + + + 11d5931d:159f53cddf7:-7ff4 + + + + + + + + + + + rdf:rest + + + + + + + + + + + + 11d5931d:159f53cddf7:-7fee + + + + + + + + + + + owl:intersectionOf + + + + + + + + + + + + owl:equivalentClass + + + + + + + + + + + owl:annotatedProperty + + + + + + + + + + + + 11d5931d:159f53cddf7:-7ff6 + + + + + + + + + + + rdf:rest + + + + + + + + + + + + base:Specific + + + + + + + + + + + owl:onProperty + + + + + + + + + + + + rdf:nil + + + + + + + + + + + rdf:rest + + + + + + + + + + + + base:Informed + + + + + + + + + + + owl:onProperty + + + + + + + + + + + + 11d5931d:159f53cddf7:-7fea + + + + + + + + + + + rdf:rest + + + + + + + + + + + + 11d5931d:159f53cddf7:-7fe6 + + + + + + + + + + + rdf:rest + + + + + + + + + + + + 11d5931d:159f53cddf7:-7ffa + + + + + + + + + + + owl:intersectionOf + + + + + + + + + + + + base:ValidConsent + + + + + + + + + + + owl:annotatedSource + + + + + + + + + + + + 11d5931d:159f53cddf7:-7ff2 + + + + + + + + + + + rdf:rest + + + + + + + + + + + + 11d5931d:159f53cddf7:-7ff0 + + + + + + + + + + + owl:annotatedTarget + + + + + + + + + + + + 11d5931d:159f53cddf7:-7ff8 + + + + + + + + + + + rdf:rest + + + + + + + + + + + + base:Unambiguous + + + + + + + + + + + owl:onProperty + + + + + + + + + + + + 11d5931d:159f53cddf7:-7fec + + + + + + + + + + + rdf:rest + + + + + + + + + + + + 11d5931d:159f53cddf7:-7ffc + + + + + + + + + + + owl:equivalentClass + + + + + + + + + + + + base:Consent + + + + + + + + + + + + xsd:boolean + + + + + + + + + + + base:Informed + + + + + + + + + + + base:Specific + + + + + + + + + + + base:FreelyGiven + + + + + + + + + + + + base:DataSubject + + + + + + + + + + + base:givesConsent + + + + + + + + + + + + base:Information + + + + + + + + + + + base:isReceivedBy + + + + + + + + + + + base:Explicit + + + + + + + + + + + base:Unambiguous + + + + + + + + + + + + base:DataController + + + + + + + + + + + base:providesInformation + + + + + + + + + + + base:isSeekedBy + + + + + + + + + + + base:hasLegalCapacity + + + + + + + diff --git a/OnToology/ontologies/eulr-consent.owl/diagrams/ar2dtool-taxonomy/eulr-consent.owl.png b/OnToology/ontologies/eulr-consent.owl/diagrams/ar2dtool-taxonomy/eulr-consent.owl.png new file mode 100644 index 0000000000000000000000000000000000000000..3a5df49e524d67ce6e8ed5520b13ece6d8769822 GIT binary patch literal 4491 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 E0STe%00000 literal 0 HcmV?d00001 diff --git a/OnToology/ontologies/eulr-consent.owl/diagrams/ar2dtool-taxonomy/eulr-consent.owl.png.dot b/OnToology/ontologies/eulr-consent.owl/diagrams/ar2dtool-taxonomy/eulr-consent.owl.png.dot new file mode 100644 index 0000000..0973520 --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/diagrams/ar2dtool-taxonomy/eulr-consent.owl.png.dot @@ -0,0 +1,7 @@ +digraph ar2dtool_diagram { +rankdir=LR; +size="1000" +node [shape = rectangle, color="black"]; "base:ValidConsent" "base:Consent" ; /*classes style*/ + "base:ValidConsent" -> "base:Consent" [ label = "rdfs:subClassOf" ]; + +} diff --git a/OnToology/ontologies/eulr-consent.owl/diagrams/ar2dtool-taxonomy/eulr-consent.owl.png.graphml b/OnToology/ontologies/eulr-consent.owl/diagrams/ar2dtool-taxonomy/eulr-consent.owl.png.graphml new file mode 100644 index 0000000..fb93796 --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/diagrams/ar2dtool-taxonomy/eulr-consent.owl.png.graphml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + base:ValidConsent + + + + + + + + + + + + base:Consent + + + + + + + + + + + rdfs:subClassOf + + + + + + + diff --git a/OnToology/ontologies/eulr-consent.owl/diagrams/config/ar2dtool-class.conf b/OnToology/ontologies/eulr-consent.owl/diagrams/config/ar2dtool-class.conf new file mode 100644 index 0000000..d077cda --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/diagrams/config/ar2dtool-class.conf @@ -0,0 +1,44 @@ +pathToDot=/usr/bin/dot; +pathToTempDir=/home/ubuntu/tests/tmp; + +imageSize=1501; +rankdir=LR; + +######## +#shapes# +######## + +#classShape=diamond; +#individualShape=diamond; +#literalShape=box; +#arrowhead=normal; +#arrowtail=normal; +#arrowdir=forward; + +######## +#colors# +######## + +classColor=orange; +#individualColor=orange; +#literalColor=blue; +#arrowColor=blue; + +############# +#RDF options# +############# + +nodeNameMode=prefix; +ignoreLiterals=true; +ignoreRdfType=true; +synthesizeObjectProperties=true; + +####### +#lists# +####### + +#ignoreElementsList=[]; + +ignoreElementList=[]; + + diff --git a/OnToology/ontologies/eulr-consent.owl/diagrams/config/ar2dtool-taxonomy.conf b/OnToology/ontologies/eulr-consent.owl/diagrams/config/ar2dtool-taxonomy.conf new file mode 100644 index 0000000..5ddce70 --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/diagrams/config/ar2dtool-taxonomy.conf @@ -0,0 +1,57 @@ +pathToDot=/usr/bin/dot; +pathToTempDir=/home/ubuntu/tests/tmp; +imageSize=1000; +rankdir=LR; + +######## +#shapes# +######## + +#classShape=diamond; +#individualShape=diamond; +#literalShape=box; +#arrowhead=normal; +#arrowtail=normal; +#arrowdir=forward; + +######## +#colors# +######## + +#classColor=orange; +#individualColor=orange; +#literalColor=blue; +#arrowColor=blue; + + +####### +#files# +####### + +generateGvFile=true; +generateGraphMLFile=false; + + + +############# +#RDF options# +############# + +nodeNameMode=prefix; +ignoreLiterals=true; +ignoreRdfType=false; +synthesizeObjectProperties=false; + + +####### +#lists# +####### + + +includeOnlyElementList=[ +< +http://www.w3.org/2000/01/rdf-schema#subClassOf +> +]; + + diff --git a/OnToology/ontologies/eulr-consent.owl/documentation/eulr-consent.owl.widoco.conf b/OnToology/ontologies/eulr-consent.owl/documentation/eulr-consent.owl.widoco.conf new file mode 100644 index 0000000..f66f030 --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/documentation/eulr-consent.owl.widoco.conf @@ -0,0 +1,25 @@ + +abstract= +ontologyTitle=Data subject's consent in Directive 95/46/EC +ontologyPrefix=[Ontology NS Prefix] +ontologyNamespaceURI=http://ciolaws.com/ontologies/eulr-consent +ontologyName=eulr-consent +thisVersionURI= +latestVersionURI= +previousVersionURI= +dateOfRelease= +ontologyRevisionNumber= +licenseURI=http://creativecommons.org/licenses/by-nc-sa/2.0/ +licenseName=License name. E.g.: Creative Commons Attribution-NonCommercial-ShareAlike 2.0 Generic License +licenseIconURL=http://i.creativecommons.org/l/by-nc-sa/2.0/88x31.png +citeAs= +authors=François Mestre +authorsURI= +authorsInstitution= +contributors=Víctor Rodríguez Doncel +contributorsURI= +contributorsInstitution= +importedOntologyNames= +importedOntologyURIs= +extendedOntologyNames= +extendedOntologyURIs= diff --git a/OnToology/ontologies/eulr-consent.owl/documentation/index-en.html b/OnToology/ontologies/eulr-consent.owl/documentation/index-en.html new file mode 100644 index 0000000..218893a --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/documentation/index-en.html @@ -0,0 +1,76 @@ + + + + + + + + + + + + + +
+
language en
+

Data subject's consent in Directive 95/46/EC

+
Authors:
+
François Mestre
+ +
Contributors:
+
Víctor Rodríguez Doncel
+ +
Download serialization:
License:
+ + +License + +
Provenance of this page

+
+
+
+Ontology Specification Draft +
+
+ +
+
+
+
+
+
+

6. Acknowledgements back to ToC

+

The authors would like to thank Silvio Peroni for developing LODE, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and Daniel Garijo for developing Widoco, the program used to create the document template used in this documentation.

+
+ + \ No newline at end of file diff --git a/OnToology/ontologies/eulr-consent.owl/documentation/ontology.n3 b/OnToology/ontologies/eulr-consent.owl/documentation/ontology.n3 new file mode 100644 index 0000000..81d69e9 --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/documentation/ontology.n3 @@ -0,0 +1,130 @@ +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff8 _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff6 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff8 _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff9 . + "NEED TO ADD HERE A REFERENCE TO Working Party 29\nOpinion 15/2011 on the definition of consent" . + "When must the consent be provided?\n\nConsent must be provided before the processing of personal data starts, but it can also be required in the course of a processing, where there is a new purpose. This is stressed in various provisions of Directive 2002/58/EC, either through the requirement \"prior\" (e.g. Article 6.3) or through the wording of the provisions (e.g. Article 5.3).\n\nUntil when is the consent valid?\n\nIndividuals who have consented should be able to withdraw their consent, preventing further processing of their data. This is confirmed also under the ePrivacy Directive for specific data processing operations based on consent, such as the processing of location data other than traffic data." . + . + . + . + "As to how consent must be provided, Article 8.2(a) requires explicit consent to process sensitive data, meaning an active response, oral or in writing, whereby the individual expresses his/her wish to have his/her data processed for certain purposes. Therefore, express consent cannot be obtained by the presence of a pre-ticked box. The data subject must take some positive action to signify consent and must be free not to consent." . + . + . + . + . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff2 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff2 _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff3 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7feb "true"^^ . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7feb . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7feb . + . + "Relevance of consent as an enabler of the individual\u2019s autonomy and self-determination (Kant)" . + "NEED TO ADD HERE A REFERENCE TO Working Party 29\nOpinion 15/2011 on the definition of consent" . + "Where does the consent apply? (in which operations?)\n\nGenerally speaking, the legal framework of Directive 95/46/EC applies whenever consent is sought, independently of whether this happens off-line or on-line. For example, the same rules apply when a bricks and mortar retailer seeks sign up for a loyalty card scheme via a paper form, as would be the case if it did this through its Internet site. In addition, the ePrivacy Directive specifies certain data processing operations which are subject to consent: they mostly relate to the processing of data in connection with the provision of publicly available electronic communication services. The requirements for consent to be valid within Directive 2002/58/EC are the same as under Directive 95/46/EC" . + "What is the distinction of the concept of consent from the concept of \u201Cright to object\u201D?\n\nSituations where data controllers use consent as a legal ground to process personal data should not be confused with situations where the controller bases the processing on other legal grounds which entail an individual right to object. For example, this may be the case when the processing relies on the 'legitimate interests' of the data controller ex Article 7(f) of Directive 95/46/EC, yet the individual has the right to object ex Article 14(a) of Directive 95/46/EC. Another example is when a data controller sends e-mail communications to existing clients in order to promote the data controller's own or similar products or services, however, individuals have a right to object under Article 13.2 of Directive 2002/58/EC. In both cases, the data subject has the right to object to the processing, this is not the same as consent." . + "Directive 95/46/EC Article 2 (h) of Directive 95/46/EC defines consent as \"any freely given specific and informed indication of his wishes by which the data subject signifies his agreement to personal data relating to him being processed\"" . + . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff7 "true"^^ . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff7 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff7 . + . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff1 "What are the legal conditions for the consent to be valid (elements of a valid consent)?" . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff1 _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff0 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff1 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff1 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff1 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fea _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fe8 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fea _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7feb . + . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fe9 "true"^^ . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fe9 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fe9 . + "NEED TO ADD REFERENCE to Working Party 29 Opinion 15/2011 on the definition of consent" . + "Valid consent presupposes individuals' capacity to consent. Rules regarding the capacity to consent are not harmonised and may therefore vary from Member State to Member State." . + . + . + . + . + . + . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff6 _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff4 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff6 _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff7 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fef "true"^^ . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fef . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fef . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff0 _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fee . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff0 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ffc _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ffa . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ffc . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fe8 _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fe6 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fe8 _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fe9 . + "NEED TO ADD A REFERENCE TO WP29 opinion on definition of consent" . + "What are the modalities of the prior informed consent?\n\nConsent must be collected in a way that assures its validity.\nThe Regulations does not prescribe how consent is to be obtained.\nEach Member State DPO provides its own guidance." . + . + _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ffc . + . + "Consent must be specific. Blanket consent without determination of the exact purposes does not meet the threshold. Rather than inserting the information in the general conditions of the contract, this calls for the use of specific consent clauses, separated from the general terms and conditions." . + . + . + . + . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff5 "true"^^ . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff5 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff5 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fee _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fec . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fee _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fef . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ffb "true"^^ . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ffb . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ffb . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fe7 "true"^^ . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fe7 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fe7 . + . + . + . + . + "V\u00EDctor Rodr\u00EDguez Doncel" . + "Data subject's consent in Directive 95/46/EC" . + "Fran\u00E7ois Mestre" . + "This ontology may be copied/redistributed under a Creative Commons CC-BY-NC 4.0 licence https://creativecommons.org/licenses/by-nc-nd/4.0/, attributing FrancoisMestre.com and linking to CIOlaws.com" . + . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff4 _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff2 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff4 _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff5 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fed "true"^^ . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fed . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fed . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ffa _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff8 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ffa _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ffb . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fe6 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fe6 _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fe7 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff9 "true"^^ . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff9 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff9 . + "What information must be provided?\n\nArticle 10\n\nInformation in cases of collection of data from the data subject\n\nMember States shall provide that the controller or his representative must provide a data subject from whom data relating to himself are collected with at least the following information, except where he already has it:\n\n(a) the identity of the controller and of his representative, if any;\n\n(b) the purposes of the processing for which the data are intended;\n\n(c) any further information such as\n\n- the recipients or categories of recipients of the data,\n\n- whether replies to the questions are obligatory or voluntary, as well as the possible consequences of failure to reply,\n\n- the existence of the right of access to and the right to rectify the data concerning him\n\nin so far as such further information is necessary, having regard to the specific circumstances in which the data are collected, to guarantee fair processing in respect of the data subject.\n\nArticle 11\n\nInformation where the data have not been obtained from the data subject\n\n1. Where the data have not been obtained from the data subject, Member States shall provide that the controller or his representative must at the time of undertaking the recording of personal data or if a disclosure to a third party is envisaged, no later than the time when the data are first disclosed provide the data subject with at least the following information, except where he already has it:\n\n(a) the identity of the controller and of his representative, if any;\n\n(b) the purposes of the processing;\n\n(c) any further information such as\n\n- the categories of data concerned,\n\n- the recipients or categories of recipients,\n\n- the existence of the right of access to and the right to rectify the data concerning him\n\nin so far as such further information is necessary, having regard to the specific circumstances in which the data are processed, to guarantee fair processing in respect of the data subject.\n\n2. Paragraph 1 shall not apply where, in particular for processing for statistical purposes or for the purposes of historical or scientific research, the provision of such information proves impossible or would involve a disproportionate effort or if recording or disclosure is expressly laid down by law. In these cases Member States shall provide appropriate safeguards." . + "NEED TO ADD REFERENCE to art 10 and 11 of Dir 95/46/EC" . + . + "For data other than sensitive data, Article 7(a) requires consent to be unambiguous. \"Unambiguous\" calls for the use of mechanisms to obtain consent that leave no doubt as to the individual's intention to provide consent. In practical terms, this requirement enables data controllers to use different types of mechanisms to seek consent, ranging from statements to indicate agreement (express consent), to mechanisms that rely on actions that aim at indicating agreement.\n\nConsent based on an individual's inaction or silence would normally not constitute valid consent, especially in an on-line context. This is an issue that arises in particular with regard to the use of default settings which the data subject is required to modify in order to reject the processing. For example, this is the case with the use of pre-ticked boxes or Internet browser settings that are set by default to collect data." . + . + . + . + . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff3 "true"^^ . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff3 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7ff3 . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fec _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fea . +_:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fec _:AX2dX1c9e790cX3aX159f53ce456X3aXX2dX7fed . + . + . + . + . + . + . + . + "Consent must be informed. Articles 10 and 11 of the Directive lists the type of information that must necessarily be provided to individuals. In any event, the information provided must be sufficient to guarantee that individuals can make well informed decisions about the processing of their personal data. The need for consent to be \"informed\" translates into two additional requirements. First, the way in which the information is given must ensure the use of appropriate language so that data subjects understand what they are consenting to and for what purposes. This is contextual. The use of overly complicated legal or technical jargon would not meet the requirements of the law. Second, the information provided to users should be clear and sufficiently conspicuous so that users cannot overlook it. The information must be provided directly to individuals. It is not enough for it to be merely available somewhere." . + . + . + . + . + "For consent to be valid, it must be freely given. This means that there must be no risk of deception, intimidation or significant negative consequences for the data subject if he/she does not consent. Data processing operations in the employment environment where there is an element of subordination, as well as in the context of government services such as health may require careful assessment of whether individuals are free to consent." . + . + . + . + . diff --git a/OnToology/ontologies/eulr-consent.owl/documentation/ontology.ttl b/OnToology/ontologies/eulr-consent.owl/documentation/ontology.ttl new file mode 100644 index 0000000..2918e15 --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/documentation/ontology.ttl @@ -0,0 +1,217 @@ +@prefix : . +@prefix dc: . +@prefix rdfs: . +@prefix owl: . +@prefix xsd: . +@prefix rdf: . +@prefix skos: . + +skos:narrower + a owl:AnnotationProperty . + +:DataController + a owl:Class . + +:isSeekedBy + a owl:ObjectProperty ; + rdfs:domain :Consent ; + rdfs:range :DataController . + +:FreelyGiven + a owl:FunctionalProperty , owl:DatatypeProperty ; + rdfs:comment "For consent to be valid, it must be freely given. This means that there must be no risk of deception, intimidation or significant negative consequences for the data subject if he/she does not consent. Data processing operations in the employment environment where there is an element of subordination, as well as in the context of government services such as health may require careful assessment of whether individuals are free to consent." ; + rdfs:domain :Consent ; + rdfs:range xsd:boolean . + +:DataSubject + a owl:Class . + +:hasLegalCapacity + a owl:DatatypeProperty ; + rdfs:comment "Valid consent presupposes individuals' capacity to consent. Rules regarding the capacity to consent are not harmonised and may therefore vary from Member State to Member State." ; + rdfs:domain :DataSubject ; + rdfs:isDefinedBy "NEED TO ADD REFERENCE to Working Party 29 Opinion 15/2011 on the definition of consent" ; + rdfs:range xsd:boolean . + +:Consent + a owl:Class ; + rdfs:comment """What is the distinction of the concept of consent from the concept of “right to object”? + +Situations where data controllers use consent as a legal ground to process personal data should not be confused with situations where the controller bases the processing on other legal grounds which entail an individual right to object. For example, this may be the case when the processing relies on the 'legitimate interests' of the data controller ex Article 7(f) of Directive 95/46/EC, yet the individual has the right to object ex Article 14(a) of Directive 95/46/EC. Another example is when a data controller sends e-mail communications to existing clients in order to promote the data controller's own or similar products or services, however, individuals have a right to object under Article 13.2 of Directive 2002/58/EC. In both cases, the data subject has the right to object to the processing, this is not the same as consent.""" , "Directive 95/46/EC Article 2 (h) of Directive 95/46/EC defines consent as \"any freely given specific and informed indication of his wishes by which the data subject signifies his agreement to personal data relating to him being processed\"" , """Where does the consent apply? (in which operations?) + +Generally speaking, the legal framework of Directive 95/46/EC applies whenever consent is sought, independently of whether this happens off-line or on-line. For example, the same rules apply when a bricks and mortar retailer seeks sign up for a loyalty card scheme via a paper form, as would be the case if it did this through its Internet site. In addition, the ePrivacy Directive specifies certain data processing operations which are subject to consent: they mostly relate to the processing of data in connection with the provision of publicly available electronic communication services. The requirements for consent to be valid within Directive 2002/58/EC are the same as under Directive 95/46/EC""" ; + rdfs:isDefinedBy """NEED TO ADD HERE A REFERENCE TO Working Party 29 +Opinion 15/2011 on the definition of consent""" ; + rdfs:seeAlso "Relevance of consent as an enabler of the individual’s autonomy and self-determination (Kant)" . + +dc:title + a owl:AnnotationProperty . + +owl:topDataProperty + a owl:FunctionalProperty . + + + a owl:Ontology ; + dc:contributor "Víctor Rodríguez Doncel" ; + dc:creator "François Mestre" ; + dc:licence "This ontology may be copied/redistributed under a Creative Commons CC-BY-NC 4.0 licence https://creativecommons.org/licenses/by-nc-nd/4.0/, attributing FrancoisMestre.com and linking to CIOlaws.com" ; + dc:title "Data subject's consent in Directive 95/46/EC" . + +:providesInformation + a owl:ObjectProperty ; + rdfs:domain :DataController ; + rdfs:range :Information . + +dc:licence + a owl:AnnotationProperty . + +:ValidConsent + a owl:Class ; + rdfs:comment """What are the modalities of the prior informed consent? + +Consent must be collected in a way that assures its validity. +The Regulations does not prescribe how consent is to be obtained. +Each Member State DPO provides its own guidance.""" ; + rdfs:isDefinedBy "NEED TO ADD A REFERENCE TO WP29 opinion on definition of consent" ; + rdfs:subClassOf :Consent ; + owl:equivalentClass + [ a owl:Class ; + owl:intersectionOf ([ a owl:Restriction ; + owl:hasValue "true"^^xsd:boolean ; + owl:onProperty :Explicit + ] [ a owl:Restriction ; + owl:hasValue "true"^^xsd:boolean ; + owl:onProperty :FreelyGiven + ] [ a owl:Restriction ; + owl:hasValue "true"^^xsd:boolean ; + owl:onProperty :Informed + ] [ a owl:Restriction ; + owl:hasValue "true"^^xsd:boolean ; + owl:onProperty :Specific + ] [ a owl:Restriction ; + owl:hasValue "true"^^xsd:boolean ; + owl:onProperty :Unambiguous + ]) + ] . + +dc:contributor + a owl:AnnotationProperty . + +[] a owl:Axiom ; + rdfs:comment "What are the legal conditions for the consent to be valid (elements of a valid consent)?" ; + owl:annotatedProperty + owl:equivalentClass ; + owl:annotatedSource :ValidConsent ; + owl:annotatedTarget + [ a owl:Class ; + owl:intersectionOf ([ a owl:Restriction ; + owl:hasValue "true"^^xsd:boolean ; + owl:onProperty :Explicit + ] [ a owl:Restriction ; + owl:hasValue "true"^^xsd:boolean ; + owl:onProperty :FreelyGiven + ] [ a owl:Restriction ; + owl:hasValue "true"^^xsd:boolean ; + owl:onProperty :Informed + ] [ a owl:Restriction ; + owl:hasValue "true"^^xsd:boolean ; + owl:onProperty :Specific + ] [ a owl:Restriction ; + owl:hasValue "true"^^xsd:boolean ; + owl:onProperty :Unambiguous + ]) + ] . + +:givesConsent + a owl:ObjectProperty ; + rdfs:comment """When must the consent be provided? + +Consent must be provided before the processing of personal data starts, but it can also be required in the course of a processing, where there is a new purpose. This is stressed in various provisions of Directive 2002/58/EC, either through the requirement \"prior\" (e.g. Article 6.3) or through the wording of the provisions (e.g. Article 5.3). + +Until when is the consent valid? + +Individuals who have consented should be able to withdraw their consent, preventing further processing of their data. This is confirmed also under the ePrivacy Directive for specific data processing operations based on consent, such as the processing of location data other than traffic data.""" ; + rdfs:domain :DataSubject ; + rdfs:isDefinedBy """NEED TO ADD HERE A REFERENCE TO Working Party 29 +Opinion 15/2011 on the definition of consent""" ; + rdfs:range :Consent . + +:Information + a owl:Class ; + rdfs:comment "NEED TO ADD REFERENCE to art 10 and 11 of Dir 95/46/EC" , """What information must be provided? + +Article 10 + +Information in cases of collection of data from the data subject + +Member States shall provide that the controller or his representative must provide a data subject from whom data relating to himself are collected with at least the following information, except where he already has it: + +(a) the identity of the controller and of his representative, if any; + +(b) the purposes of the processing for which the data are intended; + +(c) any further information such as + +- the recipients or categories of recipients of the data, + +- whether replies to the questions are obligatory or voluntary, as well as the possible consequences of failure to reply, + +- the existence of the right of access to and the right to rectify the data concerning him + +in so far as such further information is necessary, having regard to the specific circumstances in which the data are collected, to guarantee fair processing in respect of the data subject. + +Article 11 + +Information where the data have not been obtained from the data subject + +1. Where the data have not been obtained from the data subject, Member States shall provide that the controller or his representative must at the time of undertaking the recording of personal data or if a disclosure to a third party is envisaged, no later than the time when the data are first disclosed provide the data subject with at least the following information, except where he already has it: + +(a) the identity of the controller and of his representative, if any; + +(b) the purposes of the processing; + +(c) any further information such as + +- the categories of data concerned, + +- the recipients or categories of recipients, + +- the existence of the right of access to and the right to rectify the data concerning him + +in so far as such further information is necessary, having regard to the specific circumstances in which the data are processed, to guarantee fair processing in respect of the data subject. + +2. Paragraph 1 shall not apply where, in particular for processing for statistical purposes or for the purposes of historical or scientific research, the provision of such information proves impossible or would involve a disproportionate effort or if recording or disclosure is expressly laid down by law. In these cases Member States shall provide appropriate safeguards.""" . + +dc:creator + a owl:AnnotationProperty . + +:Specific + a owl:FunctionalProperty , owl:DatatypeProperty ; + rdfs:comment "Consent must be specific. Blanket consent without determination of the exact purposes does not meet the threshold. Rather than inserting the information in the general conditions of the contract, this calls for the use of specific consent clauses, separated from the general terms and conditions." ; + rdfs:domain :Consent ; + rdfs:range xsd:boolean . + +:Informed + a owl:FunctionalProperty , owl:DatatypeProperty ; + rdfs:comment "Consent must be informed. Articles 10 and 11 of the Directive lists the type of information that must necessarily be provided to individuals. In any event, the information provided must be sufficient to guarantee that individuals can make well informed decisions about the processing of their personal data. The need for consent to be \"informed\" translates into two additional requirements. First, the way in which the information is given must ensure the use of appropriate language so that data subjects understand what they are consenting to and for what purposes. This is contextual. The use of overly complicated legal or technical jargon would not meet the requirements of the law. Second, the information provided to users should be clear and sufficiently conspicuous so that users cannot overlook it. The information must be provided directly to individuals. It is not enough for it to be merely available somewhere." ; + rdfs:domain :Consent ; + rdfs:range xsd:boolean . + +:Unambiguous + a owl:FunctionalProperty , owl:DatatypeProperty ; + rdfs:comment """For data other than sensitive data, Article 7(a) requires consent to be unambiguous. \"Unambiguous\" calls for the use of mechanisms to obtain consent that leave no doubt as to the individual's intention to provide consent. In practical terms, this requirement enables data controllers to use different types of mechanisms to seek consent, ranging from statements to indicate agreement (express consent), to mechanisms that rely on actions that aim at indicating agreement. + +Consent based on an individual's inaction or silence would normally not constitute valid consent, especially in an on-line context. This is an issue that arises in particular with regard to the use of default settings which the data subject is required to modify in order to reject the processing. For example, this is the case with the use of pre-ticked boxes or Internet browser settings that are set by default to collect data.""" ; + rdfs:domain :Consent ; + rdfs:range xsd:boolean . + +:isReceivedBy + a owl:ObjectProperty ; + rdfs:domain :Information ; + rdfs:range :DataSubject . + +:Explicit + a owl:FunctionalProperty , owl:DatatypeProperty ; + rdfs:comment "As to how consent must be provided, Article 8.2(a) requires explicit consent to process sensitive data, meaning an active response, oral or in writing, whereby the individual expresses his/her wish to have his/her data processed for certain purposes. Therefore, express consent cannot be obtained by the presence of a pre-ticked box. The data subject must take some positive action to signify consent and must be free not to consent." ; + rdfs:domain :Consent ; + rdfs:range xsd:boolean . diff --git a/OnToology/ontologies/eulr-consent.owl/documentation/ontology.xml b/OnToology/ontologies/eulr-consent.owl/documentation/ontology.xml new file mode 100644 index 0000000..9c0a21d --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/documentation/ontology.xml @@ -0,0 +1,289 @@ + + + + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + + For consent to be valid, it must be freely given. This means that there must be no risk of deception, intimidation or significant negative consequences for the data subject if he/she does not consent. Data processing operations in the employment environment where there is an element of subordination, as well as in the context of government services such as health may require careful assessment of whether individuals are free to consent. + + + + + + + + + + true + + + + + + + + + NEED TO ADD REFERENCE to Working Party 29 Opinion 15/2011 on the definition of consent + Valid consent presupposes individuals' capacity to consent. Rules regarding the capacity to consent are not harmonised and may therefore vary from Member State to Member State. + + + + + + + + + + + + + + Relevance of consent as an enabler of the individual’s autonomy and self-determination (Kant) + NEED TO ADD HERE A REFERENCE TO Working Party 29 +Opinion 15/2011 on the definition of consent + Where does the consent apply? (in which operations?) + +Generally speaking, the legal framework of Directive 95/46/EC applies whenever consent is sought, independently of whether this happens off-line or on-line. For example, the same rules apply when a bricks and mortar retailer seeks sign up for a loyalty card scheme via a paper form, as would be the case if it did this through its Internet site. In addition, the ePrivacy Directive specifies certain data processing operations which are subject to consent: they mostly relate to the processing of data in connection with the provision of publicly available electronic communication services. The requirements for consent to be valid within Directive 2002/58/EC are the same as under Directive 95/46/EC + What is the distinction of the concept of consent from the concept of “right to object”? + +Situations where data controllers use consent as a legal ground to process personal data should not be confused with situations where the controller bases the processing on other legal grounds which entail an individual right to object. For example, this may be the case when the processing relies on the 'legitimate interests' of the data controller ex Article 7(f) of Directive 95/46/EC, yet the individual has the right to object ex Article 14(a) of Directive 95/46/EC. Another example is when a data controller sends e-mail communications to existing clients in order to promote the data controller's own or similar products or services, however, individuals have a right to object under Article 13.2 of Directive 2002/58/EC. In both cases, the data subject has the right to object to the processing, this is not the same as consent. + Directive 95/46/EC Article 2 (h) of Directive 95/46/EC defines consent as "any freely given specific and informed indication of his wishes by which the data subject signifies his agreement to personal data relating to him being processed" + + + + + + + + + + + + + + Víctor Rodríguez Doncel + Data subject's consent in Directive 95/46/EC + François Mestre + This ontology may be copied/redistributed under a Creative Commons CC-BY-NC 4.0 licence https://creativecommons.org/licenses/by-nc-nd/4.0/, attributing FrancoisMestre.com and linking to CIOlaws.com + + + + + + + + + + + + + + + + + + + + NEED TO ADD A REFERENCE TO WP29 opinion on definition of consent + What are the modalities of the prior informed consent? + +Consent must be collected in a way that assures its validity. +The Regulations does not prescribe how consent is to be obtained. +Each Member State DPO provides its own guidance. + + + + + + true + + + + + + + + true + + + + + true + + + + + What are the legal conditions for the consent to be valid (elements of a valid consent)? + + + + + + + NEED TO ADD HERE A REFERENCE TO Working Party 29 +Opinion 15/2011 on the definition of consent + When must the consent be provided? + +Consent must be provided before the processing of personal data starts, but it can also be required in the course of a processing, where there is a new purpose. This is stressed in various provisions of Directive 2002/58/EC, either through the requirement "prior" (e.g. Article 6.3) or through the wording of the provisions (e.g. Article 5.3). + +Until when is the consent valid? + +Individuals who have consented should be able to withdraw their consent, preventing further processing of their data. This is confirmed also under the ePrivacy Directive for specific data processing operations based on consent, such as the processing of location data other than traffic data. + + + + + + What information must be provided? + +Article 10 + +Information in cases of collection of data from the data subject + +Member States shall provide that the controller or his representative must provide a data subject from whom data relating to himself are collected with at least the following information, except where he already has it: + +(a) the identity of the controller and of his representative, if any; + +(b) the purposes of the processing for which the data are intended; + +(c) any further information such as + +- the recipients or categories of recipients of the data, + +- whether replies to the questions are obligatory or voluntary, as well as the possible consequences of failure to reply, + +- the existence of the right of access to and the right to rectify the data concerning him + +in so far as such further information is necessary, having regard to the specific circumstances in which the data are collected, to guarantee fair processing in respect of the data subject. + +Article 11 + +Information where the data have not been obtained from the data subject + +1. Where the data have not been obtained from the data subject, Member States shall provide that the controller or his representative must at the time of undertaking the recording of personal data or if a disclosure to a third party is envisaged, no later than the time when the data are first disclosed provide the data subject with at least the following information, except where he already has it: + +(a) the identity of the controller and of his representative, if any; + +(b) the purposes of the processing; + +(c) any further information such as + +- the categories of data concerned, + +- the recipients or categories of recipients, + +- the existence of the right of access to and the right to rectify the data concerning him + +in so far as such further information is necessary, having regard to the specific circumstances in which the data are processed, to guarantee fair processing in respect of the data subject. + +2. Paragraph 1 shall not apply where, in particular for processing for statistical purposes or for the purposes of historical or scientific research, the provision of such information proves impossible or would involve a disproportionate effort or if recording or disclosure is expressly laid down by law. In these cases Member States shall provide appropriate safeguards. + NEED TO ADD REFERENCE to art 10 and 11 of Dir 95/46/EC + + + + + + + + + + + + true + + + + + + + + Consent must be specific. Blanket consent without determination of the exact purposes does not meet the threshold. Rather than inserting the information in the general conditions of the contract, this calls for the use of specific consent clauses, separated from the general terms and conditions. + + + + + + + true + + + + + Consent must be informed. Articles 10 and 11 of the Directive lists the type of information that must necessarily be provided to individuals. In any event, the information provided must be sufficient to guarantee that individuals can make well informed decisions about the processing of their personal data. The need for consent to be "informed" translates into two additional requirements. First, the way in which the information is given must ensure the use of appropriate language so that data subjects understand what they are consenting to and for what purposes. This is contextual. The use of overly complicated legal or technical jargon would not meet the requirements of the law. Second, the information provided to users should be clear and sufficiently conspicuous so that users cannot overlook it. The information must be provided directly to individuals. It is not enough for it to be merely available somewhere. + + + + + + + For data other than sensitive data, Article 7(a) requires consent to be unambiguous. "Unambiguous" calls for the use of mechanisms to obtain consent that leave no doubt as to the individual's intention to provide consent. In practical terms, this requirement enables data controllers to use different types of mechanisms to seek consent, ranging from statements to indicate agreement (express consent), to mechanisms that rely on actions that aim at indicating agreement. + +Consent based on an individual's inaction or silence would normally not constitute valid consent, especially in an on-line context. This is an issue that arises in particular with regard to the use of default settings which the data subject is required to modify in order to reject the processing. For example, this is the case with the use of pre-ticked boxes or Internet browser settings that are set by default to collect data. + + + + + + + true + + + + + true + + + + + + + + + + true + + + + + As to how consent must be provided, Article 8.2(a) requires explicit consent to process sensitive data, meaning an active response, oral or in writing, whereby the individual expresses his/her wish to have his/her data processed for certain purposes. Therefore, express consent cannot be obtained by the presence of a pre-ticked box. The data subject must take some positive action to signify consent and must be free not to consent. + + + + + + diff --git a/OnToology/ontologies/eulr-consent.owl/documentation/provenance/provenance-en.html b/OnToology/ontologies/eulr-consent.owl/documentation/provenance/provenance-en.html new file mode 100644 index 0000000..88d94d7 --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/documentation/provenance/provenance-en.html @@ -0,0 +1,20 @@ + + + + + + + + +
+

Provenance for Data subject's consent in Directive 95/46/EC Documentation (/home/ubuntu/temp/vrodriguez@fi.upm.es/OnToology/ontologies/eulr-consent.owl/documentation)

+
    +
  • Ontology created by: : + François Mestre (null),
  • Ontology contributed to by: : + Víctor Rodríguez Doncel (null),
  • +
  • The ontology documentation was the result of using the Widoco tool (which itself uses LODE for generating the crossreference section).
  • +
+
+

Back to documentation. TTL format

+ + \ No newline at end of file diff --git a/OnToology/ontologies/eulr-consent.owl/documentation/provenance/provenance-en.ttl b/OnToology/ontologies/eulr-consent.owl/documentation/provenance/provenance-en.ttl new file mode 100644 index 0000000..dceb8ba --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/documentation/provenance/provenance-en.ttl @@ -0,0 +1,9 @@ +@prefix prov: . +@prefix dc: . +@prefix foaf: . +<..\index-en.html> a prov:Entity; + dc:title "Data subject's consent in Directive 95/46/EC"; + prov:wasAttributedTo [ a prov:Agent; foaf:name "François Mestre".]; + prov:wasAttributedTo [ a prov:Agent; foaf:name "Víctor Rodríguez Doncel".]; + prov:wasAttributedTo ,; +. diff --git a/OnToology/ontologies/eulr-consent.owl/documentation/readme.md b/OnToology/ontologies/eulr-consent.owl/documentation/readme.md new file mode 100644 index 0000000..55c60f0 --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/documentation/readme.md @@ -0,0 +1,34 @@ +About Widoco output +=================== +The purpose of Widoco is to reuse and integrate existing tools for documentation, plus the set of features listed below: +* Separation of the sections of your html page so you can write them independently and replace only those needed. +* Automatic annotation in RDF-a of the html produced. +* Association of a provenance page which includes the history of your vocabulary (W3C PROV-O compliant). +* Metadata extraction from the ontology plus the means to complete it on the fly when generating your ontology. +* Guidelines on the main sections that your document should have and how to complete them. + +Widoco will create 3 different folders: +| +|-provenance (a folder including an html and RDF serialization of how the documentation page was created) +|-resources (folder with the different resources) +|-sections (folder with the different sections of the documentation, separated for easy editing. Just edit one and the main page will be updated) + +Completing ontology metadata. +=================== +Widoco uses the ontology metadata to update a configuration file. If you complete that configuration file (ended up widoco.conf), the tool will enhance your html with additional details, such as how to cite the document, previous revisions, icons with the licence, etc. + +Browser issues +========== +The result of executing Widoco is an html file. We have tested it in Mozilla, IE and Chrome, and when the page is stored in a server all the browsers work correctly. If you view the file locally, we recommend you to use Mozilla Firefox (or Internet Explorer, if you must). Google Chrome will not show the contents correctly, as it doesn't allow XMLHttpRequest without HTTP. If you want to view the page locally with Google Chrome you have two possibilities: + +a) Place the file in a server and access it via its URL (for example, put it in dropbox and access through its public url). + +b) Execute Chrome with the following commands : + +(WIN) chrome.exe --allow-file-access-from-files, + +(OSX) open /Applications/Google\ Chrome.app/ --args --allow-file-access-from-files + +(UNX) /usr/bin/google-chrome --allow-file-access-from-files + +Do you have a problem? open an issue at https://github.com/dgarijo/Widoco \ No newline at end of file diff --git a/OnToology/ontologies/eulr-consent.owl/documentation/resources/extra.css b/OnToology/ontologies/eulr-consent.owl/documentation/resources/extra.css new file mode 100644 index 0000000..11e3db0 --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/documentation/resources/extra.css @@ -0,0 +1,124 @@ +body { + text-align: justify; +} + +h1 { + line-height: 110%; +} + +.hlist { + border: 1px solid navy; + padding:5px; + background-color: #F4FFFF; +} + +.hlist li { + display: inline; + display: inline-table; + list-style-type: none; + padding-right: 20px; + +} + +.entity { + border: 1px solid navy; + margin:5px 0px 5px 0px; + padding: 5px; +} + +.type-c { + cursor:help; + color:orange; +} + +.type-op { + cursor:help; + color:navy; +} + +.type-dp { + cursor:help; + color:green; +} + +.type-ap { + cursor:help; + color:maroon; +} + +.type-ni { + cursor:help; + color:brown; +} + +.logic { + color:purple; + font-weight:bold; +} + +h3 { + margin-top: 3px; + padding-bottom: 5px; + border-bottom: 1px solid navy; +} + +h2 { + margin-top:40px; +} + +.dotted { + border-bottom: 1px dotted gray; +} + +dt { + margin-top:5px; +} + +.description { + border-top: 1px dashed gray; + border-bottom: 1px dashed gray; + background-color: rgb(242, 243, 244); + margin-top:5px; + padding-bottom:5px; +} + +.description dl { + background-color: rgb(242, 243, 244); +} + +.description ul { + padding-left: 12px; + margin-top: 0px; +} + +.backlink { + font-size:10pt; + text-align:right; + float:right; + color:black; + padding: 2px; + border: 1px dotted navy; + background-color: #F4FFFF; +} + +.imageblock { + text-align: center; +} + +.imageblock img { + border:1px solid gray; +} + +.endnote { + margin-top: 40px; + border-top: 1px solid gray; + padding-top: 10px; + text-align: center; + color:gray; + font-size:70%; +} + +.literal { + color:green; + font-style:italic; +} \ No newline at end of file diff --git a/OnToology/ontologies/eulr-consent.owl/documentation/resources/jquery.js b/OnToology/ontologies/eulr-consent.owl/documentation/resources/jquery.js new file mode 100644 index 0000000..e67db74 --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/documentation/resources/jquery.js @@ -0,0 +1,18 @@ +/*! + * jQuery JavaScript Library v1.6.2 + * http://jquery.com/ + * + * Copyright 2011, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2011, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * Date: Thu Jun 30 14:16:56 2011 -0400 + */ +(function(a,b){function cv(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cs(a){if(!cg[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ch||(ch=c.createElement("iframe"),ch.frameBorder=ch.width=ch.height=0),b.appendChild(ch);if(!ci||!ch.createElement)ci=(ch.contentWindow||ch.contentDocument).document,ci.write((c.compatMode==="CSS1Compat"?"":"")+""),ci.close();d=ci.createElement(a),ci.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ch)}cg[a]=e}return cg[a]}function cr(a,b){var c={};f.each(cm.concat.apply([],cm.slice(0,b)),function(){c[this]=a});return c}function cq(){cn=b}function cp(){setTimeout(cq,0);return cn=f.now()}function cf(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ce(){try{return new a.XMLHttpRequest}catch(b){}}function b$(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){c!=="border"&&f.each(e,function(){c||(d-=parseFloat(f.css(a,"padding"+this))||0),c==="margin"?d+=parseFloat(f.css(a,c+this))||0:d-=parseFloat(f.css(a,"border"+this+"Width"))||0});return d+"px"}d=bx(a,b,b);if(d<0||d==null)d=a.style[b]||0;d=parseFloat(d)||0,c&&f.each(e,function(){d+=parseFloat(f.css(a,"padding"+this))||0,c!=="padding"&&(d+=parseFloat(f.css(a,"border"+this+"Width"))||0),c==="margin"&&(d+=parseFloat(f.css(a,c+this))||0)});return d+"px"}function bm(a,b){b.src?f.ajax({url:b.src,async:!1,dataType:"script"}):f.globalEval((b.text||b.textContent||b.innerHTML||"").replace(be,"/*$0*/")),b.parentNode&&b.parentNode.removeChild(b)}function bl(a){f.nodeName(a,"input")?bk(a):"getElementsByTagName"in a&&f.grep(a.getElementsByTagName("input"),bk)}function bk(a){if(a.type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function bj(a){return"getElementsByTagName"in a?a.getElementsByTagName("*"):"querySelectorAll"in a?a.querySelectorAll("*"):[]}function bi(a,b){var c;if(b.nodeType===1){b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase();if(c==="object")b.outerHTML=a.outerHTML;else if(c!=="input"||a.type!=="checkbox"&&a.type!=="radio"){if(c==="option")b.selected=a.defaultSelected;else if(c==="input"||c==="textarea")b.defaultValue=a.defaultValue}else a.checked&&(b.defaultChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value);b.removeAttribute(f.expando)}}function bh(a,b){if(b.nodeType===1&&!!f.hasData(a)){var c=f.expando,d=f.data(a),e=f.data(b,d);if(d=d[c]){var g=d.events;e=e[c]=f.extend({},d);if(g){delete e.handle,e.events={};for(var h in g)for(var i=0,j=g[h].length;i=0===c})}function V(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function N(a,b){return(a&&a!=="*"?a+".":"")+b.replace(z,"`").replace(A,"&")}function M(a){var b,c,d,e,g,h,i,j,k,l,m,n,o,p=[],q=[],r=f._data(this,"events");if(!(a.liveFired===this||!r||!r.live||a.target.disabled||a.button&&a.type==="click")){a.namespace&&(n=new RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")),a.liveFired=this;var s=r.live.slice(0);for(i=0;ic)break;a.currentTarget=e.elem,a.data=e.handleObj.data,a.handleObj=e.handleObj,o=e.handleObj.origHandler.apply(e.elem,arguments);if(o===!1||a.isPropagationStopped()){c=e.level,o===!1&&(b=!1);if(a.isImmediatePropagationStopped())break}}return b}}function K(a,c,d){var e=f.extend({},d[0]);e.type=a,e.originalEvent={},e.liveFired=b,f.event.handle.call(c,e),e.isDefaultPrevented()&&d[0].preventDefault()}function E(){return!0}function D(){return!1}function m(a,c,d){var e=c+"defer",g=c+"queue",h=c+"mark",i=f.data(a,e,b,!0);i&&(d==="queue"||!f.data(a,g,b,!0))&&(d==="mark"||!f.data(a,h,b,!0))&&setTimeout(function(){!f.data(a,g,b,!0)&&!f.data(a,h,b,!0)&&(f.removeData(a,e,!0),i.resolve())},0)}function l(a){for(var b in a)if(b!=="toJSON")return!1;return!0}function k(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(j,"$1-$2").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNaN(d)?i.test(d)?f.parseJSON(d):d:parseFloat(d)}catch(g){}f.data(a,c,d)}else d=b}return d}var c=a.document,d=a.navigator,e=a.location,f=function(){function J(){if(!e.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(J,1);return}e.ready()}}var e=function(a,b){return new e.fn.init(a,b,h)},f=a.jQuery,g=a.$,h,i=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/\d/,n=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,o=/^[\],:{}\s]*$/,p=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,q=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,r=/(?:^|:|,)(?:\s*\[)+/g,s=/(webkit)[ \/]([\w.]+)/,t=/(opera)(?:.*version)?[ \/]([\w.]+)/,u=/(msie) ([\w.]+)/,v=/(mozilla)(?:.*? rv:([\w.]+))?/,w=/-([a-z])/ig,x=function(a,b){return b.toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=n.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.6.2",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.done(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;A.resolveWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").unbind("ready")}},bindReady:function(){if(!A){A=e._Deferred();if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNaN:function(a){return a==null||!m.test(a)||isNaN(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1;var c;for(c in a);return c===b||D.call(a,c)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw a},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(o.test(b.replace(p,"@").replace(q,"]").replace(r,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(b,c,d){a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b)),d=c.documentElement,(!d||!d.nodeName||d.nodeName==="parsererror")&&e.error("Invalid XML: "+b);return c},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?h.call(arguments,0):c,--e||g.resolveWith(g,h.call(b,0))}}var b=arguments,c=0,d=b.length,e=d,g=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred();if(d>1){for(;c
a",d=a.getElementsByTagName("*"),e=a.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=a.getElementsByTagName("input")[0],k={leadingWhitespace:a.firstChild.nodeType===3,tbody:!a.getElementsByTagName("tbody").length,htmlSerialize:!!a.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55$/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:a.className!=="t",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,k.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,k.optDisabled=!h.disabled;try{delete a.test}catch(v){k.deleteExpando=!1}!a.addEventListener&&a.attachEvent&&a.fireEvent&&(a.attachEvent("onclick",function(){k.noCloneEvent=!1}),a.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),k.radioValue=i.value==="t",i.setAttribute("checked","checked"),a.appendChild(i),l=c.createDocumentFragment(),l.appendChild(a.firstChild),k.checkClone=l.cloneNode(!0).cloneNode(!0).lastChild.checked,a.innerHTML="",a.style.width=a.style.paddingLeft="1px",m=c.getElementsByTagName("body")[0],o=c.createElement(m?"div":"body"),p={visibility:"hidden",width:0,height:0,border:0,margin:0},m&&f.extend(p,{position:"absolute",left:-1e3,top:-1e3});for(t in p)o.style[t]=p[t];o.appendChild(a),n=m||b,n.insertBefore(o,n.firstChild),k.appendChecked=i.checked,k.boxModel=a.offsetWidth===2,"zoom"in a.style&&(a.style.display="inline",a.style.zoom=1,k.inlineBlockNeedsLayout=a.offsetWidth===2,a.style.display="",a.innerHTML="
",k.shrinkWrapBlocks=a.offsetWidth!==2),a.innerHTML="
t
",q=a.getElementsByTagName("td"),u=q[0].offsetHeight===0,q[0].style.display="",q[1].style.display="none",k.reliableHiddenOffsets=u&&q[0].offsetHeight===0,a.innerHTML="",c.defaultView&&c.defaultView.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",a.appendChild(j),k.reliableMarginRight=(parseInt((c.defaultView.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0),o.innerHTML="",n.removeChild(o);if(a.attachEvent)for(t in{submit:1,change:1,focusin:1})s="on"+t,u=s in a,u||(a.setAttribute(s,"return;"),u=typeof a[s]=="function"),k[t+"Bubbles"]=u;o=l=g=h=m=j=a=i=null;return k}(),f.boxModel=f.support.boxModel;var i=/^(?:\{.*\}|\[.*\])$/,j=/([a-z])([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!l(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g=f.expando,h=typeof c=="string",i,j=a.nodeType,k=j?f.cache:a,l=j?a[f.expando]:a[f.expando]&&f.expando;if((!l||e&&l&&!k[l][g])&&h&&d===b)return;l||(j?a[f.expando]=l=++f.uuid:l=f.expando),k[l]||(k[l]={},j||(k[l].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?k[l][g]=f.extend(k[l][g],c):k[l]=f.extend(k[l],c);i=k[l],e&&(i[g]||(i[g]={}),i=i[g]),d!==b&&(i[f.camelCase(c)]=d);if(c==="events"&&!i[c])return i[g]&&i[g].events;return h?i[f.camelCase(c)]||i[c]:i}},removeData:function(b,c,d){if(!!f.acceptData(b)){var e=f.expando,g=b.nodeType,h=g?f.cache:b,i=g?b[f.expando]:f.expando;if(!h[i])return;if(c){var j=d?h[i][e]:h[i];if(j){delete j[c];if(!l(j))return}}if(d){delete h[i][e];if(!l(h[i]))return}var k=h[i][e];f.support.deleteExpando||h!=a?delete h[i]:h[i]=null,k?(h[i]={},g||(h[i].toJSON=f.noop),h[i][e]=k):g&&(f.support.deleteExpando?delete b[f.expando]:b.removeAttribute?b.removeAttribute(f.expando):b[f.expando]=null)}},_data:function(a,b,c){return f.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=f.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),f.fn.extend({data:function(a,c){var d=null;if(typeof a=="undefined"){if(this.length){d=f.data(this[0]);if(this[0].nodeType===1){var e=this[0].attributes,g;for(var h=0,i=e.length;h-1)return!0;return!1},val:function(a){var c,d,e=this[0];if(!arguments.length){if(e){c=f.valHooks[e.nodeName.toLowerCase()]||f.valHooks[e.type];if(c&&"get"in c&&(d=c.get(e,"value"))!==b)return d;d=e.value;return typeof d=="string"?d.replace(p,""):d==null?"":d}return b}var g=f.isFunction(a);return this.each(function(d){var e=f(this),h;if(this.nodeType===1){g?h=a.call(this,d,e.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c=a.selectedIndex,d=[],e=a.options,g=a.type==="select-one";if(c<0)return null;for(var h=g?c:0,i=g?c+1:e.length;h=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attrFix:{tabindex:"tabIndex"},attr:function(a,c,d,e){var g=a.nodeType;if(!a||g===3||g===8||g===2)return b;if(e&&c in f.attrFn)return f(a)[c](d);if(!("getAttribute"in a))return f.prop(a,c,d);var h,i,j=g!==1||!f.isXMLDoc(a);j&&(c=f.attrFix[c]||c,i=f.attrHooks[c],i||(t.test(c)?i=w:v&&c!=="className"&&(f.nodeName(a,"form")||u.test(c))&&(i=v)));if(d!==b){if(d===null){f.removeAttr(a,c);return b}if(i&&"set"in i&&j&&(h=i.set(a,d,c))!==b)return h;a.setAttribute(c,""+d);return d}if(i&&"get"in i&&j&&(h=i.get(a,c))!==null)return h;h=a.getAttribute(c);return h===null?b:h},removeAttr:function(a,b){var c;a.nodeType===1&&(b=f.attrFix[b]||b,f.support.getSetAttribute?a.removeAttribute(b):(f.attr(a,b,""),a.removeAttributeNode(a.getAttributeNode(b))),t.test(b)&&(c=f.propFix[b]||b)in a&&(a[c]=!1))},attrHooks:{type:{set:function(a,b){if(q.test(a.nodeName)&&a.parentNode)f.error("type property can't be changed");else if(!f.support.radioValue&&b==="radio"&&f.nodeName(a,"input")){var c=a.value;a.setAttribute("type",b),c&&(a.value=c);return b}}},tabIndex:{get:function(a){var c=a.getAttributeNode("tabIndex");return c&&c.specified?parseInt(c.value,10):r.test(a.nodeName)||s.test(a.nodeName)&&a.href?0:b}},value:{get:function(a,b){if(v&&f.nodeName(a,"button"))return v.get(a,b);return b in a?a.value:null},set:function(a,b,c){if(v&&f.nodeName(a,"button"))return v.set(a,b,c);a.value=b}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(a,c,d){var e=a.nodeType;if(!a||e===3||e===8||e===2)return b;var g,h,i=e!==1||!f.isXMLDoc(a);i&&(c=f.propFix[c]||c,h=f.propHooks[c]);return d!==b?h&&"set"in h&&(g=h.set(a,d,c))!==b?g:a[c]=d:h&&"get"in h&&(g=h.get(a,c))!==b?g:a[c]},propHooks:{}}),w={get:function(a,c){return f.prop(a,c)?c.toLowerCase():b},set:function(a,b,c){var d;b===!1?f.removeAttr(a,c):(d=f.propFix[c]||c,d in a&&(a[d]=!0),a.setAttribute(c,c.toLowerCase()));return c}},f.support.getSetAttribute||(f.attrFix=f.propFix,v=f.attrHooks.name=f.attrHooks.title=f.valHooks.button={get:function(a,c){var d;d=a.getAttributeNode(c);return d&&d.nodeValue!==""?d.nodeValue:b},set:function(a,b,c){var d=a.getAttributeNode(c);if(d){d.nodeValue=b;return b}}},f.each(["width","height"],function(a,b){f.attrHooks[b]=f.extend(f.attrHooks[b],{set:function(a,c){if(c===""){a.setAttribute(b,"auto");return c}}})})),f.support.hrefNormalized||f.each(["href","src","width","height"],function(a,c){f.attrHooks[c]=f.extend(f.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),f.support.style||(f.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=""+b}}),f.support.optSelected||(f.propHooks.selected=f.extend(f.propHooks.selected,{get:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}})),f.support.checkOn||f.each(["radio","checkbox"],function(){f.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),f.each(["radio","checkbox"],function(){f.valHooks[this]=f.extend(f.valHooks[this],{set:function(a,b){if(f.isArray(b))return a.checked=f.inArray(f(a).val(),b)>=0}})});var x=/\.(.*)$/,y=/^(?:textarea|input|select)$/i,z=/\./g,A=/ /g,B=/[^\w\s.|`]/g,C=function(a){return a.replace(B,"\\$&")};f.event={add:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){if(d===!1)d=D;else if(!d)return;var g,h;d.handler&&(g=d,d=g.handler),d.guid||(d.guid=f.guid++);var i=f._data(a);if(!i)return;var j=i.events,k=i.handle;j||(i.events=j={}),k||(i.handle=k=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.handle.apply(k.elem,arguments):b}),k.elem=a,c=c.split(" ");var l,m=0,n;while(l=c[m++]){h=g?f.extend({},g):{handler:d,data:e},l.indexOf(".")>-1?(n=l.split("."),l=n.shift(),h.namespace=n.slice(0).sort().join(".")):(n=[],h.namespace=""),h.type=l,h.guid||(h.guid=d.guid);var o=j[l],p=f.event.special[l]||{};if(!o){o=j[l]=[];if(!p.setup||p.setup.call(a,e,n,k)===!1)a.addEventListener?a.addEventListener(l,k,!1):a.attachEvent&&a.attachEvent("on"+l,k)}p.add&&(p.add.call(a,h),h.handler.guid||(h.handler.guid=d.guid)),o.push(h),f.event.global[l]=!0}a=null}},global:{},remove:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){d===!1&&(d=D);var g,h,i,j,k=0,l,m,n,o,p,q,r,s=f.hasData(a)&&f._data(a),t=s&&s.events;if(!s||!t)return;c&&c.type&&(d=c.handler,c=c.type);if(!c||typeof c=="string"&&c.charAt(0)==="."){c=c||"";for(h in t)f.event.remove(a,h+c);return}c=c.split(" ");while(h=c[k++]){r=h,q=null,l=h.indexOf(".")<0,m=[],l||(m=h.split("."),h=m.shift(),n=new RegExp("(^|\\.)"+f.map(m.slice(0).sort(),C).join("\\.(?:.*\\.)?")+"(\\.|$)")),p=t[h];if(!p)continue;if(!d){for(j=0;j=0&&(h=h.slice(0,-1),j=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i. +shift(),i.sort());if(!!e&&!f.event.customEvent[h]||!!f.event.global[h]){c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.exclusive=j,c.namespace=i.join("."),c.namespace_re=new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)");if(g||!e)c.preventDefault(),c.stopPropagation();if(!e){f.each(f.cache,function(){var a=f.expando,b=this[a];b&&b.events&&b.events[h]&&f.event.trigger(c,d,b.handle.elem)});return}if(e.nodeType===3||e.nodeType===8)return;c.result=b,c.target=e,d=d!=null?f.makeArray(d):[],d.unshift(c);var k=e,l=h.indexOf(":")<0?"on"+h:"";do{var m=f._data(k,"handle");c.currentTarget=k,m&&m.apply(k,d),l&&f.acceptData(k)&&k[l]&&k[l].apply(k,d)===!1&&(c.result=!1,c.preventDefault()),k=k.parentNode||k.ownerDocument||k===c.target.ownerDocument&&a}while(k&&!c.isPropagationStopped());if(!c.isDefaultPrevented()){var n,o=f.event.special[h]||{};if((!o._default||o._default.call(e.ownerDocument,c)===!1)&&(h!=="click"||!f.nodeName(e,"a"))&&f.acceptData(e)){try{l&&e[h]&&(n=e[l],n&&(e[l]=null),f.event.triggered=h,e[h]())}catch(p){}n&&(e[l]=n),f.event.triggered=b}}return c.result}},handle:function(c){c=f.event.fix(c||a.event);var d=((f._data(this,"events")||{})[c.type]||[]).slice(0),e=!c.exclusive&&!c.namespace,g=Array.prototype.slice.call(arguments,0);g[0]=c,c.currentTarget=this;for(var h=0,i=d.length;h-1?f.map(a.options,function(a){return a.selected}).join("-"):"":f.nodeName(a,"select")&&(c=a.selectedIndex);return c},J=function(c){var d=c.target,e,g;if(!!y.test(d.nodeName)&&!d.readOnly){e=f._data(d,"_change_data"),g=I(d),(c.type!=="focusout"||d.type!=="radio")&&f._data(d,"_change_data",g);if(e===b||g===e)return;if(e!=null||g)c.type="change",c.liveFired=b,f.event.trigger(c,arguments[1],d)}};f.event.special.change={filters:{focusout:J,beforedeactivate:J,click:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(c==="radio"||c==="checkbox"||f.nodeName(b,"select"))&&J.call(this,a)},keydown:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(a.keyCode===13&&!f.nodeName(b,"textarea")||a.keyCode===32&&(c==="checkbox"||c==="radio")||c==="select-multiple")&&J.call(this,a)},beforeactivate:function(a){var b=a.target;f._data(b,"_change_data",I(b))}},setup:function(a,b){if(this.type==="file")return!1;for(var c in H)f.event.add(this,c+".specialChange",H[c]);return y.test(this.nodeName)},teardown:function(a){f.event.remove(this,".specialChange");return y.test(this.nodeName)}},H=f.event.special.change.filters,H.focus=H.beforeactivate}f.support.focusinBubbles||f.each({focus:"focusin",blur:"focusout"},function(a,b){function e(a){var c=f.event.fix(a);c.type=b,c.originalEvent={},f.event.trigger(c,null,c.target),c.isDefaultPrevented()&&a.preventDefault()}var d=0;f.event.special[b]={setup:function(){d++===0&&c.addEventListener(a,e,!0)},teardown:function(){--d===0&&c.removeEventListener(a,e,!0)}}}),f.each(["bind","one"],function(a,c){f.fn[c]=function(a,d,e){var g;if(typeof a=="object"){for(var h in a)this[c](h,d,a[h],e);return this}if(arguments.length===2||d===!1)e=d,d=b;c==="one"?(g=function(a){f(this).unbind(a,g);return e.apply(this,arguments)},g.guid=e.guid||f.guid++):g=e;if(a==="unload"&&c!=="one")this.one(a,d,e);else for(var i=0,j=this.length;i0?this.bind(b,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0)}),function(){function u(a,b,c,d,e,f){for(var g=0,h=d.length;g0){j=i;break}}i=i[a]}d[g]=j}}}function t(a,b,c,d,e,f){for(var g=0,h=d.length;g+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d=0,e=Object.prototype.toString,g=!1,h=!0,i=/\\/g,j=/\W/;[0,0].sort(function(){h=!1;return 0});var k=function(b,d,f,g){f=f||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return f;var i,j,n,o,q,r,s,t,u=!0,w=k.isXML(d),x=[],y=b;do{a.exec(""),i=a.exec(y);if(i){y=i[3],x.push(i[1]);if(i[2]){o=i[3];break}}}while(i);if(x.length>1&&m.exec(b))if(x.length===2&&l.relative[x[0]])j=v(x[0]+x[1],d);else{j=l.relative[x[0]]?[d]:k(x.shift(),d);while(x.length)b=x.shift(),l.relative[b]&&(b+=x.shift()),j=v(b,j)}else{!g&&x.length>1&&d.nodeType===9&&!w&&l.match.ID.test(x[0])&&!l.match.ID.test(x[x.length-1])&&(q=k.find(x.shift(),d,w),d=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]);if(d){q=g?{expr:x.pop(),set:p(g)}:k.find(x.pop(),x.length===1&&(x[0]==="~"||x[0]==="+")&&d.parentNode?d.parentNode:d,w),j=q.expr?k.filter(q.expr,q.set):q.set,x.length>0?n=p(j):u=!1;while(x.length)r=x.pop(),s=r,l.relative[r]?s=x.pop():r="",s==null&&(s=d),l.relative[r](n,s,w)}else n=x=[]}n||(n=j),n||k.error(r||b);if(e.call(n)==="[object Array]")if(!u)f.push.apply(f,n);else if(d&&d.nodeType===1)for(t=0;n[t]!=null;t++)n[t]&&(n[t]===!0||n[t].nodeType===1&&k.contains(d,n[t]))&&f.push(j[t]);else for(t=0;n[t]!=null;t++)n[t]&&n[t].nodeType===1&&f.push(j[t]);else p(n,f);o&&(k(o,h,f,g),k.uniqueSort(f));return f};k.uniqueSort=function(a){if(r){g=h,a.sort(r);if(g)for(var b=1;b0},k.find=function(a,b,c){var d;if(!a)return[];for(var e=0,f=l.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!j.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(i,"")},TAG:function(a,b){return a[1].replace(i,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||k.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&k.error(a[0]);a[0]=d++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(i,"");!f&&l.attrMap[g]&&(a[1]=l.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(i,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=k(b[3],null,null,c);else{var g=k.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(l.match.POS.test(b[0])||l.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!k(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=l.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||k.getText([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=l.attrHandle[c]?l.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=l.setFilters[e];if(f)return f(a,c,b,d)}}},m=l.match.POS,n=function(a,b){return"\\"+(b-0+1)};for(var o in l.match)l.match[o]=new RegExp(l.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source),l.leftMatch[o]=new RegExp(/(^(?:.|\r|\n)*?)/.source+l.match[o].source.replace(/\\(\d+)/g,n));var p=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(q){p=function(a,b){var c=0,d=b||[];if(e.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var f=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(l.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},l.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(l.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(l.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=k,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){k=function(b,e,f,g){e=e||c;if(!g&&!k.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return p(e.getElementsByTagName(b),f);if(h[2]&&l.find.CLASS&&e.getElementsByClassName)return p(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return p([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return p([],f);if(i.id===h[3])return p([i],f)}try{return p(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var m=e,n=e.getAttribute("id"),o=n||d,q=e.parentNode,r=/^\s*[+~]/.test(b);n?o=o.replace(/'/g,"\\$&"):e.setAttribute("id",o),r&&q&&(e=e.parentNode);try{if(!r||q)return p(e.querySelectorAll("[id='"+o+"'] "+b),f)}catch(s){}finally{n||m.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)k[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}k.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(a))try{if(e||!l.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return k(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;l.order.splice(1,0,"CLASS"),l.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?k.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?k.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:k.contains=function(){return!1},k.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var v=function(a,b){var c,d=[],e="",f=b.nodeType?[b]:b;while(c=l.match.PSEUDO.exec(a))e+=c[0],a=a.replace(l.match.PSEUDO,"");a=l.relative[a]?a+"*":a;for(var g=0,h=f.length;g0)for(h=g;h0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h,i,j={},k=1;if(g&&a.length){for(d=0,e=a.length;d-1:f(g).is(h))&&c.push({selector:i,elem:g,level:k});g=g.parentNode,k++}}return c}var l=T.test(a)||typeof a!="string"?f(a,b||this.context):0;for(d=0,e=this.length;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a||typeof a=="string")return f.inArray(this[0],a?f(a):this.parent().children());return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(V(c[0])||V(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c),g=S.call(arguments);O.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!U[a]?f.unique(e):e,(this.length>1||Q.test(d))&&P.test(a)&&(e=e.reverse());return this.pushStack(e,a,g.join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var X=/ jQuery\d+="(?:\d+|null)"/g,Y=/^\s+/,Z=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,$=/<([\w:]+)/,_=/",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]};bf.optgroup=bf.option,bf.tbody=bf.tfoot=bf.colgroup=bf.caption=bf.thead,bf.th=bf.td,f.support.htmlSerialize||(bf._default=[1,"div
","
"]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){f(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f(arguments[0]).toArray());return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(X,""):null;if(typeof a=="string"&&!bb.test(a)&&(f.support.leadingWhitespace||!Y.test(a))&&!bf[($.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Z,"<$1>");try{for(var c=0,d=this.length;c1&&l0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j +)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d=a.cloneNode(!0),e,g,h;if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bi(a,d),e=bj(a),g=bj(d);for(h=0;e[h];++h)bi(e[h],g[h])}if(b){bh(a,d);if(c){e=bj(a),g=bj(d);for(h=0;e[h];++h)bh(e[h],g[h])}}e=g=null;return d},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!ba.test(k))k=b.createTextNode(k);else{k=k.replace(Z,"<$1>");var l=($.exec(k)||["",""])[1].toLowerCase(),m=bf[l]||bf._default,n=m[0],o=b.createElement("div");o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=_.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]===""&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&Y.test(k)&&o.insertBefore(b.createTextNode(Y.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof (r=k.length)=="number")for(i=0;i=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return bo.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle;c.zoom=1;var e=f.isNaN(b)?"":"alpha(opacity="+b*100+")",g=d&&d.filter||c.filter||"";c.filter=bn.test(g)?g.replace(bn,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bx(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(by=function(a,c){var d,e,g;c=c.replace(bp,"-$1").toLowerCase();if(!(e=a.ownerDocument.defaultView))return b;if(g=e.getComputedStyle(a,null))d=g.getPropertyValue(c),d===""&&!f.contains(a.ownerDocument.documentElement,a)&&(d=f.style(a,c));return d}),c.documentElement.currentStyle&&(bz=function(a,b){var c,d=a.currentStyle&&a.currentStyle[b],e=a.runtimeStyle&&a.runtimeStyle[b],f=a.style;!bq.test(d)&&br.test(d)&&(c=f.left,e&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":d||0,d=f.pixelLeft+"px",f.left=c,e&&(a.runtimeStyle.left=e));return d===""?"auto":d}),bx=by||bz,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bB=/%20/g,bC=/\[\]$/,bD=/\r?\n/g,bE=/#.*$/,bF=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bG=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bH=/^(?:about|app|app\-storage|.+\-extension|file|widget):$/,bI=/^(?:GET|HEAD)$/,bJ=/^\/\//,bK=/\?/,bL=/)<[^<]*)*<\/script>/gi,bM=/^(?:select|textarea)/i,bN=/\s+/,bO=/([?&])_=[^&]*/,bP=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bQ=f.fn.load,bR={},bS={},bT,bU;try{bT=e.href}catch(bV){bT=c.createElement("a"),bT.href="",bT=bT.href}bU=bP.exec(bT.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bQ)return bQ.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("
").append(c.replace(bL,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bM.test(this.nodeName)||bG.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bD,"\r\n")}}):{name:b.name,value:c.replace(bD,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.bind(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?f.extend(!0,a,f.ajaxSettings,b):(b=a,a=f.extend(!0,f.ajaxSettings,b));for(var c in{context:1,url:1})c in b?a[c]=b[c]:c in f.ajaxSettings&&(a[c]=f.ajaxSettings[c]);return a},ajaxSettings:{url:bT,isLocal:bH.test(bU[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML}},ajaxPrefilter:bW(bR),ajaxTransport:bW(bS),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a?4:0;var o,r,u,w=l?bZ(d,v,l):b,x,y;if(a>=200&&a<300||a===304){if(d.ifModified){if(x=v.getResponseHeader("Last-Modified"))f.lastModified[k]=x;if(y=v.getResponseHeader("Etag"))f.etag[k]=y}if(a===304)c="notmodified",o=!0;else try{r=b$(d,w),c="success",o=!0}catch(z){c="parsererror",u=z}}else{u=c;if(!c||a)c="error",a<0&&(a=0)}v.status=a,v.statusText=c,o?h.resolveWith(e,[r,c,v]):h.rejectWith(e,[v,c,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.resolveWith(e,[v,c]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f._Deferred(),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bF.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.done,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bE,"").replace(bJ,bU[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bN),d.crossDomain==null&&(r=bP.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bU[1]&&r[2]==bU[2]&&(r[3]||(r[1]==="http:"?80:443))==(bU[3]||(bU[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),bX(bR,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bI.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bK.test(d.url)?"&":"?")+d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bO,"$1_="+x);d.url=y+(y===d.url?(bK.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", */*; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=bX(bS,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){status<2?w(-1,z):f.error(z)}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)bY(g,a[g],c,e);return d.join("&").replace(bB,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var b_=f.now(),ca=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+b_++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(ca.test(b.url)||e&&ca.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(ca,l),b.url===j&&(e&&(k=k.replace(ca,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var cb=a.ActiveXObject?function(){for(var a in cd)cd[a](0,1)}:!1,cc=0,cd;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ce()||cf()}:ce,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,cb&&delete cd[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cc,cb&&(cd||(cd={},f(a).unload(cb)),cd[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var cg={},ch,ci,cj=/^(?:toggle|show|hide)$/,ck=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cl,cm=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cn,co=a.webkitRequestAnimationFrame||a.mozRequestAnimationFrame||a.oRequestAnimationFrame;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cr("show",3),a,b,c);for(var g=0,h=this.length;g=e.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),e.animatedProperties[this.prop]=!0;for(g in e.animatedProperties)e.animatedProperties[g]!==!0&&(c=!1);if(c){e.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){d.style["overflow"+b]=e.overflow[a]}),e.hide&&f(d).hide();if(e.hide||e.show)for(var i in e.animatedProperties)f.style(d,i,e.orig[i]);e.complete.call(d)}return!1}e.duration==Infinity?this.now=b:(h=b-this.startTime,this.state=h/e.duration,this.pos=f.easing[e.animatedProperties[this.prop]](this.state,h,0,1,e.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){for(var a=f.timers,b=0;b
";f.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"}),b.innerHTML=j,a.insertBefore(b,a.firstChild),d=b.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,this.doesNotAddBorder=e.offsetTop!==5,this.doesAddBorderForTableAndCells=h.offsetTop===5,e.style.position="fixed",e.style.top="20px",this.supportsFixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",this.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i,a.removeChild(b),f.offset.initialize=f.noop},bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;f.offset.initialize(),f.offset.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(f.css(a,"marginTop"))||0,c+=parseFloat(f.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var d=f.css(a,"position");d==="static"&&(a.style.position="relative");var e=f(a),g=e.offset(),h=f.css(a,"top"),i=f.css(a,"left"),j=(d==="absolute"||d==="fixed")&&f.inArray("auto",[h,i])>-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cu.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cu.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cv(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cv(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){var a=this[0];return a&&a.style?parseFloat(f.css(a,d,"padding")):null},f.fn["outer"+c]=function(a){var b=this[0];return b&&b.style?parseFloat(f.css(b,d,a?"margin":"border")):null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c];return e.document.compatMode==="CSS1Compat"&&g||e.document.body["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var h=f.css(e,d),i=parseFloat(h);return f.isNaN(i)?h:i}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f})(window); \ No newline at end of file diff --git a/OnToology/ontologies/eulr-consent.owl/documentation/resources/marked.min.js b/OnToology/ontologies/eulr-consent.owl/documentation/resources/marked.min.js new file mode 100644 index 0000000..1d736f9 --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/documentation/resources/marked.min.js @@ -0,0 +1,6 @@ +/** + * marked - a markdown parser + * Copyright (c) 2011-2014, Christopher Jeffrey. (MIT Licensed) + * https://github.com/chjj/marked + */ +(function(){var block={newline:/^\n+/,code:/^( {4}[^\n]+\n*)+/,fences:noop,hr:/^( *[-*_]){3,} *(?:\n+|$)/,heading:/^ *(#{1,6}) *([^\n]+?) *#* *(?:\n+|$)/,nptable:noop,lheading:/^([^\n]+)\n *(=|-){2,} *(?:\n+|$)/,blockquote:/^( *>[^\n]+(\n(?!def)[^\n]+)*\n*)+/,list:/^( *)(bull) [\s\S]+?(?:hr|def|\n{2,}(?! )(?!\1bull )\n*|\s*$)/,html:/^ *(?:comment|closed|closing) *(?:\n{2,}|\s*$)/,def:/^ *\[([^\]]+)\]: *]+)>?(?: +["(]([^\n]+)[")])? *(?:\n+|$)/,table:noop,paragraph:/^((?:[^\n]+\n?(?!hr|heading|lheading|blockquote|tag|def))+)\n*/,text:/^[^\n]+/};block.bullet=/(?:[*+-]|\d+\.)/;block.item=/^( *)(bull) [^\n]*(?:\n(?!\1bull )[^\n]*)*/;block.item=replace(block.item,"gm")(/bull/g,block.bullet)();block.list=replace(block.list)(/bull/g,block.bullet)("hr","\\n+(?=\\1?(?:[-*_] *){3,}(?:\\n+|$))")("def","\\n+(?="+block.def.source+")")();block.blockquote=replace(block.blockquote)("def",block.def)();block._tag="(?!(?:"+"a|em|strong|small|s|cite|q|dfn|abbr|data|time|code"+"|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo"+"|span|br|wbr|ins|del|img)\\b)\\w+(?!:/|[^\\w\\s@]*@)\\b";block.html=replace(block.html)("comment",//)("closed",/<(tag)[\s\S]+?<\/\1>/)("closing",/])*?>/)(/tag/g,block._tag)();block.paragraph=replace(block.paragraph)("hr",block.hr)("heading",block.heading)("lheading",block.lheading)("blockquote",block.blockquote)("tag","<"+block._tag)("def",block.def)();block.normal=merge({},block);block.gfm=merge({},block.normal,{fences:/^ *(`{3,}|~{3,}) *(\S+)? *\n([\s\S]+?)\s*\1 *(?:\n+|$)/,paragraph:/^/});block.gfm.paragraph=replace(block.paragraph)("(?!","(?!"+block.gfm.fences.source.replace("\\1","\\2")+"|"+block.list.source.replace("\\1","\\3")+"|")();block.tables=merge({},block.gfm,{nptable:/^ *(\S.*\|.*)\n *([-:]+ *\|[-| :]*)\n((?:.*\|.*(?:\n|$))*)\n*/,table:/^ *\|(.+)\n *\|( *[-:]+[-| :]*)\n((?: *\|.*(?:\n|$))*)\n*/});function Lexer(options){this.tokens=[];this.tokens.links={};this.options=options||marked.defaults;this.rules=block.normal;if(this.options.gfm){if(this.options.tables){this.rules=block.tables}else{this.rules=block.gfm}}}Lexer.rules=block;Lexer.lex=function(src,options){var lexer=new Lexer(options);return lexer.lex(src)};Lexer.prototype.lex=function(src){src=src.replace(/\r\n|\r/g,"\n").replace(/\t/g," ").replace(/\u00a0/g," ").replace(/\u2424/g,"\n");return this.token(src,true)};Lexer.prototype.token=function(src,top,bq){var src=src.replace(/^ +$/gm,""),next,loose,cap,bull,b,item,space,i,l;while(src){if(cap=this.rules.newline.exec(src)){src=src.substring(cap[0].length);if(cap[0].length>1){this.tokens.push({type:"space"})}}if(cap=this.rules.code.exec(src)){src=src.substring(cap[0].length);cap=cap[0].replace(/^ {4}/gm,"");this.tokens.push({type:"code",text:!this.options.pedantic?cap.replace(/\n+$/,""):cap});continue}if(cap=this.rules.fences.exec(src)){src=src.substring(cap[0].length);this.tokens.push({type:"code",lang:cap[2],text:cap[3]});continue}if(cap=this.rules.heading.exec(src)){src=src.substring(cap[0].length);this.tokens.push({type:"heading",depth:cap[1].length,text:cap[2]});continue}if(top&&(cap=this.rules.nptable.exec(src))){src=src.substring(cap[0].length);item={type:"table",header:cap[1].replace(/^ *| *\| *$/g,"").split(/ *\| */),align:cap[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:cap[3].replace(/\n$/,"").split("\n")};for(i=0;i ?/gm,"");this.token(cap,top,true);this.tokens.push({type:"blockquote_end"});continue}if(cap=this.rules.list.exec(src)){src=src.substring(cap[0].length);bull=cap[2];this.tokens.push({type:"list_start",ordered:bull.length>1});cap=cap[0].match(this.rules.item);next=false;l=cap.length;i=0;for(;i1&&b.length>1)){src=cap.slice(i+1).join("\n")+src;i=l-1}}loose=next||/\n\n(?!\s*$)/.test(item);if(i!==l-1){next=item.charAt(item.length-1)==="\n";if(!loose)loose=next}this.tokens.push({type:loose?"loose_item_start":"list_item_start"});this.token(item,false,bq);this.tokens.push({type:"list_item_end"})}this.tokens.push({type:"list_end"});continue}if(cap=this.rules.html.exec(src)){src=src.substring(cap[0].length);this.tokens.push({type:this.options.sanitize?"paragraph":"html",pre:cap[1]==="pre"||cap[1]==="script"||cap[1]==="style",text:cap[0]});continue}if(!bq&&top&&(cap=this.rules.def.exec(src))){src=src.substring(cap[0].length);this.tokens.links[cap[1].toLowerCase()]={href:cap[2],title:cap[3]};continue}if(top&&(cap=this.rules.table.exec(src))){src=src.substring(cap[0].length);item={type:"table",header:cap[1].replace(/^ *| *\| *$/g,"").split(/ *\| */),align:cap[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:cap[3].replace(/(?: *\| *)?\n$/,"").split("\n")};for(i=0;i])/,autolink:/^<([^ >]+(@|:\/)[^ >]+)>/,url:noop,tag:/^|^<\/?\w+(?:"[^"]*"|'[^']*'|[^'">])*?>/,link:/^!?\[(inside)\]\(href\)/,reflink:/^!?\[(inside)\]\s*\[([^\]]*)\]/,nolink:/^!?\[((?:\[[^\]]*\]|[^\[\]])*)\]/,strong:/^__([\s\S]+?)__(?!_)|^\*\*([\s\S]+?)\*\*(?!\*)/,em:/^\b_((?:__|[\s\S])+?)_\b|^\*((?:\*\*|[\s\S])+?)\*(?!\*)/,code:/^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/,br:/^ {2,}\n(?!\s*$)/,del:noop,text:/^[\s\S]+?(?=[\\?(?:\s+['"]([\s\S]*?)['"])?\s*/;inline.link=replace(inline.link)("inside",inline._inside)("href",inline._href)();inline.reflink=replace(inline.reflink)("inside",inline._inside)();inline.normal=merge({},inline);inline.pedantic=merge({},inline.normal,{strong:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,em:/^_(?=\S)([\s\S]*?\S)_(?!_)|^\*(?=\S)([\s\S]*?\S)\*(?!\*)/});inline.gfm=merge({},inline.normal,{escape:replace(inline.escape)("])","~|])")(),url:/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,del:/^~~(?=\S)([\s\S]*?\S)~~/,text:replace(inline.text)("]|","~]|")("|","|https?://|")()});inline.breaks=merge({},inline.gfm,{br:replace(inline.br)("{2,}","*")(),text:replace(inline.gfm.text)("{2,}","*")()});function InlineLexer(links,options){this.options=options||marked.defaults;this.links=links;this.rules=inline.normal;this.renderer=this.options.renderer||new Renderer;this.renderer.options=this.options;if(!this.links){throw new Error("Tokens array requires a `links` property.")}if(this.options.gfm){if(this.options.breaks){this.rules=inline.breaks}else{this.rules=inline.gfm}}else if(this.options.pedantic){this.rules=inline.pedantic}}InlineLexer.rules=inline;InlineLexer.output=function(src,links,options){var inline=new InlineLexer(links,options);return inline.output(src)};InlineLexer.prototype.output=function(src){var out="",link,text,href,cap;while(src){if(cap=this.rules.escape.exec(src)){src=src.substring(cap[0].length);out+=cap[1];continue}if(cap=this.rules.autolink.exec(src)){src=src.substring(cap[0].length);if(cap[2]==="@"){text=cap[1].charAt(6)===":"?this.mangle(cap[1].substring(7)):this.mangle(cap[1]);href=this.mangle("mailto:")+text}else{text=escape(cap[1]);href=text}out+=this.renderer.link(href,null,text);continue}if(!this.inLink&&(cap=this.rules.url.exec(src))){src=src.substring(cap[0].length);text=escape(cap[1]);href=text;out+=this.renderer.link(href,null,text);continue}if(cap=this.rules.tag.exec(src)){if(!this.inLink&&/^/i.test(cap[0])){this.inLink=false}src=src.substring(cap[0].length);out+=this.options.sanitize?escape(cap[0]):cap[0];continue}if(cap=this.rules.link.exec(src)){src=src.substring(cap[0].length);this.inLink=true;out+=this.outputLink(cap,{href:cap[2],title:cap[3]});this.inLink=false;continue}if((cap=this.rules.reflink.exec(src))||(cap=this.rules.nolink.exec(src))){src=src.substring(cap[0].length);link=(cap[2]||cap[1]).replace(/\s+/g," ");link=this.links[link.toLowerCase()];if(!link||!link.href){out+=cap[0].charAt(0);src=cap[0].substring(1)+src;continue}this.inLink=true;out+=this.outputLink(cap,link);this.inLink=false;continue}if(cap=this.rules.strong.exec(src)){src=src.substring(cap[0].length);out+=this.renderer.strong(this.output(cap[2]||cap[1]));continue}if(cap=this.rules.em.exec(src)){src=src.substring(cap[0].length);out+=this.renderer.em(this.output(cap[2]||cap[1]));continue}if(cap=this.rules.code.exec(src)){src=src.substring(cap[0].length);out+=this.renderer.codespan(escape(cap[2],true));continue}if(cap=this.rules.br.exec(src)){src=src.substring(cap[0].length);out+=this.renderer.br();continue}if(cap=this.rules.del.exec(src)){src=src.substring(cap[0].length);out+=this.renderer.del(this.output(cap[1]));continue}if(cap=this.rules.text.exec(src)){src=src.substring(cap[0].length);out+=escape(this.smartypants(cap[0]));continue}if(src){throw new Error("Infinite loop on byte: "+src.charCodeAt(0))}}return out};InlineLexer.prototype.outputLink=function(cap,link){var href=escape(link.href),title=link.title?escape(link.title):null;return cap[0].charAt(0)!=="!"?this.renderer.link(href,title,this.output(cap[1])):this.renderer.image(href,title,escape(cap[1]))};InlineLexer.prototype.smartypants=function(text){if(!this.options.smartypants)return text;return text.replace(/--/g,"").replace(/(^|[-\u2014/(\[{"\s])'/g,"$1").replace(/'/g,"").replace(/(^|[-\u2014/(\[{\u2018\s])"/g,"$1").replace(/"/g,"").replace(/\.{3}/g,"")};InlineLexer.prototype.mangle=function(text){var out="",l=text.length,i=0,ch;for(;i.5){ch="x"+ch.toString(16)}out+="&#"+ch+";"}return out};function Renderer(options){this.options=options||{}}Renderer.prototype.code=function(code,lang,escaped){if(this.options.highlight){var out=this.options.highlight(code,lang);if(out!=null&&out!==code){escaped=true;code=out}}if(!lang){return"
"+(escaped?code:escape(code,true))+"\n
"}return'
'+(escaped?code:escape(code,true))+"\n
\n"};Renderer.prototype.blockquote=function(quote){return"
\n"+quote+"
\n"};Renderer.prototype.html=function(html){return html};Renderer.prototype.heading=function(text,level,raw){return"'+text+"\n"};Renderer.prototype.hr=function(){return this.options.xhtml?"
\n":"
\n"};Renderer.prototype.list=function(body,ordered){var type=ordered?"ol":"ul";return"<"+type+">\n"+body+"\n"};Renderer.prototype.listitem=function(text){return"
  • "+text+"
  • \n"};Renderer.prototype.paragraph=function(text){return"

    "+text+"

    \n"};Renderer.prototype.table=function(header,body){return"\n"+"\n"+header+"\n"+"\n"+body+"\n"+"
    \n"};Renderer.prototype.tablerow=function(content){return"\n"+content+"\n"};Renderer.prototype.tablecell=function(content,flags){var type=flags.header?"th":"td";var tag=flags.align?"<"+type+' style="text-align:'+flags.align+'">':"<"+type+">";return tag+content+"\n"};Renderer.prototype.strong=function(text){return""+text+""};Renderer.prototype.em=function(text){return""+text+""};Renderer.prototype.codespan=function(text){return""+text+""};Renderer.prototype.br=function(){return this.options.xhtml?"
    ":"
    "};Renderer.prototype.del=function(text){return""+text+""};Renderer.prototype.link=function(href,title,text){if(this.options.sanitize){try{var prot=decodeURIComponent(unescape(href)).replace(/[^\w:]/g,"").toLowerCase()}catch(e){return""}if(prot.indexOf("javascript:")===0){return""}}var out='
    ";return out};Renderer.prototype.image=function(href,title,text){var out=''+text+'":">";return out};function Parser(options){this.tokens=[];this.token=null;this.options=options||marked.defaults;this.options.renderer=this.options.renderer||new Renderer;this.renderer=this.options.renderer;this.renderer.options=this.options}Parser.parse=function(src,options,renderer){var parser=new Parser(options,renderer);return parser.parse(src)};Parser.prototype.parse=function(src){this.inline=new InlineLexer(src.links,this.options,this.renderer);this.tokens=src.reverse();var out="";while(this.next()){out+=this.tok()}return out};Parser.prototype.next=function(){return this.token=this.tokens.pop()};Parser.prototype.peek=function(){return this.tokens[this.tokens.length-1]||0};Parser.prototype.parseText=function(){var body=this.token.text;while(this.peek().type==="text"){body+="\n"+this.next().text}return this.inline.output(body)};Parser.prototype.tok=function(){switch(this.token.type){case"space":{return""}case"hr":{return this.renderer.hr()}case"heading":{return this.renderer.heading(this.inline.output(this.token.text),this.token.depth,this.token.text)}case"code":{return this.renderer.code(this.token.text,this.token.lang,this.token.escaped)}case"table":{var header="",body="",i,row,cell,flags,j;cell="";for(i=0;i/g,">").replace(/"/g,""").replace(/'/g,"'")}function unescape(html){return html.replace(/&([#\w]+);/g,function(_,n){n=n.toLowerCase();if(n==="colon")return":";if(n.charAt(0)==="#"){return n.charAt(1)==="x"?String.fromCharCode(parseInt(n.substring(2),16)):String.fromCharCode(+n.substring(1))}return""})}function replace(regex,opt){regex=regex.source;opt=opt||"";return function self(name,val){if(!name)return new RegExp(regex,opt);val=val.source||val;val=val.replace(/(^|[^\[])\^/g,"$1");regex=regex.replace(name,val);return self}}function noop(){}noop.exec=noop;function merge(obj){var i=1,target,key;for(;iAn error occured:

    "+escape(e.message+"",true)+"
    "}throw e}}marked.options=marked.setOptions=function(opt){merge(marked.defaults,opt);return marked};marked.defaults={gfm:true,tables:true,breaks:false,pedantic:false,sanitize:false,smartLists:false,silent:false,highlight:null,langPrefix:"lang-",smartypants:false,headerPrefix:"",renderer:new Renderer,xhtml:false};marked.Parser=Parser;marked.parser=Parser.parse;marked.Renderer=Renderer;marked.Lexer=Lexer;marked.lexer=Lexer.lex;marked.InlineLexer=InlineLexer;marked.inlineLexer=InlineLexer.output;marked.parse=marked;if(typeof module!=="undefined"&&typeof exports==="object"){module.exports=marked}else if(typeof define==="function"&&define.amd){define(function(){return marked})}else{this.marked=marked}}).call(function(){return this||(typeof window!=="undefined"?window:global)}()); \ No newline at end of file diff --git a/OnToology/ontologies/eulr-consent.owl/documentation/resources/owl.css b/OnToology/ontologies/eulr-consent.owl/documentation/resources/owl.css new file mode 100644 index 0000000..9e80a25 --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/documentation/resources/owl.css @@ -0,0 +1,248 @@ +.RFC2119 { + text-transform: lowercase; + font-style: italic; +} +.nonterminal { + font-weight: bold; + font-family: sans-serif; + font-size: 95%; +} +#abstract br { + /* doesn't work right SOMETIMES + margin-bottom: 1em; */ +} +.name { + font-family: monospace; +} +.buttonpanel { + margin-top: 1ex; + margin-bottom: 1ex; + padding-left: 1ex; + padding-right: 1ex; + padding-top: 1ex; + padding-bottom: 0.6ex; + border: 1px dotted black; +} +.grammar { + margin-top: 1ex; + margin-bottom: 1ex; + padding-left: 1ex; + padding-right: 1ex; + padding-top: 1ex; + padding-bottom: 0.6ex; + border: 1px dashed #2f6fab; + font-family: monospace; +} +.image { + text-align: center; +} +.centered { + text-align: center; + padding-top: 4ex; + padding-bottom: 4ex; +} +.centered table { + margin: 0 auto; + text-align: left; +} +.caption { + font-weight: bold; +} +.indent { + margin-left: 20px; +} +.atrisknote { + padding: 5px; + margin-top: 10px; + margin-bottom: 10px; + border: solid 2px blue; + background-color: #FFA; +} +.atrisknotehead { + font-style: italic; +} + +/* Stying the examples. */ + +.anexample:before { + content: "Example:"; + font-family: sans-serif; + font-size: 1.6ex; + font-weight: bold; +} +.anexample { + margin-top: 1ex; + margin-bottom: 1ex; + padding-left: 1ex; + padding-right: 1ex; + padding-top: 1ex; + padding-bottom: 0.6ex; + border: 1px dashed #2f6fab; + background-color: #f9f9f9; +} +.anexample table { + background-color: #f9f9f9; +} + +/* Styling the parts in the functional-style syntax. */ + +div.fss { + margin-top: 10px; + margin-bottom: 10px; + margin-left: 20px; + margin-right: 20px; + font-family: monospace; +} +table.fss { + margin: 0px 0px 0px 0px; + padding: 0px 0px 0px 0px; + width: 100%; +} +table.fss caption.fss { + font-size: 1.5ex; + font-weight: bold; + text-align: left; + padding-left: 10px; +} +table.fss td:first-child { + font-family: monospace; + padding-left: 20px; + padding-right: 20px; + width: 60%; +} +table{ + background-color: #f4ffff; + border: 1px solid navy; + margin: 20px; + vertical-align: middle; +} +table td { + padding: 5px 15px; + text-align: left; +} + +/* Styling the parts in the RDF syntax. */ + +div.rdf{ + margin-top: 10px; + margin-bottom: 10px; + margin-left: 20px; + margin-right: 20px; + font-family: monospace; +} +table.rdf { + margin: 0px 0px 0px 0px; + padding: 0px 0px 0px 0px; + width: 100%; +} +table.rdf caption.rdf { + font-size: 1.5ex; + font-weight: bold; + text-align: left; + padding-left: 10px; +} +table.rdf td:first-child { + font-family: monospace; + padding-left: 20px; + padding-right: 20px; + width: 60%; +} + +/* Styling the XML syntax. */ + +div.xmlsyn { + margin-top: 10px; + margin-bottom: 10px; + margin-left: 20px; + margin-right: 20px; + font-family: monospace; +} +div.axioms { + margin-top: 10px; + margin-bottom: 10px; + margin-left: 20px; + margin-right: 20px; +} + +/* Other styles. */ + +table.complexity td { + text-align: center; +} +table.allname td { + font-family: monospace; +} +table.canonicalparsing { + margin-left: 20px; + border-style: none; +} +table.canonicalparsing td { + vertical-align: top; + padding: 2px 2px 2px 2px; +} +table.canonicalparsing td.two { + padding-left: 30px; +} + +/* The following are classes for templates used in the editing process. */ + +.review { + padding: 5px; + border: solid 1px black; + margin-left: 10%; + margin-top: 10px; + margin-bottom: 10px; + background-color: #FFA; + font-size: smaller; +} +.reviewauthor { + font-size: smaller; + font-style: italic; +} +.ednote { + padding: 5px; + border: solid 1px black; + margin-top: 10px; + margin-bottom: 10px; +} +.ednotehead { + font-weight: bold; +} + +/* override mediawiki's beautiful DL styling... */ +dl { + background: white; + width: 100%; + border: none; + margin-top: 0; + margin-bottom: 0; + padding-top: 0; + padding-bottom: 0; +} + +div { + margin-top: 0; + margin-bottom: 0; +} +#fulltitle { + font-size: 140%; + font-weight: bold; +} + +.xml { + color: red +} + +.rdbms{ +color: red +} + +/* just copying from wiki, so it stays through TR. Currently + affects Primer, at least */ +pre { + background-color:#F9F9F9; + border:1px dashed #2F6FAB; + color:black; + line-height:1.1em; + padding:1em; +} \ No newline at end of file diff --git a/OnToology/ontologies/eulr-consent.owl/documentation/resources/primer.css b/OnToology/ontologies/eulr-consent.owl/documentation/resources/primer.css new file mode 100644 index 0000000..fc28be7 --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/documentation/resources/primer.css @@ -0,0 +1,103 @@ +/* define a class "noprint" for sections which don't get printed */ +.noprint { display: none; } + +/* our syntax menu for switching */ +div.syntaxmenu { + border: 1px dotted black; + padding:0.5em; + margin: 1em; +} + +.container { + margin-right: auto; + margin-left: auto; + padding-left: 15px; + padding-right: 15px; +} + +@media print { + div.syntaxmenu { display:none; } +} + +/* use tab-like headers for syntax examples */ +div.exampleheader { + font-size: 90%; + float: left; + background: #F9F9F9; + color: #2F6FAB; + border: 1px dashed #2F6FAB; + border-bottom: 0px; + padding-top: 2px; +} + +div.exampleheader span.exampleheader { + background: #F9F9F9; + padding-top: 0px; + padding-right: 10px; + padding-left: 10px; + padding-bottom: 3px; + padding-top: 0px; +} + +/* Also copy MediaWiki style here, so it will not look different when exported */ +div.fssyntax pre, div.rdfxml pre, div.owlxml pre, div.turtle pre, div.manchester pre { + background-color: #F9F9F9; + border: 1px dashed #2F6FAB; + color: black; + line-height: 1.1em; + padding: 1em; + clear: both; + margin-left: 0em; +} +/* Expansion to add the status*/ +.status { + position: fixed; + left: 0em; + top: 0em; + text-align: right; + vertical-align: middle; + /* Square version of the inside span. Slightly larger */ + width: 26em; + height: 26em; + z-index: -1; + opacity: 0.8; + + /** From http://stackoverflow.com/questions/1080792/how-to-draw-vertical-text-with-css-cross-browser */ + + -webkit-transform: rotate(-90deg); + -moz-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + -o-transform: rotate(-90deg); + transform: rotate(-90deg); + /* also accepts left, right, top, bottom coordinates; not + * required, but a good idea for styling */ + -webkit-transform-origin: 50% 50%; + -moz-transform-origin: 50% 50%; + -ms-transform-origin: 50% 50%; + -o-transform-origin: 50% 50%; + transform-origin: 50% 50%; + + /* Should be unset in IE9+ I think. */ + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); +} + +/* The actual status box */ + .status div { + display: block; + background: rgb(0, 90, 156); + color: white; + width: 24em; + padding-top: 0.3em; + padding-left: 0em; + padding-right: 5em; + padding-bottom: 0.3em; + /* Enable for debugging + border: red thin solid; + */ +} + +/* And text inside, don't confuse fonts as it breaks em above */ +.status div span { + font-family: "Tauri"; + font-size: larger; +} \ No newline at end of file diff --git a/OnToology/ontologies/eulr-consent.owl/documentation/resources/rec.css b/OnToology/ontologies/eulr-consent.owl/documentation/resources/rec.css new file mode 100644 index 0000000..cf29b28 --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/documentation/resources/rec.css @@ -0,0 +1,81 @@ +/* Style for a "Recommendation" */ + +/* + Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved. + The following software licensing rules apply: + http://www.w3.org/Consortium/Legal/copyright-software */ + +/* $Id: base.css,v 1.25 2006/04/18 08:42:53 bbos Exp $ */ + +body { + padding: 2em 1em 2em 70px; + margin: 0; + font-family: sans-serif; + color: black; + background: white; + background-position: top left; + background-attachment: fixed; + background-repeat: no-repeat; +} +:link { color: #00C; background: transparent } +:visited { color: #609; background: transparent } +a:active { color: #C00; background: transparent } + +a:link img, a:visited img { border-style: none } /* no border on img links */ + +a img { color: white; } /* trick to hide the border in Netscape 4 */ +@media all { /* hide the next rule from Netscape 4 */ + a img { color: inherit; } /* undo the color change above */ +} + +th, td { /* ns 4 */ + font-family: sans-serif; +} + +h1, h2, h3, h4, h5, h6 { text-align: left } +/* background should be transparent, but WebTV has a bug */ +h1, h2, h3 { color: #005A9C; background: white } +h1 { font: 170% sans-serif } +h2 { font: 140% sans-serif } +h3 { font: 120% sans-serif } +h4 { font: bold 100% sans-serif } +h5 { font: italic 100% sans-serif } +h6 { font: small-caps 100% sans-serif } + +.hide { display: none } + +div.head { margin-bottom: 1em } +div.head h1 { margin-top: 2em; clear: both } +div.head table { margin-left: 2em; margin-top: 2em } + +p.copyright { font-size: small } +p.copyright small { font-size: small } + +@media screen { /* hide from IE3 */ +a[href]:hover { background: #ffa } +} + +pre { margin-left: 2em } +/* +p { + margin-top: 0.6em; + margin-bottom: 0.6em; +} +*/ +dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */ +dt { font-weight: bold } + +pre, code { font-family: monospace } /* navigator 4 requires this */ + +ul.toc, ol.toc { + list-style: disc; /* Mac NS has problem with 'none' */ + list-style: none; +} + +@media aural { + h1, h2, h3 { stress: 20; richness: 90 } + .hide { speak: none } + p.copyright { volume: x-soft; speech-rate: x-fast } + dt { pause-before: 20% } + pre { speak-punctuation: code } +} diff --git a/OnToology/ontologies/eulr-consent.owl/documentation/sections/abstract-en.html b/OnToology/ontologies/eulr-consent.owl/documentation/sections/abstract-en.html new file mode 100644 index 0000000..6612756 --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/documentation/sections/abstract-en.html @@ -0,0 +1 @@ +

    Abstract

    Here goes the abstract. A couple of sentences summarizing the ontology and its prupose.

    diff --git a/OnToology/ontologies/eulr-consent.owl/documentation/sections/crossref-en.html b/OnToology/ontologies/eulr-consent.owl/documentation/sections/crossref-en.html new file mode 100644 index 0000000..8f8ca5f --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/documentation/sections/crossref-en.html @@ -0,0 +1,482 @@ +

    4. Cross reference for eulr-consent classes, properties and dataproperties

    +This section provides details for each class and property defined by eulr-consent. +
    +

    Classes

    +
    + +
    +

    informationc + back to ToC or Class ToC + +

    +

    + IRI: http://ciolaws.com/ontologies/eulr-consent#Information

    +
    + NEED TO ADD REFERENCE to art 10 and 11 of Dir 95/46/EC +
    +
    +
    is in domain of
    +
    + is received by + op +
    +
    is in range of
    +
    + provides information + op +
    +
    +
    +
    +

    valid consentc + back to ToC or Class ToC + +

    +

    + IRI: http://ciolaws.com/ontologies/eulr-consent#ValidConsent

    +
    +
    is defined by
    +
    http://ciolaws.com/ontologies/eulr-consent
    +
    +
    + What are the modalities of the prior informed consent? + +Consent must be collected in a way that assures its validity. +The Regulations does not prescribe how consent is to be obtained. +Each Member State DPO provides its own guidance. +
    +
    +
    is equivalent to
    +
    (explicit + dp + value true) and (freely given + dp + value true) and (informed + dp + value true) and (specific + dp + value true) and (unambiguous + dp + value true)
    +
    has super-classes
    +
    + consent + c +
    +
    +
    +
    +

    Object Properties

    + +
    +

    gives consentop + back to ToC or Object Property ToC + +

    +

    + IRI: http://ciolaws.com/ontologies/eulr-consent#givesConsent

    +
    +
    is defined by
    +
    http://ciolaws.com/ontologies/eulr-consent
    +
    +
    + When must the consent be provided? + +Consent must be provided before the processing of personal data starts, but it can also be required in the course of a processing, where there is a new purpose. This is stressed in various provisions of Directive 2002/58/EC, either through the requirement "prior" (e.g. Article 6.3) or through the wording of the provisions (e.g. Article 5.3). + +Until when is the consent valid? + +Individuals who have consented should be able to withdraw their consent, preventing further processing of their data. This is confirmed also under the ePrivacy Directive for specific data processing operations based on consent, such as the processing of location data other than traffic data. +
    +
    +
    +
    has domain
    +
    + data subject + c +
    +
    has range
    +
    + consent + c +
    +
    +
    +
    +
    +

    is received byop + back to ToC or Object Property ToC + +

    +

    + IRI: http://ciolaws.com/ontologies/eulr-consent#isReceivedBy

    +
    +
    +
    has domain
    +
    + information + c +
    +
    has range
    +
    + data subject + c +
    +
    +
    +
    +
    +

    is seeked byop + back to ToC or Object Property ToC + +

    +

    + IRI: http://ciolaws.com/ontologies/eulr-consent#isSeekedBy

    +
    +
    +
    has domain
    +
    + consent + c +
    +
    has range
    +
    + data controller + c +
    +
    +
    +
    +
    +

    provides informationop + back to ToC or Object Property ToC + +

    +

    + IRI: http://ciolaws.com/ontologies/eulr-consent#providesInformation

    +
    +
    +
    has domain
    +
    + data controller + c +
    +
    has range
    +
    + information + c +
    +
    +
    +
    +
    +

    Data Properties

    + +
    +

    explicitdp + back to ToC or Data Property ToC + +

    +

    + IRI: http://ciolaws.com/ontologies/eulr-consent#Explicit

    +
    + As to how consent must be provided, Article 8.2(a) requires explicit consent to process sensitive data, meaning an active response, oral or in writing, whereby the individual expresses his/her wish to have his/her data processed for certain purposes. Therefore, express consent cannot be obtained by the presence of a pre-ticked box. The data subject must take some positive action to signify consent and must be free not to consent. +
    +
    +

    + has characteristics: functional

    +
    +
    has domain
    +
    + consent + c +
    +
    has range
    +
    + boolean +
    +
    +
    +
    +
    +

    freely givendp + back to ToC or Data Property ToC + +

    +

    + IRI: http://ciolaws.com/ontologies/eulr-consent#FreelyGiven

    +
    + For consent to be valid, it must be freely given. This means that there must be no risk of deception, intimidation or significant negative consequences for the data subject if he/she does not consent. Data processing operations in the employment environment where there is an element of subordination, as well as in the context of government services such as health may require careful assessment of whether individuals are free to consent. +
    +
    +

    + has characteristics: functional

    +
    +
    has domain
    +
    + consent + c +
    +
    has range
    +
    + boolean +
    +
    +
    +
    +
    +

    has legal capacitydp + back to ToC or Data Property ToC + +

    +

    + IRI: http://ciolaws.com/ontologies/eulr-consent#hasLegalCapacity

    +
    +
    is defined by
    +
    http://ciolaws.com/ontologies/eulr-consent
    +
    +
    + Valid consent presupposes individuals' capacity to consent. Rules regarding the capacity to consent are not harmonised and may therefore vary from Member State to Member State. +
    +
    +
    +
    has domain
    +
    + data subject + c +
    +
    has range
    +
    + boolean +
    +
    +
    +
    +
    +

    informeddp + back to ToC or Data Property ToC + +

    +

    + IRI: http://ciolaws.com/ontologies/eulr-consent#Informed

    +
    + Consent must be informed. Articles 10 and 11 of the Directive lists the type of information that must necessarily be provided to individuals. In any event, the information provided must be sufficient to guarantee that individuals can make well informed decisions about the processing of their personal data. The need for consent to be "informed" translates into two additional requirements. First, the way in which the information is given must ensure the use of appropriate language so that data subjects understand what they are consenting to and for what purposes. This is contextual. The use of overly complicated legal or technical jargon would not meet the requirements of the law. Second, the information provided to users should be clear and sufficiently conspicuous so that users cannot overlook it. The information must be provided directly to individuals. It is not enough for it to be merely available somewhere. +
    +
    +

    + has characteristics: functional

    +
    +
    has domain
    +
    + consent + c +
    +
    has range
    +
    + boolean +
    +
    +
    +
    +
    +

    specificdp + back to ToC or Data Property ToC + +

    +

    + IRI: http://ciolaws.com/ontologies/eulr-consent#Specific

    +
    + Consent must be specific. Blanket consent without determination of the exact purposes does not meet the threshold. Rather than inserting the information in the general conditions of the contract, this calls for the use of specific consent clauses, separated from the general terms and conditions. +
    +
    +

    + has characteristics: functional

    +
    +
    has domain
    +
    + consent + c +
    +
    has range
    +
    + boolean +
    +
    +
    +
    +
    +

    unambiguousdp + back to ToC or Data Property ToC + +

    +

    + IRI: http://ciolaws.com/ontologies/eulr-consent#Unambiguous

    +
    + For data other than sensitive data, Article 7(a) requires consent to be unambiguous. "Unambiguous" calls for the use of mechanisms to obtain consent that leave no doubt as to the individual's intention to provide consent. In practical terms, this requirement enables data controllers to use different types of mechanisms to seek consent, ranging from statements to indicate agreement (express consent), to mechanisms that rely on actions that aim at indicating agreement. + +Consent based on an individual's inaction or silence would normally not constitute valid consent, especially in an on-line context. This is an issue that arises in particular with regard to the use of default settings which the data subject is required to modify in order to reject the processing. For example, this is the case with the use of pre-ticked boxes or Internet browser settings that are set by default to collect data. +
    +
    +

    + has characteristics: functional

    +
    +
    has domain
    +
    + consent + c +
    +
    has range
    +
    + boolean +
    +
    +
    +
    +
    \ No newline at end of file diff --git a/OnToology/ontologies/eulr-consent.owl/documentation/sections/description-en.html b/OnToology/ontologies/eulr-consent.owl/documentation/sections/description-en.html new file mode 100644 index 0000000..367016e --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/documentation/sections/description-en.html @@ -0,0 +1,2 @@ +

    3. eulr-consent: Description back to ToC

    +

    Complete description of the ontology: a diagram explaining how the classes are related, examples of usage, etc.

    diff --git a/OnToology/ontologies/eulr-consent.owl/documentation/sections/introduction-en.html b/OnToology/ontologies/eulr-consent.owl/documentation/sections/introduction-en.html new file mode 100644 index 0000000..5406883 --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/documentation/sections/introduction-en.html @@ -0,0 +1,20 @@ +

    1. Introduction back to ToC

    +

    This should talk a bit about your ontology, its motivation, soa and goals

    +
    +

    1.1. Namespace declarations back to ToC

    +

    + + + + + + + + + + + + +
    Table 1: Namespaces used in the document
    rdfs<http://www.w3.org/2000/01/rdf-schema#>
    ontologies<http://ciolaws.com/ontologies/>
    terms<http://purl.org/dc/terms/>
    [Ontology NS Prefix]<http://ciolaws.com/ontologies/eulr-consent#>
    xsd<http://www.w3.org/2001/XMLSchema#>
    owl<http://www.w3.org/2002/07/owl#>
    rdf<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
    skos<http://www.w3.org/2004/02/skos/core#>
    +
    +
    diff --git a/OnToology/ontologies/eulr-consent.owl/documentation/sections/overview-en.html b/OnToology/ontologies/eulr-consent.owl/documentation/sections/overview-en.html new file mode 100644 index 0000000..4736c45 --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/documentation/sections/overview-en.html @@ -0,0 +1,85 @@ +

    2. eulr-consent: Overview back to ToC

    +

    Overview of the ontology goes here: a few sentences explaining the main concepts of the ontology

    +

    Classes

    +

    Object Properties

    Data Properties

    \ No newline at end of file diff --git a/OnToology/ontologies/eulr-consent.owl/documentation/sections/references-en.html b/OnToology/ontologies/eulr-consent.owl/documentation/sections/references-en.html new file mode 100644 index 0000000..67e4c3c --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/documentation/sections/references-en.html @@ -0,0 +1,2 @@ +

    5. References back to ToC

    +

    Add your references here. It is recommended to have them as a list.

    diff --git a/OnToology/ontologies/eulr-consent.owl/evaluation/evaluation/bootstrap.css b/OnToology/ontologies/eulr-consent.owl/evaluation/evaluation/bootstrap.css new file mode 100644 index 0000000..b17ff4c --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/evaluation/evaluation/bootstrap.css @@ -0,0 +1,7155 @@ +/*! + * Bootstrap v3.0.3 (http://getbootstrap.com) + * Copyright 2013 Twitter, Inc. + * Licensed under http://www.apache.org/licenses/LICENSE-2.0 + */ + +/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ + +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +nav, +section, +summary { + display: block; +} + +audio, +canvas, +video { + display: inline-block; +} + +audio:not([controls]) { + display: none; + height: 0; +} + +[hidden], +template { + display: none; +} + +html { + font-family: sans-serif; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} + +body { + margin: 0; +} + +a { + background: transparent; +} + +a:focus { + outline: thin dotted; +} + +a:active, +a:hover { + outline: 0; +} + +h1 { + margin: 0.67em 0; + font-size: 2em; +} + +abbr[title] { + border-bottom: 1px dotted; +} + +b, +strong { + font-weight: bold; +} + +dfn { + font-style: italic; +} + +hr { + height: 0; + -moz-box-sizing: content-box; + box-sizing: content-box; +} + +mark { + color: #000; + background: #ff0; +} + +code, +kbd, +pre, +samp { + font-family: monospace, serif; + font-size: 1em; +} + +pre { + white-space: pre-wrap; +} + +q { + quotes: "\201C" "\201D" "\2018" "\2019"; +} + +small { + font-size: 80%; +} + +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +img { + border: 0; +} + +svg:not(:root) { + overflow: hidden; +} + +figure { + margin: 0; +} + +fieldset { + padding: 0.35em 0.625em 0.75em; + margin: 0 2px; + border: 1px solid #c0c0c0; +} + +legend { + padding: 0; + border: 0; +} + +button, +input, +select, +textarea { + margin: 0; + font-family: inherit; + font-size: 100%; +} + +button, +input { + line-height: normal; +} + +button, +select { + text-transform: none; +} + +button, +html input[type="button"], +input[type="reset"], +input[type="submit"] { + cursor: pointer; + -webkit-appearance: button; +} + +button[disabled], +html input[disabled] { + cursor: default; +} + +input[type="checkbox"], +input[type="radio"] { + padding: 0; + box-sizing: border-box; +} + +input[type="search"] { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + -webkit-appearance: textfield; +} + +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +button::-moz-focus-inner, +input::-moz-focus-inner { + padding: 0; + border: 0; +} + +textarea { + overflow: auto; + vertical-align: top; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +@media print { + * { + color: #000 !important; + text-shadow: none !important; + background: transparent !important; + box-shadow: none !important; + } + a, + a:visited { + text-decoration: underline; + } + a[href]:after { + content: " (" attr(href) ")"; + } + abbr[title]:after { + content: " (" attr(title) ")"; + } + a[href^="javascript:"]:after, + a[href^="#"]:after { + content: ""; + } + pre, + blockquote { + border: 1px solid #999; + page-break-inside: avoid; + } + thead { + display: table-header-group; + } + tr, + img { + page-break-inside: avoid; + } + img { + max-width: 100% !important; + } + @page { + margin: 2cm .5cm; + } + p, + h2, + h3 { + orphans: 3; + widows: 3; + } + h2, + h3 { + page-break-after: avoid; + } + select { + background: #fff !important; + } + .navbar { + display: none; + } + .table td, + .table th { + background-color: #fff !important; + } + .btn > .caret, + .dropup > .btn > .caret { + border-top-color: #000 !important; + } + .label { + border: 1px solid #000; + } + .table { + border-collapse: collapse !important; + } + .table-bordered th, + .table-bordered td { + border: 1px solid #ddd !important; + } +} + +*, +*:before, +*:after { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +html { + font-size: 62.5%; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} + +body { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 1.428571429; + color: #333333; + background-color: #ffffff; +} + +input, +button, +select, +textarea { + font-family: inherit; + font-size: inherit; + line-height: inherit; +} + +a { + color: #428bca; + text-decoration: none; +} + +a:hover, +a:focus { + color: #2a6496; + text-decoration: underline; +} + +a:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} + +img { + vertical-align: middle; +} + +.img-responsive { + display: block; + height: auto; + max-width: 100%; +} + +.img-rounded { + border-radius: 6px; +} + +.img-thumbnail { + display: inline-block; + height: auto; + max-width: 100%; + padding: 4px; + line-height: 1.428571429; + background-color: #ffffff; + border: 1px solid #dddddd; + border-radius: 4px; + -webkit-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; +} + +.img-circle { + border-radius: 50%; +} + +hr { + margin-top: 20px; + margin-bottom: 20px; + border: 0; + border-top: 1px solid #eeeeee; +} + +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} + +h1, +h2, +h3, +h4, +h5, +h6, +.h1, +.h2, +.h3, +.h4, +.h5, +.h6 { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-weight: 500; + line-height: 1.1; + color: inherit; +} + +h1 small, +h2 small, +h3 small, +h4 small, +h5 small, +h6 small, +.h1 small, +.h2 small, +.h3 small, +.h4 small, +.h5 small, +.h6 small, +h1 .small, +h2 .small, +h3 .small, +h4 .small, +h5 .small, +h6 .small, +.h1 .small, +.h2 .small, +.h3 .small, +.h4 .small, +.h5 .small, +.h6 .small { + font-weight: normal; + line-height: 1; + color: #999999; +} + +h1, +h2, +h3 { + margin-top: 20px; + margin-bottom: 10px; +} + +h1 small, +h2 small, +h3 small, +h1 .small, +h2 .small, +h3 .small { + font-size: 65%; +} + +h4, +h5, +h6 { + margin-top: 10px; + margin-bottom: 10px; +} + +h4 small, +h5 small, +h6 small, +h4 .small, +h5 .small, +h6 .small { + font-size: 75%; +} + +h1, +.h1 { + font-size: 36px; +} + +h2, +.h2 { + font-size: 30px; +} + +h3, +.h3 { + font-size: 24px; +} + +h4, +.h4 { + font-size: 18px; +} + +h5, +.h5 { + font-size: 14px; +} + +h6, +.h6 { + font-size: 12px; +} + +p { + margin: 0 0 10px; +} + +.lead { + margin-bottom: 20px; + font-size: 16px; + font-weight: 200; + line-height: 1.4; +} + +@media (min-width: 768px) { + .lead { + font-size: 21px; + } +} + +small, +.small { + font-size: 85%; +} + +cite { + font-style: normal; +} + +.text-muted { + color: #999999; +} + +.text-primary { + color: #428bca; +} + +.text-primary:hover { + color: #3071a9; +} + +.text-warning { + color: #8a6d3b; +} + +.text-warning:hover { + color: #66512c; +} + +.text-danger { + color: #a94442; +} + +.text-danger:hover { + color: #843534; +} + +.text-success { + color: #3c763d; +} + +.text-success:hover { + color: #2b542c; +} + +.text-info { + color: #31708f; +} + +.text-info:hover { + color: #245269; +} + +.text-left { + text-align: left; +} + +.text-right { + text-align: right; +} + +.text-center { + text-align: center; +} + +.page-header { + padding-bottom: 9px; + margin: 40px 0 20px; + border-bottom: 1px solid #eeeeee; +} + +ul, +ol { + margin-top: 0; + margin-bottom: 10px; +} + +ul ul, +ol ul, +ul ol, +ol ol { + margin-bottom: 0; +} + +.list-unstyled { + padding-left: 0; + list-style: none; +} + +.list-inline { + padding-left: 0; + list-style: none; +} + +.list-inline > li { + display: inline-block; + padding-right: 5px; + padding-left: 5px; +} + +.list-inline > li:first-child { + padding-left: 0; +} + +dl { + margin-top: 0; + margin-bottom: 20px; +} + +dt, +dd { + line-height: 1.428571429; +} + +dt { + font-weight: bold; +} + +dd { + margin-left: 0; +} + +@media (min-width: 768px) { + .dl-horizontal dt { + float: left; + width: 160px; + overflow: hidden; + clear: left; + text-align: right; + text-overflow: ellipsis; + white-space: nowrap; + } + .dl-horizontal dd { + margin-left: 180px; + } + .dl-horizontal dd:before, + .dl-horizontal dd:after { + display: table; + content: " "; + } + .dl-horizontal dd:after { + clear: both; + } + .dl-horizontal dd:before, + .dl-horizontal dd:after { + display: table; + content: " "; + } + .dl-horizontal dd:after { + clear: both; + } +} + +abbr[title], +abbr[data-original-title] { + cursor: help; + border-bottom: 1px dotted #999999; +} + +.initialism { + font-size: 90%; + text-transform: uppercase; +} + +blockquote { + padding: 10px 20px; + margin: 0 0 20px; + border-left: 5px solid #eeeeee; +} + +blockquote p { + font-size: 17.5px; + font-weight: 300; + line-height: 1.25; +} + +blockquote p:last-child { + margin-bottom: 0; +} + +blockquote small, +blockquote .small { + display: block; + line-height: 1.428571429; + color: #999999; +} + +blockquote small:before, +blockquote .small:before { + content: '\2014 \00A0'; +} + +blockquote.pull-right { + padding-right: 15px; + padding-left: 0; + border-right: 5px solid #eeeeee; + border-left: 0; +} + +blockquote.pull-right p, +blockquote.pull-right small, +blockquote.pull-right .small { + text-align: right; +} + +blockquote.pull-right small:before, +blockquote.pull-right .small:before { + content: ''; +} + +blockquote.pull-right small:after, +blockquote.pull-right .small:after { + content: '\00A0 \2014'; +} + +blockquote:before, +blockquote:after { + content: ""; +} + +address { + margin-bottom: 20px; + font-style: normal; + line-height: 1.428571429; +} + +code, +kbd, +pre, +samp { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; +} + +code { + padding: 2px 4px; + font-size: 90%; + color: #c7254e; + white-space: nowrap; + background-color: #f9f2f4; + border-radius: 4px; +} + +pre { + display: block; + padding: 9.5px; + margin: 0 0 10px; + font-size: 13px; + line-height: 1.428571429; + color: #333333; + word-break: break-all; + word-wrap: break-word; + background-color: #f5f5f5; + border: 1px solid #cccccc; + border-radius: 4px; +} + +pre code { + padding: 0; + font-size: inherit; + color: inherit; + white-space: pre-wrap; + background-color: transparent; + border-radius: 0; +} + +.pre-scrollable { + max-height: 340px; + overflow-y: scroll; +} + +.container { + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} + +.container:before, +.container:after { + display: table; + content: " "; +} + +.container:after { + clear: both; +} + +.container:before, +.container:after { + display: table; + content: " "; +} + +.container:after { + clear: both; +} + +@media (min-width: 768px) { + .container { + width: 750px; + } +} + +@media (min-width: 992px) { + .container { + width: 970px; + } +} + +@media (min-width: 1200px) { + .container { + width: 1170px; + } +} + +.row { + margin-right: -15px; + margin-left: -15px; +} + +.row:before, +.row:after { + display: table; + content: " "; +} + +.row:after { + clear: both; +} + +.row:before, +.row:after { + display: table; + content: " "; +} + +.row:after { + clear: both; +} + +.col-xs-1, +.col-sm-1, +.col-md-1, +.col-lg-1, +.col-xs-2, +.col-sm-2, +.col-md-2, +.col-lg-2, +.col-xs-3, +.col-sm-3, +.col-md-3, +.col-lg-3, +.col-xs-4, +.col-sm-4, +.col-md-4, +.col-lg-4, +.col-xs-5, +.col-sm-5, +.col-md-5, +.col-lg-5, +.col-xs-6, +.col-sm-6, +.col-md-6, +.col-lg-6, +.col-xs-7, +.col-sm-7, +.col-md-7, +.col-lg-7, +.col-xs-8, +.col-sm-8, +.col-md-8, +.col-lg-8, +.col-xs-9, +.col-sm-9, +.col-md-9, +.col-lg-9, +.col-xs-10, +.col-sm-10, +.col-md-10, +.col-lg-10, +.col-xs-11, +.col-sm-11, +.col-md-11, +.col-lg-11, +.col-xs-12, +.col-sm-12, +.col-md-12, +.col-lg-12 { + position: relative; + min-height: 1px; + padding-right: 15px; + padding-left: 15px; +} + +.col-xs-1, +.col-xs-2, +.col-xs-3, +.col-xs-4, +.col-xs-5, +.col-xs-6, +.col-xs-7, +.col-xs-8, +.col-xs-9, +.col-xs-10, +.col-xs-11, +.col-xs-12 { + float: left; +} + +.col-xs-12 { + width: 100%; +} + +.col-xs-11 { + width: 91.66666666666666%; +} + +.col-xs-10 { + width: 83.33333333333334%; +} + +.col-xs-9 { + width: 75%; +} + +.col-xs-8 { + width: 66.66666666666666%; +} + +.col-xs-7 { + width: 58.333333333333336%; +} + +.col-xs-6 { + width: 50%; +} + +.col-xs-5 { + width: 41.66666666666667%; +} + +.col-xs-4 { + width: 33.33333333333333%; +} + +.col-xs-3 { + width: 25%; +} + +.col-xs-2 { + width: 16.666666666666664%; +} + +.col-xs-1 { + width: 8.333333333333332%; +} + +.col-xs-pull-12 { + right: 100%; +} + +.col-xs-pull-11 { + right: 91.66666666666666%; +} + +.col-xs-pull-10 { + right: 83.33333333333334%; +} + +.col-xs-pull-9 { + right: 75%; +} + +.col-xs-pull-8 { + right: 66.66666666666666%; +} + +.col-xs-pull-7 { + right: 58.333333333333336%; +} + +.col-xs-pull-6 { + right: 50%; +} + +.col-xs-pull-5 { + right: 41.66666666666667%; +} + +.col-xs-pull-4 { + right: 33.33333333333333%; +} + +.col-xs-pull-3 { + right: 25%; +} + +.col-xs-pull-2 { + right: 16.666666666666664%; +} + +.col-xs-pull-1 { + right: 8.333333333333332%; +} + +.col-xs-pull-0 { + right: 0; +} + +.col-xs-push-12 { + left: 100%; +} + +.col-xs-push-11 { + left: 91.66666666666666%; +} + +.col-xs-push-10 { + left: 83.33333333333334%; +} + +.col-xs-push-9 { + left: 75%; +} + +.col-xs-push-8 { + left: 66.66666666666666%; +} + +.col-xs-push-7 { + left: 58.333333333333336%; +} + +.col-xs-push-6 { + left: 50%; +} + +.col-xs-push-5 { + left: 41.66666666666667%; +} + +.col-xs-push-4 { + left: 33.33333333333333%; +} + +.col-xs-push-3 { + left: 25%; +} + +.col-xs-push-2 { + left: 16.666666666666664%; +} + +.col-xs-push-1 { + left: 8.333333333333332%; +} + +.col-xs-push-0 { + left: 0; +} + +.col-xs-offset-12 { + margin-left: 100%; +} + +.col-xs-offset-11 { + margin-left: 91.66666666666666%; +} + +.col-xs-offset-10 { + margin-left: 83.33333333333334%; +} + +.col-xs-offset-9 { + margin-left: 75%; +} + +.col-xs-offset-8 { + margin-left: 66.66666666666666%; +} + +.col-xs-offset-7 { + margin-left: 58.333333333333336%; +} + +.col-xs-offset-6 { + margin-left: 50%; +} + +.col-xs-offset-5 { + margin-left: 41.66666666666667%; +} + +.col-xs-offset-4 { + margin-left: 33.33333333333333%; +} + +.col-xs-offset-3 { + margin-left: 25%; +} + +.col-xs-offset-2 { + margin-left: 16.666666666666664%; +} + +.col-xs-offset-1 { + margin-left: 8.333333333333332%; +} + +.col-xs-offset-0 { + margin-left: 0; +} + +@media (min-width: 768px) { + .col-sm-1, + .col-sm-2, + .col-sm-3, + .col-sm-4, + .col-sm-5, + .col-sm-6, + .col-sm-7, + .col-sm-8, + .col-sm-9, + .col-sm-10, + .col-sm-11, + .col-sm-12 { + float: left; + } + .col-sm-12 { + width: 100%; + } + .col-sm-11 { + width: 91.66666666666666%; + } + .col-sm-10 { + width: 83.33333333333334%; + } + .col-sm-9 { + width: 75%; + } + .col-sm-8 { + width: 66.66666666666666%; + } + .col-sm-7 { + width: 58.333333333333336%; + } + .col-sm-6 { + width: 50%; + } + .col-sm-5 { + width: 41.66666666666667%; + } + .col-sm-4 { + width: 33.33333333333333%; + } + .col-sm-3 { + width: 25%; + } + .col-sm-2 { + width: 16.666666666666664%; + } + .col-sm-1 { + width: 8.333333333333332%; + } + .col-sm-pull-12 { + right: 100%; + } + .col-sm-pull-11 { + right: 91.66666666666666%; + } + .col-sm-pull-10 { + right: 83.33333333333334%; + } + .col-sm-pull-9 { + right: 75%; + } + .col-sm-pull-8 { + right: 66.66666666666666%; + } + .col-sm-pull-7 { + right: 58.333333333333336%; + } + .col-sm-pull-6 { + right: 50%; + } + .col-sm-pull-5 { + right: 41.66666666666667%; + } + .col-sm-pull-4 { + right: 33.33333333333333%; + } + .col-sm-pull-3 { + right: 25%; + } + .col-sm-pull-2 { + right: 16.666666666666664%; + } + .col-sm-pull-1 { + right: 8.333333333333332%; + } + .col-sm-pull-0 { + right: 0; + } + .col-sm-push-12 { + left: 100%; + } + .col-sm-push-11 { + left: 91.66666666666666%; + } + .col-sm-push-10 { + left: 83.33333333333334%; + } + .col-sm-push-9 { + left: 75%; + } + .col-sm-push-8 { + left: 66.66666666666666%; + } + .col-sm-push-7 { + left: 58.333333333333336%; + } + .col-sm-push-6 { + left: 50%; + } + .col-sm-push-5 { + left: 41.66666666666667%; + } + .col-sm-push-4 { + left: 33.33333333333333%; + } + .col-sm-push-3 { + left: 25%; + } + .col-sm-push-2 { + left: 16.666666666666664%; + } + .col-sm-push-1 { + left: 8.333333333333332%; + } + .col-sm-push-0 { + left: 0; + } + .col-sm-offset-12 { + margin-left: 100%; + } + .col-sm-offset-11 { + margin-left: 91.66666666666666%; + } + .col-sm-offset-10 { + margin-left: 83.33333333333334%; + } + .col-sm-offset-9 { + margin-left: 75%; + } + .col-sm-offset-8 { + margin-left: 66.66666666666666%; + } + .col-sm-offset-7 { + margin-left: 58.333333333333336%; + } + .col-sm-offset-6 { + margin-left: 50%; + } + .col-sm-offset-5 { + margin-left: 41.66666666666667%; + } + .col-sm-offset-4 { + margin-left: 33.33333333333333%; + } + .col-sm-offset-3 { + margin-left: 25%; + } + .col-sm-offset-2 { + margin-left: 16.666666666666664%; + } + .col-sm-offset-1 { + margin-left: 8.333333333333332%; + } + .col-sm-offset-0 { + margin-left: 0; + } +} + +@media (min-width: 992px) { + .col-md-1, + .col-md-2, + .col-md-3, + .col-md-4, + .col-md-5, + .col-md-6, + .col-md-7, + .col-md-8, + .col-md-9, + .col-md-10, + .col-md-11, + .col-md-12 { + float: left; + } + .col-md-12 { + width: 100%; + } + .col-md-11 { + width: 91.66666666666666%; + } + .col-md-10 { + width: 83.33333333333334%; + } + .col-md-9 { + width: 75%; + } + .col-md-8 { + width: 66.66666666666666%; + } + .col-md-7 { + width: 58.333333333333336%; + } + .col-md-6 { + width: 50%; + } + .col-md-5 { + width: 41.66666666666667%; + } + .col-md-4 { + width: 33.33333333333333%; + } + .col-md-3 { + width: 25%; + } + .col-md-2 { + width: 16.666666666666664%; + } + .col-md-1 { + width: 8.333333333333332%; + } + .col-md-pull-12 { + right: 100%; + } + .col-md-pull-11 { + right: 91.66666666666666%; + } + .col-md-pull-10 { + right: 83.33333333333334%; + } + .col-md-pull-9 { + right: 75%; + } + .col-md-pull-8 { + right: 66.66666666666666%; + } + .col-md-pull-7 { + right: 58.333333333333336%; + } + .col-md-pull-6 { + right: 50%; + } + .col-md-pull-5 { + right: 41.66666666666667%; + } + .col-md-pull-4 { + right: 33.33333333333333%; + } + .col-md-pull-3 { + right: 25%; + } + .col-md-pull-2 { + right: 16.666666666666664%; + } + .col-md-pull-1 { + right: 8.333333333333332%; + } + .col-md-pull-0 { + right: 0; + } + .col-md-push-12 { + left: 100%; + } + .col-md-push-11 { + left: 91.66666666666666%; + } + .col-md-push-10 { + left: 83.33333333333334%; + } + .col-md-push-9 { + left: 75%; + } + .col-md-push-8 { + left: 66.66666666666666%; + } + .col-md-push-7 { + left: 58.333333333333336%; + } + .col-md-push-6 { + left: 50%; + } + .col-md-push-5 { + left: 41.66666666666667%; + } + .col-md-push-4 { + left: 33.33333333333333%; + } + .col-md-push-3 { + left: 25%; + } + .col-md-push-2 { + left: 16.666666666666664%; + } + .col-md-push-1 { + left: 8.333333333333332%; + } + .col-md-push-0 { + left: 0; + } + .col-md-offset-12 { + margin-left: 100%; + } + .col-md-offset-11 { + margin-left: 91.66666666666666%; + } + .col-md-offset-10 { + margin-left: 83.33333333333334%; + } + .col-md-offset-9 { + margin-left: 75%; + } + .col-md-offset-8 { + margin-left: 66.66666666666666%; + } + .col-md-offset-7 { + margin-left: 58.333333333333336%; + } + .col-md-offset-6 { + margin-left: 50%; + } + .col-md-offset-5 { + margin-left: 41.66666666666667%; + } + .col-md-offset-4 { + margin-left: 33.33333333333333%; + } + .col-md-offset-3 { + margin-left: 25%; + } + .col-md-offset-2 { + margin-left: 16.666666666666664%; + } + .col-md-offset-1 { + margin-left: 8.333333333333332%; + } + .col-md-offset-0 { + margin-left: 0; + } +} + +@media (min-width: 1200px) { + .col-lg-1, + .col-lg-2, + .col-lg-3, + .col-lg-4, + .col-lg-5, + .col-lg-6, + .col-lg-7, + .col-lg-8, + .col-lg-9, + .col-lg-10, + .col-lg-11, + .col-lg-12 { + float: left; + } + .col-lg-12 { + width: 100%; + } + .col-lg-11 { + width: 91.66666666666666%; + } + .col-lg-10 { + width: 83.33333333333334%; + } + .col-lg-9 { + width: 75%; + } + .col-lg-8 { + width: 66.66666666666666%; + } + .col-lg-7 { + width: 58.333333333333336%; + } + .col-lg-6 { + width: 50%; + } + .col-lg-5 { + width: 41.66666666666667%; + } + .col-lg-4 { + width: 33.33333333333333%; + } + .col-lg-3 { + width: 25%; + } + .col-lg-2 { + width: 16.666666666666664%; + } + .col-lg-1 { + width: 8.333333333333332%; + } + .col-lg-pull-12 { + right: 100%; + } + .col-lg-pull-11 { + right: 91.66666666666666%; + } + .col-lg-pull-10 { + right: 83.33333333333334%; + } + .col-lg-pull-9 { + right: 75%; + } + .col-lg-pull-8 { + right: 66.66666666666666%; + } + .col-lg-pull-7 { + right: 58.333333333333336%; + } + .col-lg-pull-6 { + right: 50%; + } + .col-lg-pull-5 { + right: 41.66666666666667%; + } + .col-lg-pull-4 { + right: 33.33333333333333%; + } + .col-lg-pull-3 { + right: 25%; + } + .col-lg-pull-2 { + right: 16.666666666666664%; + } + .col-lg-pull-1 { + right: 8.333333333333332%; + } + .col-lg-pull-0 { + right: 0; + } + .col-lg-push-12 { + left: 100%; + } + .col-lg-push-11 { + left: 91.66666666666666%; + } + .col-lg-push-10 { + left: 83.33333333333334%; + } + .col-lg-push-9 { + left: 75%; + } + .col-lg-push-8 { + left: 66.66666666666666%; + } + .col-lg-push-7 { + left: 58.333333333333336%; + } + .col-lg-push-6 { + left: 50%; + } + .col-lg-push-5 { + left: 41.66666666666667%; + } + .col-lg-push-4 { + left: 33.33333333333333%; + } + .col-lg-push-3 { + left: 25%; + } + .col-lg-push-2 { + left: 16.666666666666664%; + } + .col-lg-push-1 { + left: 8.333333333333332%; + } + .col-lg-push-0 { + left: 0; + } + .col-lg-offset-12 { + margin-left: 100%; + } + .col-lg-offset-11 { + margin-left: 91.66666666666666%; + } + .col-lg-offset-10 { + margin-left: 83.33333333333334%; + } + .col-lg-offset-9 { + margin-left: 75%; + } + .col-lg-offset-8 { + margin-left: 66.66666666666666%; + } + .col-lg-offset-7 { + margin-left: 58.333333333333336%; + } + .col-lg-offset-6 { + margin-left: 50%; + } + .col-lg-offset-5 { + margin-left: 41.66666666666667%; + } + .col-lg-offset-4 { + margin-left: 33.33333333333333%; + } + .col-lg-offset-3 { + margin-left: 25%; + } + .col-lg-offset-2 { + margin-left: 16.666666666666664%; + } + .col-lg-offset-1 { + margin-left: 8.333333333333332%; + } + .col-lg-offset-0 { + margin-left: 0; + } +} + +table { + max-width: 100%; + background-color: transparent; +} + +th { + text-align: left; +} + +.table { + width: 100%; + margin-bottom: 20px; +} + +.table > thead > tr > th, +.table > tbody > tr > th, +.table > tfoot > tr > th, +.table > thead > tr > td, +.table > tbody > tr > td, +.table > tfoot > tr > td { + padding: 8px; + line-height: 1.428571429; + vertical-align: top; + border-top: 1px solid #dddddd; +} + +.table > thead > tr > th { + vertical-align: bottom; + border-bottom: 2px solid #dddddd; +} + +.table > caption + thead > tr:first-child > th, +.table > colgroup + thead > tr:first-child > th, +.table > thead:first-child > tr:first-child > th, +.table > caption + thead > tr:first-child > td, +.table > colgroup + thead > tr:first-child > td, +.table > thead:first-child > tr:first-child > td { + border-top: 0; +} + +.table > tbody + tbody { + border-top: 2px solid #dddddd; +} + +.table .table { + background-color: #ffffff; +} + +.table-condensed > thead > tr > th, +.table-condensed > tbody > tr > th, +.table-condensed > tfoot > tr > th, +.table-condensed > thead > tr > td, +.table-condensed > tbody > tr > td, +.table-condensed > tfoot > tr > td { + padding: 5px; +} + +.table-bordered { + border: 1px solid #dddddd; +} + +.table-bordered > thead > tr > th, +.table-bordered > tbody > tr > th, +.table-bordered > tfoot > tr > th, +.table-bordered > thead > tr > td, +.table-bordered > tbody > tr > td, +.table-bordered > tfoot > tr > td { + border: 1px solid #dddddd; +} + +.table-bordered > thead > tr > th, +.table-bordered > thead > tr > td { + border-bottom-width: 2px; +} + +.table-striped > tbody > tr:nth-child(odd) > td, +.table-striped > tbody > tr:nth-child(odd) > th { + background-color: #f9f9f9; +} + +.table-hover > tbody > tr:hover > td, +.table-hover > tbody > tr:hover > th { + background-color: #f5f5f5; +} + +table col[class*="col-"] { + position: static; + display: table-column; + float: none; +} + +table td[class*="col-"], +table th[class*="col-"] { + display: table-cell; + float: none; +} + +.table > thead > tr > .active, +.table > tbody > tr > .active, +.table > tfoot > tr > .active, +.table > thead > .active > td, +.table > tbody > .active > td, +.table > tfoot > .active > td, +.table > thead > .active > th, +.table > tbody > .active > th, +.table > tfoot > .active > th { + background-color: #f5f5f5; +} + +.table-hover > tbody > tr > .active:hover, +.table-hover > tbody > .active:hover > td, +.table-hover > tbody > .active:hover > th { + background-color: #e8e8e8; +} + +.table > thead > tr > .success, +.table > tbody > tr > .success, +.table > tfoot > tr > .success, +.table > thead > .success > td, +.table > tbody > .success > td, +.table > tfoot > .success > td, +.table > thead > .success > th, +.table > tbody > .success > th, +.table > tfoot > .success > th { + background-color: #dff0d8; +} + +.table-hover > tbody > tr > .success:hover, +.table-hover > tbody > .success:hover > td, +.table-hover > tbody > .success:hover > th { + background-color: #d0e9c6; +} + +.table > thead > tr > .danger, +.table > tbody > tr > .danger, +.table > tfoot > tr > .danger, +.table > thead > .danger > td, +.table > tbody > .danger > td, +.table > tfoot > .danger > td, +.table > thead > .danger > th, +.table > tbody > .danger > th, +.table > tfoot > .danger > th { + background-color: #f2dede; +} + +.table-hover > tbody > tr > .danger:hover, +.table-hover > tbody > .danger:hover > td, +.table-hover > tbody > .danger:hover > th { + background-color: #ebcccc; +} + +.table > thead > tr > .warning, +.table > tbody > tr > .warning, +.table > tfoot > tr > .warning, +.table > thead > .warning > td, +.table > tbody > .warning > td, +.table > tfoot > .warning > td, +.table > thead > .warning > th, +.table > tbody > .warning > th, +.table > tfoot > .warning > th { + background-color: #fcf8e3; +} + +.table-hover > tbody > tr > .warning:hover, +.table-hover > tbody > .warning:hover > td, +.table-hover > tbody > .warning:hover > th { + background-color: #faf2cc; +} + +@media (max-width: 767px) { + .table-responsive { + width: 100%; + margin-bottom: 15px; + overflow-x: scroll; + overflow-y: hidden; + border: 1px solid #dddddd; + -ms-overflow-style: -ms-autohiding-scrollbar; + -webkit-overflow-scrolling: touch; + } + .table-responsive > .table { + margin-bottom: 0; + } + .table-responsive > .table > thead > tr > th, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > td { + white-space: nowrap; + } + .table-responsive > .table-bordered { + border: 0; + } + .table-responsive > .table-bordered > thead > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; + } + .table-responsive > .table-bordered > thead > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; + } + .table-responsive > .table-bordered > tbody > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { + border-bottom: 0; + } +} + +fieldset { + padding: 0; + margin: 0; + border: 0; +} + +legend { + display: block; + width: 100%; + padding: 0; + margin-bottom: 20px; + font-size: 21px; + line-height: inherit; + color: #333333; + border: 0; + border-bottom: 1px solid #e5e5e5; +} + +label { + display: inline-block; + margin-bottom: 5px; + font-weight: bold; +} + +input[type="search"] { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +input[type="radio"], +input[type="checkbox"] { + margin: 4px 0 0; + margin-top: 1px \9; + /* IE8-9 */ + + line-height: normal; +} + +input[type="file"] { + display: block; +} + +select[multiple], +select[size] { + height: auto; +} + +select optgroup { + font-family: inherit; + font-size: inherit; + font-style: inherit; +} + +input[type="file"]:focus, +input[type="radio"]:focus, +input[type="checkbox"]:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} + +input[type="number"]::-webkit-outer-spin-button, +input[type="number"]::-webkit-inner-spin-button { + height: auto; +} + +output { + display: block; + padding-top: 7px; + font-size: 14px; + line-height: 1.428571429; + color: #555555; + vertical-align: middle; +} + +.form-control { + display: block; + width: 100%; + height: 34px; + padding: 6px 12px; + font-size: 14px; + line-height: 1.428571429; + color: #555555; + vertical-align: middle; + background-color: #ffffff; + background-image: none; + border: 1px solid #cccccc; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; + transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; +} + +.form-control:focus { + border-color: #66afe9; + outline: 0; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); +} + +.form-control:-moz-placeholder { + color: #999999; +} + +.form-control::-moz-placeholder { + color: #999999; + opacity: 1; +} + +.form-control:-ms-input-placeholder { + color: #999999; +} + +.form-control::-webkit-input-placeholder { + color: #999999; +} + +.form-control[disabled], +.form-control[readonly], +fieldset[disabled] .form-control { + cursor: not-allowed; + background-color: #eeeeee; +} + +textarea.form-control { + height: auto; +} + +.form-group { + margin-bottom: 15px; +} + +.radio, +.checkbox { + display: block; + min-height: 20px; + padding-left: 20px; + margin-top: 10px; + margin-bottom: 10px; + vertical-align: middle; +} + +.radio label, +.checkbox label { + display: inline; + margin-bottom: 0; + font-weight: normal; + cursor: pointer; +} + +.radio input[type="radio"], +.radio-inline input[type="radio"], +.checkbox input[type="checkbox"], +.checkbox-inline input[type="checkbox"] { + float: left; + margin-left: -20px; +} + +.radio + .radio, +.checkbox + .checkbox { + margin-top: -5px; +} + +.radio-inline, +.checkbox-inline { + display: inline-block; + padding-left: 20px; + margin-bottom: 0; + font-weight: normal; + vertical-align: middle; + cursor: pointer; +} + +.radio-inline + .radio-inline, +.checkbox-inline + .checkbox-inline { + margin-top: 0; + margin-left: 10px; +} + +input[type="radio"][disabled], +input[type="checkbox"][disabled], +.radio[disabled], +.radio-inline[disabled], +.checkbox[disabled], +.checkbox-inline[disabled], +fieldset[disabled] input[type="radio"], +fieldset[disabled] input[type="checkbox"], +fieldset[disabled] .radio, +fieldset[disabled] .radio-inline, +fieldset[disabled] .checkbox, +fieldset[disabled] .checkbox-inline { + cursor: not-allowed; +} + +.input-sm { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} + +select.input-sm { + height: 30px; + line-height: 30px; +} + +textarea.input-sm { + height: auto; +} + +.input-lg { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} + +select.input-lg { + height: 46px; + line-height: 46px; +} + +textarea.input-lg { + height: auto; +} + +.has-warning .help-block, +.has-warning .control-label, +.has-warning .radio, +.has-warning .checkbox, +.has-warning .radio-inline, +.has-warning .checkbox-inline { + color: #8a6d3b; +} + +.has-warning .form-control { + border-color: #8a6d3b; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} + +.has-warning .form-control:focus { + border-color: #66512c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; +} + +.has-warning .input-group-addon { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #8a6d3b; +} + +.has-error .help-block, +.has-error .control-label, +.has-error .radio, +.has-error .checkbox, +.has-error .radio-inline, +.has-error .checkbox-inline { + color: #a94442; +} + +.has-error .form-control { + border-color: #a94442; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} + +.has-error .form-control:focus { + border-color: #843534; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; +} + +.has-error .input-group-addon { + color: #a94442; + background-color: #f2dede; + border-color: #a94442; +} + +.has-success .help-block, +.has-success .control-label, +.has-success .radio, +.has-success .checkbox, +.has-success .radio-inline, +.has-success .checkbox-inline { + color: #3c763d; +} + +.has-success .form-control { + border-color: #3c763d; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} + +.has-success .form-control:focus { + border-color: #2b542c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; +} + +.has-success .input-group-addon { + color: #3c763d; + background-color: #dff0d8; + border-color: #3c763d; +} + +.form-control-static { + margin-bottom: 0; +} + +.help-block { + display: block; + margin-top: 5px; + margin-bottom: 10px; + color: #737373; +} + +@media (min-width: 768px) { + .form-inline .form-group { + display: inline-block; + margin-bottom: 0; + vertical-align: middle; + } + .form-inline .form-control { + display: inline-block; + } + .form-inline select.form-control { + width: auto; + } + .form-inline .radio, + .form-inline .checkbox { + display: inline-block; + padding-left: 0; + margin-top: 0; + margin-bottom: 0; + } + .form-inline .radio input[type="radio"], + .form-inline .checkbox input[type="checkbox"] { + float: none; + margin-left: 0; + } +} + +.form-horizontal .control-label, +.form-horizontal .radio, +.form-horizontal .checkbox, +.form-horizontal .radio-inline, +.form-horizontal .checkbox-inline { + padding-top: 7px; + margin-top: 0; + margin-bottom: 0; +} + +.form-horizontal .radio, +.form-horizontal .checkbox { + min-height: 27px; +} + +.form-horizontal .form-group { + margin-right: -15px; + margin-left: -15px; +} + +.form-horizontal .form-group:before, +.form-horizontal .form-group:after { + display: table; + content: " "; +} + +.form-horizontal .form-group:after { + clear: both; +} + +.form-horizontal .form-group:before, +.form-horizontal .form-group:after { + display: table; + content: " "; +} + +.form-horizontal .form-group:after { + clear: both; +} + +.form-horizontal .form-control-static { + padding-top: 7px; +} + +@media (min-width: 768px) { + .form-horizontal .control-label { + text-align: right; + } +} + +.btn { + display: inline-block; + padding: 6px 12px; + margin-bottom: 0; + font-size: 14px; + font-weight: normal; + line-height: 1.428571429; + text-align: center; + white-space: nowrap; + vertical-align: middle; + cursor: pointer; + background-image: none; + border: 1px solid transparent; + border-radius: 4px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -o-user-select: none; + user-select: none; +} + +.btn:focus { + outline: thin dotted; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} + +.btn:hover, +.btn:focus { + color: #333333; + text-decoration: none; +} + +.btn:active, +.btn.active { + background-image: none; + outline: 0; + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.btn.disabled, +.btn[disabled], +fieldset[disabled] .btn { + pointer-events: none; + cursor: not-allowed; + opacity: 0.65; + filter: alpha(opacity=65); + -webkit-box-shadow: none; + box-shadow: none; +} + +.btn-default { + color: #333333; + background-color: #ffffff; + border-color: #cccccc; +} + +.btn-default:hover, +.btn-default:focus, +.btn-default:active, +.btn-default.active, +.open .dropdown-toggle.btn-default { + color: #333333; + background-color: #ebebeb; + border-color: #adadad; +} + +.btn-default:active, +.btn-default.active, +.open .dropdown-toggle.btn-default { + background-image: none; +} + +.btn-default.disabled, +.btn-default[disabled], +fieldset[disabled] .btn-default, +.btn-default.disabled:hover, +.btn-default[disabled]:hover, +fieldset[disabled] .btn-default:hover, +.btn-default.disabled:focus, +.btn-default[disabled]:focus, +fieldset[disabled] .btn-default:focus, +.btn-default.disabled:active, +.btn-default[disabled]:active, +fieldset[disabled] .btn-default:active, +.btn-default.disabled.active, +.btn-default[disabled].active, +fieldset[disabled] .btn-default.active { + background-color: #ffffff; + border-color: #cccccc; +} + +.btn-default .badge { + color: #ffffff; + background-color: #fff; +} + +.btn-primary { + color: #ffffff; + background-color: #428bca; + border-color: #357ebd; +} + +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + color: #ffffff; + background-color: #3276b1; + border-color: #285e8e; +} + +.btn-primary:active, +.btn-primary.active, +.open .dropdown-toggle.btn-primary { + background-image: none; +} + +.btn-primary.disabled, +.btn-primary[disabled], +fieldset[disabled] .btn-primary, +.btn-primary.disabled:hover, +.btn-primary[disabled]:hover, +fieldset[disabled] .btn-primary:hover, +.btn-primary.disabled:focus, +.btn-primary[disabled]:focus, +fieldset[disabled] .btn-primary:focus, +.btn-primary.disabled:active, +.btn-primary[disabled]:active, +fieldset[disabled] .btn-primary:active, +.btn-primary.disabled.active, +.btn-primary[disabled].active, +fieldset[disabled] .btn-primary.active { + background-color: #428bca; + border-color: #357ebd; +} + +.btn-primary .badge { + color: #428bca; + background-color: #fff; +} + +.btn-warning { + color: #ffffff; + background-color: #f0ad4e; + border-color: #eea236; +} + +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + color: #ffffff; + background-color: #ed9c28; + border-color: #d58512; +} + +.btn-warning:active, +.btn-warning.active, +.open .dropdown-toggle.btn-warning { + background-image: none; +} + +.btn-warning.disabled, +.btn-warning[disabled], +fieldset[disabled] .btn-warning, +.btn-warning.disabled:hover, +.btn-warning[disabled]:hover, +fieldset[disabled] .btn-warning:hover, +.btn-warning.disabled:focus, +.btn-warning[disabled]:focus, +fieldset[disabled] .btn-warning:focus, +.btn-warning.disabled:active, +.btn-warning[disabled]:active, +fieldset[disabled] .btn-warning:active, +.btn-warning.disabled.active, +.btn-warning[disabled].active, +fieldset[disabled] .btn-warning.active { + background-color: #f0ad4e; + border-color: #eea236; +} + +.btn-warning .badge { + color: #f0ad4e; + background-color: #fff; +} + +.btn-danger { + color: #ffffff; + background-color: #d9534f; + border-color: #d43f3a; +} + +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + color: #ffffff; + background-color: #d2322d; + border-color: #ac2925; +} + +.btn-danger:active, +.btn-danger.active, +.open .dropdown-toggle.btn-danger { + background-image: none; +} + +.btn-danger.disabled, +.btn-danger[disabled], +fieldset[disabled] .btn-danger, +.btn-danger.disabled:hover, +.btn-danger[disabled]:hover, +fieldset[disabled] .btn-danger:hover, +.btn-danger.disabled:focus, +.btn-danger[disabled]:focus, +fieldset[disabled] .btn-danger:focus, +.btn-danger.disabled:active, +.btn-danger[disabled]:active, +fieldset[disabled] .btn-danger:active, +.btn-danger.disabled.active, +.btn-danger[disabled].active, +fieldset[disabled] .btn-danger.active { + background-color: #d9534f; + border-color: #d43f3a; +} + +.btn-danger .badge { + color: #d9534f; + background-color: #fff; +} + +.btn-success { + color: #ffffff; + background-color: #5cb85c; + border-color: #4cae4c; +} + +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + color: #ffffff; + background-color: #47a447; + border-color: #398439; +} + +.btn-success:active, +.btn-success.active, +.open .dropdown-toggle.btn-success { + background-image: none; +} + +.btn-success.disabled, +.btn-success[disabled], +fieldset[disabled] .btn-success, +.btn-success.disabled:hover, +.btn-success[disabled]:hover, +fieldset[disabled] .btn-success:hover, +.btn-success.disabled:focus, +.btn-success[disabled]:focus, +fieldset[disabled] .btn-success:focus, +.btn-success.disabled:active, +.btn-success[disabled]:active, +fieldset[disabled] .btn-success:active, +.btn-success.disabled.active, +.btn-success[disabled].active, +fieldset[disabled] .btn-success.active { + background-color: #5cb85c; + border-color: #4cae4c; +} + +.btn-success .badge { + color: #5cb85c; + background-color: #fff; +} + +.btn-info { + color: #ffffff; + background-color: #5bc0de; + border-color: #46b8da; +} + +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + color: #ffffff; + background-color: #39b3d7; + border-color: #269abc; +} + +.btn-info:active, +.btn-info.active, +.open .dropdown-toggle.btn-info { + background-image: none; +} + +.btn-info.disabled, +.btn-info[disabled], +fieldset[disabled] .btn-info, +.btn-info.disabled:hover, +.btn-info[disabled]:hover, +fieldset[disabled] .btn-info:hover, +.btn-info.disabled:focus, +.btn-info[disabled]:focus, +fieldset[disabled] .btn-info:focus, +.btn-info.disabled:active, +.btn-info[disabled]:active, +fieldset[disabled] .btn-info:active, +.btn-info.disabled.active, +.btn-info[disabled].active, +fieldset[disabled] .btn-info.active { + background-color: #5bc0de; + border-color: #46b8da; +} + +.btn-info .badge { + color: #5bc0de; + background-color: #fff; +} + +.btn-link { + font-weight: normal; + color: #428bca; + cursor: pointer; + border-radius: 0; +} + +.btn-link, +.btn-link:active, +.btn-link[disabled], +fieldset[disabled] .btn-link { + background-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} + +.btn-link, +.btn-link:hover, +.btn-link:focus, +.btn-link:active { + border-color: transparent; +} + +.btn-link:hover, +.btn-link:focus { + color: #2a6496; + text-decoration: underline; + background-color: transparent; +} + +.btn-link[disabled]:hover, +fieldset[disabled] .btn-link:hover, +.btn-link[disabled]:focus, +fieldset[disabled] .btn-link:focus { + color: #999999; + text-decoration: none; +} + +.btn-lg { + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} + +.btn-sm { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} + +.btn-xs { + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} + +.btn-block { + display: block; + width: 100%; + padding-right: 0; + padding-left: 0; +} + +.btn-block + .btn-block { + margin-top: 5px; +} + +input[type="submit"].btn-block, +input[type="reset"].btn-block, +input[type="button"].btn-block { + width: 100%; +} + +.fade { + opacity: 0; + -webkit-transition: opacity 0.15s linear; + transition: opacity 0.15s linear; +} + +.fade.in { + opacity: 1; +} + +.collapse { + display: none; +} + +.collapse.in { + display: block; +} + +.collapsing { + position: relative; + height: 0; + overflow: hidden; + -webkit-transition: height 0.35s ease; + transition: height 0.35s ease; +} + +@font-face { + font-family: 'Glyphicons Halflings'; + src: url('../fonts/glyphicons-halflings-regular.eot'); + src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg'); +} + +.glyphicon { + position: relative; + top: 1px; + display: inline-block; + font-family: 'Glyphicons Halflings'; + -webkit-font-smoothing: antialiased; + font-style: normal; + font-weight: normal; + line-height: 1; + -moz-osx-font-smoothing: grayscale; +} + +.glyphicon:empty { + width: 1em; +} + +.glyphicon-asterisk:before { + content: "\2a"; +} + +.glyphicon-plus:before { + content: "\2b"; +} + +.glyphicon-euro:before { + content: "\20ac"; +} + +.glyphicon-minus:before { + content: "\2212"; +} + +.glyphicon-cloud:before { + content: "\2601"; +} + +.glyphicon-envelope:before { + content: "\2709"; +} + +.glyphicon-pencil:before { + content: "\270f"; +} + +.glyphicon-glass:before { + content: "\e001"; +} + +.glyphicon-music:before { + content: "\e002"; +} + +.glyphicon-search:before { + content: "\e003"; +} + +.glyphicon-heart:before { + content: "\e005"; +} + +.glyphicon-star:before { + content: "\e006"; +} + +.glyphicon-star-empty:before { + content: "\e007"; +} + +.glyphicon-user:before { + content: "\e008"; +} + +.glyphicon-film:before { + content: "\e009"; +} + +.glyphicon-th-large:before { + content: "\e010"; +} + +.glyphicon-th:before { + content: "\e011"; +} + +.glyphicon-th-list:before { + content: "\e012"; +} + +.glyphicon-ok:before { + content: "\e013"; +} + +.glyphicon-remove:before { + content: "\e014"; +} + +.glyphicon-zoom-in:before { + content: "\e015"; +} + +.glyphicon-zoom-out:before { + content: "\e016"; +} + +.glyphicon-off:before { + content: "\e017"; +} + +.glyphicon-signal:before { + content: "\e018"; +} + +.glyphicon-cog:before { + content: "\e019"; +} + +.glyphicon-trash:before { + content: "\e020"; +} + +.glyphicon-home:before { + content: "\e021"; +} + +.glyphicon-file:before { + content: "\e022"; +} + +.glyphicon-time:before { + content: "\e023"; +} + +.glyphicon-road:before { + content: "\e024"; +} + +.glyphicon-download-alt:before { + content: "\e025"; +} + +.glyphicon-download:before { + content: "\e026"; +} + +.glyphicon-upload:before { + content: "\e027"; +} + +.glyphicon-inbox:before { + content: "\e028"; +} + +.glyphicon-play-circle:before { + content: "\e029"; +} + +.glyphicon-repeat:before { + content: "\e030"; +} + +.glyphicon-refresh:before { + content: "\e031"; +} + +.glyphicon-list-alt:before { + content: "\e032"; +} + +.glyphicon-lock:before { + content: "\e033"; +} + +.glyphicon-flag:before { + content: "\e034"; +} + +.glyphicon-headphones:before { + content: "\e035"; +} + +.glyphicon-volume-off:before { + content: "\e036"; +} + +.glyphicon-volume-down:before { + content: "\e037"; +} + +.glyphicon-volume-up:before { + content: "\e038"; +} + +.glyphicon-qrcode:before { + content: "\e039"; +} + +.glyphicon-barcode:before { + content: "\e040"; +} + +.glyphicon-tag:before { + content: "\e041"; +} + +.glyphicon-tags:before { + content: "\e042"; +} + +.glyphicon-book:before { + content: "\e043"; +} + +.glyphicon-bookmark:before { + content: "\e044"; +} + +.glyphicon-print:before { + content: "\e045"; +} + +.glyphicon-camera:before { + content: "\e046"; +} + +.glyphicon-font:before { + content: "\e047"; +} + +.glyphicon-bold:before { + content: "\e048"; +} + +.glyphicon-italic:before { + content: "\e049"; +} + +.glyphicon-text-height:before { + content: "\e050"; +} + +.glyphicon-text-width:before { + content: "\e051"; +} + +.glyphicon-align-left:before { + content: "\e052"; +} + +.glyphicon-align-center:before { + content: "\e053"; +} + +.glyphicon-align-right:before { + content: "\e054"; +} + +.glyphicon-align-justify:before { + content: "\e055"; +} + +.glyphicon-list:before { + content: "\e056"; +} + +.glyphicon-indent-left:before { + content: "\e057"; +} + +.glyphicon-indent-right:before { + content: "\e058"; +} + +.glyphicon-facetime-video:before { + content: "\e059"; +} + +.glyphicon-picture:before { + content: "\e060"; +} + +.glyphicon-map-marker:before { + content: "\e062"; +} + +.glyphicon-adjust:before { + content: "\e063"; +} + +.glyphicon-tint:before { + content: "\e064"; +} + +.glyphicon-edit:before { + content: "\e065"; +} + +.glyphicon-share:before { + content: "\e066"; +} + +.glyphicon-check:before { + content: "\e067"; +} + +.glyphicon-move:before { + content: "\e068"; +} + +.glyphicon-step-backward:before { + content: "\e069"; +} + +.glyphicon-fast-backward:before { + content: "\e070"; +} + +.glyphicon-backward:before { + content: "\e071"; +} + +.glyphicon-play:before { + content: "\e072"; +} + +.glyphicon-pause:before { + content: "\e073"; +} + +.glyphicon-stop:before { + content: "\e074"; +} + +.glyphicon-forward:before { + content: "\e075"; +} + +.glyphicon-fast-forward:before { + content: "\e076"; +} + +.glyphicon-step-forward:before { + content: "\e077"; +} + +.glyphicon-eject:before { + content: "\e078"; +} + +.glyphicon-chevron-left:before { + content: "\e079"; +} + +.glyphicon-chevron-right:before { + content: "\e080"; +} + +.glyphicon-plus-sign:before { + content: "\e081"; +} + +.glyphicon-minus-sign:before { + content: "\e082"; +} + +.glyphicon-remove-sign:before { + content: "\e083"; +} + +.glyphicon-ok-sign:before { + content: "\e084"; +} + +.glyphicon-question-sign:before { + content: "\e085"; +} + +.glyphicon-info-sign:before { + content: "\e086"; +} + +.glyphicon-screenshot:before { + content: "\e087"; +} + +.glyphicon-remove-circle:before { + content: "\e088"; +} + +.glyphicon-ok-circle:before { + content: "\e089"; +} + +.glyphicon-ban-circle:before { + content: "\e090"; +} + +.glyphicon-arrow-left:before { + content: "\e091"; +} + +.glyphicon-arrow-right:before { + content: "\e092"; +} + +.glyphicon-arrow-up:before { + content: "\e093"; +} + +.glyphicon-arrow-down:before { + content: "\e094"; +} + +.glyphicon-share-alt:before { + content: "\e095"; +} + +.glyphicon-resize-full:before { + content: "\e096"; +} + +.glyphicon-resize-small:before { + content: "\e097"; +} + +.glyphicon-exclamation-sign:before { + content: "\e101"; +} + +.glyphicon-gift:before { + content: "\e102"; +} + +.glyphicon-leaf:before { + content: "\e103"; +} + +.glyphicon-fire:before { + content: "\e104"; +} + +.glyphicon-eye-open:before { + content: "\e105"; +} + +.glyphicon-eye-close:before { + content: "\e106"; +} + +.glyphicon-warning-sign:before { + content: "\e107"; +} + +.glyphicon-plane:before { + content: "\e108"; +} + +.glyphicon-calendar:before { + content: "\e109"; +} + +.glyphicon-random:before { + content: "\e110"; +} + +.glyphicon-comment:before { + content: "\e111"; +} + +.glyphicon-magnet:before { + content: "\e112"; +} + +.glyphicon-chevron-up:before { + content: "\e113"; +} + +.glyphicon-chevron-down:before { + content: "\e114"; +} + +.glyphicon-retweet:before { + content: "\e115"; +} + +.glyphicon-shopping-cart:before { + content: "\e116"; +} + +.glyphicon-folder-close:before { + content: "\e117"; +} + +.glyphicon-folder-open:before { + content: "\e118"; +} + +.glyphicon-resize-vertical:before { + content: "\e119"; +} + +.glyphicon-resize-horizontal:before { + content: "\e120"; +} + +.glyphicon-hdd:before { + content: "\e121"; +} + +.glyphicon-bullhorn:before { + content: "\e122"; +} + +.glyphicon-bell:before { + content: "\e123"; +} + +.glyphicon-certificate:before { + content: "\e124"; +} + +.glyphicon-thumbs-up:before { + content: "\e125"; +} + +.glyphicon-thumbs-down:before { + content: "\e126"; +} + +.glyphicon-hand-right:before { + content: "\e127"; +} + +.glyphicon-hand-left:before { + content: "\e128"; +} + +.glyphicon-hand-up:before { + content: "\e129"; +} + +.glyphicon-hand-down:before { + content: "\e130"; +} + +.glyphicon-circle-arrow-right:before { + content: "\e131"; +} + +.glyphicon-circle-arrow-left:before { + content: "\e132"; +} + +.glyphicon-circle-arrow-up:before { + content: "\e133"; +} + +.glyphicon-circle-arrow-down:before { + content: "\e134"; +} + +.glyphicon-globe:before { + content: "\e135"; +} + +.glyphicon-wrench:before { + content: "\e136"; +} + +.glyphicon-tasks:before { + content: "\e137"; +} + +.glyphicon-filter:before { + content: "\e138"; +} + +.glyphicon-briefcase:before { + content: "\e139"; +} + +.glyphicon-fullscreen:before { + content: "\e140"; +} + +.glyphicon-dashboard:before { + content: "\e141"; +} + +.glyphicon-paperclip:before { + content: "\e142"; +} + +.glyphicon-heart-empty:before { + content: "\e143"; +} + +.glyphicon-link:before { + content: "\e144"; +} + +.glyphicon-phone:before { + content: "\e145"; +} + +.glyphicon-pushpin:before { + content: "\e146"; +} + +.glyphicon-usd:before { + content: "\e148"; +} + +.glyphicon-gbp:before { + content: "\e149"; +} + +.glyphicon-sort:before { + content: "\e150"; +} + +.glyphicon-sort-by-alphabet:before { + content: "\e151"; +} + +.glyphicon-sort-by-alphabet-alt:before { + content: "\e152"; +} + +.glyphicon-sort-by-order:before { + content: "\e153"; +} + +.glyphicon-sort-by-order-alt:before { + content: "\e154"; +} + +.glyphicon-sort-by-attributes:before { + content: "\e155"; +} + +.glyphicon-sort-by-attributes-alt:before { + content: "\e156"; +} + +.glyphicon-unchecked:before { + content: "\e157"; +} + +.glyphicon-expand:before { + content: "\e158"; +} + +.glyphicon-collapse-down:before { + content: "\e159"; +} + +.glyphicon-collapse-up:before { + content: "\e160"; +} + +.glyphicon-log-in:before { + content: "\e161"; +} + +.glyphicon-flash:before { + content: "\e162"; +} + +.glyphicon-log-out:before { + content: "\e163"; +} + +.glyphicon-new-window:before { + content: "\e164"; +} + +.glyphicon-record:before { + content: "\e165"; +} + +.glyphicon-save:before { + content: "\e166"; +} + +.glyphicon-open:before { + content: "\e167"; +} + +.glyphicon-saved:before { + content: "\e168"; +} + +.glyphicon-import:before { + content: "\e169"; +} + +.glyphicon-export:before { + content: "\e170"; +} + +.glyphicon-send:before { + content: "\e171"; +} + +.glyphicon-floppy-disk:before { + content: "\e172"; +} + +.glyphicon-floppy-saved:before { + content: "\e173"; +} + +.glyphicon-floppy-remove:before { + content: "\e174"; +} + +.glyphicon-floppy-save:before { + content: "\e175"; +} + +.glyphicon-floppy-open:before { + content: "\e176"; +} + +.glyphicon-credit-card:before { + content: "\e177"; +} + +.glyphicon-transfer:before { + content: "\e178"; +} + +.glyphicon-cutlery:before { + content: "\e179"; +} + +.glyphicon-header:before { + content: "\e180"; +} + +.glyphicon-compressed:before { + content: "\e181"; +} + +.glyphicon-earphone:before { + content: "\e182"; +} + +.glyphicon-phone-alt:before { + content: "\e183"; +} + +.glyphicon-tower:before { + content: "\e184"; +} + +.glyphicon-stats:before { + content: "\e185"; +} + +.glyphicon-sd-video:before { + content: "\e186"; +} + +.glyphicon-hd-video:before { + content: "\e187"; +} + +.glyphicon-subtitles:before { + content: "\e188"; +} + +.glyphicon-sound-stereo:before { + content: "\e189"; +} + +.glyphicon-sound-dolby:before { + content: "\e190"; +} + +.glyphicon-sound-5-1:before { + content: "\e191"; +} + +.glyphicon-sound-6-1:before { + content: "\e192"; +} + +.glyphicon-sound-7-1:before { + content: "\e193"; +} + +.glyphicon-copyright-mark:before { + content: "\e194"; +} + +.glyphicon-registration-mark:before { + content: "\e195"; +} + +.glyphicon-cloud-download:before { + content: "\e197"; +} + +.glyphicon-cloud-upload:before { + content: "\e198"; +} + +.glyphicon-tree-conifer:before { + content: "\e199"; +} + +.glyphicon-tree-deciduous:before { + content: "\e200"; +} + +.caret { + display: inline-block; + width: 0; + height: 0; + margin-left: 2px; + vertical-align: middle; + border-top: 4px solid; + border-right: 4px solid transparent; + border-left: 4px solid transparent; +} + +.dropdown { + position: relative; +} + +.dropdown-toggle:focus { + outline: 0; +} + +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 160px; + padding: 5px 0; + margin: 2px 0 0; + font-size: 14px; + list-style: none; + background-color: #ffffff; + border: 1px solid #cccccc; + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 4px; + -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + background-clip: padding-box; +} + +.dropdown-menu.pull-right { + right: 0; + left: auto; +} + +.dropdown-menu .divider { + height: 1px; + margin: 9px 0; + overflow: hidden; + background-color: #e5e5e5; +} + +.dropdown-menu > li > a { + display: block; + padding: 3px 20px; + clear: both; + font-weight: normal; + line-height: 1.428571429; + color: #333333; + white-space: nowrap; +} + +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + color: #262626; + text-decoration: none; + background-color: #f5f5f5; +} + +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + color: #ffffff; + text-decoration: none; + background-color: #428bca; + outline: 0; +} + +.dropdown-menu > .disabled > a, +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + color: #999999; +} + +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + text-decoration: none; + cursor: not-allowed; + background-color: transparent; + background-image: none; + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} + +.open > .dropdown-menu { + display: block; +} + +.open > a { + outline: 0; +} + +.dropdown-header { + display: block; + padding: 3px 20px; + font-size: 12px; + line-height: 1.428571429; + color: #999999; +} + +.dropdown-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 990; +} + +.pull-right > .dropdown-menu { + right: 0; + left: auto; +} + +.dropup .caret, +.navbar-fixed-bottom .dropdown .caret { + border-top: 0; + border-bottom: 4px solid; + content: ""; +} + +.dropup .dropdown-menu, +.navbar-fixed-bottom .dropdown .dropdown-menu { + top: auto; + bottom: 100%; + margin-bottom: 1px; +} + +@media (min-width: 768px) { + .navbar-right .dropdown-menu { + right: 0; + left: auto; + } +} + +.btn-group, +.btn-group-vertical { + position: relative; + display: inline-block; + vertical-align: middle; +} + +.btn-group > .btn, +.btn-group-vertical > .btn { + position: relative; + float: left; +} + +.btn-group > .btn:hover, +.btn-group-vertical > .btn:hover, +.btn-group > .btn:focus, +.btn-group-vertical > .btn:focus, +.btn-group > .btn:active, +.btn-group-vertical > .btn:active, +.btn-group > .btn.active, +.btn-group-vertical > .btn.active { + z-index: 2; +} + +.btn-group > .btn:focus, +.btn-group-vertical > .btn:focus { + outline: none; +} + +.btn-group .btn + .btn, +.btn-group .btn + .btn-group, +.btn-group .btn-group + .btn, +.btn-group .btn-group + .btn-group { + margin-left: -1px; +} + +.btn-toolbar:before, +.btn-toolbar:after { + display: table; + content: " "; +} + +.btn-toolbar:after { + clear: both; +} + +.btn-toolbar:before, +.btn-toolbar:after { + display: table; + content: " "; +} + +.btn-toolbar:after { + clear: both; +} + +.btn-toolbar .btn-group { + float: left; +} + +.btn-toolbar > .btn + .btn, +.btn-toolbar > .btn-group + .btn, +.btn-toolbar > .btn + .btn-group, +.btn-toolbar > .btn-group + .btn-group { + margin-left: 5px; +} + +.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { + border-radius: 0; +} + +.btn-group > .btn:first-child { + margin-left: 0; +} + +.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.btn-group > .btn:last-child:not(:first-child), +.btn-group > .dropdown-toggle:not(:first-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.btn-group > .btn-group { + float: left; +} + +.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} + +.btn-group > .btn-group:first-child > .btn:last-child, +.btn-group > .btn-group:first-child > .dropdown-toggle { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.btn-group > .btn-group:last-child > .btn:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.btn-group .dropdown-toggle:active, +.btn-group.open .dropdown-toggle { + outline: 0; +} + +.btn-group-xs > .btn { + padding: 1px 5px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} + +.btn-group-sm > .btn { + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} + +.btn-group-lg > .btn { + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} + +.btn-group > .btn + .dropdown-toggle { + padding-right: 8px; + padding-left: 8px; +} + +.btn-group > .btn-lg + .dropdown-toggle { + padding-right: 12px; + padding-left: 12px; +} + +.btn-group.open .dropdown-toggle { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.btn-group.open .dropdown-toggle.btn-link { + -webkit-box-shadow: none; + box-shadow: none; +} + +.btn .caret { + margin-left: 0; +} + +.btn-lg .caret { + border-width: 5px 5px 0; + border-bottom-width: 0; +} + +.dropup .btn-lg .caret { + border-width: 0 5px 5px; +} + +.btn-group-vertical > .btn, +.btn-group-vertical > .btn-group, +.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 { + display: table; + content: " "; +} + +.btn-group-vertical > .btn-group:after { + clear: both; +} + +.btn-group-vertical > .btn-group:before, +.btn-group-vertical > .btn-group:after { + display: table; + content: " "; +} + +.btn-group-vertical > .btn-group:after { + clear: both; +} + +.btn-group-vertical > .btn-group > .btn { + float: none; +} + +.btn-group-vertical > .btn + .btn, +.btn-group-vertical > .btn + .btn-group, +.btn-group-vertical > .btn-group + .btn, +.btn-group-vertical > .btn-group + .btn-group { + margin-top: -1px; + margin-left: 0; +} + +.btn-group-vertical > .btn:not(:first-child):not(:last-child) { + border-radius: 0; +} + +.btn-group-vertical > .btn:first-child:not(:last-child) { + border-top-right-radius: 4px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} + +.btn-group-vertical > .btn:last-child:not(:first-child) { + border-top-right-radius: 0; + border-bottom-left-radius: 4px; + border-top-left-radius: 0; +} + +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} + +.btn-group-vertical > .btn-group:first-child > .btn:last-child, +.btn-group-vertical > .btn-group:first-child > .dropdown-toggle { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} + +.btn-group-vertical > .btn-group:last-child > .btn:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; +} + +.btn-group-justified { + display: table; + width: 100%; + border-collapse: separate; + table-layout: fixed; +} + +.btn-group-justified > .btn, +.btn-group-justified > .btn-group { + display: table-cell; + float: none; + width: 1%; +} + +.btn-group-justified > .btn-group .btn { + width: 100%; +} + +[data-toggle="buttons"] > .btn > input[type="radio"], +[data-toggle="buttons"] > .btn > input[type="checkbox"] { + display: none; +} + +.input-group { + position: relative; + display: table; + border-collapse: separate; +} + +.input-group[class*="col-"] { + float: none; + padding-right: 0; + padding-left: 0; +} + +.input-group .form-control { + width: 100%; + margin-bottom: 0; +} + +.input-group-lg > .form-control, +.input-group-lg > .input-group-addon, +.input-group-lg > .input-group-btn > .btn { + height: 46px; + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} + +select.input-group-lg > .form-control, +select.input-group-lg > .input-group-addon, +select.input-group-lg > .input-group-btn > .btn { + height: 46px; + line-height: 46px; +} + +textarea.input-group-lg > .form-control, +textarea.input-group-lg > .input-group-addon, +textarea.input-group-lg > .input-group-btn > .btn { + height: auto; +} + +.input-group-sm > .form-control, +.input-group-sm > .input-group-addon, +.input-group-sm > .input-group-btn > .btn { + height: 30px; + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; + border-radius: 3px; +} + +select.input-group-sm > .form-control, +select.input-group-sm > .input-group-addon, +select.input-group-sm > .input-group-btn > .btn { + height: 30px; + line-height: 30px; +} + +textarea.input-group-sm > .form-control, +textarea.input-group-sm > .input-group-addon, +textarea.input-group-sm > .input-group-btn > .btn { + height: auto; +} + +.input-group-addon, +.input-group-btn, +.input-group .form-control { + display: table-cell; +} + +.input-group-addon:not(:first-child):not(:last-child), +.input-group-btn:not(:first-child):not(:last-child), +.input-group .form-control:not(:first-child):not(:last-child) { + border-radius: 0; +} + +.input-group-addon, +.input-group-btn { + width: 1%; + white-space: nowrap; + vertical-align: middle; +} + +.input-group-addon { + padding: 6px 12px; + font-size: 14px; + font-weight: normal; + line-height: 1; + color: #555555; + text-align: center; + background-color: #eeeeee; + border: 1px solid #cccccc; + border-radius: 4px; +} + +.input-group-addon.input-sm { + padding: 5px 10px; + font-size: 12px; + border-radius: 3px; +} + +.input-group-addon.input-lg { + padding: 10px 16px; + font-size: 18px; + border-radius: 6px; +} + +.input-group-addon input[type="radio"], +.input-group-addon input[type="checkbox"] { + margin-top: 0; +} + +.input-group .form-control:first-child, +.input-group-addon:first-child, +.input-group-btn:first-child > .btn, +.input-group-btn:first-child > .dropdown-toggle, +.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.input-group-addon:first-child { + border-right: 0; +} + +.input-group .form-control:last-child, +.input-group-addon:last-child, +.input-group-btn:last-child > .btn, +.input-group-btn:last-child > .dropdown-toggle, +.input-group-btn:first-child > .btn:not(:first-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.input-group-addon:last-child { + border-left: 0; +} + +.input-group-btn { + position: relative; + white-space: nowrap; +} + +.input-group-btn:first-child > .btn { + margin-right: -1px; +} + +.input-group-btn:last-child > .btn { + margin-left: -1px; +} + +.input-group-btn > .btn { + position: relative; +} + +.input-group-btn > .btn + .btn { + margin-left: -4px; +} + +.input-group-btn > .btn:hover, +.input-group-btn > .btn:active { + z-index: 2; +} + +.nav { + padding-left: 0; + margin-bottom: 0; + list-style: none; +} + +.nav:before, +.nav:after { + display: table; + content: " "; +} + +.nav:after { + clear: both; +} + +.nav:before, +.nav:after { + display: table; + content: " "; +} + +.nav:after { + clear: both; +} + +.nav > li { + position: relative; + display: block; +} + +.nav > li > a { + position: relative; + display: block; + padding: 10px 15px; +} + +.nav > li > a:hover, +.nav > li > a:focus { + text-decoration: none; + background-color: #eeeeee; +} + +.nav > li.disabled > a { + color: #999999; +} + +.nav > li.disabled > a:hover, +.nav > li.disabled > a:focus { + color: #999999; + text-decoration: none; + cursor: not-allowed; + background-color: transparent; +} + +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + background-color: #eeeeee; + border-color: #428bca; +} + +.nav .nav-divider { + height: 1px; + margin: 9px 0; + overflow: hidden; + background-color: #e5e5e5; +} + +.nav > li > a > img { + max-width: none; +} + +.nav-tabs { + border-bottom: 1px solid #dddddd; +} + +.nav-tabs > li { + float: left; + margin-bottom: -1px; +} + +.nav-tabs > li > a { + margin-right: 2px; + line-height: 1.428571429; + border: 1px solid transparent; + border-radius: 4px 4px 0 0; +} + +.nav-tabs > li > a:hover { + border-color: #eeeeee #eeeeee #dddddd; +} + +.nav-tabs > li.active > a, +.nav-tabs > li.active > a:hover, +.nav-tabs > li.active > a:focus { + color: #555555; + cursor: default; + background-color: #ffffff; + border: 1px solid #dddddd; + border-bottom-color: transparent; +} + +.nav-tabs.nav-justified { + width: 100%; + border-bottom: 0; +} + +.nav-tabs.nav-justified > li { + float: none; +} + +.nav-tabs.nav-justified > li > a { + margin-bottom: 5px; + text-align: center; +} + +.nav-tabs.nav-justified > .dropdown .dropdown-menu { + top: auto; + left: auto; +} + +@media (min-width: 768px) { + .nav-tabs.nav-justified > li { + display: table-cell; + width: 1%; + } + .nav-tabs.nav-justified > li > a { + margin-bottom: 0; + } +} + +.nav-tabs.nav-justified > li > a { + margin-right: 0; + border-radius: 4px; +} + +.nav-tabs.nav-justified > .active > a, +.nav-tabs.nav-justified > .active > a:hover, +.nav-tabs.nav-justified > .active > a:focus { + border: 1px solid #dddddd; +} + +@media (min-width: 768px) { + .nav-tabs.nav-justified > li > a { + border-bottom: 1px solid #dddddd; + border-radius: 4px 4px 0 0; + } + .nav-tabs.nav-justified > .active > a, + .nav-tabs.nav-justified > .active > a:hover, + .nav-tabs.nav-justified > .active > a:focus { + border-bottom-color: #ffffff; + } +} + +.nav-pills > li { + float: left; +} + +.nav-pills > li > a { + border-radius: 4px; +} + +.nav-pills > li + li { + margin-left: 2px; +} + +.nav-pills > li.active > a, +.nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + color: #ffffff; + background-color: #428bca; +} + +.nav-stacked > li { + float: none; +} + +.nav-stacked > li + li { + margin-top: 2px; + margin-left: 0; +} + +.nav-justified { + width: 100%; +} + +.nav-justified > li { + float: none; +} + +.nav-justified > li > a { + margin-bottom: 5px; + text-align: center; +} + +.nav-justified > .dropdown .dropdown-menu { + top: auto; + left: auto; +} + +@media (min-width: 768px) { + .nav-justified > li { + display: table-cell; + width: 1%; + } + .nav-justified > li > a { + margin-bottom: 0; + } +} + +.nav-tabs-justified { + border-bottom: 0; +} + +.nav-tabs-justified > li > a { + margin-right: 0; + border-radius: 4px; +} + +.nav-tabs-justified > .active > a, +.nav-tabs-justified > .active > a:hover, +.nav-tabs-justified > .active > a:focus { + border: 1px solid #dddddd; +} + +@media (min-width: 768px) { + .nav-tabs-justified > li > a { + border-bottom: 1px solid #dddddd; + border-radius: 4px 4px 0 0; + } + .nav-tabs-justified > .active > a, + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { + border-bottom-color: #ffffff; + } +} + +.tab-content > .tab-pane { + display: none; +} + +.tab-content > .active { + display: block; +} + +.nav-tabs .dropdown-menu { + margin-top: -1px; + border-top-right-radius: 0; + border-top-left-radius: 0; +} + +.navbar { + position: relative; + min-height: 50px; + margin-bottom: 20px; + border: 1px solid transparent; +} + +.navbar:before, +.navbar:after { + display: table; + content: " "; +} + +.navbar:after { + clear: both; +} + +.navbar:before, +.navbar:after { + display: table; + content: " "; +} + +.navbar:after { + clear: both; +} + +@media (min-width: 768px) { + .navbar { + border-radius: 4px; + } +} + +.navbar-header:before, +.navbar-header:after { + display: table; + content: " "; +} + +.navbar-header:after { + clear: both; +} + +.navbar-header:before, +.navbar-header:after { + display: table; + content: " "; +} + +.navbar-header:after { + clear: both; +} + +@media (min-width: 768px) { + .navbar-header { + float: left; + } +} + +.navbar-collapse { + max-height: 340px; + padding-right: 15px; + padding-left: 15px; + overflow-x: visible; + border-top: 1px solid transparent; + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); + -webkit-overflow-scrolling: touch; +} + +.navbar-collapse:before, +.navbar-collapse:after { + display: table; + content: " "; +} + +.navbar-collapse:after { + clear: both; +} + +.navbar-collapse:before, +.navbar-collapse:after { + display: table; + content: " "; +} + +.navbar-collapse:after { + clear: both; +} + +.navbar-collapse.in { + overflow-y: auto; +} + +@media (min-width: 768px) { + .navbar-collapse { + width: auto; + border-top: 0; + box-shadow: none; + } + .navbar-collapse.collapse { + display: block !important; + height: auto !important; + padding-bottom: 0; + overflow: visible !important; + } + .navbar-collapse.in { + overflow-y: visible; + } + .navbar-fixed-top .navbar-collapse, + .navbar-static-top .navbar-collapse, + .navbar-fixed-bottom .navbar-collapse { + padding-right: 0; + padding-left: 0; + } +} + +.container > .navbar-header, +.container > .navbar-collapse { + margin-right: -15px; + margin-left: -15px; +} + +@media (min-width: 768px) { + .container > .navbar-header, + .container > .navbar-collapse { + margin-right: 0; + margin-left: 0; + } +} + +.navbar-static-top { + z-index: 1000; + border-width: 0 0 1px; +} + +@media (min-width: 768px) { + .navbar-static-top { + border-radius: 0; + } +} + +.navbar-fixed-top, +.navbar-fixed-bottom { + position: fixed; + right: 0; + left: 0; + z-index: 1030; +} + +@media (min-width: 768px) { + .navbar-fixed-top, + .navbar-fixed-bottom { + border-radius: 0; + } +} + +.navbar-fixed-top { + top: 0; + border-width: 0 0 1px; +} + +.navbar-fixed-bottom { + bottom: 0; + margin-bottom: 0; + border-width: 1px 0 0; +} + +.navbar-brand { + float: left; + padding: 15px 15px; + font-size: 18px; + line-height: 20px; +} + +.navbar-brand:hover, +.navbar-brand:focus { + text-decoration: none; +} + +@media (min-width: 768px) { + .navbar > .container .navbar-brand { + margin-left: -15px; + } +} + +.navbar-toggle { + position: relative; + float: right; + padding: 9px 10px; + margin-top: 8px; + margin-right: 15px; + margin-bottom: 8px; + background-color: transparent; + background-image: none; + border: 1px solid transparent; + border-radius: 4px; +} + +.navbar-toggle .icon-bar { + display: block; + width: 22px; + height: 2px; + border-radius: 1px; +} + +.navbar-toggle .icon-bar + .icon-bar { + margin-top: 4px; +} + +@media (min-width: 768px) { + .navbar-toggle { + display: none; + } +} + +.navbar-nav { + margin: 7.5px -15px; +} + +.navbar-nav > li > a { + padding-top: 10px; + padding-bottom: 10px; + line-height: 20px; +} + +@media (max-width: 767px) { + .navbar-nav .open .dropdown-menu { + position: static; + float: none; + width: auto; + margin-top: 0; + background-color: transparent; + border: 0; + box-shadow: none; + } + .navbar-nav .open .dropdown-menu > li > a, + .navbar-nav .open .dropdown-menu .dropdown-header { + padding: 5px 15px 5px 25px; + } + .navbar-nav .open .dropdown-menu > li > a { + line-height: 20px; + } + .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-nav .open .dropdown-menu > li > a:focus { + background-image: none; + } +} + +@media (min-width: 768px) { + .navbar-nav { + float: left; + margin: 0; + } + .navbar-nav > li { + float: left; + } + .navbar-nav > li > a { + padding-top: 15px; + padding-bottom: 15px; + } + .navbar-nav.navbar-right:last-child { + margin-right: -15px; + } +} + +@media (min-width: 768px) { + .navbar-left { + float: left !important; + } + .navbar-right { + float: right !important; + } +} + +.navbar-form { + padding: 10px 15px; + margin-top: 8px; + margin-right: -15px; + margin-bottom: 8px; + margin-left: -15px; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); +} + +@media (min-width: 768px) { + .navbar-form .form-group { + display: inline-block; + margin-bottom: 0; + vertical-align: middle; + } + .navbar-form .form-control { + display: inline-block; + } + .navbar-form select.form-control { + width: auto; + } + .navbar-form .radio, + .navbar-form .checkbox { + display: inline-block; + padding-left: 0; + margin-top: 0; + margin-bottom: 0; + } + .navbar-form .radio input[type="radio"], + .navbar-form .checkbox input[type="checkbox"] { + float: none; + margin-left: 0; + } +} + +@media (max-width: 767px) { + .navbar-form .form-group { + margin-bottom: 5px; + } +} + +@media (min-width: 768px) { + .navbar-form { + width: auto; + padding-top: 0; + padding-bottom: 0; + margin-right: 0; + margin-left: 0; + border: 0; + -webkit-box-shadow: none; + box-shadow: none; + } + .navbar-form.navbar-right:last-child { + margin-right: -15px; + } +} + +.navbar-nav > li > .dropdown-menu { + margin-top: 0; + border-top-right-radius: 0; + border-top-left-radius: 0; +} + +.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} + +.navbar-nav.pull-right > li > .dropdown-menu, +.navbar-nav > li > .dropdown-menu.pull-right { + right: 0; + left: auto; +} + +.navbar-btn { + margin-top: 8px; + margin-bottom: 8px; +} + +.navbar-btn.btn-sm { + margin-top: 10px; + margin-bottom: 10px; +} + +.navbar-btn.btn-xs { + margin-top: 14px; + margin-bottom: 14px; +} + +.navbar-text { + margin-top: 15px; + margin-bottom: 15px; +} + +@media (min-width: 768px) { + .navbar-text { + float: left; + margin-right: 15px; + margin-left: 15px; + } + .navbar-text.navbar-right:last-child { + margin-right: 0; + } +} + +.navbar-default { + background-color: #f8f8f8; + border-color: #e7e7e7; +} + +.navbar-default .navbar-brand { + color: #777777; +} + +.navbar-default .navbar-brand:hover, +.navbar-default .navbar-brand:focus { + color: #5e5e5e; + background-color: transparent; +} + +.navbar-default .navbar-text { + color: #777777; +} + +.navbar-default .navbar-nav > li > a { + color: #777777; +} + +.navbar-default .navbar-nav > li > a:hover, +.navbar-default .navbar-nav > li > a:focus { + color: #333333; + background-color: transparent; +} + +.navbar-default .navbar-nav > .active > a, +.navbar-default .navbar-nav > .active > a:hover, +.navbar-default .navbar-nav > .active > a:focus { + color: #555555; + background-color: #e7e7e7; +} + +.navbar-default .navbar-nav > .disabled > a, +.navbar-default .navbar-nav > .disabled > a:hover, +.navbar-default .navbar-nav > .disabled > a:focus { + color: #cccccc; + background-color: transparent; +} + +.navbar-default .navbar-toggle { + border-color: #dddddd; +} + +.navbar-default .navbar-toggle:hover, +.navbar-default .navbar-toggle:focus { + background-color: #dddddd; +} + +.navbar-default .navbar-toggle .icon-bar { + background-color: #cccccc; +} + +.navbar-default .navbar-collapse, +.navbar-default .navbar-form { + border-color: #e7e7e7; +} + +.navbar-default .navbar-nav > .open > a, +.navbar-default .navbar-nav > .open > a:hover, +.navbar-default .navbar-nav > .open > a:focus { + color: #555555; + background-color: #e7e7e7; +} + +@media (max-width: 767px) { + .navbar-default .navbar-nav .open .dropdown-menu > li > a { + color: #777777; + } + .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { + color: #333333; + background-color: transparent; + } + .navbar-default .navbar-nav .open .dropdown-menu > .active > a, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #555555; + background-color: #e7e7e7; + } + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #cccccc; + background-color: transparent; + } +} + +.navbar-default .navbar-link { + color: #777777; +} + +.navbar-default .navbar-link:hover { + color: #333333; +} + +.navbar-inverse { + background-color: #222222; + border-color: #080808; +} + +.navbar-inverse .navbar-brand { + color: #999999; +} + +.navbar-inverse .navbar-brand:hover, +.navbar-inverse .navbar-brand:focus { + color: #ffffff; + background-color: transparent; +} + +.navbar-inverse .navbar-text { + color: #999999; +} + +.navbar-inverse .navbar-nav > li > a { + color: #999999; +} + +.navbar-inverse .navbar-nav > li > a:hover, +.navbar-inverse .navbar-nav > li > a:focus { + color: #ffffff; + background-color: transparent; +} + +.navbar-inverse .navbar-nav > .active > a, +.navbar-inverse .navbar-nav > .active > a:hover, +.navbar-inverse .navbar-nav > .active > a:focus { + color: #ffffff; + background-color: #080808; +} + +.navbar-inverse .navbar-nav > .disabled > a, +.navbar-inverse .navbar-nav > .disabled > a:hover, +.navbar-inverse .navbar-nav > .disabled > a:focus { + color: #444444; + background-color: transparent; +} + +.navbar-inverse .navbar-toggle { + border-color: #333333; +} + +.navbar-inverse .navbar-toggle:hover, +.navbar-inverse .navbar-toggle:focus { + background-color: #333333; +} + +.navbar-inverse .navbar-toggle .icon-bar { + background-color: #ffffff; +} + +.navbar-inverse .navbar-collapse, +.navbar-inverse .navbar-form { + border-color: #101010; +} + +.navbar-inverse .navbar-nav > .open > a, +.navbar-inverse .navbar-nav > .open > a:hover, +.navbar-inverse .navbar-nav > .open > a:focus { + color: #ffffff; + background-color: #080808; +} + +@media (max-width: 767px) { + .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { + border-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu .divider { + background-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { + color: #999999; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { + color: #ffffff; + background-color: transparent; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { + color: #ffffff; + background-color: #080808; + } + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, + .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { + color: #444444; + background-color: transparent; + } +} + +.navbar-inverse .navbar-link { + color: #999999; +} + +.navbar-inverse .navbar-link:hover { + color: #ffffff; +} + +.breadcrumb { + padding: 8px 15px; + margin-bottom: 20px; + list-style: none; + background-color: #f5f5f5; + border-radius: 4px; +} + +.breadcrumb > li { + display: inline-block; +} + +.breadcrumb > li + li:before { + padding: 0 5px; + color: #cccccc; + content: "/\00a0"; +} + +.breadcrumb > .active { + color: #999999; +} + +.pagination { + display: inline-block; + padding-left: 0; + margin: 20px 0; + border-radius: 4px; +} + +.pagination > li { + display: inline; +} + +.pagination > li > a, +.pagination > li > span { + position: relative; + float: left; + padding: 6px 12px; + margin-left: -1px; + line-height: 1.428571429; + text-decoration: none; + background-color: #ffffff; + border: 1px solid #dddddd; +} + +.pagination > li:first-child > a, +.pagination > li:first-child > span { + margin-left: 0; + border-bottom-left-radius: 4px; + border-top-left-radius: 4px; +} + +.pagination > li:last-child > a, +.pagination > li:last-child > span { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + +.pagination > li > a:hover, +.pagination > li > span:hover, +.pagination > li > a:focus, +.pagination > li > span:focus { + background-color: #eeeeee; +} + +.pagination > .active > a, +.pagination > .active > span, +.pagination > .active > a:hover, +.pagination > .active > span:hover, +.pagination > .active > a:focus, +.pagination > .active > span:focus { + z-index: 2; + color: #ffffff; + cursor: default; + background-color: #428bca; + border-color: #428bca; +} + +.pagination > .disabled > span, +.pagination > .disabled > span:hover, +.pagination > .disabled > span:focus, +.pagination > .disabled > a, +.pagination > .disabled > a:hover, +.pagination > .disabled > a:focus { + color: #999999; + cursor: not-allowed; + background-color: #ffffff; + border-color: #dddddd; +} + +.pagination-lg > li > a, +.pagination-lg > li > span { + padding: 10px 16px; + font-size: 18px; +} + +.pagination-lg > li:first-child > a, +.pagination-lg > li:first-child > span { + border-bottom-left-radius: 6px; + border-top-left-radius: 6px; +} + +.pagination-lg > li:last-child > a, +.pagination-lg > li:last-child > span { + border-top-right-radius: 6px; + border-bottom-right-radius: 6px; +} + +.pagination-sm > li > a, +.pagination-sm > li > span { + padding: 5px 10px; + font-size: 12px; +} + +.pagination-sm > li:first-child > a, +.pagination-sm > li:first-child > span { + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; +} + +.pagination-sm > li:last-child > a, +.pagination-sm > li:last-child > span { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + +.pager { + padding-left: 0; + margin: 20px 0; + text-align: center; + list-style: none; +} + +.pager:before, +.pager:after { + display: table; + content: " "; +} + +.pager:after { + clear: both; +} + +.pager:before, +.pager:after { + display: table; + content: " "; +} + +.pager:after { + clear: both; +} + +.pager li { + display: inline; +} + +.pager li > a, +.pager li > span { + display: inline-block; + padding: 5px 14px; + background-color: #ffffff; + border: 1px solid #dddddd; + border-radius: 15px; +} + +.pager li > a:hover, +.pager li > a:focus { + text-decoration: none; + background-color: #eeeeee; +} + +.pager .next > a, +.pager .next > span { + float: right; +} + +.pager .previous > a, +.pager .previous > span { + float: left; +} + +.pager .disabled > a, +.pager .disabled > a:hover, +.pager .disabled > a:focus, +.pager .disabled > span { + color: #999999; + cursor: not-allowed; + background-color: #ffffff; +} + +.label { + display: inline; + padding: .2em .6em .3em; + font-size: 75%; + font-weight: bold; + line-height: 1; + color: #ffffff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: .25em; +} + +.label[href]:hover, +.label[href]:focus { + color: #ffffff; + text-decoration: none; + cursor: pointer; +} + +.label:empty { + display: none; +} + +.btn .label { + position: relative; + top: -1px; +} + +.label-default { + background-color: #999999; +} + +.label-default[href]:hover, +.label-default[href]:focus { + background-color: #808080; +} + +.label-primary { + background-color: #428bca; +} + +.label-primary[href]:hover, +.label-primary[href]:focus { + background-color: #3071a9; +} + +.label-success { + background-color: #5cb85c; +} + +.label-success[href]:hover, +.label-success[href]:focus { + background-color: #449d44; +} + +.label-info { + background-color: #5bc0de; +} + +.label-info[href]:hover, +.label-info[href]:focus { + background-color: #31b0d5; +} + +.label-warning { + background-color: #f0ad4e; +} + +.label-warning[href]:hover, +.label-warning[href]:focus { + background-color: #ec971f; +} + +.label-minor { + background-color: #fad664; +} +.label-minor[href]:hover, +.label-minor[href]:focus { + background-color: #f8c933; +} + +.label-danger { + background-color: #d9534f; +} + +.label-danger[href]:hover, +.label-danger[href]:focus { + background-color: #c9302c; +} + +.badge { + display: inline-block; + min-width: 10px; + padding: 3px 7px; + font-size: 12px; + font-weight: bold; + line-height: 1; + color: #ffffff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + background-color: #999999; + border-radius: 10px; +} + +.badge:empty { + display: none; +} + +.btn .badge { + position: relative; + top: -1px; +} + +a.badge:hover, +a.badge:focus { + color: #ffffff; + text-decoration: none; + cursor: pointer; +} + +a.list-group-item.active > .badge, +.nav-pills > .active > a > .badge { + color: #428bca; + background-color: #ffffff; +} + +.nav-pills > li > a > .badge { + margin-left: 3px; +} + +/*.jumbotron { + padding: 30px; + margin-bottom: 30px; + font-size: 21px; + font-weight: 200; + line-height: 2.1428571435; + color: inherit; + background-color: #eeeeee; +} + +.jumbotron h1, +.jumbotron .h1 { + line-height: 1; + color: inherit; +} + +.jumbotron p { + line-height: 1.4; +} + +.container .jumbotron { + border-radius: 6px; +} + +.jumbotron .container { + max-width: 100%; +} + +@media screen and (min-width: 768px) { + .jumbotron { + padding-top: 48px; + padding-bottom: 48px; + } + .container .jumbotron { + padding-right: 60px; + padding-left: 60px; + } + .jumbotron h1, + .jumbotron .h1 { + font-size: 63px; + } +}*/ + +.thumbnail { + display: block; + padding: 4px; + margin-bottom: 20px; + line-height: 1.428571429; + background-color: #ffffff; + border: 1px solid #dddddd; + border-radius: 4px; + -webkit-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; +} + +.thumbnail > img, +.thumbnail a > img { + display: block; + height: auto; + max-width: 100%; + margin-right: auto; + margin-left: auto; +} + +a.thumbnail:hover, +a.thumbnail:focus, +a.thumbnail.active { + border-color: #428bca; +} + +.thumbnail .caption { + padding: 9px; + color: #333333; +} + +.alert { + padding: 15px; + margin-bottom: 20px; + border: 1px solid transparent; + border-radius: 4px; +} + +.alert h4 { + margin-top: 0; + color: inherit; +} + +.alert .alert-link { + font-weight: bold; +} + +.alert > p, +.alert > ul { + margin-bottom: 0; +} + +.alert > p + p { + margin-top: 5px; +} + +.alert-dismissable { + padding-right: 35px; +} + +.alert-dismissable .close { + position: relative; + top: -2px; + right: -21px; + color: inherit; +} + +.alert-success { + color: #3c763d; + background-color: #dff0d8; + border-color: #d6e9c6; +} + +.alert-success hr { + border-top-color: #c9e2b3; +} + +.alert-success .alert-link { + color: #2b542c; +} + +.alert-info { + color: #31708f; + background-color: #d9edf7; + border-color: #bce8f1; +} + +.alert-info hr { + border-top-color: #a6e1ec; +} + +.alert-info .alert-link { + color: #245269; +} + +.alert-warning { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #faebcc; +} + +.alert-warning hr { + border-top-color: #f7e1b5; +} + +.alert-warning .alert-link { + color: #66512c; +} + +.alert-danger { + color: #a94442; + background-color: #f2dede; + border-color: #ebccd1; +} + +.alert-danger hr { + border-top-color: #e4b9c0; +} + +.alert-danger .alert-link { + color: #843534; +} + +@-webkit-keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} + +@keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} + +.progress { + height: 20px; + margin-bottom: 20px; + overflow: hidden; + background-color: #f5f5f5; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); +} + +.progress-bar { + float: left; + width: 0; + height: 100%; + font-size: 12px; + line-height: 20px; + color: #ffffff; + text-align: center; + background-color: #428bca; + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + -webkit-transition: width 0.6s ease; + transition: width 0.6s ease; +} + +.progress-striped .progress-bar { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-size: 40px 40px; +} + +.progress.active .progress-bar { + -webkit-animation: progress-bar-stripes 2s linear infinite; + animation: progress-bar-stripes 2s linear infinite; +} + +.progress-bar-success { + background-color: #5cb85c; +} + +.progress-striped .progress-bar-success { + background-image: -webkit-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: 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: 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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); +} + +.media, +.media-body { + overflow: hidden; + zoom: 1; +} + +.media, +.media .media { + margin-top: 15px; +} + +.media:first-child { + margin-top: 0; +} + +.media-object { + display: block; +} + +.media-heading { + margin: 0 0 5px; +} + +.media > .pull-left { + margin-right: 10px; +} + +.media > .pull-right { + margin-left: 10px; +} + +.media-list { + padding-left: 0; + list-style: none; +} + +.list-group { + padding-left: 0; + margin-bottom: 20px; +} + +.list-group-item { + position: relative; + display: block; + padding: 10px 15px; + margin-bottom: -1px; + background-color: #ffffff; + border: 1px solid #dddddd; +} + +.list-group-item:first-child { + border-top-right-radius: 4px; + border-top-left-radius: 4px; +} + +.list-group-item:last-child { + margin-bottom: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} + +.list-group-item > .badge { + float: right; +} + +.list-group-item > .badge + .badge { + margin-right: 5px; +} + +a.list-group-item { + color: #555555; +} + +a.list-group-item .list-group-item-heading { + color: #333333; +} + +a.list-group-item:hover, +a.list-group-item:focus { + text-decoration: none; + background-color: #f5f5f5; +} + +a.list-group-item.active, +a.list-group-item.active:hover, +a.list-group-item.active:focus { + z-index: 2; + color: #ffffff; + background-color: #428bca; + border-color: #428bca; +} + +a.list-group-item.active .list-group-item-heading, +a.list-group-item.active:hover .list-group-item-heading, +a.list-group-item.active:focus .list-group-item-heading { + color: inherit; +} + +a.list-group-item.active .list-group-item-text, +a.list-group-item.active:hover .list-group-item-text, +a.list-group-item.active:focus .list-group-item-text { + color: #e1edf7; +} + +.list-group-item-heading { + margin-top: 0; + margin-bottom: 5px; +} + +.list-group-item-text { + margin-bottom: 0; + line-height: 1.3; +} + +.panel { + margin-bottom: 20px; + background-color: #ffffff; + border: 1px solid transparent; + border-radius: 4px; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); +} + +.panel-body { + padding: 15px; +} + +.panel-body:before, +.panel-body:after { + display: table; + content: " "; +} + +.panel-body:after { + clear: both; +} + +.panel-body:before, +.panel-body:after { + display: table; + content: " "; +} + +.panel-body:after { + clear: both; +} + +.panel > .list-group { + margin-bottom: 0; +} + +.panel > .list-group .list-group-item { + border-width: 1px 0; +} + +.panel > .list-group .list-group-item:first-child { + border-top-right-radius: 0; + border-top-left-radius: 0; +} + +.panel > .list-group .list-group-item:last-child { + border-bottom: 0; +} + +.panel-heading + .list-group .list-group-item:first-child { + border-top-width: 0; +} + +.panel > .table, +.panel > .table-responsive > .table { + margin-bottom: 0; +} + +.panel > .panel-body + .table, +.panel > .panel-body + .table-responsive { + border-top: 1px solid #dddddd; +} + +.panel > .table > tbody:first-child th, +.panel > .table > tbody:first-child td { + border-top: 0; +} + +.panel > .table-bordered, +.panel > .table-responsive > .table-bordered { + border: 0; +} + +.panel > .table-bordered > thead > tr > th:first-child, +.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, +.panel > .table-bordered > tbody > tr > th:first-child, +.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, +.panel > .table-bordered > tfoot > tr > th:first-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, +.panel > .table-bordered > thead > tr > td:first-child, +.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, +.panel > .table-bordered > tbody > tr > td:first-child, +.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, +.panel > .table-bordered > tfoot > tr > td:first-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { + border-left: 0; +} + +.panel > .table-bordered > thead > tr > th:last-child, +.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, +.panel > .table-bordered > tbody > tr > th:last-child, +.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, +.panel > .table-bordered > tfoot > tr > th:last-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, +.panel > .table-bordered > thead > tr > td:last-child, +.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, +.panel > .table-bordered > tbody > tr > td:last-child, +.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, +.panel > .table-bordered > tfoot > tr > td:last-child, +.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { + border-right: 0; +} + +.panel > .table-bordered > thead > tr:last-child > th, +.panel > .table-responsive > .table-bordered > thead > tr:last-child > th, +.panel > .table-bordered > tbody > tr:last-child > th, +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, +.panel > .table-bordered > tfoot > tr:last-child > th, +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, +.panel > .table-bordered > thead > tr:last-child > td, +.panel > .table-responsive > .table-bordered > thead > tr:last-child > td, +.panel > .table-bordered > tbody > tr:last-child > td, +.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, +.panel > .table-bordered > tfoot > tr:last-child > td, +.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td { + border-bottom: 0; +} + +.panel > .table-responsive { + margin-bottom: 0; + border: 0; +} + +.panel-heading { + padding: 10px 15px; + border-bottom: 1px solid transparent; + border-top-right-radius: 3px; + border-top-left-radius: 3px; +} + +.panel-heading > .dropdown .dropdown-toggle { + color: inherit; +} + +.panel-title { + margin-top: 0; + margin-bottom: 0; + font-size: 16px; + color: inherit; +} + +.panel-title > a { + color: inherit; +} + +.panel-footer { + padding: 10px 15px; + background-color: #f5f5f5; + border-top: 1px solid #dddddd; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} + +.panel-group .panel { + margin-bottom: 0; + overflow: hidden; + border-radius: 4px; +} + +.panel-group .panel + .panel { + margin-top: 5px; +} + +.panel-group .panel-heading { + border-bottom: 0; +} + +.panel-group .panel-heading + .panel-collapse .panel-body { + border-top: 1px solid #dddddd; +} + +.panel-group .panel-footer { + border-top: 0; +} + +.panel-group .panel-footer + .panel-collapse .panel-body { + border-bottom: 1px solid #dddddd; +} + +.panel-default { + border-color: #dddddd; +} + +.panel-default > .panel-heading { + color: #333333; + background-color: #f5f5f5; + border-color: #dddddd; +} + +.panel-default > .panel-heading + .panel-collapse .panel-body { + border-top-color: #dddddd; +} + +.panel-default > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #dddddd; +} + +.panel-primary { + border-color: #428bca; +} + +.panel-primary > .panel-heading { + color: #ffffff; + background-color: #428bca; + border-color: #428bca; +} + +.panel-primary > .panel-heading + .panel-collapse .panel-body { + border-top-color: #428bca; +} + +.panel-primary > .panel-footer + .panel-collapse .panel-body { + border-bottom-color: #428bca; +} + +.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-footer + .panel-collapse .panel-body { + border-bottom-color: #d6e9c6; +} + +.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-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-footer + .panel-collapse .panel-body { + border-bottom-color: #ebccd1; +} + +.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-footer + .panel-collapse .panel-body { + border-bottom-color: #bce8f1; +} + +.well { + min-height: 20px; + padding: 19px; + margin-bottom: 20px; + background-color: #f5f5f5; + border: 1px solid #e3e3e3; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); +} + +.well blockquote { + border-color: #ddd; + border-color: rgba(0, 0, 0, 0.15); +} + +.well-lg { + padding: 24px; + border-radius: 6px; +} + +.well-sm { + padding: 9px; + border-radius: 3px; +} + +.close { + float: right; + font-size: 21px; + font-weight: bold; + line-height: 1; + color: #000000; + text-shadow: 0 1px 0 #ffffff; + opacity: 0.2; + filter: alpha(opacity=20); +} + +.close:hover, +.close:focus { + color: #000000; + text-decoration: none; + cursor: pointer; + opacity: 0.5; + filter: alpha(opacity=50); +} + +button.close { + padding: 0; + cursor: pointer; + background: transparent; + border: 0; + -webkit-appearance: none; +} + +.modal-open { + overflow: hidden; +} + +.modal { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1040; + display: none; + overflow: auto; + overflow-y: scroll; +} + +.modal.fade .modal-dialog { + -webkit-transform: translate(0, -25%); + -ms-transform: translate(0, -25%); + transform: translate(0, -25%); + -webkit-transition: -webkit-transform 0.3s ease-out; + -moz-transition: -moz-transform 0.3s ease-out; + -o-transition: -o-transform 0.3s ease-out; + transition: transform 0.3s ease-out; +} + +.modal.in .modal-dialog { + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + transform: translate(0, 0); +} + +.modal-dialog { + position: relative; + z-index: 1050; + width: auto; + margin: 10px; +} + +.modal-content { + position: relative; + background-color: #ffffff; + border: 1px solid #999999; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 6px; + outline: none; + -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); + box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); + background-clip: padding-box; +} + +.modal-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1030; + background-color: #000000; +} + +.modal-backdrop.fade { + opacity: 0; + filter: alpha(opacity=0); +} + +.modal-backdrop.in { + opacity: 0.5; + filter: alpha(opacity=50); +} + +.modal-header { + min-height: 16.428571429px; + padding: 15px; + border-bottom: 1px solid #e5e5e5; +} + +.modal-header .close { + margin-top: -2px; +} + +.modal-title { + margin: 0; + line-height: 1.428571429; +} + +.modal-body { + position: relative; + padding: 20px; +} + +.modal-footer { + padding: 19px 20px 20px; + margin-top: 15px; + text-align: right; + border-top: 1px solid #e5e5e5; +} + +.modal-footer:before, +.modal-footer:after { + display: table; + content: " "; +} + +.modal-footer:after { + clear: both; +} + +.modal-footer:before, +.modal-footer:after { + display: table; + content: " "; +} + +.modal-footer:after { + clear: both; +} + +.modal-footer .btn + .btn { + margin-bottom: 0; + margin-left: 5px; +} + +.modal-footer .btn-group .btn + .btn { + margin-left: -1px; +} + +.modal-footer .btn-block + .btn-block { + margin-left: 0; +} + +@media screen and (min-width: 768px) { + .modal-dialog { + width: 600px; + 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); + } +} + +.tooltip { + position: absolute; + z-index: 1030; + display: block; + font-size: 12px; + line-height: 1.4; + opacity: 0; + filter: alpha(opacity=0); + visibility: visible; +} + +.tooltip.in { + opacity: 0.9; + filter: alpha(opacity=90); +} + +.tooltip.top { + padding: 5px 0; + margin-top: -3px; +} + +.tooltip.right { + padding: 0 5px; + margin-left: 3px; +} + +.tooltip.bottom { + padding: 5px 0; + margin-top: 3px; +} + +.tooltip.left { + padding: 0 5px; + margin-left: -3px; +} + +.tooltip-inner { + max-width: 200px; + padding: 3px 8px; + color: #ffffff; + text-align: center; + text-decoration: none; + background-color: #000000; + border-radius: 4px; +} + +.tooltip-arrow { + position: absolute; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} + +.tooltip.top .tooltip-arrow { + bottom: 0; + left: 50%; + margin-left: -5px; + border-top-color: #000000; + border-width: 5px 5px 0; +} + +.tooltip.top-left .tooltip-arrow { + bottom: 0; + left: 5px; + border-top-color: #000000; + border-width: 5px 5px 0; +} + +.tooltip.top-right .tooltip-arrow { + right: 5px; + bottom: 0; + border-top-color: #000000; + border-width: 5px 5px 0; +} + +.tooltip.right .tooltip-arrow { + top: 50%; + left: 0; + margin-top: -5px; + border-right-color: #000000; + border-width: 5px 5px 5px 0; +} + +.tooltip.left .tooltip-arrow { + top: 50%; + right: 0; + margin-top: -5px; + border-left-color: #000000; + border-width: 5px 0 5px 5px; +} + +.tooltip.bottom .tooltip-arrow { + top: 0; + left: 50%; + margin-left: -5px; + border-bottom-color: #000000; + border-width: 0 5px 5px; +} + +.tooltip.bottom-left .tooltip-arrow { + top: 0; + left: 5px; + border-bottom-color: #000000; + border-width: 0 5px 5px; +} + +.tooltip.bottom-right .tooltip-arrow { + top: 0; + right: 5px; + border-bottom-color: #000000; + border-width: 0 5px 5px; +} + +.popover { + position: absolute; + top: 0; + left: 0; + z-index: 1010; + display: none; + max-width: 276px; + padding: 1px; + text-align: left; + white-space: normal; + background-color: #ffffff; + border: 1px solid #cccccc; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 6px; + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + background-clip: padding-box; +} + +.popover.top { + margin-top: -10px; +} + +.popover.right { + margin-left: 10px; +} + +.popover.bottom { + margin-top: 10px; +} + +.popover.left { + margin-left: -10px; +} + +.popover-title { + padding: 8px 14px; + margin: 0; + font-size: 14px; + font-weight: normal; + line-height: 18px; + background-color: #f7f7f7; + border-bottom: 1px solid #ebebeb; + border-radius: 5px 5px 0 0; +} + +.popover-content { + padding: 9px 14px; +} + +.popover .arrow, +.popover .arrow:after { + position: absolute; + display: block; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} + +.popover .arrow { + border-width: 11px; +} + +.popover .arrow:after { + border-width: 10px; + content: ""; +} + +.popover.top .arrow { + bottom: -11px; + left: 50%; + margin-left: -11px; + border-top-color: #999999; + border-top-color: rgba(0, 0, 0, 0.25); + border-bottom-width: 0; +} + +.popover.top .arrow:after { + bottom: 1px; + margin-left: -10px; + border-top-color: #ffffff; + border-bottom-width: 0; + content: " "; +} + +.popover.right .arrow { + top: 50%; + left: -11px; + margin-top: -11px; + border-right-color: #999999; + border-right-color: rgba(0, 0, 0, 0.25); + border-left-width: 0; +} + +.popover.right .arrow:after { + bottom: -10px; + left: 1px; + border-right-color: #ffffff; + border-left-width: 0; + content: " "; +} + +.popover.bottom .arrow { + top: -11px; + left: 50%; + margin-left: -11px; + border-bottom-color: #999999; + border-bottom-color: rgba(0, 0, 0, 0.25); + border-top-width: 0; +} + +.popover.bottom .arrow:after { + top: 1px; + margin-left: -10px; + border-bottom-color: #ffffff; + border-top-width: 0; + content: " "; +} + +.popover.left .arrow { + top: 50%; + right: -11px; + margin-top: -11px; + border-left-color: #999999; + border-left-color: rgba(0, 0, 0, 0.25); + border-right-width: 0; +} + +.popover.left .arrow:after { + right: 1px; + bottom: -10px; + border-left-color: #ffffff; + border-right-width: 0; + content: " "; +} + +.carousel { + position: relative; +} + +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; +} + +.carousel-inner > .item { + position: relative; + display: none; + -webkit-transition: 0.6s ease-in-out left; + transition: 0.6s ease-in-out left; +} + +.carousel-inner > .item > img, +.carousel-inner > .item > a > img { + display: block; + height: auto; + max-width: 100%; + line-height: 1; +} + +.carousel-inner > .active, +.carousel-inner > .next, +.carousel-inner > .prev { + display: block; +} + +.carousel-inner > .active { + left: 0; +} + +.carousel-inner > .next, +.carousel-inner > .prev { + position: absolute; + top: 0; + width: 100%; +} + +.carousel-inner > .next { + left: 100%; +} + +.carousel-inner > .prev { + left: -100%; +} + +.carousel-inner > .next.left, +.carousel-inner > .prev.right { + left: 0; +} + +.carousel-inner > .active.left { + left: -100%; +} + +.carousel-inner > .active.right { + left: 100%; +} + +.carousel-control { + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 15%; + font-size: 20px; + color: #ffffff; + text-align: center; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); + opacity: 0.5; + filter: alpha(opacity=50); +} + +.carousel-control.left { + background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%)); + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); +} + +.carousel-control.right { + right: 0; + left: auto; + background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%)); + background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); +} + +.carousel-control:hover, +.carousel-control:focus { + color: #ffffff; + text-decoration: none; + outline: none; + opacity: 0.9; + filter: alpha(opacity=90); +} + +.carousel-control .icon-prev, +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-left, +.carousel-control .glyphicon-chevron-right { + position: absolute; + top: 50%; + z-index: 5; + display: inline-block; +} + +.carousel-control .icon-prev, +.carousel-control .glyphicon-chevron-left { + left: 50%; +} + +.carousel-control .icon-next, +.carousel-control .glyphicon-chevron-right { + right: 50%; +} + +.carousel-control .icon-prev, +.carousel-control .icon-next { + width: 20px; + height: 20px; + margin-top: -10px; + margin-left: -10px; + font-family: serif; +} + +.carousel-control .icon-prev:before { + content: '\2039'; +} + +.carousel-control .icon-next:before { + content: '\203a'; +} + +.carousel-indicators { + position: absolute; + bottom: 10px; + left: 50%; + z-index: 15; + width: 60%; + padding-left: 0; + margin-left: -30%; + text-align: center; + list-style: none; +} + +.carousel-indicators li { + display: inline-block; + width: 10px; + height: 10px; + margin: 1px; + text-indent: -999px; + cursor: pointer; + background-color: #000 \9; + background-color: rgba(0, 0, 0, 0); + border: 1px solid #ffffff; + border-radius: 10px; +} + +.carousel-indicators .active { + width: 12px; + height: 12px; + margin: 0; + background-color: #ffffff; +} + +.carousel-caption { + position: absolute; + right: 15%; + bottom: 20px; + left: 15%; + z-index: 10; + padding-top: 20px; + padding-bottom: 20px; + color: #ffffff; + text-align: center; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); +} + +.carousel-caption .btn { + text-shadow: none; +} + +@media screen and (min-width: 768px) { + .carousel-control .glyphicons-chevron-left, + .carousel-control .glyphicons-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { + width: 30px; + height: 30px; + margin-top: -15px; + margin-left: -15px; + font-size: 30px; + } + .carousel-caption { + right: 20%; + left: 20%; + padding-bottom: 30px; + } + .carousel-indicators { + bottom: 20px; + } +} + +.clearfix:before, +.clearfix:after { + display: table; + content: " "; +} + +.clearfix:after { + clear: both; +} + +.center-block { + display: block; + margin-right: auto; + margin-left: auto; +} + +.pull-right { + float: right !important; +} + +.pull-left { + float: left !important; +} + +.hide { + display: none !important; +} + +.show { + display: block !important; +} + +.invisible { + visibility: hidden; +} + +.text-hide { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} + +.hidden { + display: none !important; + visibility: hidden !important; +} + +.affix { + position: fixed; +} + +@-ms-viewport { + width: device-width; +} + +.visible-xs, +tr.visible-xs, +th.visible-xs, +td.visible-xs { + display: none !important; +} + +@media (max-width: 767px) { + .visible-xs { + display: block !important; + } + table.visible-xs { + display: table; + } + tr.visible-xs { + display: table-row !important; + } + th.visible-xs, + td.visible-xs { + display: table-cell !important; + } +} + +@media (min-width: 768px) and (max-width: 991px) { + .visible-xs.visible-sm { + display: block !important; + } + table.visible-xs.visible-sm { + display: table; + } + tr.visible-xs.visible-sm { + display: table-row !important; + } + th.visible-xs.visible-sm, + td.visible-xs.visible-sm { + display: table-cell !important; + } +} + +@media (min-width: 992px) and (max-width: 1199px) { + .visible-xs.visible-md { + display: block !important; + } + table.visible-xs.visible-md { + display: table; + } + tr.visible-xs.visible-md { + display: table-row !important; + } + th.visible-xs.visible-md, + td.visible-xs.visible-md { + display: table-cell !important; + } +} + +@media (min-width: 1200px) { + .visible-xs.visible-lg { + display: block !important; + } + table.visible-xs.visible-lg { + display: table; + } + tr.visible-xs.visible-lg { + display: table-row !important; + } + th.visible-xs.visible-lg, + td.visible-xs.visible-lg { + display: table-cell !important; + } +} + +.visible-sm, +tr.visible-sm, +th.visible-sm, +td.visible-sm { + display: none !important; +} + +@media (max-width: 767px) { + .visible-sm.visible-xs { + display: block !important; + } + table.visible-sm.visible-xs { + display: table; + } + tr.visible-sm.visible-xs { + display: table-row !important; + } + th.visible-sm.visible-xs, + td.visible-sm.visible-xs { + display: table-cell !important; + } +} + +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm { + display: block !important; + } + table.visible-sm { + display: table; + } + tr.visible-sm { + display: table-row !important; + } + th.visible-sm, + td.visible-sm { + display: table-cell !important; + } +} + +@media (min-width: 992px) and (max-width: 1199px) { + .visible-sm.visible-md { + display: block !important; + } + table.visible-sm.visible-md { + display: table; + } + tr.visible-sm.visible-md { + display: table-row !important; + } + th.visible-sm.visible-md, + td.visible-sm.visible-md { + display: table-cell !important; + } +} + +@media (min-width: 1200px) { + .visible-sm.visible-lg { + display: block !important; + } + table.visible-sm.visible-lg { + display: table; + } + tr.visible-sm.visible-lg { + display: table-row !important; + } + th.visible-sm.visible-lg, + td.visible-sm.visible-lg { + display: table-cell !important; + } +} + +.visible-md, +tr.visible-md, +th.visible-md, +td.visible-md { + display: none !important; +} + +@media (max-width: 767px) { + .visible-md.visible-xs { + display: block !important; + } + table.visible-md.visible-xs { + display: table; + } + tr.visible-md.visible-xs { + display: table-row !important; + } + th.visible-md.visible-xs, + td.visible-md.visible-xs { + display: table-cell !important; + } +} + +@media (min-width: 768px) and (max-width: 991px) { + .visible-md.visible-sm { + display: block !important; + } + table.visible-md.visible-sm { + display: table; + } + tr.visible-md.visible-sm { + display: table-row !important; + } + th.visible-md.visible-sm, + td.visible-md.visible-sm { + display: table-cell !important; + } +} + +@media (min-width: 992px) and (max-width: 1199px) { + .visible-md { + display: block !important; + } + table.visible-md { + display: table; + } + tr.visible-md { + display: table-row !important; + } + th.visible-md, + td.visible-md { + display: table-cell !important; + } +} + +@media (min-width: 1200px) { + .visible-md.visible-lg { + display: block !important; + } + table.visible-md.visible-lg { + display: table; + } + tr.visible-md.visible-lg { + display: table-row !important; + } + th.visible-md.visible-lg, + td.visible-md.visible-lg { + display: table-cell !important; + } +} + +.visible-lg, +tr.visible-lg, +th.visible-lg, +td.visible-lg { + display: none !important; +} + +@media (max-width: 767px) { + .visible-lg.visible-xs { + display: block !important; + } + table.visible-lg.visible-xs { + display: table; + } + tr.visible-lg.visible-xs { + display: table-row !important; + } + th.visible-lg.visible-xs, + td.visible-lg.visible-xs { + display: table-cell !important; + } +} + +@media (min-width: 768px) and (max-width: 991px) { + .visible-lg.visible-sm { + display: block !important; + } + table.visible-lg.visible-sm { + display: table; + } + tr.visible-lg.visible-sm { + display: table-row !important; + } + th.visible-lg.visible-sm, + td.visible-lg.visible-sm { + display: table-cell !important; + } +} + +@media (min-width: 992px) and (max-width: 1199px) { + .visible-lg.visible-md { + display: block !important; + } + table.visible-lg.visible-md { + display: table; + } + tr.visible-lg.visible-md { + display: table-row !important; + } + th.visible-lg.visible-md, + td.visible-lg.visible-md { + display: table-cell !important; + } +} + +@media (min-width: 1200px) { + .visible-lg { + display: block !important; + } + table.visible-lg { + display: table; + } + tr.visible-lg { + display: table-row !important; + } + th.visible-lg, + td.visible-lg { + display: table-cell !important; + } +} + +.hidden-xs { + display: block !important; +} + +table.hidden-xs { + display: table; +} + +tr.hidden-xs { + display: table-row !important; +} + +th.hidden-xs, +td.hidden-xs { + display: table-cell !important; +} + +@media (max-width: 767px) { + .hidden-xs, + tr.hidden-xs, + th.hidden-xs, + td.hidden-xs { + display: none !important; + } +} + +@media (min-width: 768px) and (max-width: 991px) { + .hidden-xs.hidden-sm, + tr.hidden-xs.hidden-sm, + th.hidden-xs.hidden-sm, + td.hidden-xs.hidden-sm { + display: none !important; + } +} + +@media (min-width: 992px) and (max-width: 1199px) { + .hidden-xs.hidden-md, + tr.hidden-xs.hidden-md, + th.hidden-xs.hidden-md, + td.hidden-xs.hidden-md { + display: none !important; + } +} + +@media (min-width: 1200px) { + .hidden-xs.hidden-lg, + tr.hidden-xs.hidden-lg, + th.hidden-xs.hidden-lg, + td.hidden-xs.hidden-lg { + display: none !important; + } +} + +.hidden-sm { + display: block !important; +} + +table.hidden-sm { + display: table; +} + +tr.hidden-sm { + display: table-row !important; +} + +th.hidden-sm, +td.hidden-sm { + display: table-cell !important; +} + +@media (max-width: 767px) { + .hidden-sm.hidden-xs, + tr.hidden-sm.hidden-xs, + th.hidden-sm.hidden-xs, + td.hidden-sm.hidden-xs { + display: none !important; + } +} + +@media (min-width: 768px) and (max-width: 991px) { + .hidden-sm, + tr.hidden-sm, + th.hidden-sm, + td.hidden-sm { + display: none !important; + } +} + +@media (min-width: 992px) and (max-width: 1199px) { + .hidden-sm.hidden-md, + tr.hidden-sm.hidden-md, + th.hidden-sm.hidden-md, + td.hidden-sm.hidden-md { + display: none !important; + } +} + +@media (min-width: 1200px) { + .hidden-sm.hidden-lg, + tr.hidden-sm.hidden-lg, + th.hidden-sm.hidden-lg, + td.hidden-sm.hidden-lg { + display: none !important; + } +} + +.hidden-md { + display: block !important; +} + +table.hidden-md { + display: table; +} + +tr.hidden-md { + display: table-row !important; +} + +th.hidden-md, +td.hidden-md { + display: table-cell !important; +} + +@media (max-width: 767px) { + .hidden-md.hidden-xs, + tr.hidden-md.hidden-xs, + th.hidden-md.hidden-xs, + td.hidden-md.hidden-xs { + display: none !important; + } +} + +@media (min-width: 768px) and (max-width: 991px) { + .hidden-md.hidden-sm, + tr.hidden-md.hidden-sm, + th.hidden-md.hidden-sm, + td.hidden-md.hidden-sm { + display: none !important; + } +} + +@media (min-width: 992px) and (max-width: 1199px) { + .hidden-md, + tr.hidden-md, + th.hidden-md, + td.hidden-md { + display: none !important; + } +} + +@media (min-width: 1200px) { + .hidden-md.hidden-lg, + tr.hidden-md.hidden-lg, + th.hidden-md.hidden-lg, + td.hidden-md.hidden-lg { + display: none !important; + } +} + +.hidden-lg { + display: block !important; +} + +table.hidden-lg { + display: table; +} + +tr.hidden-lg { + display: table-row !important; +} + +th.hidden-lg, +td.hidden-lg { + display: table-cell !important; +} + +@media (max-width: 767px) { + .hidden-lg.hidden-xs, + tr.hidden-lg.hidden-xs, + th.hidden-lg.hidden-xs, + td.hidden-lg.hidden-xs { + display: none !important; + } +} + +@media (min-width: 768px) and (max-width: 991px) { + .hidden-lg.hidden-sm, + tr.hidden-lg.hidden-sm, + th.hidden-lg.hidden-sm, + td.hidden-lg.hidden-sm { + display: none !important; + } +} + +@media (min-width: 992px) and (max-width: 1199px) { + .hidden-lg.hidden-md, + tr.hidden-lg.hidden-md, + th.hidden-lg.hidden-md, + td.hidden-lg.hidden-md { + display: none !important; + } +} + +@media (min-width: 1200px) { + .hidden-lg, + tr.hidden-lg, + th.hidden-lg, + td.hidden-lg { + display: none !important; + } +} + +.visible-print, +tr.visible-print, +th.visible-print, +td.visible-print { + display: none !important; +} + +@media print { + .visible-print { + display: block !important; + } + table.visible-print { + display: table; + } + tr.visible-print { + display: table-row !important; + } + th.visible-print, + td.visible-print { + display: table-cell !important; + } + .hidden-print, + tr.hidden-print, + th.hidden-print, + td.hidden-print { + display: none !important; + } +} + + +/*Added by Maria*/ + + /* Main marketing message and sign up button */ + .jumbotron { + margin: 0px 0; + text-align: center; + } + .jumbotron h1 { + font-size: 80px; + line-height: 1; + } + .jumbotron .lead { + font-size: 20px; + line-height: 1.25; + } + .jumbotron .btn { + font-size: 21px; + padding: 14px 24px; + } + + /* Supporting marketing content */ + .marketing { + margin: 60px 0; + } + .marketing p + h4 { + margin-top: 28px; + } \ No newline at end of file diff --git a/OnToology/ontologies/eulr-consent.owl/evaluation/evaluation/bootstrap.min.js b/OnToology/ontologies/eulr-consent.owl/evaluation/evaluation/bootstrap.min.js new file mode 100644 index 0000000..1a6258e --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/evaluation/evaluation/bootstrap.min.js @@ -0,0 +1,7 @@ +/*! + * Bootstrap v3.0.3 (http://getbootstrap.com) + * Copyright 2013 Twitter, Inc. + * Licensed under http://www.apache.org/licenses/LICENSE-2.0 + */ + +if("undefined"==typeof jQuery)throw new Error("Bootstrap requires 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]}}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one(a.support.transition.end,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()})}(jQuery),+function(a){"use strict";var b='[data-dismiss="alert"]',c=function(c){a(c).on("click",b,this.close)};c.prototype.close=function(b){function c(){f.trigger("closed.bs.alert").remove()}var d=a(this),e=d.attr("data-target");e||(e=d.attr("href"),e=e&&e.replace(/.*(?=#[^\s]*$)/,""));var f=a(e);b&&b.preventDefault(),f.length||(f=d.hasClass("alert")?d:d.parent()),f.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one(a.support.transition.end,c).emulateTransitionEnd(150):c())};var d=a.fn.alert;a.fn.alert=function(b){return this.each(function(){var d=a(this),e=d.data("bs.alert");e||d.data("bs.alert",e=new c(this)),"string"==typeof b&&e[b].call(d)})},a.fn.alert.Constructor=c,a.fn.alert.noConflict=function(){return a.fn.alert=d,this},a(document).on("click.bs.alert.data-api",b,c.prototype.close)}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d)};b.DEFAULTS={loadingText:"loading..."},b.prototype.setState=function(a){var b="disabled",c=this.$element,d=c.is("input")?"val":"html",e=c.data();a+="Text",e.resetText||c.data("resetText",c[d]()),c[d](e[a]||this.options[a]),setTimeout(function(){"loadingText"==a?c.addClass(b).attr(b,b):c.removeClass(b).removeAttr(b)},0)},b.prototype.toggle=function(){var a=this.$element.closest('[data-toggle="buttons"]'),b=!0;if(a.length){var c=this.$element.find("input");"radio"===c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?b=!1:a.find(".active").removeClass("active")),b&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}b&&this.$element.toggleClass("active")};var c=a.fn.button;a.fn.button=function(c){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof c&&c;e||d.data("bs.button",e=new b(this,f)),"toggle"==c?e.toggle():c&&e.setState(c)})},a.fn.button.Constructor=b,a.fn.button.noConflict=function(){return a.fn.button=c,this},a(document).on("click.bs.button.data-api","[data-toggle^=button]",function(b){var c=a(b.target);c.hasClass("btn")||(c=c.closest(".btn")),c.button("toggle"),b.preventDefault()})}(jQuery),+function(a){"use strict";var b=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=this.sliding=this.interval=this.$active=this.$items=null,"hover"==this.options.pause&&this.$element.on("mouseenter",a.proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},b.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},b.prototype.getActiveIndex=function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},b.prototype.to=function(b){var c=this,d=this.getActiveIndex();return b>this.$items.length-1||0>b?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){c.to(b)}):d==b?this.pause().cycle():this.slide(b>d?"next":"prev",a(this.$items[b]))},b.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition.end&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},b.prototype.next=function(){return this.sliding?void 0:this.slide("next")},b.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},b.prototype.slide=function(b,c){var d=this.$element.find(".item.active"),e=c||d[b](),f=this.interval,g="next"==b?"left":"right",h="next"==b?"first":"last",i=this;if(!e.length){if(!this.options.wrap)return;e=this.$element.find(".item")[h]()}this.sliding=!0,f&&this.pause();var j=a.Event("slide.bs.carousel",{relatedTarget:e[0],direction:g});if(!e.hasClass("active")){if(this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid.bs.carousel",function(){var b=a(i.$indicators.children()[i.getActiveIndex()]);b&&b.addClass("active")})),a.support.transition&&this.$element.hasClass("slide")){if(this.$element.trigger(j),j.isDefaultPrevented())return;e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),d.one(a.support.transition.end,function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger("slid.bs.carousel")},0)}).emulateTransitionEnd(600)}else{if(this.$element.trigger(j),j.isDefaultPrevented())return;d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid.bs.carousel")}return f&&this.cycle(),this}};var c=a.fn.carousel;a.fn.carousel=function(c){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c),g="string"==typeof c?c:f.slide;e||d.data("bs.carousel",e=new b(this,f)),"number"==typeof c?e.to(c):g?e[g]():f.interval&&e.pause().cycle()})},a.fn.carousel.Constructor=b,a.fn.carousel.noConflict=function(){return a.fn.carousel=c,this},a(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(b){var c,d=a(this),e=a(d.attr("data-target")||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"")),f=a.extend({},e.data(),d.data()),g=d.attr("data-slide-to");g&&(f.interval=!1),e.carousel(f),(g=d.attr("data-slide-to"))&&e.data("bs.carousel").to(g),b.preventDefault()}),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var b=a(this);b.carousel(b.data())})})}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.transitioning=null,this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};b.DEFAULTS={toggle:!0},b.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},b.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b=a.Event("show.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.$parent&&this.$parent.find("> .panel > .in");if(c&&c.length){var d=c.data("bs.collapse");if(d&&d.transitioning)return;c.collapse("hide"),d||c.data("bs.collapse",null)}var e=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[e](0),this.transitioning=1;var f=function(){this.$element.removeClass("collapsing").addClass("in")[e]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return f.call(this);var g=a.camelCase(["scroll",e].join("-"));this.$element.one(a.support.transition.end,a.proxy(f,this)).emulateTransitionEnd(350)[e](this.$element[0][g])}}},b.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").removeClass("in"),this.transitioning=1;var d=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};return a.support.transition?(this.$element[c](0).one(a.support.transition.end,a.proxy(d,this)).emulateTransitionEnd(350),void 0):d.call(this)}}},b.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var c=a.fn.collapse;a.fn.collapse=function(c){return this.each(function(){var d=a(this),e=d.data("bs.collapse"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c);e||d.data("bs.collapse",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.collapse.Constructor=b,a.fn.collapse.noConflict=function(){return a.fn.collapse=c,this},a(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(b){var c,d=a(this),e=d.attr("data-target")||b.preventDefault()||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,""),f=a(e),g=f.data("bs.collapse"),h=g?"toggle":d.data(),i=d.attr("data-parent"),j=i&&a(i);g&&g.transitioning||(j&&j.find('[data-toggle=collapse][data-parent="'+i+'"]').not(d).addClass("collapsed"),d[f.hasClass("in")?"addClass":"removeClass"]("collapsed")),f.collapse(h)})}(jQuery),+function(a){"use strict";function b(){a(d).remove(),a(e).each(function(b){var d=c(a(this));d.hasClass("open")&&(d.trigger(b=a.Event("hide.bs.dropdown")),b.isDefaultPrevented()||d.removeClass("open").trigger("hidden.bs.dropdown"))})}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}var d=".dropdown-backdrop",e="[data-toggle=dropdown]",f=function(b){a(b).on("click.bs.dropdown",this.toggle)};f.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){if("ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a(''}),b.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),b.prototype.constructor=b,b.prototype.getDefaults=function(){return b.DEFAULTS},b.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")[this.options.html?"html":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},b.prototype.hasContent=function(){return this.getTitle()||this.getContent()},b.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)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},b.prototype.tip=function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip};var c=a.fn.popover;a.fn.popover=function(c){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof c&&c;e||d.data("bs.popover",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.popover.Constructor=b,a.fn.popover.noConflict=function(){return a.fn.popover=c,this}}(jQuery),+function(a){"use strict";function b(c,d){var e,f=a.proxy(this.process,this);this.$element=a(c).is("body")?a(window):a(c),this.$body=a("body"),this.$scrollElement=this.$element.on("scroll.bs.scroll-spy.data-api",f),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||(e=a(c).attr("href"))&&e.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.offsets=a([]),this.targets=a([]),this.activeTarget=null,this.refresh(),this.process()}b.DEFAULTS={offset:10},b.prototype.refresh=function(){var b=this.$element[0]==window?"offset":"position";this.offsets=a([]),this.targets=a([]);var c=this;this.$body.find(this.selector).map(function(){var d=a(this),e=d.data("target")||d.attr("href"),f=/^#\w/.test(e)&&a(e);return f&&f.length&&[[f[b]().top+(!a.isWindow(c.$scrollElement.get(0))&&c.$scrollElement.scrollTop()),e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){c.offsets.push(this[0]),c.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,d=c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(b>=d)return g!=(a=f.last()[0])&&this.activate(a);for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(!e[a+1]||b<=e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,a(this.selector).parents(".active").removeClass("active");var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")};var c=a.fn.scrollspy;a.fn.scrollspy=function(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]()})},a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=c,this},a(window).on("load",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);b.scrollspy(b.data())})})}(jQuery),+function(a){"use strict";var b=function(b){this.element=a(b)};b.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a")[0],f=a.Event("show.bs.tab",{relatedTarget:e});if(b.trigger(f),!f.isDefaultPrevented()){var g=a(d);this.activate(b.parent("li"),c),this.activate(g,g.parent(),function(){b.trigger({type:"shown.bs.tab",relatedTarget:e})})}}},b.prototype.activate=function(b,c,d){function e(){f.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),g?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var f=c.find("> .active"),g=d&&a.support.transition&&f.hasClass("fade");g?f.one(a.support.transition.end,e).emulateTransitionEnd(150):e(),f.removeClass("in")};var c=a.fn.tab;a.fn.tab=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new b(this)),"string"==typeof c&&e[c]()})},a.fn.tab.Constructor=b,a.fn.tab.noConflict=function(){return a.fn.tab=c,this},a(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(b){b.preventDefault(),a(this).tab("show")})}(jQuery),+function(a){"use strict";var b=function(c,d){this.options=a.extend({},b.DEFAULTS,d),this.$window=a(window).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(c),this.affixed=this.unpin=null,this.checkPosition()};b.RESET="affix affix-top affix-bottom",b.DEFAULTS={offset:0},b.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},b.prototype.checkPosition=function(){if(this.$element.is(":visible")){var c=a(document).height(),d=this.$window.scrollTop(),e=this.$element.offset(),f=this.options.offset,g=f.top,h=f.bottom;"object"!=typeof f&&(h=g=f),"function"==typeof g&&(g=f.top()),"function"==typeof h&&(h=f.bottom());var i=null!=this.unpin&&d+this.unpin<=e.top?!1:null!=h&&e.top+this.$element.height()>=c-h?"bottom":null!=g&&g>=d?"top":!1;this.affixed!==i&&(this.unpin&&this.$element.css("top",""),this.affixed=i,this.unpin="bottom"==i?e.top-d:null,this.$element.removeClass(b.RESET).addClass("affix"+(i?"-"+i:"")),"bottom"==i&&this.$element.offset({top:document.body.offsetHeight-h-this.$element.height()}))}};var c=a.fn.affix;a.fn.affix=function(c){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof c&&c;e||d.data("bs.affix",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.affix.Constructor=b,a.fn.affix.noConflict=function(){return a.fn.affix=c,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var b=a(this),c=b.data();c.offset=c.offset||{},c.offsetBottom&&(c.offset.bottom=c.offsetBottom),c.offsetTop&&(c.offset.top=c.offsetTop),b.affix(c)})})}(jQuery); \ No newline at end of file diff --git a/OnToology/ontologies/eulr-consent.owl/evaluation/evaluation/jquery-1.11.0.js b/OnToology/ontologies/eulr-consent.owl/evaluation/evaluation/jquery-1.11.0.js new file mode 100644 index 0000000..3c88fa8 --- /dev/null +++ b/OnToology/ontologies/eulr-consent.owl/evaluation/evaluation/jquery-1.11.0.js @@ -0,0 +1,10337 @@ +/*! + * jQuery JavaScript Library v1.11.0 + * http://jquery.com/ + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * + * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2014-01-23T21:02Z + */ + +(function( global, factory ) { + + if ( typeof module === "object" && typeof module.exports === "object" ) { + // For CommonJS and CommonJS-like environments where a proper window is present, + // execute the factory and get jQuery + // For environments that do not inherently posses a window with a document + // (such as Node.js), expose a jQuery-making factory as module.exports + // This accentuates the need for the creation of a real window + // e.g. var jQuery = require("jquery")(window); + // See ticket #14549 for more info + module.exports = global.document ? + factory( global, true ) : + function( w ) { + if ( !w.document ) { + throw new Error( "jQuery requires a window with a document" ); + } + return factory( w ); + }; + } else { + factory( global ); + } + +// Pass this if window is not defined yet +}(typeof window !== "undefined" ? window : this, function( window, noGlobal ) { + +// Can't do this because several apps including ASP.NET trace +// the stack via arguments.caller.callee and Firefox dies if +// you try to trace through "use strict" call chains. (#13335) +// Support: Firefox 18+ +// + +var deletedIds = []; + +var slice = deletedIds.slice; + +var concat = deletedIds.concat; + +var push = deletedIds.push; + +var indexOf = deletedIds.indexOf; + +var class2type = {}; + +var toString = class2type.toString; + +var hasOwn = class2type.hasOwnProperty; + +var trim = "".trim; + +var support = {}; + + + +var + version = "1.11.0", + + // Define a local copy of jQuery + jQuery = function( selector, context ) { + // The jQuery object is actually just the init constructor 'enhanced' + // Need init if jQuery is called (just allow error to be thrown if not included) + return new jQuery.fn.init( selector, context ); + }, + + // Make sure we trim BOM and NBSP (here's looking at you, Safari 5.0 and IE) + rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, + + // Matches dashed string for camelizing + rmsPrefix = /^-ms-/, + rdashAlpha = /-([\da-z])/gi, + + // Used by jQuery.camelCase as callback to replace() + fcamelCase = function( all, letter ) { + return letter.toUpperCase(); + }; + +jQuery.fn = jQuery.prototype = { + // The current version of jQuery being used + jquery: version, + + constructor: jQuery, + + // Start with an empty selector + selector: "", + + // The default length of a jQuery object is 0 + length: 0, + + toArray: function() { + return slice.call( this ); + }, + + // Get the Nth element in the matched element set OR + // Get the whole matched element set as a clean array + get: function( num ) { + return num != null ? + + // Return a 'clean' array + ( num < 0 ? this[ num + this.length ] : this[ num ] ) : + + // Return just the object + slice.call( this ); + }, + + // Take an array of elements and push it onto the stack + // (returning the new matched element set) + pushStack: function( elems ) { + + // Build a new jQuery matched element set + var ret = jQuery.merge( this.constructor(), elems ); + + // Add the old object onto the stack (as a reference) + ret.prevObject = this; + ret.context = this.context; + + // Return the newly-formed element set + return ret; + }, + + // Execute a callback for every element in the matched set. + // (You can seed the arguments with an array of args, but this is + // only used internally.) + each: function( callback, args ) { + return jQuery.each( this, callback, args ); + }, + + map: function( callback ) { + return this.pushStack( jQuery.map(this, function( elem, i ) { + return callback.call( elem, i, elem ); + })); + }, + + slice: function() { + return this.pushStack( slice.apply( this, arguments ) ); + }, + + first: function() { + return this.eq( 0 ); + }, + + last: function() { + return this.eq( -1 ); + }, + + eq: function( i ) { + var len = this.length, + j = +i + ( i < 0 ? len : 0 ); + return this.pushStack( j >= 0 && j < len ? [ this[j] ] : [] ); + }, + + end: function() { + return this.prevObject || this.constructor(null); + }, + + // For internal use only. + // Behaves like an Array's method, not like a jQuery method. + push: push, + sort: deletedIds.sort, + splice: deletedIds.splice +}; + +jQuery.extend = jQuery.fn.extend = function() { + var src, copyIsArray, copy, name, options, 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 || function( obj ) { + return jQuery.type(obj) === "array"; + }, + + isWindow: function( obj ) { + /* jshint eqeqeq: false */ + 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 obj - parseFloat( obj ) >= 0; + }, + + isEmptyObject: function( obj ) { + var name; + for ( name in obj ) { + return false; + } + return true; + }, + + isPlainObject: function( obj ) { + var key; + + // Must be an Object. + // Because of IE, we also have to check the presence of the constructor property. + // Make sure that DOM nodes and window objects don't pass through, as well + if ( !obj || jQuery.type(obj) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) { + return false; + } + + try { + // Not own constructor property must be Object + if ( obj.constructor && + !hasOwn.call(obj, "constructor") && + !hasOwn.call(obj.constructor.prototype, "isPrototypeOf") ) { + return false; + } + } catch ( e ) { + // IE8,9 Will throw exceptions on certain host objects #9897 + return false; + } + + // Support: IE<9 + // Handle iteration over inherited properties before own properties. + if ( support.ownLast ) { + for ( key in obj ) { + return hasOwn.call( obj, key ); + } + } + + // Own properties are enumerated firstly, so to speed up, + // if last one is own, then all properties are own. + for ( key in obj ) {} + + return key === undefined || hasOwn.call( obj, key ); + }, + + type: function( obj ) { + if ( obj == null ) { + return obj + ""; + } + return typeof obj === "object" || typeof obj === "function" ? + class2type[ toString.call(obj) ] || "object" : + typeof obj; + }, + + // Evaluates a script in a global context + // Workarounds based on findings by Jim Driscoll + // http://weblogs.java.net/blog/driscoll/archive/2009/09/08/eval-javascript-global-context + globalEval: function( data ) { + if ( data && jQuery.trim( data ) ) { + // We use execScript on Internet Explorer + // We use an anonymous function so that context is window + // rather than jQuery in Firefox + ( window.execScript || function( data ) { + window[ "eval" ].call( window, data ); + } )( data ); + } + }, + + // 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; + }, + + // Use native String.trim function wherever possible + trim: trim && !trim.call("\uFEFF\xA0") ? + function( text ) { + return text == null ? + "" : + trim.call( text ); + } : + + // Otherwise use our own trimming functionality + 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 ) { + var len; + + if ( arr ) { + if ( indexOf ) { + return indexOf.call( arr, elem, i ); + } + + len = arr.length; + i = i ? i < 0 ? Math.max( 0, len + i ) : i : 0; + + for ( ; i < len; i++ ) { + // Skip accessing in sparse arrays + if ( i in arr && arr[ i ] === elem ) { + return i; + } + } + } + + return -1; + }, + + merge: function( first, second ) { + var len = +second.length, + j = 0, + i = first.length; + + while ( j < len ) { + first[ i++ ] = second[ j++ ]; + } + + // Support: IE<9 + // Workaround casting of .length to NaN on otherwise arraylike objects (e.g., NodeLists) + if ( len !== len ) { + while ( second[j] !== undefined ) { + 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 args, proxy, tmp; + + 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: function() { + return +( new Date() ); + }, + + // 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.16 + * http://sizzlejs.com/ + * + * Copyright 2013 jQuery Foundation, Inc. and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2014-01-13 + */ +(function( window ) { + +var i, + support, + Expr, + getText, + isXML, + compile, + 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#" ), + + // Acceptable operators http://www.w3.org/TR/selectors/#attribute-selectors + attributes = "\\[" + whitespace + "*(" + characterEncoding + ")" + whitespace + + "*(?:([*^$|!~]?=)" + whitespace + "*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|(" + identifier + ")|)|)" + whitespace + "*\\]", + + // Prefer arguments quoted, + // then not containing pseudos/brackets, + // then attribute selectors/non-parenthetical expressions, + // then anything else + // These preferences are here to reduce the number of selectors + // needing tokenize in the PSEUDO preFilter + pseudos = ":(" + characterEncoding + ")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|" + attributes.replace( 3, 8 ) + ")*)|.*)\\)|)", + + // 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 + // 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 10-12 + // Nothing should be selected when empty strings follow ^= or $= or *= + if ( div.querySelectorAll("[t^='']").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.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[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[5] && match[2]; + + if ( matchExpr["CHILD"].test( match[0] ) ) { + return null; + } + + // Accept quoted arguments as-is + if ( match[3] && match[4] !== undefined ) { + match[2] = match[4]; + + // 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(); + +function tokenize( 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 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, group /* 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 ( !group ) { + group = tokenize( selector ); + } + i = group.length; + while ( i-- ) { + cached = matcherFromTokens( group[i] ); + if ( cached[ expando ] ) { + setMatchers.push( cached ); + } else { + elementMatchers.push( cached ); + } + } + + // Cache the compiled function + cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); + } + return cached; +}; + +function multipleContexts( selector, contexts, results ) { + var i = 0, + len = contexts.length; + for ( ; i < len; i++ ) { + Sizzle( selector, contexts[i], results ); + } + return results; +} + +function select( selector, context, results, seed ) { + var i, tokens, token, type, find, + match = tokenize( selector ); + + if ( !seed ) { + // Try to minimize operations if there is 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; + } + 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 + // Provide `match` to avoid retokenization if we modified the selector above + 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 ( jQuery.inArray( elem, qualifier ) >= 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, + ret = [], + self = this, + len = self.length; + + 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, + + // Use the correct document accordingly with window argument (sandbox) + document = window.document, + + // 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.charAt(0) === "<" && selector.charAt( 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 ) { + // Handle the case where IE and Opera return items + // by name instead of ID + if ( elem.id !== match[2] ) { + return rootjQuery.find( selector ); + } + + // Otherwise, we 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 = [], + cur = elem[ dir ]; + + while ( cur && cur.nodeType !== 9 && (until === undefined || cur.nodeType !== 1 || !jQuery( cur ).is( until )) ) { + if ( cur.nodeType === 1 ) { + matched.push( cur ); + } + cur = cur[dir]; + } + return matched; + }, + + sibling: function( n, elem ) { + var r = []; + + for ( ; n; n = n.nextSibling ) { + if ( n.nodeType === 1 && n !== elem ) { + r.push( n ); + } + } + + return r; + } +}); + +jQuery.fn.extend({ + has: function( target ) { + var i, + targets = jQuery( target, this ), + len = targets.length; + + return this.filter(function() { + for ( i = 0; i < len; 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 jQuery.inArray( this[0], jQuery( elem ) ); + } + + // Locate the position of the desired element + return jQuery.inArray( + // If it receives a jQuery object, the first element is used + elem.jquery ? elem[0] : elem, this ); + }, + + 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 ) { + do { + cur = cur[ dir ]; + } while ( cur && 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 jQuery.nodeName( elem, "iframe" ) ? + elem.contentDocument || elem.contentWindow.document : + jQuery.merge( [], elem.childNodes ); + } +}, function( name, fn ) { + jQuery.fn[ name ] = function( until, selector ) { + var ret = jQuery.map( this, fn, until ); + + if ( name.slice( -5 ) !== "Until" ) { + selector = until; + } + + if ( selector && typeof selector === "string" ) { + ret = jQuery.filter( selector, ret ); + } + + if ( this.length > 1 ) { + // Remove duplicates + if ( !guaranteedUnique[ name ] ) { + ret = jQuery.unique( ret ); + } + + // Reverse order for parents* and prev-derivatives + if ( rparentsprev.test( name ) ) { + ret = ret.reverse(); + } + } + + return this.pushStack( ret ); + }; +}); +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 // Flag to know if list is currently firing + firing, + // Last fire value (for non-forgettable lists) + memory, + // Flag to know if list was already fired + fired, + // End of the loop when firing + firingLength, + // Index of currently firing callback (modified by remove if needed) + firingIndex, + // First callback to fire (used internally by add and fireWith) + firingStart, + // 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; + } + + // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443). + if ( !document.body ) { + return setTimeout( jQuery.ready ); + } + + // 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.trigger ) { + jQuery( document ).trigger("ready").off("ready"); + } + } +}); + +/** + * Clean-up method for dom ready events + */ +function detach() { + if ( document.addEventListener ) { + document.removeEventListener( "DOMContentLoaded", completed, false ); + window.removeEventListener( "load", completed, false ); + + } else { + document.detachEvent( "onreadystatechange", completed ); + window.detachEvent( "onload", completed ); + } +} + +/** + * The ready event handler and self cleanup method + */ +function completed() { + // readyState === "complete" is good enough for us to call the dom ready in oldIE + if ( document.addEventListener || event.type === "load" || document.readyState === "complete" ) { + detach(); + 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 ); + + // Standards-based browsers support DOMContentLoaded + } else if ( document.addEventListener ) { + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", completed, false ); + + // A fallback to window.onload, that will always work + window.addEventListener( "load", completed, false ); + + // If IE event model is used + } else { + // Ensure firing before onload, maybe late but safe also for iframes + document.attachEvent( "onreadystatechange", completed ); + + // A fallback to window.onload, that will always work + window.attachEvent( "onload", completed ); + + // If IE and not a frame + // continually check to see if the document is ready + var top = false; + + try { + top = window.frameElement == null && document.documentElement; + } catch(e) {} + + if ( top && top.doScroll ) { + (function doScrollCheck() { + if ( !jQuery.isReady ) { + + try { + // Use the trick by Diego Perini + // http://javascript.nwbox.com/IEContentLoaded/ + top.doScroll("left"); + } catch(e) { + return setTimeout( doScrollCheck, 50 ); + } + + // detach all dom ready events + detach(); + + // and execute any waiting functions + jQuery.ready(); + } + })(); + } + } + } + return readyList.promise( obj ); +}; + + +var strundefined = typeof undefined; + + + +// Support: IE<9 +// Iteration over object's inherited properties before its own +var i; +for ( i in jQuery( support ) ) { + break; +} +support.ownLast = i !== "0"; + +// Note: most support tests are defined in their respective modules. +// false until the test is run +support.inlineBlockNeedsLayout = false; + +jQuery(function() { + // We need to execute this one support test ASAP because we need to know + // if body.style.zoom needs to be set. + + var container, div, + body = document.getElementsByTagName("body")[0]; + + if ( !body ) { + // Return for frameset docs that don't have a body + return; + } + + // Setup + container = document.createElement( "div" ); + container.style.cssText = "border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px"; + + div = document.createElement( "div" ); + body.appendChild( container ).appendChild( div ); + + if ( typeof div.style.zoom !== strundefined ) { + // Support: IE<8 + // Check if natively block-level elements act like inline-block + // elements when setting their display to 'inline' and giving + // them layout + div.style.cssText = "border:0;margin:0;width:1px;padding:1px;display:inline;zoom:1"; + + if ( (support.inlineBlockNeedsLayout = ( div.offsetWidth === 3 )) ) { + // Prevent IE 6 from affecting layout for positioned elements #11048 + // Prevent IE from shrinking the body in IE 7 mode #12869 + // Support: IE<8 + body.style.zoom = 1; + } + } + + body.removeChild( container ); + + // Null elements to avoid leaks in IE + container = div = null; +}); + + + + +(function() { + var div = document.createElement( "div" ); + + // Execute the test only if not already executed in another module. + if (support.deleteExpando == null) { + // Support: IE<9 + support.deleteExpando = true; + try { + delete div.test; + } catch( e ) { + support.deleteExpando = false; + } + } + + // Null elements to avoid leaks in IE. + div = null; +})(); + + +/** + * Determines whether an object can have data + */ +jQuery.acceptData = function( elem ) { + var noData = jQuery.noData[ (elem.nodeName + " ").toLowerCase() ], + nodeType = +elem.nodeType || 1; + + // Do not set data on non-element DOM nodes because it will not be cleared (#8335). + return nodeType !== 1 && nodeType !== 9 ? + false : + + // Nodes accept data unless otherwise specified; rejection can be conditional + !noData || noData !== true && elem.getAttribute("classid") === noData; +}; + + +var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, + rmultiDash = /([A-Z])/g; + +function dataAttr( elem, key, data ) { + // If nothing was found internally, try to fetch any + // data from the HTML5 data-* attribute + if ( data === undefined && elem.nodeType === 1 ) { + + var 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 + jQuery.data( elem, key, data ); + + } else { + data = undefined; + } + } + + return data; +} + +// checks a cache object for emptiness +function isEmptyDataObject( obj ) { + var name; + for ( name in obj ) { + + // if the public data object is empty, the private is still empty + if ( name === "data" && jQuery.isEmptyObject( obj[name] ) ) { + continue; + } + if ( name !== "toJSON" ) { + return false; + } + } + + return true; +} + +function internalData( elem, name, data, pvt /* Internal Use Only */ ) { + if ( !jQuery.acceptData( elem ) ) { + return; + } + + var ret, thisCache, + internalKey = jQuery.expando, + + // We have to handle DOM nodes and JS objects differently because IE6-7 + // can't GC object references properly across the DOM-JS boundary + isNode = elem.nodeType, + + // Only DOM nodes need the global jQuery cache; JS object data is + // attached directly to the object so GC can occur automatically + cache = isNode ? jQuery.cache : elem, + + // Only defining an ID for JS objects if its cache already exists allows + // the code to shortcut on the same path as a DOM node with no cache + id = isNode ? elem[ internalKey ] : elem[ internalKey ] && internalKey; + + // Avoid doing any more work than we need to when trying to get data on an + // object that has no data at all + if ( (!id || !cache[id] || (!pvt && !cache[id].data)) && data === undefined && typeof name === "string" ) { + return; + } + + if ( !id ) { + // Only DOM nodes need a new unique ID for each element since their data + // ends up in the global cache + if ( isNode ) { + id = elem[ internalKey ] = deletedIds.pop() || jQuery.guid++; + } else { + id = internalKey; + } + } + + if ( !cache[ id ] ) { + // Avoid exposing jQuery metadata on plain JS objects when the object + // is serialized using JSON.stringify + cache[ id ] = isNode ? {} : { toJSON: jQuery.noop }; + } + + // An object can be passed to jQuery.data instead of a key/value pair; this gets + // shallow copied over onto the existing cache + if ( typeof name === "object" || typeof name === "function" ) { + if ( pvt ) { + cache[ id ] = jQuery.extend( cache[ id ], name ); + } else { + cache[ id ].data = jQuery.extend( cache[ id ].data, name ); + } + } + + thisCache = cache[ id ]; + + // jQuery data() is stored in a separate object inside the object's internal data + // cache in order to avoid key collisions between internal data and user-defined + // data. + if ( !pvt ) { + if ( !thisCache.data ) { + thisCache.data = {}; + } + + thisCache = thisCache.data; + } + + if ( data !== undefined ) { + thisCache[ jQuery.camelCase( name ) ] = data; + } + + // Check for both converted-to-camel and non-converted data property names + // If a data property was specified + if ( typeof name === "string" ) { + + // First Try to find as-is property data + ret = thisCache[ name ]; + + // Test for null|undefined property data + if ( ret == null ) { + + // Try to find the camelCased property + ret = thisCache[ jQuery.camelCase( name ) ]; + } + } else { + ret = thisCache; + } + + return ret; +} + +function internalRemoveData( elem, name, pvt ) { + if ( !jQuery.acceptData( elem ) ) { + return; + } + + var thisCache, i, + isNode = elem.nodeType, + + // See jQuery.data for more information + cache = isNode ? jQuery.cache : elem, + id = isNode ? elem[ jQuery.expando ] : jQuery.expando; + + // If there is already no cache entry for this object, there is no + // purpose in continuing + if ( !cache[ id ] ) { + return; + } + + if ( name ) { + + thisCache = pvt ? cache[ id ] : cache[ id ].data; + + if ( thisCache ) { + + // Support array or space separated string names for data keys + if ( !jQuery.isArray( name ) ) { + + // try the string as a key before any manipulation + if ( name in thisCache ) { + name = [ name ]; + } else { + + // split the camel cased version by spaces unless a key with the spaces exists + name = jQuery.camelCase( name ); + if ( name in thisCache ) { + name = [ name ]; + } else { + name = name.split(" "); + } + } + } else { + // 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 = name.concat( jQuery.map( name, jQuery.camelCase ) ); + } + + i = name.length; + while ( i-- ) { + delete thisCache[ name[i] ]; + } + + // If there is no data left in the cache, we want to continue + // and let the cache object itself get destroyed + if ( pvt ? !isEmptyDataObject(thisCache) : !jQuery.isEmptyObject(thisCache) ) { + return; + } + } + } + + // See jQuery.data for more information + if ( !pvt ) { + delete cache[ id ].data; + + // Don't destroy the parent cache unless the internal data object + // had been the only thing left in it + if ( !isEmptyDataObject( cache[ id ] ) ) { + return; + } + } + + // Destroy the cache + if ( isNode ) { + jQuery.cleanData( [ elem ], true ); + + // Use delete when supported for expandos or `cache` is not a window per isWindow (#10080) + /* jshint eqeqeq: false */ + } else if ( support.deleteExpando || cache != cache.window ) { + /* jshint eqeqeq: true */ + delete cache[ id ]; + + // When all else fails, null + } else { + cache[ id ] = null; + } +} + +jQuery.extend({ + cache: {}, + + // The following elements (space-suffixed to avoid Object.prototype collisions) + // throw uncatchable exceptions if you attempt to set expando properties + noData: { + "applet ": true, + "embed ": true, + // ...but Flash objects (which have this classid) *can* handle expandos + "object ": "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" + }, + + hasData: function( elem ) { + elem = elem.nodeType ? jQuery.cache[ elem[jQuery.expando] ] : elem[ jQuery.expando ]; + return !!elem && !isEmptyDataObject( elem ); + }, + + data: function( elem, name, data ) { + return internalData( elem, name, data ); + }, + + removeData: function( elem, name ) { + return internalRemoveData( elem, name ); + }, + + // For internal use only. + _data: function( elem, name, data ) { + return internalData( elem, name, data, true ); + }, + + _removeData: function( elem, name ) { + return internalRemoveData( elem, name, true ); + } +}); + +jQuery.fn.extend({ + data: function( key, value ) { + var i, name, data, + elem = this[0], + attrs = elem && elem.attributes; + + // Special expections of .data basically thwart jQuery.access, + // so implement the relevant behavior ourselves + + // Gets all values + if ( key === undefined ) { + if ( this.length ) { + data = jQuery.data( elem ); + + if ( elem.nodeType === 1 && !jQuery._data( elem, "parsedAttrs" ) ) { + i = attrs.length; + while ( i-- ) { + name = attrs[i].name; + + if ( name.indexOf("data-") === 0 ) { + name = jQuery.camelCase( name.slice(5) ); + + dataAttr( elem, name, data[ name ] ); + } + } + jQuery._data( elem, "parsedAttrs", true ); + } + } + + return data; + } + + // Sets multiple values + if ( typeof key === "object" ) { + return this.each(function() { + jQuery.data( this, key ); + }); + } + + return arguments.length > 1 ? + + // Sets one value + this.each(function() { + jQuery.data( this, key, value ); + }) : + + // Gets one value + // Try to fetch any internally stored data first + elem ? dataAttr( elem, key, jQuery.data( elem, key ) ) : undefined; + }, + + removeData: function( key ) { + return this.each(function() { + jQuery.removeData( this, key ); + }); + } +}); + + +jQuery.extend({ + queue: function( elem, type, data ) { + var queue; + + if ( elem ) { + type = ( type || "fx" ) + "queue"; + queue = jQuery._data( elem, type ); + + // Speed up dequeue by getting out quickly if this is just a lookup + if ( data ) { + if ( !queue || jQuery.isArray(data) ) { + queue = jQuery._data( 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 jQuery._data( elem, key ) || jQuery._data( elem, key, { + empty: jQuery.Callbacks("once memory").add(function() { + jQuery._removeData( elem, type + "queue" ); + jQuery._removeData( elem, 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 = jQuery._data( 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 ); + }; + + + +// 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, + length = 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 < length; i++ ) { + fn( elems[i], key, raw ? value : value.call( elems[i], i, fn( elems[i], key ) ) ); + } + } + } + + return chainable ? + elems : + + // Gets + bulk ? + fn.call( elems ) : + length ? fn( elems[0], key ) : emptyGet; +}; +var rcheckableType = (/^(?:checkbox|radio)$/i); + + + +(function() { + var fragment = document.createDocumentFragment(), + div = document.createElement("div"), + input = document.createElement("input"); + + // Setup + div.setAttribute( "className", "t" ); + div.innerHTML = "
    a"; + + // IE strips leading whitespace when .innerHTML is used + support.leadingWhitespace = div.firstChild.nodeType === 3; + + // Make sure that tbody elements aren't automatically inserted + // IE will insert them into empty tables + support.tbody = !div.getElementsByTagName( "tbody" ).length; + + // Make sure that link elements get serialized correctly by innerHTML + // This requires a wrapper element in IE + support.htmlSerialize = !!div.getElementsByTagName( "link" ).length; + + // Makes sure cloning an html5 element does not cause problems + // Where outerHTML is undefined, this still works + support.html5Clone = + document.createElement( "nav" ).cloneNode( true ).outerHTML !== "<:nav>"; + + // Check if a disconnected checkbox will retain its checked + // value of true after appended to the DOM (IE6/7) + input.type = "checkbox"; + input.checked = true; + fragment.appendChild( input ); + support.appendChecked = input.checked; + + // Make sure textarea (and checkbox) defaultValue is properly cloned + // Support: IE6-IE11+ + div.innerHTML = ""; + support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; + + // #11217 - WebKit loses check when the name is after the checked attribute + fragment.appendChild( div ); + div.innerHTML = ""; + + // 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; + + // Support: IE<9 + // Opera does not clone events (and typeof div.attachEvent === undefined). + // IE9-10 clones events bound via attachEvent, but they don't trigger with .click() + support.noCloneEvent = true; + if ( div.attachEvent ) { + div.attachEvent( "onclick", function() { + support.noCloneEvent = false; + }); + + div.cloneNode( true ).click(); + } + + // Execute the test only if not already executed in another module. + if (support.deleteExpando == null) { + // Support: IE<9 + support.deleteExpando = true; + try { + delete div.test; + } catch( e ) { + support.deleteExpando = false; + } + } + + // Null elements to avoid leaks in IE. + fragment = div = input = null; +})(); + + +(function() { + var i, eventName, + div = document.createElement( "div" ); + + // Support: IE<9 (lack submit/change bubble), Firefox 23+ (lack focusin event) + for ( i in { submit: true, change: true, focusin: true }) { + eventName = "on" + i; + + if ( !(support[ i + "Bubbles" ] = eventName in window) ) { + // Beware of CSP restrictions (https://developer.mozilla.org/en/Security/CSP) + div.setAttribute( eventName, "t" ); + support[ i + "Bubbles" ] = div.attributes[ eventName ].expando === false; + } + } + + // Null elements to avoid leaks in IE. + div = null; +})(); + + +var rformElems = /^(?:input|select|textarea)$/i, + rkeyEvent = /^key/, + rmouseEvent = /^(?:mouse|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 tmp, events, t, handleObjIn, + special, eventHandle, handleObj, + handlers, type, namespaces, origType, + elemData = jQuery._data( 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 && (!e || jQuery.event.triggered !== e.type) ? + jQuery.event.dispatch.apply( eventHandle.elem, arguments ) : + undefined; + }; + // Add elem as a property of the handle fn to prevent a memory leak with IE non-native events + eventHandle.elem = elem; + } + + // 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/attachEvent if the special events handler returns false + if ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) { + // Bind the global event handler to the element + if ( elem.addEventListener ) { + elem.addEventListener( type, eventHandle, false ); + + } else if ( elem.attachEvent ) { + elem.attachEvent( "on" + type, eventHandle ); + } + } + } + + if ( special.add ) { + special.add.call( elem, handleObj ); + + if ( !handleObj.handler.guid ) { + handleObj.handler.guid = handler.guid; + } + } + + // Add to the element's handler list, delegates in front + if ( selector ) { + handlers.splice( handlers.delegateCount++, 0, handleObj ); + } else { + handlers.push( handleObj ); + } + + // Keep track of which events have ever been used, for event optimization + jQuery.event.global[ type ] = true; + } + + // Nullify elem to prevent memory leaks in IE + elem = null; + }, + + // Detach an event or set of events from an element + remove: function( elem, types, handler, selector, mappedTypes ) { + var j, handleObj, tmp, + origCount, t, events, + special, handlers, type, + namespaces, origType, + elemData = jQuery.hasData( elem ) && jQuery._data( 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; + + // removeData also checks for emptiness and clears the expando if empty + // so use it instead of delete + jQuery._removeData( elem, "events" ); + } + }, + + trigger: function( event, data, elem, onlyHandlers ) { + var handle, ontype, cur, + bubbleType, special, tmp, i, + 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 = ( jQuery._data( cur, "events" ) || {} )[ event.type ] && jQuery._data( 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. + // Can't use an .isFunction() check here because IE6/7 fails that test. + // Don't do default actions on window, that's where global variables be (#6170) + if ( ontype && 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; + try { + elem[ type ](); + } catch ( e ) { + // IE<9 dies on focus/blur to hidden element (#1486,#12518) + // only reproducible on winXP IE8 native, not IE9 in IE8 mode + } + 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, ret, handleObj, matched, j, + handlerQueue = [], + args = slice.call( arguments ), + handlers = ( jQuery._data( 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 sel, handleObj, matches, i, + 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") ) { + + /* jshint eqeqeq: false */ + for ( ; cur != this; cur = cur.parentNode || this ) { + /* jshint eqeqeq: true */ + + // Don't check non-elements (#13208) + // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) + if ( cur.nodeType === 1 && (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; + }, + + 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: IE<9 + // Fix target property (#1925) + if ( !event.target ) { + event.target = originalEvent.srcElement || document; + } + + // Support: Chrome 23+, Safari? + // Target should not be a text node (#504, #13143) + if ( event.target.nodeType === 3 ) { + event.target = event.target.parentNode; + } + + // Support: IE<9 + // For mouse/key events, metaKey==false if it's undefined (#3368, #11328) + event.metaKey = !!event.metaKey; + + return fixHook.filter ? fixHook.filter( event, originalEvent ) : event; + }, + + // 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 fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "), + filter: function( event, original ) { + var body, eventDoc, doc, + button = original.button, + fromElement = original.fromElement; + + // 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 relatedTarget, if necessary + if ( !event.relatedTarget && fromElement ) { + event.relatedTarget = fromElement === event.target ? original.toElement : fromElement; + } + + // 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; + } + }, + + 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 ) { + try { + this.focus(); + return false; + } catch ( e ) { + // Support: IE<9 + // If we error on focus to hidden element (#1486, #12518), + // let .trigger() run the handlers + } + } + }, + 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 ( jQuery.nodeName( this, "input" ) && this.type === "checkbox" && this.click ) { + 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 ) { + + // Even when returnValue equals to undefined Firefox will still show alert + if ( event.result !== undefined ) { + 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 = document.removeEventListener ? + function( elem, type, handle ) { + if ( elem.removeEventListener ) { + elem.removeEventListener( type, handle, false ); + } + } : + function( elem, type, handle ) { + var name = "on" + type; + + if ( elem.detachEvent ) { + + // #8545, #7054, preventing memory leaks for custom events in IE6-8 + // detachEvent needed property on element, by name of that event, to properly expose it to GC + if ( typeof elem[ name ] === strundefined ) { + elem[ name ] = null; + } + + elem.detachEvent( name, handle ); + } + }; + +jQuery.Event = function( src, props ) { + // Allow instantiation without the 'new' keyword + if ( !(this instanceof jQuery.Event) ) { + return new jQuery.Event( src, props ); + } + + // Event object + if ( src && src.type ) { + this.originalEvent = src; + this.type = src.type; + + // Events bubbling up the document may have been marked as prevented + // by a handler lower down the tree; reflect the correct value. + this.isDefaultPrevented = src.defaultPrevented || + src.defaultPrevented === undefined && ( + // Support: IE < 9 + src.returnValue === false || + // Support: Android < 4.0 + src.getPreventDefault && src.getPreventDefault() ) ? + 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 ) { + return; + } + + // If preventDefault exists, run it on the original event + if ( e.preventDefault ) { + e.preventDefault(); + + // Support: IE + // Otherwise set the returnValue property of the original event to false + } else { + e.returnValue = false; + } + }, + stopPropagation: function() { + var e = this.originalEvent; + + this.isPropagationStopped = returnTrue; + if ( !e ) { + return; + } + // If stopPropagation exists, run it on the original event + if ( e.stopPropagation ) { + e.stopPropagation(); + } + + // Support: IE + // Set the cancelBubble property of the original event to true + e.cancelBubble = true; + }, + stopImmediatePropagation: function() { + this.isImmediatePropagationStopped = returnTrue; + this.stopPropagation(); + } +}; + +// Create mouseenter/leave events using mouseover/out and event-time checks +jQuery.each({ + mouseenter: "mouseover", + mouseleave: "mouseout" +}, 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; + } + }; +}); + +// IE submit delegation +if ( !support.submitBubbles ) { + + jQuery.event.special.submit = { + setup: function() { + // Only need this for delegated form submit events + if ( jQuery.nodeName( this, "form" ) ) { + return false; + } + + // Lazy-add a submit handler when a descendant form may potentially be submitted + jQuery.event.add( this, "click._submit keypress._submit", function( e ) { + // Node name check avoids a VML-related crash in IE (#9807) + var elem = e.target, + form = jQuery.nodeName( elem, "input" ) || jQuery.nodeName( elem, "button" ) ? elem.form : undefined; + if ( form && !jQuery._data( form, "submitBubbles" ) ) { + jQuery.event.add( form, "submit._submit", function( event ) { + event._submit_bubble = true; + }); + jQuery._data( form, "submitBubbles", true ); + } + }); + // return undefined since we don't need an event listener + }, + + postDispatch: function( event ) { + // If form was submitted by the user, bubble the event up the tree + if ( event._submit_bubble ) { + delete event._submit_bubble; + if ( this.parentNode && !event.isTrigger ) { + jQuery.event.simulate( "submit", this.parentNode, event, true ); + } + } + }, + + teardown: function() { + // Only need this for delegated form submit events + if ( jQuery.nodeName( this, "form" ) ) { + return false; + } + + // Remove delegated handlers; cleanData eventually reaps submit handlers attached above + jQuery.event.remove( this, "._submit" ); + } + }; +} + +// IE change delegation and checkbox/radio fix +if ( !support.changeBubbles ) { + + jQuery.event.special.change = { + + setup: function() { + + if ( rformElems.test( this.nodeName ) ) { + // IE doesn't fire change on a check/radio until blur; trigger it on click + // after a propertychange. Eat the blur-change in special.change.handle. + // This still fires onchange a second time for check/radio after blur. + if ( this.type === "checkbox" || this.type === "radio" ) { + jQuery.event.add( this, "propertychange._change", function( event ) { + if ( event.originalEvent.propertyName === "checked" ) { + this._just_changed = true; + } + }); + jQuery.event.add( this, "click._change", function( event ) { + if ( this._just_changed && !event.isTrigger ) { + this._just_changed = false; + } + // Allow triggered, simulated change events (#11500) + jQuery.event.simulate( "change", this, event, true ); + }); + } + return false; + } + // Delegated event; lazy-add a change handler on descendant inputs + jQuery.event.add( this, "beforeactivate._change", function( e ) { + var elem = e.target; + + if ( rformElems.test( elem.nodeName ) && !jQuery._data( elem, "changeBubbles" ) ) { + jQuery.event.add( elem, "change._change", function( event ) { + if ( this.parentNode && !event.isSimulated && !event.isTrigger ) { + jQuery.event.simulate( "change", this.parentNode, event, true ); + } + }); + jQuery._data( elem, "changeBubbles", true ); + } + }); + }, + + handle: function( event ) { + var elem = event.target; + + // Swallow native change events from checkbox/radio, we already triggered them above + if ( this !== elem || event.isSimulated || event.isTrigger || (elem.type !== "radio" && elem.type !== "checkbox") ) { + return event.handleObj.handler.apply( this, arguments ); + } + }, + + teardown: function() { + jQuery.event.remove( this, "._change" ); + + return !rformElems.test( this.nodeName ); + } + }; +} + +// Create "bubbling" focus and blur events +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 = jQuery._data( doc, fix ); + + if ( !attaches ) { + doc.addEventListener( orig, handler, true ); + } + jQuery._data( doc, fix, ( attaches || 0 ) + 1 ); + }, + teardown: function() { + var doc = this.ownerDocument || this, + attaches = jQuery._data( doc, fix ) - 1; + + if ( !attaches ) { + doc.removeEventListener( orig, handler, true ); + jQuery._removeData( doc, fix ); + } else { + jQuery._data( doc, fix, attaches ); + } + } + }; + }); +} + +jQuery.fn.extend({ + + on: function( types, selector, data, fn, /*INTERNAL*/ one ) { + var type, origFn; + + // 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 ); + } + } +}); + + +function createSafeFragment( document ) { + var list = nodeNames.split( "|" ), + safeFrag = document.createDocumentFragment(); + + if ( safeFrag.createElement ) { + while ( list.length ) { + safeFrag.createElement( + list.pop() + ); + } + } + return safeFrag; +} + +var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|" + + "header|hgroup|mark|meter|nav|output|progress|section|summary|time|video", + rinlinejQuery = / jQuery\d+="(?:null|\d+)"/g, + rnoshimcache = new RegExp("<(?:" + nodeNames + ")[\\s/>]", "i"), + rleadingWhitespace = /^\s+/, + rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi, + rtagName = /<([\w:]+)/, + rtbody = /\s*$/g, + + // We have to close these tags to support XHTML (#13200) + wrapMap = { + option: [ 1, "" ], + legend: [ 1, "
    ", "
    " ], + area: [ 1, "", "" ], + param: [ 1, "", "" ], + thead: [ 1, "", "
    " ], + tr: [ 2, "", "
    " ], + col: [ 2, "", "
    " ], + td: [ 3, "", "
    " ], + + // IE6-8 can't serialize link, script, style, or any html5 (NoScope) tags, + // unless wrapped in a div with non-breaking characters in front of it. + _default: support.htmlSerialize ? [ 0, "", "" ] : [ 1, "X
    ", "
    " ] + }, + safeFragment = createSafeFragment( document ), + fragmentDiv = safeFragment.appendChild( document.createElement("div") ); + +wrapMap.optgroup = wrapMap.option; +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + +function getAll( context, tag ) { + var elems, elem, + i = 0, + found = typeof context.getElementsByTagName !== strundefined ? context.getElementsByTagName( tag || "*" ) : + typeof context.querySelectorAll !== strundefined ? context.querySelectorAll( tag || "*" ) : + undefined; + + if ( !found ) { + for ( found = [], elems = context.childNodes || context; (elem = elems[i]) != null; i++ ) { + if ( !tag || jQuery.nodeName( elem, tag ) ) { + found.push( elem ); + } else { + jQuery.merge( found, getAll( elem, tag ) ); + } + } + } + + return tag === undefined || tag && jQuery.nodeName( context, tag ) ? + jQuery.merge( [ context ], found ) : + found; +} + +// Used in buildFragment, fixes the defaultChecked property +function fixDefaultChecked( elem ) { + if ( rcheckableType.test( elem.type ) ) { + elem.defaultChecked = elem.checked; + } +} + +// Support: IE<8 +// 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 = (jQuery.find.attr( elem, "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 elem, + i = 0; + for ( ; (elem = elems[i]) != null; i++ ) { + jQuery._data( elem, "globalEval", !refElements || jQuery._data( refElements[i], "globalEval" ) ); + } +} + +function cloneCopyEvent( src, dest ) { + + if ( dest.nodeType !== 1 || !jQuery.hasData( src ) ) { + return; + } + + var type, i, l, + oldData = jQuery._data( src ), + curData = jQuery._data( dest, oldData ), + events = oldData.events; + + if ( events ) { + delete curData.handle; + curData.events = {}; + + for ( type in events ) { + for ( i = 0, l = events[ type ].length; i < l; i++ ) { + jQuery.event.add( dest, type, events[ type ][ i ] ); + } + } + } + + // make the cloned public data object a copy from the original + if ( curData.data ) { + curData.data = jQuery.extend( {}, curData.data ); + } +} + +function fixCloneNodeIssues( src, dest ) { + var nodeName, e, data; + + // We do not need to do anything for non-Elements + if ( dest.nodeType !== 1 ) { + return; + } + + nodeName = dest.nodeName.toLowerCase(); + + // IE6-8 copies events bound via attachEvent when using cloneNode. + if ( !support.noCloneEvent && dest[ jQuery.expando ] ) { + data = jQuery._data( dest ); + + for ( e in data.events ) { + jQuery.removeEvent( dest, e, data.handle ); + } + + // Event data gets referenced instead of copied if the expando gets copied too + dest.removeAttribute( jQuery.expando ); + } + + // IE blanks contents when cloning scripts, and tries to evaluate newly-set text + if ( nodeName === "script" && dest.text !== src.text ) { + disableScript( dest ).text = src.text; + restoreScript( dest ); + + // IE6-10 improperly clones children of object elements using classid. + // IE10 throws NoModificationAllowedError if parent is null, #12132. + } else if ( nodeName === "object" ) { + if ( dest.parentNode ) { + dest.outerHTML = src.outerHTML; + } + + // This path appears unavoidable for IE9. When cloning an object + // element in IE9, the outerHTML strategy above is not sufficient. + // If the src has innerHTML and the destination does not, + // copy the src.innerHTML into the dest.innerHTML. #10324 + if ( support.html5Clone && ( src.innerHTML && !jQuery.trim(dest.innerHTML) ) ) { + dest.innerHTML = src.innerHTML; + } + + } else if ( nodeName === "input" && rcheckableType.test( src.type ) ) { + // IE6-8 fails to persist the checked state of a cloned checkbox + // or radio button. Worse, IE6-7 fail to give the cloned element + // a checked appearance if the defaultChecked value isn't also set + + dest.defaultChecked = dest.checked = src.checked; + + // IE6-7 get confused and end up setting the value of a cloned + // checkbox/radio button to an empty string instead of "on" + if ( dest.value !== src.value ) { + dest.value = src.value; + } + + // IE6-8 fails to return the selected option to the default selected + // state when cloning options + } else if ( nodeName === "option" ) { + dest.defaultSelected = dest.selected = src.defaultSelected; + + // IE6-8 fails to set the defaultValue to the correct value when + // cloning other types of input fields + } else if ( nodeName === "input" || nodeName === "textarea" ) { + dest.defaultValue = src.defaultValue; + } +} + +jQuery.extend({ + clone: function( elem, dataAndEvents, deepDataAndEvents ) { + var destElements, node, clone, i, srcElements, + inPage = jQuery.contains( elem.ownerDocument, elem ); + + if ( support.html5Clone || jQuery.isXMLDoc(elem) || !rnoshimcache.test( "<" + elem.nodeName + ">" ) ) { + clone = elem.cloneNode( true ); + + // IE<=8 does not properly clone detached, unknown element nodes + } else { + fragmentDiv.innerHTML = elem.outerHTML; + fragmentDiv.removeChild( clone = fragmentDiv.firstChild ); + } + + if ( (!support.noCloneEvent || !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 ); + + // Fix all IE cloning issues + for ( i = 0; (node = srcElements[i]) != null; ++i ) { + // Ensure that the destination node is not null; Fixes #9587 + if ( destElements[i] ) { + fixCloneNodeIssues( node, 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; (node = srcElements[i]) != null; i++ ) { + cloneCopyEvent( node, destElements[i] ); + } + } else { + cloneCopyEvent( elem, clone ); + } + } + + // Preserve script evaluation history + destElements = getAll( clone, "script" ); + if ( destElements.length > 0 ) { + setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); + } + + destElements = srcElements = node = null; + + // Return the cloned set + return clone; + }, + + buildFragment: function( elems, context, scripts, selection ) { + var j, elem, contains, + tmp, tag, tbody, wrap, + l = elems.length, + + // Ensure a safe fragment + safe = createSafeFragment( context ), + + nodes = [], + i = 0; + + for ( ; i < l; i++ ) { + elem = elems[ i ]; + + if ( elem || elem === 0 ) { + + // Add nodes directly + if ( jQuery.type( elem ) === "object" ) { + 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 || safe.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; + } + + // Manually add leading whitespace removed by IE + if ( !support.leadingWhitespace && rleadingWhitespace.test( elem ) ) { + nodes.push( context.createTextNode( rleadingWhitespace.exec( elem )[0] ) ); + } + + // Remove IE's autoinserted from table fragments + if ( !support.tbody ) { + + // String was a , *may* have spurious + elem = tag === "table" && !rtbody.test( elem ) ? + tmp.firstChild : + + // String was a bare or + wrap[1] === "
    " && !rtbody.test( elem ) ? + tmp : + 0; + + j = elem && elem.childNodes.length; + while ( j-- ) { + if ( jQuery.nodeName( (tbody = elem.childNodes[j]), "tbody" ) && !tbody.childNodes.length ) { + elem.removeChild( tbody ); + } + } + } + + jQuery.merge( nodes, tmp.childNodes ); + + // Fix #12392 for WebKit and IE > 9 + tmp.textContent = ""; + + // Fix #12392 for oldIE + while ( tmp.firstChild ) { + tmp.removeChild( tmp.firstChild ); + } + + // Remember the top-level container for proper cleanup + tmp = safe.lastChild; + } + } + } + + // Fix #11356: Clear elements from fragment + if ( tmp ) { + safe.removeChild( tmp ); + } + + // Reset defaultChecked for any radios and checkboxes + // about to be appended to the DOM in IE 6/7 (#8060) + if ( !support.appendChecked ) { + jQuery.grep( getAll( nodes, "input" ), fixDefaultChecked ); + } + + 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( safe.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 ); + } + } + } + } + + tmp = null; + + return safe; + }, + + cleanData: function( elems, /* internal */ acceptData ) { + var elem, type, id, data, + i = 0, + internalKey = jQuery.expando, + cache = jQuery.cache, + deleteExpando = support.deleteExpando, + special = jQuery.event.special; + + for ( ; (elem = elems[i]) != null; i++ ) { + if ( acceptData || jQuery.acceptData( elem ) ) { + + id = elem[ internalKey ]; + data = id && cache[ id ]; + + if ( data ) { + 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 ); + } + } + } + + // Remove cache only if it was not already removed by jQuery.event.remove + if ( cache[ id ] ) { + + delete cache[ id ]; + + // IE does not allow us to delete expando properties from nodes, + // nor does it have a removeAttribute function on Document nodes; + // we must handle all of these cases + if ( deleteExpando ) { + delete elem[ internalKey ]; + + } else if ( typeof elem.removeAttribute !== strundefined ) { + elem.removeAttribute( internalKey ); + + } else { + elem[ internalKey ] = null; + } + + deletedIds.push( id ); + } + } + } + } + } +}); + +jQuery.fn.extend({ + text: function( value ) { + return access( this, function( value ) { + return value === undefined ? + jQuery.text( this ) : + this.empty().append( ( this[0] && this[0].ownerDocument || document ).createTextNode( 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++ ) { + // Remove element nodes and prevent memory leaks + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + } + + // Remove any remaining nodes + while ( elem.firstChild ) { + elem.removeChild( elem.firstChild ); + } + + // If this is a select, ensure that it displays empty (#12336) + // Support: IE<9 + if ( elem.options && jQuery.nodeName( elem, "select" ) ) { + elem.options.length = 0; + } + } + + 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 ) { + return elem.nodeType === 1 ? + elem.innerHTML.replace( rinlinejQuery, "" ) : + undefined; + } + + // See if we can take a shortcut and just use innerHTML + if ( typeof value === "string" && !rnoInnerhtml.test( value ) && + ( support.htmlSerialize || !rnoshimcache.test( value ) ) && + ( support.leadingWhitespace || !rleadingWhitespace.test( value ) ) && + !wrapMap[ (rtagName.exec( value ) || [ "", "" ])[ 1 ].toLowerCase() ] ) { + + value = value.replace( rxhtmlTag, "<$1>" ); + + try { + for (; i < l; i++ ) { + // Remove element nodes and prevent memory leaks + elem = this[i] || {}; + 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 first, node, hasScripts, + scripts, doc, fragment, + 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 ) { + 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 || "" ) && + !jQuery._data( 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.text || node.textContent || node.innerHTML || "" ).replace( rcleanScript, "" ) ); + } + } + } + } + + // Fix #11809: Avoid leaking memory + fragment = first = null; + } + } + + return this; + } +}); + +jQuery.each({ + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" +}, function( name, original ) { + jQuery.fn[ name ] = function( selector ) { + var elems, + i = 0, + ret = [], + insert = jQuery( selector ), + last = insert.length - 1; + + for ( ; i <= last; i++ ) { + elems = i === last ? this : this.clone(true); + jQuery( insert[i] )[ original ]( elems ); + + // Modern browsers can apply jQuery collections as arrays, but oldIE needs a .get() + 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 elem = jQuery( doc.createElement( name ) ).appendTo( doc.body ), + + // getDefaultComputedStyle might be reliably used only on attached element + display = window.getDefaultComputedStyle ? + + // 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 + window.getDefaultComputedStyle( elem[ 0 ] ).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( "