/* Experimental. Makes everything much simpler */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import "../fonts/fontello/css/fontello.css";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "ProximaNova-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #565656;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #118ddb;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0b5f94;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 4px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out 1s linear;
  -moz-transition: all 0.2s ease-in-out 1s linear;
  -o-transition: all 0.2s ease-in-out 1s linear;
  transition: all 0.2s ease-in-out 1s linear;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #ededed;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: #102D40;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #919191;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
smaller,
.smaller {
  font-size: 74%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #919191;
}
.text-primary {
  color: #3C84B4;
}
a.text-primary:hover {
  color: #2f688e;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #3C84B4;
}
a.bg-primary:hover {
  background-color: #2f688e;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #D6D6D6;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 0) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #919191;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #D6D6D6;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #919191;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #D6D6D6;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #919191;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 17px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #F7F7F7;
  background-image: none;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ccc;
}
.form-control::-webkit-input-placeholder {
  color: #ccc;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #D6D6D6;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 40px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 89px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 17px;
  padding-bottom: 17px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1px;
}
select.form-group-sm .form-control {
  height: 33px;
  line-height: 33px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 36px;
}
.input-lg {
  height: 89px;
  padding: 30px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-lg {
  height: 89px;
  line-height: 89px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 89px;
  padding: 30px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.form-group-lg .form-control {
  height: 89px;
  line-height: 89px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 89px;
  padding: 30px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  min-height: 42px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 89px;
  height: 89px;
  line-height: 89px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #969696;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 17px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 39px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 17px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 40.999999px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #30A5EF;
  border-color: #30A5EF;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #118ddb;
  border-color: #1087d2;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #30A5EF;
  border-color: #30A5EF;
}
.btn-primary .badge {
  color: #30A5EF;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #63BDA2;
  border-color: #63bda2;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #46a78a;
  border-color: #439f84;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #63BDA2;
  border-color: #63bda2;
}
.btn-success .badge {
  color: #63BDA2;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #CAAF63;
  border-color: #c4a550;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #bb9a3f;
  border-color: #a08436;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #CAAF63;
  border-color: #c4a550;
}
.btn-warning .badge {
  color: #CAAF63;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #118ddb;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0b5f94;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #919191;
  text-decoration: none;
}
.btn.btn-lg {
  padding: 30px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.btn.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn.btn-xs {
  padding: 1px 3px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear 1s linear;
  -moz-transition: opacity 0.15s linear 1s linear;
  -o-transition: opacity 0.15s linear 1s linear;
  transition: opacity 0.15s linear 1s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #3C84B4;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #919191;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #919191;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 0) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 89px;
  padding: 30px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 89px;
  line-height: 89px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 16px 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #D6D6D6;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 1px;
}
.input-group-addon.input-lg {
  padding: 30px 16px;
  font-size: 20px;
  border-radius: 4px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #D6D6D6;
}
.nav > li.disabled > a {
  color: #919191;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #919191;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #D6D6D6;
  border-color: #118ddb;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #D6D6D6 #D6D6D6 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 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: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.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: #fff;
  background-color: #3C84B4;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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: 38px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 0) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 0) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 0) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 768px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 0) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 0) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 0) {
  .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: 8px 20px;
  font-size: 20px;
  line-height: 22px;
  height: 38px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 0) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 0) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 4px -20px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: -1) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 0) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  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);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -1px;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: -1) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 0) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -1px;
  margin-bottom: -1px;
}
.navbar-btn.btn-sm {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}
.navbar-btn.btn-xs {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 0) {
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 0) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #386D90;
  border-color: #2f5b78;
}
.navbar-default .navbar-brand {
  color: #A9CFE8;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #81b9dd;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #A9CFE8;
}
.navbar-default .navbar-nav > li > a {
  color: #A9CFE8;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #2C4961;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #2f5b78;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
}
@media (max-width: -1) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #A9CFE8;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #A9CFE8;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
.navbar-default .btn-link {
  color: #A9CFE8;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #fff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #b7b7b7;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #b7b7b7;
}
.navbar-inverse .navbar-nav > li > a {
  color: #b7b7b7;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: -1) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #b7b7b7;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #b7b7b7;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #b7b7b7;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 0;
  margin-bottom: 22px;
  list-style: none;
  background-color: transparent;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #919191;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 16px 20px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #118ddb;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #0b5f94;
  background-color: #D6D6D6;
  border-color: #ddd;
}
.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: #fff;
  background-color: #3C84B4;
  border-color: #3C84B4;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #919191;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 30px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #666;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #666;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  border-color: #FAFAFA;
  background-color: #FAFAFA;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #e1e1e1;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #fafafa;
}
.label-primary {
  border-color: #3C84B4;
  background-color: #3C84B4;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2f688e;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3c84b4;
}
.label-success {
  border-color: #63BDA2;
  background-color: #63BDA2;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #46a78a;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #63bda2;
}
.label-info {
  border-color: #5bc0de;
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #5bc0de;
}
.label-warning {
  border-color: #CAAF63;
  background-color: #CAAF63;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #bb9a3f;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #caaf63;
}
.label-danger {
  border-color: #d9534f;
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d9534f;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out 1s linear;
  -moz-transition: border 0.2s ease-in-out 1s linear;
  -o-transition: border 0.2s ease-in-out 1s linear;
  transition: border 0.2s ease-in-out 1s linear;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #118ddb;
}
.thumbnail .caption {
  padding: 9px;
  color: #565656;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #3C84B4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease 1s linear;
  -moz-transition: width 0.6s ease 1s linear;
  -o-transition: width 0.6s ease 1s linear;
  transition: width 0.6s ease 1s linear;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  -webkit-animation: progress-bar-stripes 2s linear infinite 1s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite 1s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite 1s linear infinite;
  animation: progress-bar-stripes 2s linear infinite 1s linear infinite;
}
.progress-bar-success {
  background-color: #63BDA2;
}
.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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #CAAF63;
}
.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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-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);
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #D6D6D6;
  color: #919191;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #919191;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3C84B4;
  border-color: #3C84B4;
}
.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,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.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: #cee1ee;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 1px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #3C84B4;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3C84B4;
  border-color: #3C84B4;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3C84B4;
}
.panel-primary > .panel-heading .badge {
  color: #3C84B4;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3C84B4;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 4px;
}
.well-sm {
  padding: 9px;
  border-radius: 1px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 450px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "ProximaNova-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 10px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 10px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 10px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 10px;
}
.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #000;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 10px;
  margin-bottom: -10px;
  border-width: 10px 10px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 10px;
  margin-bottom: -10px;
  border-width: 10px 10px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 10px;
  margin-top: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 10px;
  margin-top: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 460px;
  padding: 1px;
  font-family: "ProximaNova-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 14px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -187px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*.semi-condensed {
	font-family: "ProximaNovaCond-Semibold", @font-family-base;
}*/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.half-gutters {
  margin-right: -10px;
  margin-left: -10px;
}
.row.half-gutters > [class^="col-"],
.row.half-gutters > [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
body > header {
  background: #5581A6;
  color: #fff;
}
body > header .main {
  height: 135px;
}
body > header .main .search {
  height: 135px;
  position: relative;
  padding: 42.5px 0;
}
body > header .main .search .arrow {
  padding-right: 105px;
}
body > header .main .search .arrow i {
  position: absolute;
  top: 10px;
  right: -35px;
}
body > header .main .search .search-group {
  position: relative;
  display: block;
}
body > header .main .search input[type="search"] {
  height: 50px;
  border: none;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 110px;
  width: 99%;
}
body > header .main .search button {
  height: 50px;
  border: none;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  z-index: 2;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body > header .main .search .text {
  line-height: 21px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: right;
  height: 50px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
}
body > header .brand {
  display: block;
  margin-top: 28px;
  width: 340px;
}
body > header .brand > img {
  width: 100%;
  height: 58px;
}
body > header .brand .tagline {
  color: #fff;
  font-size: 17px;
  /*margin-top: 5px;*/
  text-align: center;
  width: 100%;
}
body > header .simple-main-new {
  max-height: 60px;
  transition: all .25s linear;
}
@media (max-width: 991px) {
  body > header .simple-main-new {
    height: 60px !important;
  }
}
body > header .simple-main-new .brand {
  margin-top: 16px;
  max-width: 168px;
  transform: scale(0.75);
  transform-origin: 0 50%;
}
@media (max-width: 991px) {
  body > header .simple-main-new .brand {
    transform: scale(0.7);
    transform-origin: 0 20%;
  }
}
body > header .simple-main-new .brand img {
  width: 100%;
  height: 28px;
}
body > header .simple-main-new .brand.with-tagline {
  position: relative;
  top: -13px;
}
@media (max-width: 991px) {
  body > header .simple-main-new .brand.with-tagline {
    top: -9px;
  }
}
body > header .simple-main-new .brand.with-tagline .brand-tagline {
  color: #f1f1f1;
}
body > header .simple-main-new .navbar-user {
  margin-top: 18px;
  margin-right: 0;
}
body > header .simple-main-new .navbar-user button,
body > header .simple-main-new .navbar-user .link-button {
  color: white;
  display: inline;
  font-family: ProximaNovaCond-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  transition: color .25s linear;
}
body > header .simple-main-new .navbar-user a:hover {
  background-color: inherit;
}
@media (max-width: 767px) {
  body > header .simple-main-new .navbar-user button span {
    display: none;
  }
}
body > header .simple-main-new .dropdown-toggle i {
  margin-right: 3px;
}
body > header .simple-main-new .dropdown-menu {
  border-radius: 4px;
  padding: 12px 0;
  color: #333;
}
@media (max-width: 991px) {
  body > header .simple-main-new .dropdown-menu {
    max-width: 260px;
  }
}
body > header .simple-main-new .dropdown-content-box {
  margin-bottom: -12px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
body > header .simple-main-new .btn {
  border-radius: 100px;
}
body > header .simple-main-new .btn:not(.btn-primary):not(.btn-success) {
  background: #f7f7f7;
}
body > header .simple-main-new .btn-primary {
  color: white;
  margin: 0 5px;
}
body > header .simple-main-new .btn-primary:hover {
  background: #30A5EF;
}
body > header .simple-main-new li:last-child .btn-primary {
  margin-top: 5px;
}
body > header .simple-main-new .btn-primary:hover {
  background: #30A5EF !important;
}
body > header:not(:hover) .simple-main-new {
  background: white;
  box-shadow: inset 0 -1px #efefef;
}
body > header:not(:hover) .simple-main-new .brand {
  filter: brightness(80%);
}
body > header:not(:hover) .simple-main-new .navbar-user button,
body > header:not(:hover) .simple-main-new .navbar-user .link-button {
  color: #bbbbbb;
}
.arrow-right {
  background: url('/assets/images/arrow-right.svg') no-repeat center center;
  display: block;
  width: 88px;
  height: 15px;
  position: absolute;
  top: 14px;
  right: 0;
}
body > footer {
  background: #102D40;
  width: 100%;
  color: #7091A7;
  margin-top: 30px;
  font-size: 14px;
  /*.padding-right {
		padding-right: @padding-large-horizontal * 4;
	}*/
}
body > footer > .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
body > footer h4 {
  margin: 0 0 10px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 16px;
  height: 50px;
  line-height: 60px;
}
body > footer a {
  color: #aFc9d9;
}
body > footer a:hover {
  color: #fff;
}
body > footer .brand-footer {
  display: block;
  position: relative;
  /*text-indent: -1000px;*/
  overflow: hidden;
  width: 190px;
  height: 40px;
}
body > footer .brand-footer img {
  vertical-align: top;
}
body > footer .flag {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 14px;
  margin-right: 2px;
  top: 2px;
}
body > footer .love {
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  padding-top: 5px;
}
body > footer .credits {
  text-transform: uppercase;
  padding: 0 0 30px;
  font-size: 13px;
}
body > footer .credits p {
  line-height: 30px;
  margin: 0;
}
body > footer ul.menu {
  list-style: none;
  margin: -8px 0 0 0;
  padding: 0;
}
body > footer ul.menu > li {
  margin: 0;
  padding: 0;
}
body > footer ul.menu > li > a {
  display: block;
  border-bottom: 1px solid #2C4961;
  padding: 8px 0;
}
body > footer ul.menu > li:last-child > a {
  border-bottom: none;
}
body > footer ul.socials {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
  overflow: hidden;
}
body > footer ul.socials > li {
  padding: 0;
  line-height: 30px;
  float: left;
  margin: 0 5px;
}
body > footer ul.socials > li > a {
  display: inline-block;
  color: #102D40;
  background: #7091A7;
  border-radius: 100%;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 33px;
}
body > footer ul.socials > li > a:hover {
  background: #fff;
}
body > footer ul.socials > li > a > i {
  font-size: 1.1em;
  margin-left: -1px;
}
body > footer ul.socials > li > a > i.icon-twitter {
  margin-left: -3px;
}
.app-list {
  list-style: none;
  margin: 0;
  padding: 0;
  /*.show-more-comments:hover i {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }*/
}
.app-list .center {
  display: block;
  margin: 0 auto;
  width: 64px;
}
.app-list .image-wrapper {
  background: transparent;
  border-radius: 2px;
  height: 64px;
  width: 64px;
  max-height: 64px;
  max-width: 64px;
  position: relative;
  top: 3px;
  /*&.small-icon {
            background: rgba(0,0,0,.05);
            display: table-cell;
            vertical-align: middle;
        }*/
}
.app-list .image-wrapper img {
  border-radius: 2px;
  /*height: @app-image-size;
            width: @app-image-size;*/
}
.app-list .col-text {
  width: 75%;
  padding-left: 0;
}
.app-list article h3:not(.list-section) {
  margin-top: 0;
}
.app-list.has-text-element h3:not(.list-section),
.app-list.has-text-element .h3:not(.list-section) {
  font-size: 1.5em;
}
.app-list > li {
  padding-bottom: 16px;
}
.app-list > li:not(:first-child) {
  padding-top: 16px;
}
.app-list li {
  /*border-bottom: 1px solid @hr-border;*/
  /*&:last-child {
            border-bottom: none;
        }*/
}
.app-list li .custom-list-menu {
  display: none;
  position: absolute;
  right: 26px;
  top: 2px;
  /*i {
                font-size: 90%;
            }*/
}
.app-list li .custom-list-menu .dropdown-menu {
  border-top: 1px solid #e5e5e5;
}
.app-list li .categories {
  margin-top: 16px;
}
.app-list li .categories .label-default {
  background: #41627E;
  text-transform: none;
}
.app-list li .itemDesc li {
  list-style: disc;
}
.app-list li .itemDesc ul {
  margin-bottom: 16px;
}
.app-list li .itemDesc h1,
.app-list li .itemDesc h2,
.app-list li .itemDesc h3,
.app-list li .itemDesc h4,
.app-list li .itemDesc h5 {
  font-size: 110%;
}
.app-list h3 {
  font-size: 150%;
}
.app-list h3 .label {
  margin-left: 2px;
  top: -3px;
}
.app-list p.text {
  margin-bottom: 4px;
  -ms-word-break: break-word;
  word-break: break-word;
}
.app-list .meta {
  margin-bottom: 0;
  color: #919191;
  line-height: 20px;
}
.app-list .meta a {
  color: #919191;
}
.app-list .platform-list {
  margin-top: 8px;
  margin-right: 8px;
}
.app-list .add-feature {
  margin-left: 3px;
  display: inline-block;
  font-family: ProximaNova-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 14px !important;
  cursor: pointer;
  color: #118ddb;
}
.app-list .add-feature i {
  margin-right: 2px;
  font-size: 75%;
  position: relative;
  top: -1px;
}
.app-list .features {
  margin-top: 8px;
  /*.feature-header {
            .ProximaNovaCond-Regular();
            text-transform: uppercase;

        }*/
}
.app-list .alternatives {
  margin: 0 8px 0 0;
  font-size: 12px;
  color: #D6D6D6;
  position: relative;
  font-family: ProximaNova-Regular;
  list-style: none;
  padding-left: 0;
  white-space: nowrap;
}
.app-list .alternatives li {
  float: left;
  margin: 0 5px 0 0 !important;
  padding: 0 !important;
  min-height: unset !important;
}
.app-list .alternatives .icon-circle {
  font-size: 4px;
  position: relative;
  top: -2px;
}
.app-list .alternatives a {
  color: #D6D6D6;
}
.app-list picture,
.app-list .no-icon {
  border-radius: 2px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 64px;
  height: 64px;
}
.app-list picture.small,
.app-list .no-icon.small {
  background: #E7E7E7;
}
.app-list picture.small > img,
.app-list .no-icon.small > img {
  margin: auto;
  width: auto;
  height: 64px;
}
.app-list .no-icon {
  border: 1px dashed #bdbdbd;
}
.app-list .toggle-more {
  /*border: 1px solid @text-more-muted;
        border-radius: @border-radius-base;*/
  /*i {
            font-size: 70%;
        }*/
  /*border-color: @text-color;
        color: @text-color;*/
}
.app-list .toggle-more:hover {
  border-color: #565656;
  color: #565656;
}
.app-list .more {
  display: none;
}
.app-list .more.visible {
  display: inline;
}
.app-list.narrow .alternatives {
  margin: 0 8px;
}
.app-list.mini {
  list-style: none;
  margin: 0;
  padding: 0;
  /*-webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: @grid-gutter-width / 3;
        -moz-column-gap: @grid-gutter-width / 3;
        column-gap: @grid-gutter-width / 3;*/
  font-size: 16px;
}
.app-list.mini .alternatives {
  display: block;
  top: 0;
  color: #AFAFAF !important;
}
.app-list.mini .alternatives .label {
  padding: 1px 3px 0px 3px;
  font-size: 100%;
}
.app-list.mini + .show-more-link {
  padding-top: 16px;
  clear: both;
}
.app-list.mini li {
  /*border-bottom: 1px solid @gray-light;*/
  padding: 10.66666667px 16px 10.66666667px 0;
  /*&:first-child {
                padding-top: @padding-base-vertical / 2;
            }*/
}
.app-list.mini li p,
.app-list.mini li .alternatives {
  margin-left: -9px;
  display: flex;
}
.app-list.mini li .alternatives {
  margin-top: -8px;
}
.app-list.mini li .label-license {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.app-list.mini li h3 {
  font-size: 135%;
  margin-left: -10px;
}
.app-list.mini li h3 + .alternatives {
  margin-top: -8px;
}
.app-list.mini li .image-wrapper {
  background: transparent;
  border-radius: 2px;
  height: 38.33333333px;
  width: 38.33333333px;
  max-height: 38.33333333px;
  max-width: 38.33333333px;
  top: -1px;
}
.app-list.mini li .image-wrapper img {
  max-height: 38.33333333px;
  max-width: 38.33333333px;
}
.app-list.mini.mini-browse-page li {
  min-height: 110px;
  border-bottom: none;
}
.app-list.mini.mini-browse-page li h3 {
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .app-list.mini.mini-browse-page {
    margin-bottom: 16px;
  }
}
.app-list.mini.mini-browse-page .image-wrapper {
  top: 0;
}
.app-list.mini.mini-browse-page .image-wrapper img {
  padding-top: 0;
}
.app-list.micro {
  font-size: 13px;
}
.app-list.micro li .image-wrapper {
  background: transparent;
  border-radius: 2px;
  height: 32px;
  width: 32px;
  max-height: 32px;
  max-width: 32px;
}
.app-list.small li {
  padding-bottom: 10px;
}
.app-list.small li:not(:first-child) {
  padding-top: 10px;
}
.app-list.small h3,
.app-list.small p {
  margin: 0;
}
.app-list.small picture {
  height: inherit;
}
.app-list.small .alternatives {
  margin: 0 8px 0 0;
}
.app-list.small .label-free,
.app-list.small .label-open-source,
.app-list.small .label-freemium,
.app-list.small .label-free-personal,
.app-list.small .label-commercial {
  font-size: 12px;
  border: 1px solid #c9c9c9;
  /*text-transform: none;*/
}
.app-list.top-list {
  margin: 8px 0;
}
.app-list.top-list li {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: none;
}
.app-list.top-list li a {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.app-list.top-list .image-wrapper {
  margin-right: 3px;
  width: 24px !important;
  height: 24px !important;
  display: inline;
  top: -1px;
}
.app-list.top-list .image-wrapper img {
  display: inline;
  width: 24px !important;
  height: 24px !important;
}
.app-list.top-list .image-wrapper .no-icon {
  display: none;
}
.app-list.top-list .top-list-digit {
  margin-right: 1em;
  background: #30A5EF;
  width: 18px;
  height: 18px;
  color: white;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 70%;
  border-radius: 2px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.app-list.inverted > li:not(:last-child) {
  border-bottom: 1px solid #2C4961;
}
.app-list.inverted h3 > a {
  color: #fff;
}
.app-list.inverted a {
  color: #7091A7;
}
.app-list.inverted a:hover {
  color: #fff;
}
.app-list.inverted .label {
  background-color: transparent;
  border: 1px solid #7091A7;
  font-weight: normal;
  color: #7091A7;
  font-size: 13px;
}
.app-list .list-spinner {
  position: relative;
  /*margin-top: 20px;*/
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}
.app-list .sponsored-alternative {
  margin-left: .35em;
  border: 1px solid;
  font-family: ProximaNovaCond-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #118ddb;
  font-size: .5em;
  padding: .25em .325em .2em;
  border-radius: 2px;
  position: relative;
  top: -4px;
}
.app-list .opinion-comments:hover + .show-more-comments {
  animation: bounce 0.5s;
  color: #5e5e5e;
}
.app-list .show-more-comments {
  width: 100%;
  margin-top: -10px;
  color: #919191;
}
.app-list .show-more-comments i {
  text-align: center;
  cursor: pointer;
  font-size: 35px;
  display: block;
}
.app-list .show-more-comments.to-right {
  height: 12px;
}
.app-list .show-more-comments.to-right i {
  float: right;
}
.app-list .promo-code-foldout {
  display: none;
  position: absolute;
  background: white;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 10;
  border-radius: 0 2px 2px 2px;
  border-top: 2px solid #dc991e;
}
.app-list .promo-code-foldout .deal {
  font-family: ProximaNovaCond-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  padding-right: 1.5em;
  /* Give heading some breathing room */
}
@media screen and (max-width: 500px) {
  .app-list .promo-code-foldout .deal {
    font-size: 1.25em;
  }
}
.app-list .promo-code-foldout .cupon {
  padding: 10px;
  background: #f7f0db;
  border: 1px dashed #fff;
}
.app-list .promo-code-foldout .cupon .cupon-title {
  font-family: ProximaNovaCond-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: .6em;
  letter-spacing: 0.025;
  margin-right: .5em;
  color: #aaa;
}
.app-list .promo-code-foldout .cupon .cupon-code {
  font-family: Courier;
  letter-spacing: 0.05em;
}
.show-more-link {
  text-align: right;
  display: block;
  margin-top: 16px;
}
.like-box {
  text-align: center;
  width: 64px;
}
.like-box .num {
  display: block;
  font-family: ProximaNovaCond-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #535353;
  /*font-size: @font-size-h3;*/
  line-height: 1.1;
  margin: 8px 0;
  position: relative;
  background-color: #FAFAFA;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  padding: 5px 0 4px;
  font-size: 90%;
}
.like-box .num:after,
.like-box .num:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.like-box .num:after {
  border-color: rgba(242, 242, 242, 0);
  border-top-color: #F2F2F2;
  border-width: 4px;
  margin-left: -4px;
}
.like-box .num:before {
  border-color: rgba(232, 234, 235, 0);
  border-top-color: #E8EAEB;
  border-width: 5px;
  margin-left: -5px;
}
.like-box .btn {
  position: relative;
  padding: 0 4px 0 4px;
  display: block;
  height: 26px;
  line-height: 25px;
  font-size: 0.8em;
  border: 1px solid #4A9ACE;
}
.like-box .btn i {
  position: relative;
  font-size: 1em;
  margin-left: -0.3em;
  top: 1px;
  margin-right: 2px;
}
.like-box .btn.liked i {
  color: #eba5a3;
}
.like-box.compact-like-box .btn {
  margin: 10px 0;
}
.opinion-comments {
  margin: 12px 0 0 0;
  padding: 0;
  /*.opinion-note:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: transparent Lighten(@gray-even-lighter, 8%);
        display: block;
        width: 0;
        z-index: 1;
        margin-top: -10px;
        left: -10px;
        top: 50%;
    }*/
}
.opinion-comments .hiddenNote {
  display: none;
}
.opinion-comments .note {
  overflow: hidden;
  display: block;
}
.opinion-comments .note-icon-container {
  position: absolute;
  left: 10px;
  top: 14px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  box-shadow: 1px 1px 0 -1px rgba(201, 201, 201, 0.7);
}
.opinion-comments .note-icon-container .note-icon {
  color: #fff;
  /*&:before {
                margin: 0;
            }*/
}
.opinion-comments .note-icon-container .note-icon.custom-icon-thumbs-up-alt:before {
  font-size: 17px;
  content: '\e846';
  font-family: "fontello";
  font-style: normal;
}
.opinion-comments .note-icon-container .note-icon.custom-icon-attention-circled:before {
  font-size: 17px;
  content: '\e847';
  font-family: "fontello";
  font-style: normal;
}
.opinion-comments .note-icon-container .note-icon.custom-icon-bundleware:before,
.opinion-comments .note-icon-container .note-icon.custom-icon-warning:before {
  font-size: 14px;
  content: '\e80e';
  font-family: "fontello";
  font-style: normal;
}
.opinion-comments .note-icon-container .note-icon.custom-icon-discontinued:before {
  font-size: 14px;
  content: '\e820';
  font-family: "fontello";
  font-style: normal;
}
.opinion-comments .note-icon-container .note-icon.custom-icon-ban:before {
  font-size: 14px;
  content: '\e80f';
  font-family: "fontello";
  font-style: normal;
}
.opinion-comments .note-icon-container .note-icon.note-icon-select {
  left: -60px;
}
.opinion-comments .opinion-note {
  /*width: 275px;
        height: 90px;*/
  background: #FAFAFA;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  list-style: none;
  margin: 8px 0 8px 0;
  padding: 13px 16px 11px 52px !important;
  position: relative;
  font-size: 90%;
}
.opinion-comments .opinion-note.status-NotApproved {
  opacity: 0.5;
  /*&:after {
                font-family: Fontello;
                font-size: 50px;
                color: red;
                content: '\e823';
                position: relative;
                left: -70px;
                top: -40px;
            }*/
}
.opinion-comments .opinion-note .save-note {
  float: right;
  margin-top: 5px;
}
.opinion-comments .opinion-note .meta {
  margin-top: 4px;
  font-size: 13px;
  display: block;
  /*.ProximaNova-Semibold();*/
}
.opinion-comments .opinion-note .opinion-vote {
  position: absolute;
  bottom: 14px;
  right: 24px;
  font-family: ProximaNova-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: none;
  /*.icon-thumbs-down-alt {
                display: none;
            }*/
}
.opinion-comments .opinion-note .opinion-vote i {
  font-style: normal;
  color: #c4c4c4;
}
.opinion-comments .opinion-note-options {
  display: none;
  position: absolute;
  background-color: #f0f0f0;
  padding: 2px;
  border-radius: 2px;
}
.opinion-comments .opinion-note:hover .opinion-vote {
  display: inline;
  /*.icon-thumbs-down-alt {
                                color: Lighten(@gray-light, 20%);
                display: inline;
            }*/
}
.opinion-comments .opinion-note:hover .opinion-vote i {
  color: #c4c4c4;
}
.opinion-comments .opinion-note:hover .opinion-vote i:hover {
  color: #919191;
  cursor: pointer;
}
.opinion-comments .opinion-note:hover.status-NotApproved {
  opacity: 1;
}
.opinion-comments .opinion-note:hover .opinion-note-options {
  display: block;
  top: 5px;
  right: 5px;
  cursor: pointer;
  opacity: 1.0;
  z-index: 999;
}
.alternative-list .num {
  margin-top: 8px;
}
.new-app-page .app-list .platform-list {
  display: inline-block;
}
.new-app-page .app-list .features {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .app-list {
    /*&.mini {
            .image-wrapper {
                max-height: @app-image-size-mobile;
                max-width: @app-image-size-mobile;

                img {
                    max-height: @app-image-size-mobile;
                    max-width: @app-image-size-mobile;
                }
            }
        }*/
  }
  .app-list .no-icon {
    height: 46px;
    width: 46px;
  }
  .app-list .center {
    width: 46px;
  }
  .app-list .like-box {
    width: 46px;
  }
  .app-list .image-wrapper {
    display: block;
    margin-bottom: 4px;
    max-height: 46px;
    max-width: 46px;
  }
  .app-list .image-wrapper img {
    max-height: 46px;
    max-width: 46px;
  }
  .app-list .compact-like-box {
    width: 50px !important;
  }
  .app-list .compact-like-box .icon-and-like .like-box {
    width: 50px !important;
  }
  .app-list .app-list-item .icon-and-like {
    position: absolute;
    right: -50px;
    padding-left: 0;
    left: auto;
    top: 16px;
  }
  .app-list .app-list-item .icon-and-like .image-wrapper {
    width: 46px;
    height: 46px;
  }
  .app-list .app-list-item .icon-and-like .image-wrapper img {
    width: 46px;
    height: 46px;
  }
  .app-list .app-list-item .icon-and-like .like-box {
    width: 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .app-list {
    /*&.mini {
            .image-wrapper {
                max-height: @app-image-size-mobile;
                max-width: @app-image-size-mobile;

                img {
                    max-height: @app-image-size-mobile;
                    max-width: @app-image-size-mobile;
                }
            }
        }*/
  }
  .app-list .image-wrapper img {
    max-height: 46px;
    max-width: 46px;
  }
  .app-list .app-list-item .icon-and-like {
    position: absolute;
    right: -50px;
    padding-left: 0;
    left: auto;
    top: 16px;
  }
  .app-list .app-list-item .icon-and-like .image-wrapper {
    width: 56px;
    height: 56px;
  }
  .app-list .app-list-item .icon-and-like .image-wrapper img {
    width: 56px;
    height: 56px;
  }
  .app-list .app-list-item .icon-and-like .like-box {
    width: 54px;
  }
  /*.like-box-wrapper {
        width: 44px !important;

        .image-wrapper {
            width: 44px !important;
            height: 44px !important;

            img {
                width: 44px !important;
                height: 44px !important;
            }
        }

        .like-box {
            width: 44px !important;

            i {
                display: none
            }
        }
    }*/
}
@media screen and (min-width: 992px) {
  .app-list-item .col-lg-1 {
    width: 11% !important;
  }
  .app-list-item .col-lg-10 {
    width: 89% !important;
  }
  .full-width-app-list .app-list-item .col-lg-1 {
    width: 8% !important;
  }
}
@media screen and (max-width: 1280px) {
  .app-list .app-list-item .col-lg-12 {
    width: 90% !important;
  }
  .app-list .app-list-item .icon-and-like {
    position: absolute;
    right: -45px;
    padding-left: 0;
    left: auto;
    top: 16px;
  }
  .app-list .app-list-item .icon-and-like .image-wrapper {
    width: 56px;
    height: 56px;
  }
  .app-list .app-list-item .icon-and-like .image-wrapper img {
    width: 56px;
    height: 56px;
  }
  .app-list .app-list-item .icon-and-like .like-box {
    width: 54px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .app-list {
    /*.like-box .num {

                 font-size: @font-size-h3;
        }*/
    /*&.mini {
            .image-wrapper {
                max-height: @app-image-size-mobile;
                max-width: @app-image-size-mobile;

                img {
                    max-height: @app-image-size-mobile;
                    max-width: @app-image-size-mobile;
                }
            }
        }*/
  }
  .app-list .app-list-item .col-lg-1 {
    width: 11% !important;
  }
  .app-list .app-list-item .icon-and-like {
    position: absolute;
    right: -45px;
    padding-left: 0;
    left: auto;
    top: 16px;
  }
  .app-list .app-list-item .icon-and-like .image-wrapper {
    width: 56px;
    height: 56px;
  }
  .app-list .app-list-item .icon-and-like .image-wrapper img {
    width: 56px;
    height: 56px;
  }
  .app-list .app-list-item .icon-and-like .like-box {
    width: 54px;
  }
  .app-list .image-wrapper img {
    max-height: 46px;
    max-width: 46px;
  }
}
.banner {
  display: block;
  text-align: center;
  z-index: 99999;
  /*.atf1 {
        display: inline-block;
        min-width: 300px;
        max-width: 970px;
        width: 100%;
        height: 90px;
    }*/
  /*.atf2 {
        display:inline-block;
        min-width:300px;
        max-width:720px;
        width:100%;
        height:90px
    }*/
  /*&.size300x600 {
        width: 320px;
        height: 100%;
    }*/
  /*&.size728x15 {
        width: 728px;
        height: 15px;
        margin-left: -7px;
    }*/
  /*&.sidebar1 {
        text-align: left;
        margin-bottom: 20px;
    }*/
  /*#div-gpt-ad-app-sidebar-small {
        text-align: center;
        width: 320px;
        height: 50px;
    }*/
}
.banner.size1200x90 {
  width: 100%;
}
.banner .text-header-ad {
  height: 16px;
  margin-top: 16px;
}
.banner .sidebar {
  /*width: 300px;
        height: 600px;
        display: inline-block;*/
  min-width: 160px;
  max-width: 350px;
  min-height: 200px;
  max-height: 600px;
  width: 100%;
  height: 100%;
}
.banner.size728x90 {
  width: 100%;
  height: 90px;
}
.banner #div-gpt-ad-application-linkunit {
  text-align: left;
  height: 18px;
}
.app-sidebar {
  margin-top: 0;
}
.atf2 .banner {
  text-align: center;
  margin-bottom: 16px;
}
/*.app-linkunit {
    width: 728px;
    height: 15px;
}*/
.jumbotron .header,
.blue.app .header,
.dark-blue .header {
  margin-top: -30px;
  margin-bottom: 15px;
}
.start-page-jumbotron .header {
  margin-top: -30px;
}
main .header {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #div-gpt-ad-application-linkunit {
    margin-bottom: 16px;
  }
  /*.app-linkunit {
        width: 728px;
        height: 15px;
        margin-bottom: @padding-base-vertical;
    }*/
  /*.atf1 {
        &.banner {
            text-align: left;
        }
    }*/
  /*#div-gpt-ad-application-linkunit {
        margin-bottom: @padding-base-vertical;
    }*/
  .jumbotron .header,
  .dark-blue .header {
    /*margin-top: 0;*/
    margin-bottom: 15px;
  }
  .app-sidebar-banner-small {
    width: 768px;
    height: 90px;
    display: block;
    margin-left: -16px;
  }
}
@media (min-width: 992px) {
  /*.app-linkunit {
        width: 468px;
        height: 15px;
    }*/
  .app-sidebar-banner-small {
    width: 285px;
    height: 100px;
    display: block;
    margin-left: 0;
  }
  .ForceFull .app-sidebar-banner-small {
    width: 300px;
    height: 250px;
    display: block;
  }
}
@media (min-width: 1200px) {
  /*.app-linkunit {
        width: 728px;
        height: 15px;
    }*/
  .alternatives .atf2 .adsbygoogle {
    width: 728px;
    /*height: 90px;*/
  }
  .alternatives .atf2 .banner-center .adsbygoogle {
    width: 100%;
  }
  .atf2 .banner {
    text-align: left;
    /*min-height: 90px;*/
  }
  .atf2 .banner-center {
    text-align: center;
  }
  .app-sidebar {
    margin-top: -105px;
  }
  .app-sidebar.topx-True {
    margin-top: 0 !important;
  }
  .app-sidebar-banner-small .adsbygoogle {
    display: inline-block;
    width: 350px;
    height: 50px;
  }
  .ForceFull .app-sidebar-banner-small {
    width: 350px;
    height: 250px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  /*.app-linkunit {
        display: none !important;
    }*/
  #div-gpt-ad-application-linkunit {
    display: none !important;
  }
  #div-gpt-ad-app-sidebar-small,
  #div-gpt-ad-app-sidebar-large {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  #div-gpt-ad-atf1 {
    margin-top: 8px;
  }
  .app-sidebar-banner-small {
    width: 320px;
    display: block;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .app-sidebar {
    margin-top: 0;
  }
}
.btn {
  font-family: ProximaNovaCond-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 2px;
}
.btn > small {
  display: block;
  text-transform: none;
  opacity: 0.7;
}
.btn.btn-load-more {
  color: #919191;
  font-size: 24px;
  font-weight: normal;
  background: #f7f7f7;
  border: 1px solid #ededed;
  margin-top: 16px;
}
.btn.btn-load-more:hover {
  color: #565656;
  border-color: #ddd;
  background: #ededed;
}
.btn.btn-load-more > i {
  position: relative;
  font-size: .8em;
}
.btn.btn-wide {
  width: 100%;
}
.input-group .btn {
  padding: 8px 20px;
}
.link-button {
  border: none;
  background-color: transparent;
  color: #118ddb;
}
/* Experimental, project scissor. Designed to only work in section.bluebox) */
.btn-complementary-view {
  margin-top: 1.25em;
  padding: 10px 10px 12px;
  width: 100%;
  text-align: center;
  background: #30A5EF;
}
.btn-complementary-view span {
  display: block;
  white-space: normal;
}
.btn-complementary-view span:first-child {
  font-size: 150%;
  color: white;
  margin-bottom: 3px;
}
.btn-complementary-view span:last-child {
  font-family: ProximaNovaCond-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #d6edfc;
  line-height: 1.3;
  margin-top: -3px;
  font-size: 90%;
}
@media (min-width: 992px) {
  .btn-complementary-view {
    margin-top: 50px;
    padding: 34px 10px 12px;
    background: #30A5EF url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCA0NCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+SWNvbjwvdGl0bGU+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ2MSAtNTY5KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAxNzcpIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzc4IDM4MCkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDgzIDEyKSI+PGc+PHJlY3QgZmlsbD0iIzI2OTNEOSIgd2lkdGg9IjQ0IiBoZWlnaHQ9IjIwIiByeD0iMiIvPjxyZWN0IGZpbGw9IiM1MUJBRkMiIHg9IjE3IiB5PSI4IiB3aWR0aD0iNiIgaGVpZ2h0PSI0IiByeD0iMSIvPjxyZWN0IGZpbGw9IiNCNUVDQjciIHg9IjUiIHk9IjUiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgcng9IjIiLz48cmVjdCBmaWxsPSIjNTFCQUZDIiB4PSIyNCIgeT0iOCIgd2lkdGg9IjkuOTUiIGhlaWdodD0iNCIgcng9IjEiLz48cmVjdCBmaWxsPSIjNTFCQUZDIiB4PSIzNSIgeT0iOCIgd2lkdGg9IjMuOTUiIGhlaWdodD0iNCIgcng9IjEiLz48L2c+PC9nPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=) no-repeat center 12px;
    background-size: auto 20px;
  }
}
.app-list-item .btn-xs {
  line-height: 1.2px;
  border-radius: 3px;
  color: #ccc;
  border-color: #d4d4d4;
  font-family: ProximaNovaCond-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  /*span {
            font-size: 80%;
        }*/
}
.app-list-item .btn-xs:hover,
.app-list-item .btn-xs:focus,
.app-list-item .btn-xs.focus,
.app-list-item .btn-xs:active,
.app-list-item .btn-xs.active {
  color: #333;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
  background-color: #fff;
}
.dropdown-menu {
  border: none;
  min-width: 220px;
  /*&.dropdown-menu-lg {
        width: 250px;
    }*/
}
.dropdown-menu > li > a {
  padding: 7px 16px;
  white-space: normal;
}
.dropdown-menu > li > a > i {
  margin-right: 5px;
  margin-left: -2px;
  color: #666666;
}
.dropdown-menu > li > a:hover i {
  color: #333333;
}
.dropdown-menu > li .meta {
  float: right;
  opacity: .5;
}
.dropdown-menu .divider {
  margin: 0;
}
.dropdown-menu .placeholder {
  color: #cacaca;
  filter: blur(1px);
}
.dropdown-menu .placeholder > a,
.dropdown-menu .placeholder > a i {
  color: inherit !important;
}
.dropdown-menu.notifications-dropdown {
  /*min-height: 40px;*/
  width: 400px;
  padding: 0;
}
.dropdown-menu.notifications-dropdown li {
  border-bottom: 1px solid #e5e5e5;
  padding: 8px;
  position: relative;
  background-color: #FDFDFD;
}
.dropdown-menu.notifications-dropdown li.is-new {
  background-color: #edf2fa;
}
.dropdown-menu.notifications-dropdown li.is-new a {
  font-family: ProximaNovaCond-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.dropdown-menu.notifications-dropdown li .profile-image {
  position: absolute;
  top: 10px;
}
.dropdown-menu.notifications-dropdown li div.text {
  display: inline-block;
  padding-left: 48px;
}
.dropdown-menu.notifications-dropdown li .meta {
  float: none;
  display: block;
}
.dropdown-menu.notifications-dropdown li a {
  /*min-height: 60px;*/
  /*white-space: normal;*/
  color: #118ddb;
  display: inline;
  padding: 0;
}
.dropdown-menu.notifications-dropdown li a strong {
  font-weight: normal;
  color: black;
}
.dropdown-menu.notifications-dropdown li i {
  padding-right: 15px;
  font-size: 120%;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-right-color: #ccc;
  margin-top: 5px;
  margin-left: -10px;
}
.dropdown-submenu:hover > a:after {
  border-right-color: #000;
}
.inverse-dropdown {
  background-color: #222;
  border-color: #080808;
}
.inverse-dropdown > li > a {
  color: #999;
}
.inverse-dropdown > li > a:hover {
  color: #fff;
  background-color: #000;
}
.inverse-dropdown > .divider {
  background-color: #000;
}
.inverse-dropdown > .dropdown-header {
  color: #fff;
}
.inverse-dropdown .dropdown-content-box {
  padding: 16px;
  border-top: 1px solid #080808;
  color: #999;
  margin: 11px 0 -6px;
}
.inverse-dropdown .dropdown-content-box.extra-visible {
  padding: 33px;
}
.inverse-dropdown .dropdown-content-box.extra-visible h2 {
  margin-top: 0;
  color: #999;
}
.inverse-dropdown .dropdown-content-box p {
  margin-bottom: 22px;
}
.inverse-dropdown .dropdown-content-box .btn-primary {
  margin-left: 0 !important;
}
.dropdown-menu-lg {
  width: 400px;
}
.dropdown-header {
  padding-left: 16px;
}
.dropdown-toggle {
  border-radius: 0;
}
/*.dropdown-submenu.menu-left {
    float: none;
}

.dropdown-submenu.menu-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}*/
.dropdown-content-box {
  padding: 16px;
  border-top: 1px solid #ddd;
  color: #333;
  margin: 11px 0 -6px;
}
.dropdown-content-box.extra-visible {
  padding: 33px;
}
.dropdown-content-box.extra-visible h2 {
  margin-top: 0;
}
.dropdown-content-box p {
  margin-bottom: 22px;
}
.dropdown-content-box .btn-primary {
  margin-left: 0 !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin-top: 20px;
  font-family: ProximaNovaCond-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 8px;
}
h1 span.paging-info,
.h1 span.paging-info,
h2 span.paging-info,
.h2 span.paging-info,
h3 span.paging-info,
.h3 span.paging-info,
h4 span.paging-info,
.h4 span.paging-info {
  color: #D6D6D6;
  float: right;
}
h1,
.h1,
h2,
.h2 {
  margin-bottom: 16px;
}
h1.large,
.h1.large {
  font-size: 32px;
}
@media (max-width: 767px) {
  h1.large,
  .h1.large {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  h1.large,
  .h1.large {
    font-size: 52px;
  }
}
h2.browseListHeader {
  position: relative;
  font-size: 125%;
  margin-top: 16px !important;
  margin-bottom: 16px;
  text-align: center;
}
h2.browseListHeader .btn {
  margin-left: 15px;
}
h2.browseListHeader .btn.btn-sm {
  padding: 6px 10px 4px;
}
h2.browseListHeader.with-separator {
  padding-top: 48px;
}
h2.browseListHeader.with-separator:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  width: 4em;
  border-radius: 2px;
  background: #30A5EF;
}
@media screen and (min-width: 768px) {
  h2.browseListHeader {
    margin-top: 32px !important;
    margin-bottom: 48px;
    font-size: 210%;
  }
}
h2 a {
  color: #102D40;
}
h3.underline a {
  color: #102D40;
}
h3.subtitle {
  font-size: 14px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
}
h3.subtitle a {
  font-family: ProximaNova-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h3.subtitle a:before {
  content: "\00B7 ";
  margin-right: .25em;
}
.pre-header {
  font-family: ProximaNovaCond-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 1px;
  /*margin: @padding-base-vertical * 4 0 @padding-base-vertical 0;*/
  display: block;
}
.pre-header + h1 {
  margin-top: 8px;
}
.pre-header + h2,
.pre-header + h3 {
  margin-top: 8px;
}
.discrete-header {
  font-size: 85%;
}
p {
  line-height: 22px;
}
.meta {
  font-size: 14px;
  color: #706F6F;
}
.meta b {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #636262;
}
.meta div,
.meta .stars {
  display: inline;
}
.meta .stars {
  position: relative;
  top: 2px;
}
.lead {
  font-size: 18px;
  /*.ProximaNova-Regular();*/
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.4px;
    font-size: 20px;
  }
}
.huge {
  font-size: 32px;
  letter-spacing: -0.0125em;
}
@media (min-width: 768px) {
  .huge {
    font-size: 51.2px;
  }
}
.danger-text {
  color: #a94442;
}
ul.no-indent {
  padding-left: 1.05em;
}
.review {
  margin-top: 16px;
  position: relative;
  font-family: ProximaNovaCond-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 150%;
  line-height: 1.25;
}
.review:before {
  content: "\201D";
  position: absolute;
  top: -11px;
  left: -2px;
  font-size: 300%;
}
.review-positive a {
  color: #51b597 !important;
}
.review-negative a {
  color: #d9534f;
}
.review,
.review + .meta {
  padding-left: 34px;
}
.review + .meta {
  margin-top: -4px;
  margin-bottom: 16px;
  display: block;
}
.review + .meta.emotion,
.review + .meta .emotion {
  border-bottom: 1px solid;
}
.emotion-positive {
  color: #51b597;
}
.emotion-positive:hover {
  color: #37836c;
}
.emotion-negative {
  color: #d9534f;
}
.emotion-negative:hover {
  color: #a02622;
}
.meta .emotion,
.meta.emotion {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.link-color {
  color: #118ddb !important;
}
.headline-link {
  font-size: 55%;
  background: #F0F1F2;
  color: #118ddb;
  padding: .25em .35em .15em;
  border-radius: 2px;
  position: relative;
  top: -0.15em;
  margin-left: 0.25em;
}
a:focus {
  outline: thin dotted !important;
}
.form-control {
  box-shadow: none;
  padding: 5px 10px;
  border-color: #c4c4c4;
  background-color: #F7F7F7;
}
.form-control.imported {
  background: #fff;
  font-weight: bold;
  color: #30A5EF;
  border-color: #f0f0f0;
}
.loading,
.loading > td,
.loading > th,
.nav li.loading.active > a,
.pagination li.loading,
.pagination > li.active.loading > a,
.pager > li.loading > a {
  background-image: linear-gradient(45deg, rgba(205, 205, 205, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(205, 205, 205, 0.15) 50%, rgba(205, 205, 205, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
  -moz-animation: 0.8s linear 0s normal none infinite progress-bar-stripes;
  -o-animation: 0.8s linear 0s normal none infinite progress-bar-stripes;
  -webkit-animation: progress-bar-stripes 0.8s linear infinite;
  animation: 0.8s linear 0s normal none infinite progress-bar-stripes;
}
.btn.btn-default.loading,
input[type="text"].loading,
select.loading,
textarea.loading,
.well.loading,
.list-group-item.loading,
.pagination > li.active.loading > a,
.pager > li.loading > a {
  background-image: linear-gradient(45deg, rgba(105, 105, 105, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(105, 105, 105, 0.15) 50%, rgba(105, 105, 105, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
fieldset {
  margin-top: 16px;
  margin-bottom: 32px;
}
#platformDownloadLinks.form-horizontal .form-group {
  margin-bottom: 0;
}
#platformNotes.form-horizontal .form-group {
  margin-bottom: 0;
}
.center-intro {
  margin-bottom: 32px;
  text-align: center;
}
.form-group {
  /*min-height: 126px;*/
}
.form-group.has-error .form-control {
  border-width: 2px;
  background-color: #f9e2e2;
  padding: 4px 9px;
}
.form-group.selectize-group.has-error .form-control {
  border-width: 2px;
  background-color: transparent;
  padding: 0;
}
.form-group.selectize-group.has-error .form-control .selectize-dropdown {
  background-color: #fff;
}
.form-group .algolia-autocomplete {
  float: none;
}
.form-group .algolia-autocomplete + .form-control-feedback {
  top: 25px;
}
.form-group .dropdown-menu {
  width: 100%;
}
.form-group .dropdown-menu .meta {
  display: block;
}
.form-group .selectize-dropdown-content {
  max-height: 400px;
}
.form-group .selectize-dropdown-content .meta {
  display: block;
}
.form-group .selectize-dropdown-content .higlightOption {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 115%;
}
.form-group .help-block,
.form-group .status {
  font-size: 12px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 0;
  display: inline-block;
}
.form-group .help-block.form-info,
.form-group .status.form-info {
  margin-top: 4px;
}
.form-group .help-block.form-error,
.form-group .status.form-error {
  margin-top: 4px;
  color: #d9534f;
  font-size: 14px;
}
.form-group .status {
  float: right;
}
.form-group > div > .help-block {
  margin: -4px 0 6px 0;
  padding: 0;
  font-size: 14px;
  color: #919191;
  font-weight: normal;
}
.form-group div.form-control {
  line-height: 170%;
}
.form-group label {
  font-size: 18px;
  color: #333333 !important;
  margin-bottom: 0;
  font-family: ProximaNova-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.form-group label span {
  font-size: 12px;
  font-weight: normal;
}
.form-group label span i {
  font-size: 4px;
  position: relative;
  top: -2px;
  padding: 0 2px 0 2px;
}
.form-group ul.form-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  /*-webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: @grid-gutter-width;
        -moz-column-gap: @grid-gutter-width;
        column-gap: @grid-gutter-width;*/
  /*border: 1px solid @gray-light;
        padding: @padding-base-vertical;
        background-color: @gray-lighter;
        border-radius: 2px;*/
}
.form-group ul.form-categories li {
  /*float: left;
            width: 200px;*/
  margin-top: 16px;
}
.form-group ul.form-categories li .category-name {
  margin-top: 16px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.form-group ul.form-categories li span.smallnote {
  display: block;
  font-size: 14px;
  margin-top: 0;
}
.list-form .markitup {
  height: 166px;
}
.edit-list-table td {
  position: relative;
}
.edit-list-table td h4 {
  margin-top: 0;
}
.edit-list-table td .buttonRow {
  position: absolute;
  bottom: 8px;
  display: none;
}
.edit-list-table td .buttonRow .delete-link {
  color: #D76657;
}
.edit-list-table td:hover .buttonRow {
  display: block;
}
.standard-form input[type=number] {
  width: 60px !important;
  padding: 4px !important;
}
.standard-form .btn-next:after {
  font-family: fontello;
  content: "\e834";
  font-size: 80%;
  padding-left: 7px;
  position: relative;
  top: -1px;
}
.standard-form legend,
.standard-form .custom-title {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #D6D6D6;
  line-height: 0.1em;
  margin: 10px 0 20px;
  font-size: 18px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.standard-form legend span,
.standard-form .custom-title span {
  background: #fff;
  padding: 0 10px;
}
.standard-form p {
  color: #919191;
}
.standard-form ul.manageMedia {
  list-style: none;
  padding: 0;
  overflow: visible;
  margin-top: 30px;
}
.standard-form ul.manageMedia > li {
  display: block;
  padding: 16px 20px;
  float: left;
  margin-bottom: 30px;
}
.standard-form ul.manageMedia > li.placeholder {
  border: 1px dashed black;
  margin: 16px 20px 46px 20px;
  width: 280px;
  height: 352px;
}
.standard-form ul.manageMedia > li .deleteImage {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #d9534f;
  border: 1px solid #a02622;
  font-size: 12px;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  line-height: 22px;
  text-align: center;
}
.standard-form ul.manageMedia .card {
  position: relative;
  display: block;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  text-align: center;
}
.standard-form ul.manageMedia .card img {
  margin-bottom: 30px;
}
.standard-form ul.manageMedia .card .deleteImage {
  cursor: pointer;
}
.standard-form .steps > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.standard-form .steps > ul li {
  padding-left: .4em;
  margin: 30px;
  text-indent: -0.7em;
  margin-bottom: 16px;
  float: left;
}
.standard-form .steps > ul li.selected {
  color: #5bc0de;
}
.standard-form .steps > ul li > ul {
  list-style: none;
  padding-left: 10px;
}
.standard-form .steps > ul li:before {
  font-family: fontello;
  content: "\e82c";
  padding-right: 8px;
  color: #D6D6D6;
  font-size: 14px;
}
.standard-form .steps > ul li.done:before {
  content: "\e803";
  color: #63BDA2;
}
.standard-form h1.underline {
  border-width: 2px !important;
  border-color: #000 !important;
  margin-bottom: 48px;
}
.standard-form .well {
  border: 2px dashed #D6D6D6;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.standard-form .well h3 {
  text-align: center;
  color: #919191;
  display: block;
  margin: 16px 0 16px 0;
}
.standard-form .well h3 span {
  text-decoration: underline;
}
.standard-form .well .deleteImage {
  position: absolute;
  top: 3px;
  right: 7px;
  cursor: pointer;
  background: #d9534f;
  border: 1px solid #a02622;
  font-size: 12px;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  line-height: 22px;
  text-align: center;
}
.standard-form .well img {
  max-height: 80px;
  line-height: 140px;
}
.standard-form .well.dropzone.hover {
  border: 2px dashed #919191;
}
.standard-form .well.dropzone.hover h3 {
  color: #555555;
}
.standard-form .external-search {
  cursor: pointer;
  pointer-events: auto;
}
.standard-form .large-textarea {
  height: 400px;
}
.standard-form #pricingModelContainer {
  display: inline;
}
.standard-form .input-group-addon {
  padding: 0 8px;
}
fieldset.submit {
  margin-top: 16px;
  text-align: right;
}
ul.autocomplete {
  background: #F7F7F7;
  border: 1px solid #c4c4c4;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.autocomplete > li {
  margin: 0;
  padding: 0;
}
.check-all {
  text-align: right;
  display: block;
  height: 40px;
  margin-right: 16px;
}
.check-all span {
  font-weight: bold;
  position: relative;
  top: 8px;
  margin-right: 6px;
}
.big-checkbox {
  float: right;
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 2px;
  border: 1px solid #555;
  position: relative;
  top: 4px;
}
img#ExternalIcon {
  margin-left: 16px;
}
#ExternalScreens ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ExternalScreens ol > li {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
}
ul.metatags {
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
  }
}
img.reply-profile-icon {
  width: 40px;
  height: 40px;
}
/* Desktop */
/* Mobile */
/* Used by very dark text */
/* Similar: #225d99 #286db4 */
/* Used by bubbles on the blue background, and as text-shadow in blue box Similar: #244c61 */
/* Menu and other red colors in UI */
/* Menu Background */
.forumtable td {
  padding: 8px 0;
}
div.forum label {
  display: block;
  font-size: 1em;
  font-weight: normal;
}
.threadTable {
  width: 100%;
  /*border-bottom: 1px solid @gray-lighter;*/
}
.threadTable h3 {
  margin-top: 0;
}
.threadTable h3 .emotion {
  font-size: 75%;
}
.forumtable {
  clear: both;
  width: 100%;
  margin-bottom: 50px;
}
.forumtable tr:last-child {
  border-bottom: none;
}
.forumtable tr {
  border-bottom: 1px solid #ecf2f6;
}
.forumText {
  color: #2f2f2f;
  /*padding: 10px;
    padding-left: 70px;*/
}
.forumText blockquote {
  background: #EAEFF7 url('/resources/gfx/quote_icon.gif') no-repeat 99% 92%;
  border-bottom: 1px solid #D0DEF4;
  border-top: 1px solid #D0DEF4;
  margin: 10px 10px 10px 10px;
  padding: 4px 4px 4px 10px;
  font-size: 16px;
}
.forumText blockquote p {
  margin: 5px 0 5px 0;
}
.forumText img {
  max-width: 600px;
}
.forumText pre,
.forumText code {
  overflow: auto;
  width: 600px;
}
.forumtable .smallnote {
  margin-bottom: 5px;
  font-size: 80%;
}
.forumtable h4 {
  margin: 0;
}
a.rss-icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAExUlEQVRIx22W709TVxjH7z8gtXQSgVJasJ0wk71YfLMli+/2yuzFshmYP5FNgU22JZvOmCGgCDpkiIgOUeSHRDaHim5zyRKTQaul2+IYU8l0WijCgLa3Py6UFr47z+NuuUVu8sn3Oc95zve555ybgnTmFUn6c5/uym8fJ824SpMwsGcFVF0aa3NLa7Xq+miFQp7kLQ3u0/UM7tUh0JGK+ZtZiP1owsJPi6pCYy3aXEIsPIKdRgzuWwnyln4t1SnyhTQs9FoQ6zJioSuDiXakLavaeZWE8cV0LFy3gDxde5IUaeADHaK9mZjvMmGuLQ3znRkMxeqYNNZhfC63HLyevISn60MdpIESHQ8ircKkPYNxva3H73nJuLfbgMefrYK/bnGOUGujbekcq6hz0XYjezqLV0ByFusQ612DaKspDj2xsIzAUB8mbjThwcGN+GOrAROHUjHbks41pNpYu57G5DkgvCVnkQ6RHjNmm0XRORPrck/kXzf+aSzBUIEBstgR1S0HeRCxq6JBETXYvRKRyxbMnBHbOpvJujDmYJZ7lMeDuP/56/AeTed6LbRWJXrFCvKWbr+XhLnvrFCaxMRpIyJfZ2K6Og3B+gyOIz8UIHa/O6EJHR8d22RVKq/jOoEak5Kncxc1KBQNvrUiclpMNBpZ+cyLX8bdLQY8+TRFNBNv2/ka5j2Juxqu3AhvTVp8rbqedLY7C/TykmOnuINvbJg9ZUa4IYNVe+5j3dW4u9OCsQOreS76V3fCTv4u2xBfR8w0mljJ83ahjnYg7uCSDTMnzUz4hOm5cycjuuCHpSkIiaPTNqE78exfDaXBxHME+ZDnnUI6op2iQZcNoToxccLMRBzHER3qxsKsnNCIPtnRvalcE31ij+dHzpTweiJcb2JVOrPhKKAd7NAj3L4GwS9NTPh4ZjwONazDnOOrhCYjF/bDe9iIcPOrmJubY0JjjzB5UJjWWRjymO1cC8d20cCxXY+Z9hcROCrMay2s0xUmPHg/BcNFKfAfEed7dVfCcbnL1nOtfKcTiqIwI3Vvci5ca0bwmPhkO9bCvk00sG/TQ2nLQehYFiNXZ2J4/wb4nDcwdesiHn5i43z4Vi2i0SgzfuPUs9pLOyDLMuO5Vh9fT4RaraCXlxxb9QidsyJUkxUnMumOv7G/v4tzcu06yJMeBINBeB/fh6/CzPmpqSlm1PE95CphXGPhfPi8FfYt4pLtW8QdnM+B/5A4+yNZzLziX/xU791EoMrM+fGfW+KG41XrOTdi78XTp0/heTQc92BtETsQ3pJ9czLCLbkIHM7mtyLky6Xwjbvhcw/B1/QG52h+orcCo6OjjLflLc57nNfgdrsZqlF9As02kLfU/67YQXMufAfNjFyZhUBldnxMsTrWqoq/3Jwwp8bhs7nozxdH1J+fDLnJBm+5+CrKs+EtMz/TL8wck6pjUi3aHNf/j6/SAl+jFX15okFfnl6ZqLKKPyo2+CusmD5ggb9sDasaa9Hml6uVD1kRaMjFWEU27PkGRXJtW9VzR/yojVDn+rUInHoJ/hPPVI3lkzmsal6NtTkVX0MOPOVkngzyluhfC+fmF3rseQalf5MBv7yjB6kaq/RtSo7HS+eWImoV19aUHvL+DxvPPGh38OWcAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  display: block;
  float: right;
  padding: 15px;
}
.forumbutton {
  float: right;
  margin: 0 0 0 5px;
}
a.forumbutton {
  color: #fff;
  font-weight: bold;
}
ul.indexlist {
  margin: 0;
  padding: 0;
}
ul.indexlist li {
  list-style: none;
}
.indexlist li.header {
  padding: 0;
  margin: 0;
  position: relative;
}
.indexlist li.header .btn {
  position: absolute;
  top: 0;
  right: 0;
}
.indexlist li.header h2 {
  margin-bottom: 16px;
}
.indexlist li.header .button-icon {
  font-size: 15px;
  color: #919191;
}
.indexlist h2 > a {
  color: inherit;
}
.indexthreads {
  background-color: #fff;
  margin-bottom: 20px;
}
.threadListMeta {
  color: #626262;
  font-size: 80%;
}
.threadHeader {
  margin: 0;
  position: relative;
}
.threadHeader .imageHolder {
  font-size: 34px;
  /*width: 60px;
        height: 50px;*/
  color: white;
  opacity: 0.9;
  text-align: center;
  line-height: 50px;
  /*padding: @padding-base-vertical / 2 0 0 0;*/
}
.threadHeader .imageHolder > img,
.threadHeader .imageHolder .imageHolder {
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
}
.threadHeader .forum-admin {
  display: none !important;
  position: absolute;
  right: 0;
}
.threadHeader:hover .forum-admin {
  display: inline !important;
}
.threadHeader.post td.imageHolder {
  font-size: 24px;
  width: 60px;
  height: 40px;
  line-height: 40px;
}
.threadHeader h3 {
  margin-top: 0;
  margin-bottom: 7.5px;
}
.threadMetaWrapper {
  margin-bottom: 7.5px;
  line-height: 20px;
}
.threadMeta {
  display: inline;
}
.threadMeta h2 {
  color: #2f2f2f;
  font-size: 17px;
  margin: 10px 0 0 0 !important;
}
.threadMeta h3 {
  line-height: 30px;
}
.threadMeta span,
.threadMeta .postMeta span {
  position: relative;
}
.threadMeta .dateinfo {
  float: none;
  /*display: block;
        color: @gray-light;*/
}
.postMeta span.dateinfo {
  position: relative;
  float: none;
  color: #919191;
}
span.ThreadReview {
  position: absolute;
  right: 4px;
  top: 8px;
}
.imageHolder a.mainApp {
  font-weight: bold;
}
span.attachedApps a {
  margin: 0 1px 0 1px;
}
.threadListMeta .userinfo a {
  color: #626262 !important;
}
.threadListMeta a.mainApp {
  color: #626262 !important;
}
.app-forum-wrapper {
  padding: 16px 0;
}
.app-forum-wrapper .imageHolder {
  padding-top: 5.33333333px;
}
.app-forum-wrapper .imageHolder > img,
.app-forum-wrapper .imageHolder .imageHolder {
  /*height: 60px !important;
            width: 60px !important;*/
  line-height: 60px !important;
  border-radius: 100%;
}
.app-forum-wrapper .threadHeader {
  border-top: 1px solid #ecf2f6;
  padding: 16px 0;
}
.app-forum-wrapper .threadHeader:last-child {
  border-bottom: 1px solid #ecf2f6;
}
.all-forum {
  /*.forumText {
        padding-left: 0;
    }*/
}
.all-forum .threadHeader {
  border-top: 1px solid #ecf2f6;
  padding: 16px 0;
}
.all-forum .threadHeader:last-child {
  border-bottom: 1px solid #ecf2f6;
}
.all-forum td.imageHolder {
  font-size: 24px;
  width: 60px;
  height: 40px;
  line-height: 40px;
  padding-top: 16px;
}
.all-forum > tbody {
  display: table;
  width: 100%;
}
.all-forum td {
  padding: 16px 0 0 0;
}
.all-forum tr.post {
  border-bottom: 1px solid #D6D6D6;
}
.all-forum tr.post:last-child {
  border-bottom: 0;
}
.forumsidebar {
  background: #fff;
}
.admin {
  color: #afafaf;
  float: right;
  margin-bottom: 5px;
  width: 100%;
  /* Disable temporarily until further discussions */
  display: none;
}
.admin a {
  color: #afafaf;
  font-size: .85em;
  margin: 0 3px 5px 3px;
}
.forumOptions {
  position: absolute;
  right: 0;
  top: -20px;
  display: none;
  margin-top: 4px;
  /*line-height: 1.2em;*/
  z-index: 999;
}
.forumOptions a {
  color: gray !important;
  cursor: pointer;
}
.forumOptions a:hover {
  color: #565656;
}
/*.postReply {
    width: 730px;


    textarea {
        height: 160px;
        width: 720px;
    }

    .btn {
        font-weight: bold;
        float: right;
    }
}*/
/*.whiteContainerHeader {
    position: relative;
    margin: 0;
    height: 44px;
    border: 1px solid #d3e0e8;
    background-color: #f9fcff;
    line-height: 44px;
    min-height: 45px;
    padding-right: 10px;
    margin-top: 10px;
}

.whiteContainerHeader h1 {
    margin: 0;
    padding-left: 10px;
}*/
.forum span.forum-status {
  float: left;
  margin-top: 6px;
  margin-right: 6px;
}
.postReply {
  margin-top: 16px;
}
span.tracecontent table {
  background-color: #fff;
}
.SubDiscussionList {
  min-height: 40px;
  clear: both;
  position: relative;
  top: -6px;
  /*@media (min-width: @screen-md-min) {
        margin-left: 94px;
    }*/
}
.SubDiscussionList .btn {
  float: right;
}
.SubDiscussionList .form-control {
  height: 120px;
  margin-bottom: 16px;
  margin-top: 6px;
}
.SubDiscussionList .reply:before {
  display: inline-block;
  padding-left: 4px;
  position: relative;
  top: 4px;
}
.md-editor .btn {
  padding: 2px 10px 0 10px;
}
#discussionsList .list-spinner {
  position: relative;
  margin-top: 20px;
  list-style: none;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}
.label {
  border-color: #FAFAFA;
  background-color: #FAFAFA;
  font-size: 14px;
  padding: 5px 7px 4px 7px;
  position: relative;
  line-height: 16px;
  font-weight: normal;
  color: #919191;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  /*color: blue !important;*/
}
.label[href]:hover,
.label[href]:focus {
  background-color: #e1e1e1;
}
.label[href]:hover,
.label[href]:focus {
  background-color: #fafafa;
}
a.label:hover,
.label a:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.02), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
p a.label,
p span.label {
  margin-bottom: 4px;
  display: inline-block;
}
.label-discontinued {
  border-color: #000 !important;
  background-color: #000 !important;
}
.label-discontinued[href]:hover,
.label-discontinued[href]:focus {
  background-color: #000000 !important;
}
.label-discontinued[href]:hover,
.label-discontinued[href]:focus {
  background-color: #000000 !important;
}
.label-bundleware {
  border-color: #CAAF63 !important;
  background-color: #CAAF63 !important;
}
.label-bundleware[href]:hover,
.label-bundleware[href]:focus {
  background-color: #bb9a3f !important;
}
.label-bundleware[href]:hover,
.label-bundleware[href]:focus {
  background-color: #caaf63 !important;
}
.label-warning,
.label-block-adsense-by-tag,
label-block-adsense-default,
.label-block-adsense-by-app,
.label-secret-warning {
  border-color: #d9534f !important;
  background-color: #d9534f !important;
  color: white;
  border: none;
}
.label-warning[href]:hover,
.label-block-adsense-by-tag[href]:hover,
label-block-adsense-default[href]:hover,
.label-block-adsense-by-app[href]:hover,
.label-secret-warning[href]:hover,
.label-warning[href]:focus,
.label-block-adsense-by-tag[href]:focus,
label-block-adsense-default[href]:focus,
.label-block-adsense-by-app[href]:focus,
.label-secret-warning[href]:focus {
  background-color: #c9302c !important;
}
.label-warning[href]:hover,
.label-block-adsense-by-tag[href]:hover,
label-block-adsense-default[href]:hover,
.label-block-adsense-by-app[href]:hover,
.label-secret-warning[href]:hover,
.label-warning[href]:focus,
.label-block-adsense-by-tag[href]:focus,
label-block-adsense-default[href]:focus,
.label-block-adsense-by-app[href]:focus,
.label-secret-warning[href]:focus {
  background-color: #d9534f !important;
}
/*.label-platform {
    border: 1px solid Lighten(@text-muted, 30%);
    color: Lighten(@text-muted, 10%);
}*/
.label-platform,
.label-license,
.label-feature,
.label-pricing,
.label-cupon {
  margin-top: 2px;
  margin-bottom: 2px;
  text-shadow: none;
  color: #919191;
  text-transform: none;
  display: inline-block;
  font-size: 14px;
  font-family: ProximaNova-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.label-platform {
  padding: 4px 6px 4px 6px;
}
.label-platform.platform-icon:before {
  font-size: 90%;
  margin-left: 0;
  opacity: 0.7;
}
.label-license {
  padding: 4px 6px 4px 6px;
  letter-spacing: 0;
}
.label-license.label-ad {
  background-color: #efc439;
  border: 1px solid #efc439;
}
.label-pricing {
  position: relative;
  top: 1px;
  max-height: 24px;
  margin-right: 1px;
}
.label-pricing .pricing-paid,
.label-pricing .pricing-free {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-right: 0.05em;
}
.label-pricing .pricing-paid {
  color: #7f755f;
}
.label-pricing .pricing-free {
  color: #37a282;
}
.label-pricing .price-indicator {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.label-pricing .price-indicator-filled {
  color: #b39b44;
}
.label-pricing .price-indicator-empty {
  color: #ccc;
}
.label-pricing .oss-label {
  font-size: 10px;
  position: relative;
  top: -1px;
  margin-left: .2em;
}
.label-cupon {
  background: linear-gradient(to top, #de9c26, #efbe51);
  font-family: ProximaNovaCond-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.1);
  color: white;
  user-select: none;
  cursor: default;
  /*&.open {
        i {
            transform: rotate(90deg) translate3d(-1px,1px,0);
        }
    }*/
}
.label-cupon a {
  color: white !important;
}
.label-cupon:active {
  background: #de9c26;
}
.label-cupon i {
  display: inline-block;
  transition: all 0.25s ease-in-out;
  margin-right: -3px;
}
.label-feature {
  /*&.no-feature {
        color: @text-muted;
    }*/
}
a.label-feature,
.label-feature a {
  color: #218DD1;
}
.label-feature.selected {
  background-color: #30A5EF;
  color: #fff;
  border-color: #4A9ACE;
}
.label-tag {
  background-color: #7091A7 !important;
}
.label-list-tag {
  background-color: #aFc9d9 !important;
  padding: 1px 5px 1px 5px;
}
/*.label-name {
    background: linear-gradient(to top,#a4b5c1,#aFc9d9) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em;
    text-shadow: 0 -1px rgba(0,0,0,.1);
    font-size: 12px !important;
    color: #eee !important;
    user-select: none;
    cursor: default;
    position: relative;
    top: -3px;
}*/
/*.label-rank {
    display: none;
    position: absolute;
    top: 5px;
    right: 25px;
}*/
/*a.label {
    color: white;
}*/
/*
.label-free,
.label-open-source,
.label-freemium,
.label-free-personal {
	background-color: @label-success-bg;
}

.label-commercial {
	background-color: @label-warning-bg;
}
*/
.threadTable .label {
  position: relative;
  top: -2px;
  /*line-height: 15px;*/
}
.forum-hover {
  display: none;
}
.forum-hover,
.forum-hover-hide {
  margin: 0;
  cursor: pointer;
}
.report-spam {
  margin-right: 60px;
}
section.jumbotron {
  background: #2C4961;
  color: #7091A7;
}
@media screen and (min-width: 992px) {
  section.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section.jumbotron h1,
section.jumbotron h2,
section.jumbotron h3,
section.jumbotron h4,
section.jumbotron h5 {
  color: #fff;
}
section.jumbotron a {
  color: #fff;
}
section.jumbotron .news-item p > a {
  color: inherit;
}
section.jumbotron .news-item .smaller {
  color: white;
}
section.jumbotron .limit {
  max-width: 500px;
}
section.jumbotron .lead {
  font-size: 19px;
}
section.jumbotron .lead span {
  color: #90a9ba;
}
section.jumbotron h1,
section.jumbotron h2 {
  margin-bottom: 18px;
}
section.jumbotron .userinfo {
  margin-bottom: 18px;
}
section.jumbotron .userinfo a {
  color: #9abbcf;
}
section.jumbotron .userinfo i {
  line-height: 56px;
  font-size: 30px;
}
section.jumbotron .center-intro {
  margin: 32px 0 32px 0;
}
section.jumbotron .center-intro p {
  color: #aFc9d9;
  font-size: 110%;
}
section.jumbotron .center-intro .meta {
  color: #aFc9d9 !important;
}
section.jumbotron .share-buttons {
  margin: 16px 0 0 0;
}
.modern {
  /*.adminButton {
        display: none;
    }

    &:hover {*/
}
@media screen and (min-width: 768px) {
  .modern.jumbotron {
    padding-bottom: 300px !important;
  }
}
@media screen and (max-width: 768px) {
  .modern.jumbotron:before {
    background: linear-gradient(rgba(255, 255, 255, 0.1) 1000%, #ffffff) !important;
  }
}
.modern .adminButton {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 0px;
}
.modern.jumbotron:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 48, 90, 0.83);
  z-index: 1;
}
.modern.jumbotron:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.1) 30%, #ffffff);
  z-index: 2;
}
.modern .jumbotron.has-background:after {
  background: rgba(0, 48, 90, 0.83);
  z-index: 1;
}
.modern .jumbotron.has-background:before {
  background: linear-gradient(rgba(255, 255, 255, 0.1) 30%, #ffffff);
  z-index: 2;
}
section.blue .modal-title,
section.dark-blue .modal-title {
  color: #565656;
}
section.blue .modal-dialog,
section.dark-blue .modal-dialog {
  text-align: left;
}
.modal-dialog .close {
  font-size: 120%;
  color: #000;
}
.mega-menu {
  background: #102D40;
  font-family: "ProximaNova-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: hidden;
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear 1s linear;
  -moz-transition: all 0.3s linear 1s linear;
  -o-transition: all 0.3s linear 1s linear;
  transition: all 0.3s linear 1s linear;
}
.mega-menu .container {
  padding-top: 30px;
  /*padding-bottom: @padding-large-vertical + @padding-small-vertical;*/
}
.mega-menu.open {
  display: block;
}
.mega-menu.open .panel {
  display: block;
}
.mega-menu h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 8px;
}
.mega-menu a {
  color: #7091A7;
}
.mega-menu a:hover {
  color: #fff;
}
.mega-menu a:hover .label-default {
  color: #fff;
}
.mega-menu .label-default {
  background: #17415d;
  font-weight: normal;
  color: #7091A7;
}
.sub-categories-menu {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
@media screen and (max-width: 767px) {
  .sub-categories-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
body > nav.navbar.navbar-default {
  font-family: ProximaNovaCond-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  border: none;
  /*.menu-icon a {
        border-left: none;
    }*/
}
body > nav.navbar.navbar-default .navbar-collapse {
  padding: 0;
}
body > nav.navbar.navbar-default ul.navbar-nav > li > a {
  text-transform: uppercase;
  padding: 10px 8px;
}
body > nav.navbar.navbar-default ul.navbar-categories {
  font-size: 14px;
  padding-right: 12px;
}
body > nav.navbar.navbar-default ul.navbar-categories li.open {
  color: #565656;
  background: #102D40;
}
body > nav.navbar.navbar-default .navbar-collapse > ul.navbar-categories > li:first-child a {
  padding-left: 0;
  padding-right: 0;
  padding-top: 9px;
}
body > nav.navbar.navbar-default .navbar-collapse > ul.navbar-categories > li:not(:nth-child(1)) a {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 9px;
  margin-bottom: 8px;
}
body > nav.navbar.navbar-default .navbar-collapse > ul.navbar-categories > li:nth-child(2) a {
  border-left: none;
}
body > nav.navbar.navbar-default .navbar-collapse > ul.navbar-categories > li.open a {
  border-left-color: transparent;
}
.navbar-default .navbar-user > li button,
.navbar-default .navbar-user > li .link-button {
  text-transform: none !important;
}
.navbar-default .navbar-user > li > button {
  padding: 8px;
  text-transform: none !important;
  color: #A9CFE8;
}
.navbar-default .navbar-user > li > button i {
  color: #A9CFE8;
  font-size: 18px;
  top: 2px;
  position: relative;
}
.navbar-default .navbar-user > li > button:hover {
  color: #fff;
}
.navbar-default .navbar-user > li > button:hover i {
  color: #fff;
}
.navbar-default .navbar-user > li .list-not-logged-in {
  position: relative;
  top: 1px;
}
.navbar-default .navbar-user > li.open > button,
.navbar-default .navbar-user > li.open > button:hover,
.navbar-default .navbar-user > li.open > button:focus {
  background: #fff;
  color: #333333;
}
.navbar-default .navbar-user > li.open > button i,
.navbar-default .navbar-user > li.open > button:hover i,
.navbar-default .navbar-user > li.open > button:focus i {
  color: #333333;
}
.navbar-default .navbar-user > li.open > button .badge,
.navbar-default .navbar-user > li.open > button:hover .badge,
.navbar-default .navbar-user > li.open > button:focus .badge {
  border-color: #fff;
  color: #fff;
}
.navbar-default .navbar-user > li .badge {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 2px;
  line-height: 13px;
  min-width: 12px;
  padding: 1px 4px 0 3px;
  text-align: center;
  border: 1px solid #386D90;
  background: #d9534f;
  color: #fff;
  font-size: 10px;
}
main {
  padding: 31px 0;
}
main h2:first-child {
  margin-top: 0;
}
section.section {
  padding: 37px 0;
}
section.section h2:first-child {
  margin-top: 0;
}
section.bc {
  background: #102D40;
  padding-top: 0;
  padding-bottom: 0;
}
section.bc .breadcrumb {
  padding: 6px 0;
}
section.bc .breadcrumb-item.active a {
  color: #fff !important;
}
section.bc .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #aFc9d9;
}
section.bc a:not(.btn) {
  color: #aFc9d9;
}
section.bc a:not(.btn):hover {
  color: #f4f8fa;
}
section.blue,
section.dark-blue {
  background: #102D40;
  padding: 30px 0;
}
section.blue h1,
section.dark-blue h1,
section.blue h2,
section.dark-blue h2,
section.blue h3,
section.dark-blue h3,
section.blue h4,
section.dark-blue h4,
section.blue h5,
section.dark-blue h5 {
  color: #fff;
}
section.blue h1.underline,
section.dark-blue h1.underline,
section.blue h2.underline,
section.dark-blue h2.underline,
section.blue h3.underline,
section.dark-blue h3.underline,
section.blue h4.underline,
section.dark-blue h4.underline,
section.blue h5.underline,
section.dark-blue h5.underline {
  border-color: #2C4961;
}
section.blue h1 > a,
section.dark-blue h1 > a,
section.blue h2 > a,
section.dark-blue h2 > a,
section.blue h3 > a,
section.dark-blue h3 > a,
section.blue h4 > a,
section.dark-blue h4 > a,
section.blue h5 > a,
section.dark-blue h5 > a {
  color: inherit;
}
section.blue .meta,
section.dark-blue .meta {
  color: #7091A7;
}
section.blue .meta.light,
section.dark-blue .meta.light {
  color: #7091A7;
}
section.blue .meta.light > a,
section.dark-blue .meta.light > a {
  color: #7091A7;
}
section.blue ul.comments > li,
section.dark-blue ul.comments > li {
  border-bottom: none;
}
section.blue ul.comments > li a span,
section.dark-blue ul.comments > li a span {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
section.blue p a:not(.btn),
section.dark-blue p a:not(.btn) {
  color: #9abbcf;
}
section.blue p a:not(.btn):hover,
section.dark-blue p a:not(.btn):hover {
  color: #f4f8fa;
}
section.blue p a.label-features,
section.dark-blue p a.label-features {
  color: #fff;
  margin-top: 6px;
}
section.blue .text-muted,
section.dark-blue .text-muted {
  color: #7091A7;
}
section.blue h3 small,
section.dark-blue h3 small {
  color: #7091A7;
  font-size: 14px;
  margin-top: 9px;
}
/*.row.margin-bottom {
    margin: 0 0 @padding-large-vertical 0;
}*/
.border-left {
  border-left: 1px solid #ededed;
  margin-left: -1px;
}
section.blue {
  background: #2C4961;
  color: #7091A7;
}
section.blue .label-feature {
  border-color: #3C84B4;
  background-color: #3C84B4;
}
section.blue .label-feature[href]:hover,
section.blue .label-feature[href]:focus {
  background-color: #2f688e;
}
section.blue .label-feature[href]:hover,
section.blue .label-feature[href]:focus {
  background-color: #3c84b4;
}
section.blue .nav-tabs > li > .tab-link {
  background: #3c6384;
  color: #fff;
  line-height: 26px;
}
section.blue .nav-tabs > li > .tab-link .label-default {
  background: #4c7ea7;
  color: #fff;
}
section.blue .nav-tabs > li > .tab-link:hover {
  background: #4f83ae;
}
section.blue .nav-tabs > li.active > .tab-link {
  background: #fff;
  color: #565656;
}
section.blue .nav-tabs > li.active > .tab-link .label-default {
  background: #D6D6D6;
  color: #555555;
}
section.dark-blue {
  background: #102D40;
  color: #7091A7;
}
section.dark-blue p a:not(.btn) {
  color: #aFc9d9;
}
section.dark-blue p a:not(.btn):hover {
  color: #f4f8fa;
}
section.dark-blue p.meta {
  color: #fff;
}
section.dark-blue p.meta a {
  color: #fff;
}
/*aside {
    h2 {
        margin-top: @padding-base-vertical * 3;
    }
}*/
/*.edit-list {
    display: none;
}*/
div.custom-item-list {
  position: relative;
  /*.edit-list {
        position: absolute;
        right: 0;
        top: 0;
        display: none;
        background-color: white;
        padding: 2px;
    }*/
  /*&:hover {
        .edit-list {
            display: inline;
        }
    }*/
}
div.custom-item-list .user-meta {
  display: none;
}
div.custom-item-list .user-meta img {
  width: 22px;
  height: 22px;
  margin-left: 5px;
}
div.custom-item-list li:hover .user-meta {
  display: block;
}
.content-box {
  margin-bottom: 20px;
  padding: 32px 30px;
  background: #F0F1F2;
  border-radius: 2px;
}
.content-box .pre-header,
.content-box .discrete-header {
  opacity: .5;
}
.content-box .discrete-header {
  margin-top: 24px;
}
.content-box .btn-wide {
  margin-top: 16px;
  text-transform: none;
}
.content-box h2 {
  margin-bottom: 16px;
}
.content-box h2 a {
  color: #118ddb;
}
.content-box .content-box-cover {
  margin: -32px -30px 32px;
  width: calc(100% +  60px );
  height: auto;
  border-radius: 2px 2px 0 0;
}
.nav-tabs-outer-wrapper {
  position: relative;
}
.nav-tabs-outer-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: linear-gradient(to left, #2c4961, rgba(44, 73, 97, 0));
  pointer-events: none;
}
.nav-tabs-wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.nav-tabs {
  border: 0;
  white-space: nowrap;
}
.nav-tabs > li {
  margin-bottom: inherit;
  display: inline-block;
  margin: 0 -4px 0 0;
  font-family: ProximaNovaCond-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.nav-tabs > li > .tab-link {
  margin-right: 1px;
  padding: 13px 21px;
  border-radius: 2px 2px 0 0;
  display: inline-block;
}
.nav-tabs > li > .tab-link .badge {
  opacity: .5;
}
.nav-tabs > li > .tab-link .badge:before {
  content: " \00B7 ";
  margin-right: .25em;
}
.nav-tabs > li > .tab-link,
.nav-tabs > li.active > .tab-link,
.nav-tabs > li.active > .tab-link:hover,
.nav-tabs > li.active > .tab-link:focus {
  border: none;
  outline: none;
}
section.widget {
  margin-bottom: 30px;
}
section.widget .col-md-12 {
  padding: 0;
}
section.widget .news-item {
  /*img {
            border: 1px solid @gray-light;
            padding: 2px;
        }*/
}
section.widget .news-item p > a {
  color: #000;
}
section.widget .news-item p.comments a {
  color: #118ddb;
}
section.widget .news-item h3 {
  font-size: 32px;
}
section.widget .news-item h3 a {
  color: #000;
}
.doughnut-legend,
.pie-legend {
  list-style: none;
  position: absolute;
  left: 220px;
  top: 85px;
  padding-left: 0;
}
.doughnut-legend li,
.pie-legend li {
  display: block;
  padding-left: 30px;
  position: relative;
  margin-bottom: 4px;
  border-radius: 5px;
  padding: 2px 8px 2px 28px;
  font-size: 14px;
  cursor: default;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}
.doughnut-legend li span,
.pie-legend li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  border-radius: 3px;
}
.alert {
  padding: 10px 15px 10px 15px;
  display: block;
}
/*.app-top-panel {
    margin-top:  @padding-large-vertical;
}*/
.panel .btn {
  margin-top: 15px;
}
.panel .panel-heading {
  font-weight: bold;
}
.panel-info .panel-body {
  background: #eef7fb;
  color: #31708f;
}
.panel-info .panel-body a {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.panel-info .panel-body a i:before {
  margin: 0 !important;
  font-size: 14px;
}
.icon-large {
  font-size: 160%;
}
.icon-success {
  color: #63BDA2 !important;
}
.icon-danger {
  color: #d9534f !important;
}
.icon-warning {
  color: #CAAF63 !important;
}
.icon-right-open-1:before {
  margin-right: 0;
}
.icon-official-website:before {
  content: '\e81b';
}
.icon-source:before {
  content: '\e81f';
}
.icon-github:before {
  content: '\e830';
}
.site-links {
  font-size: 90%;
  position: relative;
  top: -1px;
}
.site-links:before {
  margin-left: 0 !important;
}
.site-links.icon-twitter {
  font-size: 82%;
}
.site-links.icon-twitter:before {
  margin-right: .5em;
}
.icon-reddit:before {
  margin-left: 0;
}
.btn-icon {
  /*display: inline;*/
  padding: 0px 0px;
}
.spin {
  display: block;
  -webkit-transform-origin: 50% 52%;
  transform-origin: 50% 52%;
  -ms-transform-origin: 50% 52%;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*.site-links.icon-facebook:before { color: #3b5998}*/
.facebook-brand {
  background-color: #3b5998 !important;
  color: #fff;
  padding: 2px;
  border-radius: 2px;
  text-shadow: none;
  margin: 0 2px;
}
.twitter-brand {
  color: #00acee !important;
}
.share-buttons {
  font-size: 0;
  z-index: 99999;
  /*position: absolute;
    top: 10px;
    right: 20px;*/
  /*span {
        color: #fff;
        font-size: 22px;
        position: relative;
        top: 5px;
    }*/
}
.share-buttons .btn {
  font-size: 16px;
  margin: 5px;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  border-radius: 0;
  text-transform: none;
  border-radius: 2px;
}
.share-buttons .btn-twitter i {
  margin-right: 4px;
}
.share-buttons .btn-twitter i:before {
  font-size: 16px;
}
.share-buttons .btn-facebook i {
  /*color: @social-brand-facebook;
            background-color: #fff;
                        margin-right: 4px;*/
}
.share-buttons .btn-facebook i:before {
  font-size: 16px;
}
.btn-twitter {
  color: white;
  background-color: #00acee;
  border-color: #00acee;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter.focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: white;
  background-color: #0087bb;
  border-color: #0080b1;
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #00acee;
  border-color: #00acee;
}
.btn-twitter .badge {
  color: #00acee;
  background-color: white;
}
.btn-facebook {
  color: white;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: white;
  background-color: #2d4373;
  border-color: #2a3f6c;
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: white;
}
.btn-googleplus {
  color: white;
  background-color: #e93f2e;
  border-color: #e93f2e;
}
.btn-googleplus:hover,
.btn-googleplus:focus,
.btn-googleplus.focus,
.btn-googleplus:active,
.btn-googleplus.active,
.open > .dropdown-toggle.btn-googleplus {
  color: white;
  background-color: #ce2616;
  border-color: #c52515;
}
.btn-googleplus:active,
.btn-googleplus.active,
.open > .dropdown-toggle.btn-googleplus {
  background-image: none;
}
.btn-googleplus.disabled,
.btn-googleplus[disabled],
fieldset[disabled] .btn-googleplus,
.btn-googleplus.disabled:hover,
.btn-googleplus[disabled]:hover,
fieldset[disabled] .btn-googleplus:hover,
.btn-googleplus.disabled:focus,
.btn-googleplus[disabled]:focus,
fieldset[disabled] .btn-googleplus:focus,
.btn-googleplus.disabled.focus,
.btn-googleplus[disabled].focus,
fieldset[disabled] .btn-googleplus.focus,
.btn-googleplus.disabled:active,
.btn-googleplus[disabled]:active,
fieldset[disabled] .btn-googleplus:active,
.btn-googleplus.disabled.active,
.btn-googleplus[disabled].active,
fieldset[disabled] .btn-googleplus.active {
  background-color: #e93f2e;
  border-color: #e93f2e;
}
.btn-googleplus .badge {
  color: #e93f2e;
  background-color: white;
}
.btn-reddit {
  color: white;
  background-color: #5F99CF;
  border-color: #5F99CF;
}
.btn-reddit:hover,
.btn-reddit:focus,
.btn-reddit.focus,
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  color: white;
  background-color: #3a80c1;
  border-color: #387bb9;
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  background-image: none;
}
.btn-reddit.disabled,
.btn-reddit[disabled],
fieldset[disabled] .btn-reddit,
.btn-reddit.disabled:hover,
.btn-reddit[disabled]:hover,
fieldset[disabled] .btn-reddit:hover,
.btn-reddit.disabled:focus,
.btn-reddit[disabled]:focus,
fieldset[disabled] .btn-reddit:focus,
.btn-reddit.disabled.focus,
.btn-reddit[disabled].focus,
fieldset[disabled] .btn-reddit.focus,
.btn-reddit.disabled:active,
.btn-reddit[disabled]:active,
fieldset[disabled] .btn-reddit:active,
.btn-reddit.disabled.active,
.btn-reddit[disabled].active,
fieldset[disabled] .btn-reddit.active {
  background-color: #5F99CF;
  border-color: #5F99CF;
}
.btn-reddit .badge {
  color: #5F99CF;
  background-color: white;
}
.btn-linkedin {
  color: white;
  background-color: #0e76a8;
  border-color: #0e76a8;
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin.focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: white;
  background-color: #0a5579;
  border-color: #094e70;
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled.focus,
.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin.focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #0e76a8;
  border-color: #0e76a8;
}
.btn-linkedin .badge {
  color: #0e76a8;
  background-color: white;
}
.app-list-item .share-buttons {
  text-align: center;
  margin-top: 16px;
}
.tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 460px;
  padding: 1px;
  font-family: "ProximaNova-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.tooltip.top {
  margin-top: -8px;
}
.tooltip.right {
  margin-left: 12px;
}
.tooltip.bottom {
  margin-top: 12px;
}
.tooltip.left {
  margin-left: -8px;
}
/*.popover-title {
    margin: 0; // reset heading margin
    padding: 8px 14px;
    font-size: @font-size-base;
    background-color: @popover-title-bg;
    border-bottom: 1px solid darken(@popover-title-bg, 5%);
    border-radius: (@border-radius-large - 1) (@border-radius-large - 1) 0 0;
}*/
/*.popover-content {
    padding: 9px 14px;
}*/
.tooltip > .tooltip-arrow,
.tooltip > .tooltip-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip > .tooltip-arrow {
  border-width: 11px;
}
.tooltip > .tooltip-arrow:after {
  border-width: 10px;
  content: "";
}
.tooltip.top > .tooltip-arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.tooltip.top > .tooltip-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.tooltip.right > .tooltip-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.tooltip.right > .tooltip-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.tooltip.bottom > .tooltip-arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.tooltip.bottom > .tooltip-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.tooltip.left > .tooltip-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.tooltip.left > .tooltip-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.manage-app-list li.list-group-item:hover,
.manage-app-list li.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.manage-app-list .list-group-item-heading {
  font-size: 18px;
  margin-bottom: 0;
  /*em {
            font-style: normal;
            color: @gray-light;
        }*/
}
.manage-app-list .list-group-item-text .btn {
  float: right;
  display: inline-block;
  position: relative;
  top: -20px;
  color: #333;
  right: -18px;
}
.manage-app-list .list-group-item-text span.btn {
  color: #919191;
  cursor: default;
}
.manage-app-list .no-icon {
  border-radius: 2px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 20px;
  border: 1px dashed #bdbdbd;
}
.manage-app-list .autosuggest-icon {
  float: left;
  margin-right: 20px;
}
/*.github-list {
    .meta {
        display: block;
    }

    li {

        padding-left: 0;

        &:first-child {
            border-top: none;
        }

        &:last-child {
            border-bottom: none;
        }

        &.list-group-item {
            border-left: none;
            border-right: none;
        }
    }
}*/
.warning-color {
  color: #CAAF63 !important;
}
.warning-color-bg {
  background-color: #CAAF63 !important;
}
.success-color {
  color: #63BDA2 !important;
}
.success-color-bg {
  background-color: #63BDA2 !important;
}
.danger-color {
  color: #d9534f !important;
}
.danger-color-bg {
  background-color: #d9534f !important;
}
.info-color {
  color: #5bc0de !important;
}
.brand-hover:hover.warning-color {
  color: #a88b39 !important;
}
.brand-hover:hover.success-color {
  color: #3f957b !important;
}
.brand-hover:hover.info-color {
  color: #28a1c5 !important;
}
.brand-hover:hover.danger-color {
  color: #b52b27 !important;
}
@keyframes bounce {
  0%,
  20%,
  60%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  80% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
a.not-active-link {
  pointer-events: none;
  cursor: default;
  color: #565656;
}
ul > li {
  line-height: 20px;
}
ul.clean {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.categories {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  font-size: 14px;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
ul.list-three-columns {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  font-size: 14px;
}
.sub-categories-menu {
  margin: 16px 0 0 0;
  padding: 0;
}
.sub-categories-menu li {
  list-style: none;
}
.sub-categories-menu li a:hover {
  color: #919191;
}
.comments a,
.meta a {
  color: inherit;
}
ul.comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.comments li {
  margin: 0 0 25px 0;
}
ul.comments li p {
  margin-bottom: 5px;
  overflow: hidden;
}
span.imageHolder {
  text-align: center;
  color: #fff;
  line-height: 38px;
}
img.profile-image,
span.profile-image {
  display: block;
  margin-right: 10px;
  height: 38px;
  width: 38px;
  border-radius: 100%;
  position: relative;
  top: 4px;
  text-align: center;
  color: #fff;
  line-height: 38px;
}
ul.members {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
ul.members li {
  margin: 16px 0;
  /*.medal {
            position: absolute;
            left: -45px;
            top: 10px;
            font-size: 130%;
        }*/
}
ul.members li h3 {
  margin: 0 0 4px;
  font-size: 20px;
}
ul.members li h3 a {
  color: #7091A7;
}
ul.members li p {
  margin-bottom: 12px;
}
ul.members li p.meta {
  margin-left: 48px;
  line-height: 18px;
}
ul.members li p.meta .more-info {
  color: black;
  cursor: pointer;
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
ul.members li p.meta i {
  color: #919191;
}
ul.members li .more-activities {
  display: block;
  margin-left: 48px;
}
ul.members li .more-activities a {
  color: inherit;
}
ul.members.inverted > li {
  /*&:not(:last-child) {
                border-bottom: 1px solid @brand-blue;
            }*/
}
ul.members.inverted h3 > a {
  color: inherit;
}
ul.members.inverted > a {
  color: inherit;
}
ul.members.inverted > a:hover {
  color: #fff;
}
ul.members.inverted p.meta i {
  color: inherit;
}
ul.members.inverted .label {
  background-color: transparent;
  border: 1px solid #7091A7;
  font-weight: normal;
  color: #7091A7;
  font-size: 13px;
}
.news-archive .widget {
  border-bottom: solid 1px #D6D6D6;
}
.start-page-jumbotron .news-item {
  margin-bottom: 1em;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .start-page-jumbotron .news-item {
    margin-bottom: 0;
  }
}
.start-page-jumbotron .news-item .content-item-text-wrapper {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .start-page-jumbotron .news-item .content-item-text-wrapper {
    min-height: 16em;
  }
}
.start-page-jumbotron .news-item p:not(.comments) {
  font-family: ProximaNovaCond-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: .7em 0 1em;
  max-height: 62px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #b9cdda;
}
.start-page-jumbotron .news-item p.comments {
  display: block;
}
.start-page-jumbotron .news-item .thumbnail {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 2px 2px 0 0;
}
.start-page-jumbotron .news-item h3 {
  margin-top: 0;
  margin-bottom: .5em;
}
@media screen and (min-width: 768px) {
  .start-page-jumbotron .news-item h3 {
    margin-bottom: 0;
  }
}
.start-page-jumbotron .news-item .comments {
  font-family: ProximaNovaCond-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  color: #b9cdda;
}
@media screen and (min-width: 768px) {
  .start-page-jumbotron .news-item .comments {
    position: absolute;
    bottom: 12px;
  }
}
.start-page-jumbotron .news-item .comments i {
  position: relative;
  top: 1px;
  color: white;
}
.start-page-jumbotron .news-item .comments > a {
  margin-left: 0;
  color: inherit;
}
.news-item p {
  margin-bottom: 6px;
}
.news-item p > a,
.news-item h2 > a {
  color: #118ddb;
}
.news-item .meta {
  margin-bottom: 0;
}
.news-item .img-full-width {
  width: 100%;
}
.news-item .comments a:nth-child(2) {
  margin-left: 20px !important;
}
.news-item .comments > a {
  margin-left: -6px;
}
.news-item h3 {
  margin-bottom: 0;
}
.news-item .smaller {
  position: relative;
  font-family: ProximaNovaCond-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
}
.news-item .smaller > a {
  color: inherit;
}
.single-news-item {
  margin-top: 16px;
  letter-spacing: 0.01rem;
  text-rendering: geometricPrecision;
}
.single-news-item p + p {
  margin: 0 0 1.75em 0;
  color: #111;
  font-size: 19px;
  line-height: 30px;
}
.start-stats-banner {
  margin-bottom: 2.5em;
}
.start-stats-banner p {
  line-height: 1.2;
}
.start-stats-banner p:first-child {
  margin-bottom: .15em;
  font-family: ProximaNovaCond-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  color: white;
}
@media screen and (min-width: 768px) {
  .start-stats-banner p:first-child {
    font-size: 2.7em;
  }
}
.start-stats-banner p:first-child span {
  font-size: 1.05em;
  color: #d4ebff;
}
.start-stats-banner p:last-child {
  font-family: ProximaNovaCond-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.1em;
  color: white;
}
@media screen and (min-width: 768px) {
  .start-stats-banner p:last-child {
    font-size: 1.4em;
  }
}
.start-stats-banner p:last-child a {
  text-decoration: underline;
}
.news-list {
  padding: 0;
  list-style: none;
  font-family: ProximaNovaCond-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.news-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 6px;
  margin-top: 6px;
}
.news-list li:first-child {
  margin-top: 0;
}
.start-page-jumbotron .news-list {
  max-height: 19em;
  overflow: hidden;
  position: relative;
}
.start-page-jumbotron .news-list:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(44, 73, 97, 0), #2c4961);
}
@media screen and (min-width: 768px) {
  section.jumbotron.start-page-jumbotron {
    padding-bottom: 60px;
  }
  section.jumbotron.start-page-jumbotron .banner {
    margin-bottom: 2.5em;
  }
}
ul.list-key-value {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}
ul.list-key-value li > a {
  display: block;
  line-height: 28px;
}
ul.list-key-value li > a .usage {
  font-weight: normal;
  float: right;
  top: 4px;
}
ul.list-key-value li.selected-tag {
  background-color: #DEDEDE;
  padding: 0 4px 0 0;
}
ul.loginList {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.loginList > li {
  margin-bottom: 16px;
}
section.bluebox {
  padding-top: 30px;
  padding-bottom: 0;
}
section.bluebox header {
  position: relative;
  /*border-bottom: 1px solid @brand-blue-light;*/
  margin-bottom: 8px;
  /*padding-bottom: @padding-base-vertical;*/
  color: #fff;
}
section.bluebox header hr {
  border-top-color: #7091A7;
  margin-top: 8px;
  margin-bottom: 0;
}
section.bluebox header h1 {
  margin-top: 0;
  margin-bottom: 8px;
}
section.bluebox header.collapsed {
  border-bottom: none;
  padding-bottom: 0;
}
section.bluebox h1 {
  font-size: 36px;
}
section.bluebox h1 .label {
  top: -4px;
}
section.bluebox .alert {
  margin-bottom: 8px;
  margin-top: 8px;
}
section.bluebox .like-box-wrapper {
  width: 70px;
  float: left;
  margin-right: 40px;
}
section.bluebox .like-box-wrapper .center {
  display: block;
  margin: 0 auto;
  width: 70px;
}
section.bluebox .like-box-wrapper .image-wrapper {
  background: transparent;
  border-radius: 2px;
  height: 70px;
  width: 70px;
  /*&.small-icon {
                background: rgba(255,255,255,.1);
                vertical-align: middle;
                display: table-cell;
            }*/
}
section.bluebox .like-box-wrapper .num {
  margin-top: 8px;
  /*color: #fff;*/
  border: none;
}
section.bluebox .like-box-wrapper .btn {
  border: none;
}
section.bluebox .lead {
  font-size: 18px;
  margin-bottom: 0;
}
section.bluebox .creator {
  /*&:before {
            content: '';
            background: @brand-blue-light;
            display: inline-block;
            width: 6px;
            height: 6px;
            border-radius: 100%;
            margin-right: 5px;
            margin-top: -1px;
        }*/
}
section.bluebox .creator i {
  font-size: 80%;
  color: #9abbcf;
}
section.bluebox .creator a {
  color: #fff;
}
section.bluebox #platformHr {
  display: none;
}
section.bluebox ul.labels {
  list-style: none;
  margin: 0;
  margin-top: 16px;
  padding: 0;
  overflow: auto;
  display: inline-block;
  /*width: 70%;*/
}
section.bluebox ul.labels > li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
}
section.bluebox ul.labels .label {
  display: inline-block;
  top: inherit;
}
section.bluebox ul.labels .more {
  display: none;
}
section.bluebox ul.labels .more.visible {
  display: inline;
}
section.bluebox .label {
  background: #3C84B4;
  font-size: 15px;
  text-transform: none;
  color: #c0ceda;
  border: none;
  box-shadow: none;
}
section.bluebox .label.label-default {
  background: #41627e;
}
section.bluebox .label.label-free,
section.bluebox .label.label-open-source,
section.bluebox .label.label-freemium,
section.bluebox .label.label-free-personal,
section.bluebox .label.label-pricing {
  background: #41627e;
  /*background-color: rgba(255,255,255,.2);
            color: #fff;*/
}
section.bluebox .label.label-commercial {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
section.bluebox .label.label-pricing {
  max-height: 25px;
}
section.bluebox .label.label-pricing .pricing-paid {
  color: #dcd5c5;
}
section.bluebox .label.label-pricing .pricing-free {
  color: #a9dece;
}
section.bluebox .label.label-pricing .price-indicator {
  color: #889da5;
}
section.bluebox .label.label-pricing .price-indicator.price-indicator-filled {
  color: #dabf61;
}
section.bluebox div.tools {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
section.bluebox div.tools > div {
  padding: 0;
  margin: 0 0 0 5px;
  display: inline-block;
  float: left;
}
section.bluebox div.tools > div .share-buttons .btn {
  margin: 0 0 0 5px;
}
section.bluebox div.tools > div > a {
  display: block;
  color: #7091A7;
  line-height: 36px;
}
section.bluebox div.tools > div > a.big-icon {
  color: #fff;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  height: 36px;
  width: 36px;
  text-align: center;
}
section.bluebox div.tools > div > a.big-icon:hover {
  background: #7091A7;
}
section.bluebox ul.tools {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.bluebox ul.tools > li {
  padding: 0;
  margin: 0 0 0 5px;
  display: inline-block;
}
section.bluebox ul.tools > li > a {
  display: block;
  color: #7091A7;
  line-height: 36px;
}
section.bluebox ul.tools > li > a.big-icon {
  color: #fff;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  height: 36px;
  width: 36px;
  text-align: center;
}
section.bluebox ul.tools > li > a.big-icon:hover {
  background: #7091A7;
}
section.bluebox.new-app-page div.tools {
  position: static;
  display: inline-block;
}
section.bluebox.new-app-page div.tools .btn {
  top: 0;
}
section.bluebox.new-app-page div.tools i {
  position: relative;
  /*top: 2px;*/
}
section.bluebox.new-app-page .buttons .button-list {
  /*top:16px;*/
  top: 24px;
}
section.bluebox.new-app-page .button-list .btn {
  position: relative;
  top: -3px;
  margin-left: 4px;
}
section.bluebox.new-app-page .bluebox-body {
  margin-top: 16px;
  margin-bottom: 16px;
}
section.bluebox.new-app-page .bluebox-body h1 {
  display: inline-block;
  margin-top: 0;
}
section.bluebox.new-app-page .screenshots {
  margin-top: 16px;
}
section.bluebox .screenshots {
  margin: 0 -10px;
}
section.bluebox .screenshots .video-thumbnail:after {
  font-family: "fontello";
  content: "\f16a";
  position: absolute;
  top: 37%;
  left: 33%;
  z-index: 0;
  font-size: 40px;
  line-height: 10px;
  background-color: white;
  opacity: 0.9;
  color: #404040;
}
section.bluebox .screenshots .screenshot-thumbnail {
  margin-bottom: 10px;
  overflow: auto;
  display: block;
}
section.bluebox .screenshots .screenshot-thumbnail.empty-screen {
  text-align: center;
  min-height: 104px;
}
section.bluebox .screenshots .screenshot-thumbnail.empty-screen i {
  font-size: 50px;
  vertical-align: bottom;
  color: #eef2f5;
}
section.bluebox .screenshots .screenshot-thumbnail.empty-screen i:hover {
  color: #cfdae1;
}
section.bluebox .screenshots > div {
  padding: 0 10px;
}
section.bluebox .buttons {
  margin-top: 0;
  margin-bottom: 16px;
  /*#showAllInfoSecond {
            display: none;
        }*/
}
section.bluebox .buttons > div {
  top: 16px;
}
section.bluebox .buttons .button-list {
  top: 24px;
}
section.bluebox .buttons .dropdown {
  display: inline-block;
}
section.bluebox .buttons .dropdown a {
  color: #333333;
}
section.bluebox .buttons .btn {
  /*height: 34px;
            line-height: 34px;*/
  padding: 6px 20px;
}
section.bluebox .btn i {
  font-size: 1.2em;
}
section.bluebox .limit {
  /*display: flex;
            justify-content: space-between;
            max-width: 500px;*/
}
section.bluebox .limit p {
  line-height: 20px;
  margin: 0 0 18.33333333px;
}
section.bluebox .limit .testlistTwo {
  margin-top: -28px;
  margin-left: -24px;
}
section.bluebox .limit .testlistTwo li a {
  color: #9abbcf;
}
section.bluebox .limit .testlistOne {
  margin-left: -24px;
}
section.bluebox .limit .testlistOne li a {
  color: #9abbcf;
}
section.bluebox .full-view {
  clear: both;
  min-height: 190px;
}
section.bluebox .full-view .subtitle {
  border-top: 1px solid #345673;
  padding-top: 16px;
}
section.bluebox .full-view .subtitle:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
section.bluebox .full-view .alternatives-test {
  display: block;
  /*border-bottom: 1px solid Lighten(@brand-blue, 5%);*/
  padding-bottom: 16px;
}
section.bluebox .full-view .item-desc {
  overflow-wrap: break-word;
}
section.bluebox .full-view .item-desc .subtitle {
  border-top: none;
  padding-top: 8px;
  font-size: 14px;
}
section.bluebox .full-view .meta-border {
  border-top: 1px solid #345673;
  padding-top: 16px;
}
section.bluebox .full-view .meta-border a {
  color: #aFc9d9;
}
section.bluebox .no-icon {
  border: 1px dashed #bdbdbd;
  width: 100%;
  height: 100%;
}
section.bluebox.app h1 {
  display: inline;
}
section.bluebox.app .share-buttons {
  float: left;
}
section.bluebox.app .share-buttons .btn {
  border-radius: 2px;
  margin-top: 0;
  width: 36px;
  height: 36px;
  padding: 3px 0 0 3px;
  text-align: center;
}
section.bluebox.app .share-buttons .btn i:before {
  font-size: 18px;
}
/*
  Project scissors experiment. Intentionally a bit hacky in order to override
  existing layout without breaking the version that is live.
*/
@media screen and (max-width: 991px) and (min-width: 768px) {
  section.bluebox.new-app-page div.row.buttons {
    margin-right: 0;
  }
  section.bluebox.new-app-page div.tools {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  section.bluebox.new-app-page div.row.buttons {
    margin-right: -5px;
  }
  section.bluebox.new-app-page div.tools {
    position: static;
    display: inline;
  }
  section.bluebox.new-app-page div.tools > div {
    float: none;
  }
  section.bluebox.new-app-page .button-list .btn {
    margin-left: 0;
  }
}
.bluebox.new-app-page .screenshots > .col-md-2 {
  margin-left: -10px;
  margin-right: auto;
  width: 92px;
}
.bluebox.new-app-page .screenshots > .col-md-2 .empty-screen {
  min-height: 72px;
}
.bluebox.new-app-page .screenshots > .col-md-2 .empty-screen i {
  position: relative;
  top: 8px;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .bluebox.new-app-page .screenshots > .col-md-2 {
    margin-right: auto;
  }
  .bluebox.new-app-page .screenshots > .col-md-2 .empty-screen i {
    top: 8px;
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .bluebox.new-app-page .screenshots > .col-md-2 {
    margin-right: auto;
  }
  .bluebox.new-app-page .screenshots > .col-md-2 .empty-screen {
    min-height: 72px;
  }
  .bluebox.new-app-page .screenshots > .col-md-2 .empty-screen i {
    top: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .bluebox.new-app-page .screenshots > .col-md-2 {
    margin-right: -10px;
    margin-left: 0;
    width: 140px;
  }
  .bluebox.new-app-page .screenshots > .col-md-2 .empty-screen {
    min-height: 120px;
  }
  .bluebox.new-app-page .screenshots > .col-md-2 .empty-screen i {
    top: 10px;
    font-size: 50px;
  }
}
.main-info .meta-info {
  padding-top: 16px;
  color: #919191;
}
.main-info .meta-info a {
  color: #aFc9d9;
}
section.profile {
  background-size: cover !important;
  background-color: #2C4961 !important;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
section.profile .profile-map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
}
section.profile .container {
  position: relative;
  z-index: 10;
}
section.profile header {
  padding: 0;
  position: relative;
  border-bottom: none;
  margin-bottom: 16px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.profile header {
    padding: 32px 0 36px;
  }
}
section.profile ul.buttons {
  list-style: none;
  padding: 0;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  section.profile ul.buttons {
    margin-top: 0;
    text-align: right;
  }
}
section.profile ul.buttons li {
  position: relative;
  display: inline-block;
}
section.profile ul.buttons li .btn i {
  font-size: 1em;
  color: white;
}
section.profile .btn-social {
  border: none;
}
section.profile .btn-social.facebook {
  background: #3b5998;
}
section.profile .btn-social.twitter {
  background: #00aced;
}
section.profile .profile-image {
  width: 100%;
  height: 100%;
  max-width: 100px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  section.profile .profile-image {
    max-width: 100%;
  }
}
section.profile .imageHolder {
  font-size: 500%;
  line-height: 160px;
}
section.profile .user-meta ul {
  padding: 0;
  margin: 20px 0 0;
  font-size: .9em;
}
@media screen and (min-width: 768px) {
  section.profile .user-meta ul {
    font-size: 1em;
  }
}
section.profile .user-meta ul li {
  font-family: ProximaNovaCond-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  display: inline-block;
  padding: 0 3.33333333px;
}
section.profile .user-meta ul li.text {
  padding: 0 14px;
}
section.profile .user-meta ul li a {
  color: white;
}
section.profile .user-meta ul li:first-child {
  padding: 0;
}
section.profile .user-meta span.meta {
  font-size: 90%;
  display: block;
  clear: both;
  margin-top: 4px;
}
section.list .meta {
  color: #7091A7;
}
section.list .meta span {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
}
section.list .profile-image {
  width: 100%;
  height: 100%;
}
section.list .container {
  padding-bottom: 20px;
}
main ul.GeneralItemList {
  display: block;
  clear: both;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
main ul.GeneralItemList li {
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
main ul.GeneralItemList .item-sidebar {
  float: left;
  padding: 0;
}
main ul.GeneralItemList .comment-header,
main ul.GeneralItemList .comment-content {
  margin-left: 50px;
}
main ul.GeneralItemList .comment-header {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
main .browse-start {
  margin-top: -20px;
}
main .browse-start .sort-lists {
  padding: 0 14px 14px 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  main .browse-start {
    margin-top: -280px;
    background-color: #fff;
    border-radius: 2px 2px 0 0;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 10px 40px;
  }
}
.profile-image {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
}
.user-badges {
  background: #19252f;
  border-radius: 2px;
  padding: 10px 30px;
  text-align: center;
}
.user-badges.minor {
  background: #eaeef1 !important;
  padding: 5px 10px;
}
.user-badges.minor li {
  padding: 16px 0 12px;
  border-bottom: 1px solid #dcdee0;
}
.user-badges.minor .user-badge-text span:first-child {
  color: #879096;
}
.user-badges.minor .user-badge-text span:last-child {
  color: #7f878c;
}
.user-badges.minor .col-xs-6:first-child {
  border-right: 1px solid #dcdee0;
}
.user-badges li {
  color: #222;
  padding: 30px 0 15px;
  border-bottom: 1px solid #323a40;
  color: white;
  list-style-type: none;
}
.user-badges li:last-child {
  border-bottom: none;
}
.user-badges .user-badge-icon {
  display: block;
  font-size: 2em;
  margin-bottom: .25em;
}
.user-badges .user-badge-text span {
  display: block;
}
.user-badges .user-badge-text span:first-child {
  text-transform: uppercase;
  font-size: .7em;
  letter-spacing: 1px;
  color: #a5b3bb;
  font-family: ProximaNovaCond-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.user-badges .user-badge-text span:last-child {
  font-family: ProximaNovaCond-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
/* Use this together with user-badges */
.achievement-badges {
  border-radius: 2px;
  padding: 0;
  text-align: center;
  overflow: hidden;
  background: none;
}
.achievement-badges li {
  color: #222;
  padding: 30px 0 15px;
  border-bottom: 1px solid #6b5628;
  color: white;
  list-style-type: none;
  width: 48%;
  float: left;
  margin: 0 2% 4% 0;
  border-radius: 5px;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 50%), linear-gradient(45deg, #270d00, #E39D06);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 2px 5px rgba(0, 0, 0, 0.12);
  text-shadow: 0 -1px #00000014 14;
  -webkit-font-smoothing: antialiased;
}
.achievement-badges li:nth-of-type(2n) {
  margin: 0 0 4% 2%;
}
.achievement-badges li .user-badge-text span:first-child {
  color: #fff;
  font-size: .58em;
  /*letter-spacing: 0.035em;*/
  opacity: .75;
  mix-blend-mode: hard-light;
}
.achievement-badges li .user-badge-text span:last-child {
  color: #ffffff;
  font-size: 1.4em;
  opacity: .9;
  mix-blend-mode: hard-light;
}
.achievement-badges .ruby {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 50%), linear-gradient(45deg, #35010a, #b51a0a);
}
.achievement-badges .emerald {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 50%), linear-gradient(45deg, #001d04, #026b1d);
}
.achievement-badges .onyx,
.achievement-badges .silver {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 50%), linear-gradient(45deg, #000000, #989898);
}
.achievement-badges .bronze {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 50%), linear-gradient(45deg, #311a03, #ab6c36);
}
@media screen and (max-width: 767px) {
  .like-box-wrapper {
    width: 44px !important;
  }
  .like-box-wrapper .image-wrapper {
    width: 44px !important;
    height: 44px !important;
  }
  .like-box-wrapper .image-wrapper img {
    width: 44px !important;
    height: 44px !important;
  }
  .like-box-wrapper .like-box {
    width: 44px !important;
  }
  .like-box-wrapper .like-box i {
    display: none;
  }
}
@media screen and (min-width: 1380px) {
  .like-box-wrapper {
    position: absolute;
    left: -76px;
    float: none;
  }
}
/*.like-box-wrapper {
        position: absolute;
        left: -(70px + @padding-large-horizontal);
        float: none;
    }*/
@media screen and (max-width: 1380px) {
  section.app .like-box-wrapper {
    margin-right: 16px;
    /*.num {
                font-size: @font-size-h3;
                margin-top: 0;
                margin-bottom: 0;
            }*/
  }
  section.app .like-box-wrapper .center {
    width: 64px;
  }
  section.app .like-box-wrapper .image-wrapper {
    height: 64px;
    width: 64px;
  }
  section.app .like-box-wrapper img {
    max-height: 64px;
    max-width: 64px;
  }
}
.inline-menu-icons {
  display: block;
  clear: both;
  overflow: auto;
  font-size: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.inline-menu-icons > li {
  display: block;
  float: left;
  margin-right: 20px;
}
.inline-menu-icons .circled-icon {
  display: inline-block;
  background: #30A5EF;
  color: #fff;
  border-radius: 100%;
  font-size: 21px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.inline-menu-icons .circled-icon i {
  margin: 0;
}
.inline-menu-icons .circled-icon i:before {
  margin: 0;
}
.alternatives-selector {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 8px;
  margin: 0 0 16px 0;
  border-bottom: 1px solid #D6D6D6;
  /*.headings,
    .platforms,
    .licenses {
        padding: @padding-base-vertical - 2 @padding-base-horizontal;
    }*/
}
.alternatives-selector .headings {
  /*line-height: 30px;*/
  /*border: 1px solid @gray-lighter;*/
}
.alternatives-selector .headings .alternatives-header {
  margin: 0;
  padding-top: 6px;
  font-weight: normal;
}
.alternatives-selector .headings .alternatives-header span {
  /*&.has-filter {
                    i {
                        &.icon-funnel-sm {
                            color: @brand-danger;
                        }
                    }
                }*/
}
.alternatives-selector .headings .alternatives-header span.platform-filter,
.alternatives-selector .headings .alternatives-header span.license-filter {
  color: #30A5EF;
  cursor: pointer;
}
.alternatives-selector .headings .alternatives-header span.platform-filter:hover,
.alternatives-selector .headings .alternatives-header span.license-filter:hover {
  color: #0f7ec3;
  /*i {
                        color: @link-color-light;
                    }*/
}
.alternatives-selector .headings .alternatives-header span i {
  font-size: 70%;
  margin-left: -6px;
  margin-right: -6px;
}
.alternatives-selector .headings .alternatives-header span i.icon-cancel-circled {
  font-size: 14px;
  position: absolute;
  top: 8px;
  color: #d9534f;
}
.alternatives-selector .headings .alternatives-header span.has-filter.license-filter:hover i:hover,
.alternatives-selector .headings .alternatives-header span.has-filter.platform-filter:hover i:hover {
  color: #d9534f;
}
.alternatives-selector .headings .alternatives-header span.has-filter.license-filter:hover i:before,
.alternatives-selector .headings .alternatives-header span.has-filter.platform-filter:hover i:before {
  content: "\e834";
}
.alternatives-selector .headings .filter {
  color: #118ddb;
  cursor: pointer;
}
.alternatives-selector .headings .filter:hover {
  color: #0b5f94;
}
.alternatives-selector .headings .toogle-filter-bar {
  display: inline-block;
}
.panels {
  /*.arrow_box {
        position: relative;
        background: #102D40;
    }*/
}
.panels .panel {
  display: none;
  /*width: 100%;*/
  font-size: 14px;
  background: #102D40;
  margin-top: 8px;
  color: #435d6e;
  position: relative;
  /*float: right;*/
  border: none;
}
.panels .panel:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(16, 45, 64, 0);
  border-bottom-color: #102d40;
  border-width: 10px;
  margin-left: -10px;
}
.panels .panel .panel-body {
  overflow: hidden;
  padding: 0;
}
.panels .panel .panel-body .jq_all {
  display: none;
}
.panels .panel .panel-body .menugroup {
  margin: 5px 0 20px 0;
  color: #7091A7;
  font-size: 16px;
}
.panels .panel .panel-body a {
  color: #7091A7;
  font-size: 16px;
}
.panels .panel .panel-body a .usage {
  padding-left: 4px;
  color: #3c6384;
  font-size: 14px;
  /*.ProximaNovaCond-Semibold();*/
}
.panels .panel .panel-body a:hover {
  color: #fff;
}
.panels .panel .panel-body a:hover .usage {
  color: #fff;
}
.panels .panel .panel-body h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  margin-top: 0;
}
.panels .panel .panel-body h3.underline {
  padding-bottom: 8px;
}
.panels .panel .panel-body h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.panels .panel .panel-body .main-panel {
  /*-moz-column-count: 2;
                    -moz-column-gap: @padding-base-vertical;
                    -webkit-column-count: 2;
                    -webkit-column-gap: @padding-base-vertical;
                    column-count: 2;
                    column-gap: @padding-base-vertical;*/
  padding: 16px 32px;
  /*a {
                    .usage {
                        padding-left: 4px;
                        color: @brand-blue;
                        font-weight: bold;
                    }
                }*/
}
.panels .panel .panel-body .main-panel h3 {
  /*-moz-column-span: all;
                        -webkit-column-span: all;
                        column-span: all;*/
}
.panels .panel .panel-body .main-panel h3.underline {
  border-bottom: 1px solid #263D4C;
}
.panels .panel .panel-body .main-panel #showHiddenPlatforms {
  cursor: pointer;
}
.panels .panel .panel-body .side-panel {
  margin-bottom: -600px;
  padding-bottom: 600px;
  background-color: #13364c;
}
.panels .panel .panel-body .side-panel .side-wrapper {
  padding: 16px 16px 0 0;
}
.panels .panel .panel-body .side-panel h3 {
  -moz-column-span: all;
  -webkit-column-span: all;
  column-span: all;
}
.panels .panel .panel-body .side-panel h3.underline {
  border-bottom: 1px solid #345673;
}
.panels .panel .panel-body .side-panel a .usage {
  color: #345673;
}
.panels .panel .panel-body .side-panel a:hover {
  color: #fff;
}
.panels .panel .panel-body .side-panel a:hover .usage {
  color: #fff;
}
.panels .panel-license:after {
  left: 88%;
  border-color: rgba(16, 45, 64, 0);
  border-bottom-color: #13364c;
}
.panels .panel-platform:after {
  left: 40%;
}
@media screen and (max-width: 992px) {
  .alternatives-selector .panels .panel .panel-body .side-panel {
    background: none;
    padding: 16px 32px;
    margin-bottom: inherit;
  }
  .alternatives-selector .panels .panel .panel-body .side-panel .side-wrapper {
    padding-right: 0;
  }
}
.addToListForm .custom-title {
  margin-top: 48px;
  margin-bottom: 32px;
}
.addToListForm .alert {
  display: none;
}
/* Login */
.logincontent {
  /*.meta a {
        color: @link-color;
    }*/
}
.logincontent fieldset {
  margin-bottom: 0;
}
.logincontent .email-login {
  font-size: 140%;
  display: block;
  text-align: center;
}
.logincontent .redirect-info {
  font-size: 14px;
  text-align: center;
  /*.ProximaNova-Semibold();*/
}
/*.logincontent .row {
    padding: @padding-small-vertical 0;
}*/
/* Icon */
picture.small-icon {
  background-color: #f9f9f9;
}
.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}
.chart-canvas {
  cursor: pointer;
}
.breadcrumb {
  margin: 0;
}
.svg-sprite-svensk-flagga {
  background-image: url("/assets/images/svensk-flagga.png");
  background-repeat: no-repeat;
  background-size: 24px 14px;
}
.filter-by-tags {
  /*.usage {
        color: @brand-blue-dark;
        padding-left: 8px;
                font-size: 90%;
    }

    .label {
        font-size: 90%;
        background-color: @brand-blue-light;
        padding: 4px;
        border: none;
        a {
            color: #fff;
        }
    }*/
}
.do-not-break {
  /*word-break: break-all;*/
  word-break: break-word;
  -ms-word-break: break-all;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.platform-comments ul {
  padding: 0;
  list-style-type: none;
}
.platform-comments ul li {
  margin-bottom: 8px;
}
.platform-comments ul span:last-child {
  font-size: 90%;
}
/* Activity Lists */
.activity-list {
  padding: 0;
}
.activity-list li {
  position: relative;
  background-color: #FDFDFD;
  padding: 20px;
  padding-left: 80px;
  margin-bottom: 10px;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0.5px 0.5px rgba(0, 0, 0, 0.05);
  line-height: 22px;
  list-style-type: none;
}
.activity-list li .activity-header {
  display: block;
}
.activity-list li .activity-header a {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.activity-list li .activity-icon {
  /*position: relative;
            left: -20px;*/
}
.activity-list li .activity-icon img {
  position: absolute;
  top: 18px;
  left: 18px;
  border-radius: 1px;
}
.activity-list li .activity-icon .img-1 {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 34px;
  top: 34px;
}
.activity-list li .activity-icon .img-2 {
  position: absolute;
  left: 14px;
  width: 32px;
  height: 32px;
}
.activity-list li .activity-meta {
  font-size: 12px;
  color: #999;
}
.activity-list li .activity-meta .admin-meta {
  float: right;
  display: inline-block;
}
.activity-list li p {
  margin-top: 12px;
  padding: 4px 12px 2px;
  border-left: 2px solid #D6D6D6;
}
.activity-list li .profile-image {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 48px;
  height: 48px;
  font-size: 130%;
  font-weight: bold;
  line-height: 48px;
}
.dark-blue .activity-list li {
  background: #183e54;
  border-color: transparent;
}
.dark-blue .activity-list li .activity-header a {
  color: white;
}
.user-message-list .profile-image,
.user-message-list span.profile-image {
  width: 44px;
  height: 44px;
  font-size: 170%;
  font-weight: bold;
  line-height: 64px;
}
.user-message-list h3 {
  padding-top: 0;
  margin-top: 0;
}
.user-message-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.user-message-list ul li {
  padding: 12px;
  margin: 12px 0 12px 0;
}
.user-message-list ul li:nth-child(odd) {
  background-color: #f5f5f5;
}
.user-message-list ul li:nth-child(even) {
  background-color: #FAFAFA;
}
.profile-sidebar ul.user-stats {
  padding: 0;
  margin: 0;
}
.profile-sidebar ul.user-stats li {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.profile-sidebar ul.user-stats li i {
  font-size: 60%;
  color: #D6D6D6;
}
.profile-sidebar ul.user-stats li i.selected {
  color: #2C4961;
}
/* CSS Read More */
.read-more-box {
  max-height: 300px;
  position: relative;
  overflow: hidden;
}
.read-more-box .fade-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  display: none;
  cursor: pointer;
}
.read-more-box:hover + .read-more-button {
  animation: bounce 0.5s;
  color: #5e5e5e;
}
.read-more-button {
  text-align: center;
  display: none;
  color: #919191;
}
.read-more-button:hover {
  animation: bounce 0.5s;
  color: #5e5e5e;
}
.read-more-button i {
  font-size: 180%;
  color: #102D40;
}
.container.alternatives .phDiscussion {
  display: none;
}
.star {
  font-size: 22px;
  width: 19px;
  display: inline-block;
  color: #aaa;
}
.star:last-child {
  margin-right: 0;
}
.star:before {
  content: '\2605';
}
.star.on {
  color: #30A5EF;
}
.star.half:after {
  content: '\2605';
  color: #30A5EF;
  position: absolute;
  margin-left: -17px;
  width: 9px;
  overflow: hidden;
}
.algolia-autocomplete {
  width: 100%;
}
.algolia-autocomplete .aa-input,
.algolia-autocomplete .aa-hint {
  width: 100%;
  z-index: 2;
}
.algolia-autocomplete .aa-hint {
  color: #999;
}
.algolia-autocomplete .aa-dropdown-menu {
  width: 100%;
  background-color: #fff;
  border: 1px solid #999;
  border-top: none;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
  cursor: pointer;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: #B2D7FF;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
  font-weight: bold;
  font-style: normal;
}
.aa-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  width: 100%;
  padding: 5px 0;
  /*margin: 2px 0 0;*/
  list-style: none;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-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;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.aa-dropdown-menu .category {
  text-align: left;
  background: #efefef;
  padding: 8px 8px;
  font-weight: bold;
  color: #102D40;
  margin: 6px 0 6px 0;
  font-size: 20px;
}
.aa-dropdown-menu .aa-suggestion {
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  border-bottom: 1px solid #ededed;
  text-align: left;
  padding: 6px 6px;
  z-index: 19999;
}
.aa-dropdown-menu .aa-suggestion img,
.aa-dropdown-menu .aa-suggestion span.no-icon {
  float: left;
  margin: 7px 15px 8px -5px;
  width: 26px;
  height: 26px;
}
.aa-dropdown-menu .aa-suggestion span.no-icon {
  position: static;
  width: 24px;
  height: 24px;
}
.aa-dropdown-menu .aa-suggestion a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.aa-dropdown-menu .aa-suggestion em {
  font-weight: bold;
  font-style: normal;
}
.aa-dropdown-menu .aa-suggestion:last-child {
  border-bottom: none;
}
.aa-dropdown-menu .aa-suggestion .meta {
  display: block;
}
.aa-dropdown-menu .aa-suggestion.aa-cursor,
.aa-dropdown-menu .aa-suggestion:hover {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
  color: #262626;
}
.aa-dropdown-menu .aa-suggestion.aa-cursor a,
.aa-dropdown-menu .aa-suggestion:hover a {
  color: #262626;
}
.aa-dropdown-menu .aa-suggestion p {
  margin: 0;
}
.aa-dataset-item:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: -12px;
}
.aa-dataset-item .aa-suggestion {
  padding: 3px 16px;
}
.aa-dataset-external .aa-suggestion {
  padding: 3px 16px;
}
#bottomNotifierExtraContent .aa-suggestions {
  overflow-x: auto;
  overflow-y: scroll;
  height: 98px;
}
.more-result {
  text-align: center;
  padding: 8px 0 8px 0;
}
.more-result .option strong {
  font-family: ProximaNova-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.aa-with-item {
  margin-top: 15px;
}
.aa-dataset-tag {
  margin-bottom: 6px;
  /*.search-powered {
        clear: both;
        display: block;
        padding: 16px 0 8px 0;
        text-align: center;

        img {
            width: 60px;
            display: inline-block;
            vertical-align: bottom;
        }

        span {
            display: inline-block;
            color: @less-medium-gray;
            line-height: 18px;
        }
    }*/
}
.aa-dataset-tag .search-powered {
  clear: both;
  display: block;
  padding: 16px 80px 8px 80px;
}
.aa-dataset-tag .search-powered img {
  width: 100%;
}
.aa-dataset-tag .aa-suggestion {
  float: left;
  background-color: #f2efef;
  padding: 3px 10px 5px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 3px;
  clear: none;
  line-height: 16px;
}
.aa-dataset-tag .aa-suggestion a {
  color: #000;
  text-decoration: none;
}
.aa-dataset-tag .aa-suggestion.aa-cursor {
  background-color: #dbd2d2;
}
/*.loginBox {
    padding: 0 10px 10px 10px !important;
    clear: none !important;
    float: left !important;
}*/
.login_large_btn {
  border: 1px solid #D6D6D6;
  margin: 3px 6px 3px 0;
  cursor: pointer;
  height: 72px;
  width: 100%;
  background-color: #F7F7F7;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 17px;
}
.login-btn-container {
  margin-top: 16px;
}
.login-btn-container div.login-provider-name {
  text-align: center;
  margin-bottom: 16px;
  color: #118ddb;
  cursor: pointer;
  font-family: ProximaNova-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.login_large_btn:hover {
  background-color: #fafafa;
}
.google-login-button {
  background: #F7F7F7 url('/resources/gfx/openid/google.png') no-repeat scroll center 20px;
  background-size: 100px 34px;
}
.github-login-button {
  background: #F7F7F7 url('/resources/gfx/openid/GitHub-Mark-120px-plus.png') no-repeat scroll center center;
  background-size: 40px 40px;
}
.microsoft-login-button {
  background: #F7F7F7 url('/resources/gfx/openid/ms.png') no-repeat scroll center center;
  background-size: 103px 22px;
}
.yahoo-login-button {
  background: #F7F7F7 url('/resources/gfx/openid/Yahoo_logo.svg.png') no-repeat scroll center center;
  background-size: 100px 23px;
}
.twitter-login-button {
  background: #F7F7F7 url('/resources/gfx/openid/twitter.png') no-repeat scroll center center;
  background-size: 48px 40px;
}
.facebook-login-button {
  background: #F7F7F7 url('/resources/gfx/openid/FB-f-Logo__blue_100.png') no-repeat scroll center center;
  background-size: 40px 40px;
}
.password-login-button {
  height: 48px;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  font-weight: bold;
  display: block;
}
#moreOptions {
  margin-top: 5px;
}
#moreOptions .frame {
  margin-top: 5px;
}
.login-input {
  padding: 6px;
  display: inline;
}
.openidSubmit {
  margin-left: 5px;
  float: right;
  margin-top: 5px;
}
.one {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.0s;
  animation: dot 1.3s infinite;
  animation-delay: 0.0s;
}
.two {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.2s;
  animation: dot 1.3s infinite;
  animation-delay: 0.2s;
}
.three {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.3s;
  animation: dot 1.3s infinite;
  animation-delay: 0.3s;
}
@-webkit-keyframes dot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
span.goodlist,
span.badlist {
  display: inline-block;
  margin: -2px 0 0 10px;
  width: 50px;
  padding: 0 10px;
  border: none;
  color: White;
  height: inherit;
  font-weight: bold;
  opacity: 1;
  cursor: pointer;
  -webkit-text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
}
span.goodlist {
  background-color: #55A428;
}
span.badlist {
  background-color: #D76657;
}
span.inactivelist {
  background: transparent;
  color: silver;
}
.jq_moreInfo,
.jq_infoBar {
  display: none;
}
.full-view.ForceFull {
  display: block;
  min-height: 450px !important;
}
.full-view.ForceFull .jq_moreInfo {
  display: block;
}
/*.full-view.ForceCompactWithContent {
    display: none;

    .jq_moreInfo {
        display: block;
    }
}*/
.jq_evenMoreInfo {
  display: none;
}
.form-dropdown .tt-dropdown-menu {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.form-dropdown .tt-dropdown-menu:after {
  border-bottom-color: #F3F3F3;
}
.info-bar {
  text-align: center;
  cursor: pointer;
}
a {
  cursor: pointer;
}
/*.share-alternative:hover {
    color: Darken(#919191, 20%);
}*/
.opinionVote {
  cursor: pointer;
  font-family: ProximaNovaCond-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.opinionVote-yes {
  color: #63BDA2 !important;
}
.opinionVote-no {
  color: #d9534f !important;
}
.opinionVote-yes:hover {
  color: #37836c !important;
}
.opinionVote-no:hover {
  color: #a02622 !important;
}
.report-opinion {
  /*position: absolute;
    right: 10px;
    top: 0;*/
  line-height: 14px !important;
  display: none;
  padding: 2px 4px 2px 4px;
  background-color: #fff;
  font-family: ProximaNova-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  top: -2px;
}
.report-opinion.show-result {
  display: inline-block;
}
.report-opinion.force-visible {
  display: block;
}
.report-opinion.force-visible .opinionVote {
  font-size: 20px;
}
.opinion-buttons .report-opinion {
  position: absolute;
  top: 60px;
  left: 8px;
}
.opinion-buttons.show-result {
  display: inline-block;
}
.report-opinion-buttons {
  display: block;
  /*text-align: center;*/
  margin-top: 10px;
}
.report-opinion-buttons a {
  width: 48%;
}
/*.app-list-item .meta {
    overflow: hidden;
}*/
.app-list-item .icon-and-like {
  position: absolute;
  left: -68px;
  top: 0px;
}
.app-list-item .share-buttons {
  display: none;
  position: absolute;
  top: -20px;
  right: 6px;
}
.app-list-item .share-buttons .btn {
  padding: 2px 4px;
  font-size: 12px;
  width: 26px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.app-list-item .share-buttons .btn i:before {
  font-size: 12px;
  margin-right: 0;
  margin-left: 0;
}
.app-list-item .screenshots {
  margin-top: 16px;
}
.app-list-item .thumbnail {
  margin-bottom: 0;
  padding: 0;
  opacity: 0.7;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
}
.app-list-item .thumbnail:hover {
  margin-bottom: 0;
  padding: 0;
  opacity: 1;
  -webkit-filter: grayscale(0);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(0);
}
@media screen and (min-width: 1280px) {
  .browse-start .app-list-item .icon-and-like {
    left: -54px;
  }
  .browse-start .app-list-item .image-wrapper {
    width: 54px;
    height: 54px;
  }
  .browse-start .app-list-item .image-wrapper img {
    width: 54px;
    height: 54px;
  }
  .browse-start .app-list-item .compact-like-box {
    width: 54px;
  }
}
.app-list-item:hover .report-opinion,
.app-list-item:hover .share-buttons,
.app-list-item:hover .custom-list-menu {
  display: inline-block;
}
/*.app-list-item:hover .add-feature {
    color: Darken(#919191, 30%) !important;

}

.app-list-item:hover .add-feature i {
    color: @brand-success;
}*/
.app-list-item:hover .show-result {
  display: none;
}
.gigantic {
  font-size: 400%;
  text-align: center;
  color: #555555;
  /*text-shadow: 2px 1px 0px #fff, 4px 3px 0px rgba(0,0,0,0.15);*/
  /*text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);*/
  /*text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);*/
}
.errorPageText a {
  font-weight: bold;
}
.errorPageText a i {
  font-size: 90%;
}
/* Widget display */
.widgetDisplay span#widget_blue,
.widgetDisplay span#widget_grey,
.widgetDisplay span#widget_light {
  display: block;
  float: left;
  margin: 5px 10px 0 0;
  width: 160px;
}
.widgetDisplay textarea {
  float: left;
  padding: 4px;
  width: 540px;
  height: 47px;
  border: 1px solid silver;
  color: #2f2f2f;
}
.btn-spin {
  cursor: progress;
}
.star-rating {
  margin: 0 auto;
  text-align: center;
  font-size: 150%;
}
.star-rating.small {
  font-size: 100%;
}
.star-rating > fieldset {
  border: none;
  display: inline-block;
  margin: 0;
}
.star-rating > fieldset:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}
.star-rating > fieldset:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0 .05em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  color: #30A5EF;
}
.star-rating > fieldset:not(:checked) > label:before {
  content: '\2606';
}
.star-rating > fieldset:not(:checked) > label:hover,
.star-rating > fieldset:not(:checked) > label:hover ~ label {
  color: #30A5EF;
}
.star-rating > fieldset:not(:checked) > label:hover:before,
.star-rating > fieldset:not(:checked) > label:hover ~ label:before {
  content: '\2605';
}
.star-rating > fieldset > input:checked ~ label:before {
  content: '\2605';
}
.star-rating > fieldset > label:active {
  position: relative;
  top: 2px;
}
.darkNotifier {
  z-index: 9999;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  color: White;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.darkNotifier a:not(.btn) {
  color: #BFEDFF;
}
.darkNotifier .btn {
  margin: 0 5px;
}
.darkNotifier .btn > small {
  color: #aFc9d9;
}
.darkNotifier span {
  color: #fff;
}
.darkNotifier span .aa-dropdown-menu h4 {
  margin: 0;
}
.darkNotifierContent {
  position: relative;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
.darkNotifierContent label {
  color: #fff !important;
  display: block;
}
.darkNotifierContent .existing-features-info {
  position: absolute;
  left: -270px;
  width: 170px;
  top: 40px;
  display: none;
}
.darkNotifierContent .existing-features-info .arrow-right {
  position: relative;
  left: 180px;
  top: -40px;
}
.darkNotifierContent .bottomNotifierForm {
  height: 100px;
  padding: 0 6px 0 6px;
}
.darkNotifierContent #bottomNotifierExtraContent {
  margin: 10px 0;
}
.darkNotifierContent #bottomNotifierExtraContent .btnSkip {
  position: absolute;
  top: 6px;
}
.darkNotifierContent #bottomNotifierExtraContent .form-group {
  margin: 0 6px 12px 6px;
  position: relative;
}
.darkNotifierContent .form-wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 600px;
}
.darkNotifierContent .form-wrapper .btn {
  margin: 0;
}
#topNotifierContent {
  padding: 10px 0 10px 0;
  text-align: center;
  /*img {
        margin-right: 10px;
    }*/
}
#topNotifierContent .btn {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 14px;
}
#topNotifierContent .btn.facebook {
  background: #3B5998;
  border-color: #3B5998;
}
#topNotifierContent .btn.twitter {
  background: #00aced;
  border-color: #00aced;
}
.darkNotifierContent img.small-app-icon {
  position: relative;
  height: 36px;
}
#opinionHeader {
  padding: 6px;
  display: inline-block;
}
.btnSkip {
  cursor: pointer;
  text-decoration: underline;
  margin: 0 20px 10px 10px;
}
.darkNotifierContent span {
  line-height: 34px;
}
#topNotifier {
  position: relative;
  top: 0;
}
#topNotifier a:after {
  display: none;
}
#bottomNotifier {
  position: fixed;
  bottom: 0;
}
i.closeDark,
i.closeLight {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 20px;
}
.commonNotifier {
  position: relative;
  z-index: 700;
  margin: 0 auto;
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #EDE1C0;
  border-top: 1px solid #EDE1C0;
  background-color: #F4F1D5;
  color: #2f2f2f;
  line-height: 25px;
}
.commonNotifier div {
  margin: 0 auto;
  padding: 5px 0 7px 0;
  text-align: center;
}
.commonNotifier.startPageNotifier {
  background-color: #f7f7f9;
  border-bottom: 1px solid #e1e1e8;
  border-top: none;
  height: 42px;
  line-height: 31px;
}
.commonNotifier.startPageNotifier div:before {
  content: "💼";
}
img.mini-app-icon {
  position: relative;
  top: -2px;
  margin-right: 3px;
  width: 16px;
  height: 16px;
}
/*.info-bar {
    position: relative;
    padding: 10px 0;
    background: #d9534f;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.25);
    color: white;
    text-align: center;
    .text-shadow(1px 1px rgba(0, 0, 0, 0.3));
    font-weight: bold;
    font-size: 120%;
    line-height: 140%;
    cursor: pointer !important;
}

    .info-bar .moreInfoNote {
        display: none;
        padding: 0 8px 0 8px;
        color: #e5e5e5;
        font-weight: normal;
    }

    .info-bar .moreInfoNote  a {
        color: white;
        font-weight: normal;
    }

        .info-bar .moreInfoNote  a:hover {
        color: white;
        font-weight: normal;
    }*/
.loginInProgress {
  display: none;
  text-align: center;
}
/*.nicebutton {
    display: block;
    float: right;
    margin-bottom: 6px;
    padding: 6px;
    border: 1px solid @less-medium-gray;
    background-color: #FFFFFF;
    background-image: url('data:image/gif;base64,R0lGODlhAQCcALMAAP39/fn5+fX19fHx8e3t7enp6eXl5eHh4d3d3dnZ2QAAAAAAAAAAAAAAAAAAAAAAACH5BAAHAP8ALAAAAAABAJwAAAQuEMhJqw1B6MGJL6BhHOQhgoVHcIMmYFYsu3Rtu90XiiWCJMCEryQyoFScm9IWAQA7');
    background-position: left top;
    background-repeat: repeat-x;
    text-align: center;
    .text-shadow(1px 1px 1px #FFFFFF);
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
    cursor: pointer;
    .less-border-radius(5px);
}*/
div.spinner {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
}
div.small-spinner {
  width: 34px;
  height: 34px;
}
div.spinner div {
  position: absolute;
  top: 37%;
  left: 44.5%;
  width: 12%;
  height: 26%;
  background: #5b5b5b;
  opacity: 0;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-animation: fade 1s linear infinite;
  -moz-animation: fade 1s linear infinite;
  -o-animation: fade 1s linear infinite;
  animation: fade 1s linear infinite;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
div.small-spinner div {
  width: 8%;
  height: 24%;
}
div.spinner div.bar1 {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: rotate(0deg) translate(0, -132%);
  -moz-transform: rotate(0deg) translate(0, -132%);
  -ms-transform: rotate(0deg) translate(0, -132%);
  -o-transform: rotate(0deg) translate(0, -132%);
  transform: rotate(0deg) translate(0, -132%);
}
div.spinner div.bar2 {
  -moz-animation-delay: -0.9167s;
  -webkit-animation-delay: -0.9167s;
  -o-animation-delay: -0.9167s;
  animation-delay: -0.9167s;
  -webkit-transform: rotate(30deg) translate(0, -132%);
  -moz-transform: rotate(30deg) translate(0, -132%);
  -ms-transform: rotate(30deg) translate(0, -132%);
  -o-transform: rotate(30deg) translate(0, -132%);
  transform: rotate(30deg) translate(0, -132%);
}
div.spinner div.bar3 {
  -moz-animation-delay: -0.833s;
  -webkit-animation-delay: -0.833s;
  -o-animation-delay: -0.833s;
  animation-delay: -0.833s;
  -webkit-transform: rotate(60deg) translate(0, -132%);
  -moz-transform: rotate(60deg) translate(0, -132%);
  -ms-transform: rotate(60deg) translate(0, -132%);
  -o-transform: rotate(60deg) translate(0, -132%);
  transform: rotate(60deg) translate(0, -132%);
}
div.spinner div.bar4 {
  -moz-animation-delay: -0.75s;
  -webkit-animation-delay: -0.75s;
  -o-animation-delay: -0.75s;
  animation-delay: -0.75s;
  -webkit-transform: rotate(90deg) translate(0, -132%);
  -moz-transform: rotate(90deg) translate(0, -132%);
  -ms-transform: rotate(90deg) translate(0, -132%);
  -o-transform: rotate(90deg) translate(0, -132%);
  transform: rotate(90deg) translate(0, -132%);
}
div.spinner div.bar5 {
  -moz-animation-delay: -0.667s;
  -webkit-animation-delay: -0.667s;
  -o-animation-delay: -0.667s;
  animation-delay: -0.667s;
  -webkit-transform: rotate(120deg) translate(0, -132%);
  -moz-transform: rotate(120deg) translate(0, -132%);
  -ms-transform: rotate(120deg) translate(0, -132%);
  -o-transform: rotate(120deg) translate(0, -132%);
  transform: rotate(120deg) translate(0, -132%);
}
div.spinner div.bar6 {
  -moz-animation-delay: -0.5833s;
  -webkit-animation-delay: -0.5833s;
  -o-animation-delay: -0.5833s;
  animation-delay: -0.5833s;
  -webkit-transform: rotate(150deg) translate(0, -132%);
  -moz-transform: rotate(150deg) translate(0, -132%);
  -ms-transform: rotate(150deg) translate(0, -132%);
  -o-transform: rotate(150deg) translate(0, -132%);
  transform: rotate(150deg) translate(0, -132%);
}
div.spinner div.bar7 {
  -moz-animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  animation-delay: -0.5s;
  -webkit-transform: rotate(180deg) translate(0, -132%);
  -moz-transform: rotate(180deg) translate(0, -132%);
  -ms-transform: rotate(180deg) translate(0, -132%);
  -o-transform: rotate(180deg) translate(0, -132%);
  transform: rotate(180deg) translate(0, -132%);
}
div.spinner div.bar8 {
  -moz-animation-delay: -0.41667s;
  -webkit-animation-delay: -0.41667s;
  -o-animation-delay: -0.41667s;
  animation-delay: -0.41667s;
  -webkit-transform: rotate(210deg) translate(0, -132%);
  -moz-transform: rotate(210deg) translate(0, -132%);
  -ms-transform: rotate(210deg) translate(0, -132%);
  -o-transform: rotate(210deg) translate(0, -132%);
  transform: rotate(210deg) translate(0, -132%);
}
div.spinner div.bar9 {
  -moz-animation-delay: -0.333s;
  -webkit-animation-delay: -0.333s;
  -o-animation-delay: -0.333s;
  animation-delay: -0.333s;
  -webkit-transform: rotate(240deg) translate(0, -132%);
  -moz-transform: rotate(240deg) translate(0, -132%);
  -ms-transform: rotate(240deg) translate(0, -132%);
  -o-transform: rotate(240deg) translate(0, -132%);
  transform: rotate(240deg) translate(0, -132%);
}
div.spinner div.bar10 {
  -moz-animation-delay: -0.25s;
  -webkit-animation-delay: -0.25s;
  -o-animation-delay: -0.25s;
  animation-delay: -0.25s;
  -webkit-transform: rotate(270deg) translate(0, -132%);
  -moz-transform: rotate(270deg) translate(0, -132%);
  -ms-transform: rotate(270deg) translate(0, -132%);
  -o-transform: rotate(270deg) translate(0, -132%);
  transform: rotate(270deg) translate(0, -132%);
}
div.spinner div.bar11 {
  -moz-animation-delay: -0.1667s;
  -webkit-animation-delay: -0.1667s;
  -o-animation-delay: -0.1667s;
  animation-delay: -0.1667s;
  -webkit-transform: rotate(300deg) translate(0, -132%);
  -moz-transform: rotate(300deg) translate(0, -132%);
  -ms-transform: rotate(300deg) translate(0, -132%);
  -o-transform: rotate(300deg) translate(0, -132%);
  transform: rotate(300deg) translate(0, -132%);
}
div.spinner div.bar12 {
  -moz-animation-delay: -0.0833s;
  -webkit-animation-delay: -0.0833s;
  -o-animation-delay: -0.0833s;
  animation-delay: -0.0833s;
  -webkit-transform: rotate(330deg) translate(0, -132%);
  -moz-transform: rotate(330deg) translate(0, -132%);
  -ms-transform: rotate(330deg) translate(0, -132%);
  -o-transform: rotate(330deg) translate(0, -132%);
  transform: rotate(330deg) translate(0, -132%);
}
@-webkit-keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
@-moz-keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
@-ms-keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
@-o-keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
:target {
  animation: highlight 1s linear;
}
:target.threadTable {
  background-color: #FAFAFA;
}
@keyframes highlight {
  0% {
    background-color: #D6D6D6;
  }
  100% {
    background-color: #FAFAFA;
  }
}
/*.typeahead, .tt-query, .tt-hint {
    padding: 8px;
    font-size: 16px;
    border: 1px solid #4a87a8;
    outline: none;
    margin: 0;
    width: 300px;
}

.typeahead {
    background-color: #fff;
}


.typeahead:focus {
    border: 1px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}



.tt-menu {
    width: 99%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    z-index: 19999;
    margin-top: 15px;


}



.tt-menu:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}*/
.form-group .tt-menu {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0;
  margin-left: -1px;
  width: 100%;
}
.form-group .tt-menu:after {
  display: none;
}
.tt-dataset-tag-dataset .tt-suggestions {
  margin: 6px;
}
.tt-cursor {
  color: #fff;
  background-color: #f6f4f4;
}
.tt-suggestion .tt-suggestion p {
  margin: 0;
}
.lightbox {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  /* IE Fallback (Solid Colour) */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.7);
  -webkit-filter: none !important;
  z-index: 9997;
}
.lightbox img {
  display: block;
  position: absolute;
  border: 5px solid #fff;
  box-shadow: 0 0 20px #000;
  border-radius: 1px;
}
body.blurred > * {
  -webkit-filter: blur(2px);
  -webkit-transform: translate3d(0, 0, 0);
}
.lightbox__loading {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.lightbox__caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 9998;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.lightbox__caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #fff;
  line-height: 18px;
}
.lightbox__button {
  position: absolute;
  z-index: 9999;
  background: no-repeat center center;
  width: 32px;
  height: 32px;
  /*opacity: 0.4;*/
  /*-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;*/
}
.lightbox__button:hover,
.lightbox__button:focus {
  /*opacity: 1;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);*/
}
.lightbox__close {
  right: 10px;
  top: 0;
  color: #fff;
  font-size: 40px;
}
.lightbox__close:after {
  font-family: fontello;
  content: '\e834';
}
.lightbox__nav {
  top: 50%;
  margin-top: -16px;
  color: #fff;
  font-size: 30px;
}
.lightbox__nav--next {
  right: 20px;
}
.lightbox a:hover,
.lightbox a:active,
.lightbox a:focus {
  color: #adadad !important;
}
.lightbox__nav--next:before {
  font-family: fontello;
  content: '\e823';
  background-color: #717171;
  padding: 20px;
}
.lightbox__nav--prev {
  left: -10px;
}
.lightbox__nav--prev:before {
  font-family: fontello;
  content: '\e822';
  background-color: #717171;
  padding: 20px;
}
.selectize-tags .selectize-input > div {
  background: #9b9b9b !important;
}
.selectize-tags .selectize-input > div.active {
  background: #828282 !important;
}
.selectize-tags .remove {
  border-color: #828282 !important;
}
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 10px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 18px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid #118ddb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #a9a9a9;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: inherit;
  line-height: 22px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #F7F7F7;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #c4c4c4;
  padding: 8px 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 7px 10px 4px;
}
.selectize-input.full {
  background-color: #F7F7F7;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #30A5EF;
  color: #fff;
  border: 0 solid #0d6eac;
}
.selectize-control.multi .selectize-input > div.active {
  background: #3C84B4;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #dcdcdc;
  border: 0 solid #a9a9a9;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f7f7f7;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 10px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #919191;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #303030 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #303030 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #F7F7F7;
}
/**
 * selectize.bootstrap3.css (v0.12.1) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/*@import "/bootstrap/less/mixins";*/
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 14px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 10px;
}
.selectize-input {
  min-height: 40px;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 7px;
  padding-right: 7px;
}
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* Table stats */
table.stats {
  margin-left: 5px;
}
table.stats td.header {
  width: 140px;
  font-weight: bold;
}
/* Change list */
ul.changes {
  margin: 0;
  padding: 0;
  position: relative;
}
ul.changes h3 {
  margin-top: 0;
  padding-top: 0;
}
ul.changes li {
  padding: 10px;
  border-bottom: 1px solid #f0ecec;
  list-style: none;
}
ul.changes li .major-warning {
  margin: 20px 0 20px 0;
  font-size: 120%;
}
ul.changes th {
  padding: 5px 6px;
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
ul.changes table {
  width: 100%;
  table-layout: fixed;
}
ul.changes td {
  padding: 5px 6px;
  border-top: 1px solid #f0ecec;
  color: #000;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
ul.changes img {
  padding: 2px;
  border: 1px solid #D3D3D3;
  margin-left: 4px;
}
ul.changes tr.subrow td {
  padding-left: 16px;
  border-top: none;
  font-weight: normal;
}
ul.changes tr {
  vertical-align: top;
}
.InsertedCharacter,
span.ci {
  padding: 2px;
  background-color: #B6FFB6;
}
img.ci {
  border-width: 2px !important;
  border-color: #3ac33a !important;
}
.grow {
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  transform: scale(4);
}
img.cd {
  border-width: 2px !important;
  border-color: #ff3e2d !important;
}
.DeletedCharacter,
span.cd {
  padding: 2px;
  background-color: #FFC7C2;
}
ul.changes li:nth-child(even) {
  background: #ffffff;
}
ul.changes li:nth-child(odd) {
  background: #fbfafa;
}
ul.changes td.header {
  font-weight: bold;
}
ul.changes .old {
  width: 40%;
  color: #2f2f2f;
}
ul.changes .new {
  width: 40%;
}
.row-flex,
.row-flex > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
}
.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex: 0;
}
.row-flex > div[class*='col-'],
.container-flex > div[class*='col-'] {
  margin: -0.2px;
  /* hack adjust for wrapping */
}
.container-flex > div[class*='col-'] div,
.row-flex > div[class*='col-'] div {
  width: 100%;
}
.flex-col {
  display: flex;
  display: -webkit-flex;
  flex: 1 100%;
  flex-flow: column nowrap;
}
@media (max-width: 1350px) {
  .hidden-lg-special {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-cat li:nth-child(5) {
    display: none;
  }
  .navbar-platforms li:nth-child(5),
  .navbar-platforms li:nth-child(6) {
    display: none;
  }
  section.app .screenshots .screenshot-thumbnail.empty-screen {
    min-height: 84px;
  }
  section.app .screenshots .screenshot-thumbnail.empty-screen i {
    font-size: 40px;
  }
  .buttons .website-link span {
    display: none;
  }
  .buttons .website-link:before {
    content: "Website";
  }
  /*#showAllInfoSecond {
         display: none;
     }*/
  /*#showAllInfo {
        display: block;
    }*/
  /*.jq_showAllInfo {
        span {
            display: none;
        }

        &:before {
            content: 'MORE INFO';
        }
    }*/
  .nav-tabs > li > .tab-link {
    padding: 13px 16px;
  }
  .dark-blue ul.categories {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media screen and (max-width: 991px) {
  .navbar-cat li:nth-child(3),
  .navbar-cat li:nth-child(4),
  .navbar-cat li:nth-child(5) {
    display: none;
  }
  .navbar-platforms li:nth-child(4),
  .navbar-platforms li:nth-child(5),
  .navbar-platforms li:nth-child(6) {
    display: none;
  }
  section.app .screenshots .screenshot-thumbnail.empty-screen {
    min-height: 104px;
  }
  section.app .screenshots .screenshot-thumbnail.empty-screen i {
    font-size: 50px;
  }
  /*.navbar-categories {
        li:nth-child(12), li:nth-child(11), li:nth-child(10), li:nth-child(9) {
            display: none;
        }
    }*/
  aside ul.categories {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  /*#showAllInfoSecond {
         display: block;
     }

    #showAllInfo {
        display: none;
    }*/
  /*.button-list {
        margin-bottom: @padding-base-vertical * 2;
    }*/
  .nav-tabs > li > .tab-link {
    padding: 13px 8px;
  }
  .alternatives-selector .alternatives-header {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  body > header .main {
    height: inherit;
  }
  body > header .main .search {
    height: inherit;
    padding: 16px;
    padding-left: 0;
    padding-right: 0;
  }
  .dark-blue ul.categories {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  body > nav.navbar {
    /*.mega-toggle {
            i {
                font-size: 20px;
            }
        }*/
  }
  body > nav.navbar .brand {
    float: left;
    margin-top: 7px;
    margin-right: 4px;
    /*margin-left: @padding-large-horizontal;*/
  }
  body > nav.navbar .brand > img {
    width: 140px;
    height: 26px;
  }
  body > nav.navbar .navbar-toggle {
    margin-right: 5px;
  }
  body > nav.navbar .navbar-nav {
    margin: 0;
  }
  body > nav.navbar .navbar-nav.navbar-user {
    /*border-top: 1px solid @brand-blue-light;*/
  }
  body > nav.navbar .navbar-nav.navbar-user a > span {
    display: inline-block;
  }
  body > nav.navbar .navbar-nav.navbar-user .dropdown-toggle span {
    display: none;
  }
  body > nav.navbar .navbar-nav > li {
    float: left;
    /*width: 50%;*/
  }
  body > nav.navbar .navbar-nav > li a {
    padding: 8px 4px 8px 4px;
  }
  body > nav.navbar.navbar-default .navbar-collapse > ul.navbar-categories:first-child > li:first-child a {
    padding: 10px 10px;
  }
  body > nav.navbar.navbar-default .navbar-collapse > ul.navbar-categories > li:not(:first-child) a {
    border-left: none;
  }
  ul.navbar-categories {
    padding-right: 0 !important;
  }
  .app-list > li > article .like-box {
    margin-bottom: 16px;
  }
  body > header .main .search input[type="search"],
  body > header .main .search button {
    height: 40px;
    line-height: 40px;
  }
  #topNotifierContent {
    padding: 16px 20px;
  }
  body > footer {
    /*.padding-right {
            padding-right: @grid-gutter-width / 2;
        }*/
  }
  body > footer .credits {
    text-align: center;
  }
  body > footer .credits .pull-left {
    float: none !important;
  }
  body > footer .credits ul.socials {
    padding: 0;
  }
  body > footer .credits ul.socials > li {
    float: none;
    display: inline-block;
  }
  .jumbotron .limit {
    margin-bottom: 22px;
  }
  .jumbotron .btn {
    display: block;
    width: 100%;
  }
  .nav-tabs > li > .tab-link {
    padding: 8px;
    font-size: 14px;
  }
  .nav-tabs > li > .tab-link .badge {
    padding: 4px;
  }
  section.app h1,
  section.profile h1 {
    font-size: 28px;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row > [class^="col-"],
  .row > [class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .app-sidebar .btn-block {
    display: none;
  }
  .threadMeta {
    font-size: 12px;
  }
  .threadHeader td.imageHolder {
    top: 6px;
    position: relative;
  }
  .forumText {
    padding-left: 0;
  }
  .forumText pre,
  .forumText code {
    overflow: auto;
    width: 320px;
  }
  .forumText .forumImage img {
    max-width: 300px;
  }
  .all-forum {
    padding-left: 0;
  }
  .darkNotifierContent span {
    line-height: 24px;
  }
}
/* iPhone 5 */
@media screen and (max-width: 320px) {
  .banner {
    margin-left: -4px;
    margin-right: -4px;
    /*display: none;*/
  }
  .row .banner {
    margin-left: -8px;
  }
  .row .btf-middle.banner {
    display: none;
  }
  .nav-tabs > li > .tab-link .badge {
    display: none;
    /*padding: 8px 4px;
        font-size: 14px;*/
  }
  /*body {
        position: absolute;
    }*/
  .row {
    margin-left: -2px;
    margin-right: -2px;
  }
  .row > [class^="col-"],
  .row > [class*=" col-"] {
    padding-right: 4px;
    padding-left: 4px;
  }
  /*.row {
        margin-left: -@grid-gutter-width / 10;
                margin-right: -@grid-gutter-width / 10;
    }*/
  .container {
    padding-left: 2px;
    padding-right: 2px;
  }
}
/* Header fixes for small screens */
@media screen and (max-width: 400px) {
  body > nav.navbar .brand > img {
    position: relative;
    top: 2px;
    width: 110px;
    height: auto;
  }
  .navbar-nav > li > .dropdown-menu {
    max-width: 240px;
  }
  body > nav.navbar .navbar-nav > li a {
    padding-left: 16px;
  }
  .navbar-default .navbar-user > li > button {
    padding: 8px 4px;
  }
}
@media screen and (max-width: 767px) {
  .buttons {
    /*margin-bottom: @padding-base-vertical * 3 !important;*/
  }
  .buttons .button-list {
    margin-top: -20px;
    margin-bottom: 24px;
  }
  .buttons .button-list .btn:first-child {
    margin-top: 0;
  }
  .buttons .button-list .btn {
    display: block;
    margin-top: 16px;
  }
  section.bluebox {
    /*header {
            min-height: 120px;
        }*/
  }
  section.bluebox div.tools > div a {
    line-height: 34px;
    background: transparent !important;
  }
  section.bluebox div.tools > div > a.big-icon {
    font-size: 22px;
    height: 34px;
    width: 34px;
  }
  section.bluebox ul.labels {
    display: inline-block;
    margin-top: 16px;
  }
  section.bluebox .lead {
    font-size: 16px;
  }
}
.customList {
  /* Typography */
  /* General layout */
  padding: 30px 10px 8em;
  /* Fixed bar att bottom of screen */
  /* Images */
  /* Hacks */
  /* Other */
}
.customList h1,
.customList .h1,
.customList h3,
.customList .h3 {
  font-family: ProximaNovaCond-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #111;
}
.customList h1,
.customList .h1 {
  font-size: 4.25em;
  width: 100%;
}
@media (max-width: 991px) {
  .customList h1,
  .customList .h1 {
    font-size: 2.5em;
  }
}
.customList h3,
.customList .h3 {
  font-size: 2em;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .customList h3,
  .customList .h3 {
    font-size: 1.75em;
  }
}
.customList h3 a,
.customList .h3 a {
  color: inherit;
}
.customList h3.list-section {
  font-family: ProximaNovaCond-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: .75em;
  font-size: 2.5em;
}
.customList .label {
  background: none;
  box-shadow: none;
  padding: 0;
  margin-right: .35em;
  opacity: .6;
}
.customList .app-list-item p:empty {
  display: none;
}
.customList .itemDesc ul {
  padding-left: 1.15em;
}
.customList .meta-subtitle {
  padding-right: 100px;
}
@media (max-width: 991px) {
  .customList .meta-subtitle {
    padding-right: 0;
  }
}
.customList .meta-subtitle,
.customList .meta-subtitle .label-platform,
.customList .meta-subtitle .label-pricing {
  font-size: 16px !important;
  opacity: 1;
  transition: all .25s linear;
  position: static;
}
.customList .meta-subtitle,
.customList .meta-subtitle .label-platform,
.customList .meta-subtitle .label-pricing,
.customList .meta-subtitle > span,
.customList .meta-subtitle .label-platform > span,
.customList .meta-subtitle .label-pricing > span {
  font-family: ProximaNovaCond-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: static;
  font-size: 100%;
}
.customList .meta-subtitle .label-pricing {
  margin-right: .5em;
}
.customList .meta-subtitle .label-pricing:after {
  content: "\2022";
  margin-left: .25em;
  margin-right: -0.2em;
}
.customList .meta-subtitle a:last-child {
  color: #999;
}
.customList .meta-subtitle a:last-child:before {
  content: "\2022";
  margin-right: .5em;
}
.customList p,
.customList li,
.customList .itemDesc textarea,
.customList #listDescription,
.customList #listSummary {
  /* Override global AlternativeTo styles */
  width: 100%;
  color: #111;
  font-size: 19px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .customList p,
  .customList li,
  .customList .itemDesc textarea,
  .customList #listDescription,
  .customList #listSummary {
    font-size: 16px;
    line-height: 26px;
  }
}
.customList p,
.customList .itemDesc textarea {
  margin-bottom: 11px;
}
.customList #customList li:first-child {
  /* Add spacing above the first list item. */
  margin-top: 22px;
}
.customList #listDescription {
  margin-bottom: 1.5em;
}
.customList #listSummary {
  margin-top: 1.5em;
}
.customList .article-meta {
  position: relative;
  top: 2px;
  margin-bottom: 22px;
  font-size: 0.95em !important;
  font-family: ProximaNovaCond-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #aaa;
}
.customList .article-meta .user-meta {
  font-size: 1.3em;
  color: #111;
  display: block;
  position: relative;
  top: 5px;
}
.customList .article-meta .user-meta span {
  font-family: ProximaNovaCond-Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.customList .article-meta .user-meta i.icon-lock:before {
  margin-left: 0;
  margin-right: 0;
}
.customList .article-meta img {
  width: 48px;
  height: 48px;
  position: relative;
  top: 2px;
}
.customList .article-meta img,
.customList .article-meta .imageHolder {
  margin-right: .75em;
}
.customList .article-meta a {
  color: inherit;
}
.customList .fixedAdminBar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  box-shadow: 0 -1px 25px rgba(0, 0, 0, 0.1), 0 -3px 3px rgba(0, 0, 0, 0.01), 0 -0.5px rgba(0, 0, 0, 0.15);
  background: white;
  z-index: 10;
}
.customList .fixedAdminBar select,
.customList .fixedAdminBar .btn,
.customList .fixedAdminBar button {
  display: inline-block;
}
.customList .fixedAdminBar select,
.customList .fixedAdminBar button {
  margin-right: .75em;
  background: white;
  color: #333;
  border-color: #777;
}
.customList .fixedAdminBar select {
  width: 7em;
}
.customList .fixedAdminBar button:not(.btn) {
  width: 5em;
  position: relative;
  top: 1px;
  border-radius: 5px;
}
.customList .fixedAdminBar .btn {
  border-radius: 100px;
  font-size: 1.15em;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .customList .fixedAdminBar .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.customList .fixedAdminBar .btn-delete {
  opacity: .3;
}
.customList .fixedAdminBar .btn-delete:hover,
.customList .fixedAdminBar .btn-delete:focus,
.customList .fixedAdminBar .btn-delete:active {
  opacity: 1;
  color: red;
}
.customList .fixedAdminBar .btn-success {
  display: inline-block;
  background: #0fa20f;
  border-color: #0fa20f;
  color: white;
}
.customList .fixedAdminBar .fixedAdminBar-reordering {
  display: none;
}
.customList .itemDesc textarea,
.customList #listDescription,
.customList #listSummary,
.customList textarea.h1 {
  transition: all 0.5s cubic-bezier(0.79, -0.01, 0.25, 0.98);
  transition-property: height, opacity;
  outline: none;
}
.customList .image-wrapper {
  transition: all 0.5s cubic-bezier(0.79, -0.01, 0.25, 0.98);
}
@media (max-width: 991px) {
  .customList .image-wrapper {
    position: relative;
    top: -2px;
    width: 42px;
    height: 42px;
  }
  .customList .image-wrapper img {
    width: 42px;
    height: 42px;
  }
}
.customList .list-cover-photo {
  width: 100%;
  margin: 0 0 22px;
  height: auto;
}
@media (max-width: 991px) {
  .customList .list-cover-photo {
    margin: -25px -30px 11px;
    width: calc(100% + 45px);
  }
}
.customList .list-description img:not(.mini-app-icon) {
  width: 96%;
}
.customList .empty-list-placeholder {
  margin-bottom: 1.5em;
  width: 100%;
  max-width: 880px;
  height: auto;
  opacity: .3;
}
.customList .icon-and-like {
  position: absolute;
  right: 12px;
  left: auto;
}
.customList .app-list-item .col-lg-10 {
  width: 100% !important;
}
.customList .col-xs-12.col-sm-8.col-sm-push-2 {
  padding: 22px 0 140px;
}
.customList .app-list .alternatives,
.customList .opinion-comments,
.customList .app-list .custom-list-menu,
.customList .app-list .meta .label {
  display: none !important;
  visibility: hidden;
}
.customList .like-box {
  display: none;
}
.customList .app-list .meta-subtitle .label:before {
  display: none;
  margin-right: .35em;
}
.customList .delete-link {
  float: right;
}
.customList .icon-external-link-sm {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.customList #discussionsList {
  margin-top: 20px;
}
.customList #discussionsList #emptyMessage {
  font-size: 60%;
}
.customList #discussionsList .imageHolder img,
.customList #discussionsList .imageHolder span {
  width: 55px;
  height: 55px;
  line-height: 45px !important;
}
.customList #discussionsList .forumText p {
  font-size: 100% !important;
}
.customList #discussionsList .threadMetaWrapper {
  margin-bottom: 0;
}
.customList #discussionsList .SubDiscussionList {
  padding: 0;
}

/*# sourceMappingURL=assets/compiled/maps/styles-normal.css.map */
