doc_smoosher 0.0.2 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,13 @@
1
+ require 'bundler/setup'
2
+ require 'sinatra'
3
+
4
+ ##
5
+ # Example web server
6
+ #
7
+ get '/' do
8
+ content_type :json
9
+
10
+ File.open('ingenia.rb') do |f|
11
+ eval(f.read)
12
+ end
13
+ end
@@ -0,0 +1,7 @@
1
+ @import url("//fonts.googleapis.com/css?family=Raleway:400,700");/*!
2
+ * Bootswatch v3.1.1
3
+ * Homepage: http://bootswatch.com
4
+ * Copyright 2012-2014 Thomas Park
5
+ * Licensed under MIT
6
+ * Based on Bootstrap
7
+ *//*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none !important;color:#000 !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}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}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:Georgia,"Times New Roman",Times,serif;font-size:16px;line-height:1.42857143;color:#333333;background-color:#ffffff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#4582ec;text-decoration:none}a:hover,a:focus{color:#134fb8;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:22px;margin-bottom:22px;border:0;border-top:1px solid #eeeeee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:bold;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:#b3b3b3}h1,.h1,h2,.h2,h3,.h3{margin-top:22px;margin-bottom:11px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:11px;margin-bottom:11px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:41px}h2,.h2{font-size:34px}h3,.h3{font-size:28px}h4,.h4{font-size:20px}h5,.h5{font-size:16px}h6,.h6{font-size:14px}p{margin:0 0 11px}.lead{margin-bottom:22px;font-size:18px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:24px}}small,.small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#b3b3b3}.text-primary{color:#4582ec}a.text-primary:hover{color:#1863e6}.text-success{color:#3fad46}a.text-success:hover{color:#318837}.text-info{color:#5bc0de}a.text-info:hover{color:#31b0d5}.text-warning{color:#f0ad4e}a.text-warning:hover{color:#ec971f}.text-danger{color:#d9534f}a.text-danger:hover{color:#c9302c}.bg-primary{color:#fff;background-color:#4582ec}a.bg-primary:hover{background-color:#1863e6}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:10px;margin:44px 0 22px;border-bottom:1px solid #eeeeee}ul,ol{margin-top:0;margin-bottom:11px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:22px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #b3b3b3}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:11px 22px;margin:0 0 22px;font-size:20px;border-left:5px solid #4582ec}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#333333}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #4582ec;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:22px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#ffffff;background-color:#333333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}pre{display:block;padding:10.5px;margin:0 0 11px;font-size:15px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0%}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0%}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0%}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0%}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0%}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0%}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0%}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0%}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:22px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #dddddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #dddddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #dddddd}.table .table{background-color:#ffffff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-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;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media (max-width:767px){.table-responsive{width:100%;margin-bottom:16.5px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #dddddd;-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;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:22px;font-size:24px;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;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:9px;font-size:16px;line-height:1.42857143;color:#333333}.form-control{display:block;width:100%;height:40px;padding:8px 12px;font-size:16px;line-height:1.42857143;color:#333333;background-color:#ffffff;background-image:none;border:1px solid #dddddd;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control::-moz-placeholder{color:#b3b3b3;opacity:1}.form-control:-ms-input-placeholder{color:#b3b3b3}.form-control::-webkit-input-placeholder{color:#b3b3b3}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eeeeee;opacity:1}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}input[type="date"]{line-height:40px}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:22px;margin-top:10px;margin-bottom:10px;padding-left:20px}.radio label,.checkbox label{display:inline;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;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.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:33px;padding:5px 10px;font-size:14px;line-height:1.5;border-radius:3px}select.input-sm{height:33px;line-height:33px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg{height:57px;padding:14px 16px;font-size:20px;line-height:1.33;border-radius:6px}select.input-lg{height:57px;line-height:57px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:50px}.has-feedback .form-control-feedback{position:absolute;top:27px;right:0;display:block;width:40px;height:40px;line-height:40px;text-align:center}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3fad46}.has-success .form-control{border-color:#3fad46;-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:#318837;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #81d186;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #81d186}.has-success .input-group-addon{color:#3fad46;border-color:#3fad46;background-color:#dff0d8}.has-success .form-control-feedback{color:#3fad46}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#f0ad4e}.has-warning .form-control{border-color:#f0ad4e;-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:#ec971f;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f8d9ac;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f8d9ac}.has-warning .input-group-addon{color:#f0ad4e;border-color:#f0ad4e;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#f0ad4e}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#d9534f}.has-error .form-control{border-color:#d9534f;-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:#c9302c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #eba5a3;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #eba5a3}.has-error .input-group-addon{color:#d9534f;border-color:#d9534f;background-color:#f2dede}.has-error .form-control-feedback{color:#d9534f}.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;width:auto;vertical-align:middle}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:9px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:31px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-control-static{padding-top:9px}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:8px 12px;font-size:16px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus{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{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333333;background-color:#ffffff;border-color:#dddddd}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333333;background-color:#ebebeb;border-color:#bebebe}.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:#dddddd}.btn-default .badge{color:#ffffff;background-color:#333333}.btn-primary{color:#ffffff;background-color:#4582ec;border-color:#4582ec}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#ffffff;background-color:#2069e8;border-color:#175fdd}.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:#4582ec;border-color:#4582ec}.btn-primary .badge{color:#4582ec;background-color:#ffffff}.btn-success{color:#ffffff;background-color:#3fad46;border-color:#3fad46}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#ffffff;background-color:#348f3a;border-color:#2f8034}.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:#3fad46;border-color:#3fad46}.btn-success .badge{color:#3fad46;background-color:#ffffff}.btn-info{color:#ffffff;background-color:#5bc0de;border-color:#5bc0de}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#ffffff;background-color:#39b3d7;border-color:#2aabd2}.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:#5bc0de}.btn-info .badge{color:#5bc0de;background-color:#ffffff}.btn-warning{color:#ffffff;background-color:#f0ad4e;border-color:#f0ad4e}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#ffffff;background-color:#ed9c28;border-color:#eb9316}.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:#f0ad4e}.btn-warning .badge{color:#f0ad4e;background-color:#ffffff}.btn-danger{color:#ffffff;background-color:#d9534f;border-color:#d9534f}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#ffffff;background-color:#d2322d;border-color:#c12e2a}.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:#d9534f}.btn-danger .badge{color:#d9534f;background-color:#ffffff}.btn-link{color:#4582ec;font-weight:normal;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:#134fb8;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:#b3b3b3;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:14px 16px;font-size:20px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:14px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:14px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right: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';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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;list-style:none;font-size:16px;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:10px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#ffffff;background-color:#4582ec}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#4582ec}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#b3b3b3}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:14px;line-height:1.42857143;color:#b3b3b3}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px 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{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn: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{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-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>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;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:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[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-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:57px;padding:14px 16px;font-size:20px;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:57px;line-height:57px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:33px;padding:5px 10px;font-size:14px;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:33px;line-height:33px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:8px 12px;font-size:16px;font-weight:normal;line-height:1;color:#333333;text-align:center;background-color:#eeeeee;border:1px solid #dddddd;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:14px;border-radius:3px}.input-group-addon.input-lg{padding:14px 16px;font-size:20px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eeeeee}.nav>li.disabled>a{color:#b3b3b3}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#b3b3b3;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eeeeee;border-color:#4582ec}.nav .nav-divider{height:1px;margin:10px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #dddddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555555;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#ffffff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#ffffff;background-color:#4582ec}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#ffffff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:22px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:14px 15px;font-size:20px;line-height:22px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:none}.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:7px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:22px}@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:22px}.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:14px;padding-bottom:14px}.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{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:5px;margin-bottom:5px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-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-btn{margin-top:5px;margin-bottom:5px}.navbar-btn.btn-sm{margin-top:8.5px;margin-bottom:8.5px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:14px;margin-bottom:14px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#ffffff;border-color:transparent}.navbar-default .navbar-brand{color:#4582ec}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#4582ec;background-color:transparent}.navbar-default .navbar-text{color:#333333}.navbar-default .navbar-nav>li>a{color:#4582ec}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#4582ec;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#4582ec;background-color:transparent}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#333333;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:transparent}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:transparent;color:#4582ec}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#4582ec}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#4582ec;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:#4582ec;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#333333;background-color:transparent}}.navbar-default .navbar-link{color:#4582ec}.navbar-default .navbar-link:hover{color:#4582ec}.navbar-inverse{background-color:transparent;border-color:transparent}.navbar-inverse .navbar-brand{color:#333333}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#333333;background-color:transparent}.navbar-inverse .navbar-text{color:#333333}.navbar-inverse .navbar-nav>li>a{color:#333333}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#333333;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#333333;background-color:transparent}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#cccccc;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#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:rgba(0,0,0,0)}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:transparent;color:#333333}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#333333}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#333333;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:#333333;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#cccccc;background-color:transparent}}.navbar-inverse .navbar-link{color:#333333}.navbar-inverse .navbar-link:hover{color:#333333}.breadcrumb{padding:8px 15px;margin-bottom:22px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#cccccc}.breadcrumb>.active{color:#b3b3b3}.pagination{display:inline-block;padding-left:0;margin:22px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:8px 12px;line-height:1.42857143;text-decoration:none;color:#333333;background-color:#ffffff;border:1px solid #dddddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#ffffff;background-color:#4582ec;border-color:#4582ec}.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;background-color:#4582ec;border-color:#4582ec;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#b3b3b3;background-color:#ffffff;border-color:#dddddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:14px 16px;font-size:20px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:14px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:22px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#ffffff;border:1px solid #dddddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#4582ec}.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:#b3b3b3;background-color:#ffffff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#ffffff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.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:#ffffff}.label-default[href]:hover,.label-default[href]:focus{background-color:#e6e6e6}.label-primary{background-color:#4582ec}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#1863e6}.label-success{background-color:#3fad46}.label-success[href]:hover,.label-success[href]:focus{background-color:#318837}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:14px;font-weight:bold;color:#ffffff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#4582ec;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}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:#4582ec;background-color:#ffffff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#f7f7f7}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:24px;font-weight:200}.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-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:72px}}.thumbnail{display:block;padding:4px;margin-bottom:22px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#4582ec}.thumbnail .caption{padding:9px;color:#333333}.alert{padding:15px;margin-bottom:22px;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{background-color:#3fad46;border-color:#3fad46;color:#ffffff}.alert-success hr{border-top-color:#389a3e}.alert-success .alert-link{color:#e6e6e6}.alert-info{background-color:#5bc0de;border-color:#5bc0de;color:#ffffff}.alert-info hr{border-top-color:#46b8da}.alert-info .alert-link{color:#e6e6e6}.alert-warning{background-color:#f0ad4e;border-color:#f0ad4e;color:#ffffff}.alert-warning hr{border-top-color:#eea236}.alert-warning .alert-link{color:#e6e6e6}.alert-danger{background-color:#d9534f;border-color:#d9534f;color:#ffffff}.alert-danger hr{border-top-color:#d43f3a}.alert-danger .alert-link{color:#e6e6e6}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:22px;margin-bottom:22px;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:14px;line-height:22px;color:#ffffff;text-align:center;background-color:#4582ec;-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:#3fad46}.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{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#ffffff;border:1px solid #dddddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.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:#4582ec;border-color:#4582ec}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:#fefeff}.list-group-item-success{color:#3fad46;background-color:#dff0d8}a.list-group-item-success{color:#3fad46}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3fad46;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3fad46;border-color:#3fad46}.list-group-item-info{color:#5bc0de;background-color:#d9edf7}a.list-group-item-info{color:#5bc0de}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#5bc0de;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.list-group-item-warning{color:#f0ad4e;background-color:#fcf8e3}a.list-group-item-warning{color:#f0ad4e}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#f0ad4e;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.list-group-item-danger{color:#d9534f;background-color:#f2dede}a.list-group-item-danger{color:#d9534f}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#d9534f;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#d9534f;border-color:#d9534f}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:22px;background-color:#ffffff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:18px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#ffffff;border-top:1px solid #dddddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #dddddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:22px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.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:transparent}.panel-primary>.panel-heading{color:#ffffff;background-color:#4582ec;border-color:transparent}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:transparent}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:transparent}.panel-success{border-color:transparent}.panel-success>.panel-heading{color:#3fad46;background-color:#3fad46;border-color:transparent}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:transparent}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:transparent}.panel-info{border-color:transparent}.panel-info>.panel-heading{color:#5bc0de;background-color:#5bc0de;border-color:transparent}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:transparent}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:transparent}.panel-warning{border-color:transparent}.panel-warning>.panel-heading{color:#f0ad4e;background-color:#f0ad4e;border-color:transparent}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:transparent}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:transparent}.panel-danger{border-color:transparent}.panel-danger>.panel-heading{color:#d9534f;background-color:#d9534f;border-color:transparent}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:transparent}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:transparent}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f7f7f7;border:1px solid #e5e5e5;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:24px;font-weight:bold;line-height:1;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#ffffff;border:1px solid #999999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:none}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:14px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:0.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;text-decoration:none;background-color:rgba(0,0,0,0.9);border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:rgba(0,0,0,0.9)}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:rgba(0,0,0,0.9)}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:rgba(0,0,0,0.9)}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:rgba(0,0,0,0.9)}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:rgba(0,0,0,0.9)}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:rgba(0,0,0,0.9)}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:rgba(0,0,0,0.9)}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:rgba(0,0,0,0.9)}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#ffffff;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:16px;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{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#ffffff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#ffffff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#ffffff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#ffffff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{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;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.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{left:auto;right:0;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{outline:none;color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #ffffff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#ffffff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{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-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-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-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}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}@media print{.hidden-print{display:none !important}}.navbar{font-family:"Raleway","Helvetica Neue",Helvetica,Arial,sans-serif}.navbar-nav>li>a{padding:8px 12px;margin:12px 6px;border:1px solid transparent;border-radius:4px}.navbar-nav>li>a:hover{border:1px solid #ddd}.navbar-nav>.active>a,.navbar-nav>.active>a:hover{border:1px solid #ddd}.navbar-default .navbar-nav>.active>a:hover{color:#4582ec}.navbar-inverse .navbar-nav>.active>a:hover{color:#333333}.navbar-brand{margin-top:6px}.btn{font-family:"Raleway","Helvetica Neue",Helvetica,Arial,sans-serif}legend{font-family:"Raleway","Helvetica Neue",Helvetica,Arial,sans-serif}.input-group-addon{font-family:"Raleway","Helvetica Neue",Helvetica,Arial,sans-serif}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{border:1px solid #ddd}.pagination{font-family:"Raleway","Helvetica Neue",Helvetica,Arial,sans-serif}.pagination-lg>li>a,.pagination-lg>li>span{padding:14px 24px}.pager{font-family:"Raleway","Helvetica Neue",Helvetica,Arial,sans-serif}.pager a{color:#333333}.pager a:hover{border-color:transparent;color:#fff}.pager .disabled a{border-color:#dddddd}.alert a,.alert .alert-link{color:#ffffff;text-decoration:underline}.label{font-family:"Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:normal}.label-default{border:1px solid #ddd;color:#333333}.badge{font-family:"Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:normal}.panel{-webkit-box-shadow:none;box-shadow:none}.panel-default .panel-heading,.panel-default .panel-footer{background-color:#fff;font-family:"Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:bold}.panel-primary .panel-heading,.panel-success .panel-heading,.panel-warning .panel-heading,.panel-danger .panel-heading,.panel-info .panel-heading{color:#fff}.panel-primary .panel-body,.panel-success .panel-body,.panel-warning .panel-body,.panel-danger .panel-body,.panel-info .panel-body{border:1px solid #ddd;border-top-width:0;border-radius:0 0 4px 4px}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed}
@@ -0,0 +1,3121 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <link rel="stylesheet" type="text/css" href="bootstrap.min.css">
5
+ <script src="run_prettify.js"></script>
6
+ <style>
7
+ </style>
8
+
9
+ </head>
10
+ <body>
11
+ <div class="container">
12
+ <div class="row">
13
+ <h1 class="title" >
14
+ Ingenia API
15
+ </h1>
16
+
17
+
18
+ <div class="description" >
19
+ <h4>
20
+ Description
21
+ </h4>
22
+ Ingenia analyses your textual content and automatically categorises it using your tags.
23
+ </div>
24
+
25
+
26
+
27
+ <h4>
28
+ Endpoint
29
+ </h4>
30
+ <div class = "endpoint well"
31
+ <code>
32
+ api.ingeniapi.com/v2/
33
+ </code>
34
+ </div>
35
+
36
+ </div>
37
+
38
+ <div class="row">
39
+ <h4>
40
+ Objects
41
+ </h4>
42
+
43
+ <div id="item" class = "object item">
44
+ <h3 class = "object-heading">
45
+ item
46
+ </h3>
47
+
48
+ <div class = "parameters">
49
+ <h4>
50
+ Parameters
51
+ </h4>
52
+
53
+ <table class = "table">
54
+ <thead>
55
+ <tr>
56
+ <th>
57
+ Name
58
+ </th>
59
+
60
+ <th>
61
+ Type
62
+ </th>
63
+
64
+ <th>
65
+ Default
66
+ </th>
67
+
68
+ <th>
69
+
70
+ </th>
71
+
72
+ <th>
73
+ Description
74
+ </th>
75
+
76
+ <th>
77
+ Example
78
+ </th>
79
+ </tr>
80
+ </thead>
81
+ <tbody>
82
+
83
+ <tr>
84
+ <td>
85
+ text
86
+ </td>
87
+
88
+ <td class = "type">
89
+
90
+ <code>string</code>
91
+
92
+ </td>
93
+
94
+ <td class = "default">
95
+
96
+ </td>
97
+
98
+ <td class = "required">
99
+
100
+ </td>
101
+
102
+ <td class = "description">
103
+
104
+ Your item's content
105
+
106
+ </td>
107
+
108
+
109
+ <td class = "example">
110
+
111
+ </td>
112
+ </tr>
113
+
114
+
115
+ <tr>
116
+ <td>
117
+ id
118
+ </td>
119
+
120
+ <td class = "type">
121
+
122
+ <code>string</code>
123
+
124
+ </td>
125
+
126
+ <td class = "default">
127
+
128
+ </td>
129
+
130
+ <td class = "required">
131
+
132
+ </td>
133
+
134
+ <td class = "description">
135
+
136
+ Custom text/numeric id. This can be used for mapping items back to your own dataset without needing to store the item's generated id from ingenia.
137
+
138
+ </td>
139
+
140
+
141
+ <td class = "example">
142
+
143
+ 785uU423aC
144
+
145
+ </td>
146
+ </tr>
147
+
148
+
149
+ <tr>
150
+ <td>
151
+ tag_ids
152
+ </td>
153
+
154
+ <td class = "type">
155
+
156
+ <code>array</code>
157
+
158
+ </td>
159
+
160
+ <td class = "default">
161
+
162
+ </td>
163
+
164
+ <td class = "required">
165
+
166
+ </td>
167
+
168
+ <td class = "description">
169
+
170
+ The tags you want to have associated with this text item.
171
+
172
+ </td>
173
+
174
+
175
+ <td class = "example">
176
+
177
+ [ "politics", "education", "r&d" ]
178
+
179
+ </td>
180
+ </tr>
181
+
182
+
183
+ <tr>
184
+ <td>
185
+ tag_sets
186
+ </td>
187
+
188
+ <td class = "type">
189
+
190
+ <code>hash</code>
191
+
192
+ </td>
193
+
194
+ <td class = "default">
195
+
196
+ </td>
197
+
198
+ <td class = "required">
199
+
200
+ </td>
201
+
202
+ <td class = "description">
203
+
204
+ Groups of tags that you consider of the same type; tags will come as belonging of a tag set
205
+
206
+ </td>
207
+
208
+
209
+ <td class = "example">
210
+
211
+ { "category": [ "politics", "education", "r&d" ], "geography": [ "united kingdom" ] }
212
+
213
+ </td>
214
+ </tr>
215
+
216
+
217
+ </tbody>
218
+ </table>
219
+ </div>
220
+
221
+
222
+ <div class = "example clear">
223
+ <h4>
224
+ Example
225
+ </h4>
226
+
227
+ <code class="prettyprint">
228
+ {"created_at":"2013-12-16T11:24:52+00:00","id":"e19e134d0e79153349ff78a674283e0b","last_classified_at":null,"text":"What type of cheese is the best cheese?","updated_at":"2013-12-16T11:24:56+00:00","tag_sets":[{"Cookery":{"id":107,"tags":["cheese"]}}}]}
229
+ </code>
230
+ </div>
231
+
232
+
233
+ </div>
234
+
235
+ <div id="tag" class = "object tag">
236
+ <h3 class = "object-heading">
237
+ tag
238
+ </h3>
239
+
240
+ <div class = "parameters">
241
+ <h4>
242
+ Parameters
243
+ </h4>
244
+
245
+ <table class = "table">
246
+ <thead>
247
+ <tr>
248
+ <th>
249
+ Name
250
+ </th>
251
+
252
+ <th>
253
+ Type
254
+ </th>
255
+
256
+ <th>
257
+ Default
258
+ </th>
259
+
260
+ <th>
261
+
262
+ </th>
263
+
264
+ <th>
265
+ Description
266
+ </th>
267
+
268
+ <th>
269
+ Example
270
+ </th>
271
+ </tr>
272
+ </thead>
273
+ <tbody>
274
+
275
+ <tr>
276
+ <td>
277
+ name
278
+ </td>
279
+
280
+ <td class = "type">
281
+
282
+ <code>string</code>
283
+
284
+ </td>
285
+
286
+ <td class = "default">
287
+
288
+ </td>
289
+
290
+ <td class = "required">
291
+
292
+ </td>
293
+
294
+ <td class = "description">
295
+
296
+ The name of your tag
297
+
298
+ </td>
299
+
300
+
301
+ <td class = "example">
302
+
303
+ </td>
304
+ </tr>
305
+
306
+
307
+ <tr>
308
+ <td>
309
+ tag_set_id
310
+ </td>
311
+
312
+ <td class = "type">
313
+
314
+ <code>integer</code>
315
+
316
+ </td>
317
+
318
+ <td class = "default">
319
+
320
+ </td>
321
+
322
+ <td class = "required">
323
+
324
+ <span class='text-muted'>required</span>
325
+
326
+ </td>
327
+
328
+ <td class = "description">
329
+
330
+ The ID of the tag_set that this tag belongs to.
331
+
332
+ </td>
333
+
334
+
335
+ <td class = "example">
336
+
337
+ 3
338
+
339
+ </td>
340
+ </tr>
341
+
342
+
343
+ <tr>
344
+ <td>
345
+ description
346
+ </td>
347
+
348
+ <td class = "type">
349
+
350
+ <code>string</code>
351
+
352
+ </td>
353
+
354
+ <td class = "default">
355
+
356
+ </td>
357
+
358
+ <td class = "required">
359
+
360
+ </td>
361
+
362
+ <td class = "description">
363
+
364
+ Textual description of this tag.
365
+
366
+ </td>
367
+
368
+
369
+ <td class = "example">
370
+
371
+ </td>
372
+ </tr>
373
+
374
+
375
+ <tr>
376
+ <td>
377
+ disposition
378
+ </td>
379
+
380
+ <td class = "type">
381
+
382
+ <code>float</code>
383
+
384
+ </td>
385
+
386
+ <td class = "default">
387
+
388
+ <code>0.5</code>
389
+
390
+ </td>
391
+
392
+ <td class = "required">
393
+
394
+ </td>
395
+
396
+ <td class = "description">
397
+
398
+ The disposition of the tag. Float value between 0 and 1, defaults to 0.5. Lower values will tend to privilege precision (we suggest 0.25); higher values will tend to privilege recall (we suggest 0.75). For most uses, the default value will work well.
399
+
400
+ You will want to privilege precision (with a disposition < 0.5) if you want each tag assignment to be accurate, and are less worried about some items being missed, i.e., you prefer to have false negatives than false positives. If the disposition is 0, no item will be tagged with this tag.
401
+
402
+ You will want to privilege recall (with a disposition > 0.5) if you want each tag assignment to occur, and are less worried about some items being tagged incorrectly, i.e., you prefer to have false positives than false negatives. If the disposition is 1, all items will be tagged with this tag.
403
+
404
+ </td>
405
+
406
+
407
+ <td class = "example">
408
+
409
+ 0.7
410
+
411
+ </td>
412
+ </tr>
413
+
414
+
415
+ </tbody>
416
+ </table>
417
+ </div>
418
+
419
+
420
+
421
+ </div>
422
+
423
+ <div id="tag_set" class = "object tag_set">
424
+ <h3 class = "object-heading">
425
+ tag_set
426
+ </h3>
427
+
428
+ <div class = "parameters">
429
+ <h4>
430
+ Parameters
431
+ </h4>
432
+
433
+ <table class = "table">
434
+ <thead>
435
+ <tr>
436
+ <th>
437
+ Name
438
+ </th>
439
+
440
+ <th>
441
+ Type
442
+ </th>
443
+
444
+ <th>
445
+ Default
446
+ </th>
447
+
448
+ <th>
449
+
450
+ </th>
451
+
452
+ <th>
453
+ Description
454
+ </th>
455
+
456
+ <th>
457
+ Example
458
+ </th>
459
+ </tr>
460
+ </thead>
461
+ <tbody>
462
+
463
+ <tr>
464
+ <td>
465
+ name
466
+ </td>
467
+
468
+ <td class = "type">
469
+
470
+ <code>string</code>
471
+
472
+ </td>
473
+
474
+ <td class = "default">
475
+
476
+ </td>
477
+
478
+ <td class = "required">
479
+
480
+ </td>
481
+
482
+ <td class = "description">
483
+
484
+ The name of your tag set
485
+
486
+ </td>
487
+
488
+
489
+ <td class = "example">
490
+
491
+ </td>
492
+ </tr>
493
+
494
+
495
+ </tbody>
496
+ </table>
497
+ </div>
498
+
499
+
500
+
501
+ </div>
502
+
503
+ </div>
504
+
505
+
506
+ <div class="row">
507
+ <h4>
508
+ Resources
509
+ </h4>
510
+
511
+ <div class = "resource items">
512
+ <h3 class = "resource-heading">
513
+ items
514
+ </h3>
515
+
516
+ <div class = "resource-body" >
517
+ <div class = "description">
518
+ Nuggets of textual content: somewhat self-contained and homogeneous.
519
+ </div>
520
+
521
+ <div class = "requests">
522
+ <h4>
523
+ Requests
524
+ </h4>
525
+
526
+ <div class = "request panel panel-default">
527
+ <div class = "panel-heading">
528
+ <button class = "btn btn-default disabled">
529
+ get
530
+ </button>
531
+ index
532
+ </div>
533
+
534
+ <div class = "panel-body">
535
+
536
+ <h4>
537
+ Path
538
+ </h4>
539
+ <div class = "path well">
540
+ /items
541
+ </div>
542
+
543
+
544
+
545
+ <div class = "description">
546
+ <h4>
547
+ Description
548
+ </h4>
549
+ An index of all your items
550
+ </div>
551
+
552
+
553
+ <div class = "parameters">
554
+ <h4>
555
+ Parameters
556
+ </h4>
557
+
558
+ <table class = "table">
559
+ <thead>
560
+ <tr>
561
+ <th>
562
+ Name
563
+ </th>
564
+
565
+ <th>
566
+ Type
567
+ </th>
568
+
569
+ <th>
570
+ Default
571
+ </th>
572
+
573
+ <th>
574
+
575
+ </th>
576
+
577
+ <th>
578
+ Description
579
+ </th>
580
+
581
+ <th>
582
+ Example
583
+ </th>
584
+ </tr>
585
+ </thead>
586
+ <tbody>
587
+
588
+ <tr>
589
+ <td>
590
+
591
+ api_key
592
+
593
+ </td>
594
+
595
+ <td class = "type">
596
+
597
+ <code>string</code>
598
+
599
+ </td>
600
+
601
+ <td class = "default">
602
+
603
+ </td>
604
+
605
+ <td class = "required">
606
+
607
+ <span class='text-muted'>required</span>
608
+
609
+ </td>
610
+
611
+ <td class = "description">
612
+
613
+ Your API key
614
+
615
+ </td>
616
+
617
+
618
+ <td class = "example">
619
+
620
+ hg7JHG6daSgf56FjhgsSa
621
+
622
+ </td>
623
+ </tr>
624
+
625
+
626
+ <tr>
627
+ <td>
628
+
629
+ limit
630
+
631
+ </td>
632
+
633
+ <td class = "type">
634
+
635
+ <code>integer</code>
636
+
637
+ </td>
638
+
639
+ <td class = "default">
640
+
641
+ <code>50</code>
642
+
643
+ </td>
644
+
645
+ <td class = "required">
646
+
647
+ </td>
648
+
649
+ <td class = "description">
650
+
651
+ How many results to return
652
+
653
+ </td>
654
+
655
+
656
+ <td class = "example">
657
+
658
+ </td>
659
+ </tr>
660
+
661
+
662
+ <tr>
663
+ <td>
664
+
665
+ full_text
666
+
667
+ </td>
668
+
669
+ <td class = "type">
670
+
671
+ <code>boolean</code>
672
+
673
+ </td>
674
+
675
+ <td class = "default">
676
+
677
+ </td>
678
+
679
+ <td class = "required">
680
+
681
+ </td>
682
+
683
+ <td class = "description">
684
+
685
+ Should the results be shown with all their text
686
+
687
+ </td>
688
+
689
+
690
+ <td class = "example">
691
+
692
+ </td>
693
+ </tr>
694
+
695
+
696
+ <tr>
697
+ <td>
698
+
699
+ offset
700
+
701
+ </td>
702
+
703
+ <td class = "type">
704
+
705
+ <code>integer</code>
706
+
707
+ </td>
708
+
709
+ <td class = "default">
710
+
711
+ <code>0</code>
712
+
713
+ </td>
714
+
715
+ <td class = "required">
716
+
717
+ </td>
718
+
719
+ <td class = "description">
720
+
721
+ Offset returned results by this amount
722
+
723
+ </td>
724
+
725
+
726
+ <td class = "example">
727
+
728
+ </td>
729
+ </tr>
730
+
731
+
732
+ </tbody>
733
+ </table>
734
+ </div>
735
+
736
+
737
+ </div>
738
+ </div>
739
+
740
+ <div class = "request panel panel-default">
741
+ <div class = "panel-heading">
742
+ <button class = "btn btn-default disabled">
743
+ get
744
+ </button>
745
+ show
746
+ </div>
747
+
748
+ <div class = "panel-body">
749
+
750
+ <h4>
751
+ Path
752
+ </h4>
753
+ <div class = "path well">
754
+ /items/:id
755
+ </div>
756
+
757
+
758
+
759
+ <div class = "description">
760
+ <h4>
761
+ Description
762
+ </h4>
763
+ View a single item
764
+ </div>
765
+
766
+
767
+ <div class = "parameters">
768
+ <h4>
769
+ Parameters
770
+ </h4>
771
+
772
+ <table class = "table">
773
+ <thead>
774
+ <tr>
775
+ <th>
776
+ Name
777
+ </th>
778
+
779
+ <th>
780
+ Type
781
+ </th>
782
+
783
+ <th>
784
+ Default
785
+ </th>
786
+
787
+ <th>
788
+
789
+ </th>
790
+
791
+ <th>
792
+ Description
793
+ </th>
794
+
795
+ <th>
796
+ Example
797
+ </th>
798
+ </tr>
799
+ </thead>
800
+ <tbody>
801
+
802
+ <tr>
803
+ <td>
804
+
805
+ api_key
806
+
807
+ </td>
808
+
809
+ <td class = "type">
810
+
811
+ <code>string</code>
812
+
813
+ </td>
814
+
815
+ <td class = "default">
816
+
817
+ </td>
818
+
819
+ <td class = "required">
820
+
821
+ <span class='text-muted'>required</span>
822
+
823
+ </td>
824
+
825
+ <td class = "description">
826
+
827
+ Your API key
828
+
829
+ </td>
830
+
831
+
832
+ <td class = "example">
833
+
834
+ hg7JHG6daSgf56FjhgsSa
835
+
836
+ </td>
837
+ </tr>
838
+
839
+
840
+ <tr>
841
+ <td>
842
+
843
+ full_text
844
+
845
+ </td>
846
+
847
+ <td class = "type">
848
+
849
+ <code>boolean</code>
850
+
851
+ </td>
852
+
853
+ <td class = "default">
854
+
855
+ </td>
856
+
857
+ <td class = "required">
858
+
859
+ </td>
860
+
861
+ <td class = "description">
862
+
863
+ Should the results be shown with all their text
864
+
865
+ </td>
866
+
867
+
868
+ <td class = "example">
869
+
870
+ </td>
871
+ </tr>
872
+
873
+
874
+ <tr>
875
+ <td>
876
+
877
+ id
878
+
879
+ </td>
880
+
881
+ <td class = "type">
882
+
883
+ <code>string</code>
884
+
885
+ </td>
886
+
887
+ <td class = "default">
888
+
889
+ </td>
890
+
891
+ <td class = "required">
892
+
893
+ <span class='text-muted'>required</span>
894
+
895
+ </td>
896
+
897
+ <td class = "description">
898
+
899
+ The ID of the item you want to show.
900
+
901
+ </td>
902
+
903
+
904
+ <td class = "example">
905
+
906
+ 3casjghd67
907
+
908
+ </td>
909
+ </tr>
910
+
911
+
912
+ </tbody>
913
+ </table>
914
+ </div>
915
+
916
+
917
+ </div>
918
+ </div>
919
+
920
+ <div class = "request panel panel-default">
921
+ <div class = "panel-heading">
922
+ <button class = "btn btn-default disabled">
923
+ post
924
+ </button>
925
+ create
926
+ </div>
927
+
928
+ <div class = "panel-body">
929
+
930
+ <h4>
931
+ Path
932
+ </h4>
933
+ <div class = "path well">
934
+ /items
935
+ </div>
936
+
937
+
938
+
939
+ <div class = "description">
940
+ <h4>
941
+ Description
942
+ </h4>
943
+ Create a new item
944
+ </div>
945
+
946
+
947
+ <div class = "parameters">
948
+ <h4>
949
+ Parameters
950
+ </h4>
951
+
952
+ <table class = "table">
953
+ <thead>
954
+ <tr>
955
+ <th>
956
+ Name
957
+ </th>
958
+
959
+ <th>
960
+ Type
961
+ </th>
962
+
963
+ <th>
964
+ Default
965
+ </th>
966
+
967
+ <th>
968
+
969
+ </th>
970
+
971
+ <th>
972
+ Description
973
+ </th>
974
+
975
+ <th>
976
+ Example
977
+ </th>
978
+ </tr>
979
+ </thead>
980
+ <tbody>
981
+
982
+ <tr>
983
+ <td>
984
+
985
+ file
986
+
987
+ </td>
988
+
989
+ <td class = "type">
990
+
991
+ <code>multipart</code>
992
+
993
+ </td>
994
+
995
+ <td class = "default">
996
+
997
+ </td>
998
+
999
+ <td class = "required">
1000
+
1001
+ </td>
1002
+
1003
+ <td class = "description">
1004
+
1005
+ File to be used as text source. Sent as multipart upload. Accepted file extensions are; Text (txt), Postscript Document Format (pdf) and Microsoft Office Documents (doc, docx, xlsx, ppt, pptx).
1006
+
1007
+ </td>
1008
+
1009
+
1010
+ <td class = "example">
1011
+
1012
+ </td>
1013
+ </tr>
1014
+
1015
+
1016
+ <tr>
1017
+ <td>
1018
+
1019
+ update_existing
1020
+
1021
+ </td>
1022
+
1023
+ <td class = "type">
1024
+
1025
+ </td>
1026
+
1027
+ <td class = "default">
1028
+
1029
+ <code>true</code>
1030
+
1031
+ </td>
1032
+
1033
+ <td class = "required">
1034
+
1035
+ </td>
1036
+
1037
+ <td class = "description">
1038
+
1039
+ If the same text is sent, should the existing item be updated on Ingenia? If true then any tags supplied will overwrite those set on the existing item (default). If false, no data is changed and a response is returned with a 409 code (Conflict) together with the existing item as JSON.
1040
+
1041
+ </td>
1042
+
1043
+
1044
+ <td class = "example">
1045
+
1046
+ </td>
1047
+ </tr>
1048
+
1049
+
1050
+ <tr>
1051
+ <td>
1052
+
1053
+ classify
1054
+
1055
+ </td>
1056
+
1057
+ <td class = "type">
1058
+
1059
+ </td>
1060
+
1061
+ <td class = "default">
1062
+
1063
+ </td>
1064
+
1065
+ <td class = "required">
1066
+
1067
+ </td>
1068
+
1069
+ <td class = "description">
1070
+
1071
+ Should the response also include a classification.
1072
+
1073
+ </td>
1074
+
1075
+
1076
+ <td class = "example">
1077
+
1078
+ </td>
1079
+ </tr>
1080
+
1081
+
1082
+ <tr>
1083
+ <td>
1084
+
1085
+ api_key
1086
+
1087
+ </td>
1088
+
1089
+ <td class = "type">
1090
+
1091
+ <code>string</code>
1092
+
1093
+ </td>
1094
+
1095
+ <td class = "default">
1096
+
1097
+ </td>
1098
+
1099
+ <td class = "required">
1100
+
1101
+ <span class='text-muted'>required</span>
1102
+
1103
+ </td>
1104
+
1105
+ <td class = "description">
1106
+
1107
+ Your API key
1108
+
1109
+ </td>
1110
+
1111
+
1112
+ <td class = "example">
1113
+
1114
+ hg7JHG6daSgf56FjhgsSa
1115
+
1116
+ </td>
1117
+ </tr>
1118
+
1119
+
1120
+ <tr>
1121
+ <td>
1122
+
1123
+ <a href='#item'>
1124
+ item
1125
+ </a>
1126
+
1127
+ </td>
1128
+
1129
+ <td class = "type">
1130
+
1131
+ </td>
1132
+
1133
+ <td class = "default">
1134
+
1135
+ </td>
1136
+
1137
+ <td class = "required">
1138
+
1139
+ </td>
1140
+
1141
+ <td class = "description">
1142
+
1143
+ A text item
1144
+
1145
+ </td>
1146
+
1147
+
1148
+ <td class = "example">
1149
+
1150
+ </td>
1151
+ </tr>
1152
+
1153
+
1154
+ </tbody>
1155
+ </table>
1156
+ </div>
1157
+
1158
+
1159
+ </div>
1160
+ </div>
1161
+
1162
+ <div class = "request panel panel-default">
1163
+ <div class = "panel-heading">
1164
+ <button class = "btn btn-default disabled">
1165
+ put
1166
+ </button>
1167
+ update
1168
+ </div>
1169
+
1170
+ <div class = "panel-body">
1171
+
1172
+ <h4>
1173
+ Path
1174
+ </h4>
1175
+ <div class = "path well">
1176
+ /items/:id
1177
+ </div>
1178
+
1179
+
1180
+
1181
+ <div class = "description">
1182
+ <h4>
1183
+ Description
1184
+ </h4>
1185
+ Update an existing item
1186
+ </div>
1187
+
1188
+
1189
+ <div class = "parameters">
1190
+ <h4>
1191
+ Parameters
1192
+ </h4>
1193
+
1194
+ <table class = "table">
1195
+ <thead>
1196
+ <tr>
1197
+ <th>
1198
+ Name
1199
+ </th>
1200
+
1201
+ <th>
1202
+ Type
1203
+ </th>
1204
+
1205
+ <th>
1206
+ Default
1207
+ </th>
1208
+
1209
+ <th>
1210
+
1211
+ </th>
1212
+
1213
+ <th>
1214
+ Description
1215
+ </th>
1216
+
1217
+ <th>
1218
+ Example
1219
+ </th>
1220
+ </tr>
1221
+ </thead>
1222
+ <tbody>
1223
+
1224
+ <tr>
1225
+ <td>
1226
+
1227
+ id
1228
+
1229
+ </td>
1230
+
1231
+ <td class = "type">
1232
+
1233
+ <code>string</code>
1234
+
1235
+ </td>
1236
+
1237
+ <td class = "default">
1238
+
1239
+ </td>
1240
+
1241
+ <td class = "required">
1242
+
1243
+ <span class='text-muted'>required</span>
1244
+
1245
+ </td>
1246
+
1247
+ <td class = "description">
1248
+
1249
+ The ID of the item you want to update.
1250
+
1251
+ </td>
1252
+
1253
+
1254
+ <td class = "example">
1255
+
1256
+ 3casjghd67
1257
+
1258
+ </td>
1259
+ </tr>
1260
+
1261
+
1262
+ <tr>
1263
+ <td>
1264
+
1265
+ api_key
1266
+
1267
+ </td>
1268
+
1269
+ <td class = "type">
1270
+
1271
+ <code>string</code>
1272
+
1273
+ </td>
1274
+
1275
+ <td class = "default">
1276
+
1277
+ </td>
1278
+
1279
+ <td class = "required">
1280
+
1281
+ <span class='text-muted'>required</span>
1282
+
1283
+ </td>
1284
+
1285
+ <td class = "description">
1286
+
1287
+ Your API key
1288
+
1289
+ </td>
1290
+
1291
+
1292
+ <td class = "example">
1293
+
1294
+ hg7JHG6daSgf56FjhgsSa
1295
+
1296
+ </td>
1297
+ </tr>
1298
+
1299
+
1300
+ <tr>
1301
+ <td>
1302
+
1303
+ <a href='#item'>
1304
+ item
1305
+ </a>
1306
+
1307
+ </td>
1308
+
1309
+ <td class = "type">
1310
+
1311
+ </td>
1312
+
1313
+ <td class = "default">
1314
+
1315
+ </td>
1316
+
1317
+ <td class = "required">
1318
+
1319
+ </td>
1320
+
1321
+ <td class = "description">
1322
+
1323
+ A text item
1324
+
1325
+ </td>
1326
+
1327
+
1328
+ <td class = "example">
1329
+
1330
+ </td>
1331
+ </tr>
1332
+
1333
+
1334
+ <tr>
1335
+ <td>
1336
+
1337
+ file
1338
+
1339
+ </td>
1340
+
1341
+ <td class = "type">
1342
+
1343
+ <code>multipart</code>
1344
+
1345
+ </td>
1346
+
1347
+ <td class = "default">
1348
+
1349
+ </td>
1350
+
1351
+ <td class = "required">
1352
+
1353
+ </td>
1354
+
1355
+ <td class = "description">
1356
+
1357
+ File to be used as text source. Sent as multipart upload. Accepted file extensions are; Text (txt), Postscript Document Format (pdf) and Microsoft Office Documents (doc, docx, xlsx, ppt, pptx).
1358
+
1359
+ </td>
1360
+
1361
+
1362
+ <td class = "example">
1363
+
1364
+ </td>
1365
+ </tr>
1366
+
1367
+
1368
+ </tbody>
1369
+ </table>
1370
+ </div>
1371
+
1372
+
1373
+ </div>
1374
+ </div>
1375
+
1376
+ <div class = "request panel panel-default">
1377
+ <div class = "panel-heading">
1378
+ <button class = "btn btn-default disabled">
1379
+ delete
1380
+ </button>
1381
+ delete
1382
+ </div>
1383
+
1384
+ <div class = "panel-body">
1385
+
1386
+ <h4>
1387
+ Path
1388
+ </h4>
1389
+ <div class = "path well">
1390
+ /items/:id
1391
+ </div>
1392
+
1393
+
1394
+
1395
+ <div class = "description">
1396
+ <h4>
1397
+ Description
1398
+ </h4>
1399
+ Delete an existing item
1400
+ </div>
1401
+
1402
+
1403
+ <div class = "parameters">
1404
+ <h4>
1405
+ Parameters
1406
+ </h4>
1407
+
1408
+ <table class = "table">
1409
+ <thead>
1410
+ <tr>
1411
+ <th>
1412
+ Name
1413
+ </th>
1414
+
1415
+ <th>
1416
+ Type
1417
+ </th>
1418
+
1419
+ <th>
1420
+ Default
1421
+ </th>
1422
+
1423
+ <th>
1424
+
1425
+ </th>
1426
+
1427
+ <th>
1428
+ Description
1429
+ </th>
1430
+
1431
+ <th>
1432
+ Example
1433
+ </th>
1434
+ </tr>
1435
+ </thead>
1436
+ <tbody>
1437
+
1438
+ <tr>
1439
+ <td>
1440
+
1441
+ id
1442
+
1443
+ </td>
1444
+
1445
+ <td class = "type">
1446
+
1447
+ <code>string</code>
1448
+
1449
+ </td>
1450
+
1451
+ <td class = "default">
1452
+
1453
+ </td>
1454
+
1455
+ <td class = "required">
1456
+
1457
+ <span class='text-muted'>required</span>
1458
+
1459
+ </td>
1460
+
1461
+ <td class = "description">
1462
+
1463
+ The ID of the item you want to delete.
1464
+
1465
+ </td>
1466
+
1467
+
1468
+ <td class = "example">
1469
+
1470
+ 3casjghd67
1471
+
1472
+ </td>
1473
+ </tr>
1474
+
1475
+
1476
+ <tr>
1477
+ <td>
1478
+
1479
+ api_key
1480
+
1481
+ </td>
1482
+
1483
+ <td class = "type">
1484
+
1485
+ <code>string</code>
1486
+
1487
+ </td>
1488
+
1489
+ <td class = "default">
1490
+
1491
+ </td>
1492
+
1493
+ <td class = "required">
1494
+
1495
+ <span class='text-muted'>required</span>
1496
+
1497
+ </td>
1498
+
1499
+ <td class = "description">
1500
+
1501
+ Your API key
1502
+
1503
+ </td>
1504
+
1505
+
1506
+ <td class = "example">
1507
+
1508
+ hg7JHG6daSgf56FjhgsSa
1509
+
1510
+ </td>
1511
+ </tr>
1512
+
1513
+
1514
+ </tbody>
1515
+ </table>
1516
+ </div>
1517
+
1518
+
1519
+ </div>
1520
+ </div>
1521
+
1522
+ </div>
1523
+ </div>
1524
+ </div>
1525
+
1526
+ <div class = "resource tags">
1527
+ <h3 class = "resource-heading">
1528
+ tags
1529
+ </h3>
1530
+
1531
+ <div class = "resource-body" >
1532
+ <div class = "description">
1533
+ Tags are meaningful words or expressions that you want to associate to some or all your content items.
1534
+ </div>
1535
+
1536
+ <div class = "requests">
1537
+ <h4>
1538
+ Requests
1539
+ </h4>
1540
+
1541
+ <div class = "request panel panel-default">
1542
+ <div class = "panel-heading">
1543
+ <button class = "btn btn-default disabled">
1544
+ get
1545
+ </button>
1546
+ index
1547
+ </div>
1548
+
1549
+ <div class = "panel-body">
1550
+
1551
+ <h4>
1552
+ Path
1553
+ </h4>
1554
+ <div class = "path well">
1555
+ /tags
1556
+ </div>
1557
+
1558
+
1559
+
1560
+ <div class = "description">
1561
+ <h4>
1562
+ Description
1563
+ </h4>
1564
+ An index of all your tags
1565
+ </div>
1566
+
1567
+
1568
+ <div class = "parameters">
1569
+ <h4>
1570
+ Parameters
1571
+ </h4>
1572
+
1573
+ <table class = "table">
1574
+ <thead>
1575
+ <tr>
1576
+ <th>
1577
+ Name
1578
+ </th>
1579
+
1580
+ <th>
1581
+ Type
1582
+ </th>
1583
+
1584
+ <th>
1585
+ Default
1586
+ </th>
1587
+
1588
+ <th>
1589
+
1590
+ </th>
1591
+
1592
+ <th>
1593
+ Description
1594
+ </th>
1595
+
1596
+ <th>
1597
+ Example
1598
+ </th>
1599
+ </tr>
1600
+ </thead>
1601
+ <tbody>
1602
+
1603
+ <tr>
1604
+ <td>
1605
+
1606
+ api_key
1607
+
1608
+ </td>
1609
+
1610
+ <td class = "type">
1611
+
1612
+ <code>string</code>
1613
+
1614
+ </td>
1615
+
1616
+ <td class = "default">
1617
+
1618
+ </td>
1619
+
1620
+ <td class = "required">
1621
+
1622
+ <span class='text-muted'>required</span>
1623
+
1624
+ </td>
1625
+
1626
+ <td class = "description">
1627
+
1628
+ Your API key
1629
+
1630
+ </td>
1631
+
1632
+
1633
+ <td class = "example">
1634
+
1635
+ hg7JHG6daSgf56FjhgsSa
1636
+
1637
+ </td>
1638
+ </tr>
1639
+
1640
+
1641
+ <tr>
1642
+ <td>
1643
+
1644
+ limit
1645
+
1646
+ </td>
1647
+
1648
+ <td class = "type">
1649
+
1650
+ <code>integer</code>
1651
+
1652
+ </td>
1653
+
1654
+ <td class = "default">
1655
+
1656
+ <code>50</code>
1657
+
1658
+ </td>
1659
+
1660
+ <td class = "required">
1661
+
1662
+ </td>
1663
+
1664
+ <td class = "description">
1665
+
1666
+ How many results to return
1667
+
1668
+ </td>
1669
+
1670
+
1671
+ <td class = "example">
1672
+
1673
+ </td>
1674
+ </tr>
1675
+
1676
+
1677
+ <tr>
1678
+ <td>
1679
+
1680
+ offset
1681
+
1682
+ </td>
1683
+
1684
+ <td class = "type">
1685
+
1686
+ <code>integer</code>
1687
+
1688
+ </td>
1689
+
1690
+ <td class = "default">
1691
+
1692
+ <code>0</code>
1693
+
1694
+ </td>
1695
+
1696
+ <td class = "required">
1697
+
1698
+ </td>
1699
+
1700
+ <td class = "description">
1701
+
1702
+ Offset returned results by this amount
1703
+
1704
+ </td>
1705
+
1706
+
1707
+ <td class = "example">
1708
+
1709
+ </td>
1710
+ </tr>
1711
+
1712
+
1713
+ </tbody>
1714
+ </table>
1715
+ </div>
1716
+
1717
+
1718
+ </div>
1719
+ </div>
1720
+
1721
+ <div class = "request panel panel-default">
1722
+ <div class = "panel-heading">
1723
+ <button class = "btn btn-default disabled">
1724
+ get
1725
+ </button>
1726
+ show
1727
+ </div>
1728
+
1729
+ <div class = "panel-body">
1730
+
1731
+ <h4>
1732
+ Path
1733
+ </h4>
1734
+ <div class = "path well">
1735
+ /tags/:id
1736
+ </div>
1737
+
1738
+
1739
+
1740
+ <div class = "description">
1741
+ <h4>
1742
+ Description
1743
+ </h4>
1744
+ View a single tag
1745
+ </div>
1746
+
1747
+
1748
+ <div class = "parameters">
1749
+ <h4>
1750
+ Parameters
1751
+ </h4>
1752
+
1753
+ <table class = "table">
1754
+ <thead>
1755
+ <tr>
1756
+ <th>
1757
+ Name
1758
+ </th>
1759
+
1760
+ <th>
1761
+ Type
1762
+ </th>
1763
+
1764
+ <th>
1765
+ Default
1766
+ </th>
1767
+
1768
+ <th>
1769
+
1770
+ </th>
1771
+
1772
+ <th>
1773
+ Description
1774
+ </th>
1775
+
1776
+ <th>
1777
+ Example
1778
+ </th>
1779
+ </tr>
1780
+ </thead>
1781
+ <tbody>
1782
+
1783
+ <tr>
1784
+ <td>
1785
+
1786
+ id
1787
+
1788
+ </td>
1789
+
1790
+ <td class = "type">
1791
+
1792
+ <code>integer</code>
1793
+
1794
+ </td>
1795
+
1796
+ <td class = "default">
1797
+
1798
+ </td>
1799
+
1800
+ <td class = "required">
1801
+
1802
+ <span class='text-muted'>required</span>
1803
+
1804
+ </td>
1805
+
1806
+ <td class = "description">
1807
+
1808
+ The ID of the tag you want to show.
1809
+
1810
+ </td>
1811
+
1812
+
1813
+ <td class = "example">
1814
+
1815
+ 42
1816
+
1817
+ </td>
1818
+ </tr>
1819
+
1820
+
1821
+ <tr>
1822
+ <td>
1823
+
1824
+ api_key
1825
+
1826
+ </td>
1827
+
1828
+ <td class = "type">
1829
+
1830
+ <code>string</code>
1831
+
1832
+ </td>
1833
+
1834
+ <td class = "default">
1835
+
1836
+ </td>
1837
+
1838
+ <td class = "required">
1839
+
1840
+ <span class='text-muted'>required</span>
1841
+
1842
+ </td>
1843
+
1844
+ <td class = "description">
1845
+
1846
+ Your API key
1847
+
1848
+ </td>
1849
+
1850
+
1851
+ <td class = "example">
1852
+
1853
+ hg7JHG6daSgf56FjhgsSa
1854
+
1855
+ </td>
1856
+ </tr>
1857
+
1858
+
1859
+ </tbody>
1860
+ </table>
1861
+ </div>
1862
+
1863
+
1864
+ </div>
1865
+ </div>
1866
+
1867
+ <div class = "request panel panel-default">
1868
+ <div class = "panel-heading">
1869
+ <button class = "btn btn-default disabled">
1870
+ post
1871
+ </button>
1872
+ create
1873
+ </div>
1874
+
1875
+ <div class = "panel-body">
1876
+
1877
+ <h4>
1878
+ Path
1879
+ </h4>
1880
+ <div class = "path well">
1881
+ /tags
1882
+ </div>
1883
+
1884
+
1885
+
1886
+ <div class = "description">
1887
+ <h4>
1888
+ Description
1889
+ </h4>
1890
+ Create a new tag
1891
+ </div>
1892
+
1893
+
1894
+ <div class = "parameters">
1895
+ <h4>
1896
+ Parameters
1897
+ </h4>
1898
+
1899
+ <table class = "table">
1900
+ <thead>
1901
+ <tr>
1902
+ <th>
1903
+ Name
1904
+ </th>
1905
+
1906
+ <th>
1907
+ Type
1908
+ </th>
1909
+
1910
+ <th>
1911
+ Default
1912
+ </th>
1913
+
1914
+ <th>
1915
+
1916
+ </th>
1917
+
1918
+ <th>
1919
+ Description
1920
+ </th>
1921
+
1922
+ <th>
1923
+ Example
1924
+ </th>
1925
+ </tr>
1926
+ </thead>
1927
+ <tbody>
1928
+
1929
+ <tr>
1930
+ <td>
1931
+
1932
+ api_key
1933
+
1934
+ </td>
1935
+
1936
+ <td class = "type">
1937
+
1938
+ <code>string</code>
1939
+
1940
+ </td>
1941
+
1942
+ <td class = "default">
1943
+
1944
+ </td>
1945
+
1946
+ <td class = "required">
1947
+
1948
+ <span class='text-muted'>required</span>
1949
+
1950
+ </td>
1951
+
1952
+ <td class = "description">
1953
+
1954
+ Your API key
1955
+
1956
+ </td>
1957
+
1958
+
1959
+ <td class = "example">
1960
+
1961
+ hg7JHG6daSgf56FjhgsSa
1962
+
1963
+ </td>
1964
+ </tr>
1965
+
1966
+
1967
+ <tr>
1968
+ <td>
1969
+
1970
+ <a href='#tag'>
1971
+ tag
1972
+ </a>
1973
+
1974
+ </td>
1975
+
1976
+ <td class = "type">
1977
+
1978
+ </td>
1979
+
1980
+ <td class = "default">
1981
+
1982
+ </td>
1983
+
1984
+ <td class = "required">
1985
+
1986
+ </td>
1987
+
1988
+ <td class = "description">
1989
+
1990
+ A JSON tag
1991
+
1992
+ </td>
1993
+
1994
+
1995
+ <td class = "example">
1996
+
1997
+ </td>
1998
+ </tr>
1999
+
2000
+
2001
+ </tbody>
2002
+ </table>
2003
+ </div>
2004
+
2005
+
2006
+ </div>
2007
+ </div>
2008
+
2009
+ <div class = "request panel panel-default">
2010
+ <div class = "panel-heading">
2011
+ <button class = "btn btn-default disabled">
2012
+ put
2013
+ </button>
2014
+ update
2015
+ </div>
2016
+
2017
+ <div class = "panel-body">
2018
+
2019
+ <h4>
2020
+ Path
2021
+ </h4>
2022
+ <div class = "path well">
2023
+ /tags/:id
2024
+ </div>
2025
+
2026
+
2027
+
2028
+ <div class = "description">
2029
+ <h4>
2030
+ Description
2031
+ </h4>
2032
+ Update an existing tag
2033
+ </div>
2034
+
2035
+
2036
+ <div class = "parameters">
2037
+ <h4>
2038
+ Parameters
2039
+ </h4>
2040
+
2041
+ <table class = "table">
2042
+ <thead>
2043
+ <tr>
2044
+ <th>
2045
+ Name
2046
+ </th>
2047
+
2048
+ <th>
2049
+ Type
2050
+ </th>
2051
+
2052
+ <th>
2053
+ Default
2054
+ </th>
2055
+
2056
+ <th>
2057
+
2058
+ </th>
2059
+
2060
+ <th>
2061
+ Description
2062
+ </th>
2063
+
2064
+ <th>
2065
+ Example
2066
+ </th>
2067
+ </tr>
2068
+ </thead>
2069
+ <tbody>
2070
+
2071
+ <tr>
2072
+ <td>
2073
+
2074
+ id
2075
+
2076
+ </td>
2077
+
2078
+ <td class = "type">
2079
+
2080
+ <code>integer</code>
2081
+
2082
+ </td>
2083
+
2084
+ <td class = "default">
2085
+
2086
+ </td>
2087
+
2088
+ <td class = "required">
2089
+
2090
+ <span class='text-muted'>required</span>
2091
+
2092
+ </td>
2093
+
2094
+ <td class = "description">
2095
+
2096
+ The ID of the tag you want to update.
2097
+
2098
+ </td>
2099
+
2100
+
2101
+ <td class = "example">
2102
+
2103
+ 42
2104
+
2105
+ </td>
2106
+ </tr>
2107
+
2108
+
2109
+ <tr>
2110
+ <td>
2111
+
2112
+ api_key
2113
+
2114
+ </td>
2115
+
2116
+ <td class = "type">
2117
+
2118
+ <code>string</code>
2119
+
2120
+ </td>
2121
+
2122
+ <td class = "default">
2123
+
2124
+ </td>
2125
+
2126
+ <td class = "required">
2127
+
2128
+ <span class='text-muted'>required</span>
2129
+
2130
+ </td>
2131
+
2132
+ <td class = "description">
2133
+
2134
+ Your API key
2135
+
2136
+ </td>
2137
+
2138
+
2139
+ <td class = "example">
2140
+
2141
+ hg7JHG6daSgf56FjhgsSa
2142
+
2143
+ </td>
2144
+ </tr>
2145
+
2146
+
2147
+ </tbody>
2148
+ </table>
2149
+ </div>
2150
+
2151
+
2152
+ </div>
2153
+ </div>
2154
+
2155
+ <div class = "request panel panel-default">
2156
+ <div class = "panel-heading">
2157
+ <button class = "btn btn-default disabled">
2158
+ delete
2159
+ </button>
2160
+ delete
2161
+ </div>
2162
+
2163
+ <div class = "panel-body">
2164
+
2165
+ <h4>
2166
+ Path
2167
+ </h4>
2168
+ <div class = "path well">
2169
+ /tags/:id
2170
+ </div>
2171
+
2172
+
2173
+
2174
+ <div class = "description">
2175
+ <h4>
2176
+ Description
2177
+ </h4>
2178
+ Delete an existing tag
2179
+ </div>
2180
+
2181
+
2182
+ <div class = "parameters">
2183
+ <h4>
2184
+ Parameters
2185
+ </h4>
2186
+
2187
+ <table class = "table">
2188
+ <thead>
2189
+ <tr>
2190
+ <th>
2191
+ Name
2192
+ </th>
2193
+
2194
+ <th>
2195
+ Type
2196
+ </th>
2197
+
2198
+ <th>
2199
+ Default
2200
+ </th>
2201
+
2202
+ <th>
2203
+
2204
+ </th>
2205
+
2206
+ <th>
2207
+ Description
2208
+ </th>
2209
+
2210
+ <th>
2211
+ Example
2212
+ </th>
2213
+ </tr>
2214
+ </thead>
2215
+ <tbody>
2216
+
2217
+ <tr>
2218
+ <td>
2219
+
2220
+ id
2221
+
2222
+ </td>
2223
+
2224
+ <td class = "type">
2225
+
2226
+ <code>integer</code>
2227
+
2228
+ </td>
2229
+
2230
+ <td class = "default">
2231
+
2232
+ </td>
2233
+
2234
+ <td class = "required">
2235
+
2236
+ <span class='text-muted'>required</span>
2237
+
2238
+ </td>
2239
+
2240
+ <td class = "description">
2241
+
2242
+ The ID of the tag you want to delete.
2243
+
2244
+ </td>
2245
+
2246
+
2247
+ <td class = "example">
2248
+
2249
+ 42
2250
+
2251
+ </td>
2252
+ </tr>
2253
+
2254
+
2255
+ <tr>
2256
+ <td>
2257
+
2258
+ api_key
2259
+
2260
+ </td>
2261
+
2262
+ <td class = "type">
2263
+
2264
+ <code>string</code>
2265
+
2266
+ </td>
2267
+
2268
+ <td class = "default">
2269
+
2270
+ </td>
2271
+
2272
+ <td class = "required">
2273
+
2274
+ <span class='text-muted'>required</span>
2275
+
2276
+ </td>
2277
+
2278
+ <td class = "description">
2279
+
2280
+ Your API key
2281
+
2282
+ </td>
2283
+
2284
+
2285
+ <td class = "example">
2286
+
2287
+ hg7JHG6daSgf56FjhgsSa
2288
+
2289
+ </td>
2290
+ </tr>
2291
+
2292
+
2293
+ </tbody>
2294
+ </table>
2295
+ </div>
2296
+
2297
+
2298
+ </div>
2299
+ </div>
2300
+
2301
+ </div>
2302
+ </div>
2303
+ </div>
2304
+
2305
+ <div class = "resource tag_sets">
2306
+ <h3 class = "resource-heading">
2307
+ tag_sets
2308
+ </h3>
2309
+
2310
+ <div class = "resource-body" >
2311
+ <div class = "description">
2312
+ Tag sets are thematically consistent groups of tags, such as, say, world countries, business sectors, product types, companies, concepts, topics, etc.
2313
+ </div>
2314
+
2315
+ <div class = "requests">
2316
+ <h4>
2317
+ Requests
2318
+ </h4>
2319
+
2320
+ <div class = "request panel panel-default">
2321
+ <div class = "panel-heading">
2322
+ <button class = "btn btn-default disabled">
2323
+ get
2324
+ </button>
2325
+ index
2326
+ </div>
2327
+
2328
+ <div class = "panel-body">
2329
+
2330
+ <h4>
2331
+ Path
2332
+ </h4>
2333
+ <div class = "path well">
2334
+ /tag_sets
2335
+ </div>
2336
+
2337
+
2338
+
2339
+ <div class = "description">
2340
+ <h4>
2341
+ Description
2342
+ </h4>
2343
+ An index of all your Tag Sets
2344
+ </div>
2345
+
2346
+
2347
+ <div class = "parameters">
2348
+ <h4>
2349
+ Parameters
2350
+ </h4>
2351
+
2352
+ <table class = "table">
2353
+ <thead>
2354
+ <tr>
2355
+ <th>
2356
+ Name
2357
+ </th>
2358
+
2359
+ <th>
2360
+ Type
2361
+ </th>
2362
+
2363
+ <th>
2364
+ Default
2365
+ </th>
2366
+
2367
+ <th>
2368
+
2369
+ </th>
2370
+
2371
+ <th>
2372
+ Description
2373
+ </th>
2374
+
2375
+ <th>
2376
+ Example
2377
+ </th>
2378
+ </tr>
2379
+ </thead>
2380
+ <tbody>
2381
+
2382
+ <tr>
2383
+ <td>
2384
+
2385
+ api_key
2386
+
2387
+ </td>
2388
+
2389
+ <td class = "type">
2390
+
2391
+ <code>string</code>
2392
+
2393
+ </td>
2394
+
2395
+ <td class = "default">
2396
+
2397
+ </td>
2398
+
2399
+ <td class = "required">
2400
+
2401
+ <span class='text-muted'>required</span>
2402
+
2403
+ </td>
2404
+
2405
+ <td class = "description">
2406
+
2407
+ Your API key
2408
+
2409
+ </td>
2410
+
2411
+
2412
+ <td class = "example">
2413
+
2414
+ hg7JHG6daSgf56FjhgsSa
2415
+
2416
+ </td>
2417
+ </tr>
2418
+
2419
+
2420
+ <tr>
2421
+ <td>
2422
+
2423
+ limit
2424
+
2425
+ </td>
2426
+
2427
+ <td class = "type">
2428
+
2429
+ <code>integer</code>
2430
+
2431
+ </td>
2432
+
2433
+ <td class = "default">
2434
+
2435
+ <code>50</code>
2436
+
2437
+ </td>
2438
+
2439
+ <td class = "required">
2440
+
2441
+ </td>
2442
+
2443
+ <td class = "description">
2444
+
2445
+ How many results to return
2446
+
2447
+ </td>
2448
+
2449
+
2450
+ <td class = "example">
2451
+
2452
+ </td>
2453
+ </tr>
2454
+
2455
+
2456
+ <tr>
2457
+ <td>
2458
+
2459
+ offset
2460
+
2461
+ </td>
2462
+
2463
+ <td class = "type">
2464
+
2465
+ <code>integer</code>
2466
+
2467
+ </td>
2468
+
2469
+ <td class = "default">
2470
+
2471
+ <code>0</code>
2472
+
2473
+ </td>
2474
+
2475
+ <td class = "required">
2476
+
2477
+ </td>
2478
+
2479
+ <td class = "description">
2480
+
2481
+ Offset returned results by this amount
2482
+
2483
+ </td>
2484
+
2485
+
2486
+ <td class = "example">
2487
+
2488
+ </td>
2489
+ </tr>
2490
+
2491
+
2492
+ </tbody>
2493
+ </table>
2494
+ </div>
2495
+
2496
+
2497
+ </div>
2498
+ </div>
2499
+
2500
+ <div class = "request panel panel-default">
2501
+ <div class = "panel-heading">
2502
+ <button class = "btn btn-default disabled">
2503
+ get
2504
+ </button>
2505
+ show
2506
+ </div>
2507
+
2508
+ <div class = "panel-body">
2509
+
2510
+ <h4>
2511
+ Path
2512
+ </h4>
2513
+ <div class = "path well">
2514
+ /tag_sets/:id
2515
+ </div>
2516
+
2517
+
2518
+
2519
+ <div class = "description">
2520
+ <h4>
2521
+ Description
2522
+ </h4>
2523
+ View a single Tag Set
2524
+ </div>
2525
+
2526
+
2527
+ <div class = "parameters">
2528
+ <h4>
2529
+ Parameters
2530
+ </h4>
2531
+
2532
+ <table class = "table">
2533
+ <thead>
2534
+ <tr>
2535
+ <th>
2536
+ Name
2537
+ </th>
2538
+
2539
+ <th>
2540
+ Type
2541
+ </th>
2542
+
2543
+ <th>
2544
+ Default
2545
+ </th>
2546
+
2547
+ <th>
2548
+
2549
+ </th>
2550
+
2551
+ <th>
2552
+ Description
2553
+ </th>
2554
+
2555
+ <th>
2556
+ Example
2557
+ </th>
2558
+ </tr>
2559
+ </thead>
2560
+ <tbody>
2561
+
2562
+ <tr>
2563
+ <td>
2564
+
2565
+ id
2566
+
2567
+ </td>
2568
+
2569
+ <td class = "type">
2570
+
2571
+ <code>integer</code>
2572
+
2573
+ </td>
2574
+
2575
+ <td class = "default">
2576
+
2577
+ </td>
2578
+
2579
+ <td class = "required">
2580
+
2581
+ <span class='text-muted'>required</span>
2582
+
2583
+ </td>
2584
+
2585
+ <td class = "description">
2586
+
2587
+ The ID of the Tag Set you want to show.
2588
+
2589
+ </td>
2590
+
2591
+
2592
+ <td class = "example">
2593
+
2594
+ 412
2595
+
2596
+ </td>
2597
+ </tr>
2598
+
2599
+
2600
+ <tr>
2601
+ <td>
2602
+
2603
+ api_key
2604
+
2605
+ </td>
2606
+
2607
+ <td class = "type">
2608
+
2609
+ <code>string</code>
2610
+
2611
+ </td>
2612
+
2613
+ <td class = "default">
2614
+
2615
+ </td>
2616
+
2617
+ <td class = "required">
2618
+
2619
+ <span class='text-muted'>required</span>
2620
+
2621
+ </td>
2622
+
2623
+ <td class = "description">
2624
+
2625
+ Your API key
2626
+
2627
+ </td>
2628
+
2629
+
2630
+ <td class = "example">
2631
+
2632
+ hg7JHG6daSgf56FjhgsSa
2633
+
2634
+ </td>
2635
+ </tr>
2636
+
2637
+
2638
+ </tbody>
2639
+ </table>
2640
+ </div>
2641
+
2642
+
2643
+ </div>
2644
+ </div>
2645
+
2646
+ <div class = "request panel panel-default">
2647
+ <div class = "panel-heading">
2648
+ <button class = "btn btn-default disabled">
2649
+ post
2650
+ </button>
2651
+ create
2652
+ </div>
2653
+
2654
+ <div class = "panel-body">
2655
+
2656
+ <h4>
2657
+ Path
2658
+ </h4>
2659
+ <div class = "path well">
2660
+ /tag_sets
2661
+ </div>
2662
+
2663
+
2664
+
2665
+ <div class = "description">
2666
+ <h4>
2667
+ Description
2668
+ </h4>
2669
+ Create a new Tag Set
2670
+ </div>
2671
+
2672
+
2673
+ <div class = "parameters">
2674
+ <h4>
2675
+ Parameters
2676
+ </h4>
2677
+
2678
+ <table class = "table">
2679
+ <thead>
2680
+ <tr>
2681
+ <th>
2682
+ Name
2683
+ </th>
2684
+
2685
+ <th>
2686
+ Type
2687
+ </th>
2688
+
2689
+ <th>
2690
+ Default
2691
+ </th>
2692
+
2693
+ <th>
2694
+
2695
+ </th>
2696
+
2697
+ <th>
2698
+ Description
2699
+ </th>
2700
+
2701
+ <th>
2702
+ Example
2703
+ </th>
2704
+ </tr>
2705
+ </thead>
2706
+ <tbody>
2707
+
2708
+ <tr>
2709
+ <td>
2710
+
2711
+ api_key
2712
+
2713
+ </td>
2714
+
2715
+ <td class = "type">
2716
+
2717
+ <code>string</code>
2718
+
2719
+ </td>
2720
+
2721
+ <td class = "default">
2722
+
2723
+ </td>
2724
+
2725
+ <td class = "required">
2726
+
2727
+ <span class='text-muted'>required</span>
2728
+
2729
+ </td>
2730
+
2731
+ <td class = "description">
2732
+
2733
+ Your API key
2734
+
2735
+ </td>
2736
+
2737
+
2738
+ <td class = "example">
2739
+
2740
+ hg7JHG6daSgf56FjhgsSa
2741
+
2742
+ </td>
2743
+ </tr>
2744
+
2745
+
2746
+ <tr>
2747
+ <td>
2748
+
2749
+ <a href='#tag_set'>
2750
+ tag_set
2751
+ </a>
2752
+
2753
+ </td>
2754
+
2755
+ <td class = "type">
2756
+
2757
+ </td>
2758
+
2759
+ <td class = "default">
2760
+
2761
+ </td>
2762
+
2763
+ <td class = "required">
2764
+
2765
+ </td>
2766
+
2767
+ <td class = "description">
2768
+
2769
+ A tag set
2770
+
2771
+ </td>
2772
+
2773
+
2774
+ <td class = "example">
2775
+
2776
+ </td>
2777
+ </tr>
2778
+
2779
+
2780
+ </tbody>
2781
+ </table>
2782
+ </div>
2783
+
2784
+
2785
+ </div>
2786
+ </div>
2787
+
2788
+ <div class = "request panel panel-default">
2789
+ <div class = "panel-heading">
2790
+ <button class = "btn btn-default disabled">
2791
+ put
2792
+ </button>
2793
+ update
2794
+ </div>
2795
+
2796
+ <div class = "panel-body">
2797
+
2798
+ <h4>
2799
+ Path
2800
+ </h4>
2801
+ <div class = "path well">
2802
+ /tag_sets/:id
2803
+ </div>
2804
+
2805
+
2806
+
2807
+ <div class = "description">
2808
+ <h4>
2809
+ Description
2810
+ </h4>
2811
+ Update an existing Tag Set
2812
+ </div>
2813
+
2814
+
2815
+ <div class = "parameters">
2816
+ <h4>
2817
+ Parameters
2818
+ </h4>
2819
+
2820
+ <table class = "table">
2821
+ <thead>
2822
+ <tr>
2823
+ <th>
2824
+ Name
2825
+ </th>
2826
+
2827
+ <th>
2828
+ Type
2829
+ </th>
2830
+
2831
+ <th>
2832
+ Default
2833
+ </th>
2834
+
2835
+ <th>
2836
+
2837
+ </th>
2838
+
2839
+ <th>
2840
+ Description
2841
+ </th>
2842
+
2843
+ <th>
2844
+ Example
2845
+ </th>
2846
+ </tr>
2847
+ </thead>
2848
+ <tbody>
2849
+
2850
+ <tr>
2851
+ <td>
2852
+
2853
+ id
2854
+
2855
+ </td>
2856
+
2857
+ <td class = "type">
2858
+
2859
+ <code>integer</code>
2860
+
2861
+ </td>
2862
+
2863
+ <td class = "default">
2864
+
2865
+ </td>
2866
+
2867
+ <td class = "required">
2868
+
2869
+ <span class='text-muted'>required</span>
2870
+
2871
+ </td>
2872
+
2873
+ <td class = "description">
2874
+
2875
+ The ID of the Tag Set you want to update.
2876
+
2877
+ </td>
2878
+
2879
+
2880
+ <td class = "example">
2881
+
2882
+ 412
2883
+
2884
+ </td>
2885
+ </tr>
2886
+
2887
+
2888
+ <tr>
2889
+ <td>
2890
+
2891
+ api_key
2892
+
2893
+ </td>
2894
+
2895
+ <td class = "type">
2896
+
2897
+ <code>string</code>
2898
+
2899
+ </td>
2900
+
2901
+ <td class = "default">
2902
+
2903
+ </td>
2904
+
2905
+ <td class = "required">
2906
+
2907
+ <span class='text-muted'>required</span>
2908
+
2909
+ </td>
2910
+
2911
+ <td class = "description">
2912
+
2913
+ Your API key
2914
+
2915
+ </td>
2916
+
2917
+
2918
+ <td class = "example">
2919
+
2920
+ hg7JHG6daSgf56FjhgsSa
2921
+
2922
+ </td>
2923
+ </tr>
2924
+
2925
+
2926
+ <tr>
2927
+ <td>
2928
+
2929
+ <a href='#tag_set'>
2930
+ tag_set
2931
+ </a>
2932
+
2933
+ </td>
2934
+
2935
+ <td class = "type">
2936
+
2937
+ </td>
2938
+
2939
+ <td class = "default">
2940
+
2941
+ </td>
2942
+
2943
+ <td class = "required">
2944
+
2945
+ </td>
2946
+
2947
+ <td class = "description">
2948
+
2949
+ A tag set
2950
+
2951
+ </td>
2952
+
2953
+
2954
+ <td class = "example">
2955
+
2956
+ </td>
2957
+ </tr>
2958
+
2959
+
2960
+ </tbody>
2961
+ </table>
2962
+ </div>
2963
+
2964
+
2965
+ </div>
2966
+ </div>
2967
+
2968
+ <div class = "request panel panel-default">
2969
+ <div class = "panel-heading">
2970
+ <button class = "btn btn-default disabled">
2971
+ delete
2972
+ </button>
2973
+ delete
2974
+ </div>
2975
+
2976
+ <div class = "panel-body">
2977
+
2978
+ <h4>
2979
+ Path
2980
+ </h4>
2981
+ <div class = "path well">
2982
+ /tag_sets/:id
2983
+ </div>
2984
+
2985
+
2986
+
2987
+ <div class = "description">
2988
+ <h4>
2989
+ Description
2990
+ </h4>
2991
+ Delete an existing Tag Set
2992
+ </div>
2993
+
2994
+
2995
+ <div class = "parameters">
2996
+ <h4>
2997
+ Parameters
2998
+ </h4>
2999
+
3000
+ <table class = "table">
3001
+ <thead>
3002
+ <tr>
3003
+ <th>
3004
+ Name
3005
+ </th>
3006
+
3007
+ <th>
3008
+ Type
3009
+ </th>
3010
+
3011
+ <th>
3012
+ Default
3013
+ </th>
3014
+
3015
+ <th>
3016
+
3017
+ </th>
3018
+
3019
+ <th>
3020
+ Description
3021
+ </th>
3022
+
3023
+ <th>
3024
+ Example
3025
+ </th>
3026
+ </tr>
3027
+ </thead>
3028
+ <tbody>
3029
+
3030
+ <tr>
3031
+ <td>
3032
+
3033
+ id
3034
+
3035
+ </td>
3036
+
3037
+ <td class = "type">
3038
+
3039
+ <code>integer</code>
3040
+
3041
+ </td>
3042
+
3043
+ <td class = "default">
3044
+
3045
+ </td>
3046
+
3047
+ <td class = "required">
3048
+
3049
+ <span class='text-muted'>required</span>
3050
+
3051
+ </td>
3052
+
3053
+ <td class = "description">
3054
+
3055
+ The ID of the Tag Set you want to delete.
3056
+
3057
+ </td>
3058
+
3059
+
3060
+ <td class = "example">
3061
+
3062
+ 412
3063
+
3064
+ </td>
3065
+ </tr>
3066
+
3067
+
3068
+ <tr>
3069
+ <td>
3070
+
3071
+ api_key
3072
+
3073
+ </td>
3074
+
3075
+ <td class = "type">
3076
+
3077
+ <code>string</code>
3078
+
3079
+ </td>
3080
+
3081
+ <td class = "default">
3082
+
3083
+ </td>
3084
+
3085
+ <td class = "required">
3086
+
3087
+ <span class='text-muted'>required</span>
3088
+
3089
+ </td>
3090
+
3091
+ <td class = "description">
3092
+
3093
+ Your API key
3094
+
3095
+ </td>
3096
+
3097
+
3098
+ <td class = "example">
3099
+
3100
+ hg7JHG6daSgf56FjhgsSa
3101
+
3102
+ </td>
3103
+ </tr>
3104
+
3105
+
3106
+ </tbody>
3107
+ </table>
3108
+ </div>
3109
+
3110
+
3111
+ </div>
3112
+ </div>
3113
+
3114
+ </div>
3115
+ </div>
3116
+ </div>
3117
+
3118
+ </div>
3119
+ </div>
3120
+ </body>
3121
+ </html>