http://git-wip-us.apache.org/repos/asf/ambari/blob/2a77e39c/ambari-web/vendor/styles/bootstrap.css
----------------------------------------------------------------------
diff --git a/ambari-web/vendor/styles/bootstrap.css 
b/ambari-web/vendor/styles/bootstrap.css
index cd0d25a..1181a7d 100644
--- a/ambari-web/vendor/styles/bootstrap.css
+++ b/ambari-web/vendor/styles/bootstrap.css
@@ -1,13 +1,17 @@
 /*!
- * Bootstrap v2.1.1
- *
- * Copyright 2012 Twitter, Inc
- * Licensed under the Apache License v2.0
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
+ * Copyright 2011-2016 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
-
+/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
+html {
+  font-family: sans-serif;
+  -webkit-text-size-adjust: 100%;
+  -ms-text-size-adjust: 100%;
+}
+body {
+  margin: 0;
+}
 article,
 aside,
 details,
@@ -16,40 +20,56 @@ figure,
 footer,
 header,
 hgroup,
+main,
+menu,
 nav,
-section {
+section,
+summary {
   display: block;
 }
-
 audio,
 canvas,
+progress,
 video {
   display: inline-block;
-  *display: inline;
-  *zoom: 1;
+  vertical-align: baseline;
 }
-
 audio:not([controls]) {
   display: none;
+  height: 0;
 }
-
-html {
-  font-size: 100%;
-  -webkit-text-size-adjust: 100%;
-      -ms-text-size-adjust: 100%;
+[hidden],
+template {
+  display: none;
 }
-
-a:focus {
-  outline: thin dotted #333;
-  outline: 5px auto -webkit-focus-ring-color;
-  outline-offset: -2px;
+a {
+  background-color: transparent;
 }
-
-a:hover,
-a:active {
+a:active,
+a:hover {
   outline: 0;
 }
-
+abbr[title] {
+  border-bottom: 1px dotted;
+}
+b,
+strong {
+  font-weight: bold;
+}
+dfn {
+  font-style: italic;
+}
+h1 {
+  margin: .67em 0;
+  font-size: 2em;
+}
+mark {
+  color: #000;
+  background: #ff0;
+}
+small {
+  font-size: 80%;
+}
 sub,
 sup {
   position: relative;
@@ -57,4833 +77,5843 @@ sup {
   line-height: 0;
   vertical-align: baseline;
 }
-
 sup {
-  top: -0.5em;
+  top: -.5em;
 }
-
 sub {
-  bottom: -0.25em;
+  bottom: -.25em;
 }
-
 img {
-  width: auto\9;
-  height: auto;
-  max-width: 100%;
-  vertical-align: middle;
   border: 0;
-  -ms-interpolation-mode: bicubic;
 }
-
-#map_canvas img {
-  max-width: none;
+svg:not(:root) {
+  overflow: hidden;
+}
+figure {
+  margin: 1em 40px;
+}
+hr {
+  height: 0;
+  -webkit-box-sizing: content-box;
+  -moz-box-sizing: content-box;
+  box-sizing: content-box;
+}
+pre {
+  overflow: auto;
+}
+code,
+kbd,
+pre,
+samp {
+  font-family: monospace, monospace;
+  font-size: 1em;
 }
-
 button,
 input,
+optgroup,
 select,
 textarea {
   margin: 0;
-  font-size: 100%;
-  vertical-align: middle;
+  font: inherit;
+  color: inherit;
+}
+button {
+  overflow: visible;
 }
-
 button,
-input {
-  *overflow: visible;
-  line-height: normal;
+select {
+  text-transform: none;
+}
+button,
+html input[type="button"],
+input[type="reset"],
+input[type="submit"] {
+  -webkit-appearance: button;
+  cursor: pointer;
+}
+button[disabled],
+html input[disabled] {
+  cursor: default;
 }
-
 button::-moz-focus-inner,
 input::-moz-focus-inner {
   padding: 0;
   border: 0;
 }
-
-button,
-input[type="button"],
-input[type="reset"],
-input[type="submit"] {
-  cursor: pointer;
-  -webkit-appearance: button;
+input {
+  line-height: normal;
+}
+input[type="checkbox"],
+input[type="radio"] {
+  -webkit-box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
+  padding: 0;
+}
+input[type="number"]::-webkit-inner-spin-button,
+input[type="number"]::-webkit-outer-spin-button {
+  height: auto;
 }
-
 input[type="search"] {
   -webkit-box-sizing: content-box;
-     -moz-box-sizing: content-box;
-          box-sizing: content-box;
+  -moz-box-sizing: content-box;
+  box-sizing: content-box;
   -webkit-appearance: textfield;
 }
-
-input[type="search"]::-webkit-search-decoration,
-input[type="search"]::-webkit-search-cancel-button {
+input[type="search"]::-webkit-search-cancel-button,
+input[type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
 }
-
+fieldset {
+  padding: .35em .625em .75em;
+  margin: 0 2px;
+  border: 1px solid #c0c0c0;
+}
+legend {
+  padding: 0;
+  border: 0;
+}
 textarea {
   overflow: auto;
-  vertical-align: top;
 }
-
-.clearfix {
-  *zoom: 1;
+optgroup {
+  font-weight: bold;
 }
-
-.clearfix:before,
-.clearfix:after {
-  display: table;
-  line-height: 0;
-  content: "";
+table {
+  border-spacing: 0;
+  border-collapse: collapse;
 }
-
-.clearfix:after {
-  clear: both;
+td,
+th {
+  padding: 0;
 }
+/*! Source: 
https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
+@media print {
+  *,
+  *:before,
+  *:after {
+    color: #000 !important;
+    text-shadow: none !important;
+    background: transparent !important;
+    -webkit-box-shadow: none !important;
+    box-shadow: none !important;
+  }
+  a,
+  a:visited {
+    text-decoration: underline;
+  }
+  a[href]:after {
+    content: " (" attr(href) ")";
+  }
+  abbr[title]:after {
+    content: " (" attr(title) ")";
+  }
+  a[href^="#"]:after,
+  a[href^="javascript:"]:after {
+    content: "";
+  }
+  pre,
+  blockquote {
+    border: 1px solid #999;
 
-.hide-text {
-  font: 0/0 a;
-  color: transparent;
-  text-shadow: none;
-  background-color: transparent;
-  border: 0;
+    page-break-inside: avoid;
+  }
+  thead {
+    display: table-header-group;
+  }
+  tr,
+  img {
+    page-break-inside: avoid;
+  }
+  img {
+    max-width: 100% !important;
+  }
+  p,
+  h2,
+  h3 {
+    orphans: 3;
+    widows: 3;
+  }
+  h2,
+  h3 {
+    page-break-after: avoid;
+  }
+  .navbar {
+    display: none;
+  }
+  .btn > .caret,
+  .dropup > .btn > .caret {
+    border-top-color: #000 !important;
+  }
+  .label {
+    border: 1px solid #000;
+  }
+  .table {
+    border-collapse: collapse !important;
+  }
+  .table td,
+  .table th {
+    background-color: #fff !important;
+  }
+  .table-bordered th,
+  .table-bordered td {
+    border: 1px solid #ddd !important;
+  }
 }
+@font-face {
+  font-family: 'Glyphicons Halflings';
 
-.input-block-level {
-  display: block;
-  width: 100%;
-  min-height: 30px;
-  -webkit-box-sizing: border-box;
-     -moz-box-sizing: border-box;
-          box-sizing: border-box;
+  src: url('../fonts/glyphicons-halflings-regular.eot');
+  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') 
format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') 
format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') 
format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') 
format('truetype'), 
url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') 
format('svg');
 }
+.glyphicon {
+  position: relative;
+  top: 1px;
+  display: inline-block;
+  font-family: 'Glyphicons Halflings';
+  font-style: normal;
+  font-weight: normal;
+  line-height: 1;
 
-body {
-  margin: 0;
-  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-  font-size: 14px;
-  line-height: 20px;
-  color: #333333;
-  background-color: #ffffff;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
 }
-
-a {
-  color: #0088cc;
-  text-decoration: none;
+.glyphicon-asterisk:before {
+  content: "\002a";
 }
-
-a:hover {
-  color: #005580;
-  text-decoration: underline;
+.glyphicon-plus:before {
+  content: "\002b";
 }
-
-.img-rounded {
-  -webkit-border-radius: 6px;
-     -moz-border-radius: 6px;
-          border-radius: 6px;
+.glyphicon-euro:before,
+.glyphicon-eur:before {
+  content: "\20ac";
 }
-
-.img-polaroid {
-  padding: 4px;
-  background-color: #fff;
-  border: 1px solid #ccc;
-  border: 1px solid rgba(0, 0, 0, 0.2);
-  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
+.glyphicon-minus:before {
+  content: "\2212";
 }
-
-.img-circle {
-  -webkit-border-radius: 500px;
-     -moz-border-radius: 500px;
-          border-radius: 500px;
+.glyphicon-cloud:before {
+  content: "\2601";
 }
-
-.row {
-  margin-left: -20px;
-  *zoom: 1;
+.glyphicon-envelope:before {
+  content: "\2709";
 }
-
-.row:before,
-.row:after {
-  display: table;
-  line-height: 0;
-  content: "";
+.glyphicon-pencil:before {
+  content: "\270f";
 }
-
-.row:after {
-  clear: both;
+.glyphicon-glass:before {
+  content: "\e001";
 }
-
-[class*="span"] {
-  float: left;
-  min-height: 1px;
-  margin-left: 20px;
+.glyphicon-music:before {
+  content: "\e002";
 }
-
-.container,
-.navbar-static-top .container,
-.navbar-fixed-top .container,
-.navbar-fixed-bottom .container {
-  width: 940px;
+.glyphicon-search:before {
+  content: "\e003";
 }
-
-.span12 {
-  width: 940px;
+.glyphicon-heart:before {
+  content: "\e005";
 }
-
-.span11 {
-  width: 860px;
+.glyphicon-star:before {
+  content: "\e006";
 }
-
-.span10 {
-  width: 780px;
+.glyphicon-star-empty:before {
+  content: "\e007";
 }
-
-.span9 {
-  width: 700px;
+.glyphicon-user:before {
+  content: "\e008";
 }
-
-.span8 {
-  width: 620px;
+.glyphicon-film:before {
+  content: "\e009";
 }
-
-.span7 {
-  width: 540px;
+.glyphicon-th-large:before {
+  content: "\e010";
 }
-
-.span6 {
-  width: 460px;
+.glyphicon-th:before {
+  content: "\e011";
 }
-
-.span5 {
-  width: 380px;
+.glyphicon-th-list:before {
+  content: "\e012";
 }
-
-.span4 {
-  width: 300px;
+.glyphicon-ok:before {
+  content: "\e013";
 }
-
-.span3 {
-  width: 220px;
+.glyphicon-remove:before {
+  content: "\e014";
 }
-
-.span2 {
-  width: 140px;
+.glyphicon-zoom-in:before {
+  content: "\e015";
 }
-
-.span1 {
-  width: 60px;
+.glyphicon-zoom-out:before {
+  content: "\e016";
 }
-
-.offset12 {
-  margin-left: 980px;
+.glyphicon-off:before {
+  content: "\e017";
 }
-
-.offset11 {
-  margin-left: 900px;
+.glyphicon-signal:before {
+  content: "\e018";
 }
-
-.offset10 {
-  margin-left: 820px;
+.glyphicon-cog:before {
+  content: "\e019";
 }
-
-.offset9 {
-  margin-left: 740px;
+.glyphicon-trash:before {
+  content: "\e020";
 }
-
-.offset8 {
-  margin-left: 660px;
+.glyphicon-home:before {
+  content: "\e021";
 }
-
-.offset7 {
-  margin-left: 580px;
+.glyphicon-file:before {
+  content: "\e022";
 }
-
-.offset6 {
-  margin-left: 500px;
+.glyphicon-time:before {
+  content: "\e023";
 }
-
-.offset5 {
-  margin-left: 420px;
+.glyphicon-road:before {
+  content: "\e024";
 }
-
-.offset4 {
-  margin-left: 340px;
+.glyphicon-download-alt:before {
+  content: "\e025";
 }
-
-.offset3 {
-  margin-left: 260px;
+.glyphicon-download:before {
+  content: "\e026";
 }
-
-.offset2 {
-  margin-left: 180px;
+.glyphicon-upload:before {
+  content: "\e027";
 }
-
-.offset1 {
-  margin-left: 100px;
+.glyphicon-inbox:before {
+  content: "\e028";
 }
-
-.row-fluid {
-  width: 100%;
-  *zoom: 1;
+.glyphicon-play-circle:before {
+  content: "\e029";
 }
-
-.row-fluid:before,
-.row-fluid:after {
-  display: table;
-  line-height: 0;
-  content: "";
+.glyphicon-repeat:before {
+  content: "\e030";
 }
-
-.row-fluid:after {
-  clear: both;
+.glyphicon-refresh:before {
+  content: "\e031";
 }
-
-.row-fluid [class*="span"] {
-  display: block;
-  float: left;
-  width: 100%;
-  min-height: 30px;
-  margin-left: 2.127659574468085%;
-  *margin-left: 2.074468085106383%;
-  -webkit-box-sizing: border-box;
-     -moz-box-sizing: border-box;
-          box-sizing: border-box;
+.glyphicon-list-alt:before {
+  content: "\e032";
 }
-
-.row-fluid [class*="span"]:first-child {
-  margin-left: 0;
+.glyphicon-lock:before {
+  content: "\e033";
 }
-
-.row-fluid .span12 {
-  width: 100%;
-  *width: 99.94680851063829%;
+.glyphicon-flag:before {
+  content: "\e034";
 }
-
-.row-fluid .span11 {
-  width: 91.48936170212765%;
-  *width: 91.43617021276594%;
+.glyphicon-headphones:before {
+  content: "\e035";
 }
-
-.row-fluid .span10 {
-  width: 82.97872340425532%;
-  *width: 82.92553191489361%;
+.glyphicon-volume-off:before {
+  content: "\e036";
 }
-
-.row-fluid .span9 {
-  width: 74.46808510638297%;
-  *width: 74.41489361702126%;
+.glyphicon-volume-down:before {
+  content: "\e037";
 }
-
-.row-fluid .span8 {
-  width: 65.95744680851064%;
-  *width: 65.90425531914893%;
+.glyphicon-volume-up:before {
+  content: "\e038";
 }
-
-.row-fluid .span7 {
-  width: 57.44680851063829%;
-  *width: 57.39361702127659%;
+.glyphicon-qrcode:before {
+  content: "\e039";
 }
-
-.row-fluid .span6 {
-  width: 48.93617021276595%;
-  *width: 48.88297872340425%;
+.glyphicon-barcode:before {
+  content: "\e040";
 }
-
-.row-fluid .span5 {
-  width: 40.42553191489362%;
-  *width: 40.37234042553192%;
+.glyphicon-tag:before {
+  content: "\e041";
 }
-
-.row-fluid .span4 {
-  width: 31.914893617021278%;
-  *width: 31.861702127659576%;
+.glyphicon-tags:before {
+  content: "\e042";
 }
-
-.row-fluid .span3 {
-  width: 23.404255319148934%;
-  *width: 23.351063829787233%;
+.glyphicon-book:before {
+  content: "\e043";
 }
-
-.row-fluid .span2 {
-  width: 14.893617021276595%;
-  *width: 14.840425531914894%;
+.glyphicon-bookmark:before {
+  content: "\e044";
 }
-
-.row-fluid .span1 {
-  width: 6.382978723404255%;
-  *width: 6.329787234042553%;
+.glyphicon-print:before {
+  content: "\e045";
 }
-
-.row-fluid .offset12 {
-  margin-left: 104.25531914893617%;
-  *margin-left: 104.14893617021275%;
+.glyphicon-camera:before {
+  content: "\e046";
 }
-
-.row-fluid .offset12:first-child {
-  margin-left: 102.12765957446808%;
-  *margin-left: 102.02127659574467%;
+.glyphicon-font:before {
+  content: "\e047";
 }
-
-.row-fluid .offset11 {
-  margin-left: 95.74468085106382%;
-  *margin-left: 95.6382978723404%;
+.glyphicon-bold:before {
+  content: "\e048";
 }
-
-.row-fluid .offset11:first-child {
-  margin-left: 93.61702127659574%;
-  *margin-left: 93.51063829787232%;
+.glyphicon-italic:before {
+  content: "\e049";
 }
-
-.row-fluid .offset10 {
-  margin-left: 87.23404255319149%;
-  *margin-left: 87.12765957446807%;
+.glyphicon-text-height:before {
+  content: "\e050";
 }
-
-.row-fluid .offset10:first-child {
-  margin-left: 85.1063829787234%;
-  *margin-left: 84.99999999999999%;
+.glyphicon-text-width:before {
+  content: "\e051";
 }
-
-.row-fluid .offset9 {
-  margin-left: 78.72340425531914%;
-  *margin-left: 78.61702127659572%;
+.glyphicon-align-left:before {
+  content: "\e052";
 }
-
-.row-fluid .offset9:first-child {
-  margin-left: 76.59574468085106%;
-  *margin-left: 76.48936170212764%;
+.glyphicon-align-center:before {
+  content: "\e053";
 }
-
-.row-fluid .offset8 {
-  margin-left: 70.2127659574468%;
-  *margin-left: 70.10638297872339%;
+.glyphicon-align-right:before {
+  content: "\e054";
 }
-
-.row-fluid .offset8:first-child {
-  margin-left: 68.08510638297872%;
-  *margin-left: 67.9787234042553%;
+.glyphicon-align-justify:before {
+  content: "\e055";
 }
-
-.row-fluid .offset7 {
-  margin-left: 61.70212765957446%;
-  *margin-left: 61.59574468085106%;
+.glyphicon-list:before {
+  content: "\e056";
 }
-
-.row-fluid .offset7:first-child {
-  margin-left: 59.574468085106375%;
-  *margin-left: 59.46808510638297%;
+.glyphicon-indent-left:before {
+  content: "\e057";
 }
-
-.row-fluid .offset6 {
-  margin-left: 53.191489361702125%;
-  *margin-left: 53.085106382978715%;
+.glyphicon-indent-right:before {
+  content: "\e058";
 }
-
-.row-fluid .offset6:first-child {
-  margin-left: 51.063829787234035%;
-  *margin-left: 50.95744680851063%;
+.glyphicon-facetime-video:before {
+  content: "\e059";
 }
-
-.row-fluid .offset5 {
-  margin-left: 44.68085106382979%;
-  *margin-left: 44.57446808510638%;
+.glyphicon-picture:before {
+  content: "\e060";
 }
-
-.row-fluid .offset5:first-child {
-  margin-left: 42.5531914893617%;
-  *margin-left: 42.4468085106383%;
+.glyphicon-map-marker:before {
+  content: "\e062";
 }
-
-.row-fluid .offset4 {
-  margin-left: 36.170212765957444%;
-  *margin-left: 36.06382978723405%;
+.glyphicon-adjust:before {
+  content: "\e063";
 }
-
-.row-fluid .offset4:first-child {
-  margin-left: 34.04255319148936%;
-  *margin-left: 33.93617021276596%;
+.glyphicon-tint:before {
+  content: "\e064";
 }
-
-.row-fluid .offset3 {
-  margin-left: 27.659574468085104%;
-  *margin-left: 27.5531914893617%;
+.glyphicon-edit:before {
+  content: "\e065";
 }
-
-.row-fluid .offset3:first-child {
-  margin-left: 25.53191489361702%;
-  *margin-left: 25.425531914893618%;
+.glyphicon-share:before {
+  content: "\e066";
 }
-
-.row-fluid .offset2 {
-  margin-left: 19.148936170212764%;
-  *margin-left: 19.04255319148936%;
+.glyphicon-check:before {
+  content: "\e067";
 }
-
-.row-fluid .offset2:first-child {
-  margin-left: 17.02127659574468%;
-  *margin-left: 16.914893617021278%;
+.glyphicon-move:before {
+  content: "\e068";
 }
-
-.row-fluid .offset1 {
-  margin-left: 10.638297872340425%;
-  *margin-left: 10.53191489361702%;
+.glyphicon-step-backward:before {
+  content: "\e069";
 }
-
-.row-fluid .offset1:first-child {
-  margin-left: 8.51063829787234%;
-  *margin-left: 8.404255319148938%;
+.glyphicon-fast-backward:before {
+  content: "\e070";
 }
-
-[class*="span"].hide,
-.row-fluid [class*="span"].hide {
-  display: none;
+.glyphicon-backward:before {
+  content: "\e071";
 }
-
-[class*="span"].pull-right,
-.row-fluid [class*="span"].pull-right {
-  float: right;
+.glyphicon-play:before {
+  content: "\e072";
 }
-
-.container {
-  margin-right: auto;
-  margin-left: auto;
-  *zoom: 1;
+.glyphicon-pause:before {
+  content: "\e073";
 }
-
-.container:before,
-.container:after {
-  display: table;
-  line-height: 0;
-  content: "";
+.glyphicon-stop:before {
+  content: "\e074";
 }
-
-.container:after {
-  clear: both;
+.glyphicon-forward:before {
+  content: "\e075";
 }
-
-.container-fluid {
-  padding-right: 20px;
-  padding-left: 20px;
-  *zoom: 1;
+.glyphicon-fast-forward:before {
+  content: "\e076";
 }
-
-.container-fluid:before,
-.container-fluid:after {
-  display: table;
-  line-height: 0;
-  content: "";
+.glyphicon-step-forward:before {
+  content: "\e077";
 }
-
-.container-fluid:after {
-  clear: both;
+.glyphicon-eject:before {
+  content: "\e078";
 }
-
-p {
-  margin: 0 0 10px;
+.glyphicon-chevron-left:before {
+  content: "\e079";
 }
-
-.lead {
-  margin-bottom: 20px;
-  font-size: 21px;
-  font-weight: 200;
-  line-height: 30px;
+.glyphicon-chevron-right:before {
+  content: "\e080";
 }
-
-small {
-  font-size: 85%;
+.glyphicon-plus-sign:before {
+  content: "\e081";
 }
-
-strong {
-  font-weight: bold;
+.glyphicon-minus-sign:before {
+  content: "\e082";
 }
-
-em {
-  font-style: italic;
+.glyphicon-remove-sign:before {
+  content: "\e083";
 }
-
-cite {
-  font-style: normal;
+.glyphicon-ok-sign:before {
+  content: "\e084";
 }
-
-.muted {
-  color: #999999;
+.glyphicon-question-sign:before {
+  content: "\e085";
 }
-
-.text-warning {
-  color: #c09853;
+.glyphicon-info-sign:before {
+  content: "\e086";
 }
-
-.text-error {
-  color: #b94a48;
+.glyphicon-screenshot:before {
+  content: "\e087";
 }
-
-.text-info {
-  color: #3a87ad;
+.glyphicon-remove-circle:before {
+  content: "\e088";
 }
-
-.text-success {
-  color: #468847;
+.glyphicon-ok-circle:before {
+  content: "\e089";
 }
-
-h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
-  margin: 10px 0;
-  font-family: inherit;
-  font-weight: bold;
-  line-height: 1;
-  color: inherit;
-  text-rendering: optimizelegibility;
+.glyphicon-ban-circle:before {
+  content: "\e090";
 }
-
-h1 small,
-h2 small,
-h3 small,
-h4 small,
-h5 small,
-h6 small {
-  font-weight: normal;
-  line-height: 1;
-  color: #999999;
+.glyphicon-arrow-left:before {
+  content: "\e091";
 }
-
-h1 {
-  font-size: 36px;
-  line-height: 40px;
+.glyphicon-arrow-right:before {
+  content: "\e092";
 }
-
-h2 {
-  font-size: 30px;
-  line-height: 40px;
+.glyphicon-arrow-up:before {
+  content: "\e093";
 }
-
-h3 {
-  font-size: 24px;
-  line-height: 40px;
+.glyphicon-arrow-down:before {
+  content: "\e094";
 }
-
-h4 {
-  font-size: 18px;
-  line-height: 20px;
+.glyphicon-share-alt:before {
+  content: "\e095";
 }
-
-h5 {
-  font-size: 14px;
-  line-height: 20px;
+.glyphicon-resize-full:before {
+  content: "\e096";
 }
-
-h6 {
-  font-size: 12px;
-  line-height: 20px;
+.glyphicon-resize-small:before {
+  content: "\e097";
 }
-
-h1 small {
-  font-size: 24px;
+.glyphicon-exclamation-sign:before {
+  content: "\e101";
 }
-
-h2 small {
-  font-size: 18px;
+.glyphicon-gift:before {
+  content: "\e102";
 }
-
-h3 small {
-  font-size: 14px;
+.glyphicon-leaf:before {
+  content: "\e103";
 }
-
-h4 small {
-  font-size: 14px;
+.glyphicon-fire:before {
+  content: "\e104";
 }
-
-.page-header {
-  padding-bottom: 9px;
-  margin: 20px 0 30px;
-  border-bottom: 1px solid #eeeeee;
+.glyphicon-eye-open:before {
+  content: "\e105";
 }
-
-ul,
-ol {
-  padding: 0;
-  margin: 0 0 10px 25px;
+.glyphicon-eye-close:before {
+  content: "\e106";
 }
-
-ul ul,
-ul ol,
-ol ol,
-ol ul {
-  margin-bottom: 0;
+.glyphicon-warning-sign:before {
+  content: "\e107";
 }
-
-li {
-  line-height: 20px;
+.glyphicon-plane:before {
+  content: "\e108";
 }
-
-ul.unstyled,
-ol.unstyled {
-  margin-left: 0;
-  list-style: none;
+.glyphicon-calendar:before {
+  content: "\e109";
 }
-
-dl {
-  margin-bottom: 20px;
+.glyphicon-random:before {
+  content: "\e110";
 }
-
-dt,
-dd {
-  line-height: 20px;
+.glyphicon-comment:before {
+  content: "\e111";
 }
-
-dt {
-  font-weight: bold;
+.glyphicon-magnet:before {
+  content: "\e112";
 }
-
-dd {
-  margin-left: 10px;
+.glyphicon-chevron-up:before {
+  content: "\e113";
 }
-
-.dl-horizontal {
-  *zoom: 1;
+.glyphicon-chevron-down:before {
+  content: "\e114";
 }
-
-.dl-horizontal:before,
-.dl-horizontal:after {
-  display: table;
-  line-height: 0;
-  content: "";
+.glyphicon-retweet:before {
+  content: "\e115";
 }
-
-.dl-horizontal:after {
-  clear: both;
+.glyphicon-shopping-cart:before {
+  content: "\e116";
 }
-
-.dl-horizontal dt {
-  float: left;
-  width: 160px;
-  overflow: hidden;
-  clear: left;
-  text-align: right;
-  text-overflow: ellipsis;
-  white-space: nowrap;
+.glyphicon-folder-close:before {
+  content: "\e117";
 }
-
-.dl-horizontal dd {
-  margin-left: 180px;
+.glyphicon-folder-open:before {
+  content: "\e118";
 }
-
-hr {
-  margin: 20px 0;
-  border: 0;
-  border-top: 1px solid #eeeeee;
-  border-bottom: 1px solid #ffffff;
+.glyphicon-resize-vertical:before {
+  content: "\e119";
 }
-
-abbr[title] {
-  cursor: help;
-  border-bottom: 1px dotted #999999;
+.glyphicon-resize-horizontal:before {
+  content: "\e120";
 }
-
-abbr.initialism {
-  font-size: 90%;
-  text-transform: uppercase;
+.glyphicon-hdd:before {
+  content: "\e121";
 }
-
-blockquote {
-  padding: 0 0 0 15px;
-  margin: 0 0 20px;
-  border-left: 5px solid #eeeeee;
+.glyphicon-bullhorn:before {
+  content: "\e122";
 }
-
-blockquote p {
-  margin-bottom: 0;
-  font-size: 16px;
-  font-weight: 300;
-  line-height: 25px;
+.glyphicon-bell:before {
+  content: "\e123";
 }
-
-blockquote small {
-  display: block;
-  line-height: 20px;
-  color: #999999;
+.glyphicon-certificate:before {
+  content: "\e124";
 }
-
-blockquote small:before {
-  content: '\2014 \00A0';
+.glyphicon-thumbs-up:before {
+  content: "\e125";
 }
-
-blockquote.pull-right {
-  float: right;
-  padding-right: 15px;
-  padding-left: 0;
-  border-right: 5px solid #eeeeee;
-  border-left: 0;
+.glyphicon-thumbs-down:before {
+  content: "\e126";
 }
-
-blockquote.pull-right p,
-blockquote.pull-right small {
-  text-align: right;
+.glyphicon-hand-right:before {
+  content: "\e127";
 }
-
-blockquote.pull-right small:before {
-  content: '';
+.glyphicon-hand-left:before {
+  content: "\e128";
 }
-
-blockquote.pull-right small:after {
-  content: '\00A0 \2014';
+.glyphicon-hand-up:before {
+  content: "\e129";
 }
-
-q:before,
-q:after,
-blockquote:before,
-blockquote:after {
-  content: "";
+.glyphicon-hand-down:before {
+  content: "\e130";
 }
-
-address {
-  display: block;
-  margin-bottom: 20px;
-  font-style: normal;
-  line-height: 20px;
+.glyphicon-circle-arrow-right:before {
+  content: "\e131";
 }
-
-code,
-pre {
-  padding: 0 3px 2px;
-  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
-  font-size: 12px;
-  color: #333333;
-  -webkit-border-radius: 3px;
-     -moz-border-radius: 3px;
-          border-radius: 3px;
+.glyphicon-circle-arrow-left:before {
+  content: "\e132";
 }
-
-code {
-  padding: 2px 4px;
-  color: #d14;
-  background-color: #f7f7f9;
-  border: 1px solid #e1e1e8;
+.glyphicon-circle-arrow-up:before {
+  content: "\e133";
 }
-
-pre {
-  display: block;
-  padding: 9.5px;
-  margin: 0 0 10px;
-  font-size: 13px;
-  line-height: 20px;
-  word-break: break-all;
-  word-wrap: break-word;
-  white-space: pre;
-  white-space: pre-wrap;
-  background-color: #f5f5f5;
-  border: 1px solid #ccc;
-  border: 1px solid rgba(0, 0, 0, 0.15);
-  -webkit-border-radius: 4px;
-     -moz-border-radius: 4px;
-          border-radius: 4px;
+.glyphicon-circle-arrow-down:before {
+  content: "\e134";
 }
-
-pre.prettyprint {
-  margin-bottom: 20px;
+.glyphicon-globe:before {
+  content: "\e135";
 }
-
-pre code {
-  padding: 0;
-  color: inherit;
-  background-color: transparent;
-  border: 0;
+.glyphicon-wrench:before {
+  content: "\e136";
 }
-
-.pre-scrollable {
-  max-height: 340px;
-  overflow-y: scroll;
+.glyphicon-tasks:before {
+  content: "\e137";
 }
-
-form {
-  margin: 0 0 20px;
+.glyphicon-filter:before {
+  content: "\e138";
 }
-
-fieldset {
-  padding: 0;
-  margin: 0;
-  border: 0;
+.glyphicon-briefcase:before {
+  content: "\e139";
 }
-
-legend {
-  display: block;
-  width: 100%;
-  padding: 0;
-  margin-bottom: 20px;
-  font-size: 21px;
-  line-height: 40px;
-  color: #333333;
-  border: 0;
-  border-bottom: 1px solid #e5e5e5;
+.glyphicon-fullscreen:before {
+  content: "\e140";
 }
-
-legend small {
-  font-size: 15px;
-  color: #999999;
+.glyphicon-dashboard:before {
+  content: "\e141";
 }
-
-label,
-input,
-button,
-select,
-textarea {
-  font-size: 14px;
-  font-weight: normal;
-  line-height: 20px;
+.glyphicon-paperclip:before {
+  content: "\e142";
 }
-
-input,
-button,
-select,
-textarea {
-  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+.glyphicon-heart-empty:before {
+  content: "\e143";
 }
-
-label {
-  display: block;
-  margin-bottom: 5px;
+.glyphicon-link:before {
+  content: "\e144";
 }
-
-select,
-textarea,
-input[type="text"],
-input[type="password"],
-input[type="datetime"],
-input[type="datetime-local"],
-input[type="date"],
-input[type="month"],
-input[type="time"],
-input[type="week"],
-input[type="number"],
-input[type="email"],
-input[type="url"],
-input[type="search"],
-input[type="tel"],
-input[type="color"],
-.uneditable-input {
-  display: inline-block;
-  height: 20px;
-  padding: 4px 6px;
-  margin-bottom: 9px;
-  font-size: 14px;
-  line-height: 20px;
-  color: #555555;
-  -webkit-border-radius: 3px;
-     -moz-border-radius: 3px;
-          border-radius: 3px;
+.glyphicon-phone:before {
+  content: "\e145";
 }
-
-input,
-textarea,
-.uneditable-input {
-  width: 206px;
+.glyphicon-pushpin:before {
+  content: "\e146";
 }
-
-textarea {
-  height: auto;
+.glyphicon-usd:before {
+  content: "\e148";
 }
-
-textarea,
-input[type="text"],
-input[type="password"],
-input[type="datetime"],
-input[type="datetime-local"],
-input[type="date"],
-input[type="month"],
-input[type="time"],
-input[type="week"],
-input[type="number"],
-input[type="email"],
-input[type="url"],
-input[type="search"],
-input[type="tel"],
-input[type="color"],
-.uneditable-input {
-  background-color: #ffffff;
-  border: 1px solid #cccccc;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-     -moz-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 linear 0.2s, box-shadow linear 0.2s;
-     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
-          transition: border linear 0.2s, box-shadow linear 0.2s;
+.glyphicon-gbp:before {
+  content: "\e149";
 }
-
-textarea:focus,
-input[type="text"]:focus,
-input[type="password"]:focus,
-input[type="datetime"]:focus,
-input[type="datetime-local"]:focus,
-input[type="date"]:focus,
-input[type="month"]:focus,
-input[type="time"]:focus,
-input[type="week"]:focus,
-input[type="number"]:focus,
-input[type="email"]:focus,
-input[type="url"]:focus,
-input[type="search"]:focus,
-input[type="tel"]:focus,
-input[type="color"]:focus,
-.uneditable-input:focus {
-  border-color: rgba(82, 168, 236, 0.8);
-  outline: 0;
-  outline: thin dotted \9;
-  /* IE6-9 */
-
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 
168, 236, 0.6);
-     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 
168, 236, 0.6);
-          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 
168, 236, 0.6);
+.glyphicon-sort:before {
+  content: "\e150";
 }
