sync
[bootswatch] / slate / bootstrap.css
index 0618c08..d8bd165 100644 (file)
@@ -1,14 +1,4 @@
-/*!
- * Bootstrap v3.0.0
- *
- * Copyright 2013 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 by @mdo and @fat.
- */
-
-/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
+/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
 
 article,
 aside,
@@ -36,7 +26,8 @@ audio:not([controls]) {
   height: 0;
 }
 
-[hidden] {
+[hidden],
+template {
   display: none;
 }
 
@@ -50,6 +41,10 @@ body {
   margin: 0;
 }
 
+a {
+  background: transparent;
+}
+
 a:focus {
   outline: thin dotted;
 }
@@ -230,7 +225,6 @@ table {
   abbr[title]:after {
     content: " (" attr(title) ")";
   }
-  .ir a:after,
   a[href^="javascript:"]:after,
   a[href^="#"]:after {
     content: "";
@@ -263,6 +257,9 @@ table {
   h3 {
     page-break-after: avoid;
   }
+  select {
+    background: #fff !important;
+  }
   .navbar {
     display: none;
   }
@@ -316,13 +313,6 @@ textarea {
   line-height: inherit;
 }
 
-button,
-input,
-select[multiple],
-textarea {
-  background-image: none;
-}
-
 a {
   color: #ffffff;
   text-decoration: none;
@@ -335,7 +325,7 @@ a:focus {
 }
 
 a:focus {
-  outline: thin dotted #333;
+  outline: thin dotted;
   outline: 5px auto -webkit-focus-ring-color;
   outline-offset: -2px;
 }
@@ -354,6 +344,19 @@ img {
   border-radius: 6px;
 }
 
+.img-thumbnail {
+  display: inline-block;
+  height: auto;
+  max-width: 100%;
+  padding: 4px;
+  line-height: 1.428571429;
+  background-color: #272b30;
+  border: 1px solid #dddddd;
+  border-radius: 4px;
+  -webkit-transition: all 0.2s ease-in-out;
+          transition: all 0.2s ease-in-out;
+}
+
 .img-circle {
   border-radius: 50%;
 }
@@ -372,71 +375,10 @@ hr {
   padding: 0;
   margin: -1px;
   overflow: hidden;
-  clip: rect(0 0 0 0);
+  clip: rect(0, 0, 0, 0);
   border: 0;
 }
 
-p {
-  margin: 0 0 10px;
-}
-
-.lead {
-  margin-bottom: 20px;
-  font-size: 16.099999999999998px;
-  font-weight: 200;
-  line-height: 1.4;
-}
-
-@media (min-width: 768px) {
-  .lead {
-    font-size: 21px;
-  }
-}
-
-small {
-  font-size: 85%;
-}
-
-cite {
-  font-style: normal;
-}
-
-.text-muted {
-  color: #7a8288;
-}
-
-.text-primary {
-  color: #7a8288;
-}
-
-.text-warning {
-  color: #ffffff;
-}
-
-.text-danger {
-  color: #ffffff;
-}
-
-.text-success {
-  color: #ffffff;
-}
-
-.text-info {
-  color: #ffffff;
-}
-
-.text-left {
-  text-align: left;
-}
-
-.text-right {
-  text-align: right;
-}
-
-.text-center {
-  text-align: center;
-}
-
 h1,
 h2,
 h3,
@@ -452,6 +394,7 @@ h6,
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-weight: 500;
   line-height: 1.1;
+  color: inherit;
 }
 
 h1 small,
@@ -465,7 +408,19 @@ h6 small,
 .h3 small,
 .h4 small,
 .h5 small,
-.h6 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: #7a8288;
@@ -478,6 +433,15 @@ h3 {
   margin-bottom: 10px;
 }
 
+h1 small,
+h2 small,
+h3 small,
+h1 .small,
+h2 .small,
+h3 .small {
+  font-size: 65%;
+}
+
 h4,
 h5,
 h6 {
@@ -485,14 +449,23 @@ h6 {
   margin-bottom: 10px;
 }
 
+h4 small,
+h5 small,
+h6 small,
+h4 .small,
+h5 .small,
+h6 .small {
+  font-size: 75%;
+}
+
 h1,
 .h1 {
-  font-size: 38px;
+  font-size: 36px;
 }
 
 h2,
 .h2 {
-  font-size: 32px;
+  font-size: 30px;
 }
 
 h3,
@@ -515,21 +488,86 @@ h6,
   font-size: 12px;
 }
 
-h1 small,
-.h1 small {
-  font-size: 24px;
+p {
+  margin: 0 0 10px;
 }
 
-h2 small,
-.h2 small {
-  font-size: 18px;
+.lead {
+  margin-bottom: 20px;
+  font-size: 16px;
+  font-weight: 200;
+  line-height: 1.4;
 }
 
-h3 small,
-.h3 small,
-h4 small,
-.h4 small {
-  font-size: 14px;
+@media (min-width: 768px) {
+  .lead {
+    font-size: 21px;
+  }
+}
+
+small,
+.small {
+  font-size: 85%;
+}
+
+cite {
+  font-style: normal;
+}
+
+.text-muted {
+  color: #7a8288;
+}
+
+.text-primary {
+  color: #7a8288;
+}
+
+.text-primary:hover {
+  color: #62686d;
+}
+
+.text-warning {
+  color: #ffffff;
+}
+
+.text-warning:hover {
+  color: #e6e6e6;
+}
+
+.text-danger {
+  color: #ffffff;
+}
+
+.text-danger:hover {
+  color: #e6e6e6;
+}
+
+.text-success {
+  color: #ffffff;
+}
+
+.text-success:hover {
+  color: #e6e6e6;
+}
+
+.text-info {
+  color: #ffffff;
+}
+
+.text-info:hover {
+  color: #e6e6e6;
+}
+
+.text-left {
+  text-align: left;
+}
+
+.text-right {
+  text-align: right;
+}
+
+.text-center {
+  text-align: center;
 }
 
 .page-header {
@@ -567,7 +605,12 @@ ol ol {
   padding-left: 5px;
 }
 
+.list-inline > li:first-child {
+  padding-left: 0;
+}
+
 dl {
+  margin-top: 0;
   margin-bottom: 20px;
 }
 
@@ -645,7 +688,7 @@ abbr[data-original-title] {
   border-bottom: 1px dotted #7a8288;
 }
 
-abbr.initialism {
+.initialism {
   font-size: 90%;
   text-transform: uppercase;
 }
@@ -666,13 +709,15 @@ blockquote p:last-child {
   margin-bottom: 0;
 }
 
-blockquote small {
+blockquote small,
+blockquote .small {
   display: block;
   line-height: 1.428571429;
   color: #7a8288;
 }
 
-blockquote small:before {
+blockquote small:before,
+blockquote .small:before {
   content: '\2014 \00A0';
 }
 
@@ -684,35 +729,37 @@ blockquote.pull-right {
 }
 
 blockquote.pull-right p,
-blockquote.pull-right small {
+blockquote.pull-right small,
+blockquote.pull-right .small {
   text-align: right;
 }
 
-blockquote.pull-right small:before {
+blockquote.pull-right small:before,
+blockquote.pull-right .small:before {
   content: '';
 }
 
-blockquote.pull-right small:after {
+blockquote.pull-right small:after,
+blockquote.pull-right .small:after {
   content: '\00A0 \2014';
 }
 
-q:before,
-q:after,
 blockquote:before,
 blockquote:after {
   content: "";
 }
 
 address {
-  display: block;
   margin-bottom: 20px;
   font-style: normal;
   line-height: 1.428571429;
 }
 
 code,
-pre {
-  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
+kbd,
+pre,
+samp {
+  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
 }
 
 code {
@@ -738,17 +785,13 @@ pre {
   border-radius: 4px;
 }
 
-pre.prettyprint {
-  margin-bottom: 20px;
-}
-
 pre code {
   padding: 0;
   font-size: inherit;
   color: inherit;
   white-space: pre-wrap;
   background-color: transparent;
-  border: 0;
+  border-radius: 0;
 }
 
 .pre-scrollable {
@@ -757,6 +800,8 @@ pre code {
 }
 
 .container {
+  padding-right: 15px;
+  padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
 }
@@ -811,6 +856,29 @@ pre code {
   clear: both;
 }
 
+@media (min-width: 768px) {
+  .container {
+    width: 750px;
+  }
+}
+
+@media (min-width: 992px) {
+  .container {
+    width: 970px;
+  }
+}
+
+@media (min-width: 1200px) {
+  .container {
+    width: 1170px;
+  }
+}
+
+.row {
+  margin-right: -15px;
+  margin-left: -15px;
+}
+
 .row:before,
 .row:after {
   display: table;
@@ -861,65 +929,53 @@ pre code {
   clear: both;
 }
 
-@media (min-width: 768px) {
-  .container .row {
-    margin-right: -15px;
-    margin-left: -15px;
-  }
-}
-
-.row .row {
-  margin-right: -15px;
-  margin-left: -15px;
-}
-
 .col-xs-1,
+.col-sm-1,
+.col-md-1,
+.col-lg-1,
 .col-xs-2,
+.col-sm-2,
+.col-md-2,
+.col-lg-2,
 .col-xs-3,
+.col-sm-3,
+.col-md-3,
+.col-lg-3,
 .col-xs-4,
+.col-sm-4,
+.col-md-4,
+.col-lg-4,
 .col-xs-5,
+.col-sm-5,
+.col-md-5,
+.col-lg-5,
 .col-xs-6,
+.col-sm-6,
+.col-md-6,
+.col-lg-6,
 .col-xs-7,
+.col-sm-7,
+.col-md-7,
+.col-lg-7,
 .col-xs-8,
+.col-sm-8,
+.col-md-8,
+.col-lg-8,
 .col-xs-9,
+.col-sm-9,
+.col-md-9,
+.col-lg-9,
 .col-xs-10,
+.col-sm-10,
+.col-md-10,
+.col-lg-10,
 .col-xs-11,
+.col-sm-11,
+.col-md-11,
+.col-lg-11,
 .col-xs-12,
-.col-sm-1,
-.col-sm-2,
-.col-sm-3,
-.col-sm-4,
-.col-sm-5,
-.col-sm-6,
-.col-sm-7,
-.col-sm-8,
-.col-sm-9,
-.col-sm-10,
-.col-sm-11,
 .col-sm-12,
-.col-md-1,
-.col-md-2,
-.col-md-3,
-.col-md-4,
-.col-md-5,
-.col-md-6,
-.col-md-7,
-.col-md-8,
-.col-md-9,
-.col-md-10,
-.col-md-11,
 .col-md-12,
-.col-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 {
   position: relative;
   min-height: 1px;
@@ -937,62 +993,216 @@ pre code {
 .col-xs-8,
 .col-xs-9,
 .col-xs-10,
-.col-xs-11 {
+.col-xs-11,
+.col-xs-12 {
   float: left;
 }
 
-.col-xs-1 {
-  width: 8.333333333333332%;
+.col-xs-12 {
+  width: 100%;
 }
 
-.col-xs-2 {
-  width: 16.666666666666664%;
+.col-xs-11 {
+  width: 91.66666666666666%;
 }
 
-.col-xs-3 {
-  width: 25%;
+.col-xs-10 {
+  width: 83.33333333333334%;
 }
 
-.col-xs-4 {
-  width: 33.33333333333333%;
+.col-xs-9 {
+  width: 75%;
 }
 
-.col-xs-5 {
-  width: 41.66666666666667%;
+.col-xs-8 {
+  width: 66.66666666666666%;
+}
+
+.col-xs-7 {
+  width: 58.333333333333336%;
 }
 
 .col-xs-6 {
   width: 50%;
 }
 
-.col-xs-7 {
-  width: 58.333333333333336%;
+.col-xs-5 {
+  width: 41.66666666666667%;
 }
 
-.col-xs-8 {
-  width: 66.66666666666666%;
+.col-xs-4 {
+  width: 33.33333333333333%;
 }
 
-.col-xs-9 {
-  width: 75%;
+.col-xs-3 {
+  width: 25%;
 }
 
-.col-xs-10 {
-  width: 83.33333333333334%;
+.col-xs-2 {
+  width: 16.666666666666664%;
 }
 
-.col-xs-11 {
-  width: 91.66666666666666%;
+.col-xs-1 {
+  width: 8.333333333333332%;
 }
 
-.col-xs-12 {
-  width: 100%;
+.col-xs-pull-12 {
+  right: 100%;
+}
+
+.col-xs-pull-11 {
+  right: 91.66666666666666%;
+}
+
+.col-xs-pull-10 {
+  right: 83.33333333333334%;
+}
+
+.col-xs-pull-9 {
+  right: 75%;
+}
+
+.col-xs-pull-8 {
+  right: 66.66666666666666%;
+}
+
+.col-xs-pull-7 {
+  right: 58.333333333333336%;
+}
+
+.col-xs-pull-6 {
+  right: 50%;
+}
+
+.col-xs-pull-5 {
+  right: 41.66666666666667%;
+}
+
+.col-xs-pull-4 {
+  right: 33.33333333333333%;
+}
+
+.col-xs-pull-3 {
+  right: 25%;
+}
+
+.col-xs-pull-2 {
+  right: 16.666666666666664%;
+}
+
+.col-xs-pull-1 {
+  right: 8.333333333333332%;
+}
+
+.col-xs-pull-0 {
+  right: 0;
+}
+
+.col-xs-push-12 {
+  left: 100%;
+}
+
+.col-xs-push-11 {
+  left: 91.66666666666666%;
+}
+
+.col-xs-push-10 {
+  left: 83.33333333333334%;
+}
+
+.col-xs-push-9 {
+  left: 75%;
+}
+
+.col-xs-push-8 {
+  left: 66.66666666666666%;
+}
+
+.col-xs-push-7 {
+  left: 58.333333333333336%;
+}
+
+.col-xs-push-6 {
+  left: 50%;
+}
+
+.col-xs-push-5 {
+  left: 41.66666666666667%;
+}
+
+.col-xs-push-4 {
+  left: 33.33333333333333%;
+}
+
+.col-xs-push-3 {
+  left: 25%;
+}
+
+.col-xs-push-2 {
+  left: 16.666666666666664%;
+}
+
+.col-xs-push-1 {
+  left: 8.333333333333332%;
+}
+
+.col-xs-push-0 {
+  left: 0;
+}
+
+.col-xs-offset-12 {
+  margin-left: 100%;
+}
+
+.col-xs-offset-11 {
+  margin-left: 91.66666666666666%;
+}
+
+.col-xs-offset-10 {
+  margin-left: 83.33333333333334%;
+}
+
+.col-xs-offset-9 {
+  margin-left: 75%;
+}
+
+.col-xs-offset-8 {
+  margin-left: 66.66666666666666%;
+}
+
+.col-xs-offset-7 {
+  margin-left: 58.333333333333336%;
+}
+
+.col-xs-offset-6 {
+  margin-left: 50%;
+}
+
+.col-xs-offset-5 {
+  margin-left: 41.66666666666667%;
+}
+
+.col-xs-offset-4 {
+  margin-left: 33.33333333333333%;
+}
+
+.col-xs-offset-3 {
+  margin-left: 25%;
+}
+
+.col-xs-offset-2 {
+  margin-left: 16.666666666666664%;
+}
+
+.col-xs-offset-1 {
+  margin-left: 8.333333333333332%;
+}
+
+.col-xs-offset-0 {
+  margin-left: 0;
 }
 
 @media (min-width: 768px) {
-  .container {
-    max-width: 728px;
-  }
   .col-sm-1,
   .col-sm-2,
   .col-sm-3,
@@ -1003,150 +1213,166 @@ pre code {
   .col-sm-8,
   .col-sm-9,
   .col-sm-10,
-  .col-sm-11 {
+  .col-sm-11,
+  .col-sm-12 {
     float: left;
   }
-  .col-sm-1 {
-    width: 8.333333333333332%;
-  }
-  .col-sm-2 {
-    width: 16.666666666666664%;
+  .col-sm-12 {
+    width: 100%;
   }
-  .col-sm-3 {
-    width: 25%;
+  .col-sm-11 {
+    width: 91.66666666666666%;
   }
-  .col-sm-4 {
-    width: 33.33333333333333%;
+  .col-sm-10 {
+    width: 83.33333333333334%;
   }
-  .col-sm-5 {
-    width: 41.66666666666667%;
+  .col-sm-9 {
+    width: 75%;
   }
-  .col-sm-6 {
-    width: 50%;
+  .col-sm-8 {
+    width: 66.66666666666666%;
   }
   .col-sm-7 {
     width: 58.333333333333336%;
   }
-  .col-sm-8 {
-    width: 66.66666666666666%;
+  .col-sm-6 {
+    width: 50%;
   }
-  .col-sm-9 {
-    width: 75%;
+  .col-sm-5 {
+    width: 41.66666666666667%;
   }
-  .col-sm-10 {
-    width: 83.33333333333334%;
+  .col-sm-4 {
+    width: 33.33333333333333%;
   }
-  .col-sm-11 {
-    width: 91.66666666666666%;
+  .col-sm-3 {
+    width: 25%;
   }
-  .col-sm-12 {
-    width: 100%;
+  .col-sm-2 {
+    width: 16.666666666666664%;
   }
-  .col-sm-push-1 {
-    left: 8.333333333333332%;
+  .col-sm-1 {
+    width: 8.333333333333332%;
   }
-  .col-sm-push-2 {
-    left: 16.666666666666664%;
+  .col-sm-pull-12 {
+    right: 100%;
   }
-  .col-sm-push-3 {
-    left: 25%;
+  .col-sm-pull-11 {
+    right: 91.66666666666666%;
   }
-  .col-sm-push-4 {
-    left: 33.33333333333333%;
+  .col-sm-pull-10 {
+    right: 83.33333333333334%;
   }
-  .col-sm-push-5 {
-    left: 41.66666666666667%;
+  .col-sm-pull-9 {
+    right: 75%;
   }
-  .col-sm-push-6 {
-    left: 50%;
+  .col-sm-pull-8 {
+    right: 66.66666666666666%;
   }
-  .col-sm-push-7 {
-    left: 58.333333333333336%;
+  .col-sm-pull-7 {
+    right: 58.333333333333336%;
   }
-  .col-sm-push-8 {
-    left: 66.66666666666666%;
+  .col-sm-pull-6 {
+    right: 50%;
   }
-  .col-sm-push-9 {
-    left: 75%;
+  .col-sm-pull-5 {
+    right: 41.66666666666667%;
   }
-  .col-sm-push-10 {
-    left: 83.33333333333334%;
+  .col-sm-pull-4 {
+    right: 33.33333333333333%;
   }
-  .col-sm-push-11 {
-    left: 91.66666666666666%;
+  .col-sm-pull-3 {
+    right: 25%;
+  }
+  .col-sm-pull-2 {
+    right: 16.666666666666664%;
   }
   .col-sm-pull-1 {
     right: 8.333333333333332%;
   }
-  .col-sm-pull-2 {
-    right: 16.666666666666664%;
+  .col-sm-pull-0 {
+    right: 0;
   }
-  .col-sm-pull-3 {
-    right: 25%;
+  .col-sm-push-12 {
+    left: 100%;
   }
-  .col-sm-pull-4 {
-    right: 33.33333333333333%;
+  .col-sm-push-11 {
+    left: 91.66666666666666%;
   }
-  .col-sm-pull-5 {
-    right: 41.66666666666667%;
+  .col-sm-push-10 {
+    left: 83.33333333333334%;
   }
-  .col-sm-pull-6 {
-    right: 50%;
+  .col-sm-push-9 {
+    left: 75%;
   }
-  .col-sm-pull-7 {
-    right: 58.333333333333336%;
+  .col-sm-push-8 {
+    left: 66.66666666666666%;
   }
-  .col-sm-pull-8 {
-    right: 66.66666666666666%;
+  .col-sm-push-7 {
+    left: 58.333333333333336%;
   }
-  .col-sm-pull-9 {
-    right: 75%;
+  .col-sm-push-6 {
+    left: 50%;
   }
-  .col-sm-pull-10 {
-    right: 83.33333333333334%;
+  .col-sm-push-5 {
+    left: 41.66666666666667%;
   }
-  .col-sm-pull-11 {
-    right: 91.66666666666666%;
+  .col-sm-push-4 {
+    left: 33.33333333333333%;
   }
-  .col-sm-offset-1 {
-    margin-left: 8.333333333333332%;
+  .col-sm-push-3 {
+    left: 25%;
   }
-  .col-sm-offset-2 {
-    margin-left: 16.666666666666664%;
+  .col-sm-push-2 {
+    left: 16.666666666666664%;
   }
-  .col-sm-offset-3 {
-    margin-left: 25%;
+  .col-sm-push-1 {
+    left: 8.333333333333332%;
   }
-  .col-sm-offset-4 {
-    margin-left: 33.33333333333333%;
+  .col-sm-push-0 {
+    left: 0;
   }
-  .col-sm-offset-5 {
-    margin-left: 41.66666666666667%;
+  .col-sm-offset-12 {
+    margin-left: 100%;
   }
-  .col-sm-offset-6 {
-    margin-left: 50%;
+  .col-sm-offset-11 {
+    margin-left: 91.66666666666666%;
   }
-  .col-sm-offset-7 {
-    margin-left: 58.333333333333336%;
+  .col-sm-offset-10 {
+    margin-left: 83.33333333333334%;
+  }
+  .col-sm-offset-9 {
+    margin-left: 75%;
   }
   .col-sm-offset-8 {
     margin-left: 66.66666666666666%;
   }
-  .col-sm-offset-9 {
-    margin-left: 75%;
+  .col-sm-offset-7 {
+    margin-left: 58.333333333333336%;
   }
-  .col-sm-offset-10 {
-    margin-left: 83.33333333333334%;
+  .col-sm-offset-6 {
+    margin-left: 50%;
   }
-  .col-sm-offset-11 {
-    margin-left: 91.66666666666666%;
+  .col-sm-offset-5 {
+    margin-left: 41.66666666666667%;
+  }
+  .col-sm-offset-4 {
+    margin-left: 33.33333333333333%;
+  }
+  .col-sm-offset-3 {
+    margin-left: 25%;
+  }
+  .col-sm-offset-2 {
+    margin-left: 16.666666666666664%;
+  }
+  .col-sm-offset-1 {
+    margin-left: 8.333333333333332%;
+  }
+  .col-sm-offset-0 {
+    margin-left: 0;
   }
 }
 
 @media (min-width: 992px) {
-  .container {
-    max-width: 940px;
-  }
   .col-md-1,
   .col-md-2,
   .col-md-3,
@@ -1157,159 +1383,166 @@ pre code {
   .col-md-8,
   .col-md-9,
   .col-md-10,
-  .col-md-11 {
+  .col-md-11,
+  .col-md-12 {
     float: left;
   }
-  .col-md-1 {
-    width: 8.333333333333332%;
-  }
-  .col-md-2 {
-    width: 16.666666666666664%;
+  .col-md-12 {
+    width: 100%;
   }
-  .col-md-3 {
-    width: 25%;
+  .col-md-11 {
+    width: 91.66666666666666%;
   }
-  .col-md-4 {
-    width: 33.33333333333333%;
+  .col-md-10 {
+    width: 83.33333333333334%;
   }
-  .col-md-5 {
-    width: 41.66666666666667%;
+  .col-md-9 {
+    width: 75%;
   }
-  .col-md-6 {
-    width: 50%;
+  .col-md-8 {
+    width: 66.66666666666666%;
   }
   .col-md-7 {
     width: 58.333333333333336%;
   }
-  .col-md-8 {
-    width: 66.66666666666666%;
-  }
-  .col-md-9 {
-    width: 75%;
+  .col-md-6 {
+    width: 50%;
   }
-  .col-md-10 {
-    width: 83.33333333333334%;
+  .col-md-5 {
+    width: 41.66666666666667%;
   }
-  .col-md-11 {
-    width: 91.66666666666666%;
+  .col-md-4 {
+    width: 33.33333333333333%;
   }
-  .col-md-12 {
-    width: 100%;
+  .col-md-3 {
+    width: 25%;
   }
-  .col-md-push-0 {
-    left: auto;
+  .col-md-2 {
+    width: 16.666666666666664%;
   }
-  .col-md-push-1 {
-    left: 8.333333333333332%;
+  .col-md-1 {
+    width: 8.333333333333332%;
   }
-  .col-md-push-2 {
-    left: 16.666666666666664%;
+  .col-md-pull-12 {
+    right: 100%;
   }
-  .col-md-push-3 {
-    left: 25%;
+  .col-md-pull-11 {
+    right: 91.66666666666666%;
   }
-  .col-md-push-4 {
-    left: 33.33333333333333%;
+  .col-md-pull-10 {
+    right: 83.33333333333334%;
   }
-  .col-md-push-5 {
-    left: 41.66666666666667%;
+  .col-md-pull-9 {
+    right: 75%;
   }
-  .col-md-push-6 {
-    left: 50%;
+  .col-md-pull-8 {
+    right: 66.66666666666666%;
   }
-  .col-md-push-7 {
-    left: 58.333333333333336%;
+  .col-md-pull-7 {
+    right: 58.333333333333336%;
   }
-  .col-md-push-8 {
-    left: 66.66666666666666%;
+  .col-md-pull-6 {
+    right: 50%;
   }
-  .col-md-push-9 {
-    left: 75%;
+  .col-md-pull-5 {
+    right: 41.66666666666667%;
   }
-  .col-md-push-10 {
-    left: 83.33333333333334%;
+  .col-md-pull-4 {
+    right: 33.33333333333333%;
   }
-  .col-md-push-11 {
-    left: 91.66666666666666%;
+  .col-md-pull-3 {
+    right: 25%;
   }
-  .col-md-pull-0 {
-    right: auto;
+  .col-md-pull-2 {
+    right: 16.666666666666664%;
   }
   .col-md-pull-1 {
     right: 8.333333333333332%;
   }
-  .col-md-pull-2 {
-    right: 16.666666666666664%;
+  .col-md-pull-0 {
+    right: 0;
   }
-  .col-md-pull-3 {
-    right: 25%;
+  .col-md-push-12 {
+    left: 100%;
   }
-  .col-md-pull-4 {
-    right: 33.33333333333333%;
+  .col-md-push-11 {
+    left: 91.66666666666666%;
   }
-  .col-md-pull-5 {
-    right: 41.66666666666667%;
+  .col-md-push-10 {
+    left: 83.33333333333334%;
   }
-  .col-md-pull-6 {
-    right: 50%;
+  .col-md-push-9 {
+    left: 75%;
   }
-  .col-md-pull-7 {
-    right: 58.333333333333336%;
+  .col-md-push-8 {
+    left: 66.66666666666666%;
   }
-  .col-md-pull-8 {
-    right: 66.66666666666666%;
+  .col-md-push-7 {
+    left: 58.333333333333336%;
   }
-  .col-md-pull-9 {
-    right: 75%;
+  .col-md-push-6 {
+    left: 50%;
   }
-  .col-md-pull-10 {
-    right: 83.33333333333334%;
+  .col-md-push-5 {
+    left: 41.66666666666667%;
   }
-  .col-md-pull-11 {
-    right: 91.66666666666666%;
+  .col-md-push-4 {
+    left: 33.33333333333333%;
   }
-  .col-md-offset-0 {
-    margin-left: 0;
+  .col-md-push-3 {
+    left: 25%;
   }
-  .col-md-offset-1 {
-    margin-left: 8.333333333333332%;
+  .col-md-push-2 {
+    left: 16.666666666666664%;
   }
-  .col-md-offset-2 {
-    margin-left: 16.666666666666664%;
+  .col-md-push-1 {
+    left: 8.333333333333332%;
   }
-  .col-md-offset-3 {
-    margin-left: 25%;
+  .col-md-push-0 {
+    left: 0;
   }
-  .col-md-offset-4 {
-    margin-left: 33.33333333333333%;
+  .col-md-offset-12 {
+    margin-left: 100%;
   }
-  .col-md-offset-5 {
-    margin-left: 41.66666666666667%;
+  .col-md-offset-11 {
+    margin-left: 91.66666666666666%;
   }
-  .col-md-offset-6 {
-    margin-left: 50%;
+  .col-md-offset-10 {
+    margin-left: 83.33333333333334%;
   }
-  .col-md-offset-7 {
-    margin-left: 58.333333333333336%;
+  .col-md-offset-9 {
+    margin-left: 75%;
   }
   .col-md-offset-8 {
     margin-left: 66.66666666666666%;
   }
-  .col-md-offset-9 {
-    margin-left: 75%;
+  .col-md-offset-7 {
+    margin-left: 58.333333333333336%;
   }
-  .col-md-offset-10 {
-    margin-left: 83.33333333333334%;
+  .col-md-offset-6 {
+    margin-left: 50%;
   }
-  .col-md-offset-11 {
-    margin-left: 91.66666666666666%;
+  .col-md-offset-5 {
+    margin-left: 41.66666666666667%;
+  }
+  .col-md-offset-4 {
+    margin-left: 33.33333333333333%;
+  }
+  .col-md-offset-3 {
+    margin-left: 25%;
+  }
+  .col-md-offset-2 {
+    margin-left: 16.666666666666664%;
+  }
+  .col-md-offset-1 {
+    margin-left: 8.333333333333332%;
+  }
+  .col-md-offset-0 {
+    margin-left: 0;
   }
 }
 
 @media (min-width: 1200px) {
-  .container {
-    max-width: 1170px;
-  }
   .col-lg-1,
   .col-lg-2,
   .col-lg-3,
@@ -1320,152 +1553,162 @@ pre code {
   .col-lg-8,
   .col-lg-9,
   .col-lg-10,
-  .col-lg-11 {
+  .col-lg-11,
+  .col-lg-12 {
     float: left;
   }
-  .col-lg-1 {
-    width: 8.333333333333332%;
+  .col-lg-12 {
+    width: 100%;
   }
-  .col-lg-2 {
-    width: 16.666666666666664%;
+  .col-lg-11 {
+    width: 91.66666666666666%;
   }
-  .col-lg-3 {
-    width: 25%;
+  .col-lg-10 {
+    width: 83.33333333333334%;
   }
-  .col-lg-4 {
-    width: 33.33333333333333%;
+  .col-lg-9 {
+    width: 75%;
   }
-  .col-lg-5 {
-    width: 41.66666666666667%;
+  .col-lg-8 {
+    width: 66.66666666666666%;
+  }
+  .col-lg-7 {
+    width: 58.333333333333336%;
   }
   .col-lg-6 {
     width: 50%;
   }
-  .col-lg-7 {
-    width: 58.333333333333336%;
+  .col-lg-5 {
+    width: 41.66666666666667%;
   }
-  .col-lg-8 {
-    width: 66.66666666666666%;
+  .col-lg-4 {
+    width: 33.33333333333333%;
   }
-  .col-lg-9 {
-    width: 75%;
+  .col-lg-3 {
+    width: 25%;
   }
-  .col-lg-10 {
-    width: 83.33333333333334%;
+  .col-lg-2 {
+    width: 16.666666666666664%;
   }
-  .col-lg-11 {
-    width: 91.66666666666666%;
+  .col-lg-1 {
+    width: 8.333333333333332%;
   }
-  .col-lg-12 {
-    width: 100%;
+  .col-lg-pull-12 {
+    right: 100%;
   }
-  .col-lg-push-0 {
-    left: auto;
+  .col-lg-pull-11 {
+    right: 91.66666666666666%;
   }
-  .col-lg-push-1 {
-    left: 8.333333333333332%;
+  .col-lg-pull-10 {
+    right: 83.33333333333334%;
   }
-  .col-lg-push-2 {
-    left: 16.666666666666664%;
+  .col-lg-pull-9 {
+    right: 75%;
   }
-  .col-lg-push-3 {
-    left: 25%;
+  .col-lg-pull-8 {
+    right: 66.66666666666666%;
   }
-  .col-lg-push-4 {
-    left: 33.33333333333333%;
+  .col-lg-pull-7 {
+    right: 58.333333333333336%;
   }
-  .col-lg-push-5 {
-    left: 41.66666666666667%;
+  .col-lg-pull-6 {
+    right: 50%;
   }
-  .col-lg-push-6 {
-    left: 50%;
+  .col-lg-pull-5 {
+    right: 41.66666666666667%;
   }
-  .col-lg-push-7 {
-    left: 58.333333333333336%;
+  .col-lg-pull-4 {
+    right: 33.33333333333333%;
   }
-  .col-lg-push-8 {
-    left: 66.66666666666666%;
+  .col-lg-pull-3 {
+    right: 25%;
   }
-  .col-lg-push-9 {
-    left: 75%;
+  .col-lg-pull-2 {
+    right: 16.666666666666664%;
   }
-  .col-lg-push-10 {
-    left: 83.33333333333334%;
+  .col-lg-pull-1 {
+    right: 8.333333333333332%;
+  }
+  .col-lg-pull-0 {
+    right: 0;
+  }
+  .col-lg-push-12 {
+    left: 100%;
   }
   .col-lg-push-11 {
     left: 91.66666666666666%;
   }
-  .col-lg-pull-0 {
-    right: auto;
-  }
-  .col-lg-pull-1 {
-    right: 8.333333333333332%;
+  .col-lg-push-10 {
+    left: 83.33333333333334%;
   }
-  .col-lg-pull-2 {
-    right: 16.666666666666664%;
+  .col-lg-push-9 {
+    left: 75%;
   }
-  .col-lg-pull-3 {
-    right: 25%;
+  .col-lg-push-8 {
+    left: 66.66666666666666%;
   }
-  .col-lg-pull-4 {
-    right: 33.33333333333333%;
+  .col-lg-push-7 {
+    left: 58.333333333333336%;
   }
-  .col-lg-pull-5 {
-    right: 41.66666666666667%;
+  .col-lg-push-6 {
+    left: 50%;
   }
-  .col-lg-pull-6 {
-    right: 50%;
+  .col-lg-push-5 {
+    left: 41.66666666666667%;
   }
-  .col-lg-pull-7 {
-    right: 58.333333333333336%;
+  .col-lg-push-4 {
+    left: 33.33333333333333%;
   }
-  .col-lg-pull-8 {
-    right: 66.66666666666666%;
+  .col-lg-push-3 {
+    left: 25%;
   }
-  .col-lg-pull-9 {
-    right: 75%;
+  .col-lg-push-2 {
+    left: 16.666666666666664%;
   }
-  .col-lg-pull-10 {
-    right: 83.33333333333334%;
+  .col-lg-push-1 {
+    left: 8.333333333333332%;
   }
-  .col-lg-pull-11 {
-    right: 91.66666666666666%;
+  .col-lg-push-0 {
+    left: 0;
   }
-  .col-lg-offset-0 {
-    margin-left: 0;
+  .col-lg-offset-12 {
+    margin-left: 100%;
   }
-  .col-lg-offset-1 {
-    margin-left: 8.333333333333332%;
+  .col-lg-offset-11 {
+    margin-left: 91.66666666666666%;
   }
-  .col-lg-offset-2 {
-    margin-left: 16.666666666666664%;
+  .col-lg-offset-10 {
+    margin-left: 83.33333333333334%;
   }
-  .col-lg-offset-3 {
-    margin-left: 25%;
+  .col-lg-offset-9 {
+    margin-left: 75%;
   }
-  .col-lg-offset-4 {
-    margin-left: 33.33333333333333%;
+  .col-lg-offset-8 {
+    margin-left: 66.66666666666666%;
   }
-  .col-lg-offset-5 {
-    margin-left: 41.66666666666667%;
+  .col-lg-offset-7 {
+    margin-left: 58.333333333333336%;
   }
   .col-lg-offset-6 {
     margin-left: 50%;
   }
-  .col-lg-offset-7 {
-    margin-left: 58.333333333333336%;
+  .col-lg-offset-5 {
+    margin-left: 41.66666666666667%;
   }
-  .col-lg-offset-8 {
-    margin-left: 66.66666666666666%;
+  .col-lg-offset-4 {
+    margin-left: 33.33333333333333%;
   }
-  .col-lg-offset-9 {
-    margin-left: 75%;
+  .col-lg-offset-3 {
+    margin-left: 25%;
   }
-  .col-lg-offset-10 {
-    margin-left: 83.33333333333334%;
+  .col-lg-offset-2 {
+    margin-left: 16.666666666666664%;
   }
-  .col-lg-offset-11 {
-    margin-left: 91.66666666666666%;
+  .col-lg-offset-1 {
+    margin-left: 8.333333333333332%;
+  }
+  .col-lg-offset-0 {
+    margin-left: 0;
   }
 }
 
@@ -1483,32 +1726,33 @@ th {
   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 {
+.table thead > tr > th,
+.table tbody > tr > th,
+.table tfoot > tr > th,
+.table thead > tr > td,
+.table tbody > tr > td,
+.table tfoot > tr > td {
   padding: 8px;
   line-height: 1.428571429;
   vertical-align: top;
   border-top: 1px solid #1c1e22;
 }
 
-.table thead > tr > th {
+.table thead > tr > th {
   vertical-align: bottom;
+  border-bottom: 2px solid #1c1e22;
 }
 
-.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 {
+.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 {
+.table tbody + tbody {
   border-top: 2px solid #1c1e22;
 }
 
@@ -1516,12 +1760,12 @@ th {
   background-color: #272b30;
 }
 
-.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 {
+.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;
 }
 
@@ -1538,6 +1782,11 @@ th {
   border: 1px solid #1c1e22;
 }
 
+.table-bordered > thead > tr > th,
+.table-bordered > thead > tr > td {
+  border-bottom-width: 2px;
+}
+
 .table-striped > tbody > tr:nth-child(odd) > td,
 .table-striped > tbody > tr:nth-child(odd) > th {
   background-color: #353a41;
@@ -1548,99 +1797,136 @@ th {
   background-color: #49515a;
 }
 
-table col[class^="col-"] {
+table col[class*="col-"] {
+  position: static;
   display: table-column;
   float: none;
 }
 
-table td[class^="col-"],
-table th[class^="col-"] {
+table td[class*="col-"],
+table th[class*="col-"] {
   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 {
+.table > thead > tr > .active,
+.table > tbody > tr > .active,
+.table > tfoot > tr > .active,
+.table > thead > .active > td,
+.table > tbody > .active > td,
+.table > tfoot > .active > td,
+.table > thead > .active > th,
+.table > tbody > .active > th,
+.table > tfoot > .active > th {
   background-color: #49515a;
 }
 
-.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 {
+.table-hover > tbody > tr > .active:hover,
+.table-hover > tbody > .active:hover > td,
+.table-hover > tbody > .active:hover > th {
+  background-color: #3e444c;
+}
+
+.table > thead > tr > .success,
+.table > tbody > tr > .success,
+.table > tfoot > tr > .success,
+.table > thead > .success > td,
+.table > tbody > .success > td,
+.table > tfoot > .success > td,
+.table > thead > .success > th,
+.table > tbody > .success > th,
+.table > tfoot > .success > th {
   background-color: #62c462;
-  border-color: #62bd4f;
 }
 
-.table-hover > tbody > tr > td.success:hover,
-.table-hover > tbody > tr > th.success:hover,
-.table-hover > tbody > tr.success:hover > td {
+.table-hover > tbody > tr > .success:hover,
+.table-hover > tbody > .success:hover > td,
+.table-hover > tbody > .success:hover > th {
   background-color: #4fbd4f;
-  border-color: #55b142;
-}
-
-.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 {
+}
+
+.table > thead > tr > .danger,
+.table > tbody > tr > .danger,
+.table > tfoot > tr > .danger,
+.table > thead > .danger > td,
+.table > tbody > .danger > td,
+.table > tfoot > .danger > td,
+.table > thead > .danger > th,
+.table > tbody > .danger > th,
+.table > tfoot > .danger > th {
   background-color: #ee5f5b;
-  border-color: #ed4d63;
 }
 
-.table-hover > tbody > tr > td.danger:hover,
-.table-hover > tbody > tr > th.danger:hover,
-.table-hover > tbody > tr.danger:hover > td {
+.table-hover > tbody > tr > .danger:hover,
+.table-hover > tbody > .danger:hover > td,
+.table-hover > tbody > .danger:hover > th {
   background-color: #ec4844;
-  border-color: #ea364f;
-}
-
-.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 {
+}
+
+.table > thead > tr > .warning,
+.table > tbody > tr > .warning,
+.table > tfoot > tr > .warning,
+.table > thead > .warning > td,
+.table > tbody > .warning > td,
+.table > tfoot > .warning > td,
+.table > thead > .warning > th,
+.table > tbody > .warning > th,
+.table > tfoot > .warning > th {
   background-color: #f89406;
-  border-color: #e96506;
 }
 
-.table-hover > tbody > tr > td.warning:hover,
-.table-hover > tbody > tr > th.warning:hover,
-.table-hover > tbody > tr.warning:hover > td {
+.table-hover > tbody > tr > .warning:hover,
+.table-hover > tbody > .warning:hover > td,
+.table-hover > tbody > .warning:hover > th {
   background-color: #df8505;
-  border-color: #d05a05;
+}
+
+@media (max-width: 767px) {
+  .table-responsive {
+    width: 100%;
+    margin-bottom: 15px;
+    overflow-x: scroll;
+    overflow-y: hidden;
+    border: 1px solid #1c1e22;
+    -ms-overflow-style: -ms-autohiding-scrollbar;
+    -webkit-overflow-scrolling: touch;
+  }
+  .table-responsive > .table {
+    margin-bottom: 0;
+  }
+  .table-responsive > .table > thead > tr > th,
+  .table-responsive > .table > tbody > tr > th,
+  .table-responsive > .table > tfoot > tr > th,
+  .table-responsive > .table > thead > tr > td,
+  .table-responsive > .table > tbody > tr > td,
+  .table-responsive > .table > tfoot > tr > td {
+    white-space: nowrap;
+  }
+  .table-responsive > .table-bordered {
+    border: 0;
+  }
+  .table-responsive > .table-bordered > thead > tr > th:first-child,
+  .table-responsive > .table-bordered > tbody > tr > th:first-child,
+  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
+  .table-responsive > .table-bordered > thead > tr > td:first-child,
+  .table-responsive > .table-bordered > tbody > tr > td:first-child,
+  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
+    border-left: 0;
+  }
+  .table-responsive > .table-bordered > thead > tr > th:last-child,
+  .table-responsive > .table-bordered > tbody > tr > th:last-child,
+  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
+  .table-responsive > .table-bordered > thead > tr > td:last-child,
+  .table-responsive > .table-bordered > tbody > tr > td:last-child,
+  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
+    border-right: 0;
+  }
+  .table-responsive > .table-bordered > tbody > tr:last-child > th,
+  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
+  .table-responsive > .table-bordered > tbody > tr:last-child > td,
+  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
+    border-bottom: 0;
+  }
 }
 
 fieldset {
@@ -1658,7 +1944,7 @@ legend {
   line-height: inherit;
   color: #c8c8c8;
   border: 0;
-  border-bottom: 1px solid #e5e5e5;
+  border-bottom: 1px solid #1c1e22;
 }
 
 label {
@@ -1700,7 +1986,7 @@ select optgroup {
 input[type="file"]:focus,
 input[type="radio"]:focus,
 input[type="checkbox"]:focus {
-  outline: thin dotted #333;
+  outline: thin dotted;
   outline: 5px auto -webkit-focus-ring-color;
   outline-offset: -2px;
 }
@@ -1710,20 +1996,13 @@ input[type="number"]::-webkit-inner-spin-button {
   height: auto;
 }
 
-.form-control:-moz-placeholder {
-  color: #7a8288;
-}
-
-.form-control::-moz-placeholder {
-  color: #7a8288;
-}
-
-.form-control:-ms-input-placeholder {
-  color: #7a8288;
-}
-
-.form-control::-webkit-input-placeholder {
-  color: #7a8288;
+output {
+  display: block;
+  padding-top: 9px;
+  font-size: 14px;
+  line-height: 1.428571429;
+  color: #272b30;
+  vertical-align: middle;
 }
 
 .form-control {
@@ -1733,9 +2012,10 @@ input[type="number"]::-webkit-inner-spin-button {
   padding: 8px 12px;
   font-size: 14px;
   line-height: 1.428571429;
-  color: #c8c8c8;
+  color: #272b30;
   vertical-align: middle;
   background-color: #ffffff;
+  background-image: none;
   border: 1px solid #cccccc;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
@@ -1751,10 +2031,27 @@ input[type="number"]::-webkit-inner-spin-button {
           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
 }
 
-.form-control[disabled],
-.form-control[readonly],
-fieldset[disabled] .form-control {
-  cursor: not-allowed;
+.form-control:-moz-placeholder {
+  color: #7a8288;
+}
+
+.form-control::-moz-placeholder {
+  color: #7a8288;
+  opacity: 1;
+}
+
+.form-control:-ms-input-placeholder {
+  color: #7a8288;
+}
+
+.form-control::-webkit-input-placeholder {
+  color: #7a8288;
+}
+
+.form-control[disabled],
+.form-control[readonly],
+fieldset[disabled] .form-control {
+  cursor: not-allowed;
   background-color: #999999;
 }
 
@@ -1846,7 +2143,7 @@ textarea.input-sm {
 }
 
 .input-lg {
-  height: 56px;
+  height: 54px;
   padding: 14px 16px;
   font-size: 18px;
   line-height: 1.33;
@@ -1854,8 +2151,8 @@ textarea.input-sm {
 }
 
 select.input-lg {
-  height: 56px;
-  line-height: 56px;
+  height: 54px;
+  line-height: 54px;
 }
 
 textarea.input-lg {
@@ -1863,7 +2160,11 @@ textarea.input-lg {
 }
 
 .has-warning .help-block,
-.has-warning .control-label {
+.has-warning .control-label,
+.has-warning .radio,
+.has-warning .checkbox,
+.has-warning .radio-inline,
+.has-warning .checkbox-inline {
   color: #ffffff;
 }
 
@@ -1886,7 +2187,11 @@ textarea.input-lg {
 }
 
 .has-error .help-block,
-.has-error .control-label {
+.has-error .control-label,
+.has-error .radio,
+.has-error .checkbox,
+.has-error .radio-inline,
+.has-error .checkbox-inline {
   color: #ffffff;
 }
 
@@ -1909,7 +2214,11 @@ textarea.input-lg {
 }
 
 .has-success .help-block,
-.has-success .control-label {
+.has-success .control-label,
+.has-success .radio,
+.has-success .checkbox,
+.has-success .radio-inline,
+.has-success .checkbox-inline {
   color: #ffffff;
 }
 
@@ -1932,7 +2241,6 @@ textarea.input-lg {
 }
 
 .form-control-static {
-  padding-top: 8px;
   margin-bottom: 0;
 }
 
@@ -1952,6 +2260,9 @@ textarea.input-lg {
   .form-inline .form-control {
     display: inline-block;
   }
+  .form-inline select.form-control {
+    width: auto;
+  }
   .form-inline .radio,
   .form-inline .checkbox {
     display: inline-block;
@@ -1967,9 +2278,23 @@ textarea.input-lg {
 }
 
 .form-horizontal .control-label,
+.form-horizontal .radio,
+.form-horizontal .checkbox,
 .form-horizontal .radio-inline,
 .form-horizontal .checkbox-inline {
-  padding-top: 8px;
+  padding-top: 9px;
+  margin-top: 0;
+  margin-bottom: 0;
+}
+
+.form-horizontal .radio,
+.form-horizontal .checkbox {
+  min-height: 29px;
+}
+
+.form-horizontal .form-group {
+  margin-right: -15px;
+  margin-left: -15px;
 }
 
 .form-horizontal .form-group:before,
@@ -2022,16 +2347,8 @@ textarea.input-lg {
   clear: both;
 }
 
-@media (min-width: 768px) {
-  .container .form-horizontal .form-group {
-    margin-right: -15px;
-    margin-left: -15px;
-  }
-}
-
-.form-horizontal .form-group .row {
-  margin-right: -15px;
-  margin-left: -15px;
+.form-horizontal .form-control-static {
+  padding-top: 9px;
 }
 
 @media (min-width: 768px) {
@@ -2045,12 +2362,13 @@ textarea.input-lg {
   padding: 8px 12px;
   margin-bottom: 0;
   font-size: 14px;
-  font-weight: bold;
+  font-weight: normal;
   line-height: 1.428571429;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   cursor: pointer;
+  background-image: none;
   border: 1px solid transparent;
   border-radius: 4px;
   -webkit-user-select: none;
@@ -2061,7 +2379,7 @@ textarea.input-lg {
 }
 
 .btn:focus {
-  outline: thin dotted #333;
+  outline: thin dotted;
   outline: 5px auto -webkit-focus-ring-color;
   outline-offset: -2px;
 }
@@ -2132,6 +2450,11 @@ fieldset[disabled] .btn-default.active {
   border-color: #3a3f44;
 }
 
+.btn-default .badge {
+  color: #3a3f44;
+  background-color: #fff;
+}
+
 .btn-primary {
   color: #ffffff;
   background-color: #7a8288;
@@ -2173,6 +2496,11 @@ fieldset[disabled] .btn-primary.active {
   border-color: #7a8288;
 }
 
+.btn-primary .badge {
+  color: #7a8288;
+  background-color: #fff;
+}
+
 .btn-warning {
   color: #ffffff;
   background-color: #f89406;
@@ -2214,6 +2542,11 @@ fieldset[disabled] .btn-warning.active {
   border-color: #f89406;
 }
 
+.btn-warning .badge {
+  color: #f89406;
+  background-color: #fff;
+}
+
 .btn-danger {
   color: #ffffff;
   background-color: #ee5f5b;
@@ -2255,6 +2588,11 @@ fieldset[disabled] .btn-danger.active {
   border-color: #ee5f5b;
 }
 
+.btn-danger .badge {
+  color: #ee5f5b;
+  background-color: #fff;
+}
+
 .btn-success {
   color: #ffffff;
   background-color: #62c462;
@@ -2296,6 +2634,11 @@ fieldset[disabled] .btn-success.active {
   border-color: #62c462;
 }
 
+.btn-success .badge {
+  color: #62c462;
+  background-color: #fff;
+}
+
 .btn-info {
   color: #ffffff;
   background-color: #5bc0de;
@@ -2337,6 +2680,11 @@ fieldset[disabled] .btn-info.active {
   border-color: #5bc0de;
 }
 
+.btn-info .badge {
+  color: #5bc0de;
+  background-color: #fff;
+}
+
 .btn-link {
   font-weight: normal;
   color: #ffffff;
@@ -2382,8 +2730,7 @@ fieldset[disabled] .btn-link:focus {
   border-radius: 6px;
 }
 
-.btn-sm,
-.btn-xs {
+.btn-sm {
   padding: 5px 10px;
   font-size: 12px;
   line-height: 1.5;
@@ -2392,6 +2739,9 @@ fieldset[disabled] .btn-link:focus {
 
 .btn-xs {
   padding: 1px 5px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 3px;
 }
 
 .btn-block {
@@ -2437,1184 +2787,2028 @@ input[type="button"].btn-block {
           transition: height 0.35s ease;
 }
 
-.input-group {
+@font-face {
+  font-family: 'Glyphicons Halflings';
+  src: url('../fonts/glyphicons-halflings-regular.eot');
+  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
+}
+
+.glyphicon {
   position: relative;
-  display: table;
-  border-collapse: separate;
+  top: 1px;
+  display: inline-block;
+  font-family: 'Glyphicons Halflings';
+  -webkit-font-smoothing: antialiased;
+  font-style: normal;
+  font-weight: normal;
+  line-height: 1;
+  -moz-osx-font-smoothing: grayscale;
 }
 
-.input-group.col {
-  float: none;
-  padding-right: 0;
-  padding-left: 0;
+.glyphicon:empty {
+  width: 1em;
 }
 
-.input-group .form-control {
-  width: 100%;
-  margin-bottom: 0;
+.glyphicon-asterisk:before {
+  content: "\2a";
 }
 
-.input-group-lg > .form-control,
-.input-group-lg > .input-group-addon,
-.input-group-lg > .input-group-btn > .btn {
-  height: 56px;
-  padding: 14px 16px;
-  font-size: 18px;
-  line-height: 1.33;
-  border-radius: 6px;
+.glyphicon-plus:before {
+  content: "\2b";
 }
 
-select.input-group-lg > .form-control,
-select.input-group-lg > .input-group-addon,
-select.input-group-lg > .input-group-btn > .btn {
-  height: 56px;
-  line-height: 56px;
+.glyphicon-euro:before {
+  content: "\20ac";
 }
 
-textarea.input-group-lg > .form-control,
-textarea.input-group-lg > .input-group-addon,
-textarea.input-group-lg > .input-group-btn > .btn {
-  height: auto;
+.glyphicon-minus:before {
+  content: "\2212";
 }
 
-.input-group-sm > .form-control,
-.input-group-sm > .input-group-addon,
-.input-group-sm > .input-group-btn > .btn {
-  height: 30px;
-  padding: 5px 10px;
-  font-size: 12px;
-  line-height: 1.5;
-  border-radius: 3px;
+.glyphicon-cloud:before {
+  content: "\2601";
 }
 
-select.input-group-sm > .form-control,
-select.input-group-sm > .input-group-addon,
-select.input-group-sm > .input-group-btn > .btn {
-  height: 30px;
-  line-height: 30px;
+.glyphicon-envelope:before {
+  content: "\2709";
 }
 
-textarea.input-group-sm > .form-control,
-textarea.input-group-sm > .input-group-addon,
-textarea.input-group-sm > .input-group-btn > .btn {
-  height: auto;
+.glyphicon-pencil:before {
+  content: "\270f";
 }
 
-.input-group-addon,
-.input-group-btn,
-.input-group .form-control {
-  display: table-cell;
+.glyphicon-glass:before {
+  content: "\e001";
 }
 
-.input-group-addon:not(:first-child):not(:last-child),
-.input-group-btn:not(:first-child):not(:last-child),
-.input-group .form-control:not(:first-child):not(:last-child) {
-  border-radius: 0;
+.glyphicon-music:before {
+  content: "\e002";
 }
 
-.input-group-addon,
-.input-group-btn {
-  width: 1%;
-  white-space: nowrap;
-  vertical-align: middle;
+.glyphicon-search:before {
+  content: "\e003";
 }
 
-.input-group-addon {
-  padding: 8px 12px;
-  font-size: 14px;
-  font-weight: normal;
-  line-height: 1;
-  text-align: center;
-  background-color: #999999;
-  border: 1px solid #cccccc;
-  border-radius: 4px;
+.glyphicon-heart:before {
+  content: "\e005";
 }
 
-.input-group-addon.input-sm {
-  padding: 5px 10px;
-  font-size: 12px;
-  border-radius: 3px;
+.glyphicon-star:before {
+  content: "\e006";
 }
 
-.input-group-addon.input-lg {
-  padding: 14px 16px;
-  font-size: 18px;
-  border-radius: 6px;
+.glyphicon-star-empty:before {
+  content: "\e007";
 }
 
-.input-group-addon input[type="radio"],
-.input-group-addon input[type="checkbox"] {
-  margin-top: 0;
+.glyphicon-user:before {
+  content: "\e008";
 }
 
-.input-group .form-control:first-child,
-.input-group-addon:first-child,
-.input-group-btn:first-child > .btn,
-.input-group-btn:first-child > .dropdown-toggle,
-.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
-  border-top-right-radius: 0;
-  border-bottom-right-radius: 0;
+.glyphicon-film:before {
+  content: "\e009";
 }
 
-.input-group-addon:first-child {
-  border-right: 0;
+.glyphicon-th-large:before {
+  content: "\e010";
 }
 
-.input-group .form-control:last-child,
-.input-group-addon:last-child,
-.input-group-btn:last-child > .btn,
-.input-group-btn:last-child > .dropdown-toggle,
-.input-group-btn:first-child > .btn:not(:first-child) {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
+.glyphicon-th:before {
+  content: "\e011";
 }
 
-.input-group-addon:last-child {
-  border-left: 0;
+.glyphicon-th-list:before {
+  content: "\e012";
 }
 
-.input-group-btn {
-  position: relative;
-  white-space: nowrap;
+.glyphicon-ok:before {
+  content: "\e013";
 }
 
-.input-group-btn > .btn {
-  position: relative;
+.glyphicon-remove:before {
+  content: "\e014";
 }
 
-.input-group-btn > .btn + .btn {
-  margin-left: -4px;
+.glyphicon-zoom-in:before {
+  content: "\e015";
 }
 
-.input-group-btn > .btn:hover,
-.input-group-btn > .btn:active {
-  z-index: 2;
+.glyphicon-zoom-out:before {
+  content: "\e016";
 }
 
-.caret {
-  display: inline-block;
-  width: 0;
-  height: 0;
-  margin-left: 2px;
-  vertical-align: middle;
-  border-top: 4px solid #000000;
-  border-right: 4px solid transparent;
-  border-left: 4px solid transparent;
-  content: "";
+.glyphicon-off:before {
+  content: "\e017";
 }
 
-.dropdown {
-  position: relative;
+.glyphicon-signal:before {
+  content: "\e018";
 }
 
-.dropdown-toggle:focus {
-  outline: 0;
+.glyphicon-cog:before {
+  content: "\e019";
 }
 
-.dropdown-menu {
-  position: absolute;
-  top: 100%;
-  left: 0;
-  z-index: 1000;
-  display: none;
-  float: left;
-  min-width: 160px;
-  padding: 5px 0;
-  margin: 2px 0 0;
-  font-size: 14px;
-  list-style: none;
-  background-color: #3a3f44;
-  border: 1px solid #272b30;
-  border: 1px solid rgba(0, 0, 0, 0.15);
-  border-radius: 4px;
-  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-  background-clip: padding-box;
+.glyphicon-trash:before {
+  content: "\e020";
 }
 
-.dropdown-menu.pull-right {
-  right: 0;
-  left: auto;
+.glyphicon-home:before {
+  content: "\e021";
 }
 
-.dropdown-menu .divider {
-  height: 1px;
-  margin: 9px 0;
-  overflow: hidden;
-  background-color: #272b30;
+.glyphicon-file:before {
+  content: "\e022";
 }
 
-.dropdown-menu > li > a {
-  display: block;
-  padding: 3px 20px;
-  clear: both;
-  font-weight: normal;
-  line-height: 1.428571429;
-  color: #c8c8c8;
-  white-space: nowrap;
+.glyphicon-time:before {
+  content: "\e023";
 }
 
-.dropdown-menu > li > a:hover,
-.dropdown-menu > li > a:focus {
-  color: #ffffff;
-  text-decoration: none;
-  background-color: #7a8288;
+.glyphicon-road:before {
+  content: "\e024";
 }
 
-.dropdown-menu > .active > a,
-.dropdown-menu > .active > a:hover,
-.dropdown-menu > .active > a:focus {
-  color: #ffffff;
-  text-decoration: none;
-  background-color: #7a8288;
-  outline: 0;
+.glyphicon-download-alt:before {
+  content: "\e025";
 }
 
-.dropdown-menu > .disabled > a,
-.dropdown-menu > .disabled > a:hover,
-.dropdown-menu > .disabled > a:focus {
-  color: #7a8288;
+.glyphicon-download:before {
+  content: "\e026";
 }
 
-.dropdown-menu > .disabled > a:hover,
-.dropdown-menu > .disabled > a:focus {
-  text-decoration: none;
-  cursor: not-allowed;
-  background-color: transparent;
-  background-image: none;
-  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+.glyphicon-upload:before {
+  content: "\e027";
 }
 
-.open > .dropdown-menu {
-  display: block;
+.glyphicon-inbox:before {
+  content: "\e028";
 }
 
-.open > a {
-  outline: 0;
+.glyphicon-play-circle:before {
+  content: "\e029";
 }
 
-.dropdown-header {
-  display: block;
-  padding: 3px 20px;
-  font-size: 12px;
-  line-height: 1.428571429;
-  color: #7a8288;
+.glyphicon-repeat:before {
+  content: "\e030";
 }
 
-.dropdown-backdrop {
-  position: fixed;
-  top: 0;
-  right: 0;
-  bottom: 0;
-  left: 0;
-  z-index: 990;
+.glyphicon-refresh:before {
+  content: "\e031";
 }
 
-.pull-right > .dropdown-menu {
-  right: 0;
-  left: auto;
+.glyphicon-list-alt:before {
+  content: "\e032";
 }
 
-.dropup .caret,
-.navbar-fixed-bottom .dropdown .caret {
-  border-top: 0;
-  border-bottom: 4px solid #000000;
-  content: "";
+.glyphicon-lock:before {
+  content: "\e033";
 }
 
-.dropup .dropdown-menu,
-.navbar-fixed-bottom .dropdown .dropdown-menu {
-  top: auto;
-  bottom: 100%;
-  margin-bottom: 1px;
+.glyphicon-flag:before {
+  content: "\e034";
 }
 
-.list-group {
-  padding-left: 0;
-  margin-bottom: 20px;
+.glyphicon-headphones:before {
+  content: "\e035";
 }
 
-.list-group-item {
-  position: relative;
-  display: block;
-  padding: 10px 15px;
-  margin-bottom: -1px;
-  background-color: transparent;
-  border: 1px solid rgba(0, 0, 0, 0.6);
+.glyphicon-volume-off:before {
+  content: "\e036";
 }
 
-.list-group-item:first-child {
-  border-top-right-radius: 4px;
-  border-top-left-radius: 4px;
+.glyphicon-volume-down:before {
+  content: "\e037";
 }
 
-.list-group-item:last-child {
-  margin-bottom: 0;
-  border-bottom-right-radius: 4px;
-  border-bottom-left-radius: 4px;
+.glyphicon-volume-up:before {
+  content: "\e038";
 }
 
-.list-group-item > .badge {
-  float: right;
+.glyphicon-qrcode:before {
+  content: "\e039";
 }
 
-.list-group-item > .badge + .badge {
-  margin-right: 5px;
+.glyphicon-barcode:before {
+  content: "\e040";
 }
 
-a.list-group-item {
-  color: #c8c8c8;
+.glyphicon-tag:before {
+  content: "\e041";
 }
 
-a.list-group-item .list-group-item-heading {
-  color: #ffffff;
+.glyphicon-tags:before {
+  content: "\e042";
 }
 
-a.list-group-item:hover,
-a.list-group-item:focus {
-  text-decoration: none;
-  background-color: #3e444c;
+.glyphicon-book:before {
+  content: "\e043";
 }
 
-.list-group-item.active,
-.list-group-item.active:hover,
-.list-group-item.active:focus {
-  z-index: 2;
-  color: #ffffff;
-  background-color: #3e444c;
-  border-color: rgba(0, 0, 0, 0.6);
+.glyphicon-bookmark:before {
+  content: "\e044";
 }
 
-.list-group-item.active .list-group-item-heading,
-.list-group-item.active:hover .list-group-item-heading,
-.list-group-item.active:focus .list-group-item-heading {
-  color: inherit;
+.glyphicon-print:before {
+  content: "\e045";
 }
 
-.list-group-item.active .list-group-item-text,
-.list-group-item.active:hover .list-group-item-text,
-.list-group-item.active:focus .list-group-item-text {
-  color: #a2aab4;
+.glyphicon-camera:before {
+  content: "\e046";
 }
 
-.list-group-item-heading {
-  margin-top: 0;
-  margin-bottom: 5px;
+.glyphicon-font:before {
+  content: "\e047";
 }
 
-.list-group-item-text {
-  margin-bottom: 0;
-  line-height: 1.3;
+.glyphicon-bold:before {
+  content: "\e048";
 }
 
-.panel {
-  margin-bottom: 20px;
-  background-color: #2e3338;
-  border: 1px solid rgba(0, 0, 0, 0.6);
-  border-radius: 4px;
-  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
-          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
+.glyphicon-italic:before {
+  content: "\e049";
 }
 
-.panel-body {
-  padding: 15px;
+.glyphicon-text-height:before {
+  content: "\e050";
 }
 
-.panel > .list-group {
-  margin-bottom: 0;
+.glyphicon-text-width:before {
+  content: "\e051";
 }
 
-.panel > .list-group .list-group-item {
-  border-width: 1px 0;
+.glyphicon-align-left:before {
+  content: "\e052";
 }
 
-.panel > .list-group .list-group-item:first-child {
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
+.glyphicon-align-center:before {
+  content: "\e053";
 }
 
-.panel > .list-group .list-group-item:last-child {
-  border-bottom: 0;
+.glyphicon-align-right:before {
+  content: "\e054";
 }
 
-.panel-heading + .list-group .list-group-item:first-child {
-  border-top-width: 0;
+.glyphicon-align-justify:before {
+  content: "\e055";
 }
 
-.panel-heading {
-  padding: 10px 15px;
-  background-color: #3e444c;
-  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
-  border-top-right-radius: 3px;
-  border-top-left-radius: 3px;
+.glyphicon-list:before {
+  content: "\e056";
 }
 
-.panel-title {
-  margin-top: 0;
-  margin-bottom: 0;
-  font-size: 17.5px;
+.glyphicon-indent-left:before {
+  content: "\e057";
 }
 
-.panel-title > a {
-  color: inherit;
+.glyphicon-indent-right:before {
+  content: "\e058";
 }
 
-.panel-footer {
-  padding: 10px 15px;
-  background-color: #3e444c;
-  border-top: 1px solid rgba(0, 0, 0, 0.6);
-  border-bottom-right-radius: 3px;
-  border-bottom-left-radius: 3px;
+.glyphicon-facetime-video:before {
+  content: "\e059";
 }
 
-.panel-group .panel {
-  margin-bottom: 0;
-  overflow: hidden;
-  border-radius: 4px;
+.glyphicon-picture:before {
+  content: "\e060";
 }
 
-.panel-group .panel + .panel {
-  margin-top: 5px;
+.glyphicon-map-marker:before {
+  content: "\e062";
 }
 
-.panel-group .panel-heading {
-  border-bottom: 0;
+.glyphicon-adjust:before {
+  content: "\e063";
 }
 
-.panel-group .panel-heading + .panel-collapse .panel-body {
-  border-top: 1px solid rgba(0, 0, 0, 0.6);
+.glyphicon-tint:before {
+  content: "\e064";
 }
 
-.panel-group .panel-footer {
-  border-top: 0;
+.glyphicon-edit:before {
+  content: "\e065";
 }
 
-.panel-group .panel-footer + .panel-collapse .panel-body {
-  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
+.glyphicon-share:before {
+  content: "\e066";
 }
 
-.panel-primary {
-  border-color: #7a8288;
+.glyphicon-check:before {
+  content: "\e067";
 }
 
-.panel-primary > .panel-heading {
-  color: #ffffff;
-  background-color: #7a8288;
-  border-color: #7a8288;
+.glyphicon-move:before {
+  content: "\e068";
 }
 
-.panel-primary > .panel-heading + .panel-collapse .panel-body {
-  border-top-color: #7a8288;
+.glyphicon-step-backward:before {
+  content: "\e069";
 }
 
-.panel-primary > .panel-footer + .panel-collapse .panel-body {
-  border-bottom-color: #7a8288;
+.glyphicon-fast-backward:before {
+  content: "\e070";
 }
 
-.panel-success {
-  border-color: #62bd4f;
+.glyphicon-backward:before {
+  content: "\e071";
 }
 
-.panel-success > .panel-heading {
-  color: #ffffff;
-  background-color: #62c462;
-  border-color: #62bd4f;
+.glyphicon-play:before {
+  content: "\e072";
 }
 
-.panel-success > .panel-heading + .panel-collapse .panel-body {
-  border-top-color: #62bd4f;
+.glyphicon-pause:before {
+  content: "\e073";
 }
 
-.panel-success > .panel-footer + .panel-collapse .panel-body {
-  border-bottom-color: #62bd4f;
+.glyphicon-stop:before {
+  content: "\e074";
 }
 
-.panel-warning {
-  border-color: #e96506;
+.glyphicon-forward:before {
+  content: "\e075";
 }
 
-.panel-warning > .panel-heading {
-  color: #ffffff;
-  background-color: #f89406;
-  border-color: #e96506;
+.glyphicon-fast-forward:before {
+  content: "\e076";
 }
 
-.panel-warning > .panel-heading + .panel-collapse .panel-body {
-  border-top-color: #e96506;
+.glyphicon-step-forward:before {
+  content: "\e077";
 }
 
-.panel-warning > .panel-footer + .panel-collapse .panel-body {
-  border-bottom-color: #e96506;
+.glyphicon-eject:before {
+  content: "\e078";
 }
 
-.panel-danger {
-  border-color: #ed4d63;
+.glyphicon-chevron-left:before {
+  content: "\e079";
 }
 
-.panel-danger > .panel-heading {
-  color: #ffffff;
-  background-color: #ee5f5b;
-  border-color: #ed4d63;
+.glyphicon-chevron-right:before {
+  content: "\e080";
 }
 
-.panel-danger > .panel-heading + .panel-collapse .panel-body {
-  border-top-color: #ed4d63;
+.glyphicon-plus-sign:before {
+  content: "\e081";
 }
 
-.panel-danger > .panel-footer + .panel-collapse .panel-body {
-  border-bottom-color: #ed4d63;
+.glyphicon-minus-sign:before {
+  content: "\e082";
 }
 
-.panel-info {
-  border-color: #3dced8;
+.glyphicon-remove-sign:before {
+  content: "\e083";
 }
 
-.panel-info > .panel-heading {
-  color: #ffffff;
-  background-color: #5bc0de;
-  border-color: #3dced8;
+.glyphicon-ok-sign:before {
+  content: "\e084";
 }
 
-.panel-info > .panel-heading + .panel-collapse .panel-body {
-  border-top-color: #3dced8;
+.glyphicon-question-sign:before {
+  content: "\e085";
 }
 
-.panel-info > .panel-footer + .panel-collapse .panel-body {
-  border-bottom-color: #3dced8;
+.glyphicon-info-sign:before {
+  content: "\e086";
 }
 
-.well {
-  min-height: 20px;
-  padding: 19px;
-  margin-bottom: 20px;
-  background-color: #1c1e22;
-  border: 1px solid #0c0d0e;
-  border-radius: 4px;
-  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+.glyphicon-screenshot:before {
+  content: "\e087";
 }
 
-.well blockquote {
-  border-color: #ddd;
-  border-color: rgba(0, 0, 0, 0.15);
+.glyphicon-remove-circle:before {
+  content: "\e088";
 }
 
-.well-lg {
-  padding: 24px;
-  border-radius: 6px;
+.glyphicon-ok-circle:before {
+  content: "\e089";
 }
 
-.well-sm {
-  padding: 9px;
-  border-radius: 3px;
+.glyphicon-ban-circle:before {
+  content: "\e090";
 }
 
-.close {
-  float: right;
-  font-size: 21px;
-  font-weight: bold;
-  line-height: 1;
-  color: #000000;
-  text-shadow: 0 1px 0 #ffffff;
-  opacity: 0.2;
-  filter: alpha(opacity=20);
+.glyphicon-arrow-left:before {
+  content: "\e091";
 }
 
-.close:hover,
-.close:focus {
-  color: #000000;
-  text-decoration: none;
-  cursor: pointer;
-  opacity: 0.5;
-  filter: alpha(opacity=50);
+.glyphicon-arrow-right:before {
+  content: "\e092";
 }
 
-button.close {
-  padding: 0;
-  cursor: pointer;
-  background: transparent;
-  border: 0;
-  -webkit-appearance: none;
+.glyphicon-arrow-up:before {
+  content: "\e093";
 }
 
-.nav {
-  padding-left: 0;
-  margin-bottom: 0;
-  list-style: none;
+.glyphicon-arrow-down:before {
+  content: "\e094";
 }
 
-.nav:before,
-.nav:after {
-  display: table;
-  content: " ";
+.glyphicon-share-alt:before {
+  content: "\e095";
 }
 
-.nav:after {
-  clear: both;
+.glyphicon-resize-full:before {
+  content: "\e096";
 }
 
-.nav:before,
-.nav:after {
-  display: table;
-  content: " ";
+.glyphicon-resize-small:before {
+  content: "\e097";
 }
 
-.nav:after {
-  clear: both;
+.glyphicon-exclamation-sign:before {
+  content: "\e101";
 }
 
-.nav:before,
-.nav:after {
-  display: table;
-  content: " ";
+.glyphicon-gift:before {
+  content: "\e102";
 }
 
-.nav:after {
-  clear: both;
+.glyphicon-leaf:before {
+  content: "\e103";
 }
 
-.nav:before,
-.nav:after {
-  display: table;
-  content: " ";
+.glyphicon-fire:before {
+  content: "\e104";
 }
 
-.nav:after {
-  clear: both;
+.glyphicon-eye-open:before {
+  content: "\e105";
 }
 
-.nav:before,
-.nav:after {
-  display: table;
-  content: " ";
+.glyphicon-eye-close:before {
+  content: "\e106";
 }
 
-.nav:after {
-  clear: both;
+.glyphicon-warning-sign:before {
+  content: "\e107";
 }
 
-.nav > li {
-  position: relative;
-  display: block;
+.glyphicon-plane:before {
+  content: "\e108";
 }
 
-.nav > li > a {
-  position: relative;
-  display: block;
-  padding: 10px 15px;
+.glyphicon-calendar:before {
+  content: "\e109";
 }
 
-.nav > li > a:hover,
-.nav > li > a:focus {
-  text-decoration: none;
-  background-color: #3e444c;
+.glyphicon-random:before {
+  content: "\e110";
 }
 
-.nav > li.disabled > a {
-  color: #7a8288;
+.glyphicon-comment:before {
+  content: "\e111";
 }
 
-.nav > li.disabled > a:hover,
-.nav > li.disabled > a:focus {
-  color: #7a8288;
-  text-decoration: none;
-  cursor: not-allowed;
-  background-color: transparent;
+.glyphicon-magnet:before {
+  content: "\e112";
 }
 
-.nav .open > a,
-.nav .open > a:hover,
-.nav .open > a:focus {
-  background-color: #3e444c;
-  border-color: #ffffff;
+.glyphicon-chevron-up:before {
+  content: "\e113";
 }
 
-.nav .nav-divider {
-  height: 1px;
-  margin: 9px 0;
-  overflow: hidden;
-  background-color: #e5e5e5;
+.glyphicon-chevron-down:before {
+  content: "\e114";
 }
 
-.nav > li > a > img {
-  max-width: none;
-}
-
-.nav-tabs {
-  border-bottom: 1px solid #1c1e22;
+.glyphicon-retweet:before {
+  content: "\e115";
 }
 
-.nav-tabs > li {
-  float: left;
-  margin-bottom: -1px;
+.glyphicon-shopping-cart:before {
+  content: "\e116";
 }
 
-.nav-tabs > li > a {
-  margin-right: 2px;
-  line-height: 1.428571429;
-  border: 1px solid transparent;
-  border-radius: 4px 4px 0 0;
+.glyphicon-folder-close:before {
+  content: "\e117";
 }
 
-.nav-tabs > li > a:hover {
-  border-color: #1c1e22 #1c1e22 #1c1e22;
+.glyphicon-folder-open:before {
+  content: "\e118";
 }
 
-.nav-tabs > li.active > a,
-.nav-tabs > li.active > a:hover,
-.nav-tabs > li.active > a:focus {
-  color: #ffffff;
-  cursor: default;
-  background-color: #3e444c;
-  border: 1px solid #1c1e22;
-  border-bottom-color: transparent;
+.glyphicon-resize-vertical:before {
+  content: "\e119";
 }
 
-.nav-tabs.nav-justified {
-  width: 100%;
-  border-bottom: 0;
+.glyphicon-resize-horizontal:before {
+  content: "\e120";
 }
 
-.nav-tabs.nav-justified > li {
-  float: none;
+.glyphicon-hdd:before {
+  content: "\e121";
 }
 
-.nav-tabs.nav-justified > li > a {
-  text-align: center;
+.glyphicon-bullhorn:before {
+  content: "\e122";
 }
 
-@media (min-width: 768px) {
-  .nav-tabs.nav-justified > li {
-    display: table-cell;
-    width: 1%;
-  }
+.glyphicon-bell:before {
+  content: "\e123";
 }
 
-.nav-tabs.nav-justified > li > a {
-  margin-right: 0;
-  border-bottom: 1px solid #dddddd;
+.glyphicon-certificate:before {
+  content: "\e124";
 }
 
-.nav-tabs.nav-justified > .active > a {
-  border-bottom-color: #272b30;
+.glyphicon-thumbs-up:before {
+  content: "\e125";
 }
 
-.nav-pills > li {
-  float: left;
+.glyphicon-thumbs-down:before {
+  content: "\e126";
 }
 
-.nav-pills > li > a {
-  border-radius: 5px;
+.glyphicon-hand-right:before {
+  content: "\e127";
 }
 
-.nav-pills > li + li {
-  margin-left: 2px;
+.glyphicon-hand-left:before {
+  content: "\e128";
 }
 
-.nav-pills > li.active > a,
-.nav-pills > li.active > a:hover,
-.nav-pills > li.active > a:focus {
-  color: #ffffff;
-  background-color: #7a8288;
+.glyphicon-hand-up:before {
+  content: "\e129";
 }
 
-.nav-stacked > li {
-  float: none;
+.glyphicon-hand-down:before {
+  content: "\e130";
 }
 
-.nav-stacked > li + li {
-  margin-top: 2px;
-  margin-left: 0;
+.glyphicon-circle-arrow-right:before {
+  content: "\e131";
 }
 
-.nav-justified {
-  width: 100%;
+.glyphicon-circle-arrow-left:before {
+  content: "\e132";
 }
 
-.nav-justified > li {
-  float: none;
+.glyphicon-circle-arrow-up:before {
+  content: "\e133";
 }
 
-.nav-justified > li > a {
-  text-align: center;
+.glyphicon-circle-arrow-down:before {
+  content: "\e134";
 }
 
-@media (min-width: 768px) {
-  .nav-justified > li {
-    display: table-cell;
-    width: 1%;
-  }
+.glyphicon-globe:before {
+  content: "\e135";
 }
 
-.nav-tabs-justified {
-  border-bottom: 0;
+.glyphicon-wrench:before {
+  content: "\e136";
 }
 
-.nav-tabs-justified > li > a {
-  margin-right: 0;
-  border-bottom: 1px solid #dddddd;
+.glyphicon-tasks:before {
+  content: "\e137";
 }
 
-.nav-tabs-justified > .active > a {
-  border-bottom-color: #272b30;
+.glyphicon-filter:before {
+  content: "\e138";
 }
 
-.tabbable:before,
-.tabbable:after {
-  display: table;
-  content: " ";
+.glyphicon-briefcase:before {
+  content: "\e139";
 }
 
-.tabbable:after {
-  clear: both;
+.glyphicon-fullscreen:before {
+  content: "\e140";
 }
 
-.tabbable:before,
-.tabbable:after {
-  display: table;
-  content: " ";
+.glyphicon-dashboard:before {
+  content: "\e141";
 }
 
-.tabbable:after {
-  clear: both;
+.glyphicon-paperclip:before {
+  content: "\e142";
 }
 
-.tabbable:before,
-.tabbable:after {
-  display: table;
-  content: " ";
+.glyphicon-heart-empty:before {
+  content: "\e143";
 }
 
-.tabbable:after {
-  clear: both;
+.glyphicon-link:before {
+  content: "\e144";
 }
 
-.tabbable:before,
-.tabbable:after {
-  display: table;
-  content: " ";
+.glyphicon-phone:before {
+  content: "\e145";
 }
 
-.tabbable:after {
-  clear: both;
+.glyphicon-pushpin:before {
+  content: "\e146";
 }
 
-.tabbable:before,
-.tabbable:after {
-  display: table;
-  content: " ";
+.glyphicon-usd:before {
+  content: "\e148";
 }
 
-.tabbable:after {
-  clear: both;
+.glyphicon-gbp:before {
+  content: "\e149";
 }
 
-.tab-content > .tab-pane,
-.pill-content > .pill-pane {
-  display: none;
+.glyphicon-sort:before {
+  content: "\e150";
 }
 
-.tab-content > .active,
-.pill-content > .active {
-  display: block;
+.glyphicon-sort-by-alphabet:before {
+  content: "\e151";
 }
 
-.nav .caret {
-  border-top-color: #ffffff;
-  border-bottom-color: #ffffff;
+.glyphicon-sort-by-alphabet-alt:before {
+  content: "\e152";
 }
 
-.nav a:hover .caret {
-  border-top-color: #ffffff;
-  border-bottom-color: #ffffff;
+.glyphicon-sort-by-order:before {
+  content: "\e153";
 }
 
-.nav-tabs .dropdown-menu {
-  margin-top: -1px;
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
+.glyphicon-sort-by-order-alt:before {
+  content: "\e154";
 }
 
-.navbar {
-  position: relative;
-  min-height: 50px;
-  margin-bottom: 20px;
-  background-color: #3a3f44;
-  border: 1px solid #2b2e32;
+.glyphicon-sort-by-attributes:before {
+  content: "\e155";
 }
 
-.navbar:before,
-.navbar:after {
-  display: table;
-  content: " ";
+.glyphicon-sort-by-attributes-alt:before {
+  content: "\e156";
 }
 
-.navbar:after {
-  clear: both;
+.glyphicon-unchecked:before {
+  content: "\e157";
 }
 
-.navbar:before,
-.navbar:after {
-  display: table;
-  content: " ";
+.glyphicon-expand:before {
+  content: "\e158";
 }
 
-.navbar:after {
-  clear: both;
+.glyphicon-collapse-down:before {
+  content: "\e159";
 }
 
-.navbar:before,
-.navbar:after {
-  display: table;
-  content: " ";
+.glyphicon-collapse-up:before {
+  content: "\e160";
 }
 
-.navbar:after {
-  clear: both;
+.glyphicon-log-in:before {
+  content: "\e161";
 }
 
-.navbar:before,
-.navbar:after {
-  display: table;
-  content: " ";
+.glyphicon-flash:before {
+  content: "\e162";
 }
 
-.navbar:after {
-  clear: both;
+.glyphicon-log-out:before {
+  content: "\e163";
 }
 
-.navbar:before,
-.navbar:after {
-  display: table;
-  content: " ";
+.glyphicon-new-window:before {
+  content: "\e164";
 }
 
-.navbar:after {
-  clear: both;
+.glyphicon-record:before {
+  content: "\e165";
 }
 
-@media (min-width: 768px) {
-  .navbar {
-    border-radius: 4px;
-  }
+.glyphicon-save:before {
+  content: "\e166";
 }
 
-.navbar-header {
-  padding-right: 15px;
-  padding-left: 15px;
+.glyphicon-open:before {
+  content: "\e167";
 }
 
-.navbar-header:before,
-.navbar-header:after {
-  display: table;
-  content: " ";
+.glyphicon-saved:before {
+  content: "\e168";
 }
 
-.navbar-header:after {
-  clear: both;
+.glyphicon-import:before {
+  content: "\e169";
 }
 
-.navbar-header:before,
-.navbar-header:after {
-  display: table;
-  content: " ";
+.glyphicon-export:before {
+  content: "\e170";
 }
 
-.navbar-header:after {
-  clear: both;
+.glyphicon-send:before {
+  content: "\e171";
 }
 
-.navbar-header:before,
-.navbar-header:after {
-  display: table;
-  content: " ";
+.glyphicon-floppy-disk:before {
+  content: "\e172";
 }
 
-.navbar-header:after {
-  clear: both;
+.glyphicon-floppy-saved:before {
+  content: "\e173";
 }
 
-.navbar-header:before,
-.navbar-header:after {
-  display: table;
-  content: " ";
+.glyphicon-floppy-remove:before {
+  content: "\e174";
 }
 
-.navbar-header:after {
-  clear: both;
+.glyphicon-floppy-save:before {
+  content: "\e175";
 }
 
-.navbar-header:before,
-.navbar-header:after {
-  display: table;
-  content: " ";
+.glyphicon-floppy-open:before {
+  content: "\e176";
 }
 
-.navbar-header:after {
-  clear: both;
+.glyphicon-credit-card:before {
+  content: "\e177";
 }
 
-@media (min-width: 768px) {
-  .navbar-header {
-    float: left;
-  }
+.glyphicon-transfer:before {
+  content: "\e178";
 }
 
-.navbar-collapse {
-  max-height: 340px;
-  padding-right: 15px;
-  padding-left: 15px;
-  overflow-x: visible;
-  border-top: 1px solid #2a2d31;
-  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-  -webkit-overflow-scrolling: touch;
+.glyphicon-cutlery:before {
+  content: "\e179";
 }
 
-.navbar-collapse:before,
-.navbar-collapse:after {
-  display: table;
-  content: " ";
+.glyphicon-header:before {
+  content: "\e180";
 }
 
-.navbar-collapse:after {
-  clear: both;
+.glyphicon-compressed:before {
+  content: "\e181";
 }
 
-.navbar-collapse:before,
-.navbar-collapse:after {
-  display: table;
-  content: " ";
+.glyphicon-earphone:before {
+  content: "\e182";
 }
 
-.navbar-collapse:after {
-  clear: both;
+.glyphicon-phone-alt:before {
+  content: "\e183";
 }
 
-.navbar-collapse:before,
-.navbar-collapse:after {
-  display: table;
-  content: " ";
+.glyphicon-tower:before {
+  content: "\e184";
 }
 
-.navbar-collapse:after {
-  clear: both;
+.glyphicon-stats:before {
+  content: "\e185";
 }
 
-.navbar-collapse:before,
-.navbar-collapse:after {
-  display: table;
-  content: " ";
+.glyphicon-sd-video:before {
+  content: "\e186";
 }
 
-.navbar-collapse:after {
-  clear: both;
+.glyphicon-hd-video:before {
+  content: "\e187";
 }
 
-.navbar-collapse:before,
-.navbar-collapse:after {
-  display: table;
-  content: " ";
+.glyphicon-subtitles:before {
+  content: "\e188";
 }
 
-.navbar-collapse:after {
-  clear: both;
+.glyphicon-sound-stereo:before {
+  content: "\e189";
 }
 
-.navbar-collapse.in {
-  overflow-y: auto;
+.glyphicon-sound-dolby:before {
+  content: "\e190";
 }
 
-@media (min-width: 768px) {
-  .navbar-collapse {
-    width: auto;
-    padding-right: 0;
-    padding-left: 0;
-    border-top: 0;
-    box-shadow: none;
-  }
-  .navbar-collapse.collapse {
-    display: block !important;
-    height: auto !important;
-    padding-bottom: 0;
-    overflow: visible !important;
-  }
-  .navbar-collapse.in {
-    overflow-y: visible;
-  }
+.glyphicon-sound-5-1:before {
+  content: "\e191";
 }
 
-.navbar-static-top {
-  border-width: 0 0 1px;
+.glyphicon-sound-6-1:before {
+  content: "\e192";
 }
 
-@media (min-width: 768px) {
-  .navbar-static-top {
-    border-radius: 0;
-  }
+.glyphicon-sound-7-1:before {
+  content: "\e193";
 }
 
-.navbar-fixed-top,
-.navbar-fixed-bottom {
-  position: fixed;
-  right: 0;
-  left: 0;
-  z-index: 1030;
-  border-width: 0 0 1px;
+.glyphicon-copyright-mark:before {
+  content: "\e194";
 }
 
-@media (min-width: 768px) {
-  .navbar-fixed-top,
-  .navbar-fixed-bottom {
-    border-radius: 0;
-  }
+.glyphicon-registration-mark:before {
+  content: "\e195";
 }
 
-.navbar-fixed-top {
-  top: 0;
+.glyphicon-cloud-download:before {
+  content: "\e197";
 }
 
-.navbar-fixed-bottom {
-  bottom: 0;
-  margin-bottom: 0;
+.glyphicon-cloud-upload:before {
+  content: "\e198";
 }
 
-.navbar-brand {
-  float: left;
-  padding-top: 15px;
-  padding-bottom: 15px;
-  font-size: 18px;
-  line-height: 20px;
-  color: #c8c8c8;
+.glyphicon-tree-conifer:before {
+  content: "\e199";
 }
 
-.navbar-brand:hover,
-.navbar-brand:focus {
-  color: #ffffff;
-  text-decoration: none;
-  background-color: none;
+.glyphicon-tree-deciduous:before {
+  content: "\e200";
 }
 
-.navbar-toggle {
-  position: relative;
-  float: right;
+.caret {
+  display: inline-block;
+  width: 0;
+  height: 0;
+  margin-left: 2px;
+  vertical-align: middle;
+  border-top: 4px solid;
+  border-right: 4px solid transparent;
+  border-left: 4px solid transparent;
+}
+
+.dropdown {
+  position: relative;
+}
+
+.dropdown-toggle:focus {
+  outline: 0;
+}
+
+.dropdown-menu {
+  position: absolute;
+  top: 100%;
+  left: 0;
+  z-index: 1000;
+  display: none;
+  float: left;
+  min-width: 160px;
+  padding: 5px 0;
+  margin: 2px 0 0;
+  font-size: 14px;
+  list-style: none;
+  background-color: #3a3f44;
+  border: 1px solid #272b30;
+  border: 1px solid rgba(0, 0, 0, 0.15);
+  border-radius: 4px;
+  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
+          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
+  background-clip: padding-box;
+}
+
+.dropdown-menu.pull-right {
+  right: 0;
+  left: auto;
+}
+
+.dropdown-menu .divider {
+  height: 1px;
+  margin: 9px 0;
+  overflow: hidden;
+  background-color: #272b30;
+}
+
+.dropdown-menu > li > a {
+  display: block;
+  padding: 3px 20px;
+  clear: both;
+  font-weight: normal;
+  line-height: 1.428571429;
+  color: #c8c8c8;
+  white-space: nowrap;
+}
+
+.dropdown-menu > li > a:hover,
+.dropdown-menu > li > a:focus {
+  color: #ffffff;
+  text-decoration: none;
+  background-color: #272b30;
+}
+
+.dropdown-menu > .active > a,
+.dropdown-menu > .active > a:hover,
+.dropdown-menu > .active > a:focus {
+  color: #ffffff;
+  text-decoration: none;
+  background-color: #272b30;
+  outline: 0;
+}
+
+.dropdown-menu > .disabled > a,
+.dropdown-menu > .disabled > a:hover,
+.dropdown-menu > .disabled > a:focus {
+  color: #7a8288;
+}
+
+.dropdown-menu > .disabled > a:hover,
+.dropdown-menu > .disabled > a:focus {
+  text-decoration: none;
+  cursor: not-allowed;
+  background-color: transparent;
+  background-image: none;
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+}
+
+.open > .dropdown-menu {
+  display: block;
+}
+
+.open > a {
+  outline: 0;
+}
+
+.dropdown-header {
+  display: block;
+  padding: 3px 20px;
+  font-size: 12px;
+  line-height: 1.428571429;
+  color: #7a8288;
+}
+
+.dropdown-backdrop {
+  position: fixed;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  z-index: 990;
+}
+
+.pull-right > .dropdown-menu {
+  right: 0;
+  left: auto;
+}
+
+.dropup .caret,
+.navbar-fixed-bottom .dropdown .caret {
+  border-top: 0;
+  border-bottom: 4px solid;
+  content: "";
+}
+
+.dropup .dropdown-menu,
+.navbar-fixed-bottom .dropdown .dropdown-menu {
+  top: auto;
+  bottom: 100%;
+  margin-bottom: 1px;
+}
+
+@media (min-width: 768px) {
+  .navbar-right .dropdown-menu {
+    right: 0;
+    left: auto;
+  }
+}
+
+.btn-group,
+.btn-group-vertical {
+  position: relative;
+  display: inline-block;
+  vertical-align: middle;
+}
+
+.btn-group > .btn,
+.btn-group-vertical > .btn {
+  position: relative;
+  float: left;
+}
+
+.btn-group > .btn:hover,
+.btn-group-vertical > .btn:hover,
+.btn-group > .btn:focus,
+.btn-group-vertical > .btn:focus,
+.btn-group > .btn:active,
+.btn-group-vertical > .btn:active,
+.btn-group > .btn.active,
+.btn-group-vertical > .btn.active {
+  z-index: 2;
+}
+
+.btn-group > .btn:focus,
+.btn-group-vertical > .btn:focus {
+  outline: none;
+}
+
+.btn-group .btn + .btn,
+.btn-group .btn + .btn-group,
+.btn-group .btn-group + .btn,
+.btn-group .btn-group + .btn-group {
+  margin-left: -1px;
+}
+
+.btn-toolbar:before,
+.btn-toolbar:after {
+  display: table;
+  content: " ";
+}
+
+.btn-toolbar:after {
+  clear: both;
+}
+
+.btn-toolbar:before,
+.btn-toolbar:after {
+  display: table;
+  content: " ";
+}
+
+.btn-toolbar:after {
+  clear: both;
+}
+
+.btn-toolbar:before,
+.btn-toolbar:after {
+  display: table;
+  content: " ";
+}
+
+.btn-toolbar:after {
+  clear: both;
+}
+
+.btn-toolbar:before,
+.btn-toolbar:after {
+  display: table;
+  content: " ";
+}
+
+.btn-toolbar:after {
+  clear: both;
+}
+
+.btn-toolbar:before,
+.btn-toolbar:after {
+  display: table;
+  content: " ";
+}
+
+.btn-toolbar:after {
+  clear: both;
+}
+
+.btn-toolbar .btn-group {
+  float: left;
+}
+
+.btn-toolbar > .btn + .btn,
+.btn-toolbar > .btn-group + .btn,
+.btn-toolbar > .btn + .btn-group,
+.btn-toolbar > .btn-group + .btn-group {
+  margin-left: 5px;
+}
+
+.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
+  border-radius: 0;
+}
+
+.btn-group > .btn:first-child {
+  margin-left: 0;
+}
+
+.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+}
+
+.btn-group > .btn:last-child:not(:first-child),
+.btn-group > .dropdown-toggle:not(:first-child) {
+  border-bottom-left-radius: 0;
+  border-top-left-radius: 0;
+}
+
+.btn-group > .btn-group {
+  float: left;
+}
+
+.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
+  border-radius: 0;
+}
+
+.btn-group > .btn-group:first-child > .btn:last-child,
+.btn-group > .btn-group:first-child > .dropdown-toggle {
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+}
+
+.btn-group > .btn-group:last-child > .btn:first-child {
+  border-bottom-left-radius: 0;
+  border-top-left-radius: 0;
+}
+
+.btn-group .dropdown-toggle:active,
+.btn-group.open .dropdown-toggle {
+  outline: 0;
+}
+
+.btn-group-xs > .btn {
+  padding: 1px 5px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 3px;
+}
+
+.btn-group-sm > .btn {
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 3px;
+}
+
+.btn-group-lg > .btn {
+  padding: 14px 16px;
+  font-size: 18px;
+  line-height: 1.33;
+  border-radius: 6px;
+}
+
+.btn-group > .btn + .dropdown-toggle {
+  padding-right: 8px;
+  padding-left: 8px;
+}
+
+.btn-group > .btn-lg + .dropdown-toggle {
+  padding-right: 12px;
+  padding-left: 12px;
+}
+
+.btn-group.open .dropdown-toggle {
+  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+}
+
+.btn-group.open .dropdown-toggle.btn-link {
+  -webkit-box-shadow: none;
+          box-shadow: none;
+}
+
+.btn .caret {
+  margin-left: 0;
+}
+
+.btn-lg .caret {
+  border-width: 5px 5px 0;
+  border-bottom-width: 0;
+}
+
+.dropup .btn-lg .caret {
+  border-width: 0 5px 5px;
+}
+
+.btn-group-vertical > .btn,
+.btn-group-vertical > .btn-group,
+.btn-group-vertical > .btn-group > .btn {
+  display: block;
+  float: none;
+  width: 100%;
+  max-width: 100%;
+}
+
+.btn-group-vertical > .btn-group:before,
+.btn-group-vertical > .btn-group:after {
+  display: table;
+  content: " ";
+}
+
+.btn-group-vertical > .btn-group:after {
+  clear: both;
+}
+
+.btn-group-vertical > .btn-group:before,
+.btn-group-vertical > .btn-group:after {
+  display: table;
+  content: " ";
+}
+
+.btn-group-vertical > .btn-group:after {
+  clear: both;
+}
+
+.btn-group-vertical > .btn-group:before,
+.btn-group-vertical > .btn-group:after {
+  display: table;
+  content: " ";
+}
+
+.btn-group-vertical > .btn-group:after {
+  clear: both;
+}
+
+.btn-group-vertical > .btn-group:before,
+.btn-group-vertical > .btn-group:after {
+  display: table;
+  content: " ";
+}
+
+.btn-group-vertical > .btn-group:after {
+  clear: both;
+}
+
+.btn-group-vertical > .btn-group:before,
+.btn-group-vertical > .btn-group:after {
+  display: table;
+  content: " ";
+}
+
+.btn-group-vertical > .btn-group:after {
+  clear: both;
+}
+
+.btn-group-vertical > .btn-group > .btn {
+  float: none;
+}
+
+.btn-group-vertical > .btn + .btn,
+.btn-group-vertical > .btn + .btn-group,
+.btn-group-vertical > .btn-group + .btn,
+.btn-group-vertical > .btn-group + .btn-group {
+  margin-top: -1px;
+  margin-left: 0;
+}
+
+.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
+  border-radius: 0;
+}
+
+.btn-group-vertical > .btn:first-child:not(:last-child) {
+  border-top-right-radius: 4px;
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 0;
+}
+
+.btn-group-vertical > .btn:last-child:not(:first-child) {
+  border-top-right-radius: 0;
+  border-bottom-left-radius: 4px;
+  border-top-left-radius: 0;
+}
+
+.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
+  border-radius: 0;
+}
+
+.btn-group-vertical > .btn-group:first-child > .btn:last-child,
+.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
+  border-bottom-right-radius: 0;
+  border-bottom-left-radius: 0;
+}
+
+.btn-group-vertical > .btn-group:last-child > .btn:first-child {
+  border-top-right-radius: 0;
+  border-top-left-radius: 0;
+}
+
+.btn-group-justified {
+  display: table;
+  width: 100%;
+  border-collapse: separate;
+  table-layout: fixed;
+}
+
+.btn-group-justified > .btn,
+.btn-group-justified > .btn-group {
+  display: table-cell;
+  float: none;
+  width: 1%;
+}
+
+.btn-group-justified > .btn-group .btn {
+  width: 100%;
+}
+
+[data-toggle="buttons"] > .btn > input[type="radio"],
+[data-toggle="buttons"] > .btn > input[type="checkbox"] {
+  display: none;
+}
+
+.input-group {
+  position: relative;
+  display: table;
+  border-collapse: separate;
+}
+
+.input-group[class*="col-"] {
+  float: none;
+  padding-right: 0;
+  padding-left: 0;
+}
+
+.input-group .form-control {
+  width: 100%;
+  margin-bottom: 0;
+}
+
+.input-group-lg > .form-control,
+.input-group-lg > .input-group-addon,
+.input-group-lg > .input-group-btn > .btn {
+  height: 54px;
+  padding: 14px 16px;
+  font-size: 18px;
+  line-height: 1.33;
+  border-radius: 6px;
+}
+
+select.input-group-lg > .form-control,
+select.input-group-lg > .input-group-addon,
+select.input-group-lg > .input-group-btn > .btn {
+  height: 54px;
+  line-height: 54px;
+}
+
+textarea.input-group-lg > .form-control,
+textarea.input-group-lg > .input-group-addon,
+textarea.input-group-lg > .input-group-btn > .btn {
+  height: auto;
+}
+
+.input-group-sm > .form-control,
+.input-group-sm > .input-group-addon,
+.input-group-sm > .input-group-btn > .btn {
+  height: 30px;
+  padding: 5px 10px;
+  font-size: 12px;
+  line-height: 1.5;
+  border-radius: 3px;
+}
+
+select.input-group-sm > .form-control,
+select.input-group-sm > .input-group-addon,
+select.input-group-sm > .input-group-btn > .btn {
+  height: 30px;
+  line-height: 30px;
+}
+
+textarea.input-group-sm > .form-control,
+textarea.input-group-sm > .input-group-addon,
+textarea.input-group-sm > .input-group-btn > .btn {
+  height: auto;
+}
+
+.input-group-addon,
+.input-group-btn,
+.input-group .form-control {
+  display: table-cell;
+}
+
+.input-group-addon:not(:first-child):not(:last-child),
+.input-group-btn:not(:first-child):not(:last-child),
+.input-group .form-control:not(:first-child):not(:last-child) {
+  border-radius: 0;
+}
+
+.input-group-addon,
+.input-group-btn {
+  width: 1%;
+  white-space: nowrap;
+  vertical-align: middle;
+}
+
+.input-group-addon {
+  padding: 8px 12px;
+  font-size: 14px;
+  font-weight: normal;
+  line-height: 1;
+  color: #272b30;
+  text-align: center;
+  background-color: #999999;
+  border: 1px solid #cccccc;
+  border-radius: 4px;
+}
+
+.input-group-addon.input-sm {
+  padding: 5px 10px;
+  font-size: 12px;
+  border-radius: 3px;
+}
+
+.input-group-addon.input-lg {
+  padding: 14px 16px;
+  font-size: 18px;
+  border-radius: 6px;
+}
+
+.input-group-addon input[type="radio"],
+.input-group-addon input[type="checkbox"] {
+  margin-top: 0;
+}
+
+.input-group .form-control:first-child,
+.input-group-addon:first-child,
+.input-group-btn:first-child > .btn,
+.input-group-btn:first-child > .dropdown-toggle,
+.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0;
+}
+
+.input-group-addon:first-child {
+  border-right: 0;
+}
+
+.input-group .form-control:last-child,
+.input-group-addon:last-child,
+.input-group-btn:last-child > .btn,
+.input-group-btn:last-child > .dropdown-toggle,
+.input-group-btn:first-child > .btn:not(:first-child) {
+  border-bottom-left-radius: 0;
+  border-top-left-radius: 0;
+}
+
+.input-group-addon:last-child {
+  border-left: 0;
+}
+
+.input-group-btn {
+  position: relative;
+  white-space: nowrap;
+}
+
+.input-group-btn:first-child > .btn {
+  margin-right: -1px;
+}
+
+.input-group-btn:last-child > .btn {
+  margin-left: -1px;
+}
+
+.input-group-btn > .btn {
+  position: relative;
+}
+
+.input-group-btn > .btn + .btn {
+  margin-left: -4px;
+}
+
+.input-group-btn > .btn:hover,
+.input-group-btn > .btn:active {
+  z-index: 2;
+}
+
+.nav {
+  padding-left: 0;
+  margin-bottom: 0;
+  list-style: none;
+}
+
+.nav:before,
+.nav:after {
+  display: table;
+  content: " ";
+}
+
+.nav:after {
+  clear: both;
+}
+
+.nav:before,
+.nav:after {
+  display: table;
+  content: " ";
+}
+
+.nav:after {
+  clear: both;
+}
+
+.nav:before,
+.nav:after {
+  display: table;
+  content: " ";
+}
+
+.nav:after {
+  clear: both;
+}
+
+.nav:before,
+.nav:after {
+  display: table;
+  content: " ";
+}
+
+.nav:after {
+  clear: both;
+}
+
+.nav:before,
+.nav:after {
+  display: table;
+  content: " ";
+}
+
+.nav:after {
+  clear: both;
+}
+
+.nav > li {
+  position: relative;
+  display: block;
+}
+
+.nav > li > a {
+  position: relative;
+  display: block;
+  padding: 10px 15px;
+}
+
+.nav > li > a:hover,
+.nav > li > a:focus {
+  text-decoration: none;
+  background-color: #3e444c;
+}
+
+.nav > li.disabled > a {
+  color: #7a8288;
+}
+
+.nav > li.disabled > a:hover,
+.nav > li.disabled > a:focus {
+  color: #7a8288;
+  text-decoration: none;
+  cursor: not-allowed;
+  background-color: transparent;
+}
+
+.nav .open > a,
+.nav .open > a:hover,
+.nav .open > a:focus {
+  background-color: #3e444c;
+  border-color: #ffffff;
+}
+
+.nav .nav-divider {
+  height: 1px;
+  margin: 9px 0;
+  overflow: hidden;
+  background-color: #e5e5e5;
+}
+
+.nav > li > a > img {
+  max-width: none;
+}
+
+.nav-tabs {
+  border-bottom: 1px solid #1c1e22;
+}
+
+.nav-tabs > li {
+  float: left;
+  margin-bottom: -1px;
+}
+
+.nav-tabs > li > a {
+  margin-right: 2px;
+  line-height: 1.428571429;
+  border: 1px solid transparent;
+  border-radius: 4px 4px 0 0;
+}
+
+.nav-tabs > li > a:hover {
+  border-color: #1c1e22 #1c1e22 #1c1e22;
+}
+
+.nav-tabs > li.active > a,
+.nav-tabs > li.active > a:hover,
+.nav-tabs > li.active > a:focus {
+  color: #ffffff;
+  cursor: default;
+  background-color: #3e444c;
+  border: 1px solid #1c1e22;
+  border-bottom-color: transparent;
+}
+
+.nav-tabs.nav-justified {
+  width: 100%;
+  border-bottom: 0;
+}
+
+.nav-tabs.nav-justified > li {
+  float: none;
+}
+
+.nav-tabs.nav-justified > li > a {
+  margin-bottom: 5px;
+  text-align: center;
+}
+
+.nav-tabs.nav-justified > .dropdown .dropdown-menu {
+  top: auto;
+  left: auto;
+}
+
+@media (min-width: 768px) {
+  .nav-tabs.nav-justified > li {
+    display: table-cell;
+    width: 1%;
+  }
+  .nav-tabs.nav-justified > li > a {
+    margin-bottom: 0;
+  }
+}
+
+.nav-tabs.nav-justified > li > a {
+  margin-right: 0;
+  border-radius: 4px;
+}
+
+.nav-tabs.nav-justified > .active > a,
+.nav-tabs.nav-justified > .active > a:hover,
+.nav-tabs.nav-justified > .active > a:focus {
+  border: 1px solid #1c1e22;
+}
+
+@media (min-width: 768px) {
+  .nav-tabs.nav-justified > li > a {
+    border-bottom: 1px solid #1c1e22;
+    border-radius: 4px 4px 0 0;
+  }
+  .nav-tabs.nav-justified > .active > a,
+  .nav-tabs.nav-justified > .active > a:hover,
+  .nav-tabs.nav-justified > .active > a:focus {
+    border-bottom-color: #272b30;
+  }
+}
+
+.nav-pills > li {
+  float: left;
+}
+
+.nav-pills > li > a {
+  border-radius: 4px;
+}
+
+.nav-pills > li + li {
+  margin-left: 2px;
+}
+
+.nav-pills > li.active > a,
+.nav-pills > li.active > a:hover,
+.nav-pills > li.active > a:focus {
+  color: #ffffff;
+  background-color: transparent;
+}
+
+.nav-stacked > li {
+  float: none;
+}
+
+.nav-stacked > li + li {
+  margin-top: 2px;
+  margin-left: 0;
+}
+
+.nav-justified {
+  width: 100%;
+}
+
+.nav-justified > li {
+  float: none;
+}
+
+.nav-justified > li > a {
+  margin-bottom: 5px;
+  text-align: center;
+}
+
+.nav-justified > .dropdown .dropdown-menu {
+  top: auto;
+  left: auto;
+}
+
+@media (min-width: 768px) {
+  .nav-justified > li {
+    display: table-cell;
+    width: 1%;
+  }
+  .nav-justified > li > a {
+    margin-bottom: 0;
+  }
+}
+
+.nav-tabs-justified {
+  border-bottom: 0;
+}
+
+.nav-tabs-justified > li > a {
+  margin-right: 0;
+  border-radius: 4px;
+}
+
+.nav-tabs-justified > .active > a,
+.nav-tabs-justified > .active > a:hover,
+.nav-tabs-justified > .active > a:focus {
+  border: 1px solid #1c1e22;
+}
+
+@media (min-width: 768px) {
+  .nav-tabs-justified > li > a {
+    border-bottom: 1px solid #1c1e22;
+    border-radius: 4px 4px 0 0;
+  }
+  .nav-tabs-justified > .active > a,
+  .nav-tabs-justified > .active > a:hover,
+  .nav-tabs-justified > .active > a:focus {
+    border-bottom-color: #272b30;
+  }
+}
+
+.tab-content > .tab-pane {
+  display: none;
+}
+
+.tab-content > .active {
+  display: block;
+}
+
+.nav-tabs .dropdown-menu {
+  margin-top: -1px;
+  border-top-right-radius: 0;
+  border-top-left-radius: 0;
+}
+
+.navbar {
+  position: relative;
+  min-height: 50px;
+  margin-bottom: 20px;
+  border: 1px solid transparent;
+}
+
+.navbar:before,
+.navbar:after {
+  display: table;
+  content: " ";
+}
+
+.navbar:after {
+  clear: both;
+}
+
+.navbar:before,
+.navbar:after {
+  display: table;
+  content: " ";
+}
+
+.navbar:after {
+  clear: both;
+}
+
+.navbar:before,
+.navbar:after {
+  display: table;
+  content: " ";
+}
+
+.navbar:after {
+  clear: both;
+}
+
+.navbar:before,
+.navbar:after {
+  display: table;
+  content: " ";
+}
+
+.navbar:after {
+  clear: both;
+}
+
+.navbar:before,
+.navbar:after {
+  display: table;
+  content: " ";
+}
+
+.navbar:after {
+  clear: both;
+}
+
+@media (min-width: 768px) {
+  .navbar {
+    border-radius: 4px;
+  }
+}
+
+.navbar-header:before,
+.navbar-header:after {
+  display: table;
+  content: " ";
+}
+
+.navbar-header:after {
+  clear: both;
+}
+
+.navbar-header:before,
+.navbar-header:after {
+  display: table;
+  content: " ";
+}
+
+.navbar-header:after {
+  clear: both;
+}
+
+.navbar-header:before,
+.navbar-header:after {
+  display: table;
+  content: " ";
+}
+
+.navbar-header:after {
+  clear: both;
+}
+
+.navbar-header:before,
+.navbar-header:after {
+  display: table;
+  content: " ";
+}
+
+.navbar-header:after {
+  clear: both;
+}
+
+.navbar-header:before,
+.navbar-header:after {
+  display: table;
+  content: " ";
+}
+
+.navbar-header:after {
+  clear: both;
+}
+
+@media (min-width: 768px) {
+  .navbar-header {
+    float: left;
+  }
+}
+
+.navbar-collapse {
+  max-height: 340px;
+  padding-right: 15px;
+  padding-left: 15px;
+  overflow-x: visible;
+  border-top: 1px solid transparent;
+  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
+  -webkit-overflow-scrolling: touch;
+}
+
+.navbar-collapse:before,
+.navbar-collapse:after {
+  display: table;
+  content: " ";
+}
+
+.navbar-collapse:after {
+  clear: both;
+}
+
+.navbar-collapse:before,
+.navbar-collapse:after {
+  display: table;
+  content: " ";
+}
+
+.navbar-collapse:after {
+  clear: both;
+}
+
+.navbar-collapse:before,
+.navbar-collapse:after {
+  display: table;
+  content: " ";
+}
+
+.navbar-collapse:after {
+  clear: both;
+}
+
+.navbar-collapse:before,
+.navbar-collapse:after {
+  display: table;
+  content: " ";
+}
+
+.navbar-collapse:after {
+  clear: both;
+}
+
+.navbar-collapse:before,
+.navbar-collapse:after {
+  display: table;
+  content: " ";
+}
+
+.navbar-collapse:after {
+  clear: both;
+}
+
+.navbar-collapse.in {
+  overflow-y: auto;
+}
+
+@media (min-width: 768px) {
+  .navbar-collapse {
+    width: auto;
+    border-top: 0;
+    box-shadow: none;
+  }
+  .navbar-collapse.collapse {
+    display: block !important;
+    height: auto !important;
+    padding-bottom: 0;
+    overflow: visible !important;
+  }
+  .navbar-collapse.in {
+    overflow-y: visible;
+  }
+  .navbar-fixed-top .navbar-collapse,
+  .navbar-static-top .navbar-collapse,
+  .navbar-fixed-bottom .navbar-collapse {
+    padding-right: 0;
+    padding-left: 0;
+  }
+}
+
+.container > .navbar-header,
+.container > .navbar-collapse {
+  margin-right: -15px;
+  margin-left: -15px;
+}
+
+@media (min-width: 768px) {
+  .container > .navbar-header,
+  .container > .navbar-collapse {
+    margin-right: 0;
+    margin-left: 0;
+  }
+}
+
+.navbar-static-top {
+  z-index: 1000;
+  border-width: 0 0 1px;
+}
+
+@media (min-width: 768px) {
+  .navbar-static-top {
+    border-radius: 0;
+  }
+}
+
+.navbar-fixed-top,
+.navbar-fixed-bottom {
+  position: fixed;
+  right: 0;
+  left: 0;
+  z-index: 1030;
+}
+
+@media (min-width: 768px) {
+  .navbar-fixed-top,
+  .navbar-fixed-bottom {
+    border-radius: 0;
+  }
+}
+
+.navbar-fixed-top {
+  top: 0;
+  border-width: 0 0 1px;
+}
+
+.navbar-fixed-bottom {
+  bottom: 0;
+  margin-bottom: 0;
+  border-width: 1px 0 0;
+}
+
+.navbar-brand {
+  float: left;
+  padding: 15px 15px;
+  font-size: 18px;
+  line-height: 20px;
+}
+
+.navbar-brand:hover,
+.navbar-brand:focus {
+  text-decoration: none;
+}
+
+@media (min-width: 768px) {
+  .navbar > .container .navbar-brand {
+    margin-left: -15px;
+  }
+}
+
+.navbar-toggle {
+  position: relative;
+  float: right;
   padding: 9px 10px;
   margin-top: 8px;
+  margin-right: 15px;
   margin-bottom: 8px;
   background-color: transparent;
-  border: 1px solid #dddddd;
+  background-image: none;
+  border: 1px solid transparent;
   border-radius: 4px;
 }
 
-.navbar-toggle:hover,
-.navbar-toggle:focus {
-  background-color: #dddddd;
-}
-
 .navbar-toggle .icon-bar {
   display: block;
   width: 22px;
   height: 2px;
-  background-color: #cccccc;
   border-radius: 1px;
 }
 
@@ -3624,9 +4818,6 @@ button.close {
 
 @media (min-width: 768px) {
   .navbar-toggle {
-    position: relative;
-    top: auto;
-    left: auto;
     display: none;
   }
 }
@@ -3639,27 +4830,6 @@ button.close {
   padding-top: 10px;
   padding-bottom: 10px;
   line-height: 20px;
-  color: #c8c8c8;
-}
-
-.navbar-nav > li > a:hover,
-.navbar-nav > li > a:focus {
-  color: #ffffff;
-  background-color: #272b2e;
-}
-
-.navbar-nav > .active > a,
-.navbar-nav > .active > a:hover,
-.navbar-nav > .active > a:focus {
-  color: #ffffff;
-  background-color: #272b2e;
-}
-
-.navbar-nav > .disabled > a,
-.navbar-nav > .disabled > a:hover,
-.navbar-nav > .disabled > a:focus {
-  color: #cccccc;
-  background-color: transparent;
 }
 
 @media (max-width: 767px) {
@@ -3678,26 +4848,11 @@ button.close {
   }
   .navbar-nav .open .dropdown-menu > li > a {
     line-height: 20px;
-    color: #c8c8c8;
   }
   .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-nav .open .dropdown-menu > li > a:focus {
-    color: #ffffff;
-    background-color: #272b2e;
     background-image: none;
   }
-  .navbar-nav .open .dropdown-menu > .active > a,
-  .navbar-nav .open .dropdown-menu > .active > a:hover,
-  .navbar-nav .open .dropdown-menu > .active > a:focus {
-    color: #ffffff;
-    background-color: #272b2e;
-  }
-  .navbar-nav .open .dropdown-menu > .disabled > a,
-  .navbar-nav .open .dropdown-menu > .disabled > a:hover,
-  .navbar-nav .open .dropdown-menu > .disabled > a:focus {
-    color: #cccccc;
-    background-color: transparent;
-  }
 }
 
 @media (min-width: 768px) {
@@ -3712,6 +4867,9 @@ button.close {
     padding-top: 15px;
     padding-bottom: 15px;
   }
+  .navbar-nav.navbar-right:last-child {
+    margin-right: -15px;
+  }
 }
 
 @media (min-width: 768px) {
@@ -3721,10 +4879,6 @@ button.close {
   .navbar-right {
     float: right !important;
   }
-  .navbar-right .dropdown-menu {
-    right: 0;
-    left: auto;
-  }
 }
 
 .navbar-form {
@@ -3733,8 +4887,8 @@ button.close {
   margin-right: -15px;
   margin-bottom: 6px;
   margin-left: -15px;
-  border-top: 1px solid #2a2d31;
-  border-bottom: 1px solid #2a2d31;
+  border-top: 1px solid transparent;
+  border-bottom: 1px solid transparent;
   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
           box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
 }
@@ -3748,6 +4902,9 @@ button.close {
   .navbar-form .form-control {
     display: inline-block;
   }
+  .navbar-form select.form-control {
+    width: auto;
+  }
   .navbar-form .radio,
   .navbar-form .checkbox {
     display: inline-block;
@@ -3779,6 +4936,9 @@ button.close {
     -webkit-box-shadow: none;
             box-shadow: none;
   }
+  .navbar-form.navbar-right:last-child {
+    margin-right: -15px;
+  }
 }
 
 .navbar-nav > li > .dropdown-menu {
@@ -3792,31 +4952,6 @@ button.close {
   border-bottom-left-radius: 0;
 }
 
-.navbar-nav > .dropdown > a:hover .caret,
-.navbar-nav > .dropdown > a:focus .caret {
-  border-top-color: #ffffff;
-  border-bottom-color: #ffffff;
-}
-
-.navbar-nav > .open > a,
-.navbar-nav > .open > a:hover,
-.navbar-nav > .open > a:focus {
-  color: #ffffff;
-  background-color: #272b2e;
-}
-
-.navbar-nav > .open > a .caret,
-.navbar-nav > .open > a:hover .caret,
-.navbar-nav > .open > a:focus .caret {
-  border-top-color: #ffffff;
-  border-bottom-color: #ffffff;
-}
-
-.navbar-nav > .dropdown > a .caret {
-  border-top-color: #c8c8c8;
-  border-bottom-color: #c8c8c8;
-}
-
 .navbar-nav.pull-right > li > .dropdown-menu,
 .navbar-nav > li > .dropdown-menu.pull-right {
   right: 0;
@@ -3828,25 +4963,128 @@ button.close {
   margin-bottom: 6px;
 }
 
+.navbar-btn.btn-sm {
+  margin-top: 10px;
+  margin-bottom: 10px;
+}
+
+.navbar-btn.btn-xs {
+  margin-top: 14px;
+  margin-bottom: 14px;
+}
+
 .navbar-text {
-  float: left;
   margin-top: 15px;
   margin-bottom: 15px;
-  color: #c8c8c8;
 }
 
 @media (min-width: 768px) {
   .navbar-text {
+    float: left;
     margin-right: 15px;
     margin-left: 15px;
   }
+  .navbar-text.navbar-right:last-child {
+    margin-right: 0;
+  }
+}
+
+.navbar-default {
+  background-color: #3a3f44;
+  border-color: #2b2e32;
+}
+
+.navbar-default .navbar-brand {
+  color: #c8c8c8;
+}
+
+.navbar-default .navbar-brand:hover,
+.navbar-default .navbar-brand:focus {
+  color: #ffffff;
+  background-color: none;
+}
+
+.navbar-default .navbar-text {
+  color: #c8c8c8;
+}
+
+.navbar-default .navbar-nav > li > a {
+  color: #c8c8c8;
+}
+
+.navbar-default .navbar-nav > li > a:hover,
+.navbar-default .navbar-nav > li > a:focus {
+  color: #ffffff;
+  background-color: #272b2e;
+}
+
+.navbar-default .navbar-nav > .active > a,
+.navbar-default .navbar-nav > .active > a:hover,
+.navbar-default .navbar-nav > .active > a:focus {
+  color: #ffffff;
+  background-color: #272b2e;
+}
+
+.navbar-default .navbar-nav > .disabled > a,
+.navbar-default .navbar-nav > .disabled > a:hover,
+.navbar-default .navbar-nav > .disabled > a:focus {
+  color: #cccccc;
+  background-color: transparent;
+}
+
+.navbar-default .navbar-toggle {
+  border-color: #272b2e;
+}
+
+.navbar-default .navbar-toggle:hover,
+.navbar-default .navbar-toggle:focus {
+  background-color: #272b2e;
+}
+
+.navbar-default .navbar-toggle .icon-bar {
+  background-color: #c8c8c8;
+}
+
+.navbar-default .navbar-collapse,
+.navbar-default .navbar-form {
+  border-color: #2b2e32;
+}
+
+.navbar-default .navbar-nav > .open > a,
+.navbar-default .navbar-nav > .open > a:hover,
+.navbar-default .navbar-nav > .open > a:focus {
+  color: #ffffff;
+  background-color: #272b2e;
+}
+
+@media (max-width: 767px) {
+  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
+    color: #c8c8c8;
+  }
+  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
+  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
+    color: #ffffff;
+    background-color: #272b2e;
+  }
+  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
+  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
+  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
+    color: #ffffff;
+    background-color: #272b2e;
+  }
+  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
+  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
+  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
+    color: #cccccc;
+    background-color: transparent;
+  }
 }
 
-.navbar-link {
+.navbar-default .navbar-link {
   color: #c8c8c8;
 }
 
-.navbar-link:hover {
+.navbar-default .navbar-link:hover {
   color: #ffffff;
 }
 
@@ -3894,12 +5132,12 @@ button.close {
 }
 
 .navbar-inverse .navbar-toggle {
-  border-color: #333333;
+  border-color: #5d6368;
 }
 
 .navbar-inverse .navbar-toggle:hover,
 .navbar-inverse .navbar-toggle:focus {
-  background-color: #333333;
+  background-color: #5d6368;
 }
 
 .navbar-inverse .navbar-toggle .icon-bar {
@@ -3918,27 +5156,13 @@ button.close {
   background-color: #5d6368;
 }
 
-.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
-  border-top-color: #ffffff;
-  border-bottom-color: #ffffff;
-}
-
-.navbar-inverse .navbar-nav > .dropdown > a .caret {
-  border-top-color: #cccccc;
-  border-bottom-color: #cccccc;
-}
-
-.navbar-inverse .navbar-nav > .open > a .caret,
-.navbar-inverse .navbar-nav > .open > a:hover .caret,
-.navbar-inverse .navbar-nav > .open > a:focus .caret {
-  border-top-color: #ffffff;
-  border-bottom-color: #ffffff;
-}
-
 @media (max-width: 767px) {
   .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
     border-color: #62686d;
   }
+  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
+    background-color: #62686d;
+  }
   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
     color: #cccccc;
   }
@@ -3969,1384 +5193,1515 @@ button.close {
   color: #ffffff;
 }
 
-.btn-default .caret {
-  border-top-color: #ffffff;
+.breadcrumb {
+  padding: 8px 15px;
+  margin-bottom: 20px;
+  list-style: none;
+  background-color: transparent;
+  border-radius: 4px;
 }
 
-.btn-primary .caret,
-.btn-success .caret,
-.btn-warning .caret,
-.btn-danger .caret,
-.btn-info .caret {
-  border-top-color: #fff;
+.breadcrumb > li {
+  display: inline-block;
 }
 
-.dropup .btn-default .caret {
-  border-bottom-color: #ffffff;
+.breadcrumb > li + li:before {
+  padding: 0 5px;
+  color: #cccccc;
+  content: "/\00a0";
 }
 
-.dropup .btn-primary .caret,
-.dropup .btn-success .caret,
-.dropup .btn-warning .caret,
-.dropup .btn-danger .caret,
-.dropup .btn-info .caret {
-  border-bottom-color: #fff;
+.breadcrumb > .active {
+  color: #7a8288;
 }
 
-.btn-group,
-.btn-group-vertical {
-  position: relative;
+.pagination {
   display: inline-block;
-  vertical-align: middle;
+  padding-left: 0;
+  margin: 20px 0;
+  border-radius: 4px;
 }
 
-.btn-group > .btn,
-.btn-group-vertical > .btn {
+.pagination > li {
+  display: inline;
+}
+
+.pagination > li > a,
+.pagination > li > span {
   position: relative;
   float: left;
+  padding: 8px 12px;
+  margin-left: -1px;
+  line-height: 1.428571429;
+  text-decoration: none;
+  background-color: #3a3f44;
+  border: 1px solid rgba(0, 0, 0, 0.6);
 }
 
-.btn-group > .btn:hover,
-.btn-group-vertical > .btn:hover,
-.btn-group > .btn:focus,
-.btn-group-vertical > .btn:focus,
-.btn-group > .btn:active,
-.btn-group-vertical > .btn:active,
-.btn-group > .btn.active,
-.btn-group-vertical > .btn.active {
+.pagination > li:first-child > a,
+.pagination > li:first-child > span {
+  margin-left: 0;
+  border-bottom-left-radius: 4px;
+  border-top-left-radius: 4px;
+}
+
+.pagination > li:last-child > a,
+.pagination > li:last-child > span {
+  border-top-right-radius: 4px;
+  border-bottom-right-radius: 4px;
+}
+
+.pagination > li > a:hover,
+.pagination > li > span:hover,
+.pagination > li > a:focus,
+.pagination > li > span:focus {
+  background-color: transparent;
+}
+
+.pagination > .active > a,
+.pagination > .active > span,
+.pagination > .active > a:hover,
+.pagination > .active > span:hover,
+.pagination > .active > a:focus,
+.pagination > .active > span:focus {
   z-index: 2;
+  color: #ffffff;
+  cursor: default;
+  background-color: #232628;
+  border-color: #232628;
 }
 
-.btn-group > .btn:focus,
-.btn-group-vertical > .btn:focus {
-  outline: none;
+.pagination > .disabled > span,
+.pagination > .disabled > span:hover,
+.pagination > .disabled > span:focus,
+.pagination > .disabled > a,
+.pagination > .disabled > a:hover,
+.pagination > .disabled > a:focus {
+  color: #7a8288;
+  cursor: not-allowed;
+  background-color: #3a3f44;
+  border-color: rgba(0, 0, 0, 0.6);
 }
 
-.btn-group .btn + .btn,
-.btn-group .btn + .btn-group,
-.btn-group .btn-group + .btn,
-.btn-group .btn-group + .btn-group {
-  margin-left: -1px;
+.pagination-lg > li > a,
+.pagination-lg > li > span {
+  padding: 14px 16px;
+  font-size: 18px;
 }
 
-.btn-toolbar:before,
-.btn-toolbar:after {
+.pagination-lg > li:first-child > a,
+.pagination-lg > li:first-child > span {
+  border-bottom-left-radius: 6px;
+  border-top-left-radius: 6px;
+}
+
+.pagination-lg > li:last-child > a,
+.pagination-lg > li:last-child > span {
+  border-top-right-radius: 6px;
+  border-bottom-right-radius: 6px;
+}
+
+.pagination-sm > li > a,
+.pagination-sm > li > span {
+  padding: 5px 10px;
+  font-size: 12px;
+}
+
+.pagination-sm > li:first-child > a,
+.pagination-sm > li:first-child > span {
+  border-bottom-left-radius: 3px;
+  border-top-left-radius: 3px;
+}
+
+.pagination-sm > li:last-child > a,
+.pagination-sm > li:last-child > span {
+  border-top-right-radius: 3px;
+  border-bottom-right-radius: 3px;
+}
+
+.pager {
+  padding-left: 0;
+  margin: 20px 0;
+  text-align: center;
+  list-style: none;
+}
+
+.pager:before,
+.pager:after {
   display: table;
   content: " ";
 }
 
-.btn-toolbar:after {
+.pager:after {
   clear: both;
 }
 
-.btn-toolbar:before,
-.btn-toolbar:after {
+.pager:before,
+.pager:after {
   display: table;
   content: " ";
 }
 
-.btn-toolbar:after {
+.pager:after {
   clear: both;
 }
 
-.btn-toolbar:before,
-.btn-toolbar:after {
+.pager:before,
+.pager:after {
   display: table;
   content: " ";
 }
 
-.btn-toolbar:after {
+.pager:after {
   clear: both;
 }
 
-.btn-toolbar:before,
-.btn-toolbar:after {
+.pager:before,
+.pager:after {
   display: table;
   content: " ";
 }
 
-.btn-toolbar:after {
+.pager:after {
+  clear: both;
+}
+
+.pager:before,
+.pager:after {
+  display: table;
+  content: " ";
+}
+
+.pager:after {
   clear: both;
 }
 
-.btn-toolbar:before,
-.btn-toolbar:after {
-  display: table;
-  content: " ";
+.pager li {
+  display: inline;
+}
+
+.pager li > a,
+.pager li > span {
+  display: inline-block;
+  padding: 5px 14px;
+  background-color: #3a3f44;
+  border: 1px solid rgba(0, 0, 0, 0.6);
+  border-radius: 15px;
 }
 
-.btn-toolbar:after {
-  clear: both;
+.pager li > a:hover,
+.pager li > a:focus {
+  text-decoration: none;
+  background-color: transparent;
 }
 
-.btn-toolbar .btn-group {
-  float: left;
+.pager .next > a,
+.pager .next > span {
+  float: right;
 }
 
-.btn-toolbar > .btn + .btn,
-.btn-toolbar > .btn-group + .btn,
-.btn-toolbar > .btn + .btn-group,
-.btn-toolbar > .btn-group + .btn-group {
-  margin-left: 5px;
+.pager .previous > a,
+.pager .previous > span {
+  float: left;
 }
 
-.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
-  border-radius: 0;
+.pager .disabled > a,
+.pager .disabled > a:hover,
+.pager .disabled > a:focus,
+.pager .disabled > span {
+  color: #7a8288;
+  cursor: not-allowed;
+  background-color: #3a3f44;
 }
 
-.btn-group > .btn:first-child {
-  margin-left: 0;
+.label {
+  display: inline;
+  padding: .2em .6em .3em;
+  font-size: 75%;
+  font-weight: bold;
+  line-height: 1;
+  color: #ffffff;
+  text-align: center;
+  white-space: nowrap;
+  vertical-align: baseline;
+  border-radius: .25em;
 }
 
-.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
-  border-top-right-radius: 0;
-  border-bottom-right-radius: 0;
+.label[href]:hover,
+.label[href]:focus {
+  color: #ffffff;
+  text-decoration: none;
+  cursor: pointer;
 }
 
-.btn-group > .btn:last-child:not(:first-child),
-.btn-group > .dropdown-toggle:not(:first-child) {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
+.label:empty {
+  display: none;
 }
 
-.btn-group > .btn-group {
-  float: left;
+.btn .label {
+  position: relative;
+  top: -1px;
 }
 
-.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
-  border-radius: 0;
+.label-default {
+  background-color: #3a3f44;
 }
 
-.btn-group > .btn-group:first-child > .btn:last-child,
-.btn-group > .btn-group:first-child > .dropdown-toggle {
-  border-top-right-radius: 0;
-  border-bottom-right-radius: 0;
+.label-default[href]:hover,
+.label-default[href]:focus {
+  background-color: #232628;
 }
 
-.btn-group > .btn-group:last-child > .btn:first-child {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0;
+.label-primary {
+  background-color: #7a8288;
 }
 
-.btn-group .dropdown-toggle:active,
-.btn-group.open .dropdown-toggle {
-  outline: 0;
+.label-primary[href]:hover,
+.label-primary[href]:focus {
+  background-color: #62686d;
 }
 
-.btn-group-xs > .btn {
-  padding: 5px 10px;
-  padding: 1px 5px;
-  font-size: 12px;
-  line-height: 1.5;
-  border-radius: 3px;
+.label-success {
+  background-color: #62c462;
 }
 
-.btn-group-sm > .btn {
-  padding: 5px 10px;
-  font-size: 12px;
-  line-height: 1.5;
-  border-radius: 3px;
+.label-success[href]:hover,
+.label-success[href]:focus {
+  background-color: #42b142;
 }
 
-.btn-group-lg > .btn {
-  padding: 14px 16px;
-  font-size: 18px;
-  line-height: 1.33;
-  border-radius: 6px;
+.label-info {
+  background-color: #5bc0de;
 }
 
-.btn-group > .btn + .dropdown-toggle {
-  padding-right: 8px;
-  padding-left: 8px;
+.label-info[href]:hover,
+.label-info[href]:focus {
+  background-color: #31b0d5;
 }
 
-.btn-group > .btn-lg + .dropdown-toggle {
-  padding-right: 12px;
-  padding-left: 12px;
+.label-warning {
+  background-color: #f89406;
 }
 
-.btn-group.open .dropdown-toggle {
-  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+.label-warning[href]:hover,
+.label-warning[href]:focus {
+  background-color: #c67605;
 }
 
-.btn .caret {
-  margin-left: 0;
+.label-danger {
+  background-color: #ee5f5b;
 }
 
-.btn-lg .caret {
-  border-width: 5px;
+.label-danger[href]:hover,
+.label-danger[href]:focus {
+  background-color: #e9322d;
 }
 
-.dropup .btn-lg .caret {
-  border-bottom-width: 5px;
+.badge {
+  display: inline-block;
+  min-width: 10px;
+  padding: 3px 7px;
+  font-size: 12px;
+  font-weight: bold;
+  line-height: 1;
+  color: #ffffff;
+  text-align: center;
+  white-space: nowrap;
+  vertical-align: baseline;
+  background-color: #7a8288;
+  border-radius: 10px;
 }
 
-.btn-group-vertical > .btn,
-.btn-group-vertical > .btn-group {
-  display: block;
-  float: none;
-  width: 100%;
-  max-width: 100%;
+.badge:empty {
+  display: none;
 }
 
-.btn-group-vertical > .btn-group:before,
-.btn-group-vertical > .btn-group:after {
-  display: table;
-  content: " ";
+.btn .badge {
+  position: relative;
+  top: -1px;
 }
 
-.btn-group-vertical > .btn-group:after {
-  clear: both;
+a.badge:hover,
+a.badge:focus {
+  color: #ffffff;
+  text-decoration: none;
+  cursor: pointer;
 }
 
-.btn-group-vertical > .btn-group:before,
-.btn-group-vertical > .btn-group:after {
-  display: table;
-  content: " ";
+a.list-group-item.active > .badge,
+.nav-pills > .active > a > .badge {
+  color: #ffffff;
+  background-color: #7a8288;
 }
 
-.btn-group-vertical > .btn-group:after {
-  clear: both;
+.nav-pills > li > a > .badge {
+  margin-left: 3px;
 }
 
-.btn-group-vertical > .btn-group:before,
-.btn-group-vertical > .btn-group:after {
-  display: table;
-  content: " ";
+.jumbotron {
+  padding: 30px;
+  margin-bottom: 30px;
+  font-size: 21px;
+  font-weight: 200;
+  line-height: 2.1428571435;
+  color: inherit;
+  background-color: #1c1e22;
 }
 
-.btn-group-vertical > .btn-group:after {
-  clear: both;
+.jumbotron h1,
+.jumbotron .h1 {
+  line-height: 1;
+  color: inherit;
 }
 
-.btn-group-vertical > .btn-group:before,
-.btn-group-vertical > .btn-group:after {
-  display: table;
-  content: " ";
+.jumbotron p {
+  line-height: 1.4;
 }
 
-.btn-group-vertical > .btn-group:after {
-  clear: both;
+.container .jumbotron {
+  border-radius: 6px;
 }
 
-.btn-group-vertical > .btn-group:before,
-.btn-group-vertical > .btn-group:after {
-  display: table;
-  content: " ";
+.jumbotron .container {
+  max-width: 100%;
 }
 
-.btn-group-vertical > .btn-group:after {
-  clear: both;
+@media screen and (min-width: 768px) {
+  .jumbotron {
+    padding-top: 48px;
+    padding-bottom: 48px;
+  }
+  .container .jumbotron {
+    padding-right: 60px;
+    padding-left: 60px;
+  }
+  .jumbotron h1,
+  .jumbotron .h1 {
+    font-size: 63px;
+  }
 }
 
-.btn-group-vertical > .btn-group > .btn {
-  float: none;
+.thumbnail {
+  display: block;
+  padding: 4px;
+  margin-bottom: 20px;
+  line-height: 1.428571429;
+  background-color: #272b30;
+  border: 1px solid #dddddd;
+  border-radius: 4px;
+  -webkit-transition: all 0.2s ease-in-out;
+          transition: all 0.2s ease-in-out;
 }
 
-.btn-group-vertical > .btn + .btn,
-.btn-group-vertical > .btn + .btn-group,
-.btn-group-vertical > .btn-group + .btn,
-.btn-group-vertical > .btn-group + .btn-group {
-  margin-top: -1px;
-  margin-left: 0;
+.thumbnail > img,
+.thumbnail a > img {
+  display: block;
+  height: auto;
+  max-width: 100%;
+  margin-right: auto;
+  margin-left: auto;
 }
 
-.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
-  border-radius: 0;
+a.thumbnail:hover,
+a.thumbnail:focus,
+a.thumbnail.active {
+  border-color: #ffffff;
 }
 
-.btn-group-vertical > .btn:first-child:not(:last-child) {
-  border-top-right-radius: 4px;
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 0;
+.thumbnail .caption {
+  padding: 9px;
+  color: #c8c8c8;
 }
 
-.btn-group-vertical > .btn:last-child:not(:first-child) {
-  border-top-right-radius: 0;
-  border-bottom-left-radius: 4px;
-  border-top-left-radius: 0;
+.alert {
+  padding: 15px;
+  margin-bottom: 20px;
+  border: 1px solid transparent;
+  border-radius: 4px;
 }
 
-.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
-  border-radius: 0;
+.alert h4 {
+  margin-top: 0;
+  color: inherit;
 }
 
-.btn-group-vertical > .btn-group:first-child > .btn:last-child,
-.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 0;
+.alert .alert-link {
+  font-weight: bold;
 }
 
-.btn-group-vertical > .btn-group:last-child > .btn:first-child {
-  border-top-right-radius: 0;
-  border-top-left-radius: 0;
+.alert > p,
+.alert > ul {
+  margin-bottom: 0;
 }
 
-.btn-group-justified {
-  display: table;
-  width: 100%;
-  border-collapse: separate;
-  table-layout: fixed;
+.alert > p + p {
+  margin-top: 5px;
 }
 
-.btn-group-justified .btn {
-  display: table-cell;
-  float: none;
-  width: 1%;
+.alert-dismissable {
+  padding-right: 35px;
 }
 
-[data-toggle="buttons"] > .btn > input[type="radio"],
-[data-toggle="buttons"] > .btn > input[type="checkbox"] {
-  display: none;
+.alert-dismissable .close {
+  position: relative;
+  top: -2px;
+  right: -21px;
+  color: inherit;
 }
 
-.breadcrumb {
-  padding: 8px 15px;
-  margin-bottom: 20px;
-  list-style: none;
-  background-color: #f5f5f5;
-  border-radius: 4px;
+.alert-success {
+  color: #ffffff;
+  background-color: #62c462;
+  border-color: #62bd4f;
 }
 
-.breadcrumb > li {
-  display: inline-block;
+.alert-success hr {
+  border-top-color: #55b142;
 }
 
-.breadcrumb > li + li:before {
-  padding: 0 5px;
-  color: #cccccc;
-  content: "/\00a0";
+.alert-success .alert-link {
+  color: #e6e6e6;
 }
 
-.breadcrumb > .active {
-  color: #7a8288;
+.alert-info {
+  color: #ffffff;
+  background-color: #5bc0de;
+  border-color: #3dced8;
 }
 
-.pagination {
-  display: inline-block;
-  padding-left: 0;
-  margin: 20px 0;
-  border-radius: 4px;
+.alert-info hr {
+  border-top-color: #2ac7d2;
 }
 
-.pagination > li {
-  display: inline;
+.alert-info .alert-link {
+  color: #e6e6e6;
 }
 
-.pagination > li > a,
-.pagination > li > span {
-  position: relative;
-  float: left;
-  padding: 8px 12px;
-  margin-left: -1px;
-  line-height: 1.428571429;
-  text-decoration: none;
-  background-color: #3a3f44;
-  border: 1px solid rgba(0, 0, 0, 0.6);
+.alert-warning {
+  color: #ffffff;
+  background-color: #f89406;
+  border-color: #e96506;
 }
 
-.pagination > li:first-child > a,
-.pagination > li:first-child > span {
-  margin-left: 0;
-  border-bottom-left-radius: 4px;
-  border-top-left-radius: 4px;
+.alert-warning hr {
+  border-top-color: #d05a05;
 }
 
-.pagination > li:last-child > a,
-.pagination > li:last-child > span {
-  border-top-right-radius: 4px;
-  border-bottom-right-radius: 4px;
+.alert-warning .alert-link {
+  color: #e6e6e6;
 }
 
-.pagination > li > a:hover,
-.pagination > li > span:hover,
-.pagination > li > a:focus,
-.pagination > li > span:focus {
-  background-color: #999999;
+.alert-danger {
+  color: #ffffff;
+  background-color: #ee5f5b;
+  border-color: #ed4d63;
 }
 
-.pagination > .active > a,
-.pagination > .active > span,
-.pagination > .active > a:hover,
-.pagination > .active > span:hover,
-.pagination > .active > a:focus,
-.pagination > .active > span:focus {
-  z-index: 2;
-  color: #ffffff;
-  cursor: default;
-  background-color: #232628;
-  border-color: #232628;
+.alert-danger hr {
+  border-top-color: #ea364f;
 }
 
-.pagination > .disabled > span,
-.pagination > .disabled > a,
-.pagination > .disabled > a:hover,
-.pagination > .disabled > a:focus {
-  color: #7a8288;
-  cursor: not-allowed;
-  background-color: #3a3f44;
-  border-color: rgba(0, 0, 0, 0.6);
+.alert-danger .alert-link {
+  color: #e6e6e6;
 }
 
-.pagination-lg > li > a,
-.pagination-lg > li > span {
-  padding: 14px 16px;
-  font-size: 18px;
+@-webkit-keyframes progress-bar-stripes {
+  from {
+    background-position: 40px 0;
+  }
+  to {
+    background-position: 0 0;
+  }
 }
 
-.pagination-lg > li:first-child > a,
-.pagination-lg > li:first-child > span {
-  border-bottom-left-radius: 6px;
-  border-top-left-radius: 6px;
+@keyframes progress-bar-stripes {
+  from {
+    background-position: 40px 0;
+  }
+  to {
+    background-position: 0 0;
+  }
 }
 
-.pagination-lg > li:last-child > a,
-.pagination-lg > li:last-child > span {
-  border-top-right-radius: 6px;
-  border-bottom-right-radius: 6px;
+.progress {
+  height: 20px;
+  margin-bottom: 20px;
+  overflow: hidden;
+  background-color: #1c1e22;
+  border-radius: 4px;
+  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
+          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
 }
 
-.pagination-sm > li > a,
-.pagination-sm > li > span {
-  padding: 5px 10px;
+.progress-bar {
+  float: left;
+  width: 0;
+  height: 100%;
   font-size: 12px;
+  line-height: 20px;
+  color: #ffffff;
+  text-align: center;
+  background-color: #7a8288;
+  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
+          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
+  -webkit-transition: width 0.6s ease;
+          transition: width 0.6s ease;
 }
 
-.pagination-sm > li:first-child > a,
-.pagination-sm > li:first-child > span {
-  border-bottom-left-radius: 3px;
-  border-top-left-radius: 3px;
+.progress-striped .progress-bar {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-size: 40px 40px;
 }
 
-.pagination-sm > li:last-child > a,
-.pagination-sm > li:last-child > span {
-  border-top-right-radius: 3px;
-  border-bottom-right-radius: 3px;
+.progress.active .progress-bar {
+  -webkit-animation: progress-bar-stripes 2s linear infinite;
+          animation: progress-bar-stripes 2s linear infinite;
 }
 
-.pager {
-  padding-left: 0;
-  margin: 20px 0;
-  text-align: center;
-  list-style: none;
+.progress-bar-success {
+  background-color: #62c462;
 }
 
-.pager:before,
-.pager:after {
-  display: table;
-  content: " ";
+.progress-striped .progress-bar-success {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 }
 
-.pager:after {
-  clear: both;
+.progress-bar-info {
+  background-color: #5bc0de;
 }
 
-.pager:before,
-.pager:after {
-  display: table;
-  content: " ";
+.progress-striped .progress-bar-info {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 }
 
-.pager:after {
-  clear: both;
+.progress-bar-warning {
+  background-color: #f89406;
 }
 
-.pager:before,
-.pager:after {
-  display: table;
-  content: " ";
+.progress-striped .progress-bar-warning {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 }
 
-.pager:after {
-  clear: both;
+.progress-bar-danger {
+  background-color: #ee5f5b;
 }
 
-.pager:before,
-.pager:after {
-  display: table;
-  content: " ";
+.progress-striped .progress-bar-danger {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+
+.media,
+.media-body {
+  overflow: hidden;
+  zoom: 1;
 }
 
-.pager:after {
-  clear: both;
+.media,
+.media .media {
+  margin-top: 15px;
 }
 
-.pager:before,
-.pager:after {
-  display: table;
-  content: " ";
+.media:first-child {
+  margin-top: 0;
 }
 
-.pager:after {
-  clear: both;
+.media-object {
+  display: block;
 }
 
-.pager li {
-  display: inline;
+.media-heading {
+  margin: 0 0 5px;
 }
 
-.pager li > a,
-.pager li > span {
-  display: inline-block;
-  padding: 5px 14px;
-  background-color: #3a3f44;
-  border: 1px solid rgba(0, 0, 0, 0.6);
-  border-radius: 15px;
+.media > .pull-left {
+  margin-right: 10px;
 }
 
-.pager li > a:hover,
-.pager li > a:focus {
-  text-decoration: none;
-  background-color: #232628;
+.media > .pull-right {
+  margin-left: 10px;
 }
 
-.pager .next > a,
-.pager .next > span {
-  float: right;
+.media-list {
+  padding-left: 0;
+  list-style: none;
 }
 
-.pager .previous > a,
-.pager .previous > span {
-  float: left;
+.list-group {
+  padding-left: 0;
+  margin-bottom: 20px;
 }
 
-.pager .disabled > a,
-.pager .disabled > a:hover,
-.pager .disabled > a:focus,
-.pager .disabled > span {
-  color: #7a8288;
-  cursor: not-allowed;
-  background-color: #3a3f44;
+.list-group-item {
+  position: relative;
+  display: block;
+  padding: 10px 15px;
+  margin-bottom: -1px;
+  background-color: transparent;
+  border: 1px solid rgba(0, 0, 0, 0.6);
 }
 
-.modal-open {
-  overflow: hidden;
+.list-group-item:first-child {
+  border-top-right-radius: 4px;
+  border-top-left-radius: 4px;
 }
 
-.modal {
-  position: fixed;
-  top: 0;
-  right: 0;
-  bottom: 0;
-  left: 0;
-  z-index: 1040;
-  display: none;
-  overflow: auto;
-  overflow-y: scroll;
+.list-group-item:last-child {
+  margin-bottom: 0;
+  border-bottom-right-radius: 4px;
+  border-bottom-left-radius: 4px;
 }
 
-.modal.fade .modal-dialog {
-  -webkit-transform: translate(0, -25%);
-      -ms-transform: translate(0, -25%);
-          transform: translate(0, -25%);
-  -webkit-transition: -webkit-transform 0.3s ease-out;
-     -moz-transition: -moz-transform 0.3s ease-out;
-       -o-transition: -o-transform 0.3s ease-out;
-          transition: transform 0.3s ease-out;
+.list-group-item > .badge {
+  float: right;
 }
 
-.modal.in .modal-dialog {
-  -webkit-transform: translate(0, 0);
-      -ms-transform: translate(0, 0);
-          transform: translate(0, 0);
+.list-group-item > .badge + .badge {
+  margin-right: 5px;
 }
 
-.modal-dialog {
-  z-index: 1050;
-  width: auto;
-  padding: 10px;
-  margin-right: auto;
-  margin-left: auto;
+a.list-group-item {
+  color: #c8c8c8;
 }
 
-.modal-content {
-  position: relative;
-  background-color: #2e3338;
-  border: 1px solid #999999;
-  border: 1px solid rgba(0, 0, 0, 0.2);
-  border-radius: 6px;
-  outline: none;
-  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
-          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
-  background-clip: padding-box;
+a.list-group-item .list-group-item-heading {
+  color: #ffffff;
 }
 
-.modal-backdrop {
-  position: fixed;
-  top: 0;
-  right: 0;
-  bottom: 0;
-  left: 0;
-  z-index: 1030;
-  background-color: #000000;
+a.list-group-item:hover,
+a.list-group-item:focus {
+  text-decoration: none;
+  background-color: #3e444c;
 }
 
-.modal-backdrop.fade {
-  opacity: 0;
-  filter: alpha(opacity=0);
+a.list-group-item.active,
+a.list-group-item.active:hover,
+a.list-group-item.active:focus {
+  z-index: 2;
+  color: #ffffff;
+  background-color: #3e444c;
+  border-color: rgba(0, 0, 0, 0.6);
 }
 
-.modal-backdrop.in {
-  opacity: 0.5;
-  filter: alpha(opacity=50);
+a.list-group-item.active .list-group-item-heading,
+a.list-group-item.active:hover .list-group-item-heading,
+a.list-group-item.active:focus .list-group-item-heading {
+  color: inherit;
 }
 
-.modal-header {
-  min-height: 16.428571429px;
-  padding: 15px;
-  border-bottom: 1px solid #1c1e22;
+a.list-group-item.active .list-group-item-text,
+a.list-group-item.active:hover .list-group-item-text,
+a.list-group-item.active:focus .list-group-item-text {
+  color: #a2aab4;
 }
 
-.modal-header .close {
-  margin-top: -2px;
+.list-group-item-heading {
+  margin-top: 0;
+  margin-bottom: 5px;
 }
 
-.modal-title {
-  margin: 0;
-  line-height: 1.428571429;
+.list-group-item-text {
+  margin-bottom: 0;
+  line-height: 1.3;
 }
 
-.modal-body {
-  position: relative;
-  padding: 20px;
+.panel {
+  margin-bottom: 20px;
+  background-color: #2e3338;
+  border: 1px solid transparent;
+  border-radius: 4px;
+  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
+          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
 }
 
-.modal-footer {
-  padding: 19px 20px 20px;
-  margin-top: 15px;
-  text-align: right;
-  border-top: 1px solid #1c1e22;
+.panel-body {
+  padding: 15px;
 }
 
-.modal-footer:before,
-.modal-footer:after {
+.panel-body:before,
+.panel-body:after {
   display: table;
   content: " ";
 }
 
-.modal-footer:after {
+.panel-body:after {
   clear: both;
 }
 
-.modal-footer:before,
-.modal-footer:after {
+.panel-body:before,
+.panel-body:after {
   display: table;
   content: " ";
 }
 
-.modal-footer:after {
+.panel-body:after {
   clear: both;
 }
 
-.modal-footer:before,
-.modal-footer:after {
+.panel-body:before,
+.panel-body:after {
   display: table;
   content: " ";
 }
 
-.modal-footer:after {
+.panel-body:after {
   clear: both;
 }
 
-.modal-footer:before,
-.modal-footer:after {
+.panel-body:before,
+.panel-body:after {
   display: table;
   content: " ";
 }
 
-.modal-footer:after {
+.panel-body:after {
   clear: both;
 }
 
-.modal-footer:before,
-.modal-footer:after {
+.panel-body:before,
+.panel-body:after {
   display: table;
   content: " ";
 }
 
-.modal-footer:after {
+.panel-body:after {
   clear: both;
 }
 
-.modal-footer .btn + .btn {
+.panel > .list-group {
   margin-bottom: 0;
-  margin-left: 5px;
 }
 
-.modal-footer .btn-group .btn + .btn {
-  margin-left: -1px;
+.panel > .list-group .list-group-item {
+  border-width: 1px 0;
 }
 
-.modal-footer .btn-block + .btn-block {
-  margin-left: 0;
+.panel > .list-group .list-group-item:first-child {
+  border-top-right-radius: 0;
+  border-top-left-radius: 0;
 }
 
-@media screen and (min-width: 768px) {
-  .modal-dialog {
-    right: auto;
-    left: 50%;
-    width: 600px;
-    padding-top: 30px;
-    padding-bottom: 30px;
-  }
-  .modal-content {
-    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
-            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
-  }
+.panel > .list-group .list-group-item:last-child {
+  border-bottom: 0;
 }
 
-.tooltip {
-  position: absolute;
-  z-index: 1030;
-  display: block;
-  font-size: 12px;
-  line-height: 1.4;
-  opacity: 0;
-  filter: alpha(opacity=0);
-  visibility: visible;
+.panel-heading + .list-group .list-group-item:first-child {
+  border-top-width: 0;
+}
+
+.panel > .table,
+.panel > .table-responsive > .table {
+  margin-bottom: 0;
+}
+
+.panel > .panel-body + .table,
+.panel > .panel-body + .table-responsive {
+  border-top: 1px solid #1c1e22;
+}
+
+.panel > .table > tbody:first-child th,
+.panel > .table > tbody:first-child td {
+  border-top: 0;
+}
+
+.panel > .table-bordered,
+.panel > .table-responsive > .table-bordered {
+  border: 0;
+}
+
+.panel > .table-bordered > thead > tr > th:first-child,
+.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
+.panel > .table-bordered > tbody > tr > th:first-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
+.panel > .table-bordered > tfoot > tr > th:first-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
+.panel > .table-bordered > thead > tr > td:first-child,
+.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
+.panel > .table-bordered > tbody > tr > td:first-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
+.panel > .table-bordered > tfoot > tr > td:first-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
+  border-left: 0;
+}
+
+.panel > .table-bordered > thead > tr > th:last-child,
+.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
+.panel > .table-bordered > tbody > tr > th:last-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
+.panel > .table-bordered > tfoot > tr > th:last-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
+.panel > .table-bordered > thead > tr > td:last-child,
+.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
+.panel > .table-bordered > tbody > tr > td:last-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
+.panel > .table-bordered > tfoot > tr > td:last-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
+  border-right: 0;
+}
+
+.panel > .table-bordered > thead > tr:last-child > th,
+.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
+.panel > .table-bordered > tbody > tr:last-child > th,
+.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
+.panel > .table-bordered > tfoot > tr:last-child > th,
+.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
+.panel > .table-bordered > thead > tr:last-child > td,
+.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
+.panel > .table-bordered > tbody > tr:last-child > td,
+.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
+.panel > .table-bordered > tfoot > tr:last-child > td,
+.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
+  border-bottom: 0;
+}
+
+.panel > .table-responsive {
+  margin-bottom: 0;
+  border: 0;
+}
+
+.panel-heading {
+  padding: 10px 15px;
+  border-bottom: 1px solid transparent;
+  border-top-right-radius: 3px;
+  border-top-left-radius: 3px;
+}
+
+.panel-heading > .dropdown .dropdown-toggle {
+  color: inherit;
 }
 
-.tooltip.in {
-  opacity: 0.9;
-  filter: alpha(opacity=90);
+.panel-title {
+  margin-top: 0;
+  margin-bottom: 0;
+  font-size: 16px;
+  color: inherit;
 }
 
-.tooltip.top {
-  padding: 5px 0;
-  margin-top: -3px;
+.panel-title > a {
+  color: inherit;
 }
 
-.tooltip.right {
-  padding: 0 5px;
-  margin-left: 3px;
+.panel-footer {
+  padding: 10px 15px;
+  background-color: #3e444c;
+  border-top: 1px solid rgba(0, 0, 0, 0.6);
+  border-bottom-right-radius: 3px;
+  border-bottom-left-radius: 3px;
 }
 
-.tooltip.bottom {
-  padding: 5px 0;
-  margin-top: 3px;
+.panel-group .panel {
+  margin-bottom: 0;
+  overflow: hidden;
+  border-radius: 4px;
 }
 
-.tooltip.left {
-  padding: 0 5px;
-  margin-left: -3px;
+.panel-group .panel + .panel {
+  margin-top: 5px;
 }
 
-.tooltip-inner {
-  max-width: 200px;
-  padding: 3px 8px;
-  color: #ffffff;
-  text-align: center;
-  text-decoration: none;
-  background-color: rgba(0, 0, 0, 0.9);
-  border-radius: 4px;
+.panel-group .panel-heading {
+  border-bottom: 0;
 }
 
-.tooltip-arrow {
-  position: absolute;
-  width: 0;
-  height: 0;
-  border-color: transparent;
-  border-style: solid;
+.panel-group .panel-heading + .panel-collapse .panel-body {
+  border-top: 1px solid rgba(0, 0, 0, 0.6);
 }
 
-.tooltip.top .tooltip-arrow {
-  bottom: 0;
-  left: 50%;
-  margin-left: -5px;
-  border-top-color: rgba(0, 0, 0, 0.9);
-  border-width: 5px 5px 0;
+.panel-group .panel-footer {
+  border-top: 0;
 }
 
-.tooltip.top-left .tooltip-arrow {
-  bottom: 0;
-  left: 5px;
-  border-top-color: rgba(0, 0, 0, 0.9);
-  border-width: 5px 5px 0;
+.panel-group .panel-footer + .panel-collapse .panel-body {
+  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
 }
 
-.tooltip.top-right .tooltip-arrow {
-  right: 5px;
-  bottom: 0;
-  border-top-color: rgba(0, 0, 0, 0.9);
-  border-width: 5px 5px 0;
+.panel-default {
+  border-color: rgba(0, 0, 0, 0.6);
 }
 
-.tooltip.right .tooltip-arrow {
-  top: 50%;
-  left: 0;
-  margin-top: -5px;
-  border-right-color: rgba(0, 0, 0, 0.9);
-  border-width: 5px 5px 5px 0;
+.panel-default > .panel-heading {
+  color: #c8c8c8;
+  background-color: #3e444c;
+  border-color: rgba(0, 0, 0, 0.6);
 }
 
-.tooltip.left .tooltip-arrow {
-  top: 50%;
-  right: 0;
-  margin-top: -5px;
-  border-left-color: rgba(0, 0, 0, 0.9);
-  border-width: 5px 0 5px 5px;
+.panel-default > .panel-heading + .panel-collapse .panel-body {
+  border-top-color: rgba(0, 0, 0, 0.6);
 }
 
-.tooltip.bottom .tooltip-arrow {
-  top: 0;
-  left: 50%;
-  margin-left: -5px;
-  border-bottom-color: rgba(0, 0, 0, 0.9);
-  border-width: 0 5px 5px;
+.panel-default > .panel-footer + .panel-collapse .panel-body {
+  border-bottom-color: rgba(0, 0, 0, 0.6);
 }
 
-.tooltip.bottom-left .tooltip-arrow {
-  top: 0;
-  left: 5px;
-  border-bottom-color: rgba(0, 0, 0, 0.9);
-  border-width: 0 5px 5px;
+.panel-primary {
+  border-color: rgba(0, 0, 0, 0.6);
 }
 
-.tooltip.bottom-right .tooltip-arrow {
-  top: 0;
-  right: 5px;
-  border-bottom-color: rgba(0, 0, 0, 0.9);
-  border-width: 0 5px 5px;
+.panel-primary > .panel-heading {
+  color: #ffffff;
+  background-color: #7a8288;
+  border-color: rgba(0, 0, 0, 0.6);
 }
 
-.popover {
-  position: absolute;
-  top: 0;
-  left: 0;
-  z-index: 1010;
-  display: none;
-  max-width: 276px;
-  padding: 1px;
-  text-align: left;
-  white-space: normal;
-  background-color: #ffffff;
-  border: 1px solid #cccccc;
-  border: 1px solid rgba(0, 0, 0, 0.2);
-  border-radius: 6px;
-  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-  background-clip: padding-box;
+.panel-primary > .panel-heading + .panel-collapse .panel-body {
+  border-top-color: rgba(0, 0, 0, 0.6);
 }
 
-.popover.top {
-  margin-top: -10px;
+.panel-primary > .panel-footer + .panel-collapse .panel-body {
+  border-bottom-color: rgba(0, 0, 0, 0.6);
 }
 
-.popover.right {
-  margin-left: 10px;
+.panel-success {
+  border-color: rgba(0, 0, 0, 0.6);
 }
 
-.popover.bottom {
-  margin-top: 10px;
+.panel-success > .panel-heading {
+  color: #ffffff;
+  background-color: #62c462;
+  border-color: rgba(0, 0, 0, 0.6);
 }
 
-.popover.left {
-  margin-left: -10px;
+.panel-success > .panel-heading + .panel-collapse .panel-body {
+  border-top-color: rgba(0, 0, 0, 0.6);
 }
 
-.popover-title {
-  padding: 8px 14px;
-  margin: 0;
-  font-size: 14px;
-  font-weight: normal;
-  line-height: 18px;
-  background-color: #f7f7f7;
-  border-bottom: 1px solid #ebebeb;
-  border-radius: 5px 5px 0 0;
+.panel-success > .panel-footer + .panel-collapse .panel-body {
+  border-bottom-color: rgba(0, 0, 0, 0.6);
 }
 
-.popover-content {
-  padding: 9px 14px;
+.panel-warning {
+  border-color: rgba(0, 0, 0, 0.6);
 }
 
-.popover .arrow,
-.popover .arrow:after {
-  position: absolute;
-  display: block;
-  width: 0;
-  height: 0;
-  border-color: transparent;
-  border-style: solid;
+.panel-warning > .panel-heading {
+  color: #ffffff;
+  background-color: #f89406;
+  border-color: rgba(0, 0, 0, 0.6);
 }
 
-.popover .arrow {
-  border-width: 11px;
+.panel-warning > .panel-heading + .panel-collapse .panel-body {
+  border-top-color: rgba(0, 0, 0, 0.6);
 }
 
-.popover .arrow:after {
-  border-width: 10px;
-  content: "";
+.panel-warning > .panel-footer + .panel-collapse .panel-body {
+  border-bottom-color: rgba(0, 0, 0, 0.6);
 }
 
-.popover.top .arrow {
-  bottom: -11px;
-  left: 50%;
-  margin-left: -11px;
-  border-top-color: #999999;
-  border-top-color: rgba(0, 0, 0, 0.25);
-  border-bottom-width: 0;
+.panel-danger {
+  border-color: rgba(0, 0, 0, 0.6);
 }
 
-.popover.top .arrow:after {
-  bottom: 1px;
-  margin-left: -10px;
-  border-top-color: #ffffff;
-  border-bottom-width: 0;
-  content: " ";
+.panel-danger > .panel-heading {
+  color: #ffffff;
+  background-color: #ee5f5b;
+  border-color: rgba(0, 0, 0, 0.6);
 }
 
-.popover.right .arrow {
-  top: 50%;
-  left: -11px;
-  margin-top: -11px;
-  border-right-color: #999999;
-  border-right-color: rgba(0, 0, 0, 0.25);
-  border-left-width: 0;
+.panel-danger > .panel-heading + .panel-collapse .panel-body {
+  border-top-color: rgba(0, 0, 0, 0.6);
 }
 
-.popover.right .arrow:after {
-  bottom: -10px;
-  left: 1px;
-  border-right-color: #ffffff;
-  border-left-width: 0;
-  content: " ";
+.panel-danger > .panel-footer + .panel-collapse .panel-body {
+  border-bottom-color: rgba(0, 0, 0, 0.6);
 }
 
-.popover.bottom .arrow {
-  top: -11px;
-  left: 50%;
-  margin-left: -11px;
-  border-bottom-color: #999999;
-  border-bottom-color: rgba(0, 0, 0, 0.25);
-  border-top-width: 0;
+.panel-info {
+  border-color: rgba(0, 0, 0, 0.6);
 }
 
-.popover.bottom .arrow:after {
-  top: 1px;
-  margin-left: -10px;
-  border-bottom-color: #ffffff;
-  border-top-width: 0;
-  content: " ";
+.panel-info > .panel-heading {
+  color: #ffffff;
+  background-color: #5bc0de;
+  border-color: rgba(0, 0, 0, 0.6);
 }
 
-.popover.left .arrow {
-  top: 50%;
-  right: -11px;
-  margin-top: -11px;
-  border-left-color: #999999;
-  border-left-color: rgba(0, 0, 0, 0.25);
-  border-right-width: 0;
+.panel-info > .panel-heading + .panel-collapse .panel-body {
+  border-top-color: rgba(0, 0, 0, 0.6);
 }
 
-.popover.left .arrow:after {
-  right: 1px;
-  bottom: -10px;
-  border-left-color: #ffffff;
-  border-right-width: 0;
-  content: " ";
+.panel-info > .panel-footer + .panel-collapse .panel-body {
+  border-bottom-color: rgba(0, 0, 0, 0.6);
 }
 
-.alert {
-  padding: 15px;
+.well {
+  min-height: 20px;
+  padding: 19px;
   margin-bottom: 20px;
-  color: #ffffff;
-  background-color: #f89406;
-  border: 1px solid #e96506;
+  background-color: #1c1e22;
+  border: 1px solid #0c0d0e;
   border-radius: 4px;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
 }
 
-.alert h4 {
-  margin-top: 0;
-  color: inherit;
+.well blockquote {
+  border-color: #ddd;
+  border-color: rgba(0, 0, 0, 0.15);
+}
+
+.well-lg {
+  padding: 24px;
+  border-radius: 6px;
 }
 
-.alert hr {
-  border-top-color: #d05a05;
+.well-sm {
+  padding: 9px;
+  border-radius: 3px;
 }
 
-.alert .alert-link {
+.close {
+  float: right;
+  font-size: 21px;
   font-weight: bold;
-  color: #e6e6e6;
+  line-height: 1;
+  color: #000000;
+  text-shadow: 0 1px 0 #ffffff;
+  opacity: 0.2;
+  filter: alpha(opacity=20);
 }
 
-.alert > p,
-.alert > ul {
-  margin-bottom: 0;
+.close:hover,
+.close:focus {
+  color: #000000;
+  text-decoration: none;
+  cursor: pointer;
+  opacity: 0.5;
+  filter: alpha(opacity=50);
 }
 
-.alert > p + p {
-  margin-top: 5px;
+button.close {
+  padding: 0;
+  cursor: pointer;
+  background: transparent;
+  border: 0;
+  -webkit-appearance: none;
 }
 
-.alert-dismissable {
-  padding-right: 35px;
+.modal-open {
+  overflow: hidden;
 }
 
-.alert-dismissable .close {
-  position: relative;
-  top: -2px;
-  right: -21px;
-  color: inherit;
+.modal {
+  position: fixed;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  z-index: 1040;
+  display: none;
+  overflow: auto;
+  overflow-y: scroll;
 }
 
-.alert-success {
-  color: #ffffff;
-  background-color: #62c462;
-  border-color: #62bd4f;
+.modal.fade .modal-dialog {
+  -webkit-transform: translate(0, -25%);
+      -ms-transform: translate(0, -25%);
+          transform: translate(0, -25%);
+  -webkit-transition: -webkit-transform 0.3s ease-out;
+     -moz-transition: -moz-transform 0.3s ease-out;
+       -o-transition: -o-transform 0.3s ease-out;
+          transition: transform 0.3s ease-out;
 }
 
-.alert-success hr {
-  border-top-color: #55b142;
+.modal.in .modal-dialog {
+  -webkit-transform: translate(0, 0);
+      -ms-transform: translate(0, 0);
+          transform: translate(0, 0);
 }
 
-.alert-success .alert-link {
-  color: #e6e6e6;
+.modal-dialog {
+  position: relative;
+  z-index: 1050;
+  width: auto;
+  margin: 10px;
 }
 
-.alert-danger {
-  color: #ffffff;
-  background-color: #ee5f5b;
-  border-color: #ed4d63;
+.modal-content {
+  position: relative;
+  background-color: #2e3338;
+  border: 1px solid #999999;
+  border: 1px solid rgba(0, 0, 0, 0.2);
+  border-radius: 6px;
+  outline: none;
+  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
+          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
+  background-clip: padding-box;
 }
 
-.alert-danger hr {
-  border-top-color: #ea364f;
+.modal-backdrop {
+  position: fixed;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  z-index: 1030;
+  background-color: #000000;
 }
 
-.alert-danger .alert-link {
-  color: #e6e6e6;
+.modal-backdrop.fade {
+  opacity: 0;
+  filter: alpha(opacity=0);
 }
 
-.alert-info {
-  color: #ffffff;
-  background-color: #5bc0de;
-  border-color: #3dced8;
+.modal-backdrop.in {
+  opacity: 0.5;
+  filter: alpha(opacity=50);
 }
 
-.alert-info hr {
-  border-top-color: #2ac7d2;
+.modal-header {
+  min-height: 16.428571429px;
+  padding: 15px;
+  border-bottom: 1px solid #1c1e22;
 }
 
-.alert-info .alert-link {
-  color: #e6e6e6;
+.modal-header .close {
+  margin-top: -2px;
 }
 
-.thumbnail,
-.img-thumbnail {
-  padding: 4px;
+.modal-title {
+  margin: 0;
   line-height: 1.428571429;
-  background-color: #272b30;
-  border: 1px solid #dddddd;
-  border-radius: 4px;
-  -webkit-transition: all 0.2s ease-in-out;
-          transition: all 0.2s ease-in-out;
-}
-
-.thumbnail {
-  display: block;
 }
 
-.thumbnail > img {
-  display: block;
-  height: auto;
-  max-width: 100%;
+.modal-body {
+  position: relative;
+  padding: 20px;
 }
 
-.img-thumbnail {
-  display: inline-block;
-  height: auto;
-  max-width: 100%;
+.modal-footer {
+  padding: 19px 20px 20px;
+  margin-top: 15px;
+  text-align: right;
+  border-top: 1px solid #1c1e22;
 }
 
-a.thumbnail:hover,
-a.thumbnail:focus {
-  border-color: #ffffff;
+.modal-footer:before,
+.modal-footer:after {
+  display: table;
+  content: " ";
 }
 
-.thumbnail > img {
-  margin-right: auto;
-  margin-left: auto;
+.modal-footer:after {
+  clear: both;
 }
 
-.thumbnail .caption {
-  padding: 9px;
-  color: #c8c8c8;
+.modal-footer:before,
+.modal-footer:after {
+  display: table;
+  content: " ";
 }
 
-.media,
-.media-body {
-  overflow: hidden;
-  zoom: 1;
+.modal-footer:after {
+  clear: both;
 }
 
-.media,
-.media .media {
-  margin-top: 15px;
+.modal-footer:before,
+.modal-footer:after {
+  display: table;
+  content: " ";
 }
 
-.media:first-child {
-  margin-top: 0;
+.modal-footer:after {
+  clear: both;
 }
 
-.media-object {
-  display: block;
+.modal-footer:before,
+.modal-footer:after {
+  display: table;
+  content: " ";
 }
 
-.media-heading {
-  margin: 0 0 5px;
+.modal-footer:after {
+  clear: both;
 }
 
-.media > .pull-left {
-  margin-right: 10px;
+.modal-footer:before,
+.modal-footer:after {
+  display: table;
+  content: " ";
 }
 
-.media > .pull-right {
-  margin-left: 10px;
+.modal-footer:after {
+  clear: both;
 }
 
-.media-list {
-  padding-left: 0;
-  list-style: none;
+.modal-footer .btn + .btn {
+  margin-bottom: 0;
+  margin-left: 5px;
 }
 
-.label {
-  display: inline;
-  padding: .25em .6em;
-  font-size: 75%;
-  font-weight: bold;
-  line-height: 1;
-  color: #ffffff;
-  text-align: center;
-  white-space: nowrap;
-  vertical-align: baseline;
-  border-radius: .25em;
+.modal-footer .btn-group .btn + .btn {
+  margin-left: -1px;
 }
 
-.label[href]:hover,
-.label[href]:focus {
-  color: #ffffff;
-  text-decoration: none;
-  cursor: pointer;
+.modal-footer .btn-block + .btn-block {
+  margin-left: 0;
 }
 
-.label:empty {
-  display: none;
+@media screen and (min-width: 768px) {
+  .modal-dialog {
+    width: 600px;
+    margin: 30px auto;
+  }
+  .modal-content {
+    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
+            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
+  }
 }
 
-.label-default {
-  background-color: #3a3f44;
+.tooltip {
+  position: absolute;
+  z-index: 1030;
+  display: block;
+  font-size: 12px;
+  line-height: 1.4;
+  opacity: 0;
+  filter: alpha(opacity=0);
+  visibility: visible;
 }
 
-.label-default[href]:hover,
-.label-default[href]:focus {
-  background-color: #232628;
+.tooltip.in {
+  opacity: 0.9;
+  filter: alpha(opacity=90);
 }
 
-.label-primary {
-  background-color: #7a8288;
+.tooltip.top {
+  padding: 5px 0;
+  margin-top: -3px;
 }
 
-.label-primary[href]:hover,
-.label-primary[href]:focus {
-  background-color: #62686d;
+.tooltip.right {
+  padding: 0 5px;
+  margin-left: 3px;
 }
 
-.label-success {
-  background-color: #62c462;
+.tooltip.bottom {
+  padding: 5px 0;
+  margin-top: 3px;
 }
 
-.label-success[href]:hover,
-.label-success[href]:focus {
-  background-color: #42b142;
+.tooltip.left {
+  padding: 0 5px;
+  margin-left: -3px;
 }
 
-.label-info {
-  background-color: #5bc0de;
+.tooltip-inner {
+  max-width: 200px;
+  padding: 3px 8px;
+  color: #ffffff;
+  text-align: center;
+  text-decoration: none;
+  background-color: rgba(0, 0, 0, 0.9);
+  border-radius: 4px;
 }
 
-.label-info[href]:hover,
-.label-info[href]:focus {
-  background-color: #31b0d5;
+.tooltip-arrow {
+  position: absolute;
+  width: 0;
+  height: 0;
+  border-color: transparent;
+  border-style: solid;
 }
 
-.label-warning {
-  background-color: #f89406;
+.tooltip.top .tooltip-arrow {
+  bottom: 0;
+  left: 50%;
+  margin-left: -5px;
+  border-top-color: rgba(0, 0, 0, 0.9);
+  border-width: 5px 5px 0;
 }
 
-.label-warning[href]:hover,
-.label-warning[href]:focus {
-  background-color: #c67605;
+.tooltip.top-left .tooltip-arrow {
+  bottom: 0;
+  left: 5px;
+  border-top-color: rgba(0, 0, 0, 0.9);
+  border-width: 5px 5px 0;
 }
 
-.label-danger {
-  background-color: #ee5f5b;
+.tooltip.top-right .tooltip-arrow {
+  right: 5px;
+  bottom: 0;
+  border-top-color: rgba(0, 0, 0, 0.9);
+  border-width: 5px 5px 0;
 }
 
-.label-danger[href]:hover,
-.label-danger[href]:focus {
-  background-color: #e9322d;
+.tooltip.right .tooltip-arrow {
+  top: 50%;
+  left: 0;
+  margin-top: -5px;
+  border-right-color: rgba(0, 0, 0, 0.9);
+  border-width: 5px 5px 5px 0;
 }
 
-.badge {
-  display: inline-block;
-  min-width: 10px;
-  padding: 3px 7px;
-  font-size: 12px;
-  font-weight: bold;
-  line-height: 1;
-  color: #ffffff;
-  text-align: center;
-  white-space: nowrap;
-  vertical-align: baseline;
-  background-color: #7a8288;
-  border-radius: 10px;
+.tooltip.left .tooltip-arrow {
+  top: 50%;
+  right: 0;
+  margin-top: -5px;
+  border-left-color: rgba(0, 0, 0, 0.9);
+  border-width: 5px 0 5px 5px;
 }
 
-.badge:empty {
-  display: none;
+.tooltip.bottom .tooltip-arrow {
+  top: 0;
+  left: 50%;
+  margin-left: -5px;
+  border-bottom-color: rgba(0, 0, 0, 0.9);
+  border-width: 0 5px 5px;
 }
 
-a.badge:hover,
-a.badge:focus {
-  color: #ffffff;
-  text-decoration: none;
-  cursor: pointer;
+.tooltip.bottom-left .tooltip-arrow {
+  top: 0;
+  left: 5px;
+  border-bottom-color: rgba(0, 0, 0, 0.9);
+  border-width: 0 5px 5px;
 }
 
-.btn .badge {
-  position: relative;
-  top: -1px;
+.tooltip.bottom-right .tooltip-arrow {
+  top: 0;
+  right: 5px;
+  border-bottom-color: rgba(0, 0, 0, 0.9);
+  border-width: 0 5px 5px;
 }
 
-a.list-group-item.active > .badge,
-.nav-pills > .active > a > .badge {
-  color: #ffffff;
-  background-color: #7a8288;
+.popover {
+  position: absolute;
+  top: 0;
+  left: 0;
+  z-index: 1010;
+  display: none;
+  max-width: 276px;
+  padding: 1px;
+  text-align: left;
+  white-space: normal;
+  background-color: #2e3338;
+  border: 1px solid #999999;
+  border: 1px solid rgba(0, 0, 0, 0.2);
+  border-radius: 6px;
+  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+  background-clip: padding-box;
 }
 
-.nav-pills > li > a > .badge {
-  margin-left: 3px;
+.popover.top {
+  margin-top: -10px;
 }
 
-@-webkit-keyframes progress-bar-stripes {
-  from {
-    background-position: 40px 0;
-  }
-  to {
-    background-position: 0 0;
-  }
+.popover.right {
+  margin-left: 10px;
 }
 
-@-moz-keyframes progress-bar-stripes {
-  from {
-    background-position: 40px 0;
-  }
-  to {
-    background-position: 0 0;
-  }
+.popover.bottom {
+  margin-top: 10px;
 }
 
-@-o-keyframes progress-bar-stripes {
-  from {
-    background-position: 0 0;
-  }
-  to {
-    background-position: 40px 0;
-  }
+.popover.left {
+  margin-left: -10px;
 }
 
-@keyframes progress-bar-stripes {
-  from {
-    background-position: 40px 0;
-  }
-  to {
-    background-position: 0 0;
-  }
+.popover-title {
+  padding: 8px 14px;
+  margin: 0;
+  font-size: 14px;
+  font-weight: normal;
+  line-height: 18px;
+  background-color: #2e3338;
+  border-bottom: 1px solid #22262a;
+  border-radius: 5px 5px 0 0;
 }
 
-.progress {
-  height: 20px;
-  margin-bottom: 20px;
-  overflow: hidden;
-  background-color: #1c1e22;
-  border-radius: 4px;
-  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
+.popover-content {
+  padding: 9px 14px;
 }
 
-.progress-bar {
-  float: left;
+.popover .arrow,
+.popover .arrow:after {
+  position: absolute;
+  display: block;
   width: 0;
-  height: 100%;
-  font-size: 12px;
-  color: #ffffff;
-  text-align: center;
-  background-color: #7a8288;
-  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-  -webkit-transition: width 0.6s ease;
-          transition: width 0.6s ease;
+  height: 0;
+  border-color: transparent;
+  border-style: solid;
 }
 
-.progress-striped .progress-bar {
-  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
-  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-  background-size: 40px 40px;
+.popover .arrow {
+  border-width: 11px;
 }
 
-.progress.active .progress-bar {
-  -webkit-animation: progress-bar-stripes 2s linear infinite;
-     -moz-animation: progress-bar-stripes 2s linear infinite;
-      -ms-animation: progress-bar-stripes 2s linear infinite;
-       -o-animation: progress-bar-stripes 2s linear infinite;
-          animation: progress-bar-stripes 2s linear infinite;
+.popover .arrow:after {
+  border-width: 10px;
+  content: "";
 }
 
-.progress-bar-success {
-  background-color: #62c462;
+.popover.top .arrow {
+  bottom: -11px;
+  left: 50%;
+  margin-left: -11px;
+  border-top-color: #999999;
+  border-top-color: rgba(0, 0, 0, 0.25);
+  border-bottom-width: 0;
 }
 
-.progress-striped .progress-bar-success {
-  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
-  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+.popover.top .arrow:after {
+  bottom: 1px;
+  margin-left: -10px;
+  border-top-color: #2e3338;
+  border-bottom-width: 0;
+  content: " ";
 }
 
-.progress-bar-info {
-  background-color: #5bc0de;
+.popover.right .arrow {
+  top: 50%;
+  left: -11px;
+  margin-top: -11px;
+  border-right-color: #999999;
+  border-right-color: rgba(0, 0, 0, 0.25);
+  border-left-width: 0;
 }
 
-.progress-striped .progress-bar-info {
-  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
-  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+.popover.right .arrow:after {
+  bottom: -10px;
+  left: 1px;
+  border-right-color: #2e3338;
+  border-left-width: 0;
+  content: " ";
 }
 
-.progress-bar-warning {
-  background-color: #f89406;
+.popover.bottom .arrow {
+  top: -11px;
+  left: 50%;
+  margin-left: -11px;
+  border-bottom-color: #999999;
+  border-bottom-color: rgba(0, 0, 0, 0.25);
+  border-top-width: 0;
 }
 
-.progress-striped .progress-bar-warning {
-  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
-  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+.popover.bottom .arrow:after {
+  top: 1px;
+  margin-left: -10px;
+  border-bottom-color: #2e3338;
+  border-top-width: 0;
+  content: " ";
 }
 
-.progress-bar-danger {
-  background-color: #ee5f5b;
+.popover.left .arrow {
+  top: 50%;
+  right: -11px;
+  margin-top: -11px;
+  border-left-color: #999999;
+  border-left-color: rgba(0, 0, 0, 0.25);
+  border-right-width: 0;
 }
 
-.progress-striped .progress-bar-danger {
-  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
-  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+.popover.left .arrow:after {
+  right: 1px;
+  bottom: -10px;
+  border-left-color: #2e3338;
+  border-right-width: 0;
+  content: " ";
 }
 
 .carousel {
@@ -5427,9 +6782,7 @@ a.list-group-item.active > .badge,
 }
 
 .carousel-control.left {
-  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
   background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
-  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
@@ -5438,9 +6791,7 @@ a.list-group-item.active > .badge,
 .carousel-control.right {
   right: 0;
   left: auto;
-  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
   background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
-  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
@@ -5450,17 +6801,33 @@ a.list-group-item.active > .badge,
 .carousel-control:focus {
   color: #ffffff;
   text-decoration: none;
+  outline: none;
   opacity: 0.9;
   filter: alpha(opacity=90);
 }
 
 .carousel-control .icon-prev,
-.carousel-control .icon-next {
+.carousel-control .icon-next,
+.carousel-control .glyphicon-chevron-left,
+.carousel-control .glyphicon-chevron-right {
   position: absolute;
   top: 50%;
-  left: 50%;
   z-index: 5;
   display: inline-block;
+}
+
+.carousel-control .icon-prev,
+.carousel-control .glyphicon-chevron-left {
+  left: 50%;
+}
+
+.carousel-control .icon-next,
+.carousel-control .glyphicon-chevron-right {
+  right: 50%;
+}
+
+.carousel-control .icon-prev,
+.carousel-control .icon-next {
   width: 20px;
   height: 20px;
   margin-top: -10px;
@@ -5495,6 +6862,8 @@ a.list-group-item.active > .badge,
   margin: 1px;
   text-indent: -999px;
   cursor: pointer;
+  background-color: #000 \9;
+  background-color: rgba(0, 0, 0, 0);
   border: 1px solid #ffffff;
   border-radius: 10px;
 }
@@ -5524,6 +6893,8 @@ a.list-group-item.active > .badge,
 }
 
 @media screen and (min-width: 768px) {
+  .carousel-control .glyphicons-chevron-left,
+  .carousel-control .glyphicons-chevron-right,
   .carousel-control .icon-prev,
   .carousel-control .icon-next {
     width: 30px;
@@ -5542,35 +6913,6 @@ a.list-group-item.active > .badge,
   }
 }
 
-.jumbotron {
-  padding: 30px;
-  margin-bottom: 30px;
-  font-size: 21px;
-  font-weight: 200;
-  line-height: 2.1428571435;
-  color: inherit;
-  background-color: #1c1e22;
-}
-
-.jumbotron h1 {
-  line-height: 1;
-  color: inherit;
-}
-
-.jumbotron p {
-  line-height: 1.4;
-}
-
-@media screen and (min-width: 768px) {
-  .jumbotron {
-    padding: 50px 60px;
-    border-radius: 6px;
-  }
-  .jumbotron h1 {
-    font-size: 63px;
-  }
-}
-
 .clearfix:before,
 .clearfix:after {
   display: table;
@@ -5591,6 +6933,12 @@ a.list-group-item.active > .badge,
   clear: both;
 }
 
+.center-block {
+  display: block;
+  margin-right: auto;
+  margin-left: auto;
+}
+
 .pull-right {
   float: right !important;
 }
@@ -5619,94 +6967,120 @@ a.list-group-item.active > .badge,
   border: 0;
 }
 
-.affix {
-  position: fixed;
-}
-
-@-ms-viewport {
-  width: device-width;
-}
-
-@media screen and (max-width: 400px) {
-  @-ms-viewport {
-    width: 320px;
-  }
-}
-
 .hidden {
   display: none !important;
   visibility: hidden !important;
 }
 
-.visible-xs {
-  display: block !important;
+.affix {
+  position: fixed;
 }
 
-tr.visible-xs {
-  display: table-row !important;
+@-ms-viewport {
+  width: device-width;
 }
 
+.visible-xs,
+tr.visible-xs,
 th.visible-xs,
 td.visible-xs {
-  display: table-cell !important;
+  display: none !important;
 }
 
-@media (min-width: 768px) and (max-width: 991px) {
+@media (max-width: 767px) {
   .visible-xs {
-    display: none !important;
+    display: block !important;
+  }
+  table.visible-xs {
+    display: table;
   }
   tr.visible-xs {
-    display: none !important;
+    display: table-row !important;
   }
   th.visible-xs,
   td.visible-xs {
-    display: none !important;
+    display: table-cell !important;
   }
 }
 
-@media (min-width: 992px) and (max-width: 1199px) {
-  .visible-xs {
-    display: none !important;
+@media (min-width: 768px) and (max-width: 991px) {
+  .visible-xs.visible-sm {
+    display: block !important;
   }
-  tr.visible-xs {
-    display: none !important;
+  table.visible-xs.visible-sm {
+    display: table;
   }
-  th.visible-xs,
-  td.visible-xs {
-    display: none !important;
+  tr.visible-xs.visible-sm {
+    display: table-row !important;
+  }
+  th.visible-xs.visible-sm,
+  td.visible-xs.visible-sm {
+    display: table-cell !important;
   }
 }
 
-@media (min-width: 1200px) {
-  .visible-xs {
-    display: none !important;
+@media (min-width: 992px) and (max-width: 1199px) {
+  .visible-xs.visible-md {
+    display: block !important;
   }
-  tr.visible-xs {
-    display: none !important;
+  table.visible-xs.visible-md {
+    display: table;
   }
-  th.visible-xs,
-  td.visible-xs {
-    display: none !important;
+  tr.visible-xs.visible-md {
+    display: table-row !important;
+  }
+  th.visible-xs.visible-md,
+  td.visible-xs.visible-md {
+    display: table-cell !important;
   }
 }
 
-.visible-sm {
-  display: none !important;
-}
-
-tr.visible-sm {
-  display: none !important;
+@media (min-width: 1200px) {
+  .visible-xs.visible-lg {
+    display: block !important;
+  }
+  table.visible-xs.visible-lg {
+    display: table;
+  }
+  tr.visible-xs.visible-lg {
+    display: table-row !important;
+  }
+  th.visible-xs.visible-lg,
+  td.visible-xs.visible-lg {
+    display: table-cell !important;
+  }
 }
 
+.visible-sm,
+tr.visible-sm,
 th.visible-sm,
 td.visible-sm {
   display: none !important;
 }
 
+@media (max-width: 767px) {
+  .visible-sm.visible-xs {
+    display: block !important;
+  }
+  table.visible-sm.visible-xs {
+    display: table;
+  }
+  tr.visible-sm.visible-xs {
+    display: table-row !important;
+  }
+  th.visible-sm.visible-xs,
+  td.visible-sm.visible-xs {
+    display: table-cell !important;
+  }
+}
+
 @media (min-width: 768px) and (max-width: 991px) {
   .visible-sm {
     display: block !important;
   }
+  table.visible-sm {
+    display: table;
+  }
   tr.visible-sm {
     display: table-row !important;
   }
@@ -5717,54 +7091,73 @@ td.visible-sm {
 }
 
 @media (min-width: 992px) and (max-width: 1199px) {
-  .visible-sm {
-    display: none !important;
+  .visible-sm.visible-md {
+    display: block !important;
   }
-  tr.visible-sm {
-    display: none !important;
+  table.visible-sm.visible-md {
+    display: table;
   }
-  th.visible-sm,
-  td.visible-sm {
-    display: none !important;
+  tr.visible-sm.visible-md {
+    display: table-row !important;
+  }
+  th.visible-sm.visible-md,
+  td.visible-sm.visible-md {
+    display: table-cell !important;
   }
 }
 
 @media (min-width: 1200px) {
-  .visible-sm {
-    display: none !important;
+  .visible-sm.visible-lg {
+    display: block !important;
   }
-  tr.visible-sm {
-    display: none !important;
+  table.visible-sm.visible-lg {
+    display: table;
   }
-  th.visible-sm,
-  td.visible-sm {
-    display: none !important;
+  tr.visible-sm.visible-lg {
+    display: table-row !important;
+  }
+  th.visible-sm.visible-lg,
+  td.visible-sm.visible-lg {
+    display: table-cell !important;
   }
 }
 
-.visible-md {
-  display: none !important;
-}
-
-tr.visible-md {
-  display: none !important;
-}
-
+.visible-md,
+tr.visible-md,
 th.visible-md,
 td.visible-md {
   display: none !important;
 }
 
+@media (max-width: 767px) {
+  .visible-md.visible-xs {
+    display: block !important;
+  }
+  table.visible-md.visible-xs {
+    display: table;
+  }
+  tr.visible-md.visible-xs {
+    display: table-row !important;
+  }
+  th.visible-md.visible-xs,
+  td.visible-md.visible-xs {
+    display: table-cell !important;
+  }
+}
+
 @media (min-width: 768px) and (max-width: 991px) {
-  .visible-md {
-    display: none !important;
+  .visible-md.visible-sm {
+    display: block !important;
   }
-  tr.visible-md {
-    display: none !important;
+  table.visible-md.visible-sm {
+    display: table;
   }
-  th.visible-md,
-  td.visible-md {
-    display: none !important;
+  tr.visible-md.visible-sm {
+    display: table-row !important;
+  }
+  th.visible-md.visible-sm,
+  td.visible-md.visible-sm {
+    display: table-cell !important;
   }
 }
 
@@ -5772,6 +7165,9 @@ td.visible-md {
   .visible-md {
     display: block !important;
   }
+  table.visible-md {
+    display: table;
+  }
   tr.visible-md {
     display: table-row !important;
   }
@@ -5782,54 +7178,73 @@ td.visible-md {
 }
 
 @media (min-width: 1200px) {
-  .visible-md {
-    display: none !important;
+  .visible-md.visible-lg {
+    display: block !important;
   }
-  tr.visible-md {
-    display: none !important;
+  table.visible-md.visible-lg {
+    display: table;
   }
-  th.visible-md,
-  td.visible-md {
-    display: none !important;
+  tr.visible-md.visible-lg {
+    display: table-row !important;
+  }
+  th.visible-md.visible-lg,
+  td.visible-md.visible-lg {
+    display: table-cell !important;
   }
 }
 
-.visible-lg {
-  display: none !important;
-}
-
-tr.visible-lg {
-  display: none !important;
-}
-
+.visible-lg,
+tr.visible-lg,
 th.visible-lg,
 td.visible-lg {
   display: none !important;
 }
 
+@media (max-width: 767px) {
+  .visible-lg.visible-xs {
+    display: block !important;
+  }
+  table.visible-lg.visible-xs {
+    display: table;
+  }
+  tr.visible-lg.visible-xs {
+    display: table-row !important;
+  }
+  th.visible-lg.visible-xs,
+  td.visible-lg.visible-xs {
+    display: table-cell !important;
+  }
+}
+
 @media (min-width: 768px) and (max-width: 991px) {
-  .visible-lg {
-    display: none !important;
+  .visible-lg.visible-sm {
+    display: block !important;
   }
-  tr.visible-lg {
-    display: none !important;
+  table.visible-lg.visible-sm {
+    display: table;
+  }
+  tr.visible-lg.visible-sm {
+    display: table-row !important;
   }
-  th.visible-lg,
-  td.visible-lg {
-    display: none !important;
+  th.visible-lg.visible-sm,
+  td.visible-lg.visible-sm {
+    display: table-cell !important;
   }
 }
 
 @media (min-width: 992px) and (max-width: 1199px) {
-  .visible-lg {
-    display: none !important;
+  .visible-lg.visible-md {
+    display: block !important;
   }
-  tr.visible-lg {
-    display: none !important;
+  table.visible-lg.visible-md {
+    display: table;
   }
-  th.visible-lg,
-  td.visible-lg {
-    display: none !important;
+  tr.visible-lg.visible-md {
+    display: table-row !important;
+  }
+  th.visible-lg.visible-md,
+  td.visible-lg.visible-md {
+    display: table-cell !important;
   }
 }
 
@@ -5837,6 +7252,9 @@ td.visible-lg {
   .visible-lg {
     display: block !important;
   }
+  table.visible-lg {
+    display: table;
+  }
   tr.visible-lg {
     display: table-row !important;
   }
@@ -5847,54 +7265,55 @@ td.visible-lg {
 }
 
 .hidden-xs {
-  display: none !important;
+  display: block !important;
+}
+
+table.hidden-xs {
+  display: table;
 }
 
 tr.hidden-xs {
-  display: none !important;
+  display: table-row !important;
 }
 
 th.hidden-xs,
 td.hidden-xs {
-  display: none !important;
+  display: table-cell !important;
 }
 
-@media (min-width: 768px) and (max-width: 991px) {
-  .hidden-xs {
-    display: block !important;
-  }
-  tr.hidden-xs {
-    display: table-row !important;
-  }
+@media (max-width: 767px) {
+  .hidden-xs,
+  tr.hidden-xs,
   th.hidden-xs,
   td.hidden-xs {
-    display: table-cell !important;
+    display: none !important;
   }
 }
 
-@media (min-width: 992px) and (max-width: 1199px) {
-  .hidden-xs {
-    display: block !important;
-  }
-  tr.hidden-xs {
-    display: table-row !important;
+@media (min-width: 768px) and (max-width: 991px) {
+  .hidden-xs.hidden-sm,
+  tr.hidden-xs.hidden-sm,
+  th.hidden-xs.hidden-sm,
+  td.hidden-xs.hidden-sm {
+    display: none !important;
   }
-  th.hidden-xs,
-  td.hidden-xs {
-    display: table-cell !important;
+}
+
+@media (min-width: 992px) and (max-width: 1199px) {
+  .hidden-xs.hidden-md,
+  tr.hidden-xs.hidden-md,
+  th.hidden-xs.hidden-md,
+  td.hidden-xs.hidden-md {
+    display: none !important;
   }
 }
 
 @media (min-width: 1200px) {
-  .hidden-xs {
-    display: block !important;
-  }
-  tr.hidden-xs {
-    display: table-row !important;
-  }
-  th.hidden-xs,
-  td.hidden-xs {
-    display: table-cell !important;
+  .hidden-xs.hidden-lg,
+  tr.hidden-xs.hidden-lg,
+  th.hidden-xs.hidden-lg,
+  td.hidden-xs.hidden-lg {
+    display: none !important;
   }
 }
 
@@ -5902,6 +7321,10 @@ td.hidden-xs {
   display: block !important;
 }
 
+table.hidden-sm {
+  display: table;
+}
+
 tr.hidden-sm {
   display: table-row !important;
 }
@@ -5911,13 +7334,18 @@ td.hidden-sm {
   display: table-cell !important;
 }
 
-@media (min-width: 768px) and (max-width: 991px) {
-  .hidden-sm {
-    display: none !important;
-  }
-  tr.hidden-sm {
+@media (max-width: 767px) {
+  .hidden-sm.hidden-xs,
+  tr.hidden-sm.hidden-xs,
+  th.hidden-sm.hidden-xs,
+  td.hidden-sm.hidden-xs {
     display: none !important;
   }
+}
+
+@media (min-width: 768px) and (max-width: 991px) {
+  .hidden-sm,
+  tr.hidden-sm,
   th.hidden-sm,
   td.hidden-sm {
     display: none !important;
@@ -5925,28 +7353,20 @@ td.hidden-sm {
 }
 
 @media (min-width: 992px) and (max-width: 1199px) {
-  .hidden-sm {
-    display: block !important;
-  }
-  tr.hidden-sm {
-    display: table-row !important;
-  }
-  th.hidden-sm,
-  td.hidden-sm {
-    display: table-cell !important;
+  .hidden-sm.hidden-md,
+  tr.hidden-sm.hidden-md,
+  th.hidden-sm.hidden-md,
+  td.hidden-sm.hidden-md {
+    display: none !important;
   }
 }
 
 @media (min-width: 1200px) {
-  .hidden-sm {
-    display: block !important;
-  }
-  tr.hidden-sm {
-    display: table-row !important;
-  }
-  th.hidden-sm,
-  td.hidden-sm {
-    display: table-cell !important;
+  .hidden-sm.hidden-lg,
+  tr.hidden-sm.hidden-lg,
+  th.hidden-sm.hidden-lg,
+  td.hidden-sm.hidden-lg {
+    display: none !important;
   }
 }
 
@@ -5954,6 +7374,10 @@ td.hidden-sm {
   display: block !important;
 }
 
+table.hidden-md {
+  display: table;
+}
+
 tr.hidden-md {
   display: table-row !important;
 }
@@ -5963,26 +7387,27 @@ td.hidden-md {
   display: table-cell !important;
 }
 
-@media (min-width: 768px) and (max-width: 991px) {
-  .hidden-md {
-    display: block !important;
-  }
-  tr.hidden-md {
-    display: table-row !important;
-  }
-  th.hidden-md,
-  td.hidden-md {
-    display: table-cell !important;
+@media (max-width: 767px) {
+  .hidden-md.hidden-xs,
+  tr.hidden-md.hidden-xs,
+  th.hidden-md.hidden-xs,
+  td.hidden-md.hidden-xs {
+    display: none !important;
   }
 }
 
-@media (min-width: 992px) and (max-width: 1199px) {
-  .hidden-md {
-    display: none !important;
-  }
-  tr.hidden-md {
+@media (min-width: 768px) and (max-width: 991px) {
+  .hidden-md.hidden-sm,
+  tr.hidden-md.hidden-sm,
+  th.hidden-md.hidden-sm,
+  td.hidden-md.hidden-sm {
     display: none !important;
   }
+}
+
+@media (min-width: 992px) and (max-width: 1199px) {
+  .hidden-md,
+  tr.hidden-md,
   th.hidden-md,
   td.hidden-md {
     display: none !important;
@@ -5990,15 +7415,11 @@ td.hidden-md {
 }
 
 @media (min-width: 1200px) {
-  .hidden-md {
-    display: block !important;
-  }
-  tr.hidden-md {
-    display: table-row !important;
-  }
-  th.hidden-md,
-  td.hidden-md {
-    display: table-cell !important;
+  .hidden-md.hidden-lg,
+  tr.hidden-md.hidden-lg,
+  th.hidden-md.hidden-lg,
+  td.hidden-md.hidden-lg {
+    display: none !important;
   }
 }
 
@@ -6006,6 +7427,10 @@ td.hidden-md {
   display: block !important;
 }
 
+table.hidden-lg {
+  display: table;
+}
+
 tr.hidden-lg {
   display: table-row !important;
 }
@@ -6015,53 +7440,44 @@ td.hidden-lg {
   display: table-cell !important;
 }
 
-@media (min-width: 768px) and (max-width: 991px) {
-  .hidden-lg {
-    display: block !important;
-  }
-  tr.hidden-lg {
-    display: table-row !important;
+@media (max-width: 767px) {
+  .hidden-lg.hidden-xs,
+  tr.hidden-lg.hidden-xs,
+  th.hidden-lg.hidden-xs,
+  td.hidden-lg.hidden-xs {
+    display: none !important;
   }
-  th.hidden-lg,
-  td.hidden-lg {
-    display: table-cell !important;
+}
+
+@media (min-width: 768px) and (max-width: 991px) {
+  .hidden-lg.hidden-sm,
+  tr.hidden-lg.hidden-sm,
+  th.hidden-lg.hidden-sm,
+  td.hidden-lg.hidden-sm {
+    display: none !important;
   }
 }
 
 @media (min-width: 992px) and (max-width: 1199px) {
-  .hidden-lg {
-    display: block !important;
-  }
-  tr.hidden-lg {
-    display: table-row !important;
-  }
-  th.hidden-lg,
-  td.hidden-lg {
-    display: table-cell !important;
+  .hidden-lg.hidden-md,
+  tr.hidden-lg.hidden-md,
+  th.hidden-lg.hidden-md,
+  td.hidden-lg.hidden-md {
+    display: none !important;
   }
 }
 
 @media (min-width: 1200px) {
-  .hidden-lg {
-    display: none !important;
-  }
-  tr.hidden-lg {
-    display: none !important;
-  }
+  .hidden-lg,
+  tr.hidden-lg,
   th.hidden-lg,
   td.hidden-lg {
     display: none !important;
   }
 }
 
-.visible-print {
-  display: none !important;
-}
-
-tr.visible-print {
-  display: none !important;
-}
-
+.visible-print,
+tr.visible-print,
 th.visible-print,
 td.visible-print {
   display: none !important;
@@ -6071,6 +7487,9 @@ td.visible-print {
   .visible-print {
     display: block !important;
   }
+  table.visible-print {
+    display: table;
+  }
   tr.visible-print {
     display: table-row !important;
   }
@@ -6078,12 +7497,8 @@ td.visible-print {
   td.visible-print {
     display: table-cell !important;
   }
-  .hidden-print {
-    display: none !important;
-  }
-  tr.hidden-print {
-    display: none !important;
-  }
+  .hidden-print,
+  tr.hidden-print,
   th.hidden-print,
   td.hidden-print {
     display: none !important;
@@ -6092,22 +7507,20 @@ td.visible-print {
 
 .navbar {
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
   background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
-  background-image: -moz-linear-gradient(top, #484e55, #3a3f44 60%, #313539);
   background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
   background-repeat: no-repeat;
   border: 1px solid rgba(0, 0, 0, 0.6);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
+  filter: none;
 }
 
 .navbar-inverse {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8a9196), color-stop(60%, #7a8288), to(#70787d));
   background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
-  background-image: -moz-linear-gradient(top, #8a9196, #7a8288 60%, #70787d);
   background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
   background-repeat: no-repeat;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
+  filter: none;
 }
 
 .navbar-nav > li > a {
@@ -6116,13 +7529,16 @@ td.visible-print {
 }
 
 .navbar-nav > li > a:hover {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#020202), color-stop(40%, #101112), to(#191b1d));
   background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
-  background-image: -moz-linear-gradient(top, #020202, #101112 40%, #191b1d);
   background-image: linear-gradient(#020202, #101112 40%, #191b1d);
   background-repeat: no-repeat;
   border-left-color: transparent;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
+  filter: none;
+}
+
+.navbar .nav .open > a {
+  border-color: transparent;
 }
 
 .navbar-nav > li.active > a {
@@ -6141,111 +7557,104 @@ td.visible-print {
 }
 
 .btn-default {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
   background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
-  background-image: -moz-linear-gradient(top, #484e55, #3a3f44 60%, #313539);
   background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
   background-repeat: no-repeat;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
-}
-
-.btn-primary {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8a9196), color-stop(60%, #7a8288), to(#70787d));
-  background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
-  background-image: -moz-linear-gradient(top, #8a9196, #7a8288 60%, #70787d);
-  background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
-  background-repeat: no-repeat;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
-}
-
-.btn-success {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#78cc78), color-stop(60%, #62c462), to(#53be53));
-  background-image: -webkit-linear-gradient(#78cc78, #62c462 60%, #53be53);
-  background-image: -moz-linear-gradient(top, #78cc78, #62c462 60%, #53be53);
-  background-image: linear-gradient(#78cc78, #62c462 60%, #53be53);
-  background-repeat: no-repeat;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff78cc78', endColorstr='#ff53be53', GradientType=0);
-}
-
-.btn-info {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#74cae3), color-stop(60%, #5bc0de), to(#4ab9db));
-  background-image: -webkit-linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
-  background-image: -moz-linear-gradient(top, #74cae3, #5bc0de 60%, #4ab9db);
-  background-image: linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
-  background-repeat: no-repeat;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74cae3', endColorstr='#ff4ab9db', GradientType=0);
-}
-
-.btn-warning {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa123), color-stop(60%, #f89406), to(#e48806));
-  background-image: -webkit-linear-gradient(#faa123, #f89406 60%, #e48806);
-  background-image: -moz-linear-gradient(top, #faa123, #f89406 60%, #e48806);
-  background-image: linear-gradient(#faa123, #f89406 60%, #e48806);
-  background-repeat: no-repeat;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaa123', endColorstr='#ffe48806', GradientType=0);
-}
-
-.btn-danger {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f17a77), color-stop(60%, #ee5f5b), to(#ec4d49));
-  background-image: -webkit-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
-  background-image: -moz-linear-gradient(top, #f17a77, #ee5f5b 60%, #ec4d49);
-  background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
-  background-repeat: no-repeat;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff17a77', endColorstr='#ffec4d49', GradientType=0);
+  filter: none;
 }
 
 .btn-default:hover {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#020202), color-stop(40%, #101112), to(#191b1d));
   background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
-  background-image: -moz-linear-gradient(top, #020202, #101112 40%, #191b1d);
   background-image: linear-gradient(#020202, #101112 40%, #191b1d);
   background-repeat: no-repeat;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
+  filter: none;
+}
+
+.btn-primary {
+  background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d);
+  background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
+  background-repeat: no-repeat;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
+  filter: none;
 }
 
 .btn-primary:hover {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#404448), color-stop(40%, #4e5458), to(#585e62));
   background-image: -webkit-linear-gradient(#404448, #4e5458 40%, #585e62);
-  background-image: -moz-linear-gradient(top, #404448, #4e5458 40%, #585e62);
   background-image: linear-gradient(#404448, #4e5458 40%, #585e62);
   background-repeat: no-repeat;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404448', endColorstr='#ff585e62', GradientType=0);
+  filter: none;
+}
+
+.btn-success {
+  background-image: -webkit-linear-gradient(#78cc78, #62c462 60%, #53be53);
+  background-image: linear-gradient(#78cc78, #62c462 60%, #53be53);
+  background-repeat: no-repeat;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff78cc78', endColorstr='#ff53be53', GradientType=0);
+  filter: none;
 }
 
 .btn-success:hover {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f7d2f), color-stop(40%, #379337), to(#3da23d));
   background-image: -webkit-linear-gradient(#2f7d2f, #379337 40%, #3da23d);
-  background-image: -moz-linear-gradient(top, #2f7d2f, #379337 40%, #3da23d);
   background-image: linear-gradient(#2f7d2f, #379337 40%, #3da23d);
   background-repeat: no-repeat;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f7d2f', endColorstr='#ff3da23d', GradientType=0);
+  filter: none;
+}
+
+.btn-info {
+  background-image: -webkit-linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
+  background-image: linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
+  background-repeat: no-repeat;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74cae3', endColorstr='#ff4ab9db', GradientType=0);
+  filter: none;
 }
 
 .btn-info:hover {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#20829f), color-stop(40%, #2596b8), to(#28a4c9));
   background-image: -webkit-linear-gradient(#20829f, #2596b8 40%, #28a4c9);
-  background-image: -moz-linear-gradient(top, #20829f, #2596b8 40%, #28a4c9);
   background-image: linear-gradient(#20829f, #2596b8 40%, #28a4c9);
   background-repeat: no-repeat;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff20829f', endColorstr='#ff28a4c9', GradientType=0);
+  filter: none;
+}
+
+.btn-warning {
+  background-image: -webkit-linear-gradient(#faa123, #f89406 60%, #e48806);
+  background-image: linear-gradient(#faa123, #f89406 60%, #e48806);
+  background-repeat: no-repeat;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaa123', endColorstr='#ffe48806', GradientType=0);
+  filter: none;
 }
 
 .btn-warning:hover {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#804d03), color-stop(40%, #9e5f04), to(#b26a04));
   background-image: -webkit-linear-gradient(#804d03, #9e5f04 40%, #b26a04);
-  background-image: -moz-linear-gradient(top, #804d03, #9e5f04 40%, #b26a04);
   background-image: linear-gradient(#804d03, #9e5f04 40%, #b26a04);
   background-repeat: no-repeat;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff804d03', endColorstr='#ffb26a04', GradientType=0);
+  filter: none;
+}
+
+.btn-danger {
+  background-image: -webkit-linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
+  background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
+  background-repeat: no-repeat;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff17a77', endColorstr='#ffec4d49', GradientType=0);
+  filter: none;
 }
 
 .btn-danger:hover {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bb1813), color-stop(40%, #d71c16), to(#e7201a));
   background-image: -webkit-linear-gradient(#bb1813, #d71c16 40%, #e7201a);
-  background-image: -moz-linear-gradient(top, #bb1813, #d71c16 40%, #e7201a);
   background-image: linear-gradient(#bb1813, #d71c16 40%, #e7201a);
   background-repeat: no-repeat;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb1813', endColorstr='#ffe7201a', GradientType=0);
+  filter: none;
+}
+
+.btn-link,
+.btn-link:hover {
+  border-color: transparent;
 }
 
 h1,
@@ -6257,23 +7666,28 @@ h6 {
   text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
 }
 
-.text-primary {
+.text-primary,
+.text-primary:hover {
   color: #7a8288;
 }
 
-.text-success {
+.text-success,
+.text-success:hover {
   color: #62c462;
 }
 
-.text-danger {
+.text-danger,
+.text-danger:hover {
   color: #ee5f5b;
 }
 
-.text-warning {
+.text-warning,
+.text-warning:hover {
   color: #f89406;
 }
 
-.text-info {
+.text-info,
+.text-info:hover {
   color: #5bc0de;
 }
 
@@ -6292,6 +7706,10 @@ h6 {
   border-color: #1c1e22;
 }
 
+.table-responsive > .table {
+  background-color: #2e3338;
+}
+
 .has-warning .help-block,
 .has-warning .control-label {
   color: #f89406;
@@ -6327,139 +7745,134 @@ legend {
 }
 
 .input-group-addon {
+  color: #ffffff;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
   background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
-  background-image: -moz-linear-gradient(top, #484e55, #3a3f44 60%, #313539);
   background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
   background-repeat: no-repeat;
   border-color: rgba(0, 0, 0, 0.6);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
+  filter: none;
+}
+
+.nav .open > a,
+.nav .open > a:hover,
+.nav .open > a:focus {
+  border-color: rgba(0, 0, 0, 0.6);
 }
 
 .nav-pills > li > a {
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
   background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
-  background-image: -moz-linear-gradient(top, #484e55, #3a3f44 60%, #313539);
   background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
   background-repeat: no-repeat;
   border: 1px solid rgba(0, 0, 0, 0.6);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
+  filter: none;
 }
 
 .nav-pills > li > a:hover {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#020202), color-stop(40%, #101112), to(#191b1d));
   background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
-  background-image: -moz-linear-gradient(top, #020202, #101112 40%, #191b1d);
   background-image: linear-gradient(#020202, #101112 40%, #191b1d);
   background-repeat: no-repeat;
   border: 1px solid rgba(0, 0, 0, 0.6);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
+  filter: none;
 }
 
 .nav-pills > li.active > a,
 .nav-pills > li.active > a:hover {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#020202), color-stop(40%, #101112), to(#191b1d));
+  background-color: none;
   background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
-  background-image: -moz-linear-gradient(top, #020202, #101112 40%, #191b1d);
   background-image: linear-gradient(#020202, #101112 40%, #191b1d);
   background-repeat: no-repeat;
   border: 1px solid rgba(0, 0, 0, 0.6);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
-  bacground-color: none;
+  filter: none;
 }
 
 .nav-pills > li.disabled > a,
 .nav-pills > li.disabled > a:hover {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
   background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
-  background-image: -moz-linear-gradient(top, #484e55, #3a3f44 60%, #313539);
   background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
   background-repeat: no-repeat;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
+  filter: none;
 }
 
 .pagination > li > a {
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
   background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
-  background-image: -moz-linear-gradient(top, #484e55, #3a3f44 60%, #313539);
   background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
   background-repeat: no-repeat;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
+  filter: none;
 }
 
 .pagination > li > a:hover {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#020202), color-stop(40%, #101112), to(#191b1d));
   background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
-  background-image: -moz-linear-gradient(top, #020202, #101112 40%, #191b1d);
   background-image: linear-gradient(#020202, #101112 40%, #191b1d);
   background-repeat: no-repeat;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
+  filter: none;
 }
 
 .pagination > li.active > a {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#020202), color-stop(40%, #101112), to(#191b1d));
   background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
-  background-image: -moz-linear-gradient(top, #020202, #101112 40%, #191b1d);
   background-image: linear-gradient(#020202, #101112 40%, #191b1d);
   background-repeat: no-repeat;
+  border-color: rgba(0, 0, 0, 0.6);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
+  filter: none;
 }
 
 .pagination > li.disabled > a,
 .pagination > li.disabled > a:hover {
   background-color: transparent;
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
   background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
-  background-image: -moz-linear-gradient(top, #484e55, #3a3f44 60%, #313539);
   background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
   background-repeat: no-repeat;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
+  filter: none;
 }
 
 .pager > li > a {
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
   background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
-  background-image: -moz-linear-gradient(top, #484e55, #3a3f44 60%, #313539);
   background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
   background-repeat: no-repeat;
   border: 1px solid rgba(0, 0, 0, 0.6);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
+  filter: none;
 }
 
 .pager > li > a:hover {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#020202), color-stop(40%, #101112), to(#191b1d));
   background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
-  background-image: -moz-linear-gradient(top, #020202, #101112 40%, #191b1d);
   background-image: linear-gradient(#020202, #101112 40%, #191b1d);
   background-repeat: no-repeat;
   border: 1px solid rgba(0, 0, 0, 0.6);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
+  filter: none;
 }
 
 .pager > li.disabled > a,
 .pager > li.disabled > a:hover {
   background-color: transparent;
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
   background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
-  background-image: -moz-linear-gradient(top, #484e55, #3a3f44 60%, #313539);
   background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
   background-repeat: no-repeat;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
+  filter: none;
 }
 
 .breadcrumb {
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
   background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
-  background-image: -moz-linear-gradient(top, #484e55, #3a3f44 60%, #313539);
   background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
   background-repeat: no-repeat;
   border: 1px solid rgba(0, 0, 0, 0.6);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
+  filter: none;
 }
 
 .alert .alert-link,
@@ -6476,6 +7889,14 @@ legend {
   background-color: #32383e;
 }
 
+.panel-primary .panel-heading,
+.panel-success .panel-heading,
+.panel-danger .panel-heading,
+.panel-warning .panel-heading,
+.panel-info .panel-heading {
+  border-color: #000;
+}
+
 .clearfix:before,
 .clearfix:after {
   display: table;
@@ -6496,6 +7917,12 @@ legend {
   clear: both;
 }
 
+.center-block {
+  display: block;
+  margin-right: auto;
+  margin-left: auto;
+}
+
 .pull-right {
   float: right !important;
 }
@@ -6524,6 +7951,11 @@ legend {
   border: 0;
 }
 
+.hidden {
+  display: none !important;
+  visibility: hidden !important;
+}
+
 .affix {
   position: fixed;
 }
\ No newline at end of file