http://git-wip-us.apache.org/repos/asf/flink/blob/1ea5e138/flink-runtime-web/web-dashboard/web/css/vendor.css
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/css/vendor.css 
b/flink-runtime-web/web-dashboard/web/css/vendor.css
index 672e07f..2a8d00f 100644
--- a/flink-runtime-web/web-dashboard/web/css/vendor.css
+++ b/flink-runtime-web/web-dashboard/web/css/vendor.css
@@ -1,8565 +1,8810 @@
-/*!
- *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
- *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT 
License)
- */
-/* FONT PATH
- * -------------------------- */
-@font-face {
-  font-family: 'FontAwesome';
-  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
-  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') 
format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') 
format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') 
format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') 
format('truetype'), 
url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') 
format('svg');
-  font-weight: normal;
-  font-style: normal;
-}
-.fa {
-  display: inline-block;
-  font: normal normal normal 14px/1 FontAwesome;
-  font-size: inherit;
-  text-rendering: auto;
-  -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
-  transform: translate(0, 0);
+/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
+html {
+  font-family: sans-serif;
+  -ms-text-size-adjust: 100%;
+  -webkit-text-size-adjust: 100%;
 }
-/* makes the font 33% larger relative to the icon container */
-.fa-lg {
-  font-size: 1.33333333em;
-  line-height: 0.75em;
-  vertical-align: -15%;
+body {
+  margin: 0;
 }
-.fa-2x {
-  font-size: 2em;
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+main,
+menu,
+nav,
+section,
+summary {
+  display: block;
 }
-.fa-3x {
-  font-size: 3em;
+audio,
+canvas,
+progress,
+video {
+  display: inline-block;
+  vertical-align: baseline;
 }
-.fa-4x {
-  font-size: 4em;
+audio:not([controls]) {
+  display: none;
+  height: 0;
 }
-.fa-5x {
-  font-size: 5em;
+[hidden],
+template {
+  display: none;
 }
-.fa-fw {
-  width: 1.28571429em;
-  text-align: center;
+a {
+  background-color: transparent;
 }
-.fa-ul {
-  padding-left: 0;
-  margin-left: 2.14285714em;
-  list-style-type: none;
+a:active,
+a:hover {
+  outline: 0;
 }
-.fa-ul > li {
-  position: relative;
+abbr[title] {
+  border-bottom: 1px dotted;
 }
-.fa-li {
-  position: absolute;
-  left: -2.14285714em;
-  width: 2.14285714em;
-  top: 0.14285714em;
-  text-align: center;
+b,
+strong {
+  font-weight: bold;
 }
-.fa-li.fa-lg {
-  left: -1.85714286em;
+dfn {
+  font-style: italic;
 }
-.fa-border {
-  padding: .2em .25em .15em;
-  border: solid 0.08em #eeeeee;
-  border-radius: .1em;
+h1 {
+  font-size: 2em;
+  margin: 0.67em 0;
 }
-.pull-right {
-  float: right;
+mark {
+  background: #ff0;
+  color: #000;
 }
-.pull-left {
-  float: left;
+small {
+  font-size: 80%;
 }
-.fa.pull-left {
-  margin-right: .3em;
+sub,
+sup {
+  font-size: 75%;
+  line-height: 0;
+  position: relative;
+  vertical-align: baseline;
 }
-.fa.pull-right {
-  margin-left: .3em;
+sup {
+  top: -0.5em;
 }
-.fa-spin {
-  -webkit-animation: fa-spin 2s infinite linear;
-  animation: fa-spin 2s infinite linear;
+sub {
+  bottom: -0.25em;
 }
-.fa-pulse {
-  -webkit-animation: fa-spin 1s infinite steps(8);
-  animation: fa-spin 1s infinite steps(8);
+img {
+  border: 0;
 }
-@-webkit-keyframes fa-spin {
-  0% {
-    -webkit-transform: rotate(0deg);
-    transform: rotate(0deg);
-  }
-  100% {
-    -webkit-transform: rotate(359deg);
-    transform: rotate(359deg);
-  }
+svg:not(:root) {
+  overflow: hidden;
 }
-@keyframes fa-spin {
-  0% {
-    -webkit-transform: rotate(0deg);
-    transform: rotate(0deg);
-  }
-  100% {
-    -webkit-transform: rotate(359deg);
-    transform: rotate(359deg);
-  }
+figure {
+  margin: 1em 40px;
 }
-.fa-rotate-90 {
-  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-  -webkit-transform: rotate(90deg);
-  -ms-transform: rotate(90deg);
-  transform: rotate(90deg);
+hr {
+  box-sizing: content-box;
+  height: 0;
 }
-.fa-rotate-180 {
-  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-  -webkit-transform: rotate(180deg);
-  -ms-transform: rotate(180deg);
-  transform: rotate(180deg);
+pre {
+  overflow: auto;
 }
-.fa-rotate-270 {
-  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-  -webkit-transform: rotate(270deg);
-  -ms-transform: rotate(270deg);
-  transform: rotate(270deg);
+code,
+kbd,
+pre,
+samp {
+  font-family: monospace, monospace;
+  font-size: 1em;
 }
-.fa-flip-horizontal {
-  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-  -webkit-transform: scale(-1, 1);
-  -ms-transform: scale(-1, 1);
-  transform: scale(-1, 1);
+button,
+input,
+optgroup,
+select,
+textarea {
+  color: inherit;
+  font: inherit;
+  margin: 0;
 }
-.fa-flip-vertical {
-  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-  -webkit-transform: scale(1, -1);
-  -ms-transform: scale(1, -1);
-  transform: scale(1, -1);
+button {
+  overflow: visible;
 }
-:root .fa-rotate-90,
-:root .fa-rotate-180,
-:root .fa-rotate-270,
-:root .fa-flip-horizontal,
-:root .fa-flip-vertical {
-  filter: none;
+button,
+select {
+  text-transform: none;
 }
-.fa-stack {
-  position: relative;
-  display: inline-block;
-  width: 2em;
-  height: 2em;
-  line-height: 2em;
-  vertical-align: middle;
+button,
+html input[type="button"],
+input[type="reset"],
+input[type="submit"] {
+  -webkit-appearance: button;
+  cursor: pointer;
 }
-.fa-stack-1x,
-.fa-stack-2x {
-  position: absolute;
-  left: 0;
-  width: 100%;
-  text-align: center;
+button[disabled],
+html input[disabled] {
+  cursor: default;
 }
-.fa-stack-1x {
-  line-height: inherit;
+button::-moz-focus-inner,
+input::-moz-focus-inner {
+  border: 0;
+  padding: 0;
 }
-.fa-stack-2x {
-  font-size: 2em;
+input {
+  line-height: normal;
 }
-.fa-inverse {
-  color: #ffffff;
+input[type="checkbox"],
+input[type="radio"] {
+  box-sizing: border-box;
+  padding: 0;
 }
-/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
-   readers do not read off random characters that represent icons */
-.fa-glass:before {
-  content: "\f000";
+input[type="number"]::-webkit-inner-spin-button,
+input[type="number"]::-webkit-outer-spin-button {
+  height: auto;
 }
-.fa-music:before {
-  content: "\f001";
+input[type="search"] {
+  -webkit-appearance: textfield;
+  box-sizing: content-box;
 }
-.fa-search:before {
-  content: "\f002";
+input[type="search"]::-webkit-search-cancel-button,
+input[type="search"]::-webkit-search-decoration {
+  -webkit-appearance: none;
 }
-.fa-envelope-o:before {
-  content: "\f003";
+fieldset {
+  border: 1px solid #c0c0c0;
+  margin: 0 2px;
+  padding: 0.35em 0.625em 0.75em;
 }
-.fa-heart:before {
-  content: "\f004";
+legend {
+  border: 0;
+  padding: 0;
 }
-.fa-star:before {
-  content: "\f005";
+textarea {
+  overflow: auto;
 }
-.fa-star-o:before {
-  content: "\f006";
+optgroup {
+  font-weight: bold;
 }
-.fa-user:before {
-  content: "\f007";
+table {
+  border-collapse: collapse;
+  border-spacing: 0;
 }
-.fa-film:before {
-  content: "\f008";
+td,
+th {
+  padding: 0;
 }
-.fa-th-large:before {
-  content: "\f009";
+/*! Source: 
https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
+@media print {
+  *,
+  *:before,
+  *:after {
+    background: transparent !important;
+    color: #000 !important;
+    box-shadow: none !important;
+    text-shadow: none !important;
+  }
+  a,
+  a:visited {
+    text-decoration: underline;
+  }
+  a[href]:after {
+    content: " (" attr(href) ")";
+  }
+  abbr[title]:after {
+    content: " (" attr(title) ")";
+  }
+  a[href^="#"]:after,
+  a[href^="javascript:"]:after {
+    content: "";
+  }
+  pre,
+  blockquote {
+    border: 1px solid #999;
+    page-break-inside: avoid;
+  }
+  thead {
+    display: table-header-group;
+  }
+  tr,
+  img {
+    page-break-inside: avoid;
+  }
+  img {
+    max-width: 100% !important;
+  }
+  p,
+  h2,
+  h3 {
+    orphans: 3;
+    widows: 3;
+  }
+  h2,
+  h3 {
+    page-break-after: avoid;
+  }
+  .navbar {
+    display: none;
+  }
+  .btn > .caret,
+  .dropup > .btn > .caret {
+    border-top-color: #000 !important;
+  }
+  .label {
+    border: 1px solid #000;
+  }
+  .table {
+    border-collapse: collapse !important;
+  }
+  .table td,
+  .table th {
+    background-color: #fff !important;
+  }
+  .table-bordered th,
+  .table-bordered td {
+    border: 1px solid #ddd !important;
+  }
 }
-.fa-th:before {
-  content: "\f00a";
+@font-face {
+  font-family: 'Glyphicons Halflings';
+  src: url('../fonts/glyphicons-halflings-regular.eot');
+  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') 
format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') 
format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') 
format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') 
format('truetype'), 
url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') 
format('svg');
 }
-.fa-th-list:before {
-  content: "\f00b";
+.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;
 }
-.fa-check:before {
-  content: "\f00c";
+.glyphicon-asterisk:before {
+  content: "\002a";
 }
-.fa-remove:before,
-.fa-close:before,
-.fa-times:before {
-  content: "\f00d";
+.glyphicon-plus:before {
+  content: "\002b";
 }
-.fa-search-plus:before {
-  content: "\f00e";
+.glyphicon-euro:before,
+.glyphicon-eur:before {
+  content: "\20ac";
 }
-.fa-search-minus:before {
-  content: "\f010";
+.glyphicon-minus:before {
+  content: "\2212";
 }
-.fa-power-off:before {
-  content: "\f011";
+.glyphicon-cloud:before {
+  content: "\2601";
 }
-.fa-signal:before {
-  content: "\f012";
+.glyphicon-envelope:before {
+  content: "\2709";
 }
-.fa-gear:before,
-.fa-cog:before {
-  content: "\f013";
+.glyphicon-pencil:before {
+  content: "\270f";
 }
-.fa-trash-o:before {
-  content: "\f014";
+.glyphicon-glass:before {
+  content: "\e001";
 }
-.fa-home:before {
-  content: "\f015";
+.glyphicon-music:before {
+  content: "\e002";
 }
-.fa-file-o:before {
-  content: "\f016";
+.glyphicon-search:before {
+  content: "\e003";
 }
-.fa-clock-o:before {
-  content: "\f017";
+.glyphicon-heart:before {
+  content: "\e005";
 }
-.fa-road:before {
-  content: "\f018";
+.glyphicon-star:before {
+  content: "\e006";
 }
-.fa-download:before {
-  content: "\f019";
+.glyphicon-star-empty:before {
+  content: "\e007";
 }
-.fa-arrow-circle-o-down:before {
-  content: "\f01a";
+.glyphicon-user:before {
+  content: "\e008";
 }
-.fa-arrow-circle-o-up:before {
-  content: "\f01b";
+.glyphicon-film:before {
+  content: "\e009";
 }
-.fa-inbox:before {
-  content: "\f01c";
+.glyphicon-th-large:before {
+  content: "\e010";
 }
-.fa-play-circle-o:before {
-  content: "\f01d";
+.glyphicon-th:before {
+  content: "\e011";
 }
-.fa-rotate-right:before,
-.fa-repeat:before {
-  content: "\f01e";
+.glyphicon-th-list:before {
+  content: "\e012";
 }
-.fa-refresh:before {
-  content: "\f021";
+.glyphicon-ok:before {
+  content: "\e013";
 }
-.fa-list-alt:before {
-  content: "\f022";
+.glyphicon-remove:before {
+  content: "\e014";
 }
-.fa-lock:before {
-  content: "\f023";
+.glyphicon-zoom-in:before {
+  content: "\e015";
 }
-.fa-flag:before {
-  content: "\f024";
+.glyphicon-zoom-out:before {
+  content: "\e016";
 }
-.fa-headphones:before {
-  content: "\f025";
+.glyphicon-off:before {
+  content: "\e017";
 }
-.fa-volume-off:before {
-  content: "\f026";
+.glyphicon-signal:before {
+  content: "\e018";
 }
-.fa-volume-down:before {
-  content: "\f027";
+.glyphicon-cog:before {
+  content: "\e019";
 }
-.fa-volume-up:before {
-  content: "\f028";
+.glyphicon-trash:before {
+  content: "\e020";
 }
-.fa-qrcode:before {
-  content: "\f029";
+.glyphicon-home:before {
+  content: "\e021";
 }
-.fa-barcode:before {
-  content: "\f02a";
+.glyphicon-file:before {
+  content: "\e022";
 }
-.fa-tag:before {
-  content: "\f02b";
+.glyphicon-time:before {
+  content: "\e023";
 }
-.fa-tags:before {
-  content: "\f02c";
+.glyphicon-road:before {
+  content: "\e024";
 }
-.fa-book:before {
-  content: "\f02d";
+.glyphicon-download-alt:before {
+  content: "\e025";
 }
-.fa-bookmark:before {
-  content: "\f02e";
+.glyphicon-download:before {
+  content: "\e026";
 }
-.fa-print:before {
-  content: "\f02f";
-}
-.fa-camera:before {
-  content: "\f030";
+.glyphicon-upload:before {
+  content: "\e027";
 }
-.fa-font:before {
-  content: "\f031";
+.glyphicon-inbox:before {
+  content: "\e028";
 }
-.fa-bold:before {
-  content: "\f032";
+.glyphicon-play-circle:before {
+  content: "\e029";
 }
-.fa-italic:before {
-  content: "\f033";
+.glyphicon-repeat:before {
+  content: "\e030";
 }
-.fa-text-height:before {
-  content: "\f034";
+.glyphicon-refresh:before {
+  content: "\e031";
 }
-.fa-text-width:before {
-  content: "\f035";
+.glyphicon-list-alt:before {
+  content: "\e032";
 }
-.fa-align-left:before {
-  content: "\f036";
+.glyphicon-lock:before {
+  content: "\e033";
 }
-.fa-align-center:before {
-  content: "\f037";
+.glyphicon-flag:before {
+  content: "\e034";
 }
-.fa-align-right:before {
-  content: "\f038";
+.glyphicon-headphones:before {
+  content: "\e035";
 }
-.fa-align-justify:before {
-  content: "\f039";
+.glyphicon-volume-off:before {
+  content: "\e036";
 }
-.fa-list:before {
-  content: "\f03a";
+.glyphicon-volume-down:before {
+  content: "\e037";
 }
-.fa-dedent:before,
-.fa-outdent:before {
-  content: "\f03b";
+.glyphicon-volume-up:before {
+  content: "\e038";
 }
-.fa-indent:before {
-  content: "\f03c";
+.glyphicon-qrcode:before {
+  content: "\e039";
 }
-.fa-video-camera:before {
-  content: "\f03d";
+.glyphicon-barcode:before {
+  content: "\e040";
 }
-.fa-photo:before,
-.fa-image:before,
-.fa-picture-o:before {
-  content: "\f03e";
+.glyphicon-tag:before {
+  content: "\e041";
 }
-.fa-pencil:before {
-  content: "\f040";
+.glyphicon-tags:before {
+  content: "\e042";
 }
-.fa-map-marker:before {
-  content: "\f041";
+.glyphicon-book:before {
+  content: "\e043";
 }
-.fa-adjust:before {
-  content: "\f042";
+.glyphicon-bookmark:before {
+  content: "\e044";
 }
-.fa-tint:before {
-  content: "\f043";
+.glyphicon-print:before {
+  content: "\e045";
 }
-.fa-edit:before,
-.fa-pencil-square-o:before {
-  content: "\f044";
+.glyphicon-camera:before {
+  content: "\e046";
 }
-.fa-share-square-o:before {
-  content: "\f045";
+.glyphicon-font:before {
+  content: "\e047";
 }
-.fa-check-square-o:before {
-  content: "\f046";
+.glyphicon-bold:before {
+  content: "\e048";
 }
-.fa-arrows:before {
-  content: "\f047";
+.glyphicon-italic:before {
+  content: "\e049";
 }
-.fa-step-backward:before {
-  content: "\f048";
+.glyphicon-text-height:before {
+  content: "\e050";
 }
-.fa-fast-backward:before {
-  content: "\f049";
+.glyphicon-text-width:before {
+  content: "\e051";
 }
-.fa-backward:before {
-  content: "\f04a";
+.glyphicon-align-left:before {
+  content: "\e052";
 }
-.fa-play:before {
-  content: "\f04b";
+.glyphicon-align-center:before {
+  content: "\e053";
 }
-.fa-pause:before {
-  content: "\f04c";
+.glyphicon-align-right:before {
+  content: "\e054";
 }
-.fa-stop:before {
-  content: "\f04d";
+.glyphicon-align-justify:before {
+  content: "\e055";
 }
-.fa-forward:before {
-  content: "\f04e";
+.glyphicon-list:before {
+  content: "\e056";
 }
-.fa-fast-forward:before {
-  content: "\f050";
+.glyphicon-indent-left:before {
+  content: "\e057";
 }
-.fa-step-forward:before {
-  content: "\f051";
+.glyphicon-indent-right:before {
+  content: "\e058";
 }
-.fa-eject:before {
-  content: "\f052";
+.glyphicon-facetime-video:before {
+  content: "\e059";
 }
-.fa-chevron-left:before {
-  content: "\f053";
+.glyphicon-picture:before {
+  content: "\e060";
 }
-.fa-chevron-right:before {
-  content: "\f054";
+.glyphicon-map-marker:before {
+  content: "\e062";
 }
-.fa-plus-circle:before {
-  content: "\f055";
+.glyphicon-adjust:before {
+  content: "\e063";
 }
-.fa-minus-circle:before {
-  content: "\f056";
+.glyphicon-tint:before {
+  content: "\e064";
 }
-.fa-times-circle:before {
-  content: "\f057";
+.glyphicon-edit:before {
+  content: "\e065";
 }
-.fa-check-circle:before {
-  content: "\f058";
+.glyphicon-share:before {
+  content: "\e066";
 }
-.fa-question-circle:before {
-  content: "\f059";
+.glyphicon-check:before {
+  content: "\e067";
 }
-.fa-info-circle:before {
-  content: "\f05a";
+.glyphicon-move:before {
+  content: "\e068";
 }
-.fa-crosshairs:before {
-  content: "\f05b";
+.glyphicon-step-backward:before {
+  content: "\e069";
 }
-.fa-times-circle-o:before {
-  content: "\f05c";
+.glyphicon-fast-backward:before {
+  content: "\e070";
 }
-.fa-check-circle-o:before {
-  content: "\f05d";
+.glyphicon-backward:before {
+  content: "\e071";
 }
-.fa-ban:before {
-  content: "\f05e";
+.glyphicon-play:before {
+  content: "\e072";
 }
-.fa-arrow-left:before {
-  content: "\f060";
+.glyphicon-pause:before {
+  content: "\e073";
 }
-.fa-arrow-right:before {
-  content: "\f061";
+.glyphicon-stop:before {
+  content: "\e074";
 }
-.fa-arrow-up:before {
-  content: "\f062";
+.glyphicon-forward:before {
+  content: "\e075";
 }
-.fa-arrow-down:before {
-  content: "\f063";
+.glyphicon-fast-forward:before {
+  content: "\e076";
 }
-.fa-mail-forward:before,
-.fa-share:before {
-  content: "\f064";
+.glyphicon-step-forward:before {
+  content: "\e077";
 }
-.fa-expand:before {
-  content: "\f065";
+.glyphicon-eject:before {
+  content: "\e078";
 }
-.fa-compress:before {
-  content: "\f066";
+.glyphicon-chevron-left:before {
+  content: "\e079";
 }
-.fa-plus:before {
-  content: "\f067";
+.glyphicon-chevron-right:before {
+  content: "\e080";
 }
-.fa-minus:before {
-  content: "\f068";
+.glyphicon-plus-sign:before {
+  content: "\e081";
 }
-.fa-asterisk:before {
-  content: "\f069";
+.glyphicon-minus-sign:before {
+  content: "\e082";
 }
-.fa-exclamation-circle:before {
-  content: "\f06a";
+.glyphicon-remove-sign:before {
+  content: "\e083";
 }
-.fa-gift:before {
-  content: "\f06b";
+.glyphicon-ok-sign:before {
+  content: "\e084";
 }
-.fa-leaf:before {
-  content: "\f06c";
+.glyphicon-question-sign:before {
+  content: "\e085";
 }
-.fa-fire:before {
-  content: "\f06d";
+.glyphicon-info-sign:before {
+  content: "\e086";
 }
-.fa-eye:before {
-  content: "\f06e";
+.glyphicon-screenshot:before {
+  content: "\e087";
 }
-.fa-eye-slash:before {
-  content: "\f070";
+.glyphicon-remove-circle:before {
+  content: "\e088";
 }
-.fa-warning:before,
-.fa-exclamation-triangle:before {
-  content: "\f071";
+.glyphicon-ok-circle:before {
+  content: "\e089";
 }
-.fa-plane:before {
-  content: "\f072";
-}
-.fa-calendar:before {
-  content: "\f073";
+.glyphicon-ban-circle:before {
+  content: "\e090";
 }
-.fa-random:before {
-  content: "\f074";
+.glyphicon-arrow-left:before {
+  content: "\e091";
 }
-.fa-comment:before {
-  content: "\f075";
+.glyphicon-arrow-right:before {
+  content: "\e092";
 }
-.fa-magnet:before {
-  content: "\f076";
+.glyphicon-arrow-up:before {
+  content: "\e093";
 }
-.fa-chevron-up:before {
-  content: "\f077";
+.glyphicon-arrow-down:before {
+  content: "\e094";
 }
-.fa-chevron-down:before {
-  content: "\f078";
+.glyphicon-share-alt:before {
+  content: "\e095";
 }
-.fa-retweet:before {
-  content: "\f079";
+.glyphicon-resize-full:before {
+  content: "\e096";
 }
-.fa-shopping-cart:before {
-  content: "\f07a";
+.glyphicon-resize-small:before {
+  content: "\e097";
 }
-.fa-folder:before {
-  content: "\f07b";
+.glyphicon-exclamation-sign:before {
+  content: "\e101";
 }
-.fa-folder-open:before {
-  content: "\f07c";
+.glyphicon-gift:before {
+  content: "\e102";
 }
-.fa-arrows-v:before {
-  content: "\f07d";
+.glyphicon-leaf:before {
+  content: "\e103";
 }
-.fa-arrows-h:before {
-  content: "\f07e";
+.glyphicon-fire:before {
+  content: "\e104";
 }
-.fa-bar-chart-o:before,
-.fa-bar-chart:before {
-  content: "\f080";
+.glyphicon-eye-open:before {
+  content: "\e105";
 }
-.fa-twitter-square:before {
-  content: "\f081";
+.glyphicon-eye-close:before {
+  content: "\e106";
 }
-.fa-facebook-square:before {
-  content: "\f082";
+.glyphicon-warning-sign:before {
+  content: "\e107";
 }
-.fa-camera-retro:before {
-  content: "\f083";
+.glyphicon-plane:before {
+  content: "\e108";
 }
-.fa-key:before {
-  content: "\f084";
+.glyphicon-calendar:before {
+  content: "\e109";
 }
-.fa-gears:before,
-.fa-cogs:before {
-  content: "\f085";
+.glyphicon-random:before {
+  content: "\e110";
 }
-.fa-comments:before {
-  content: "\f086";
+.glyphicon-comment:before {
+  content: "\e111";
 }
-.fa-thumbs-o-up:before {
-  content: "\f087";
+.glyphicon-magnet:before {
+  content: "\e112";
 }
-.fa-thumbs-o-down:before {
-  content: "\f088";
+.glyphicon-chevron-up:before {
+  content: "\e113";
 }
-.fa-star-half:before {
-  content: "\f089";
+.glyphicon-chevron-down:before {
+  content: "\e114";
 }
-.fa-heart-o:before {
-  content: "\f08a";
+.glyphicon-retweet:before {
+  content: "\e115";
 }
-.fa-sign-out:before {
-  content: "\f08b";
+.glyphicon-shopping-cart:before {
+  content: "\e116";
 }
-.fa-linkedin-square:before {
-  content: "\f08c";
+.glyphicon-folder-close:before {
+  content: "\e117";
 }
-.fa-thumb-tack:before {
-  content: "\f08d";
+.glyphicon-folder-open:before {
+  content: "\e118";
 }
-.fa-external-link:before {
-  content: "\f08e";
+.glyphicon-resize-vertical:before {
+  content: "\e119";
 }
-.fa-sign-in:before {
-  content: "\f090";
+.glyphicon-resize-horizontal:before {
+  content: "\e120";
 }
-.fa-trophy:before {
-  content: "\f091";
+.glyphicon-hdd:before {
+  content: "\e121";
 }
-.fa-github-square:before {
-  content: "\f092";
+.glyphicon-bullhorn:before {
+  content: "\e122";
 }
-.fa-upload:before {
-  content: "\f093";
+.glyphicon-bell:before {
+  content: "\e123";
 }
-.fa-lemon-o:before {
-  content: "\f094";
+.glyphicon-certificate:before {
+  content: "\e124";
 }
-.fa-phone:before {
-  content: "\f095";
+.glyphicon-thumbs-up:before {
+  content: "\e125";
 }
-.fa-square-o:before {
-  content: "\f096";
+.glyphicon-thumbs-down:before {
+  content: "\e126";
 }
-.fa-bookmark-o:before {
-  content: "\f097";
+.glyphicon-hand-right:before {
+  content: "\e127";
 }
-.fa-phone-square:before {
-  content: "\f098";
+.glyphicon-hand-left:before {
+  content: "\e128";
 }
-.fa-twitter:before {
-  content: "\f099";
+.glyphicon-hand-up:before {
+  content: "\e129";
 }
-.fa-facebook-f:before,
-.fa-facebook:before {
-  content: "\f09a";
+.glyphicon-hand-down:before {
+  content: "\e130";
 }
-.fa-github:before {
-  content: "\f09b";
+.glyphicon-circle-arrow-right:before {
+  content: "\e131";
 }
-.fa-unlock:before {
-  content: "\f09c";
+.glyphicon-circle-arrow-left:before {
+  content: "\e132";
 }
-.fa-credit-card:before {
-  content: "\f09d";
+.glyphicon-circle-arrow-up:before {
+  content: "\e133";
 }
-.fa-rss:before {
-  content: "\f09e";
+.glyphicon-circle-arrow-down:before {
+  content: "\e134";
 }
-.fa-hdd-o:before {
-  content: "\f0a0";
+.glyphicon-globe:before {
+  content: "\e135";
 }
-.fa-bullhorn:before {
-  content: "\f0a1";
+.glyphicon-wrench:before {
+  content: "\e136";
 }
-.fa-bell:before {
-  content: "\f0f3";
+.glyphicon-tasks:before {
+  content: "\e137";
 }
-.fa-certificate:before {
-  content: "\f0a3";
+.glyphicon-filter:before {
+  content: "\e138";
 }
-.fa-hand-o-right:before {
-  content: "\f0a4";
+.glyphicon-briefcase:before {
+  content: "\e139";
 }
-.fa-hand-o-left:before {
-  content: "\f0a5";
+.glyphicon-fullscreen:before {
+  content: "\e140";
 }
-.fa-hand-o-up:before {
-  content: "\f0a6";
+.glyphicon-dashboard:before {
+  content: "\e141";
 }
-.fa-hand-o-down:before {
-  content: "\f0a7";
+.glyphicon-paperclip:before {
+  content: "\e142";
 }
-.fa-arrow-circle-left:before {
-  content: "\f0a8";
+.glyphicon-heart-empty:before {
+  content: "\e143";
 }
-.fa-arrow-circle-right:before {
-  content: "\f0a9";
+.glyphicon-link:before {
+  content: "\e144";
 }
-.fa-arrow-circle-up:before {
-  content: "\f0aa";
+.glyphicon-phone:before {
+  content: "\e145";
 }
-.fa-arrow-circle-down:before {
-  content: "\f0ab";
+.glyphicon-pushpin:before {
+  content: "\e146";
 }
-.fa-globe:before {
-  content: "\f0ac";
+.glyphicon-usd:before {
+  content: "\e148";
 }
-.fa-wrench:before {
-  content: "\f0ad";
+.glyphicon-gbp:before {
+  content: "\e149";
 }
-.fa-tasks:before {
-  content: "\f0ae";
+.glyphicon-sort:before {
+  content: "\e150";
 }
-.fa-filter:before {
-  content: "\f0b0";
+.glyphicon-sort-by-alphabet:before {
+  content: "\e151";
 }
-.fa-briefcase:before {
-  content: "\f0b1";
+.glyphicon-sort-by-alphabet-alt:before {
+  content: "\e152";
 }
-.fa-arrows-alt:before {
-  content: "\f0b2";
+.glyphicon-sort-by-order:before {
+  content: "\e153";
 }
-.fa-group:before,
-.fa-users:before {
-  content: "\f0c0";
+.glyphicon-sort-by-order-alt:before {
+  content: "\e154";
 }
-.fa-chain:before,
-.fa-link:before {
-  content: "\f0c1";
+.glyphicon-sort-by-attributes:before {
+  content: "\e155";
 }
-.fa-cloud:before {
-  content: "\f0c2";
-}
-.fa-flask:before {
-  content: "\f0c3";
+.glyphicon-sort-by-attributes-alt:before {
+  content: "\e156";
 }
-.fa-cut:before,
-.fa-scissors:before {
-  content: "\f0c4";
+.glyphicon-unchecked:before {
+  content: "\e157";
 }
-.fa-copy:before,
-.fa-files-o:before {
-  content: "\f0c5";
+.glyphicon-expand:before {
+  content: "\e158";
 }
-.fa-paperclip:before {
-  content: "\f0c6";
+.glyphicon-collapse-down:before {
+  content: "\e159";
 }
-.fa-save:before,
-.fa-floppy-o:before {
-  content: "\f0c7";
+.glyphicon-collapse-up:before {
+  content: "\e160";
 }
-.fa-square:before {
-  content: "\f0c8";
+.glyphicon-log-in:before {
+  content: "\e161";
 }
-.fa-navicon:before,
-.fa-reorder:before,
-.fa-bars:before {
-  content: "\f0c9";
+.glyphicon-flash:before {
+  content: "\e162";
 }
-.fa-list-ul:before {
-  content: "\f0ca";
+.glyphicon-log-out:before {
+  content: "\e163";
 }
-.fa-list-ol:before {
-  content: "\f0cb";
+.glyphicon-new-window:before {
+  content: "\e164";
 }
-.fa-strikethrough:before {
-  content: "\f0cc";
+.glyphicon-record:before {
+  content: "\e165";
 }
-.fa-underline:before {
-  content: "\f0cd";
+.glyphicon-save:before {
+  content: "\e166";
 }
-.fa-table:before {
-  content: "\f0ce";
+.glyphicon-open:before {
+  content: "\e167";
 }
-.fa-magic:before {
-  content: "\f0d0";
+.glyphicon-saved:before {
+  content: "\e168";
 }
-.fa-truck:before {
-  content: "\f0d1";
+.glyphicon-import:before {
+  content: "\e169";
 }
-.fa-pinterest:before {
-  content: "\f0d2";
+.glyphicon-export:before {
+  content: "\e170";
 }
-.fa-pinterest-square:before {
-  content: "\f0d3";
+.glyphicon-send:before {
+  content: "\e171";
 }
-.fa-google-plus-square:before {
-  content: "\f0d4";
+.glyphicon-floppy-disk:before {
+  content: "\e172";
 }
-.fa-google-plus:before {
-  content: "\f0d5";
+.glyphicon-floppy-saved:before {
+  content: "\e173";
 }
-.fa-money:before {
-  content: "\f0d6";
+.glyphicon-floppy-remove:before {
+  content: "\e174";
 }
-.fa-caret-down:before {
-  content: "\f0d7";
+.glyphicon-floppy-save:before {
+  content: "\e175";
 }
-.fa-caret-up:before {
-  content: "\f0d8";
+.glyphicon-floppy-open:before {
+  content: "\e176";
 }
-.fa-caret-left:before {
-  content: "\f0d9";
+.glyphicon-credit-card:before {
+  content: "\e177";
 }
-.fa-caret-right:before {
-  content: "\f0da";
+.glyphicon-transfer:before {
+  content: "\e178";
 }
-.fa-columns:before {
-  content: "\f0db";
+.glyphicon-cutlery:before {
+  content: "\e179";
 }
-.fa-unsorted:before,
-.fa-sort:before {
-  content: "\f0dc";
+.glyphicon-header:before {
+  content: "\e180";
 }
-.fa-sort-down:before,
-.fa-sort-desc:before {
-  content: "\f0dd";
+.glyphicon-compressed:before {
+  content: "\e181";
 }
-.fa-sort-up:before,
-.fa-sort-asc:before {
-  content: "\f0de";
+.glyphicon-earphone:before {
+  content: "\e182";
 }
-.fa-envelope:before {
-  content: "\f0e0";
+.glyphicon-phone-alt:before {
+  content: "\e183";
 }
-.fa-linkedin:before {
-  content: "\f0e1";
+.glyphicon-tower:before {
+  content: "\e184";
 }
-.fa-rotate-left:before,
-.fa-undo:before {
-  content: "\f0e2";
+.glyphicon-stats:before {
+  content: "\e185";
 }
-.fa-legal:before,
-.fa-gavel:before {
-  content: "\f0e3";
+.glyphicon-sd-video:before {
+  content: "\e186";
 }
-.fa-dashboard:before,
-.fa-tachometer:before {
-  content: "\f0e4";
+.glyphicon-hd-video:before {
+  content: "\e187";
 }
-.fa-comment-o:before {
-  content: "\f0e5";
+.glyphicon-subtitles:before {
+  content: "\e188";
 }
-.fa-comments-o:before {
-  content: "\f0e6";
+.glyphicon-sound-stereo:before {
+  content: "\e189";
 }
-.fa-flash:before,
-.fa-bolt:before {
-  content: "\f0e7";
+.glyphicon-sound-dolby:before {
+  content: "\e190";
 }
-.fa-sitemap:before {
-  content: "\f0e8";
+.glyphicon-sound-5-1:before {
+  content: "\e191";
 }
-.fa-umbrella:before {
-  content: "\f0e9";
+.glyphicon-sound-6-1:before {
+  content: "\e192";
 }
-.fa-paste:before,
-.fa-clipboard:before {
-  content: "\f0ea";
+.glyphicon-sound-7-1:before {
+  content: "\e193";
 }
-.fa-lightbulb-o:before {
-  content: "\f0eb";
+.glyphicon-copyright-mark:before {
+  content: "\e194";
 }
-.fa-exchange:before {
-  content: "\f0ec";
+.glyphicon-registration-mark:before {
+  content: "\e195";
 }
-.fa-cloud-download:before {
-  content: "\f0ed";
+.glyphicon-cloud-download:before {
+  content: "\e197";
 }
-.fa-cloud-upload:before {
-  content: "\f0ee";
+.glyphicon-cloud-upload:before {
+  content: "\e198";
 }
-.fa-user-md:before {
-  content: "\f0f0";
+.glyphicon-tree-conifer:before {
+  content: "\e199";
 }
-.fa-stethoscope:before {
-  content: "\f0f1";
+.glyphicon-tree-deciduous:before {
+  content: "\e200";
 }
-.fa-suitcase:before {
-  content: "\f0f2";
+.glyphicon-cd:before {
+  content: "\e201";
 }
-.fa-bell-o:before {
-  content: "\f0a2";
+.glyphicon-save-file:before {
+  content: "\e202";
 }
-.fa-coffee:before {
-  content: "\f0f4";
+.glyphicon-open-file:before {
+  content: "\e203";
 }
-.fa-cutlery:before {
-  content: "\f0f5";
+.glyphicon-level-up:before {
+  content: "\e204";
 }
-.fa-file-text-o:before {
-  content: "\f0f6";
+.glyphicon-copy:before {
+  content: "\e205";
 }
-.fa-building-o:before {
-  content: "\f0f7";
+.glyphicon-paste:before {
+  content: "\e206";
 }
-.fa-hospital-o:before {
-  content: "\f0f8";
+.glyphicon-alert:before {
+  content: "\e209";
 }
-.fa-ambulance:before {
-  content: "\f0f9";
+.glyphicon-equalizer:before {
+  content: "\e210";
 }
-.fa-medkit:before {
-  content: "\f0fa";
+.glyphicon-king:before {
+  content: "\e211";
 }
-.fa-fighter-jet:before {
-  content: "\f0fb";
+.glyphicon-queen:before {
+  content: "\e212";
 }
-.fa-beer:before {
-  content: "\f0fc";
+.glyphicon-pawn:before {
+  content: "\e213";
 }
-.fa-h-square:before {
-  content: "\f0fd";
+.glyphicon-bishop:before {
+  content: "\e214";
 }
-.fa-plus-square:before {
-  content: "\f0fe";
+.glyphicon-knight:before {
+  content: "\e215";
 }
-.fa-angle-double-left:before {
-  content: "\f100";
+.glyphicon-baby-formula:before {
+  content: "\e216";
 }
-.fa-angle-double-right:before {
-  content: "\f101";
+.glyphicon-tent:before {
+  content: "\26fa";
 }
-.fa-angle-double-up:before {
-  content: "\f102";
+.glyphicon-blackboard:before {
+  content: "\e218";
 }
-.fa-angle-double-down:before {
-  content: "\f103";
-}
-.fa-angle-left:before {
-  content: "\f104";
-}
-.fa-angle-right:before {
-  content: "\f105";
+.glyphicon-bed:before {
+  content: "\e219";
 }
-.fa-angle-up:before {
-  content: "\f106";
+.glyphicon-apple:before {
+  content: "\f8ff";
 }
-.fa-angle-down:before {
-  content: "\f107";
+.glyphicon-erase:before {
+  content: "\e221";
 }
-.fa-desktop:before {
-  content: "\f108";
+.glyphicon-hourglass:before {
+  content: "\231b";
 }
-.fa-laptop:before {
-  content: "\f109";
+.glyphicon-lamp:before {
+  content: "\e223";
 }
-.fa-tablet:before {
-  content: "\f10a";
+.glyphicon-duplicate:before {
+  content: "\e224";
 }
-.fa-mobile-phone:before,
-.fa-mobile:before {
-  content: "\f10b";
+.glyphicon-piggy-bank:before {
+  content: "\e225";
 }
-.fa-circle-o:before {
-  content: "\f10c";
+.glyphicon-scissors:before {
+  content: "\e226";
 }
-.fa-quote-left:before {
-  content: "\f10d";
+.glyphicon-bitcoin:before {
+  content: "\e227";
 }
-.fa-quote-right:before {
-  content: "\f10e";
+.glyphicon-btc:before {
+  content: "\e227";
 }
-.fa-spinner:before {
-  content: "\f110";
+.glyphicon-xbt:before {
+  content: "\e227";
 }
-.fa-circle:before {
-  content: "\f111";
+.glyphicon-yen:before {
+  content: "\00a5";
 }
-.fa-mail-reply:before,
-.fa-reply:before {
-  content: "\f112";
+.glyphicon-jpy:before {
+  content: "\00a5";
 }
-.fa-github-alt:before {
-  content: "\f113";
+.glyphicon-ruble:before {
+  content: "\20bd";
 }
-.fa-folder-o:before {
-  content: "\f114";
+.glyphicon-rub:before {
+  content: "\20bd";
 }
-.fa-folder-open-o:before {
-  content: "\f115";
+.glyphicon-scale:before {
+  content: "\e230";
 }
-.fa-smile-o:before {
-  content: "\f118";
+.glyphicon-ice-lolly:before {
+  content: "\e231";
 }
-.fa-frown-o:before {
-  content: "\f119";
+.glyphicon-ice-lolly-tasted:before {
+  content: "\e232";
 }
-.fa-meh-o:before {
-  content: "\f11a";
+.glyphicon-education:before {
+  content: "\e233";
 }
-.fa-gamepad:before {
-  content: "\f11b";
+.glyphicon-option-horizontal:before {
+  content: "\e234";
 }
-.fa-keyboard-o:before {
-  content: "\f11c";
+.glyphicon-option-vertical:before {
+  content: "\e235";
 }
-.fa-flag-o:before {
-  content: "\f11d";
+.glyphicon-menu-hamburger:before {
+  content: "\e236";
 }
-.fa-flag-checkered:before {
-  content: "\f11e";
+.glyphicon-modal-window:before {
+  content: "\e237";
 }
-.fa-terminal:before {
-  content: "\f120";
+.glyphicon-oil:before {
+  content: "\e238";
 }
-.fa-code:before {
-  content: "\f121";
+.glyphicon-grain:before {
+  content: "\e239";
 }
-.fa-mail-reply-all:before,
-.fa-reply-all:before {
-  content: "\f122";
+.glyphicon-sunglasses:before {
+  content: "\e240";
 }
-.fa-star-half-empty:before,
-.fa-star-half-full:before,
-.fa-star-half-o:before {
-  content: "\f123";
+.glyphicon-text-size:before {
+  content: "\e241";
 }
-.fa-location-arrow:before {
-  content: "\f124";
+.glyphicon-text-color:before {
+  content: "\e242";
 }
-.fa-crop:before {
-  content: "\f125";
+.glyphicon-text-background:before {
+  content: "\e243";
 }
-.fa-code-fork:before {
-  content: "\f126";
+.glyphicon-object-align-top:before {
+  content: "\e244";
 }
-.fa-unlink:before,
-.fa-chain-broken:before {
-  content: "\f127";
+.glyphicon-object-align-bottom:before {
+  content: "\e245";
 }
-.fa-question:before {
-  content: "\f128";
+.glyphicon-object-align-horizontal:before {
+  content: "\e246";
 }
-.fa-info:before {
-  content: "\f129";
+.glyphicon-object-align-left:before {
+  content: "\e247";
 }
-.fa-exclamation:before {
-  content: "\f12a";
+.glyphicon-object-align-vertical:before {
+  content: "\e248";
 }
-.fa-superscript:before {
-  content: "\f12b";
+.glyphicon-object-align-right:before {
+  content: "\e249";
 }
-.fa-subscript:before {
-  content: "\f12c";
+.glyphicon-triangle-right:before {
+  content: "\e250";
 }
-.fa-eraser:before {
-  content: "\f12d";
+.glyphicon-triangle-left:before {
+  content: "\e251";
 }
-.fa-puzzle-piece:before {
-  content: "\f12e";
+.glyphicon-triangle-bottom:before {
+  content: "\e252";
 }
-.fa-microphone:before {
-  content: "\f130";
+.glyphicon-triangle-top:before {
+  content: "\e253";
 }
-.fa-microphone-slash:before {
-  content: "\f131";
+.glyphicon-console:before {
+  content: "\e254";
 }
-.fa-shield:before {
-  content: "\f132";
+.glyphicon-superscript:before {
+  content: "\e255";
 }
-.fa-calendar-o:before {
-  content: "\f133";
+.glyphicon-subscript:before {
+  content: "\e256";
 }
-.fa-fire-extinguisher:before {
-  content: "\f134";
+.glyphicon-menu-left:before {
+  content: "\e257";
 }
-.fa-rocket:before {
-  content: "\f135";
+.glyphicon-menu-right:before {
+  content: "\e258";
 }
-.fa-maxcdn:before {
-  content: "\f136";
+.glyphicon-menu-down:before {
+  content: "\e259";
 }
-.fa-chevron-circle-left:before {
-  content: "\f137";
+.glyphicon-menu-up:before {
+  content: "\e260";
 }
-.fa-chevron-circle-right:before {
-  content: "\f138";
+* {
+  -webkit-box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
 }
-.fa-chevron-circle-up:before {
-  content: "\f139";
+*:before,
+*:after {
+  -webkit-box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
 }
-.fa-chevron-circle-down:before {
-  content: "\f13a";
+html {
+  font-size: 10px;
+  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
-.fa-html5:before {
-  content: "\f13b";
+body {
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 14px;
+  line-height: 1.42857143;
+  color: #333333;
+  background-color: #fff;
 }
-.fa-css3:before {
-  content: "\f13c";
+input,
+button,
+select,
+textarea {
+  font-family: inherit;
+  font-size: inherit;
+  line-height: inherit;
 }
-.fa-anchor:before {
-  content: "\f13d";
+a {
+  color: #158cba;
+  text-decoration: none;
 }
-.fa-unlock-alt:before {
-  content: "\f13e";
+a:hover,
+a:focus {
+  color: #0d5875;
+  text-decoration: underline;
 }
-.fa-bullseye:before {
-  content: "\f140";
+a:focus {
+  outline: thin dotted;
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
 }
-.fa-ellipsis-h:before {
-  content: "\f141";
+figure {
+  margin: 0;
 }
-.fa-ellipsis-v:before {
-  content: "\f142";
+img {
+  vertical-align: middle;
 }
-.fa-rss-square:before {
-  content: "\f143";
+.img-responsive,
+.thumbnail > img,
+.thumbnail a > img,
+.carousel-inner > .item > img,
+.carousel-inner > .item > a > img {
+  display: block;
+  max-width: 100%;
+  height: auto;
 }
-.fa-play-circle:before {
-  content: "\f144";
+.img-rounded {
+  border-radius: 6px;
 }
-.fa-ticket:before {
-  content: "\f145";
+.img-thumbnail {
+  padding: 4px;
+  line-height: 1.42857143;
+  background-color: #fff;
+  border: 1px solid #ddd;
+  border-radius: 4px;
+  -webkit-transition: all 0.2s ease-in-out;
+  -o-transition: all 0.2s ease-in-out;
+  transition: all 0.2s ease-in-out;
+  display: inline-block;
+  max-width: 100%;
+  height: auto;
 }
-.fa-minus-square:before {
-  content: "\f146";
+.img-circle {
+  border-radius: 50%;
 }
-.fa-minus-square-o:before {
-  content: "\f147";
+hr {
+  margin-top: 20px;
+  margin-bottom: 20px;
+  border: 0;
+  border-top: 1px solid #eeeeee;
 }
-.fa-level-up:before {
-  content: "\f148";
+.sr-only {
+  position: absolute;
+  width: 1px;
+  height: 1px;
+  margin: -1px;
+  padding: 0;
+  overflow: hidden;
+  clip: rect(0, 0, 0, 0);
+  border: 0;
 }
-.fa-level-down:before {
-  content: "\f149";
+.sr-only-focusable:active,
+.sr-only-focusable:focus {
+  position: static;
+  width: auto;
+  height: auto;
+  margin: 0;
+  overflow: visible;
+  clip: auto;
 }
-.fa-check-square:before {
-  content: "\f14a";
+[role="button"] {
+  cursor: pointer;
 }
-.fa-pencil-square:before {
-  content: "\f14b";
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+.h1,
+.h2,
+.h3,
+.h4,
+.h5,
+.h6 {
+  font-family: inherit;
+  font-weight: 500;
+  line-height: 1.1;
+  color: inherit;
 }
-.fa-external-link-square:before {
-  content: "\f14c";
+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: #777777;
 }
-.fa-share-square:before {
-  content: "\f14d";
+h1,
+.h1,
+h2,
+.h2,
+h3,
+.h3 {
+  margin-top: 20px;
+  margin-bottom: 10px;
 }
-.fa-compass:before {
-  content: "\f14e";
+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%;
 }
-.fa-toggle-down:before,
-.fa-caret-square-o-down:before {
-  content: "\f150";
+h4,
+.h4,
+h5,
+.h5,
+h6,
+.h6 {
+  margin-top: 10px;
+  margin-bottom: 10px;
 }
-.fa-toggle-up:before,
-.fa-caret-square-o-up:before {
-  content: "\f151";
+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%;
 }
-.fa-toggle-right:before,
-.fa-caret-square-o-right:before {
-  content: "\f152";
+h1,
+.h1 {
+  font-size: 28px;
 }
-.fa-euro:before,
-.fa-eur:before {
-  content: "\f153";
+h2,
+.h2 {
+  font-size: 23px;
 }
-.fa-gbp:before {
-  content: "\f154";
+h3,
+.h3 {
+  font-size: 21px;
 }
-.fa-dollar:before,
-.fa-usd:before {
-  content: "\f155";
+h4,
+.h4 {
+  font-size: 18px;
 }
-.fa-rupee:before,
-.fa-inr:before {
-  content: "\f156";
+h5,
+.h5 {
+  font-size: 14px;
 }
-.fa-cny:before,
-.fa-rmb:before,
-.fa-yen:before,
-.fa-jpy:before {
-  content: "\f157";
+h6,
+.h6 {
+  font-size: 12px;
 }
-.fa-ruble:before,
-.fa-rouble:before,
-.fa-rub:before {
-  content: "\f158";
+p {
+  margin: 0 0 10px;
 }
-.fa-won:before,
-.fa-krw:before {
-  content: "\f159";
+.lead {
+  margin-bottom: 20px;
+  font-size: 16px;
+  font-weight: 300;
+  line-height: 1.4;
 }
-.fa-bitcoin:before,
-.fa-btc:before {
-  content: "\f15a";
+@media (min-width: 768px) {
+  .lead {
+    font-size: 21px;
+  }
 }
-.fa-file:before {
-  content: "\f15b";
+small,
+.small {
+  font-size: 85%;
 }
-.fa-file-text:before {
-  content: "\f15c";
+mark,
+.mark {
+  background-color: #fcf8e3;
+  padding: .2em;
 }
-.fa-sort-alpha-asc:before {
-  content: "\f15d";
+.text-left {
+  text-align: left;
 }
-.fa-sort-alpha-desc:before {
-  content: "\f15e";
+.text-right {
+  text-align: right;
 }
-.fa-sort-amount-asc:before {
-  content: "\f160";
+.text-center {
+  text-align: center;
 }
-.fa-sort-amount-desc:before {
-  content: "\f161";
+.text-justify {
+  text-align: justify;
 }
-.fa-sort-numeric-asc:before {
-  content: "\f162";
+.text-nowrap {
+  white-space: nowrap;
 }
-.fa-sort-numeric-desc:before {
-  content: "\f163";
+.text-lowercase {
+  text-transform: lowercase;
 }
-.fa-thumbs-up:before {
-  content: "\f164";
-}
-.fa-thumbs-down:before {
-  content: "\f165";
+.text-uppercase {
+  text-transform: uppercase;
 }
-.fa-youtube-square:before {
-  content: "\f166";
+.text-capitalize {
+  text-transform: capitalize;
 }
-.fa-youtube:before {
-  content: "\f167";
+.text-muted {
+  color: #777777;
 }
-.fa-xing:before {
-  content: "\f168";
+.text-primary {
+  color: #158cba;
 }
-.fa-xing-square:before {
-  content: "\f169";
+a.text-primary:hover,
+a.text-primary:focus {
+  color: #106a8c;
 }
-.fa-youtube-play:before {
-  content: "\f16a";
+.text-success {
+  color: #3c763d;
 }
-.fa-dropbox:before {
-  content: "\f16b";
+a.text-success:hover,
+a.text-success:focus {
+  color: #2b542c;
 }
-.fa-stack-overflow:before {
-  content: "\f16c";
+.text-info {
+  color: #31708f;
 }
-.fa-instagram:before {
-  content: "\f16d";
+a.text-info:hover,
+a.text-info:focus {
+  color: #245269;
 }
-.fa-flickr:before {
-  content: "\f16e";
+.text-warning {
+  color: #8a6d3b;
 }
-.fa-adn:before {
-  content: "\f170";
+a.text-warning:hover,
+a.text-warning:focus {
+  color: #66512c;
 }
-.fa-bitbucket:before {
-  content: "\f171";
+.text-danger {
+  color: #a94442;
 }
-.fa-bitbucket-square:before {
-  content: "\f172";
+a.text-danger:hover,
+a.text-danger:focus {
+  color: #843534;
 }
-.fa-tumblr:before {
-  content: "\f173";
+.bg-primary {
+  color: #fff;
+  background-color: #158cba;
 }
-.fa-tumblr-square:before {
-  content: "\f174";
+a.bg-primary:hover,
+a.bg-primary:focus {
+  background-color: #106a8c;
 }
-.fa-long-arrow-down:before {
-  content: "\f175";
+.bg-success {
+  background-color: #dff0d8;
 }
-.fa-long-arrow-up:before {
-  content: "\f176";
+a.bg-success:hover,
+a.bg-success:focus {
+  background-color: #c1e2b3;
 }
-.fa-long-arrow-left:before {
-  content: "\f177";
+.bg-info {
+  background-color: #d9edf7;
 }
-.fa-long-arrow-right:before {
-  content: "\f178";
+a.bg-info:hover,
+a.bg-info:focus {
+  background-color: #afd9ee;
 }
-.fa-apple:before {
-  content: "\f179";
+.bg-warning {
+  background-color: #fcf8e3;
 }
-.fa-windows:before {
-  content: "\f17a";
+a.bg-warning:hover,
+a.bg-warning:focus {
+  background-color: #f7ecb5;
 }
-.fa-android:before {
-  content: "\f17b";
+.bg-danger {
+  background-color: #f2dede;
 }
-.fa-linux:before {
-  content: "\f17c";
+a.bg-danger:hover,
+a.bg-danger:focus {
+  background-color: #e4b9b9;
 }
-.fa-dribbble:before {
-  content: "\f17d";
+.page-header {
+  padding-bottom: 9px;
+  margin: 40px 0 20px;
+  border-bottom: 1px solid #eeeeee;
 }
-.fa-skype:before {
-  content: "\f17e";
+ul,
+ol {
+  margin-top: 0;
+  margin-bottom: 10px;
 }
-.fa-foursquare:before {
-  content: "\f180";
+ul ul,
+ol ul,
+ul ol,
+ol ol {
+  margin-bottom: 0;
 }
-.fa-trello:before {
-  content: "\f181";
+.list-unstyled {
+  padding-left: 0;
+  list-style: none;
 }
-.fa-female:before {
-  content: "\f182";
+.list-inline {
+  padding-left: 0;
+  list-style: none;
+  margin-left: -5px;
 }
-.fa-male:before {
-  content: "\f183";
+.list-inline > li {
+  display: inline-block;
+  padding-left: 5px;
+  padding-right: 5px;
 }
-.fa-gittip:before,
-.fa-gratipay:before {
-  content: "\f184";
+dl {
+  margin-top: 0;
+  margin-bottom: 20px;
 }
-.fa-sun-o:before {
-  content: "\f185";
+dt,
+dd {
+  line-height: 1.42857143;
 }
-.fa-moon-o:before {
-  content: "\f186";
+dt {
+  font-weight: bold;
 }
-.fa-archive:before {
-  content: "\f187";
+dd {
+  margin-left: 0;
 }
-.fa-bug:before {
-  content: "\f188";
+@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;
+  }
 }
-.fa-vk:before {
-  content: "\f189";
+abbr[title],
+abbr[data-original-title] {
+  cursor: help;
+  border-bottom: 1px dotted #777777;
 }
-.fa-weibo:before {
-  content: "\f18a";
+.initialism {
+  font-size: 90%;
+  text-transform: uppercase;
 }
-.fa-renren:before {
-  content: "\f18b";
+blockquote {
+  padding: 10px 20px;
+  margin: 0 0 20px;
+  font-size: 17.5px;
+  border-left: 5px solid #eeeeee;
 }
-.fa-pagelines:before {
-  content: "\f18c";
+blockquote p:last-child,
+blockquote ul:last-child,
+blockquote ol:last-child {
+  margin-bottom: 0;
 }
-.fa-stack-exchange:before {
-  content: "\f18d";
+blockquote footer,
+blockquote small,
+blockquote .small {
+  display: block;
+  font-size: 80%;
+  line-height: 1.42857143;
+  color: #777777;
 }
-.fa-arrow-circle-o-right:before {
-  content: "\f18e";
+blockquote footer:before,
+blockquote small:before,
+blockquote .small:before {
+  content: '\2014 \00A0';
 }
-.fa-arrow-circle-o-left:before {
-  content: "\f190";
+.blockquote-reverse,
+blockquote.pull-right {
+  padding-right: 15px;
+  padding-left: 0;
+  border-right: 5px solid #eeeeee;
+  border-left: 0;
+  text-align: right;
 }
-.fa-toggle-left:before,
-.fa-caret-square-o-left:before {
-  content: "\f191";
+.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: '';
 }
-.fa-dot-circle-o:before {
-  content: "\f192";
+.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';
 }
-.fa-wheelchair:before {
-  content: "\f193";
+address {
+  margin-bottom: 20px;
+  font-style: normal;
+  line-height: 1.42857143;
 }
-.fa-vimeo-square:before {
-  content: "\f194";
+code,
+kbd,
+pre,
+samp {
+  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
 }
-.fa-turkish-lira:before,
-.fa-try:before {
-  content: "\f195";
+code {
+  padding: 2px 4px;
+  font-size: 90%;
+  color: #c7254e;
+  background-color: #f9f2f4;
+  border-radius: 4px;
 }
-.fa-plus-square-o:before {
-  content: "\f196";
+kbd {
+  padding: 2px 4px;
+  font-size: 90%;
+  color: #fff;
+  background-color: #333;
+  border-radius: 3px;
+  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
 }
-.fa-space-shuttle:before {
-  content: "\f197";
+kbd kbd {
+  padding: 0;
+  font-size: 100%;
+  font-weight: bold;
+  box-shadow: none;
 }
-.fa-slack:before {
-  content: "\f198";
+pre {
+  display: block;
+  padding: 9.5px;
+  margin: 0 0 10px;
+  font-size: 13px;
+  line-height: 1.42857143;
+  word-break: break-all;
+  word-wrap: break-word;
+  color: #333333;
+  background-color: #f5f5f5;
+  border: 1px solid #ccc;
+  border-radius: 4px;
 }
-.fa-envelope-square:before {
-  content: "\f199";
+pre code {
+  padding: 0;
+  font-size: inherit;
+  color: inherit;
+  white-space: pre-wrap;
+  background-color: transparent;
+  border-radius: 0;
 }
-.fa-wordpress:before {
-  content: "\f19a";
+.pre-scrollable {
+  max-height: 340px;
+  overflow-y: scroll;
 }
-.fa-openid:before {
-  content: "\f19b";
+.container {
+  margin-right: auto;
+  margin-left: auto;
+  padding-left: 15px;
+  padding-right: 15px;
 }
-.fa-institution:before,
-.fa-bank:before,
-.fa-university:before {
-  content: "\f19c";
+@media (min-width: 768px) {
+  .container {
+    width: 750px;
+  }
 }
-.fa-mortar-board:before,
-.fa-graduation-cap:before {
-  content: "\f19d";
+@media (min-width: 992px) {
+  .container {
+    width: 970px;
+  }
 }
-.fa-yahoo:before {
-  content: "\f19e";
+@media (min-width: 1200px) {
+  .container {
+    width: 1170px;
+  }
 }
-.fa-google:before {
-  content: "\f1a0";
+.container-fluid {
+  margin-right: auto;
+  margin-left: auto;
+  padding-left: 15px;
+  padding-right: 15px;
 }
-.fa-reddit:before {
-  content: "\f1a1";
+.row {
+  margin-left: -15px;
+  margin-right: -15px;
 }
-.fa-reddit-square:before {
-  content: "\f1a2";
+.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;
 }
-.fa-stumbleupon-circle:before {
-  content: "\f1a3";
+.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;
 }
-.fa-stumbleupon:before {
-  content: "\f1a4";
+.col-xs-12 {
+  width: 100%;
 }
-.fa-delicious:before {
-  content: "\f1a5";
+.col-xs-11 {
+  width: 91.66666667%;
 }
-.fa-digg:before {
-  content: "\f1a6";
+.col-xs-10 {
+  width: 83.33333333%;
 }
-.fa-pied-piper:before {
-  content: "\f1a7";
+.col-xs-9 {
+  width: 75%;
 }
-.fa-pied-piper-alt:before {
-  content: "\f1a8";
+.col-xs-8 {
+  width: 66.66666667%;
 }
-.fa-drupal:before {
-  content: "\f1a9";
+.col-xs-7 {
+  width: 58.33333333%;
 }
-.fa-joomla:before {
-  content: "\f1aa";
+.col-xs-6 {
+  width: 50%;
 }
-.fa-language:before {
-  content: "\f1ab";
+.col-xs-5 {
+  width: 41.66666667%;
 }
-.fa-fax:before {
-  content: "\f1ac";
+.col-xs-4 {
+  width: 33.33333333%;
 }
-.fa-building:before {
-  content: "\f1ad";
+.col-xs-3 {
+  width: 25%;
 }
-.fa-child:before {
-  content: "\f1ae";
+.col-xs-2 {
+  width: 16.66666667%;
 }
-.fa-paw:before {
-  content: "\f1b0";
+.col-xs-1 {
+  width: 8.33333333%;
 }
-.fa-spoon:before {
-  content: "\f1b1";
+.col-xs-pull-12 {
+  right: 100%;
 }
-.fa-cube:before {
-  content: "\f1b2";
+.col-xs-pull-11 {
+  right: 91.66666667%;
 }
-.fa-cubes:before {
-  content: "\f1b3";
+.col-xs-pull-10 {
+  right: 83.33333333%;
 }
-.fa-behance:before {
-  content: "\f1b4";
+.col-xs-pull-9 {
+  right: 75%;
 }
-.fa-behance-square:before {
-  content: "\f1b5";
+.col-xs-pull-8 {
+  right: 66.66666667%;
 }
-.fa-steam:before {
-  content: "\f1b6";
+.col-xs-pull-7 {
+  right: 58.33333333%;
 }
-.fa-steam-square:before {
-  content: "\f1b7";
+.col-xs-pull-6 {
+  right: 50%;
 }
-.fa-recycle:before {
-  content: "\f1b8";
+.col-xs-pull-5 {
+  right: 41.66666667%;
 }
-.fa-automobile:before,
-.fa-car:before {
-  content: "\f1b9";
+.col-xs-pull-4 {
+  right: 33.33333333%;
 }
-.fa-cab:before,
-.fa-taxi:before {
-  content: "\f1ba";
+.col-xs-pull-3 {
+  right: 25%;
 }
-.fa-tree:before {
-  content: "\f1bb";
+.col-xs-pull-2 {
+  right: 16.66666667%;
 }
-.fa-spotify:before {
-  content: "\f1bc";
+.col-xs-pull-1 {
+  right: 8.33333333%;
 }
-.fa-deviantart:before {
-  content: "\f1bd";
+.col-xs-pull-0 {
+  right: auto;
 }
-.fa-soundcloud:before {
-  content: "\f1be";
+.col-xs-push-12 {
+  left: 100%;
 }
-.fa-database:before {
-  content: "\f1c0";
+.col-xs-push-11 {
+  left: 91.66666667%;
 }
-.fa-file-pdf-o:before {
-  content: "\f1c1";
+.col-xs-push-10 {
+  left: 83.33333333%;
 }
-.fa-file-word-o:before {
-  content: "\f1c2";
+.col-xs-push-9 {
+  left: 75%;
 }
-.fa-file-excel-o:before {
-  content: "\f1c3";
+.col-xs-push-8 {
+  left: 66.66666667%;
 }
-.fa-file-powerpoint-o:before {
-  content: "\f1c4";
+.col-xs-push-7 {
+  left: 58.33333333%;
 }
-.fa-file-photo-o:before,
-.fa-file-picture-o:before,
-.fa-file-image-o:before {
-  content: "\f1c5";
+.col-xs-push-6 {
+  left: 50%;
 }
-.fa-file-zip-o:before,
-.fa-file-archive-o:before {
-  content: "\f1c6";
+.col-xs-push-5 {
+  left: 41.66666667%;
 }
-.fa-file-sound-o:before,
-.fa-file-audio-o:before {
-  content: "\f1c7";
+.col-xs-push-4 {
+  left: 33.33333333%;
 }
-.fa-file-movie-o:before,
-.fa-file-video-o:before {
-  content: "\f1c8";
+.col-xs-push-3 {
+  left: 25%;
 }
-.fa-file-code-o:before {
-  content: "\f1c9";
+.col-xs-push-2 {
+  left: 16.66666667%;
 }
-.fa-vine:before {
-  content: "\f1ca";
-}
-.fa-codepen:before {
-  content: "\f1cb";
-}
-.fa-jsfiddle:before {
-  content: "\f1cc";
-}
-.fa-life-bouy:before,
-.fa-life-buoy:before,
-.fa-life-saver:before,
-.fa-support:before,
-.fa-life-ring:before {
-  content: "\f1cd";
-}
-.fa-circle-o-notch:before {
-  content: "\f1ce";
-}
-.fa-ra:before,
-.fa-rebel:before {
-  content: "\f1d0";
-}
-.fa-ge:before,
-.fa-empire:before {
-  content: "\f1d1";
-}
-.fa-git-square:before {
-  content: "\f1d2";
-}
-.fa-git:before {
-  content: "\f1d3";
-}
-.fa-hacker-news:before {
-  content: "\f1d4";
+.col-xs-push-1 {
+  left: 8.33333333%;
 }
-.fa-tencent-weibo:before {
-  content: "\f1d5";
+.col-xs-push-0 {
+  left: auto;
 }
-.fa-qq:before {
-  content: "\f1d6";
+.col-xs-offset-12 {
+  margin-left: 100%;
 }
-.fa-wechat:before,
-.fa-weixin:before {
-  content: "\f1d7";
+.col-xs-offset-11 {
+  margin-left: 91.66666667%;
 }
-.fa-send:before,
-.fa-paper-plane:before {
-  content: "\f1d8";
+.col-xs-offset-10 {
+  margin-left: 83.33333333%;
 }
-.fa-send-o:before,
-.fa-paper-plane-o:before {
-  content: "\f1d9";
+.col-xs-offset-9 {
+  margin-left: 75%;
 }
-.fa-history:before {
-  content: "\f1da";
+.col-xs-offset-8 {
+  margin-left: 66.66666667%;
 }
-.fa-genderless:before,
-.fa-circle-thin:before {
-  content: "\f1db";
+.col-xs-offset-7 {
+  margin-left: 58.33333333%;
 }
-.fa-header:before {
-  content: "\f1dc";
+.col-xs-offset-6 {
+  margin-left: 50%;
 }
-.fa-paragraph:before {
-  content: "\f1dd";
+.col-xs-offset-5 {
+  margin-left: 41.66666667%;
 }
-.fa-sliders:before {
-  content: "\f1de";
+.col-xs-offset-4 {
+  margin-left: 33.33333333%;
 }
-.fa-share-alt:before {
-  content: "\f1e0";
+.col-xs-offset-3 {
+  margin-left: 25%;
 }
-.fa-share-alt-square:before {
-  content: "\f1e1";
+.col-xs-offset-2 {
+  margin-left: 16.66666667%;
 }
-.fa-bomb:before {
-  content: "\f1e2";
+.col-xs-offset-1 {
+  margin-left: 8.33333333%;
 }
-.fa-soccer-ball-o:before,
-.fa-futbol-o:before {
-  content: "\f1e3";
+.col-xs-offset-0 {
+  margin-left: 0%;
 }
-.fa-tty:before {
-  content: "\f1e4";
+@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: auto;
+  }
+  .col-sm-push-12 {
+    left: 100%;
+  }
+  .col-sm-push-11 {
+    left: 91.66666667%;
+  }
+  .col-sm-push-10 {
+    left: 83.33333333%;
+  }
+  .col-sm-push-9 {
+    left: 75%;
+  }
+  .col-sm-push-8 {
+    left: 66.66666667%;
+  }
+  .col-sm-push-7 {
+    left: 58.33333333%;
+  }
+  .col-sm-push-6 {
+    left: 50%;
+  }
+  .col-sm-push-5 {
+    left: 41.66666667%;
+  }
+  .col-sm-push-4 {
+    left: 33.33333333%;
+  }
+  .col-sm-push-3 {
+    left: 25%;
+  }
+  .col-sm-push-2 {
+    left: 16.66666667%;
+  }
+  .col-sm-push-1 {
+    left: 8.33333333%;
+  }
+  .col-sm-push-0 {
+    left: auto;
+  }
+  .col-sm-offset-12 {
+    margin-left: 100%;
+  }
+  .col-sm-offset-11 {
+    margin-left: 91.66666667%;
+  }
+  .col-sm-offset-10 {
+    margin-left: 83.33333333%;
+  }
+  .col-sm-offset-9 {
+    margin-left: 75%;
+  }
+  .col-sm-offset-8 {
+    margin-left: 66.66666667%;
+  }
+  .col-sm-offset-7 {
+    margin-left: 58.33333333%;
+  }
+  .col-sm-offset-6 {
+    margin-left: 50%;
+  }
+  .col-sm-offset-5 {
+    margin-left: 41.66666667%;
+  }
+  .col-sm-offset-4 {
+    margin-left: 33.33333333%;
+  }
+  .col-sm-offset-3 {
+    margin-left: 25%;
+  }
+  .col-sm-offset-2 {
+    margin-left: 16.66666667%;
+  }
+  .col-sm-offset-1 {
+    margin-left: 8.33333333%;
+  }
+  .col-sm-offset-0 {
+    margin-left: 0%;
+  }
 }
-.fa-binoculars:before {
-  content: "\f1e5";
+@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: auto;
+  }
+  .col-md-push-12 {
+    left: 100%;
+  }
+  .col-md-push-11 {
+    left: 91.66666667%;
+  }
+  .col-md-push-10 {
+    left: 83.33333333%;
+  }
+  .col-md-push-9 {
+    left: 75%;
+  }
+  .col-md-push-8 {
+    left: 66.66666667%;
+  }
+  .col-md-push-7 {
+    left: 58.33333333%;
+  }
+  .col-md-push-6 {
+    left: 50%;
+  }
+  .col-md-push-5 {
+    left: 41.66666667%;
+  }
+  .col-md-push-4 {
+    left: 33.33333333%;
+  }
+  .col-md-push-3 {
+    left: 25%;
+  }
+  .col-md-push-2 {
+    left: 16.66666667%;
+  }
+  .col-md-push-1 {
+    left: 8.33333333%;
+  }
+  .col-md-push-0 {
+    left: auto;
+  }
+  .col-md-offset-12 {
+    margin-left: 100%;
+  }
+  .col-md-offset-11 {
+    margin-left: 91.66666667%;
+  }
+  .col-md-offset-10 {
+    margin-left: 83.33333333%;
+  }
+  .col-md-offset-9 {
+    margin-left: 75%;
+  }
+  .col-md-offset-8 {
+    margin-left: 66.66666667%;
+  }
+  .col-md-offset-7 {
+    margin-left: 58.33333333%;
+  }
+  .col-md-offset-6 {
+    margin-left: 50%;
+  }
+  .col-md-offset-5 {
+    margin-left: 41.66666667%;
+  }
+  .col-md-offset-4 {
+    margin-left: 33.33333333%;
+  }
+  .col-md-offset-3 {
+    margin-left: 25%;
+  }
+  .col-md-offset-2 {
+    margin-left: 16.66666667%;
+  }
+  .col-md-offset-1 {
+    margin-left: 8.33333333%;
+  }
+  .col-md-offset-0 {
+    margin-left: 0%;
+  }
+}
+@media (min-width: 1200px) {
+  .col-lg-1, .col-lg-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: auto;
+  }
+  .col-lg-push-12 {
+    left: 100%;
+  }
+  .col-lg-push-11 {
+    left: 91.66666667%;
+  }
+  .col-lg-push-10 {
+    left: 83.33333333%;
+  }
+  .col-lg-push-9 {
+    left: 75%;
+  }
+  .col-lg-push-8 {
+    left: 66.66666667%;
+  }
+  .col-lg-push-7 {
+    left: 58.33333333%;
+  }
+  .col-lg-push-6 {
+    left: 50%;
+  }
+  .col-lg-push-5 {
+    left: 41.66666667%;
+  }
+  .col-lg-push-4 {
+    left: 33.33333333%;
+  }
+  .col-lg-push-3 {
+    left: 25%;
+  }
+  .col-lg-push-2 {
+    left: 16.66666667%;
+  }
+  .col-lg-push-1 {
+    left: 8.33333333%;
+  }
+  .col-lg-push-0 {
+    left: auto;
+  }
+  .col-lg-offset-12 {
+    margin-left: 100%;
+  }
+  .col-lg-offset-11 {
+    margin-left: 91.66666667%;
+  }
+  .col-lg-offset-10 {
+    margin-left: 83.33333333%;
+  }
+  .col-lg-offset-9 {
+    margin-left: 75%;
+  }
+  .col-lg-offset-8 {
+    margin-left: 66.66666667%;
+  }
+  .col-lg-offset-7 {
+    margin-left: 58.33333333%;
+  }
+  .col-lg-offset-6 {
+    margin-left: 50%;
+  }
+  .col-lg-offset-5 {
+    margin-left: 41.66666667%;
+  }
+  .col-lg-offset-4 {
+    margin-left: 33.33333333%;
+  }
+  .col-lg-offset-3 {
+    margin-left: 25%;
+  }
+  .col-lg-offset-2 {
+    margin-left: 16.66666667%;
+  }
+  .col-lg-offset-1 {
+    margin-left: 8.33333333%;
+  }
+  .col-lg-offset-0 {
+    margin-left: 0%;
+  }
 }
-.fa-plug:before {
-  content: "\f1e6";
+table {
+  background-color: transparent;
 }
-.fa-slideshare:before {
-  content: "\f1e7";
+caption {
+  padding-top: 8px;
+  padding-bottom: 8px;
+  color: #777777;
+  text-align: left;
 }
-.fa-twitch:before {
-  content: "\f1e8";
+th {
+  text-align: left;
 }
-.fa-yelp:before {
-  content: "\f1e9";
+.table {
+  width: 100%;
+  max-width: 100%;
+  margin-bottom: 20px;
 }
-.fa-newspaper-o:before {
-  content: "\f1ea";
+.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 #ddd;
 }
-.fa-wifi:before {
-  content: "\f1eb";
+.table > thead > tr > th {
+  vertical-align: bottom;
+  border-bottom: 2px solid #ddd;
 }
-.fa-calculator:before {
-  content: "\f1ec";
+.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;
 }
-.fa-paypal:before {
-  content: "\f1ed";
+.table > tbody + tbody {
+  border-top: 2px solid #ddd;
 }
-.fa-google-wallet:before {
-  content: "\f1ee";
+.table .table {
+  background-color: #fff;
 }
-.fa-cc-visa:before {
-  content: "\f1f0";
+.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;
 }
-.fa-cc-mastercard:before {
-  content: "\f1f1";
+.table-bordered {
+  border: 1px solid #ddd;
 }
-.fa-cc-discover:before {
-  content: "\f1f2";
+.table-bordered > thead > tr > th,
+.table-bordered > tbody > tr > th,
+.table-bordered > tfoot > tr > th,
+.table-bordered > thead > tr > td,
+.table-bordered > tbody > tr > td,
+.table-bordered > tfoot > tr > td {
+  border: 1px solid #ddd;
 }
-.fa-cc-amex:before {
-  content: "\f1f3";
+.table-bordered > thead > tr > th,
+.table-bordered > thead > tr > td {
+  border-bottom-width: 2px;
 }
-.fa-cc-paypal:before {
-  content: "\f1f4";
+.table-striped > tbody > tr:nth-of-type(odd) {
+  background-color: #f9f9f9;
 }
-.fa-cc-stripe:before {
-  content: "\f1f5";
+.table-hover > tbody > tr:hover {
+  background-color: #f5f5f5;
 }
-.fa-bell-slash:before {
-  content: "\f1f6";
+table col[class*="col-"] {
+  position: static;
+  float: none;
+  display: table-column;
 }
-.fa-bell-slash-o:before {
-  content: "\f1f7";
+table td[class*="col-"],
+table th[class*="col-"] {
+  position: static;
+  float: none;
+  display: table-cell;
 }
-.fa-trash:before {
-  content: "\f1f8";
+.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;
 }
-.fa-copyright:before {
-  content: "\f1f9";
+.table-hover > tbody > tr > td.active:hover,
+.table-hover > tbody > tr > th.active:hover,
+.table-hover > tbody > tr.active:hover > td,
+.table-hover > tbody > tr:hover > .active,
+.table-hover > tbody > tr.active:hover > th {
+  background-color: #e8e8e8;
 }
-.fa-at:before {
-  content: "\f1fa";
+.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;
 }
-.fa-eyedropper:before {
-  content: "\f1fb";
+.table-hover > tbody > tr > td.success:hover,
+.table-hover > tbody > tr > th.success:hover,
+.table-hover > tbody > tr.success:hover > td,
+.table-hover > tbody > tr:hover > .success,
+.table-hover > tbody > tr.success:hover > th {
+  background-color: #d0e9c6;
+}
+.table > thead > tr > td.info,
+.table > 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:hover > .info,
+.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:hover > .warning,
+.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:hover > .danger,
+.table-hover > tbody > tr.danger:hover > th {
+  background-color: #ebcccc;
+}
+.table-responsive {
+  overflow-x: auto;
+  min-height: 0.01%;
+}
+@media screen and (max-width: 767px) {
+  .table-responsive {
+    width: 100%;
+    margin-bottom: 15px;
+    overflow-y: hidden;
+    -ms-overflow-style: -ms-autohiding-scrollbar;
+    border: 1px solid #ddd;
+  }
+  .table-responsive > .table {
+    margin-bottom: 0;
+  }
+  .table-responsive > .table > thead > tr > th,
+  .table-responsive > .table > 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;
+  }
 }
-.fa-paint-brush:before {
-  content: "\f1fc";
+fieldset {
+  padding: 0;
+  margin: 0;
+  border: 0;
+  min-width: 0;
 }
-.fa-birthday-cake:before {
-  content: "\f1fd";
+legend {
+  display: block;
+  width: 100%;
+  padding: 0;
+  margin-bottom: 20px;
+  font-size: 21px;
+  line-height: inherit;
+  color: #333333;
+  border: 0;
+  border-bottom: 1px solid #e5e5e5;
 }
-.fa-area-chart:before {
-  content: "\f1fe";
+label {
+  display: inline-block;
+  max-width: 100%;
+  margin-bottom: 5px;
+  font-weight: bold;
 }
-.fa-pie-chart:before {
-  content: "\f200";
+input[type="search"] {
+  -webkit-box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
 }
-.fa-line-chart:before {
-  content: "\f201";
+input[type="radio"],
+input[type="checkbox"] {
+  margin: 4px 0 0;
+  margin-top: 1px \9;
+  line-height: normal;
 }
-.fa-lastfm:before {
-  content: "\f202";
+input[type="file"] {
+  display: block;
 }
-.fa-lastfm-square:before {
-  content: "\f203";
+input[type="range"] {
+  display: block;
+  width: 100%;
 }
-.fa-toggle-off:before {
-  content: "\f204";
+select[multiple],
+select[size] {
+  height: auto;
 }
-.fa-toggle-on:before {
-  content: "\f205";
+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;
 }
-.fa-bicycle:before {
-  content: "\f206";
+output {
+  display: block;
+  padding-top: 7px;
+  font-size: 14px;
+  line-height: 1.42857143;
+  color: #555555;
 }
-.fa-bus:before {
-  content: "\f207";
+.form-control {
+  display: block;
+  width: 100%;
+  height: 34px;
+  padding: 6px 12px;
+  font-size: 14px;
+  line-height: 1.42857143;
+  color: #555555;
+  background-color: #fff;
+  background-image: none;
+  border: 1px solid #ccc;
+  border-radius: 4px;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out 
.15s;
+  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
+  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 }
-.fa-ioxhost:before {
-  content: "\f208";
+.form-control:focus {
+  border-color: #66afe9;
+  outline: 0;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 
233, 0.6);
+  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 
0.6);
 }
-.fa-angellist:before {
-  content: "\f209";
+.form-control::-moz-placeholder {
+  color: #999;
+  opacity: 1;
 }
-.fa-cc:before {
-  content: "\f20a";
+.form-control:-ms-input-placeholder {
+  color: #999;
 }
-.fa-shekel:before,
-.fa-sheqel:before,
-.fa-ils:before {
-  content: "\f20b";
+.form-control::-webkit-input-placeholder {
+  color: #999;
 }
-.fa-meanpath:before {
-  content: "\f20c";
+.form-control::-ms-expand {
+  border: 0;
+  background-color: transparent;
 }
-.fa-buysellads:before {
-  content: "\f20d";
+.form-control[disabled],
+.form-control[readonly],
+fieldset[disabled] .form-control {
+  background-color: #eeeeee;
+  opacity: 1;
 }
-.fa-connectdevelop:before {
-  content: "\f20e";
+.form-control[disabled],
+fieldset[disabled] .form-control {
+  cursor: not-allowed;
 }
-.fa-dashcube:before {
-  content: "\f210";
+textarea.form-control {
+  height: auto;
 }
-.fa-forumbee:before {
-  content: "\f211";
+input[type="search"] {
+  -webkit-appearance: none;
 }
-.fa-leanpub:before {
-  content: "\f212";
+@media screen and (-webkit-min-device-pixel-ratio: 0) {
+  input[type="date"].form-control,
+  input[type="time"].form-control,
+  input[type="datetime-local"].form-control,
+  input[type="month"].form-control {
+    line-height: 34px;
+  }
+  input[type="date"].input-sm,
+  input[type="time"].input-sm,
+  input[type="datetime-local"].input-sm,
+  input[type="month"].input-sm,
+  .input-group-sm input[type="date"],
+  .input-group-sm input[type="time"],
+  .input-group-sm input[type="datetime-local"],
+  .input-group-sm input[type="month"] {
+    line-height: 30px;
+  }
+  input[type="date"].input-lg,
+  input[type="time"].input-lg,
+  input[type="datetime-local"].input-lg,
+  input[type="month"].input-lg,
+  .input-group-lg input[type="date"],
+  .input-group-lg input[type="time"],
+  .input-group-lg input[type="datetime-local"],
+  .input-group-lg input[type="month"] {
+    line-height: 46px;
+  }
 }
-.fa-sellsy:before {
-  content: "\f213";
+.form-group {
+  margin-bottom: 15px;
 }
-.fa-shirtsinbulk:before {
-  content: "\f214";
+.radio,
+.checkbox {
+  position: relative;
+  display: block;
+  margin-top: 10px;
+  margin-bottom: 10px;
 }
-.fa-simplybuilt:before {
-  content: "\f215";
+.radio label,
+.checkbox label {
+  min-height: 20px;
+  padding-left: 20px;
+  margin-bottom: 0;
+  font-weight: normal;
+  cursor: pointer;
 }
-.fa-skyatlas:before {
-  content: "\f216";
+.radio input[type="radio"],
+.radio-inline input[type="radio"],
+.checkbox input[type="checkbox"],
+.checkbox-inline input[type="checkbox"] {
+  position: absolute;
+  margin-left: -20px;
+  margin-top: 4px \9;
 }
-.fa-cart-plus:before {
-  content: "\f217";
+.radio + .radio,
+.checkbox + .checkbox {
+  margin-top: -5px;
 }
-.fa-cart-arrow-down:before {
-  content: "\f218";
+.radio-inline,
+.checkbox-inline {
+  position: relative;
+  display: inline-block;
+  padding-left: 20px;
+  margin-bottom: 0;
+  vertical-align: middle;
+  font-weight: normal;
+  cursor: pointer;
 }
-.fa-diamond:before {
-  content: "\f219";
+.radio-inline + .radio-inline,
+.checkbox-inline + .checkbox-inline {
+  margin-top: 0;
+  margin-left: 10px;
 }
-.fa-ship:before {
-  content: "\f21a";
+input[type="radio"][disabled],
+input[type="checkbox"][disabled],
+input[type="radio"].disabled,
+input[type="checkbox"].disabled,
+fieldset[disabled] input[type="radio"],
+fieldset[disabled] input[type="checkbox"] {
+  cursor: not-allowed;
 }
-.fa-user-secret:before {
-  content: "\f21b";
+.radio-inline.disabled,
+.checkbox-inline.disabled,
+fieldset[disabled] .radio-inline,
+fieldset[disabled] .checkbox-inline {
+  cursor: not-allowed;
 }
-.fa-motorcycle:before {
-  content: "\f21c";
+.radio.disabled label,
+.checkbox.disabled label,
+fieldset[disabled] .radio label,
+fieldset[disabled] .checkbox label {
+  cursor: not-allowed;
 }
-.fa-street-view:before {
-  content: "\f21d";
+.form-control-static {
+  padding-top: 7px;
+  padding-bottom: 7px;
+  margin-bottom: 0;
+  min-height: 34px;
 }
-.fa-heartbeat:before {
-  content: "\f21e";
+.form-control-static.input-lg,
+.form-control-static.input-sm {
+  padding-left: 0;
+  padding-right: 0;
 }
-.fa-venus:before {
-  content: "\f221";
+.input-sm {
+  height: 30px;
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 3px;
 }
-.fa-mars:before {
-  content: "\f222";
+select.input-sm {
+  height: 30px;
+  line-height: 30px;
 }
-.fa-mercury:before {
-  content: "\f223";
+textarea.input-sm,
+select[multiple].input-sm {
+  height: auto;
 }
-.fa-transgender:before {
-  content: "\f224";
+.form-group-sm .form-control {
+  height: 30px;
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 3px;
 }
-.fa-transgender-alt:before {
-  content: "\f225";
+.form-group-sm select.form-control {
+  height: 30px;
+  line-height: 30px;
 }
-.fa-venus-double:before {
-  content: "\f226";
+.form-group-sm textarea.form-control,
+.form-group-sm select[multiple].form-control {
+  height: auto;
 }
-.fa-mars-double:before {
-  content: "\f227";
+.form-group-sm .form-control-static {
+  height: 30px;
+  min-height: 32px;
+  padding: 6px 10px;
+  font-size: 12px;
+  line-height: 1.5;
 }
-.fa-venus-mars:before {
-  content: "\f228";
+.input-lg {
+  height: 46px;
+  padding: 10px 16px;
+  font-size: 18px;
+  line-height: 1.3333333;
+  border-radius: 6px;
 }
-.fa-mars-stroke:before {
-  content: "\f229";
+select.input-lg {
+  height: 46px;
+  line-height: 46px;
 }
-.fa-mars-stroke-v:before {
-  content: "\f22a";
+textarea.input-lg,
+select[multiple].input-lg {
+  height: auto;
 }
-.fa-mars-stroke-h:before {
-  content: "\f22b";
+.form-group-lg .form-control {
+  height: 46px;
+  padding: 10px 16px;
+  font-size: 18px;
+  line-height: 1.3333333;
+  border-radius: 6px;
 }
-.fa-neuter:before {
-  content: "\f22c";
+.form-group-lg select.form-control {
+  height: 46px;
+  line-height: 46px;
 }
-.fa-facebook-official:before {
-  content: "\f230";
+.form-group-lg textarea.form-control,
+.form-group-lg select[multiple].form-control {
+  height: auto;
 }
-.fa-pinterest-p:before {
-  content: "\f231";
+.form-group-lg .form-control-static {
+  height: 46px;
+  min-height: 38px;
+  padding: 11px 16px;
+  font-size: 18px;
+  line-height: 1.3333333;
 }
-.fa-whatsapp:before {
-  content: "\f232";
+.has-feedback {
+  position: relative;
 }
-.fa-server:before {
-  content: "\f233";
+.has-feedback .form-control {
+  padding-right: 42.5px;
 }
-.fa-user-plus:before {
-  content: "\f234";
+.form-control-feedback {
+  position: absolute;
+  top: 0;
+  right: 0;
+  z-index: 2;
+  display: block;
+  width: 34px;
+  height: 34px;
+  line-height: 34px;
+  text-align: center;
+  pointer-events: none;
 }
-.fa-user-times:before {
-  content: "\f235";
+.input-lg + .form-control-feedback,
+.input-group-lg + .form-control-feedback,
+.form-group-lg .form-control + .form-control-feedback {
+  width: 46px;
+  height: 46px;
+  line-height: 46px;
 }
-.fa-hotel:before,
-.fa-bed:before {
-  content: "\f236";
+.input-sm + .form-control-feedback,
+.input-group-sm + .form-control-feedback,
+.form-group-sm .form-control + .form-control-feedback {
+  width: 30px;
+  height: 30px;
+  line-height: 30px;
 }
-.fa-viacoin:before {
-  content: "\f237";
+.has-success .help-block,
+.has-success .control-label,
+.has-success .radio,
+.has-success .checkbox,
+.has-success .radio-inline,
+.has-success .checkbox-inline,
+.has-success.radio label,
+.has-success.checkbox label,
+.has-success.radio-inline label,
+.has-success.checkbox-inline label {
+  color: #3c763d;
 }
-.fa-train:before {
-  content: "\f238";
+.has-success .form-control {
+  border-color: #3c763d;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 }
-.fa-subway:before {
-  content: "\f239";
+.has-success .form-control:focus {
+  border-color: #2b542c;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
 }
-.fa-medium:before {
-  content: "\f23a";
+.has-success .input-group-addon {
+  color: #3c763d;
+  border-color: #3c763d;
+  background-color: #dff0d8;
 }
-
-/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
-html {
-  font-family: sans-serif;
-  -ms-text-size-adjust: 100%;
-  -webkit-text-size-adjust: 100%;
+.has-success .form-control-feedback {
+  color: #3c763d;
 }
-body {
-  margin: 0;
+.has-warning .help-block,
+.has-warning .control-label,
+.has-warning .radio,
+.has-warning .checkbox,
+.has-warning .radio-inline,
+.has-warning .checkbox-inline,
+.has-warning.radio label,
+.has-warning.checkbox label,
+.has-warning.radio-inline label,
+.has-warning.checkbox-inline label {
+  color: #8a6d3b;
 }
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-main,
-menu,
-nav,
-section,
-summary {
-  display: block;
+.has-warning .form-control {
+  border-color: #8a6d3b;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 }
-audio,
-canvas,
-progress,
-video {
-  display: inline-block;
-  vertical-align: baseline;
+.has-warning .form-control:focus {
+  border-color: #66512c;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
 }
-audio:not([controls]) {
-  display: none;
-  height: 0;
+.has-warning .input-group-addon {
+  color: #8a6d3b;
+  border-color: #8a6d3b;
+  background-color: #fcf8e3;
 }
-[hidden],
-template {
-  display: none;
+.has-warning .form-control-feedback {
+  color: #8a6d3b;
 }
-a {
-  background-color: transparent;
+.has-error .help-block,
+.has-error .control-label,
+.has-error .radio,
+.has-error .checkbox,
+.has-error .radio-inline,
+.has-error .checkbox-inline,
+.has-error.radio label,
+.has-error.checkbox label,
+.has-error.radio-inline label,
+.has-error.checkbox-inline label {
+  color: #a94442;
 }
-a:active,
-a:hover {
-  outline: 0;
+.has-error .form-control {
+  border-color: #a94442;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 }
-abbr[title] {
-  border-bottom: 1px dotted;
+.has-error .form-control:focus {
+  border-color: #843534;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
 }
-b,
-strong {
-  font-weight: bold;
+.has-error .input-group-addon {
+  color: #a94442;
+  border-color: #a94442;
+  background-color: #f2dede;
 }
-dfn {
-  font-style: italic;
+.has-error .form-control-feedback {
+  color: #a94442;
 }
-h1 {
-  font-size: 2em;
-  margin: 0.67em 0;
+.has-feedback label ~ .form-control-feedback {
+  top: 25px;
 }
-mark {
-  background: #ff0;
-  color: #000;
+.has-feedback label.sr-only ~ .form-control-feedback {
+  top: 0;
 }
-small {
-  font-size: 80%;
+.help-block {
+  display: block;
+  margin-top: 5px;
+  margin-bottom: 10px;
+  color: #737373;
 }
-sub,
-sup {
-  font-size: 75%;
-  line-height: 0;
-  position: relative;
-  vertical-align: baseline;
+@media (min-width: 768px) {
+  .form-inline .form-group {
+    display: inline-block;
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .form-inline .form-control {
+    display: inline-block;
+    width: auto;
+    vertical-align: middle;
+  }
+  .form-inline .form-control-static {
+    display: inline-block;
+  }
+  .form-inline .input-group {
+    display: inline-table;
+    vertical-align: middle;
+  }
+  .form-inline .input-group .input-group-addon,
+  .form-inline .input-group .input-group-btn,
+  .form-inline .input-group .form-control {
+    width: auto;
+  }
+  .form-inline .input-group > .form-control {
+    width: 100%;
+  }
+  .form-inline .control-label {
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .form-inline .radio,
+  .form-inline .checkbox {
+    display: inline-block;
+    margin-top: 0;
+    margin-bottom: 0;
+    vertical-align: middle;
+  }
+  .form-inline .radio label,
+  .form-inline .checkbox label {
+    padding-left: 0;
+  }
+  .form-inline .radio input[type="radio"],
+  .form-inline .checkbox input[type="checkbox"] {
+    position: relative;
+    margin-left: 0;
+  }
+  .form-inline .has-feedback .form-control-feedback {
+    top: 0;
+  }
 }
-sup {
-  top: -0.5em;
+.form-horizontal .radio,
+.form-horizontal .checkbox,
+.form-horizontal .radio-inline,
+.form-horizontal .checkbox-inline {
+  margin-top: 0;
+  margin-bottom: 0;
+  padding-top: 7px;
 }
-sub {
-  bottom: -0.25em;
+.form-horizontal .radio,
+.form-horizontal .checkbox {
+  min-height: 27px;
 }
-img {
-  border: 0;
+.form-horizontal .form-group {
+  margin-left: -15px;
+  margin-right: -15px;
 }
-svg:not(:root) {
-  overflow: hidden;
+@media (min-width: 768px) {
+  .form-horizontal .control-label {
+    text-align: right;
+    margin-bottom: 0;
+    padding-top: 7px;
+  }
 }
-figure {
-  margin: 1em 40px;
+.form-horizontal .has-feedback .form-control-feedback {
+  right: 15px;
 }
-hr {
-  box-sizing: content-box;
-  height: 0;
+@media (min-width: 768px) {
+  .form-horizontal .form-group-lg .control-label {
+    padding-top: 11px;
+    font-size: 18px;
+  }
 }
-pre {
-  overflow: auto;
+@media (min-width: 768px) {
+  .form-horizontal .form-group-sm .control-label {
+    padding-top: 6px;
+    font-size: 12px;
+  }
 }
-code,
-kbd,
-pre,
-samp {
-  font-family: monospace, monospace;
-  font-size: 1em;
+.btn {
+  display: inline-block;
+  margin-bottom: 0;
+  font-weight: normal;
+  text-align: center;
+  vertical-align: middle;
+  touch-action: manipulation;
+  cursor: pointer;
+  background-image: none;
+  border: 1px solid transparent;
+  white-space: nowrap;
+  padding: 6px 12px;
+  font-size: 14px;
+  line-height: 1.42857143;
+  border-radius: 4px;
+  -webkit-user-select: none;
+  -moz-user-select: none;
+  -ms-user-select: none;
+  user-select: none;
 }
-button,
-input,
-optgroup,
-select,
-te

<TRUNCATED>
http://git-wip-us.apache.org/repos/asf/flink/blob/1ea5e138/flink-runtime-web/web-dashboard/web/fonts/FontAwesome.otf
----------------------------------------------------------------------
diff --git a/flink-runtime-web/web-dashboard/web/fonts/FontAwesome.otf 
b/flink-runtime-web/web-dashboard/web/fonts/FontAwesome.otf
index f7936cc..3ed7f8b 100644
Binary files a/flink-runtime-web/web-dashboard/web/fonts/FontAwesome.otf and 
b/flink-runtime-web/web-dashboard/web/fonts/FontAwesome.otf differ

Reply via email to