-
-input[type="radio"],
-input[type="checkbox"] {
-  margin: 4px 0 0;
-  margin-top: 1px \9;
-  *margin-top: 0;
-  line-height: normal;
-  cursor: pointer;
-}
-
-input[type="file"],
-input[type="image"],
-input[type="submit"],
-input[type="reset"],
-input[type="button"],
-input[type="radio"],
-input[type="checkbox"] {
-  width: auto;
-}
-
-select,
-input[type="file"] {
-  height: 30px;
-  /* In IE7, the height of the select element cannot be changed by height, 
only font-size */
-
-  *margin-top: 4px;
-  /* For IE7, add top margin to align select with labels */
-
-  line-height: 30px;
+.glyphicon-sort-by-alphabet:before {
+  content: "\e151";
 }
-
-select {
-  width: 220px;
-  background-color: #ffffff;
-  border: 1px solid #cccccc;
+.glyphicon-sort-by-alphabet-alt:before {
+  content: "\e152";
 }
-
-select[multiple],
-select[size] {
-  height: auto;
+.glyphicon-sort-by-order:before {
+  content: "\e153";
 }
-
-select:focus,
-input[type="file"]:focus,
-input[type="radio"]:focus,
-input[type="checkbox"]:focus {
-  outline: thin dotted #333;
-  outline: 5px auto -webkit-focus-ring-color;
-  outline-offset: -2px;
+.glyphicon-sort-by-order-alt:before {
+  content: "\e154";
 }
-
-.uneditable-input,
-.uneditable-textarea {
-  color: #999999;
-  cursor: not-allowed;
-  background-color: #fcfcfc;
-  border-color: #cccccc;
-  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
-     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
-          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
+.glyphicon-sort-by-attributes:before {
+  content: "\e155";
 }
-
-.uneditable-input {
-  overflow: hidden;
-  white-space: nowrap;
+.glyphicon-sort-by-attributes-alt:before {
+  content: "\e156";
 }
-
-.uneditable-textarea {
-  width: auto;
-  height: auto;
+.glyphicon-unchecked:before {
+  content: "\e157";
 }
-
-input:-moz-placeholder,
-textarea:-moz-placeholder {
-  color: #999999;
+.glyphicon-expand:before {
+  content: "\e158";
 }
-
-input:-ms-input-placeholder,
-textarea:-ms-input-placeholder {
-  color: #999999;
+.glyphicon-collapse-down:before {
+  content: "\e159";
 }
-
-input::-webkit-input-placeholder,
-textarea::-webkit-input-placeholder {
-  color: #999999;
+.glyphicon-collapse-up:before {
+  content: "\e160";
 }
-
-.radio,
-.checkbox {
-  min-height: 18px;
-  padding-left: 18px;
+.glyphicon-log-in:before {
+  content: "\e161";
 }
-
-.radio input[type="radio"],
-.checkbox input[type="checkbox"] {
-  float: left;
-  margin-left: -18px;
+.glyphicon-flash:before {
+  content: "\e162";
 }
-
-.controls > .radio:first-child,
-.controls > .checkbox:first-child {
-  padding-top: 5px;
+.glyphicon-log-out:before {
+  content: "\e163";
 }
-
-.radio.inline,
-.checkbox.inline {
-  display: inline-block;
-  padding-top: 5px;
-  margin-bottom: 0;
-  vertical-align: middle;
+.glyphicon-new-window:before {
+  content: "\e164";
 }
-
-.radio.inline + .radio.inline,
-.checkbox.inline + .checkbox.inline {
-  margin-left: 10px;
+.glyphicon-record:before {
+  content: "\e165";
 }
-
-.input-mini {
-  width: 60px;
+.glyphicon-save:before {
+  content: "\e166";
 }
-
-.input-small {
-  width: 90px;
+.glyphicon-open:before {
+  content: "\e167";
 }
-
-.input-medium {
-  width: 150px;
+.glyphicon-saved:before {
+  content: "\e168";
 }
-
-.input-large {
-  width: 210px;
+.glyphicon-import:before {
+  content: "\e169";
 }
-
-.input-xlarge {
-  width: 270px;
+.glyphicon-export:before {
+  content: "\e170";
 }
-
-.input-xxlarge {
-  width: 530px;
+.glyphicon-send:before {
+  content: "\e171";
 }
-
-input[class*="span"],
-select[class*="span"],
-textarea[class*="span"],
-.uneditable-input[class*="span"],
-.row-fluid input[class*="span"],
-.row-fluid select[class*="span"],
-.row-fluid textarea[class*="span"],
-.row-fluid .uneditable-input[class*="span"] {
-  float: none;
-  margin-left: 0;
+.glyphicon-floppy-disk:before {
+  content: "\e172";
 }
-
-.input-append input[class*="span"],
-.input-append .uneditable-input[class*="span"],
-.input-prepend input[class*="span"],
-.input-prepend .uneditable-input[class*="span"],
-.row-fluid input[class*="span"],
-.row-fluid select[class*="span"],
-.row-fluid textarea[class*="span"],
-.row-fluid .uneditable-input[class*="span"],
-.row-fluid .input-prepend [class*="span"],
-.row-fluid .input-append [class*="span"] {
-  display: inline-block;
+.glyphicon-floppy-saved:before {
+  content: "\e173";
 }
-
-input,
-textarea,
-.uneditable-input {
-  margin-left: 0;
+.glyphicon-floppy-remove:before {
+  content: "\e174";
 }
-
-.controls-row [class*="span"] + [class*="span"] {
-  margin-left: 20px;
+.glyphicon-floppy-save:before {
+  content: "\e175";
 }
-
-input.span12,
-textarea.span12,
-.uneditable-input.span12 {
-  width: 926px;
+.glyphicon-floppy-open:before {
+  content: "\e176";
 }
-
-input.span11,
-textarea.span11,
-.uneditable-input.span11 {
-  width: 846px;
+.glyphicon-credit-card:before {
+  content: "\e177";
 }
-
-input.span10,
-textarea.span10,
-.uneditable-input.span10 {
-  width: 766px;
+.glyphicon-transfer:before {
+  content: "\e178";
 }
-
-input.span9,
-textarea.span9,
-.uneditable-input.span9 {
-  width: 686px;
+.glyphicon-cutlery:before {
+  content: "\e179";
 }
-
-input.span8,
-textarea.span8,
-.uneditable-input.span8 {
-  width: 606px;
+.glyphicon-header:before {
+  content: "\e180";
 }
-
-input.span7,
-textarea.span7,
-.uneditable-input.span7 {
-  width: 526px;
+.glyphicon-compressed:before {
+  content: "\e181";
 }
-
-input.span6,
-textarea.span6,
-.uneditable-input.span6 {
-  width: 446px;
+.glyphicon-earphone:before {
+  content: "\e182";
 }
-
-input.span5,
-textarea.span5,
-.uneditable-input.span5 {
-  width: 366px;
+.glyphicon-phone-alt:before {
+  content: "\e183";
 }
-
-input.span4,
-textarea.span4,
-.uneditable-input.span4 {
-  width: 286px;
+.glyphicon-tower:before {
+  content: "\e184";
 }
-
-input.span3,
-textarea.span3,
-.uneditable-input.span3 {
-  width: 206px;
+.glyphicon-stats:before {
+  content: "\e185";
 }
-
-input.span2,
-textarea.span2,
-.uneditable-input.span2 {
-  width: 126px;
+.glyphicon-sd-video:before {
+  content: "\e186";
 }
-
-input.span1,
-textarea.span1,
-.uneditable-input.span1 {
-  width: 46px;
+.glyphicon-hd-video:before {
+  content: "\e187";
 }
-
-.controls-row {
-  *zoom: 1;
+.glyphicon-subtitles:before {
+  content: "\e188";
 }
-
-.controls-row:before,
-.controls-row:after {
-  display: table;
-  line-height: 0;
-  content: "";
+.glyphicon-sound-stereo:before {
+  content: "\e189";
 }
-
-.controls-row:after {
-  clear: both;
+.glyphicon-sound-dolby:before {
+  content: "\e190";
 }
-
-.controls-row [class*="span"] {
-  float: left;
+.glyphicon-sound-5-1:before {
+  content: "\e191";
 }
-
-input[disabled],
-select[disabled],
-textarea[disabled],
-input[readonly],
-select[readonly],
-textarea[readonly] {
-  cursor: not-allowed;
-  background-color: #eeeeee;
+.glyphicon-sound-6-1:before {
+  content: "\e192";
 }
-
-input[type="radio"][disabled],
-input[type="checkbox"][disabled],
-input[type="radio"][readonly],
-input[type="checkbox"][readonly] {
-  background-color: transparent;
+.glyphicon-sound-7-1:before {
+  content: "\e193";
 }
-
-.control-group.warning > label,
-.control-group.warning .help-block,
-.control-group.warning .help-inline {
-  color: #c09853;
+.glyphicon-copyright-mark:before {
+  content: "\e194";
 }
-
-.control-group.warning .checkbox,
-.control-group.warning .radio,
-.control-group.warning input,
-.control-group.warning select,
-.control-group.warning textarea {
-  color: #c09853;
+.glyphicon-registration-mark:before {
+  content: "\e195";
 }
-
-.control-group.warning input,
-.control-group.warning select,
-.control-group.warning textarea {
-  border-color: #c09853;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+.glyphicon-cloud-download:before {
+  content: "\e197";
 }
-
-.control-group.warning input:focus,
-.control-group.warning select:focus,
-.control-group.warning textarea:focus {
-  border-color: #a47e3c;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
-     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
-          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
+.glyphicon-cloud-upload:before {
+  content: "\e198";
 }
-
-.control-group.warning .input-prepend .add-on,
-.control-group.warning .input-append .add-on {
-  color: #c09853;
-  background-color: #fcf8e3;
-  border-color: #c09853;
+.glyphicon-tree-conifer:before {
+  content: "\e199";
 }
-
-.control-group.error > label,
-.control-group.error .help-block,
-.control-group.error .help-inline {
-  color: #b94a48;
+.glyphicon-tree-deciduous:before {
+  content: "\e200";
 }
-
-.control-group.error .checkbox,
-.control-group.error .radio,
-.control-group.error input,
-.control-group.error select,
-.control-group.error textarea {
-  color: #b94a48;
+.glyphicon-cd:before {
+  content: "\e201";
 }
-
-.control-group.error input,
-.control-group.error select,
-.control-group.error textarea {
-  border-color: #b94a48;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+.glyphicon-save-file:before {
+  content: "\e202";
 }
-
-.control-group.error input:focus,
-.control-group.error select:focus,
-.control-group.error textarea:focus {
-  border-color: #953b39;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
-     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
-          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
+.glyphicon-open-file:before {
+  content: "\e203";
 }
-
-.control-group.error .input-prepend .add-on,
-.control-group.error .input-append .add-on {
-  color: #b94a48;
-  background-color: #f2dede;
-  border-color: #b94a48;
+.glyphicon-level-up:before {
+  content: "\e204";
 }
-
-.control-group.success > label,
-.control-group.success .help-block,
-.control-group.success .help-inline {
-  color: #468847;
+.glyphicon-copy:before {
+  content: "\e205";
 }
-
-.control-group.success .checkbox,
-.control-group.success .radio,
-.control-group.success input,
-.control-group.success select,
-.control-group.success textarea {
-  color: #468847;
+.glyphicon-paste:before {
+  content: "\e206";
 }
-
-.control-group.success input,
-.control-group.success select,
-.control-group.success textarea {
-  border-color: #468847;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+.glyphicon-alert:before {
+  content: "\e209";
 }
-
-.control-group.success input:focus,
-.control-group.success select:focus,
-.control-group.success textarea:focus {
-  border-color: #356635;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
-     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
-          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
+.glyphicon-equalizer:before {
+  content: "\e210";
 }
-
-.control-group.success .input-prepend .add-on,
-.control-group.success .input-append .add-on {
-  color: #468847;
-  background-color: #dff0d8;
-  border-color: #468847;
+.glyphicon-king:before {
+  content: "\e211";
 }
-
-.control-group.info > label,
-.control-group.info .help-block,
-.control-group.info .help-inline {
-  color: #3a87ad;
+.glyphicon-queen:before {
+  content: "\e212";
 }
-
-.control-group.info .checkbox,
-.control-group.info .radio,
-.control-group.info input,
-.control-group.info select,
-.control-group.info textarea {
-  color: #3a87ad;
+.glyphicon-pawn:before {
+  content: "\e213";
 }
-
-.control-group.info input,
-.control-group.info select,
-.control-group.info textarea {
-  border-color: #3a87ad;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+.glyphicon-bishop:before {
+  content: "\e214";
 }
-
-.control-group.info input:focus,
-.control-group.info select:focus,
-.control-group.info textarea:focus {
-  border-color: #2d6987;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
-     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
-          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
+.glyphicon-knight:before {
+  content: "\e215";
 }
-
-.control-group.info .input-prepend .add-on,
-.control-group.info .input-append .add-on {
-  color: #3a87ad;
-  background-color: #d9edf7;
-  border-color: #3a87ad;
+.glyphicon-baby-formula:before {
+  content: "\e216";
 }
-
-input:focus:required:invalid,
-textarea:focus:required:invalid,
-select:focus:required:invalid {
-  color: #b94a48;
-  border-color: #ee5f5b;
+.glyphicon-tent:before {
+  content: "\26fa";
 }
-
-input:focus:required:invalid:focus,
-textarea:focus:required:invalid:focus,
-select:focus:required:invalid:focus {
-  border-color: #e9322d;
-  -webkit-box-shadow: 0 0 6px #f8b9b7;
-     -moz-box-shadow: 0 0 6px #f8b9b7;
-          box-shadow: 0 0 6px #f8b9b7;
+.glyphicon-blackboard:before {
+  content: "\e218";
 }
-
-.form-actions {
-  padding: 19px 20px 20px;
-  margin-top: 20px;
-  margin-bottom: 20px;
-  background-color: #f5f5f5;
-  border-top: 1px solid #e5e5e5;
-  *zoom: 1;
+.glyphicon-bed:before {
+  content: "\e219";
 }
-
-.form-actions:before,
-.form-actions:after {
-  display: table;
-  line-height: 0;
-  content: "";
+.glyphicon-apple:before {
+  content: "\f8ff";
 }
-
-.form-actions:after {
-  clear: both;
+.glyphicon-erase:before {
+  content: "\e221";
 }
-
-.help-block,
-.help-inline {
-  color: #595959;
+.glyphicon-hourglass:before {
+  content: "\231b";
 }
-
-.help-block {
-  display: block;
-  margin-bottom: 10px;
+.glyphicon-lamp:before {
+  content: "\e223";
 }
-
-.help-inline {
-  display: inline-block;
-  *display: inline;
-  padding-left: 5px;
-  vertical-align: middle;
-  *zoom: 1;
+.glyphicon-duplicate:before {
+  content: "\e224";
 }
-
-.input-append,
-.input-prepend {
-  margin-bottom: 5px;
-  font-size: 0;
-  white-space: nowrap;
+.glyphicon-piggy-bank:before {
+  content: "\e225";
 }
-
-.input-append input,
-.input-prepend input,
-.input-append select,
-.input-prepend select,
-.input-append .uneditable-input,
-.input-prepend .uneditable-input {
-  position: relative;
-  margin-bottom: 0;
-  *margin-left: 0;
-  font-size: 14px;
-  vertical-align: top;
-  -webkit-border-radius: 0 3px 3px 0;
-     -moz-border-radius: 0 3px 3px 0;
-          border-radius: 0 3px 3px 0;
+.glyphicon-scissors:before {
+  content: "\e226";
 }
-
-.input-append input:focus,
-.input-prepend input:focus,
-.input-append select:focus,
-.input-prepend select:focus,
-.input-append .uneditable-input:focus,
-.input-prepend .uneditable-input:focus {
-  z-index: 2;
+.glyphicon-bitcoin:before {
+  content: "\e227";
 }
-
-.input-append .add-on,
-.input-prepend .add-on {
-  display: inline-block;
-  width: auto;
-  height: 20px;
-  min-width: 16px;
-  padding: 4px 5px;
-  font-size: 14px;
-  font-weight: normal;
-  line-height: 20px;
-  text-align: center;
-  text-shadow: 0 1px 0 #ffffff;
-  background-color: #eeeeee;
-  border: 1px solid #ccc;
+.glyphicon-btc:before {
+  content: "\e227";
 }
-
-.input-append .add-on,
-.input-prepend .add-on,
-.input-append .btn,
-.input-prepend .btn {
-  vertical-align: top;
-  -webkit-border-radius: 0;
-     -moz-border-radius: 0;
-          border-radius: 0;
+.glyphicon-xbt:before {
+  content: "\e227";
 }
-
-.input-append .active,
-.input-prepend .active {
-  background-color: #a9dba9;
-  border-color: #46a546;
+.glyphicon-yen:before {
+  content: "\00a5";
 }
-
-.input-prepend .add-on,
-.input-prepend .btn {
-  margin-right: -1px;
+.glyphicon-jpy:before {
+  content: "\00a5";
 }
-
-.input-prepend .add-on:first-child,
-.input-prepend .btn:first-child {
-  -webkit-border-radius: 3px 0 0 3px;
-     -moz-border-radius: 3px 0 0 3px;
-          border-radius: 3px 0 0 3px;
+.glyphicon-ruble:before {
+  content: "\20bd";
 }
-
-.input-append input,
-.input-append select,
-.input-append .uneditable-input {
-  -webkit-border-radius: 3px 0 0 3px;
-     -moz-border-radius: 3px 0 0 3px;
-          border-radius: 3px 0 0 3px;
+.glyphicon-rub:before {
+  content: "\20bd";
 }
-
-.input-append .add-on,
-.input-append .btn {
-  margin-left: -1px;
+.glyphicon-scale:before {
+  content: "\e230";
 }
-
-.input-append .add-on:last-child,
-.input-append .btn:last-child {
-  -webkit-border-radius: 0 3px 3px 0;
-     -moz-border-radius: 0 3px 3px 0;
-          border-radius: 0 3px 3px 0;
+.glyphicon-ice-lolly:before {
+  content: "\e231";
 }
-
-.input-prepend.input-append input,
-.input-prepend.input-append select,
-.input-prepend.input-append .uneditable-input {
-  -webkit-border-radius: 0;
-     -moz-border-radius: 0;
-          border-radius: 0;
+.glyphicon-ice-lolly-tasted:before {
+  content: "\e232";
 }
-
-.input-prepend.input-append .add-on:first-child,
-.input-prepend.input-append .btn:first-child {
-  margin-right: -1px;
-  -webkit-border-radius: 3px 0 0 3px;
-     -moz-border-radius: 3px 0 0 3px;
-          border-radius: 3px 0 0 3px;
+.glyphicon-education:before {
+  content: "\e233";
 }
-
-.input-prepend.input-append .add-on:last-child,
-.input-prepend.input-append .btn:last-child {
-  margin-left: -1px;
-  -webkit-border-radius: 0 3px 3px 0;
-     -moz-border-radius: 0 3px 3px 0;
-          border-radius: 0 3px 3px 0;
+.glyphicon-option-horizontal:before {
+  content: "\e234";
 }
-
-input.search-query {
-  padding-right: 14px;
-  padding-right: 4px \9;
-  padding-left: 14px;
-  padding-left: 4px \9;
-  /* IE7-8 doesn't have border-radius, so don't indent the padding */
-
-  margin-bottom: 0;
-  -webkit-border-radius: 15px;
-     -moz-border-radius: 15px;
-          border-radius: 15px;
+.glyphicon-option-vertical:before {
+  content: "\e235";
 }
-
-/* Allow for input prepend/append in search forms */
-
-.form-search .input-append .search-query,
-.form-search .input-prepend .search-query {
-  -webkit-border-radius: 0;
-     -moz-border-radius: 0;
-          border-radius: 0;
+.glyphicon-menu-hamburger:before {
+  content: "\e236";
 }
-
-.form-search .input-append .search-query {
-  -webkit-border-radius: 14px 0 0 14px;
-     -moz-border-radius: 14px 0 0 14px;
-          border-radius: 14px 0 0 14px;
+.glyphicon-modal-window:before {
+  content: "\e237";
 }
-
-.form-search .input-append .btn {
-  -webkit-border-radius: 0 14px 14px 0;
-     -moz-border-radius: 0 14px 14px 0;
-          border-radius: 0 14px 14px 0;
+.glyphicon-oil:before {
+  content: "\e238";
 }
-
-.form-search .input-prepend .search-query {
-  -webkit-border-radius: 0 14px 14px 0;
-     -moz-border-radius: 0 14px 14px 0;
-          border-radius: 0 14px 14px 0;
+.glyphicon-grain:before {
+  content: "\e239";
 }
-
-.form-search .input-prepend .btn {
-  -webkit-border-radius: 14px 0 0 14px;
-     -moz-border-radius: 14px 0 0 14px;
-          border-radius: 14px 0 0 14px;
+.glyphicon-sunglasses:before {
+  content: "\e240";
 }
-
-.form-search input,
-.form-inline input,
-.form-horizontal input,
-.form-search textarea,
-.form-inline textarea,
-.form-horizontal textarea,
-.form-search select,
-.form-inline select,
-.form-horizontal select,
-.form-search .help-inline,
-.form-inline .help-inline,
-.form-horizontal .help-inline,
-.form-search .uneditable-input,
-.form-inline .uneditable-input,
-.form-horizontal .uneditable-input,
-.form-search .input-prepend,
-.form-inline .input-prepend,
-.form-horizontal .input-prepend,
-.form-search .input-append,
-.form-inline .input-append,
-.form-horizontal .input-append {
-  display: inline-block;
-  *display: inline;
-  margin-bottom: 0;
-  vertical-align: middle;
-  *zoom: 1;
+.glyphicon-text-size:before {
+  content: "\e241";
 }
-
-.form-search .hide,
-.form-inline .hide,
-.form-horizontal .hide {
-  display: none;
+.glyphicon-text-color:before {
+  content: "\e242";
 }
-
-.form-search label,
-.form-inline label,
-.form-search .btn-group,
-.form-inline .btn-group {
-  display: inline-block;
+.glyphicon-text-background:before {
+  content: "\e243";
 }
-
-.form-search .input-append,
-.form-inline .input-append,
-.form-search .input-prepend,
-.form-inline .input-prepend {
-  margin-bottom: 0;
+.glyphicon-object-align-top:before {
+  content: "\e244";
 }
-
-.form-search .radio,
-.form-search .checkbox,
-.form-inline .radio,
-.form-inline .checkbox {
-  padding-left: 0;
-  margin-bottom: 0;
-  vertical-align: middle;
+.glyphicon-object-align-bottom:before {
+  content: "\e245";
 }
-
-.form-search .radio input[type="radio"],
-.form-search .checkbox input[type="checkbox"],
-.form-inline .radio input[type="radio"],
-.form-inline .checkbox input[type="checkbox"] {
-  float: left;
-  margin-right: 3px;
-  margin-left: 0;
+.glyphicon-object-align-horizontal:before {
+  content: "\e246";
 }
-
-.control-group {
-  margin-bottom: 10px;
+.glyphicon-object-align-left:before {
+  content: "\e247";
 }
-
-legend + .control-group {
-  margin-top: 20px;
-  -webkit-margin-top-collapse: separate;
+.glyphicon-object-align-vertical:before {
+  content: "\e248";
 }
-
-.form-horizontal .control-group {
-  margin-bottom: 20px;
-  *zoom: 1;
+.glyphicon-object-align-right:before {
+  content: "\e249";
 }
-
-.form-horizontal .control-group:before,
-.form-horizontal .control-group:after {
-  display: table;
-  line-height: 0;
-  content: "";
+.glyphicon-triangle-right:before {
+  content: "\e250";
 }
-
-.form-horizontal .control-group:after {
-  clear: both;
+.glyphicon-triangle-left:before {
+  content: "\e251";
 }
-
-.form-horizontal .control-label {
-  float: left;
-  width: 160px;
-  padding-top: 5px;
-  text-align: right;
+.glyphicon-triangle-bottom:before {
+  content: "\e252";
 }
-
-.form-horizontal .controls {
-  *display: inline-block;
-  *padding-left: 20px;
-  margin-left: 180px;
-  *margin-left: 0;
+.glyphicon-triangle-top:before {
+  content: "\e253";
 }
-
-.form-horizontal .controls:first-child {
-  *padding-left: 180px;
+.glyphicon-console:before {
+  content: "\e254";
 }
-
-.form-horizontal .help-block {
-  margin-bottom: 0;
+.glyphicon-superscript:before {
+  content: "\e255";
 }
-
-.form-horizontal input + .help-block,
-.form-horizontal select + .help-block,
-.form-horizontal textarea + .help-block {
-  margin-top: 10px;
+.glyphicon-subscript:before {
+  content: "\e256";
 }
-
-.form-horizontal .form-actions {
-  padding-left: 180px;
+.glyphicon-menu-left:before {
+  content: "\e257";
 }
-
-table {
-  max-width: 100%;
-  background-color: transparent;
-  border-collapse: collapse;
-  border-spacing: 0;
+.glyphicon-menu-right:before {
+  content: "\e258";
 }
-
-.table {
-  width: 100%;
-  margin-bottom: 20px;
+.glyphicon-menu-down:before {
+  content: "\e259";
 }
-
-.table th,
-.table td {
-  padding: 8px;
-  line-height: 20px;
-  text-align: left;
-  vertical-align: top;
-  border-top: 1px solid #dddddd;
+.glyphicon-menu-up:before {
+  content: "\e260";
 }
-
-.table th {
-  font-weight: bold;
+* {
+  -webkit-box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
 }
-
-.table thead th {
-  vertical-align: bottom;
+*:before,
+*:after {
+  -webkit-box-sizing: border-box;
+  -moz-box-sizing: border-box;
+  box-sizing: border-box;
 }
+html {
+  font-size: 10px;
 
-.table caption + thead tr:first-child th,
-.table caption + thead tr:first-child td,
-.table colgroup + thead tr:first-child th,
-.table colgroup + thead tr:first-child td,
-.table thead:first-child tr:first-child th,
-.table thead:first-child tr:first-child td {
-  border-top: 0;
+  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
-
-.table tbody + tbody {
-  border-top: 2px solid #dddddd;
+body {
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 14px;
+  line-height: 1.42857143;
+  color: #333;
+  background-color: #fff;
 }
-
-.table-condensed th,
-.table-condensed td {
-  padding: 4px 5px;
-}
-
-.table-bordered {
-  border: 1px solid #dddddd;
-  border-collapse: separate;
-  *border-collapse: collapse;
-  border-left: 0;
-  -webkit-border-radius: 4px;
-     -moz-border-radius: 4px;
-          border-radius: 4px;
+input,
+button,
+select,
+textarea {
+  font-family: inherit;
+  font-size: inherit;
+  line-height: inherit;
 }
-
-.table-bordered th,
-.table-bordered td {
-  border-left: 1px solid #dddddd;
+a {
+  color: #337ab7;
+  text-decoration: none;
 }
-
-.table-bordered caption + thead tr:first-child th,
-.table-bordered caption + tbody tr:first-child th,
-.table-bordered caption + tbody tr:first-child td,
-.table-bordered colgroup + thead tr:first-child th,
-.table-bordered colgroup + tbody tr:first-child th,
-.table-bordered colgroup + tbody tr:first-child td,
-.table-bordered thead:first-child tr:first-child th,
-.table-bordered tbody:first-child tr:first-child th,
-.table-bordered tbody:first-child tr:first-child td {
-  border-top: 0;
+a:hover,
+a:focus {
+  color: #23527c;
+  text-decoration: underline;
 }
-
-.table-bordered thead:first-child tr:first-child th:first-child,
-.table-bordered tbody:first-child tr:first-child td:first-child {
-  -webkit-border-top-left-radius: 4px;
-          border-top-left-radius: 4px;
-  -moz-border-radius-topleft: 4px;
+a:focus {
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
 }
-
-.table-bordered thead:first-child tr:first-child th:last-child,
-.table-bordered tbody:first-child tr:first-child td:last-child {
-  -webkit-border-top-right-radius: 4px;
-          border-top-right-radius: 4px;
-  -moz-border-radius-topright: 4px;
+figure {
+  margin: 0;
 }
-
-.table-bordered thead:last-child tr:last-child th:first-child,
-.table-bordered tbody:last-child tr:last-child td:first-child,
-.table-bordered tfoot:last-child tr:last-child td:first-child {
-  -webkit-border-radius: 0 0 0 4px;
-     -moz-border-radius: 0 0 0 4px;
-          border-radius: 0 0 0 4px;
-  -webkit-border-bottom-left-radius: 4px;
-          border-bottom-left-radius: 4px;
-  -moz-border-radius-bottomleft: 4px;
+img {
+  vertical-align: middle;
 }
-
-.table-bordered thead:last-child tr:last-child th:last-child,
-.table-bordered tbody:last-child tr:last-child td:last-child,
-.table-bordered tfoot:last-child tr:last-child td:last-child {
-  -webkit-border-bottom-right-radius: 4px;
-          border-bottom-right-radius: 4px;
-  -moz-border-radius-bottomright: 4px;
+.img-responsive,
+.thumbnail > img,
+.thumbnail a > img,
+.carousel-inner > .item > img,
+.carousel-inner > .item > a > img {
+  display: block;
+  max-width: 100%;
+  height: auto;
 }
-
-.table-bordered caption + thead tr:first-child th:first-child,
-.table-bordered caption + tbody tr:first-child td:first-child,
-.table-bordered colgroup + thead tr:first-child th:first-child,
-.table-bordered colgroup + tbody tr:first-child td:first-child {
-  -webkit-border-top-left-radius: 4px;
-          border-top-left-radius: 4px;
-  -moz-border-radius-topleft: 4px;
+.img-rounded {
+  border-radius: 6px;
 }
-
-.table-bordered caption + thead tr:first-child th:last-child,
-.table-bordered caption + tbody tr:first-child td:last-child,
-.table-bordered colgroup + thead tr:first-child th:last-child,
-.table-bordered colgroup + tbody tr:first-child td:last-child {
-  -webkit-border-top-right-radius: 4px;
-          border-top-right-radius: 4px;
-  -moz-border-radius-topleft: 4px;
+.img-thumbnail {
+  display: inline-block;
+  max-width: 100%;
+  height: auto;
+  padding: 4px;
+  line-height: 1.42857143;
+  background-color: #fff;
+  border: 1px solid #ddd;
+  border-radius: 4px;
+  -webkit-transition: all .2s ease-in-out;
+  -o-transition: all .2s ease-in-out;
+  transition: all .2s ease-in-out;
 }
-
-.table-striped tbody tr:nth-child(odd) td,
-.table-striped tbody tr:nth-child(odd) th {
-  background-color: #f9f9f9;
+.img-circle {
+  border-radius: 50%;
 }
-
-.table-hover tbody tr:hover td,
-.table-hover tbody tr:hover th {
-  background-color: #f5f5f5;
+hr {
+  margin-top: 20px;
+  margin-bottom: 20px;
+  border: 0;
+  border-top: 1px solid #eee;
 }
-
-table [class*=span],
-.row-fluid table [class*=span] {
-  display: table-cell;
-  float: none;
-  margin-left: 0;
+.sr-only {
+  position: absolute;
+  width: 1px;
+  height: 1px;
+  padding: 0;
+  margin: -1px;
+  overflow: hidden;
+  clip: rect(0, 0, 0, 0);
+  border: 0;
 }
-
-.table .span1 {
-  float: none;
-  width: 44px;
-  margin-left: 0;
+.sr-only-focusable:active,
+.sr-only-focusable:focus {
+  position: static;
+  width: auto;
+  height: auto;
+  margin: 0;
+  overflow: visible;
+  clip: auto;
 }
-
-.table .span2 {
-  float: none;
-  width: 124px;
-  margin-left: 0;
+[role="button"] {
+  cursor: pointer;
 }
-
-.table .span3 {
-  float: none;
-  width: 204px;
-  margin-left: 0;
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+.h1,
+.h2,
+.h3,
+.h4,
+.h5,
+.h6 {
+  font-family: inherit;
+  font-weight: 500;
+  line-height: 1.1;
+  color: inherit;
 }
-
-.table .span4 {
-  float: none;
-  width: 284px;
-  margin-left: 0;
+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: #777;
 }
-
-.table .span5 {
-  float: none;
-  width: 364px;
-  margin-left: 0;
+h1,
+.h1,
+h2,
+.h2,
+h3,
+.h3 {
+  margin-top: 20px;
+  margin-bottom: 10px;
 }
-
-.table .span6 {
-  float: none;
-  width: 444px;
-  margin-left: 0;
+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%;
 }
-
-.table .span7 {
-  float: none;
-  width: 524px;
-  margin-left: 0;
+h4,
+.h4,
+h5,
+.h5,
+h6,
+.h6 {
+  margin-top: 10px;
+  margin-bottom: 10px;
 }
-
-.table .span8 {
-  float: none;
-  width: 604px;
-  margin-left: 0;
+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%;
 }
-
-.table .span9 {
-  float: none;
-  width: 684px;
-  margin-left: 0;
+h1,
+.h1 {
+  font-size: 36px;
 }
-
-.table .span10 {
-  float: none;
-  width: 764px;
-  margin-left: 0;
+h2,
+.h2 {
+  font-size: 30px;
 }
-
-.table .span11 {
-  float: none;
-  width: 844px;
-  margin-left: 0;
+h3,
+.h3 {
+  font-size: 24px;
 }
-
-.table .span12 {
-  float: none;
-  width: 924px;
-  margin-left: 0;
+h4,
+.h4 {
+  font-size: 18px;
 }
-
-.table .span13 {
-  float: none;
-  width: 1004px;
-  margin-left: 0;
+h5,
+.h5 {
+  font-size: 14px;
 }
-
-.table .span14 {
-  float: none;
-  width: 1084px;
-  margin-left: 0;
+h6,
+.h6 {
+  font-size: 12px;
 }
-
-.table .span15 {
-  float: none;
-  width: 1164px;
-  margin-left: 0;
+p {
+  margin: 0 0 10px;
 }
-
-.table .span16 {
-  float: none;
-  width: 1244px;
-  margin-left: 0;
+.lead {
+  margin-bottom: 20px;
+  font-size: 16px;
+  font-weight: 300;
+  line-height: 1.4;
 }
-
-.table .span17 {
-  float: none;
-  width: 1324px;
-  margin-left: 0;
+@media (min-width: 768px) {
+  .lead {
+    font-size: 21px;
+  }
 }
-
-.table .span18 {
-  float: none;
-  width: 1404px;
-  margin-left: 0;
+small,
+.small {
+  font-size: 85%;
 }
-
-.table .span19 {
-  float: none;
-  width: 1484px;
-  margin-left: 0;
+mark,
+.mark {
+  padding: .2em;
+  background-color: #fcf8e3;
 }
-
-.table .span20 {
-  float: none;
-  width: 1564px;
-  margin-left: 0;
+.text-left {
+  text-align: left;
 }
-
-.table .span21 {
-  float: none;
-  width: 1644px;
-  margin-left: 0;
+.text-right {
+  text-align: right;
 }
-
-.table .span22 {
-  float: none;
-  width: 1724px;
-  margin-left: 0;
+.text-center {
+  text-align: center;
 }
-
-.table .span23 {
-  float: none;
-  width: 1804px;
-  margin-left: 0;
+.text-justify {
+  text-align: justify;
 }
-
-.table .span24 {
-  float: none;
-  width: 1884px;
-  margin-left: 0;
+.text-nowrap {
+  white-space: nowrap;
 }
-
-.table tbody tr.success td {
-  background-color: #dff0d8;
+.text-lowercase {
+  text-transform: lowercase;
 }
-
-.table tbody tr.error td {
-  background-color: #f2dede;
+.text-uppercase {
+  text-transform: uppercase;
 }
-
-.table tbody tr.warning td {
-  background-color: #fcf8e3;
+.text-capitalize {
+  text-transform: capitalize;
 }
-
-.table tbody tr.info td {
-  background-color: #d9edf7;
+.text-muted {
+  color: #777;
 }
-
-.table-hover tbody tr.success:hover td {
-  background-color: #d0e9c6;
+.text-primary {
+  color: #337ab7;
 }
-
-.table-hover tbody tr.error:hover td {
-  background-color: #ebcccc;
+a.text-primary:hover,
+a.text-primary:focus {
+  color: #286090;
 }
-
-.table-hover tbody tr.warning:hover td {
-  background-color: #faf2cc;
+.text-success {
+  color: #3c763d;
 }
-
-.table-hover tbody tr.info:hover td {
-  background-color: #c4e3f3;
+a.text-success:hover,
+a.text-success:focus {
+  color: #2b542c;
 }
-
-/******************
- * Commented out due to adding dependency on FontAwesome-2.0
- * which provides scalable icons for Ambari. FontAwesome explicitly
- * mentions about commenting out Twitter Bootstrap's sprite.less so
- * that there are no issues. Since bootstrap.css has the sprite.less
- * compiled into it, we are commenting out the section contributed by
- * sprite.less.
-  
-
-[class^="icon-"],
-[class*=" icon-"] {
-  display: inline-block;
-  width: 14px;
-  height: 14px;
-  margin-top: 1px;
-  *margin-right: .3em;
-  line-height: 14px;
-  vertical-align: text-top;
-  background-image: url("../img/glyphicons-halflings.png");
-  background-position: 14px 14px;
-  background-repeat: no-repeat;
+.text-info {
+  color: #31708f;
 }
-
-/ * White icons with optional class, or on hover/active states of certain 
elements * /
-
-.icon-white,
-.nav-tabs > .active > a > [class^="icon-"],
-.nav-tabs > .active > a > [class*=" icon-"],
-.nav-pills > .active > a > [class^="icon-"],
-.nav-pills > .active > a > [class*=" icon-"],
-.nav-list > .active > a > [class^="icon-"],
-.nav-list > .active > a > [class*=" icon-"],
-.navbar-inverse .nav > .active > a > [class^="icon-"],
-.navbar-inverse .nav > .active > a > [class*=" icon-"],
-.dropdown-menu > li > a:hover > [class^="icon-"],
-.dropdown-menu > li > a:hover > [class*=" icon-"],
-.dropdown-menu > .active > a > [class^="icon-"],
-.dropdown-menu > .active > a > [class*=" icon-"] {
-  background-image: url("../img/glyphicons-halflings-white.png");
+a.text-info:hover,
+a.text-info:focus {
+  color: #245269;
 }
-
-.icon-glass {
-  background-position: 0      0;
+.text-warning {
+  color: #8a6d3b;
 }
-
-.icon-music {
-  background-position: -24px 0;
+a.text-warning:hover,
+a.text-warning:focus {
+  color: #66512c;
 }
-
-.icon-search {
-  background-position: -48px 0;
+.text-danger {
+  color: #a94442;
 }
-
-.icon-envelope {
-  background-position: -72px 0;
+a.text-danger:hover,
+a.text-danger:focus {
+  color: #843534;
 }
-
-.icon-heart {
-  background-position: -96px 0;
+.bg-primary {
+  color: #fff;
+  background-color: #337ab7;
 }
-
-.icon-star {
-  background-position: -120px 0;
+a.bg-primary:hover,
+a.bg-primary:focus {
+  background-color: #286090;
 }
-
-.icon-star-empty {
-  background-position: -144px 0;
+.bg-success {
+  background-color: #dff0d8;
 }
-
-.icon-user {
-  background-position: -168px 0;
+a.bg-success:hover,
+a.bg-success:focus {
+  background-color: #c1e2b3;
 }
-
-.icon-film {
-  background-position: -192px 0;
+.bg-info {
+  background-color: #d9edf7;
 }
-
-.icon-th-large {
-  background-position: -216px 0;
+a.bg-info:hover,
+a.bg-info:focus {
+  background-color: #afd9ee;
 }
-
-.icon-th {
-  background-position: -240px 0;
+.bg-warning {
+  background-color: #fcf8e3;
 }
-
-.icon-th-list {
-  background-position: -264px 0;
+a.bg-warning:hover,
+a.bg-warning:focus {
+  background-color: #f7ecb5;
 }
-
-.icon-ok {
-  background-position: -288px 0;
+.bg-danger {
+  background-color: #f2dede;
 }
-
-.icon-remove {
-  background-position: -312px 0;
+a.bg-danger:hover,
+a.bg-danger:focus {
+  background-color: #e4b9b9;
 }
-
-.icon-zoom-in {
-  background-position: -336px 0;
+.page-header {
+  padding-bottom: 9px;
+  margin: 40px 0 20px;
+  border-bottom: 1px solid #eee;
 }
-
-.icon-zoom-out {
-  background-position: -360px 0;
+ul,
+ol {
+  margin-top: 0;
+  margin-bottom: 10px;
 }
-
-.icon-off {
-  background-position: -384px 0;
+ul ul,
+ol ul,
+ul ol,
+ol ol {
+  margin-bottom: 0;
 }
-
-.icon-signal {
-  background-position: -408px 0;
+.list-unstyled {
+  padding-left: 0;
+  list-style: none;
 }
-
-.icon-cog {
-  background-position: -432px 0;
+.list-inline {
+  padding-left: 0;
+  margin-left: -5px;
+  list-style: none;
 }
-
-.icon-trash {
-  background-position: -456px 0;
+.list-inline > li {
+  display: inline-block;
+  padding-right: 5px;
+  padding-left: 5px;
 }
-
-.icon-home {
-  background-position: 0 -24px;
-}
-
-.icon-file {
-  background-position: -24px -24px;
-}
-
-.icon-time {
-  background-position: -48px -24px;
-}
-
-.icon-road {
-  background-position: -72px -24px;
-}
-
-.icon-download-alt {
-  background-position: -96px -24px;
-}
-
-.icon-download {
-  background-position: -120px -24px;
-}
-
-.icon-upload {
-  background-position: -144px -24px;
-}
-
-.icon-inbox {
-  background-position: -168px -24px;
-}
-
-.icon-play-circle {
-  background-position: -192px -24px;
-}
-
-.icon-repeat {
-  background-position: -216px -24px;
-}
-
-.icon-refresh {
-  background-position: -240px -24px;
-}
-
-.icon-list-alt {
-  background-position: -264px -24px;
-}
-
-.icon-lock {
-  background-position: -287px -24px;
-}
-
-.icon-flag {
-  background-position: -312px -24px;
-}
-
-.icon-headphones {
-  background-position: -336px -24px;
-}
-
-.icon-volume-off {
-  background-position: -360px -24px;
-}
-
-.icon-volume-down {
-  background-position: -384px -24px;
-}
-
-.icon-volume-up {
-  background-position: -408px -24px;
-}
-
-.icon-qrcode {
-  background-position: -432px -24px;
-}
-
-.icon-barcode {
-  background-position: -456px -24px;
+dl {
+  margin-top: 0;
+  margin-bottom: 20px;
 }
-
-.icon-tag {
-  background-position: 0 -48px;
+dt,
+dd {
+  line-height: 1.42857143;
 }
-
-.icon-tags {
-  background-position: -25px -48px;
+dt {
+  font-weight: bold;
 }
-
-.icon-book {
-  background-position: -48px -48px;
+dd {
+  margin-left: 0;
 }
-
-.icon-bookmark {
-  background-position: -72px -48px;
+@media (min-width: 768px) {
+  .dl-horizontal dt {
+    float: left;
+    width: 160px;
+    overflow: hidden;
+    clear: left;
+    text-align: right;
+    text-overflow: ellipsis;
+    white-space: nowrap;
+  }
+  .dl-horizontal dd {
+    margin-left: 180px;
+  }
 }
-
-.icon-print {
-  background-position: -96px -48px;
+abbr[title],
+abbr[data-original-title] {
+  cursor: help;
+  border-bottom: 1px dotted #777;
 }
-
-.icon-camera {
-  background-position: -120px -48px;
+.initialism {
+  font-size: 90%;
+  text-transform: uppercase;
 }
-
-.icon-font {
-  background-position: -144px -48px;
+blockquote {
+  padding: 10px 20px;
+  margin: 0 0 20px;
+  font-size: 17.5px;
+  border-left: 5px solid #eee;
 }
-
-.icon-bold {
-  background-position: -167px -48px;
+blockquote p:last-child,
+blockquote ul:last-child,
+blockquote ol:last-child {
+  margin-bottom: 0;
 }
-
-.icon-italic {
-  background-position: -192px -48px;
+blockquote footer,
+blockquote small,
+blockquote .small {
+  display: block;
+  font-size: 80%;
+  line-height: 1.42857143;
+  color: #777;
 }
-
-.icon-text-height {
-  background-position: -216px -48px;
+blockquote footer:before,
+blockquote small:before,
+blockquote .small:before {
+  content: '\2014 \00A0';
 }
-
-.icon-text-width {
-  background-position: -240px -48px;
+.blockquote-reverse,
+blockquote.pull-right {
+  padding-right: 15px;
+  padding-left: 0;
+  text-align: right;
+  border-right: 5px solid #eee;
+  border-left: 0;
 }
-
-.icon-align-left {
-  background-position: -264px -48px;
+.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: '';
 }
-
-.icon-align-center {
-  background-position: -288px -48px;
+.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';
 }
-
-.icon-align-right {
-  background-position: -312px -48px;
+address {
+  margin-bottom: 20px;
+  font-style: normal;
+  line-height: 1.42857143;
 }
-
-.icon-align-justify {
-  background-position: -336px -48px;
+code,
+kbd,
+pre,
+samp {
+  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
 }
-
-.icon-list {
-  background-position: -360px -48px;
+code {
+  padding: 2px 4px;
+  font-size: 90%;
+  color: #c7254e;
+  background-color: #f9f2f4;
+  border-radius: 4px;
 }
-
-.icon-indent-left {
-  background-position: -384px -48px;
+kbd {
+  padding: 2px 4px;
+  font-size: 90%;
+  color: #fff;
+  background-color: #333;
+  border-radius: 3px;
+  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
+  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
 }
-
-.icon-indent-right {
-  background-position: -408px -48px;
+kbd kbd {
+  padding: 0;
+  font-size: 100%;
+  font-weight: bold;
+  -webkit-box-shadow: none;
+  box-shadow: none;
 }
-
-.icon-facetime-video {
-  background-position: -432px -48px;
+pre {
+  display: block;
+  padding: 9.5px;
+  margin: 0 0 10px;
+  font-size: 13px;
+  line-height: 1.42857143;
+  color: #333;
+  word-break: break-all;
+  word-wrap: break-word;
+  background-color: #f5f5f5;
+  border: 1px solid #ccc;
+  border-radius: 4px;
 }
-
-.icon-picture {
-  background-position: -456px -48px;
+pre code {
+  padding: 0;
+  font-size: inherit;
+  color: inherit;
+  white-space: pre-wrap;
+  background-color: transparent;
+  border-radius: 0;
 }
-
-.icon-pencil {
-  background-position: 0 -72px;
+.pre-scrollable {
+  max-height: 340px;
+  overflow-y: scroll;
 }
-
-.icon-map-marker {
-  background-position: -24px -72px;
+.container {
+  padding-right: 15px;
+  padding-left: 15px;
+  margin-right: auto;
+  margin-left: auto;
 }
-
-.icon-adjust {
-  background-position: -48px -72px;
+@media (min-width: 768px) {
+  .container {
+    width: 750px;
+  }
 }
-
-.icon-tint {
-  background-position: -72px -72px;
+@media (min-width: 992px) {
+  .container {
+    width: 970px;
+  }
 }
-
-.icon-edit {
-  background-position: -96px -72px;
+@media (min-width: 1200px) {
+  .container {
+    width: 1170px;
+  }
 }
-
-.icon-share {
-  background-position: -120px -72px;
+.container-fluid {
+  padding-right: 15px;
+  padding-left: 15px;
+  margin-right: auto;
+  margin-left: auto;
 }
-
-.icon-check {
-  background-position: -144px -72px;
+.row {
+  margin-right: -15px;
+  margin-left: -15px;
 }
-
-.icon-move {
-  background-position: -168px -72px;
+.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, 
.col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, 
.col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, 
.col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, 
.col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, 
.col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, 
.col-lg-12 {
+  position: relative;
+  min-height: 1px;
+  padding-right: 15px;
+  padding-left: 15px;
 }
-
-.icon-step-backward {
-  background-position: -192px -72px;
+.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;
 }
-
-.icon-fast-backward {
-  background-position: -216px -72px;
+.col-xs-12 {
+  width: 100%;
 }
-
-.icon-backward {
-  background-position: -240px -72px;
+.col-xs-11 {
+  width: 91.66666667%;
 }
-
-.icon-play {
-  background-position: -264px -72px;
+.col-xs-10 {
+  width: 83.33333333%;
 }
-
-.icon-pause {
-  background-position: -288px -72px;
+.col-xs-9 {
+  width: 75%;
 }
-
-.icon-stop {
-  background-position: -312px -72px;
+.col-xs-8 {
+  width: 66.66666667%;
 }
-
-.icon-forward {
-  background-position: -336px -72px;
+.col-xs-7 {
+  width: 58.33333333%;
 }
-
-.icon-fast-forward {
-  background-position: -360px -72px;
+.col-xs-6 {
+  width: 50%;
 }
-
-.icon-step-forward {
-  background-position: -384px -72px;
+.col-xs-5 {
+  width: 41.66666667%;
 }
-
-.icon-eject {
-  background-position: -408px -72px;
+.col-xs-4 {
+  width: 33.33333333%;
 }
-
-.icon-chevron-left {
-  background-position: -432px -72px;
+.col-xs-3 {
+  width: 25%;
 }
-
-.icon-chevron-right {
-  background-position: -456px -72px;
+.col-xs-2 {
+  width: 16.66666667%;
 }
-
-.icon-plus-sign {
-  background-position: 0 -96px;
+.col-xs-1 {
+  width: 8.33333333%;
 }
-
-.icon-minus-sign {
-  background-position: -24px -96px;
+.col-xs-pull-12 {
+  right: 100%;
 }
-
-.icon-remove-sign {
-  background-position: -48px -96px;
+.col-xs-pull-11 {
+  right: 91.66666667%;
 }
-
-.icon-ok-sign {
-  background-position: -72px -96px;
+.col-xs-pull-10 {
+  right: 83.33333333%;
 }
-
-.icon-question-sign {
-  background-position: -96px -96px;
+.col-xs-pull-9 {
+  right: 75%;
 }
-
-.icon-info-sign {
-  background-position: -120px -96px;
+.col-xs-pull-8 {
+  right: 66.66666667%;
 }
-
-.icon-screenshot {
-  background-position: -144px -96px;
+.col-xs-pull-7 {
+  right: 58.33333333%;
 }
-
-.icon-remove-circle {
-  background-position: -168px -96px;
+.col-xs-pull-6 {
+  right: 50%;
 }
-
-.icon-ok-circle {
-  background-position: -192px -96px;
+.col-xs-pull-5 {
+  right: 41.66666667%;
 }
-
-.icon-ban-circle {
-  background-position: -216px -96px;
+.col-xs-pull-4 {
+  right: 33.33333333%;
 }
-
-.icon-arrow-left {
-  background-position: -240px -96px;
+.col-xs-pull-3 {
+  right: 25%;
 }
-
-.icon-arrow-right {
-  background-position: -264px -96px;
+.col-xs-pull-2 {
+  right: 16.66666667%;
 }
-
-.icon-arrow-up {
-  background-position: -289px -96px;
+.col-xs-pull-1 {
+  right: 8.33333333%;
 }
-
-.icon-arrow-down {
-  background-position: -312px -96px;
+.col-xs-pull-0 {
+  right: auto;
 }
-
-.icon-share-alt {
-  background-position: -336px -96px;
+.col-xs-push-12 {
+  left: 100%;
 }
-
-.icon-resize-full {
-  background-position: -360px -96px;
+.col-xs-push-11 {
+  left: 91.66666667%;
 }
-
-.icon-resize-small {
-  background-position: -384px -96px;
+.col-xs-push-10 {
+  left: 83.33333333%;
 }
-
-.icon-plus {
-  background-position: -408px -96px;
+.col-xs-push-9 {
+  left: 75%;
 }
-
-.icon-minus {
-  background-position: -433px -96px;
+.col-xs-push-8 {
+  left: 66.66666667%;
 }
-
-.icon-asterisk {
-  background-position: -456px -96px;
+.col-xs-push-7 {
+  left: 58.33333333%;
 }
-
-.icon-exclamation-sign {
-  background-position: 0 -120px;
+.col-xs-push-6 {
+  left: 50%;
 }
-
-.icon-gift {
-  background-position: -24px -120px;
+.col-xs-push-5 {
+  left: 41.66666667%;
 }
-
-.icon-leaf {
-  background-position: -48px -120px;
+.col-xs-push-4 {
+  left: 33.33333333%;
 }
-
-.icon-fire {
-  background-position: -72px -120px;
+.col-xs-push-3 {
+  left: 25%;
 }
-
-.icon-eye-open {
-  background-position: -96px -120px;
+.col-xs-push-2 {
+  left: 16.66666667%;
 }
-
-.icon-eye-close {
-  background-position: -120px -120px;
+.col-xs-push-1 {
+  left: 8.33333333%;
 }
-
-.icon-warning-sign {
-  background-position: -144px -120px;
+.col-xs-push-0 {
+  left: auto;
 }
-
-.icon-plane {
-  background-position: -168px -120px;
+.col-xs-offset-12 {
+  margin-left: 100%;
 }
-
-.icon-calendar {
-  background-position: -192px -120px;
+.col-xs-offset-11 {
+  margin-left: 91.66666667%;
 }
-
-.icon-random {
-  width: 16px;
-  background-position: -216px -120px;
+.col-xs-offset-10 {
+  margin-left: 83.33333333%;
 }
-
-.icon-comment {
-  background-position: -240px -120px;
+.col-xs-offset-9 {
+  margin-left: 75%;
 }
-
-.icon-magnet {
-  background-position: -264px -120px;
+.col-xs-offset-8 {
+  margin-left: 66.66666667%;
 }
-
-.icon-chevron-up {
-  background-position: -288px -120px;
+.col-xs-offset-7 {
+  margin-left: 58.33333333%;
 }
-
-.icon-chevron-down {
-  background-position: -313px -119px;
+.col-xs-offset-6 {
+  margin-left: 50%;
 }
-
-.icon-retweet {
-  background-position: -336px -120px;
+.col-xs-offset-5 {
+  margin-left: 41.66666667%;
 }
-
-.icon-shopping-cart {
-  background-position: -360px -120px;
+.col-xs-offset-4 {
+  margin-left: 33.33333333%;
 }
-
-.icon-folder-close {
-  background-position: -384px -120px;
+.col-xs-offset-3 {
+  margin-left: 25%;
 }
-
-.icon-folder-open {
-  width: 16px;
-  background-position: -408px -120px;
+.col-xs-offset-2 {
+  margin-left: 16.66666667%;
 }
-
-.icon-resize-vertical {
-  background-position: -432px -119px;
+.col-xs-offset-1 {
+  margin-left: 8.33333333%;
 }
-
-.icon-resize-horizontal {
-  background-position: -456px -118px;
+.col-xs-offset-0 {
+  margin-left: 0;
 }
-
-.icon-hdd {
-  background-position: 0 -144px;
+@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;
+  }
 }
-
-.icon-bullhorn {
-  background-position: -24px -144px;
+@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;
+  }
+}
+table {
+  background-color: transparent;
+}
+caption {
+  padding-top: 8px;
+  padding-bottom: 8px;
+  color: #777;
+  text-align: left;
+}
+th {
+  text-align: left;
+}
+.table {
+  width: 100%;
+  max-width: 100%;
+  margin-bottom: 20px;
+}
+.table > 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;
+}
+.table > thead > tr > th {
+  vertical-align: bottom;
+  border-bottom: 2px solid #ddd;
+}
+.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 #ddd;
+}
+.table .table {
+  background-color: #fff;
+}
+.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 #ddd;
+}
+.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;
+}
+.table-bordered > thead > tr > th,
+.table-bordered > thead > tr > td {
+  border-bottom-width: 2px;
+}
+.table-striped > tbody > tr:nth-of-type(odd) {
+  background-color: #f9f9f9;
+}
+.table-hover > tbody > tr:hover {
+  background-color: #f5f5f5;
+}
+table col[class*="col-"] {
+  position: static;
+  display: table-column;
+  float: none;
+}
+table td[class*="col-"],
+table th[class*="col-"] {
+  position: static;
+  display: table-cell;
+  float: none;
+}
+.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:hover > .active,
+.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: #dff0d

<TRUNCATED>
http://git-wip-us.apache.org/repos/asf/ambari/blob/2a77e39c/ambari-web/vendor/theme/fonts/Roboto-Regular-webfont.eot
----------------------------------------------------------------------
diff --git a/ambari-web/vendor/theme/fonts/Roboto-Regular-webfont.eot 
b/ambari-web/vendor/theme/fonts/Roboto-Regular-webfont.eot
new file mode 100644
index 0000000..d4e185d
Binary files /dev/null and 
b/ambari-web/vendor/theme/fonts/Roboto-Regular-webfont.eot differ

Reply via email to