/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
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: none;
  text-decoration: underline;
  text-decoration: underline 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 {
  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;
  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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #34495e;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #858F00;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1abc9c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #ffffff;
  border: 1px solid rgba(110, 110, 110, 0.45);
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #d2d7dc;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #b3b3b3;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.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: #999999;
}
.text-primary {
  color: #34495e;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #222f3d;
}
a.text-primary:hover {
  color: #222f3d;
}
.text-success {
  color: #27ae60;
}
a.text-success:hover,
a.text-success:focus {
  color: #1e8449;
}
a.text-success:hover {
  color: #1e8449;
}
.text-info {
  color: #95a5a6;
}
a.text-info:hover,
a.text-info:focus {
  color: #798d8f;
}
a.text-info:hover {
  color: #798d8f;
}
.text-warning {
  color: #e3b80d;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3910a;
}
a.text-warning:hover {
  color: #b3910a;
}
.text-danger {
  color: #e74c3c;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d62c1a;
}
a.text-danger:hover {
  color: #d62c1a;
}
.bg-primary {
  color: #fff;
  background-color: #34495e;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #222f3d;
}
a.bg-primary:hover {
  background-color: #222f3d;
}
.bg-success {
  background-color: #ecf7e7;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #ceeac1;
}
a.bg-success:hover {
  background-color: #ceeac1;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #e7e9ec;
}
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-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.4;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #e7e9ec;
}
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.4;
  color: inherit;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #e7e9ec;
  border-left: 0;
}
.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.4;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.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;
  font-size: 14px;
}
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: 9px;
  line-height: 1.8;
  vertical-align: middle;
  border-top: 2px solid #eeeeee;
}
@media (min-width: 768px) {
  .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: 9px 25px;
  }
}
.table > thead > tr > th.compact,
.table > tbody > tr > th.compact,
.table > tfoot > tr > th.compact,
.table > thead > tr > td.compact,
.table > tbody > tr > td.compact,
.table > tfoot > tr > td.compact {
  line-height: 1.3;
}
.table > thead > tr > th.minimal,
.table > tbody > tr > th.minimal,
.table > tfoot > tr > th.minimal,
.table > thead > tr > td.minimal,
.table > tbody > tr > td.minimal,
.table > tfoot > tr > td.minimal {
  width: 1%;
  white-space: nowrap;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  color: #526476;
  border-bottom: 2px solid #eeeeee;
}
.table.table-unbordered > tbody > tr > th,
.table.table-unbordered > tbody > tr > td {
  border-top: none;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #eeeeee;
}
.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 #eeeeee;
}
.table .table {
  background-color: #ffffff;
}
.table [class*="fui-"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin: -42.5px 0 0;
  position: relative;
  top: 1em;
}
.table .checkbox,
.table .radio {
  display: inline-block;
  width: 20px;
  margin: -4px 0 0 -9px;
  top: 0.25em;
}
.table .checkbox.no-label,
.table .radio.no-label {
  padding-left: 0;
  margin-right: -9px;
}
.table .selected-row > td {
  background-color: #fafbf1;
}
.table img {
  vertical-align: top;
}
.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 14px;
}
/*
.table-bordered {
  border: 2px solid @table-border-color;

  > thead,
  > tbody,
  > tfoot {
    > tr {
      > th,
      > td {
        border: 2px solid @table-border-color;
        padding-top: 8px;
        padding-bottom: 8px;
        vertical-align: middle;
      }
    }
  }
  > thead > tr {
    > th,
    > td {
      border-bottom-width: 2px;
    }
  }
}
*/
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr.selected-row > td,
.table-striped > tbody > tr:nth-child(odd) > th,
.table-striped > tbody > tr.selected-row > th {
  background-color: #f9fafb;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: white;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #eeeeee;
}
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-row-variant(active; @table-bg-active);
.table-row-variant(success; @state-success-bg);
.table-row-variant(info; @state-info-bg);
.table-row-variant(warning; @state-warning-bg);
.table-row-variant(danger; @state-danger-bg);
*/
/*
.table-responsive {
    @media screen and (max-width: @screen-xs-max) {
        width: 100%;
        margin-bottom: (@line-height-computed * 0.75);
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid @table-border-color;
        -webkit-overflow-scrolling: touch;

        // Tighten up spacing
        > .table {
            margin-bottom: 0;

            // Ensure the content doesn't wrap
            > thead,
            > tbody,
            > tfoot {
                > tr {
                    > th,
                    > td {
                        white-space: nowrap;
                    }
                }
            }
        }

        // Special overrides for the bordered tables
        > .table-bordered {
            border: 0;

            // Nuke the appropriate borders so that the parent can handle them
            > thead,
            > tbody,
            > tfoot {
                > tr {
                    > th:first-child,
                    > td:first-child {
                        border-left: 0;
                    }
                    > th:last-child,
                    > td:last-child {
                        border-right: 0;
                    }
                }
            }

            // Only nuke the last row's bottom-border in `tbody` and `tfoot` since
            // chances are there will be only one `tr` in a `thead` and that would
            // remove the border altogether.
            > tbody,
            > tfoot {
                > tr:last-child {
                    > th,
                    > td {
                        border-bottom: 0;
                    }
                }
            }

        }
    }
}
*/
@media screen and (max-width: 767px) {
  .table-responsive {
    /* Ocultar los encabezados de la tabla */
  }
  .table-responsive thead,
  .table-responsive tbody,
  .table-responsive th,
  .table-responsive td,
  .table-responsive tr {
    display: block;
  }
  .table-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-responsive td {
    /* Hacer que los elementos td sean como bloques */
    position: relative;
    min-height: 2.5em;
    text-align: left !important;
  }
}
.table-clickable {
  cursor: pointer;
}
table.backups td:first-child,
table.backups td:last-child {
  white-space: nowrap;
  width: 5%;
}
table.backups .input-sm {
  min-width: 200px;
}
table.users {
  background-color: white;
}
table.users tbody input {
  margin-left: -16px;
}
table.users tbody img {
  vertical-align: middle;
  margin: -4px 0;
  padding: 0;
}
table.users tbody td:first-child {
  padding-right: 0;
  padding-left: 10px;
  width: 5%;
}
table.users tbody tr td {
  vertical-align: middle;
}
table.users tbody tr td button {
  margin-top: -2px;
  margin-bottom: -2px;
}
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: inherit;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.4;
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #999999;
  background-color: white;
  background-image: none;
  border: 1px solid rgba(165, 165, 165, 0.31);
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-group.focus .form-control,
.form-control:focus {
  border-color: #ABB800;
  outline: 0;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[type=text],
.form-control[type=email],
.form-control[type=password] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f5f5f5;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 41px;
  line-height: 1.4 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 33px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 49px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  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 {
  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 {
  // Size it appropriately next to real form controls
  padding-top: (@padding-base-vertical + 1);
  padding-bottom: (@padding-base-vertical + 1);
  // Remove default margin from `p`
  margin-bottom: 0;

  &.input-lg,
  &.input-sm {
    padding-left: 0;
    padding-right: 0;
  }
}
*/
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 51.25px;
}
.form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 2;
  display: block;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  color: #48647a !important;
}
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.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: #27ae60;
}
.has-success .form-control {
  border-color: #27ae60;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #1e8449;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #60db94;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #60db94;
}
.has-success .input-group-addon {
  color: #27ae60;
  background-color: #ecf7e7;
  border-color: #27ae60;
}
.has-success .form-control-feedback {
  color: #27ae60;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #27ae60;
}
.has-success .form-control {
  color: #27ae60;
  border-color: #27ae60;
  box-shadow: none;
}
.has-success .form-control:focus {
  border-color: #27ae60;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #27ae60;
  border-color: #27ae60;
  background-color: #ecf7e7;
}
.has-success .form-control-feedback {
  color: #27ae60;
}
.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: #e3b80d;
}
.has-warning .form-control {
  border-color: #e3b80d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #b3910a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f6d860;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f6d860;
}
.has-warning .input-group-addon {
  color: #e3b80d;
  background-color: #fcf8e3;
  border-color: #e3b80d;
}
.has-warning .form-control-feedback {
  color: #e3b80d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #e3b80d;
}
.has-warning .form-control {
  color: #e3b80d;
  border-color: #e3b80d;
  box-shadow: none;
}
.has-warning .form-control:focus {
  border-color: #e3b80d;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #e3b80d;
  border-color: #e3b80d;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #e3b80d;
}
.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: #e74c3c;
}
.has-error .form-control {
  border-color: #e74c3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #d62c1a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f29f97;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f29f97;
}
.has-error .input-group-addon {
  color: #e74c3c;
  background-color: #f2dede;
  border-color: #e74c3c;
}
.has-error .form-control-feedback {
  color: #e74c3c;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #e74c3c;
}
.has-error .form-control {
  color: #e74c3c;
  border-color: #e74c3c;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #e74c3c;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #e74c3c;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
/*
.help-block {
  display: block; // account for any element using help-block
  margin-top: 5px;
  margin-bottom: 10px;
  color: lighten(@text-color, 25%); // lighten the text some for contrast
}
*/
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    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;
  }
}
input.like-text {
  line-height: 1;
  vertical-align: text-bottom;
}
input.like-text,
textarea.like-text {
  border: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
input.like-text:hover,
textarea.like-text:hover,
input.like-text:focus,
textarea.like-text:focus,
input.like-text:active,
textarea.like-text:active {
  outline: none;
  box-shadow: none;
}
textarea.like-text.input-sm {
  min-height: 100px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.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: white;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: white;
  background-color: rgba(110, 110, 110, 0.45);
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: white;
  background-color: rgba(85, 85, 85, 0.45);
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: white;
  background-color: rgba(85, 85, 85, 0.45);
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: white;
  background-color: rgba(85, 85, 85, 0.45);
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: white;
  background-color: rgba(67, 67, 67, 0.45);
  border-color: #8c8c8c;
}
.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 {
  background-color: rgba(110, 110, 110, 0.45);
  border-color: #ccc;
}
.btn-default .badge {
  color: rgba(110, 110, 110, 0.45);
  background-color: white;
}
.btn-primary {
  color: #fff;
  background-color: #34495e;
  border-color: #2b3c4e;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #222f3d;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #222f3d;
  border-color: #151e26;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #222f3d;
  background-image: none;
  border-color: #151e26;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #151e26;
  border-color: #000000;
}
.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 {
  background-color: #34495e;
  border-color: #2b3c4e;
}
.btn-primary .badge {
  color: #34495e;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #50a150;
  border-color: #489048;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #3f7f3f;
  border-color: #1d3b1d;
}
.btn-success:hover {
  color: #fff;
  background-color: #3f7f3f;
  border-color: #336733;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #3f7f3f;
  background-image: none;
  border-color: #336733;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #336733;
  border-color: #1d3b1d;
}
.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 {
  background-color: #50a150;
  border-color: #489048;
}
.btn-success .badge {
  color: #50a150;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #95a5a6;
  border-color: #87999a;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #798d8f;
  border-color: #4a5758;
}
.btn-info:hover {
  color: #fff;
  background-color: #798d8f;
  border-color: #687b7c;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #798d8f;
  background-image: none;
  border-color: #687b7c;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #687b7c;
  border-color: #4a5758;
}
.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 {
  background-color: #95a5a6;
  border-color: #87999a;
}
.btn-info .badge {
  color: #95a5a6;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #e3b80d;
  border-color: #cba40c;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #b3910a;
  border-color: #524305;
}
.btn-warning:hover {
  color: #fff;
  background-color: #b3910a;
  border-color: #917608;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #b3910a;
  background-image: none;
  border-color: #917608;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #917608;
  border-color: #524305;
}
.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 {
  background-color: #e3b80d;
  border-color: #cba40c;
}
.btn-warning .badge {
  color: #e3b80d;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e43725;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #d62c1a;
  border-color: #7b190f;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d62c1a;
  border-color: #b62516;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d62c1a;
  background-image: none;
  border-color: #b62516;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #b62516;
  border-color: #7b190f;
}
.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 {
  background-color: #e74c3c;
  border-color: #e43725;
}
.btn-danger .badge {
  color: #e74c3c;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #858F00;
  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;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #1abc9c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: rgba(110, 110, 110, 0.45);
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
}
.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%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 6px solid \9;
  border-right: 6px solid transparent;
  border-left: 6px 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;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  height: 2px;
  margin: 3px 0;
  overflow: hidden;
  background-color: rgba(202, 206, 209, 0.5);
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #606d7a;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #55606c;
  text-decoration: none;
  background-color: rgba(202, 206, 209, 0.5);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #34495e;
  text-decoration: none;
  background-color: #f8f8f3;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: rgba(110, 110, 110, 0.45);
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(52, 73, 94, 0.6);
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 6px dashed;
  border-bottom: 6px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav li {
  position: relative;
  display: block;
}
.nav li a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav li a:hover,
.nav li a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav li.disabled a {
  color: rgba(110, 110, 110, 0.45);
}
.nav li.disabled a:hover,
.nav li.disabled a:focus {
  color: rgba(110, 110, 110, 0.45);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #858F00;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  height: 2px;
  margin: 3px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid rgba(110, 110, 110, 0.45);
  /*
  &.nav-justified {
    .nav-justified();
    .nav-tabs-justified();
  }
  */
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee rgba(110, 110, 110, 0.45);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #999999;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
@media (min-width: 768px) {
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    margin: -2px -2px 0 0;
  }
}
/*
.nav-pills {
  > li {
    float: left;

    // Links rendered as pills
    > a {
      border-radius: @nav-pills-border-radius;
    }
    + li {
      margin-left: 2px;
    }

    // Active state
    &.active > a {
      &,
      &:hover,
      &:focus {
        color: @nav-pills-active-link-hover-color;
        background-color: @nav-pills-active-link-hover-bg;
      }
    }
  }
}
*/
/*
.nav-stacked {
  > li {
    float: none;
    + li {
      margin-top: 2px;
      margin-left: 0; // no need for this gap between nav items
    }
  }
}
*/
/*

.nav-justified {
  width: 100%;

  > li {
    float: none;
    > a {
      text-align: center;
      margin-bottom: 5px;
    }
  }

  > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }

  @media (min-width: @screen-sm-min) {
    > li {
      display: table-cell;
      width: 1%;
      > a {
        margin-bottom: 0;
      }
    }
  }
}
*/
/*
.nav-tabs-justified {
  border-bottom: 0;

  > li > a {
    // Override margin from .nav-tabs
    margin-right: 0;
    border-radius: @border-radius-base;
  }

  > .active > a,
  > .active > a:hover,
  > .active > a:focus {
    border: 1px solid @nav-tabs-justified-link-border-color;
  }

  @media (min-width: @screen-sm-min) {
    > li > a {
      border-bottom: 1px solid @nav-tabs-justified-link-border-color;
      border-radius: @border-radius-base @border-radius-base 0 0;
    }
    > .active > a,
    > .active > a:hover,
    > .active > a:focus {
      border-bottom-color: @nav-tabs-justified-active-link-border-color;
    }
  }
}
*/
.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;
}
.top-menu {
  position: relative;
  z-index: 20;
  border-bottom: solid 1px rgba(165, 165, 165, 0.31);
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 6px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) 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: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
/*
.navbar-form {
  margin-left: -@navbar-padding-horizontal;
  margin-right: -@navbar-padding-horizontal;
  padding: 10px @navbar-padding-horizontal;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  @shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  .box-shadow(@shadow);

  // Mixin behavior for optimum display
  .form-inline();

  .form-group {
    @media (max-width: @grid-float-breakpoint-max) {
      margin-bottom: 5px;
    }
  }

  // Vertically center in expanded, horizontal navbar
  .navbar-vertical-align(@input-height-base);

  // Undo 100% width for pull classes
  @media (min-width: @grid-float-breakpoint) {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    .box-shadow(none);

    // Outdent the form if last child to line up with content down the page
    &.navbar-right:last-child {
      margin-right: -@navbar-padding-horizontal;
    }
  }
}
*/
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 4.5px;
  margin-bottom: 4.5px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ecf0f1;
  border-color: #dae1e3;
}
.navbar-default .navbar-brand {
  color: #34495e;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ABB800;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #34495e;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ABB800;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ABB800;
  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: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #dae1e3;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #ABB800;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #34495e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ABB800;
    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: #ABB800;
    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: #34495e;
}
.navbar-default .navbar-link:hover {
  color: #ABB800;
}
.navbar-default .btn-link {
  color: #34495e;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ABB800;
}
.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: @navbar-inverse-bg;
  border-color: @navbar-inverse-border;

  .navbar-brand {
    color: @navbar-inverse-brand-color;
    &:hover,
    &:focus {
      color: @navbar-inverse-brand-hover-color;
      background-color: @navbar-inverse-brand-hover-bg;
    }
  }

  .navbar-text {
    color: @navbar-inverse-color;
  }

  .navbar-nav {
    > li > a {
      color: @navbar-inverse-link-color;

      &:hover,
      &:focus {
        color: @navbar-inverse-link-hover-color;
        background-color: @navbar-inverse-link-hover-bg;
      }
    }
    > .active > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-inverse-link-active-color;
        background-color: @navbar-inverse-link-active-bg;
      }
    }
    > .disabled > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-inverse-link-disabled-color;
        background-color: @navbar-inverse-link-disabled-bg;
      }
    }
  }

  // Darken the responsive nav toggle
  .navbar-toggle {
    border-color: @navbar-inverse-toggle-border-color;
    &:hover,
    &:focus {
      background-color: @navbar-inverse-toggle-hover-bg;
    }
    .icon-bar {
      background-color: @navbar-inverse-toggle-icon-bar-bg;
    }
  }

  .navbar-collapse,
  .navbar-form {
    border-color: darken(@navbar-inverse-bg, 7%);
  }

  // Dropdowns
  .navbar-nav {
    > .open > a {
      &,
      &:hover,
      &:focus {
        background-color: @navbar-inverse-link-active-bg;
        color: @navbar-inverse-link-active-color;
      }
    }

    @media (max-width: @grid-float-breakpoint-max) {
      // Dropdowns get custom display
      .open .dropdown-menu {
        > .dropdown-header {
          border-color: @navbar-inverse-border;
        }
        .divider {
          background-color: @navbar-inverse-border;
        }
        > li > a {
          color: @navbar-inverse-link-color;
          &:hover,
          &:focus {
            color: @navbar-inverse-link-hover-color;
            background-color: @navbar-inverse-link-hover-bg;
          }
        }
        > .active > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-inverse-link-active-color;
            background-color: @navbar-inverse-link-active-bg;
          }
        }
        > .disabled > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-inverse-link-disabled-color;
            background-color: @navbar-inverse-link-disabled-bg;
          }
        }
      }
    }
  }

  .navbar-link {
    color: @navbar-inverse-link-color;
    &:hover {
      color: @navbar-inverse-link-hover-color;
    }
  }

  .btn-link {
    color: @navbar-inverse-link-color;
    &:hover,
    &:focus {
      color: @navbar-inverse-link-hover-color;
    }
    &[disabled],
    fieldset[disabled] & {
      &:hover,
      &:focus {
        color: @navbar-inverse-link-disabled-color;
      }
    }
  }
}
*/
@-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 {
  height: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #34495e;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.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;
}
.progress-bar-success {
  background-color: #50a150;
}
.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: #95a5a6;
}
.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: #e3b80d;
}
.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: #e74c3c;
}
.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 {
  padding-left: 0;
  margin-bottom: 20px;
}
.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: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: rgba(110, 110, 110, 0.45);
  cursor: not-allowed;
  background-color: #eeeeee;
}
.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: rgba(110, 110, 110, 0.45);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #34495e;
  border-color: #34495e;
}
.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: #98afc6;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #27ae60;
  background-color: #ecf7e7;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #27ae60;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #27ae60;
  background-color: #ddf1d4;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #27ae60;
  border-color: #27ae60;
}
.list-group-item-info {
  color: #95a5a6;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #95a5a6;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #95a5a6;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #95a5a6;
  border-color: #95a5a6;
}
.list-group-item-warning {
  color: #e3b80d;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #e3b80d;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #e3b80d;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #e3b80d;
  border-color: #e3b80d;
}
.list-group-item-danger {
  color: #e74c3c;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #e74c3c;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #e74c3c;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.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: white;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.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: rgba(110, 110, 110, 0.45);
  border-top: 1px solid rgba(110, 110, 110, 0.45);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.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: 5px;
  border-top-left-radius: 5px;
}
.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: 5px;
  border-bottom-left-radius: 5px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.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: 5px;
  border-top-right-radius: 5px;
}
.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: 5px;
}
.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: 5px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.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-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.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: 5px;
}
.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: 5px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #eeeeee;
}
.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 {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 6px;
}
.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 rgba(110, 110, 110, 0.45);
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid rgba(110, 110, 110, 0.45);
}
.panel-default {
  border-color: rgba(110, 110, 110, 0.45);
}
.panel-default > .panel-heading {
  color: white;
  background-color: rgba(110, 110, 110, 0.45);
  border-color: rgba(110, 110, 110, 0.45);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(110, 110, 110, 0.45);
}
.panel-default > .panel-heading .badge {
  color: rgba(110, 110, 110, 0.45);
  background-color: white;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(110, 110, 110, 0.45);
}
.panel-default > .panel-heading {
  color: white;
  background-color: rgba(110, 110, 110, 0.45);
  border-color: rgba(110, 110, 110, 0.45);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(110, 110, 110, 0.45);
}
.panel-default > .panel-heading .badge {
  color: rgba(110, 110, 110, 0.45);
  background-color: white;
}
.panel-default > .panel-footer {
  color: white;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(110, 110, 110, 0.45);
}
.panel-primary {
  border-color: #34495e;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #34495e;
  border-color: #34495e;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #34495e;
}
.panel-primary > .panel-heading .badge {
  color: #34495e;
  background-color: white;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #34495e;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #34495e;
  border-color: #34495e;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #34495e;
}
.panel-primary > .panel-heading .badge {
  color: #34495e;
  background-color: white;
}
.panel-primary > .panel-footer {
  color: white;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #34495e;
}
.panel-success {
  border-color: rgba(105, 118, 105, 0.4775);
}
.panel-success > .panel-heading {
  color: #858F00;
  background-color: #f0f5f2;
  border-color: rgba(105, 118, 105, 0.4775);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(105, 118, 105, 0.4775);
}
.panel-success > .panel-heading .badge {
  color: #f0f5f2;
  background-color: #858F00;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(105, 118, 105, 0.4775);
}
.panel-success > .panel-heading {
  color: #858F00;
  background-color: #f0f5f2;
  border-color: rgba(105, 118, 105, 0.4775);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(105, 118, 105, 0.4775);
}
.panel-success > .panel-heading .badge {
  color: #f0f5f2;
  background-color: #858F00;
}
.panel-success > .panel-footer {
  color: #858F00;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(105, 118, 105, 0.4775);
}
.panel-info {
  border-color: rgba(111, 112, 112, 0.4555);
}
.panel-info > .panel-heading {
  color: #95a5a6;
  background-color: #f8f9f9;
  border-color: rgba(111, 112, 112, 0.4555);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(111, 112, 112, 0.4555);
}
.panel-info > .panel-heading .badge {
  color: #f8f9f9;
  background-color: #95a5a6;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(111, 112, 112, 0.4555);
}
.panel-info > .panel-heading {
  color: #95a5a6;
  background-color: #f8f9f9;
  border-color: rgba(111, 112, 112, 0.4555);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(111, 112, 112, 0.4555);
}
.panel-info > .panel-heading .badge {
  color: #f8f9f9;
  background-color: #95a5a6;
}
.panel-info > .panel-footer {
  color: #95a5a6;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(111, 112, 112, 0.4555);
}
.panel-warning {
  border-color: rgba(121, 117, 101, 0.4665);
}
.panel-warning > .panel-heading {
  color: #e3b80d;
  background-color: #f8f8f3;
  border-color: rgba(121, 117, 101, 0.4665);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(121, 117, 101, 0.4665);
}
.panel-warning > .panel-heading .badge {
  color: #f8f8f3;
  background-color: #e3b80d;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(121, 117, 101, 0.4665);
}
.panel-warning > .panel-heading {
  color: #e3b80d;
  background-color: #f8f8f3;
  border-color: rgba(121, 117, 101, 0.4665);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(121, 117, 101, 0.4665);
}
.panel-warning > .panel-heading .badge {
  color: #f8f8f3;
  background-color: #e3b80d;
}
.panel-warning > .panel-footer {
  color: #e3b80d;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(121, 117, 101, 0.4665);
}
.panel-danger {
  border-color: rgba(120, 107, 106, 0.46375);
}
.panel-danger > .panel-heading {
  color: #e74c3c;
  background-color: #f8f5f5;
  border-color: rgba(120, 107, 106, 0.46375);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(120, 107, 106, 0.46375);
}
.panel-danger > .panel-heading .badge {
  color: #f8f5f5;
  background-color: #e74c3c;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(120, 107, 106, 0.46375);
}
.panel-danger > .panel-heading {
  color: #e74c3c;
  background-color: #f8f5f5;
  border-color: rgba(120, 107, 106, 0.46375);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(120, 107, 106, 0.46375);
}
.panel-danger > .panel-heading .badge {
  color: #f8f5f5;
  background-color: #e74c3c;
}
.panel-danger > .panel-footer {
  color: #e74c3c;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(120, 107, 106, 0.46375);
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -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: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 55px 10px 10px 10px;
}
.modal-content {
  position: relative;
  background-color: white;
  border: 2px solid rgba(165, 165, 165, 0.31);
  border-radius: 7px;
  background-clip: border-box;
  box-shadow: none;
}
.modal-content.selector:hover {
  cursor: pointer;
  border-color: #1abc9c;
  background-blend-mode: normal;
}
.modal-content.selector:hover .modal-header {
  background-color: #1abc9c;
  color: white;
}
.modal-content.selector.sel {
  border-color: #50a150;
  background-blend-mode: normal;
}
.modal-content.selector.sel .modal-header,
.modal-content.selector.sel .modal-tag-bottom {
  background-color: #50a150;
  color: white;
}
.modal-content .modal-tag-billing-owner {
  position: absolute;
  top: 0;
  right: 14px;
  color: rgba(110, 110, 110, 0.45);
}
.modal-content .modal-tag-billing-owner .billing-owner-info {
  color: transparent;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.modal-content .modal-tag-billing-owner:hover .billing-owner-info {
  color: #999999;
}
.modal-content .modal-tag-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 16px;
  width: 100px;
  font-size: 11px;
  text-align: center;
  color: white;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 4px;
  background-color: rgba(110, 110, 110, 0.45);
}
.modal-content .modal-tag {
  position: absolute;
  font-size: 11px;
  text-align: center;
  color: white;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  top: 132px;
  left: 1px;
  height: 18px;
  width: 100px;
}
.modal-content.production {
  border-left: 18px solid rgba(165, 165, 165, 0.31);
}
.modal-content.server {
  border: 1px solid rgba(110, 110, 110, 0.45);
  text-align: center;
  background-color: white;
  background-blend-mode: luminosity;
}
.modal-content.server.free-from-hack {
  background-image: url(assets/free-from-hack-0373db129d0830b8623d.svg);
  background-size: 22%;
  background-repeat: no-repeat;
  background-position: 3% 98%;
}
.modal-content.server h4 {
  margin: 2px 0 0 0;
  font-size: 21px;
}
.modal-content.server h4 sub,
.modal-content.server h4 sup {
  font-weight: 300;
}
.modal-content.server .modal-header {
  padding: 12px 10px 0 10px;
  border-bottom: none;
  background-color: rgba(165, 165, 165, 0.31);
  min-height: 45px;
}
.modal-content.server .modal-body {
  font-size: 14px;
  padding: 10px;
  min-height: 100px;
}
.modal-content.server .modal-body sub,
.modal-content.server .modal-body sup {
  font-weight: 300;
  color: #48647a;
}
.modal-content.server .modal-body ul {
  width: 100px;
  text-align: left;
  display: inline-block;
}
.modal-content.server .modal-body ul li.total {
  margin-top: 4px;
  border-top: solid 1px rgba(165, 165, 165, 0.31);
}
.modal-content.server .modal-tag {
  z-index: -1;
}
.modal-content.zone {
  border: 1px solid rgba(110, 110, 110, 0.45);
  background-color: white;
  text-align: center;
}
.modal-content.zone.disabled {
  background-color: transparent;
  cursor: default;
}
.modal-content.zone .modal-header {
  padding: 6px 5px 0 5px;
  border-bottom: none;
  background-color: rgba(165, 165, 165, 0.31);
  min-height: 34px;
}
.modal-content.zone .modal-body {
  font-size: 14px;
  padding: 0 5px 0 5px;
  min-height: 40px;
}
.modal-content.zone .modal-body sub,
.modal-content.zone .modal-body sup {
  font-weight: 300;
  color: #95a5a6;
}
.modal-content.zone .modal-tag {
  z-index: -1;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #243342;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-header {
  padding: 17px 19px 15px 24px;
  border-bottom: 1px solid rgba(165, 165, 165, 0.31);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.modal-header .close {
  margin: 5px 0 0;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  color: #34495e;
}
.modal-title {
  margin: 0;
  font-size: 23px;
  line-height: 20px;
}
.modal-body {
  padding: 20px 24px 20px;
}
.modal-body p {
  font-size: 14px;
  line-height: 1.625;
}
.modal-body p.normal {
  font-size: 16px;
  line-height: 1.4;
}
.content .compact .modal-body {
  padding: 15px;
}
.content .compact .modal-body p {
  margin-bottom: 3px;
}
.content .compact .site {
  margin-bottom: 20px;
}
.modal-footer {
  padding: 19px 22px 22px;
  background-color: rgba(236, 240, 241, 0.5);
  border-top: none;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.modal-footer .btn + .btn {
  margin-left: 12px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (max-width: 767px) {
  .modal-footer .btn {
    margin-bottom: 15px;
  }
  .modal-footer .btn + .btn {
    margin-left: 0;
  }
}
.modal-logo {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 50px;
}
.modal-form.modal-content {
  border: none;
}
.modal-form .modal-header {
  background-color: rgba(236, 240, 241, 0.5);
  border: none;
  padding: 40px 19px 25px 24px;
}
.modal-form .modal-header .modal-title {
  font-size: 22px;
  font-weight: lighter;
}
.modal-form .modal-footer a.small {
  text-align: left;
  line-height: 14px;
}
.notification h1 {
  font-size: 22px;
  line-height: 1.5;
  margin: 5px 0 20px 0;
}
.modal-content.modal-bg {
  background-color: #f9fafb;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 480px) {
  .modal-dialog {
    max-width: 420px;
    margin: 45px auto 45px auto;
  }
  .modal-content {
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 420px;
  }
}
@media (min-width: 992px) {
  .modal-content.server.free-from-hack {
    background-position: 5% 110%;
  }
  .modal-dialog {
    max-width: 524px;
  }
}
@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
  .hidden_safari {
    display: none;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.row:before,
.row: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,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container:after,
.container-fluid:after,
.container-fluid:after,
.row:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after,
.form-horizontal .form-group:after,
.form-horizontal .form-group:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.row:before,
.row: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,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container:after,
.container-fluid:after,
.container-fluid:after,
.row:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-footer:after,
.form-horizontal .form-group:after,
.form-horizontal .form-group: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 !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !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 !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !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 !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !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 !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !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 !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !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;
  }
}
/*
  Actions shown under main navbar
*/
.container-notifications {
  background-color: rgba(165, 165, 165, 0.31);
  background-image: url(assets/assembly-bck-e7bbb1fa5c59ab290c88.svg);
  background-position: center;
  background-position-y: 25%;
  background-repeat: no-repeat;
}
.container-notifications .container {
  position: relative;
}
.container-notifications .container .close.fui-cross {
  margin-top: 20px;
  margin-right: -15px;
}
.container-notifications .container .close.fa-chevron-up {
  position: absolute;
  bottom: 30px;
  right: 20px;
}
.container-notifications .container .notification-modal {
  margin: 50px 0;
  padding: 1px 40px 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
}
@media (max-width: 992px) {
  .container-notifications .container .close.fa-chevron-up {
    bottom: 12px;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: 25;
}
.animated.more {
  animation-iteration-count: 2;
}
/* pulse */
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.5, 1.5, 1.5);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
  animation-iteration-count: 2;
}
@keyframes pulse-slim {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse-slim {
  animation-name: pulse-slim;
  animation-iteration-count: 2;
}
/* pulse */
@keyframes fadePulse {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-pulse {
  animation-name: fadePulse;
}
@keyframes fadePulseSlow {
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.fade-pulse-slow {
  animation-duration: 5s;
  animation-name: fadePulseSlow;
}
/* fadeIn */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* fadeOut */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-200px);
  }
}
@keyframes slideOutUp {
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
  }
}
/************************************************
 *
 * Attaching animations to Angular event clases
 * Slide aniamtion for pages
 *
 */
.slide-in-out.ng-enter,
.slide-in-out.ng-hide-remove {
  animation: slideInDown 0.5s both ease-in;
}
.slide-in-out.ng-move,
.slide-in-out.ng-leave {
  animation: slideOutUp 1s both ease-out;
}
.fade-in-slow.ng-enter,
.fade-in-slow.ng-hide-remove {
  animation: fadeIn 1.5s both ease-in;
}
.fade-in.ng-enter,
.fade-in.ng-hide-remove {
  animation: fadeIn 0.5s both ease-in;
}
.fade-out.ng-move,
.fade-out.ng-leave {
  animation: fadeOut 0.5s both ease-out;
}
i.fa-spin.ng-hide-add {
  display: none;
}
/*

@font-face {
  font-family: 'Lato';
  src: url('@{local-font-path}@{local-font-name-black}.eot');
  src: url('@{local-font-path}@{local-font-name-black}.eot?#iefix') format('embedded-opentype'),
       url('@{local-font-path}@{local-font-name-black}.woff') format('woff'),
       url('@{local-font-path}@{local-font-name-black}.woff2') format('woff2'),
       url('@{local-font-path}@{local-font-name-black}.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

*/
@font-face {
  font-family: 'Lato';
  src: url(assets/lato-bold-842091a00101019034b3.eot);
  src: url(assets/lato-bold-842091a00101019034b3.eot?#iefix) format('embedded-opentype'), url(assets/lato-bold-54f89ebe9d41d59b4c46.woff) format('woff'), url(assets/lato-bold-fb7bcf0bfac2c8bf171d.woff2) format('woff2'), url(assets/lato-bold-fbd35d8369c489a69eee.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}
/*
@font-face {
  font-family: 'Lato';
  src: url('@{local-font-path}@{local-font-name-bold-italic}.eot');
  src: url('@{local-font-path}@{local-font-name-bold-italic}.eot?#iefix') format('embedded-opentype'),
       url('@{local-font-path}@{local-font-name-bold-italic}.woff') format('woff'),
       url('@{local-font-path}@{local-font-name-bold-italic}.woff2') format('woff2'),
       url('@{local-font-path}@{local-font-name-bold-italic}.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
*/
@font-face {
  font-family: 'Lato';
  src: url(assets/lato-light-fd23b51e5b0b1326ffba.eot);
  src: url(assets/lato-light-fd23b51e5b0b1326ffba.eot?#iefix) format('embedded-opentype'), url(assets/lato-light-36f32eda15f03915cffa.woff) format('woff'), url(assets/lato-light-38d87cd4006b65d3332c.woff2) format('woff2'), url(assets/lato-light-3ea58398642d8aa2681a.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(assets/lato-regular-6561a2dcdf62c2018c52.eot);
  src: url(assets/lato-regular-6561a2dcdf62c2018c52.eot?#iefix) format('embedded-opentype'), url(assets/lato-regular-e91c643c51a24cf2412e.woff) format('woff'), url(assets/lato-regular-c494024c5b695302fc9c.woff2) format('woff2'), url(assets/lato-regular-3bf222bce70a1e749df2.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Flat-UI-Pro-Icons';
  src: url(assets/flat-ui-pro-icons-regular-55cb2aefdbaf8546205a.eot);
  src: url(assets/flat-ui-pro-icons-regular-55cb2aefdbaf8546205a.eot?#iefix) format('embedded-opentype'), url(assets/flat-ui-pro-icons-regular-6fc97af375d6b5d43694.woff) format('woff'), url(assets/flat-ui-pro-icons-regular-46aefe849283c5242cc4.woff2) format('woff2'), url(assets/flat-ui-pro-icons-regular-d7edede21850842fbd3e.ttf) format('truetype');
}
[class^="fui-"],
[class*="fui-"] {
  font-family: 'Flat-UI-Pro-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fui-triangle-up:before {
  content: "\e600";
}
.fui-triangle-down:before {
  content: "\e601";
}
.fui-triangle-up-small:before {
  content: "\e602";
}
.fui-triangle-down-small:before {
  content: "\e603";
}
.fui-triangle-left-large:before {
  content: "\e604";
}
.fui-triangle-right-large:before {
  content: "\e605";
}
.fui-arrow-left:before {
  content: "\e606";
}
.fui-arrow-right:before {
  content: "\e607";
}
.fui-plus:before {
  content: "\e608";
}
.fui-cross:before {
  content: "\e609";
}
.fui-check:before {
  content: "\e60a";
}
.fui-radio-unchecked:before {
  content: "\e60b";
}
.fui-radio-checked:before {
  content: "\e60c";
}
.fui-checkbox-unchecked:before {
  content: "\e60d";
}
.fui-checkbox-checked:before {
  content: "\e60e";
}
.fui-info-circle:before {
  content: "\e60f";
}
.fui-alert-circle:before {
  content: "\e610";
}
.fui-question-circle:before {
  content: "\e611";
}
.fui-check-circle:before {
  content: "\e612";
}
.fui-cross-circle:before {
  content: "\e613";
}
.fui-plus-circle:before {
  content: "\e614";
}
.fui-pause:before {
  content: "\e615";
}
.fui-play:before {
  content: "\e616";
}
.fui-volume:before {
  content: "\e617";
}
.fui-mute:before {
  content: "\e618";
}
.fui-resize:before {
  content: "\e619";
}
.fui-list:before {
  content: "\e61a";
}
.fui-list-thumbnailed:before {
  content: "\e61b";
}
.fui-list-small-thumbnails:before {
  content: "\e61c";
}
.fui-list-large-thumbnails:before {
  content: "\e61d";
}
.fui-list-numbered:before {
  content: "\e61e";
}
.fui-list-columned:before {
  content: "\e61f";
}
.fui-list-bulleted:before {
  content: "\e620";
}
.fui-window:before {
  content: "\e621";
}
.fui-windows:before {
  content: "\e622";
}
.fui-loop:before {
  content: "\e623";
}
.fui-cmd:before {
  content: "\e624";
}
.fui-mic:before {
  content: "\e625";
}
.fui-heart:before {
  content: "\e626";
}
.fui-location:before {
  content: "\e627";
}
.fui-new:before {
  content: "\e628";
}
.fui-video:before {
  content: "\e629";
}
.fui-photo:before {
  content: "\e62a";
}
.fui-time:before {
  content: "\e62b";
}
.fui-eye:before {
  content: "\e62c";
}
.fui-chat:before {
  content: "\e62d";
}
.fui-home:before {
  content: "\e62e";
}
.fui-upload:before {
  content: "\e62f";
}
.fui-search:before {
  content: "\e630";
}
.fui-user:before {
  content: "\e631";
}
.fui-mail:before {
  content: "\e632";
}
.fui-lock:before {
  content: "\e633";
}
.fui-power:before {
  content: "\e634";
}
.fui-calendar:before {
  content: "\e635";
}
.fui-gear:before {
  content: "\e636";
}
.fui-bookmark:before {
  content: "\e637";
}
.fui-exit:before {
  content: "\e638";
}
.fui-trash:before {
  content: "\e639";
}
.fui-folder:before {
  content: "\e63a";
}
.fui-bubble:before {
  content: "\e63b";
}
.fui-export:before {
  content: "\e63c";
}
.fui-calendar-solid:before {
  content: "\e63d";
}
.fui-star:before {
  content: "\e63e";
}
.fui-star-2:before {
  content: "\e63f";
}
.fui-credit-card:before {
  content: "\e640";
}
.fui-clip:before {
  content: "\e641";
}
.fui-link:before {
  content: "\e642";
}
.fui-tag:before {
  content: "\e643";
}
.fui-document:before {
  content: "\e644";
}
.fui-image:before {
  content: "\e645";
}
.fui-facebook:before {
  content: "\e646";
}
.fui-youtube:before {
  content: "\e647";
}
.fui-vimeo:before {
  content: "\e648";
}
.fui-twitter:before {
  content: "\e649";
}
.fui-linkedin:before {
  content: "\e64e";
}
.fui-dribbble:before {
  content: "\e650";
}
.fui-wordpress:before {
  content: "\e654";
}
.fui-paypal:before {
  content: "\e658";
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #7f8c8d;
}
h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h4,
h5,
h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h6 {
  font-weight: normal;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 1.46428571;
  font-weight: 300;
}
@media (min-width: 768px) {
  .lead {
    font-size: 26.672px;
  }
}
small,
.small {
  font-size: 83%;
  line-height: 2.067;
}
.text-muted {
  color: #999999;
}
.text-inverse {
  color: white;
}
.text-primary {
  color: #ABB800;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #7c8500;
}
a.text-primary:hover {
  color: #7c8500;
}
.text-warning {
  color: #e3b80d;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3910a;
}
a.text-warning:hover {
  color: #b3910a;
}
.text-danger {
  color: #e74c3c;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d62c1a;
}
a.text-danger:hover {
  color: #d62c1a;
}
.text-success {
  color: #27ae60;
}
a.text-success:hover,
a.text-success:focus {
  color: #1e8449;
}
a.text-success:hover {
  color: #1e8449;
}
.text-info {
  color: #95a5a6;
}
a.text-info:hover,
a.text-info:focus {
  color: #798d8f;
}
a.text-info:hover {
  color: #798d8f;
}
.text-capitalize {
  text-transform: capitalize;
}
.bg-primary {
  color: white;
  background-color: #34495e;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #222f3d;
}
a.bg-primary:hover {
  background-color: #222f3d;
}
.bg-success {
  background-color: #ecf7e7;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #ceeac1;
}
a.bg-success:hover {
  background-color: #ceeac1;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 2px solid #e7e9ec;
}
ul,
ol {
  margin-bottom: 11px;
}
dl {
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.4;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    width: 160px;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted rgba(110, 110, 110, 0.45);
}
blockquote {
  border-left: 3px solid #e7e9ec;
  padding: 0 0 0 16px;
  margin: 0 0 22px;
}
blockquote p {
  font-size: 18px;
  line-height: 1.55;
  font-weight: normal;
  margin-bottom: 0.4em;
}
blockquote small,
blockquote .small {
  font-size: 16px;
  line-height: 1.4;
  font-style: normal;
  color: inherit;
}
blockquote small:before,
blockquote .small:before {
  content: "";
}
blockquote.pull-right {
  padding-right: 16px;
  padding-left: 0;
  border-right: 3px solid #e7e9ec;
  border-left: 0;
}
blockquote.pull-right small:after {
  content: "";
}
address {
  margin-bottom: 22px;
  line-height: 1.4;
}
sub,
sup {
  font-size: 75%;
}
code,
kbd,
pre,
.pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 6px;
  font-size: 75%;
  color: inherit;
  background-color: #e7e9ec;
  border-radius: 4px;
  border: 1px dashed #b2bac2;
  margin: 0 4px;
}
kbd {
  padding: 2px 6px;
  font-size: 85%;
  color: white;
  background-color: #34495e;
  border-radius: 4px;
  box-shadow: none;
}
pre,
.pre {
  padding: 7px 7.33333333px;
  margin: 5px 0 11px;
  font-size: 13px;
  line-height: 1.4;
  color: inherit;
  background-color: #e7e9ec;
  border: 1px dashed #b2bac2;
  border-radius: 6px;
  white-space: pre;
}
.pre-scrollable {
  max-height: 340px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 5px;
  line-height: 1.4;
  background-color: #ffffff;
  border: 2px solid rgba(110, 110, 110, 0.45);
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #858F00;
}
.thumbnail .caption {
  padding: 9px;
  color: #34495e;
}
.btn {
  border: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
}
.btn .fa-right-float {
  position: absolute;
  left: 10px;
  top: 30%;
}
.btn:hover,
.btn:focus {
  outline: none;
  color: #34495e;
}
.btn:active,
.btn.active {
  outline: none;
  box-shadow: none;
}
.btn:focus:active {
  outline: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  color: rgba(110, 110, 110, 0.45) !important;
  background: transparent !important;
  border: solid 2px rgba(165, 165, 165, 0.31) !important;
  padding: 8px 14px;
}
.btn.disabled.btn-xs,
.btn[disabled].btn-xs,
fieldset[disabled] .btn.btn-xs {
  border: solid 1px rgba(165, 165, 165, 0.31) !important;
  padding: 6px 14px;
}
.btn strong {
  color: gold;
  font-weight: normal;
}
.btn [class^="fui-"] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}
.btn-xs.btn [class^="fui-"] {
  font-size: 11px;
  top: 0;
}
.copier {
  position: relative;
}
.copier button {
  position: absolute;
  top: 3px;
  left: auto;
  margin-left: 10px;
}
.copier button.btn-xs {
  padding: 2px 12px;
  font-size: 11px;
}
.copier.copier-inline-right {
  width: 100%;
}
.copier.copier-inline-right button {
  position: relative;
  float: right;
  margin-bottom: 5px;
}
.copier.copier-inline-right input {
  text-align: right;
  float: right;
}
.btn-dimmed {
  color: #95a5a6;
  background-color: rgba(184, 184, 184, 0.26);
}
.btn-dimmed:hover,
.btn-dimmed.hover,
.btn-dimmed:focus,
.btn-dimmed:active,
.btn-dimmed.active,
.open > .dropdown-toggle.btn-dimmed {
  color: #95a5a6;
  background-color: rgba(177, 177, 177, 0.56);
  border-color: rgba(177, 177, 177, 0.56);
}
.btn-dimmed:active,
.btn-dimmed.active,
.open > .dropdown-toggle.btn-dimmed {
  background: rgba(68, 68, 68, 0.5325);
  border-color: rgba(68, 68, 68, 0.5325);
}
.btn-dimmed.disabled,
.btn-dimmed[disabled],
fieldset[disabled] .btn-dimmed,
.btn-dimmed.disabled:hover,
.btn-dimmed[disabled]:hover,
fieldset[disabled] .btn-dimmed:hover,
.btn-dimmed.disabled.hover,
.btn-dimmed[disabled].hover,
fieldset[disabled] .btn-dimmed.hover,
.btn-dimmed.disabled:focus,
.btn-dimmed[disabled]:focus,
fieldset[disabled] .btn-dimmed:focus,
.btn-dimmed.disabled:active,
.btn-dimmed[disabled]:active,
fieldset[disabled] .btn-dimmed:active,
.btn-dimmed.disabled.active,
.btn-dimmed[disabled].active,
fieldset[disabled] .btn-dimmed.active {
  background-color: rgba(110, 110, 110, 0.45);
  border-color: rgba(184, 184, 184, 0.26);
}
.btn-dimmed .badge {
  color: rgba(184, 184, 184, 0.26);
  background-color: white;
}
.btn-default {
  color: white;
  background-color: rgba(110, 110, 110, 0.45);
}
.btn-default:hover,
.btn-default.hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: white;
  background-color: #999999;
  border-color: #999999;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background: rgba(68, 68, 68, 0.5325);
  border-color: rgba(68, 68, 68, 0.5325);
}
.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.hover,
.btn-default[disabled].hover,
fieldset[disabled] .btn-default.hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: rgba(110, 110, 110, 0.45);
  border-color: rgba(110, 110, 110, 0.45);
}
.btn-default .badge {
  color: rgba(110, 110, 110, 0.45);
  background-color: white;
}
.btn-primary {
  color: white;
  background-color: #ABB800;
}
.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #bcc633;
  border-color: #bcc633;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: #919c00;
  border-color: #919c00;
}
.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.hover,
.btn-primary[disabled].hover,
fieldset[disabled] .btn-primary.hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: rgba(110, 110, 110, 0.45);
  border-color: #ABB800;
}
.btn-primary .badge {
  color: #ABB800;
  background-color: white;
}
.btn-info {
  color: white;
  background-color: #95a5a6;
}
.btn-info:hover,
.btn-info.hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: white;
  background-color: #aab7b8;
  border-color: #aab7b8;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background: #7f8c8d;
  border-color: #7f8c8d;
}
.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.hover,
.btn-info[disabled].hover,
fieldset[disabled] .btn-info.hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: rgba(110, 110, 110, 0.45);
  border-color: #95a5a6;
}
.btn-info .badge {
  color: #95a5a6;
  background-color: white;
}
.btn-danger {
  color: white;
  background-color: #e74c3c;
}
.btn-danger:hover,
.btn-danger.hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: white;
  background-color: #ec7063;
  border-color: #ec7063;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background: #c44133;
  border-color: #c44133;
}
.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.hover,
.btn-danger[disabled].hover,
fieldset[disabled] .btn-danger.hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: rgba(110, 110, 110, 0.45);
  border-color: #e74c3c;
}
.btn-danger .badge {
  color: #e74c3c;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #50a150;
}
.btn-success:hover,
.btn-success.hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: white;
  background-color: #73b473;
  border-color: #73b473;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background: #448944;
  border-color: #448944;
}
.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.hover,
.btn-success[disabled].hover,
fieldset[disabled] .btn-success.hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: rgba(110, 110, 110, 0.45);
  border-color: #50a150;
}
.btn-success .badge {
  color: #50a150;
  background-color: white;
}
.btn-warning {
  color: white;
  background-color: #e3b80d;
}
.btn-warning:hover,
.btn-warning.hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: white;
  background-color: #eaca10;
  border-color: #eaca10;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background: #c19c0b;
  border-color: #c19c0b;
}
.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.hover,
.btn-warning[disabled].hover,
fieldset[disabled] .btn-warning.hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: rgba(110, 110, 110, 0.45);
  border-color: #e3b80d;
}
.btn-warning .badge {
  color: #e3b80d;
  background-color: white;
}
.btn-inverse {
  color: #ABB800;
  background-color: white;
}
.btn-inverse:hover,
.btn-inverse.hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ABB800;
  background-color: #95a5a6;
  border-color: #95a5a6;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background: #2c3e50;
  border-color: #2c3e50;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled.hover,
.btn-inverse[disabled].hover,
fieldset[disabled] .btn-inverse.hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: rgba(110, 110, 110, 0.45);
  border-color: white;
}
.btn-inverse .badge {
  color: white;
  background-color: white;
}
.btn-wide {
  min-width: 140px;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.btn-link {
  color: #858F00;
}
.btn-link:hover,
.btn-link:focus {
  color: #1abc9c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: rgba(110, 110, 110, 0.45);
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 19px;
  font-size: 16px;
  line-height: 1.471;
  border-radius: 6px;
  vertical-align: 1px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 9px 13px;
  font-size: 12px;
  line-height: 1.385;
  border-radius: 4px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 6px 14px;
  font-size: 12px;
  line-height: 1.083;
  border-radius: 4px;
}
.btn-block {
  white-space: normal;
}
.btn-chevron {
  margin-left: -14px;
  margin-right: -14px;
  font-size: 15px;
}
.btn-chevron .fa {
  width: 30px;
  font-size: 16px;
}
.btn-chevron .btn-header {
  vertical-align: 10%;
}
.btn-group > .btn + .btn {
  margin-left: 0;
}
.btn-group > .btn + .dropdown-toggle {
  border-left: 2px solid rgba(52, 73, 94, 0.15);
  padding: 10px 12px;
}
.btn-group > .btn + .dropdown-toggle .caret {
  margin-left: 3px;
  margin-right: 3px;
}
.btn-group > .btn.btn-gh + .dropdown-toggle .caret {
  margin-left: 7px;
  margin-right: 7px;
}
.btn-group > .btn.btn-sm + .dropdown-toggle .caret {
  margin-left: 0;
  margin-right: 0;
}
.dropdown-toggle .caret {
  margin-left: 8px;
}
.btn-group-xs > .btn + .dropdown-toggle {
  padding: 6px 9px;
}
.btn-group-sm > .btn + .dropdown-toggle {
  padding: 9px 13px;
}
.btn-group-lg > .btn + .dropdown-toggle {
  padding: 10px 19px;
}
.btn-xs .caret {
  border-width: 6px 4px 0;
  border-bottom-width: 0;
}
.btn-lg .caret {
  border-width: 8px 6px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 6px 8px;
}
.dropup .btn-xs .caret {
  border-width: 0 4px 6px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-weight: 400;
}
.btn-group:focus .dropdown-toggle {
  outline: none;
  transition: 0.25s;
}
.btn-group.open .dropdown-toggle {
  color: rgba(255, 255, 255, 0.75);
  box-shadow: none;
}
.btn-toolbar .btn.active {
  color: white;
}
.btn-toolbar .btn > [class^="fui-"] {
  font-size: 16px;
  margin: 0 1px;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px / 2;
  font-size: 22.4px;
  line-height: inherit;
  color: inherit;
  border-bottom: none;
}
textarea {
  font-size: 18px;
  line-height: 24px;
  padding: 5px 11px;
}
input[type="search"] {
  -webkit-appearance: none !important;
}
label {
  font-weight: normal;
  font-size: 14px;
  line-height: 2.4;
}
.form-control::-moz-placeholder {
  color: #b2bcc5;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #b2bcc5;
}
.form-control::-webkit-input-placeholder {
  color: #b2bcc5;
}
.form-control::-moz-placeholder {
  color: #b2bcc5;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #b2bcc5;
}
.form-control::-webkit-input-placeholder {
  color: #b2bcc5;
}
.form-control {
  border: 2px solid rgba(110, 110, 110, 0.45);
  color: #34495e;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.467;
  padding: 8px 12px;
  height: 42px;
  border-radius: 6px;
  box-shadow: none;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s 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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-group.focus .form-control,
.form-control:focus {
  border-color: #ABB800;
  outline: 0;
  box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f5f5f5;
  border-color: #d6d6d6;
  color: #d6d6d6;
  cursor: default;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.form-control.flat {
  border-color: transparent;
}
.form-control.flat:hover {
  border-color: rgba(110, 110, 110, 0.45);
}
.form-control.flat:focus {
  border-color: #ABB800;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 35px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.462;
  border-radius: 6px;
}
select.input-sm {
  height: 35px;
  line-height: 35px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 45px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.235;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.input-hg,
.form-horizontal .form-group-hg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.318;
  border-radius: 6px;
}
select.input-hg {
  height: 53px;
  line-height: 53px;
}
textarea.input-hg,
select[multiple].input-hg {
  height: auto;
}
.form-control-feedback {
  position: absolute;
  top: 2px;
  right: 2px;
  margin-top: 1px;
  line-height: 36px;
  font-size: 15px;
  color: #b2bcc5;
  background-color: transparent;
  padding: 0 12px 0 0;
  border-radius: 6px;
}
.input-hg + .form-control-feedback {
  font-size: 19px;
  line-height: 48px;
  padding-right: 16px;
  width: auto;
  height: 48px;
}
.input-lg + .form-control-feedback {
  font-size: 17px;
  line-height: 40px;
  width: auto;
  height: 40px;
  padding-right: 15px;
}
.input-sm + .form-control-feedback {
  line-height: 29px;
  height: 29px;
  width: auto;
  padding-right: 10px;
}
.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: #50a150;
}
.has-success .form-control {
  border-color: #50a150;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #3f7f3f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #8fc88f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #8fc88f;
}
.has-success .input-group-addon {
  color: #50a150;
  background-color: #f5f5f5;
  border-color: #50a150;
}
.has-success .form-control-feedback {
  color: #50a150;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #50a150;
}
.has-success .form-control {
  color: #50a150;
  border-color: #50a150;
  box-shadow: none;
}
.has-success .form-control:focus {
  border-color: #50a150;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #50a150;
  border-color: #50a150;
  background-color: white;
}
.has-success .form-control-feedback {
  color: #50a150;
}
.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: #e3b80d;
}
.has-warning .form-control {
  border-color: #e3b80d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #b3910a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f6d860;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f6d860;
}
.has-warning .input-group-addon {
  color: #e3b80d;
  background-color: #f5f5f5;
  border-color: #e3b80d;
}
.has-warning .form-control-feedback {
  color: #e3b80d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #e3b80d;
}
.has-warning .form-control {
  color: #e3b80d;
  border-color: #e3b80d;
  box-shadow: none;
}
.has-warning .form-control:focus {
  border-color: #e3b80d;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #e3b80d;
  border-color: #e3b80d;
  background-color: white;
}
.has-warning .form-control-feedback {
  color: #e3b80d;
}
.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: #e74c3c;
}
.has-error .form-control {
  border-color: #e74c3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #d62c1a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f29f97;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f29f97;
}
.has-error .input-group-addon {
  color: #e74c3c;
  background-color: #f5f5f5;
  border-color: #e74c3c;
}
.has-error .form-control-feedback {
  color: #e74c3c;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #e74c3c;
}
.has-error .form-control {
  color: #e74c3c;
  border-color: #e74c3c;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #e74c3c;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: white;
}
.has-error .form-control-feedback {
  color: #e74c3c;
}
.form-control[disabled] + .form-control-feedback,
.form-control[readonly] + .form-control-feedback,
fieldset[disabled] .form-control + .form-control-feedback,
.form-control.disabled + .form-control-feedback {
  color: #d6d6d6;
  background-color: transparent;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.help-block {
  font-size: 14px;
  margin-bottom: 5px;
  color: rgba(61, 79, 97, 0.78);
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-hg .control-label {
    font-size: 20px;
    padding-top: 2px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 2px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.input-group .form-control {
  position: static;
}
.input-group-hg > .form-control,
.input-group-hg > .input-group-addon,
.input-group-hg > .input-group-btn > .btn {
  height: 53px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.318;
  border-radius: 6px;
}
select.input-group-hg > .form-control,
select.input-group-hg > .input-group-addon,
select.input-group-hg > .input-group-btn > .btn {
  height: 53px;
  line-height: 53px;
}
textarea.input-group-hg > .form-control,
textarea.input-group-hg > .input-group-addon,
textarea.input-group-hg > .input-group-btn > .btn,
select[multiple].input-group-hg > .form-control,
select[multiple].input-group-hg > .input-group-addon,
select[multiple].input-group-hg > .input-group-btn > .btn {
  height: auto;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  height: 45px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.235;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
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;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
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;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
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: 4px;
  height: 35px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.462;
  border-radius: 6px;
}
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;
}
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;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 35px;
  line-height: 35px;
}
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 {
  padding: 10px 12px;
  font-size: 14px;
  color: white;
  text-align: center;
  background-color: rgba(110, 110, 110, 0.45);
  border: 2px solid rgba(110, 110, 110, 0.45);
  border-radius: 6px;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
.input-group-hg .input-group-addon,
.input-group-lg .input-group-addon,
.input-group-sm .input-group-addon {
  line-height: 1;
}
.input-group-addon .checkbox,
.input-group-addon .radio {
  margin: 0;
  padding-left: 19px;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-group.focus .input-group-addon,
.input-group.focus .input-group-addon {
  background-color: #ABB800;
  border-color: #ABB800;
}
.form-group.focus .input-group-btn > .btn-default + .btn-default,
.input-group.focus .input-group-btn > .btn-default + .btn-default {
  border-left-color: #919c00;
}
.form-group.focus .input-group-btn .btn,
.input-group.focus .input-group-btn .btn {
  border-color: #ABB800;
  background-color: white;
  color: #ABB800;
}
.form-group.focus .input-group-btn .btn-default,
.input-group.focus .input-group-btn .btn-default {
  color: white;
  background-color: #ABB800;
}
.form-group.focus .input-group-btn .btn-default:hover,
.input-group.focus .input-group-btn .btn-default:hover,
.form-group.focus .input-group-btn .btn-default.hover,
.input-group.focus .input-group-btn .btn-default.hover,
.form-group.focus .input-group-btn .btn-default:focus,
.input-group.focus .input-group-btn .btn-default:focus,
.form-group.focus .input-group-btn .btn-default:active,
.input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.active,
.input-group.focus .input-group-btn .btn-default.active,
.open > .dropdown-toggle.form-group.focus .input-group-btn .btn-default,
.open > .dropdown-toggle.input-group.focus .input-group-btn .btn-default {
  color: white;
  background-color: #bcc633;
  border-color: #bcc633;
}
.form-group.focus .input-group-btn .btn-default:active,
.input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.active,
.input-group.focus .input-group-btn .btn-default.active,
.open > .dropdown-toggle.form-group.focus .input-group-btn .btn-default,
.open > .dropdown-toggle.input-group.focus .input-group-btn .btn-default {
  background: #919c00;
  border-color: #919c00;
}
.form-group.focus .input-group-btn .btn-default.disabled,
.input-group.focus .input-group-btn .btn-default.disabled,
.form-group.focus .input-group-btn .btn-default[disabled],
.input-group.focus .input-group-btn .btn-default[disabled],
fieldset[disabled] .form-group.focus .input-group-btn .btn-default,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default,
.form-group.focus .input-group-btn .btn-default.disabled:hover,
.input-group.focus .input-group-btn .btn-default.disabled:hover,
.form-group.focus .input-group-btn .btn-default[disabled]:hover,
.input-group.focus .input-group-btn .btn-default[disabled]:hover,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:hover,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:hover,
.form-group.focus .input-group-btn .btn-default.disabled.hover,
.input-group.focus .input-group-btn .btn-default.disabled.hover,
.form-group.focus .input-group-btn .btn-default[disabled].hover,
.input-group.focus .input-group-btn .btn-default[disabled].hover,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default.hover,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default.hover,
.form-group.focus .input-group-btn .btn-default.disabled:focus,
.input-group.focus .input-group-btn .btn-default.disabled:focus,
.form-group.focus .input-group-btn .btn-default[disabled]:focus,
.input-group.focus .input-group-btn .btn-default[disabled]:focus,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:focus,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:focus,
.form-group.focus .input-group-btn .btn-default.disabled:active,
.input-group.focus .input-group-btn .btn-default.disabled:active,
.form-group.focus .input-group-btn .btn-default[disabled]:active,
.input-group.focus .input-group-btn .btn-default[disabled]:active,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default:active,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default:active,
.form-group.focus .input-group-btn .btn-default.disabled.active,
.input-group.focus .input-group-btn .btn-default.disabled.active,
.form-group.focus .input-group-btn .btn-default[disabled].active,
.input-group.focus .input-group-btn .btn-default[disabled].active,
fieldset[disabled] .form-group.focus .input-group-btn .btn-default.active,
fieldset[disabled] .input-group.focus .input-group-btn .btn-default.active {
  background-color: rgba(110, 110, 110, 0.45);
  border-color: #ABB800;
}
.form-group.focus .input-group-btn .btn-default .badge,
.input-group.focus .input-group-btn .btn-default .badge {
  color: #ABB800;
  background-color: white;
}
.input-group-btn .btn {
  background-color: white;
  border: 2px solid rgba(110, 110, 110, 0.45);
  color: rgba(110, 110, 110, 0.45);
  line-height: 18px;
  height: 42px;
}
.input-group-btn .btn-default {
  color: white;
  background-color: rgba(110, 110, 110, 0.45);
}
.input-group-btn .btn-default:hover,
.input-group-btn .btn-default.hover,
.input-group-btn .btn-default:focus,
.input-group-btn .btn-default:active,
.input-group-btn .btn-default.active,
.open > .dropdown-toggle.input-group-btn .btn-default {
  color: white;
  background-color: rgba(177, 177, 177, 0.56);
  border-color: rgba(177, 177, 177, 0.56);
}
.input-group-btn .btn-default:active,
.input-group-btn .btn-default.active,
.open > .dropdown-toggle.input-group-btn .btn-default {
  background: rgba(68, 68, 68, 0.5325);
  border-color: rgba(68, 68, 68, 0.5325);
}
.input-group-btn .btn-default.disabled,
.input-group-btn .btn-default[disabled],
fieldset[disabled] .input-group-btn .btn-default,
.input-group-btn .btn-default.disabled:hover,
.input-group-btn .btn-default[disabled]:hover,
fieldset[disabled] .input-group-btn .btn-default:hover,
.input-group-btn .btn-default.disabled.hover,
.input-group-btn .btn-default[disabled].hover,
fieldset[disabled] .input-group-btn .btn-default.hover,
.input-group-btn .btn-default.disabled:focus,
.input-group-btn .btn-default[disabled]:focus,
fieldset[disabled] .input-group-btn .btn-default:focus,
.input-group-btn .btn-default.disabled:active,
.input-group-btn .btn-default[disabled]:active,
fieldset[disabled] .input-group-btn .btn-default:active,
.input-group-btn .btn-default.disabled.active,
.input-group-btn .btn-default[disabled].active,
fieldset[disabled] .input-group-btn .btn-default.active {
  background-color: rgba(110, 110, 110, 0.45);
  border-color: rgba(110, 110, 110, 0.45);
}
.input-group-btn .btn-default .badge {
  color: rgba(110, 110, 110, 0.45);
  background-color: white;
}
.input-group-hg .input-group-btn .btn {
  line-height: 31px;
}
.input-group-lg .input-group-btn .btn {
  line-height: 21px;
}
.input-group-sm .input-group-btn .btn {
  line-height: 19px;
}
.input-group-btn:first-child > .btn {
  border-right-width: 0;
  margin-right: -3px;
}
.input-group-btn:last-child > .btn {
  border-left-width: 0;
  margin-left: -3px;
}
.input-group-btn > .btn-default + .btn-default {
  border-left: 2px solid rgba(110, 110, 110, 0.45);
}
.input-group-btn > .btn:first-child + .btn .caret {
  margin-left: 0;
}
.input-group-rounded .input-group-btn + .form-control,
.input-group-rounded .input-group-btn:last-child .btn {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.input-group-hg.input-group-rounded .input-group-btn + .form-control,
.input-group-hg.input-group-rounded .input-group-btn:last-child .btn {
  border-bottom-right-radius: 27px;
  border-top-right-radius: 27px;
}
.input-group-lg.input-group-rounded .input-group-btn + .form-control,
.input-group-lg.input-group-rounded .input-group-btn:last-child .btn {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
.input-group-rounded .form-control:first-child,
.input-group-rounded .input-group-btn:first-child .btn {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.input-group-hg.input-group-rounded .form-control:first-child,
.input-group-hg.input-group-rounded .input-group-btn:first-child .btn {
  border-bottom-left-radius: 27px;
  border-top-left-radius: 27px;
}
.input-group-lg.input-group-rounded .form-control:first-child,
.input-group-lg.input-group-rounded .input-group-btn:first-child .btn {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
.input-group-rounded .input-group-btn + .form-control {
  padding-left: 0;
}
.btn-file {
  overflow: hidden;
  position: relative;
}
.btn-file > input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
  width: 100%;
  height: 100%;
  outline: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fileinput {
  margin-bottom: 9px;
  display: block;
  overflow: hidden;
}
.fileinput .form-control {
  display: inline-block;
  margin-bottom: 0;
  cursor: text;
}
.fileinput .input-group-addon {
  padding-top: 8px;
  padding-bottom: 8px;
}
.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  text-align: center;
}
.fileinput .thumbnail > img {
  max-height: 100%;
}
.fileinput .uneditable-input [class^="fui-"] {
  margin-right: 0.3em;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}
.fileinput-inline .fileinput-controls {
  display: inline;
}
.fileinput-filename {
  vertical-align: middle;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.67238;
}
.form-control .fileinput-filename {
  vertical-align: bottom;
}
.fileinput.input-group {
  display: table;
}
.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}
.fileinput.input-group > .btn-file {
  z-index: 1;
}
.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}
.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 4px 4px 0;
}
.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}
.form-group.has-warning .fileinput .fileinput-preview {
  color: #e3b80d;
}
.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}
.form-group.has-error .fileinput .fileinput-preview {
  color: #e74c3c;
}
.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}
.form-group.has-success .fileinput .fileinput-preview {
  color: #27ae60;
}
.form-group.has-success .fileinput .thumbnail {
  border-color: #e2f1d4;
}
.input-group-addon:not(:first-child) {
  border-left: 0;
}
.checkbox,
.radio {
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
  transition: color 0.25s linear;
  font-size: 14px;
  line-height: 1.5;
}
.checkbox .icons,
.radio .icons {
  color: rgba(110, 110, 110, 0.45);
  display: block;
  height: 20px;
  top: 0;
  left: 0;
  position: absolute;
  width: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  cursor: pointer;
  transition: color 0.25s linear;
}
.checkbox .icons .icon-checked,
.radio .icons .icon-checked {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox .icon-checked,
.radio .icon-checked,
.checkbox .icon-unchecked,
.radio .icon-unchecked {
  display: inline-table;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  margin: 0;
  opacity: 1;
  filter: none;
}
.checkbox .icon-checked:before,
.radio .icon-checked:before,
.checkbox .icon-unchecked:before,
.radio .icon-unchecked:before {
  font-family: 'Flat-UI-Pro-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkbox .icon-checked:before {
  content: "\e60e";
}
.checkbox .icon-unchecked:before {
  content: "\e60d";
}
.radio .icon-checked:before {
  content: "\e60c";
}
.radio .icon-unchecked:before {
  content: "\e60b";
}
.checkbox input[type="checkbox"].custom-checkbox,
.radio input[type="checkbox"].custom-checkbox,
.checkbox input[type="radio"].custom-radio,
.radio input[type="radio"].custom-radio {
  outline: none !important;
  opacity: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
.checkbox input[type="checkbox"].custom-checkbox:hover:not(.nohover) + .icons,
.radio input[type="checkbox"].custom-checkbox:hover:not(.nohover) + .icons,
.checkbox input[type="radio"].custom-radio:hover:not(.nohover) + .icons,
.radio input[type="radio"].custom-radio:hover:not(.nohover) + .icons {
  transition: color 0.25s linear;
}
.checkbox input[type="checkbox"].custom-checkbox:hover:not(.nohover) + .icons .icon-unchecked,
.radio input[type="checkbox"].custom-checkbox:hover:not(.nohover) + .icons .icon-unchecked,
.checkbox input[type="radio"].custom-radio:hover:not(.nohover) + .icons .icon-unchecked,
.radio input[type="radio"].custom-radio:hover:not(.nohover) + .icons .icon-unchecked {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox input[type="checkbox"].custom-checkbox:hover:not(.nohover) + .icons .icon-checked,
.radio input[type="checkbox"].custom-checkbox:hover:not(.nohover) + .icons .icon-checked,
.checkbox input[type="radio"].custom-radio:hover:not(.nohover) + .icons .icon-checked,
.radio input[type="radio"].custom-radio:hover:not(.nohover) + .icons .icon-checked {
  opacity: 1;
  filter: none;
}
.checkbox input[type="checkbox"].custom-checkbox:checked + .icons,
.radio input[type="checkbox"].custom-checkbox:checked + .icons,
.checkbox input[type="radio"].custom-radio:checked + .icons,
.radio input[type="radio"].custom-radio:checked + .icons {
  color: #ABB800;
}
.checkbox input[type="checkbox"].custom-checkbox:checked + .icons .icon-unchecked,
.radio input[type="checkbox"].custom-checkbox:checked + .icons .icon-unchecked,
.checkbox input[type="radio"].custom-radio:checked + .icons .icon-unchecked,
.radio input[type="radio"].custom-radio:checked + .icons .icon-unchecked {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox input[type="checkbox"].custom-checkbox:checked + .icons .icon-checked,
.radio input[type="checkbox"].custom-checkbox:checked + .icons .icon-checked,
.checkbox input[type="radio"].custom-radio:checked + .icons .icon-checked,
.radio input[type="radio"].custom-radio:checked + .icons .icon-checked {
  opacity: 1;
  filter: none;
  color: #ABB800;
  transition: color 0.25s linear;
}
.checkbox input[type="checkbox"].custom-checkbox:disabled + .icons,
.radio input[type="checkbox"].custom-checkbox:disabled + .icons,
.checkbox input[type="radio"].custom-radio:disabled + .icons,
.radio input[type="radio"].custom-radio:disabled + .icons {
  cursor: default;
  color: rgba(233, 233, 233, 0.791);
}
.checkbox input[type="checkbox"].custom-checkbox:disabled + .icons .icons,
.radio input[type="checkbox"].custom-checkbox:disabled + .icons .icons,
.checkbox input[type="radio"].custom-radio:disabled + .icons .icons,
.radio input[type="radio"].custom-radio:disabled + .icons .icons {
  color: rgba(233, 233, 233, 0.791);
}
.checkbox input[type="checkbox"].custom-checkbox:disabled + .icons .icon-unchecked,
.radio input[type="checkbox"].custom-checkbox:disabled + .icons .icon-unchecked,
.checkbox input[type="radio"].custom-radio:disabled + .icons .icon-unchecked,
.radio input[type="radio"].custom-radio:disabled + .icons .icon-unchecked {
  opacity: 1;
  filter: none;
}
.checkbox input[type="checkbox"].custom-checkbox:disabled + .icons .icon-checked,
.radio input[type="checkbox"].custom-checkbox:disabled + .icons .icon-checked,
.checkbox input[type="radio"].custom-radio:disabled + .icons .icon-checked,
.radio input[type="radio"].custom-radio:disabled + .icons .icon-checked {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox input[type="checkbox"].custom-checkbox:disabled:checked + .icons .icons,
.radio input[type="checkbox"].custom-checkbox:disabled:checked + .icons .icons,
.checkbox input[type="radio"].custom-radio:disabled:checked + .icons .icons,
.radio input[type="radio"].custom-radio:disabled:checked + .icons .icons {
  color: rgba(233, 233, 233, 0.791);
}
.checkbox input[type="checkbox"].custom-checkbox:disabled:checked + .icons .icon-unchecked,
.radio input[type="checkbox"].custom-checkbox:disabled:checked + .icons .icon-unchecked,
.checkbox input[type="radio"].custom-radio:disabled:checked + .icons .icon-unchecked,
.radio input[type="radio"].custom-radio:disabled:checked + .icons .icon-unchecked {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox input[type="checkbox"].custom-checkbox:disabled:checked + .icons .icon-checked,
.radio input[type="checkbox"].custom-checkbox:disabled:checked + .icons .icon-checked,
.checkbox input[type="radio"].custom-radio:disabled:checked + .icons .icon-checked,
.radio input[type="radio"].custom-radio:disabled:checked + .icons .icon-checked {
  opacity: 1;
  filter: none;
  color: rgba(233, 233, 233, 0.791);
}
.checkbox input[type="checkbox"].custom-checkbox:indeterminate + .icons,
.radio input[type="checkbox"].custom-checkbox:indeterminate + .icons,
.checkbox input[type="radio"].custom-radio:indeterminate + .icons,
.radio input[type="radio"].custom-radio:indeterminate + .icons {
  color: rgba(110, 110, 110, 0.45);
}
.checkbox input[type="checkbox"].custom-checkbox:indeterminate + .icons .icon-unchecked,
.radio input[type="checkbox"].custom-checkbox:indeterminate + .icons .icon-unchecked,
.checkbox input[type="radio"].custom-radio:indeterminate + .icons .icon-unchecked,
.radio input[type="radio"].custom-radio:indeterminate + .icons .icon-unchecked {
  opacity: 1;
  filter: none;
}
.checkbox input[type="checkbox"].custom-checkbox:indeterminate + .icons .icon-checked,
.radio input[type="checkbox"].custom-checkbox:indeterminate + .icons .icon-checked,
.checkbox input[type="radio"].custom-radio:indeterminate + .icons .icon-checked,
.radio input[type="radio"].custom-radio:indeterminate + .icons .icon-checked {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox input[type="checkbox"].custom-checkbox:indeterminate + .icons:before,
.radio input[type="checkbox"].custom-checkbox:indeterminate + .icons:before,
.checkbox input[type="radio"].custom-radio:indeterminate + .icons:before,
.radio input[type="radio"].custom-radio:indeterminate + .icons:before {
  content: "\2013";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
  width: 20px;
  text-align: center;
  color: white;
  font-size: 22px;
  z-index: 10;
}
.checkbox.primary input[type="checkbox"].custom-checkbox + .icons,
.radio.primary input[type="checkbox"].custom-checkbox + .icons,
.checkbox.primary input[type="radio"].custom-radio + .icons,
.radio.primary input[type="radio"].custom-radio + .icons {
  color: #34495e;
}
.checkbox.primary input[type="checkbox"].custom-checkbox:checked + .icons,
.radio.primary input[type="checkbox"].custom-checkbox:checked + .icons,
.checkbox.primary input[type="radio"].custom-radio:checked + .icons,
.radio.primary input[type="radio"].custom-radio:checked + .icons {
  color: #ABB800;
}
.checkbox.primary input[type="checkbox"].custom-checkbox:checked + .icons .icons,
.radio.primary input[type="checkbox"].custom-checkbox:checked + .icons .icons,
.checkbox.primary input[type="radio"].custom-radio:checked + .icons .icons,
.radio.primary input[type="radio"].custom-radio:checked + .icons .icons {
  color: #ABB800;
}
.checkbox.primary input[type="checkbox"].custom-checkbox:disabled + .icons,
.radio.primary input[type="checkbox"].custom-checkbox:disabled + .icons,
.checkbox.primary input[type="radio"].custom-radio:disabled + .icons,
.radio.primary input[type="radio"].custom-radio:disabled + .icons {
  cursor: default;
  color: rgba(110, 110, 110, 0.45);
}
.checkbox.primary input[type="checkbox"].custom-checkbox:disabled + .icons .icons,
.radio.primary input[type="checkbox"].custom-checkbox:disabled + .icons .icons,
.checkbox.primary input[type="radio"].custom-radio:disabled + .icons .icons,
.radio.primary input[type="radio"].custom-radio:disabled + .icons .icons {
  color: rgba(110, 110, 110, 0.45);
}
.checkbox.primary input[type="checkbox"].custom-checkbox:disabled + .icons.checked .icons,
.radio.primary input[type="checkbox"].custom-checkbox:disabled + .icons.checked .icons,
.checkbox.primary input[type="radio"].custom-radio:disabled + .icons.checked .icons,
.radio.primary input[type="radio"].custom-radio:disabled + .icons.checked .icons {
  color: rgba(110, 110, 110, 0.45);
}
.checkbox.primary input[type="checkbox"].custom-checkbox:indeterminate + .icons,
.radio.primary input[type="checkbox"].custom-checkbox:indeterminate + .icons,
.checkbox.primary input[type="radio"].custom-radio:indeterminate + .icons,
.radio.primary input[type="radio"].custom-radio:indeterminate + .icons {
  color: #34495e;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 10px;
}
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 32px;
}
.checkbox input[type="checkbox"].custom-checkbox:checked + .icons,
.radio input[type="checkbox"].custom-checkbox:checked + .icons,
.checkbox input[type="radio"].custom-radio:checked + .icons,
.radio input[type="radio"].custom-radio:checked + .icons {
  color: #50a150;
}
.checkbox input[type="checkbox"].custom-checkbox:checked + .icons .icon-checked,
.radio input[type="checkbox"].custom-checkbox:checked + .icons .icon-checked,
.checkbox input[type="radio"].custom-radio:checked + .icons .icon-checked,
.radio input[type="radio"].custom-radio:checked + .icons .icon-checked {
  color: #50a150;
}
.bootstrap-tagsinput {
  background-color: white;
  border: 2px solid #ebedef;
  border-radius: 6px;
  margin-bottom: 18px;
  padding: 6px 1px 1px 6px;
  text-align: left;
  font-size: 0;
}
.bootstrap-tagsinput .tag {
  border-radius: 4px;
  background-color: #ebedef;
  color: #7b8996;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 5px 5px 0;
  line-height: 15px;
  height: 27px;
  padding: 6px 21px;
  transition: 0.25s linear;
}
.bootstrap-tagsinput .tag > span {
  color: white;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 0;
  text-align: right;
  text-decoration: none;
  top: 0;
  width: 100%;
  bottom: 0;
  padding: 0 10px 0 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.25s linear;
}
.bootstrap-tagsinput .tag > span:after {
  content: "\e609";
  font-family: "Flat-UI-Pro-Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 27px;
}
.bootstrap-tagsinput .tag:hover {
  background-color: #919c00;
  color: white;
  padding-right: 28px;
  padding-left: 14px;
}
.bootstrap-tagsinput .tag:hover > span {
  opacity: 1;
  filter: none;
}
.bootstrap-tagsinput input[type="text"] {
  font-size: 14px;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
  min-width: 80px;
  vertical-align: top;
  height: 29px;
  color: #34495e;
}
.bootstrap-tagsinput input[type="text"]:first-child {
  height: 23px;
  margin: 3px 0 8px;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0;
}
.not_valid {
  background: #fbd8db !important;
  color: #90111a !important;
  margin-left: 5px !important;
}
.tagsinput-primary {
  margin-bottom: 18px;
}
.tagsinput-primary .bootstrap-tagsinput {
  border-color: #ABB800;
  margin-bottom: 0;
}
.tagsinput-primary .tag {
  background-color: #ABB800;
  color: white;
}
.tagsinput-primary .tag:hover {
  background-color: #919c00;
  color: white;
}
.bootstrap-tagsinput .twitter-typeahead {
  width: auto;
  vertical-align: top;
}
.bootstrap-tagsinput .twitter-typeahead .tt-input {
  min-width: 200px;
}
.bootstrap-tagsinput .twitter-typeahead .tt-dropdown-menu {
  width: auto;
  min-width: 120px;
  margin-top: 11px;
}
.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #999999;
  background-color: white;
  background-image: none;
  border: 1px solid rgba(165, 165, 165, 0.31);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border: 2px solid rgba(110, 110, 110, 0.45);
  color: #34495e;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.467;
  padding: 8px 12px;
  height: 42px;
  border-radius: 6px;
  box-shadow: none;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  border-color: rgba(165, 165, 165, 0.31);
}
.twitter-typeahead .tt-query:focus,
.twitter-typeahead .tt-hint: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);
}
.form-group.focus .twitter-typeahead .tt-query,
.form-group.focus .twitter-typeahead .tt-hint,
.twitter-typeahead .tt-query:focus,
.twitter-typeahead .tt-hint:focus {
  border-color: #ABB800;
  outline: 0;
  box-shadow: none;
}
.twitter-typeahead .tt-query::-moz-placeholder,
.twitter-typeahead .tt-hint::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.twitter-typeahead .tt-query:-ms-input-placeholder,
.twitter-typeahead .tt-hint:-ms-input-placeholder {
  color: #999;
}
.twitter-typeahead .tt-query::-webkit-input-placeholder,
.twitter-typeahead .tt-hint::-webkit-input-placeholder {
  color: #999;
}
.twitter-typeahead .tt-query::-moz-placeholder,
.twitter-typeahead .tt-hint::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.twitter-typeahead .tt-query:-ms-input-placeholder,
.twitter-typeahead .tt-hint:-ms-input-placeholder {
  color: #999;
}
.twitter-typeahead .tt-query::-webkit-input-placeholder,
.twitter-typeahead .tt-hint::-webkit-input-placeholder {
  color: #999;
}
.twitter-typeahead .tt-query[type=text],
.twitter-typeahead .tt-hint[type=text],
.twitter-typeahead .tt-query[type=email],
.twitter-typeahead .tt-hint[type=email],
.twitter-typeahead .tt-query[type=password],
.twitter-typeahead .tt-hint[type=password] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.twitter-typeahead .tt-query[disabled],
.twitter-typeahead .tt-hint[disabled],
.twitter-typeahead .tt-query[readonly],
.twitter-typeahead .tt-hint[readonly],
fieldset[disabled] .twitter-typeahead .tt-query,
fieldset[disabled] .twitter-typeahead .tt-hint {
  cursor: not-allowed;
  background-color: #f5f5f5;
  opacity: 1;
}
textarea.twitter-typeahead .tt-query,
textarea.twitter-typeahead .tt-hint {
  height: auto;
}
.twitter-typeahead .tt-query::-moz-placeholder,
.twitter-typeahead .tt-hint::-moz-placeholder {
  color: #b2bcc5;
  opacity: 1;
}
.twitter-typeahead .tt-query:-ms-input-placeholder,
.twitter-typeahead .tt-hint:-ms-input-placeholder {
  color: #b2bcc5;
}
.twitter-typeahead .tt-query::-webkit-input-placeholder,
.twitter-typeahead .tt-hint::-webkit-input-placeholder {
  color: #b2bcc5;
}
.twitter-typeahead .tt-query::-moz-placeholder,
.twitter-typeahead .tt-hint::-moz-placeholder {
  color: #b2bcc5;
  opacity: 1;
}
.twitter-typeahead .tt-query:-ms-input-placeholder,
.twitter-typeahead .tt-hint:-ms-input-placeholder {
  color: #b2bcc5;
}
.twitter-typeahead .tt-query::-webkit-input-placeholder,
.twitter-typeahead .tt-hint::-webkit-input-placeholder {
  color: #b2bcc5;
}
.twitter-typeahead .tt-query:focus,
.twitter-typeahead .tt-hint: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);
}
.form-group.focus .twitter-typeahead .tt-query,
.form-group.focus .twitter-typeahead .tt-hint,
.twitter-typeahead .tt-query:focus,
.twitter-typeahead .tt-hint:focus {
  border-color: #ABB800;
  outline: 0;
  box-shadow: none;
}
.twitter-typeahead .tt-query[disabled],
.twitter-typeahead .tt-hint[disabled],
.twitter-typeahead .tt-query[readonly],
.twitter-typeahead .tt-hint[readonly],
fieldset[disabled] .twitter-typeahead .tt-query,
fieldset[disabled] .twitter-typeahead .tt-hint {
  background-color: #f5f5f5;
  border-color: #d6d6d6;
  color: #d6d6d6;
  cursor: default;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.twitter-typeahead .tt-query.flat,
.twitter-typeahead .tt-hint.flat {
  border-color: transparent;
}
.twitter-typeahead .tt-query.flat:hover,
.twitter-typeahead .tt-hint.flat:hover {
  border-color: rgba(110, 110, 110, 0.45);
}
.twitter-typeahead .tt-query.flat:focus,
.twitter-typeahead .tt-hint.flat:focus {
  border-color: #ABB800;
}
.twitter-typeahead .tt-dropdown-menu {
  width: 100%;
  margin-top: 5px;
  border: 2px solid #ABB800;
  padding: 5px 0;
  background-color: white;
  border-radius: 6px;
}
.twitter-typeahead .tt-suggestion p {
  padding: 6px 14px;
  font-size: 14px;
  line-height: 1.429;
  margin: 0;
}
.twitter-typeahead .tt-suggestion:first-child p,
.twitter-typeahead .tt-suggestion:last-child p {
  padding: 6px 14px;
}
.twitter-typeahead .tt-suggestion.tt-is-under-cursor,
.twitter-typeahead .tt-suggestion.tt-cursor {
  cursor: pointer;
  color: #fff;
  background-color: #919c00;
}
.progress {
  background: #ebedef;
  border-radius: 32px;
  height: 12px;
  box-shadow: none;
}
.progress-bar {
  background: #ABB800;
  line-height: 12px;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #50a150;
}
.progress-bar-warning {
  background-color: #e3b80d;
}
.progress-bar-danger {
  background-color: #e74c3c;
}
.progress-bar-info {
  background-color: #95a5a6;
}
.ui-spinner {
  display: inline-block;
  overflow: hidden;
  padding: 0 37px 0 0;
  position: relative;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .ui-spinner {
    display: block;
  }
}
.ui-spinner .ui-button-text {
  display: block;
}
.ui-spinner.focus .ui-spinner-input {
  color: #ABB800;
  border-color: #ABB800;
}
.ui-spinner.focus .ui-spinner-button {
  background-color: #ABB800;
}
.ui-spinner.focus .ui-spinner-button:hover {
  background-color: #919c00;
}
.ui-spinner.focus .ui-spinner-up {
  border-bottom-color: #919c00;
}
.ui-spinner-input {
  width: 55px;
  border-radius: 6px 0 0 6px;
  text-align: center;
  padding: 6px 12px;
  border-right-width: 0 !important;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.3;
}
.ui-spinner-input::-moz-placeholder {
  color: #718191;
  opacity: 1;
}
.ui-spinner-input:-ms-input-placeholder {
  color: #718191;
}
.ui-spinner-input::-webkit-input-placeholder {
  color: #718191;
}
.ui-spinner-input::-moz-placeholder {
  color: #718191;
  opacity: 1;
}
.ui-spinner-input:-ms-input-placeholder {
  color: #718191;
}
.ui-spinner-input::-webkit-input-placeholder {
  color: #718191;
}
@media (max-width: 768px) {
  .ui-spinner-input {
    width: 100%;
  }
}
.ui-spinner-input.input-hg + .ui-spinner-button {
  height: 28px;
  line-height: 25px;
}
.ui-spinner-input.input-hg + .ui-spinner-button + .ui-spinner-button {
  height: 25px;
  line-height: 25px;
}
.ui-spinner-input.input-lg + .ui-spinner-button {
  height: 24px;
  line-height: 21px;
}
.ui-spinner-input.input-lg + .ui-spinner-button + .ui-spinner-button {
  height: 21px;
  line-height: 21px;
}
.ui-spinner-input.input-sm {
  font-size: 18px;
  line-height: 1;
}
.ui-spinner-input.input-sm + .ui-spinner-button {
  height: 19px;
  line-height: 1;
}
.ui-spinner-input.input-sm + .ui-spinner-button + .ui-spinner-button {
  height: 17px;
  line-height: 1;
}
.input-group-addon + .ui-spinner .ui-spinner-input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ui-spinner-button {
  display: block;
  font-size: 0.5em;
  line-height: 19px;
  height: 22px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 37px;
  cursor: pointer;
  color: white;
  text-decoration: none;
  background-color: rgba(110, 110, 110, 0.45);
  outline: none;
}
.ui-spinner-button:hover {
  background-color: rgba(196, 196, 196, 0.615);
  color: #f7f8e6;
}
.ui-spinner-button .ui-icon {
  font-size: 0;
}
.ui-spinner-button .ui-icon:before {
  content: "\e600";
  font-family: "Flat-UI-Pro-Icons";
  font-size: 16px;
  line-height: 19px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-spinner-up {
  border-bottom: 2px solid rgba(196, 196, 196, 0.615);
  top: 0;
  border-radius: 0 6px 0 0;
}
.ui-spinner-down {
  bottom: 0;
  height: 20px;
  border-radius: 0 0 6px 0;
}
.ui-spinner-down .ui-icon:before {
  content: "\e601";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 8px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transition: border-color 0.25s, color 0.25s;
}
.dropdown-menu {
  z-index: 1000;
  background-color: #ffffff;
  min-width: 220px;
  border: solid 1px rgba(165, 165, 165, 0.31);
  border-top: none;
  padding: 0;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: none;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  height: 2px;
  margin: 3px 0;
  overflow: hidden;
  background-color: rgba(202, 206, 209, 0.5);
}
.dropdown-menu > li > a {
  position: relative;
  padding: 8px 16px;
  line-height: 1.429;
  color: #606d7a;
}
.dropdown-menu > li > a small {
  display: block;
  margin-top: -5px;
  color: #999999;
  font-weight: lighter;
}
.dropdown-menu > li:last-child > a:first-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #55606c;
  background-color: rgba(202, 206, 209, 0.5);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #34495e;
  background-color: #f8f8f3;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: rgba(110, 110, 110, 0.45);
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  background-color: transparent;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  padding: 8px 16px;
  line-height: 1.538;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(52, 73, 94, 0.6);
}
.dropdown-header:first-child {
  margin-top: 3px;
}
.dropdown-backdrop {
  z-index: 990;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom: 8px solid;
  margin-bottom: 0.25em;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-top: 0;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.label {
  display: inline-block;
  min-width: 10px;
  min-height: 15px;
  padding: 0.2em 0.7em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  vertical-align: 14%;
  white-space: nowrap;
  text-align: center;
  background-color: #ebedef;
  border-radius: 10px;
}
.label.label-m {
  min-width: 135px;
}
.label.dot {
  font-size: 20px;
  line-height: 26px;
  margin-right: 14px;
  margin-top: -4px;
  padding: 0.2em;
  border-radius: 26px;
  min-width: 35px;
  vertical-align: middle;
  float: left;
  color: #7b8996;
}
a.label:hover,
a.label:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.label [class*="fui-"]:before {
  position: relative;
  top: 2px;
  font-size: 16px;
}
.label-standar {
  line-height: 1.4;
}
.label-disabled {
  color: white;
}
.label-default {
  background-color: #ebedef;
  color: #7b8996 !important;
}
.label-default[href] {
  color: #7b8996;
}
.label-default[href]:hover,
.label-default[href]:focus {
  color: #7b8996;
  background-color: #e1e4e7;
}
.label-inverse {
  background-color: #485b6e;
  color: white !important;
}
.label-inverse[href] {
  color: white;
}
.label-inverse[href]:hover,
.label-inverse[href]:focus {
  color: white;
  background-color: #a4adb7;
}
.label-success {
  background-color: #27ae60;
  color: white !important;
}
.label-success[href] {
  color: white;
}
.label-success[href]:hover,
.label-success[href]:focus {
  color: white;
  background-color: #448944;
}
.label-important {
  background-color: #e74c3c;
  color: white !important;
}
.label-important[href] {
  color: white;
}
.label-important[href]:hover,
.label-important[href]:focus {
  color: white;
  background-color: #c44133;
}
.label-warning {
  background-color: #e3b80d;
  color: white !important;
}
.label-warning[href] {
  color: white;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  color: white;
  background-color: #c19c0b;
}
.label-info {
  background-color: #95a5a6;
  color: white !important;
}
.label-info[href] {
  color: white;
}
.label-info[href]:hover,
.label-info[href]:focus {
  color: white;
  background-color: #7f8c8d;
}
.label-primary {
  background-color: #ABB800;
  color: white !important;
}
.label-primary[href] {
  color: white;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  color: white;
  background-color: #919c00;
}
.badge {
  font-size: 12px;
  font-weight: normal;
  color: white;
  line-height: 1.615;
  background-color: #50a150;
  border-radius: 4px;
  padding: 0 8px;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: white;
}
a.list-group-item > .badge,
.nav-pills > li > a > .badge {
  color: #9aa4af;
  background-color: #50a150;
}
.alert {
  color: #34495e;
  padding: 18px 45px 14px 30px;
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 1.625;
  border-radius: 6px;
}
.alert .alert-link {
  font-weight: bold;
}
.alert .alert-link:hover {
  text-decoration: underline;
}
.alert .alert-link.btn {
  color: white;
  text-decoration: none;
}
.alert .alert-link.btn:active,
.alert .alert-link.btn.active {
  color: rgba(255, 255, 255, 0.75);
}
.alert h4 {
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 4px;
}
.alert p {
  font-size: inherit;
  line-height: inherit;
}
.alert .close {
  position: relative;
  top: 3px;
  right: -31px;
  line-height: 18px;
  font-size: 18px;
  color: #34495e;
}
.alert .btn {
  margin-bottom: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .alert .btn {
    display: block;
    min-width: auto;
    margin-bottom: 10px;
    margin-right: -15px;
  }
}
.alert-success {
  color: #858F00;
  background-color: #f0f5f2;
  border-color: rgba(105, 118, 105, 0.4775);
}
.alert-success hr {
  border-top-color: rgba(93, 104, 93, 0.4775);
}
.alert-success .alert-link {
  color: #565c00;
}
.alert-success .alert-link {
  color: #858F00;
}
.alert-info {
  color: #16ABF4;
  background-color: #ffffff;
  border-color: #dcf2fd;
}
.alert-info hr {
  border-top-color: #c4eafc;
}
.alert-info .alert-link {
  color: #0a8dcd;
}
.alert-info .alert-link {
  color: #16ABF4;
}
.alert-warning {
  color: #34495e;
  background-color: #f8f8f3;
  border-color: rgba(110, 110, 110, 0.45);
}
.alert-warning hr {
  border-top-color: rgba(97, 97, 97, 0.45);
}
.alert-warning .alert-link {
  color: #222f3d;
}
.alert-warning .alert-link {
  color: #34495e;
}
.alert-danger {
  color: #e74c3c;
  background-color: #f8f5f5;
  border-color: rgba(120, 107, 106, 0.46375);
}
.alert-danger hr {
  border-top-color: rgba(106, 95, 94, 0.46375);
}
.alert-danger .alert-link {
  color: #d62c1a;
}
.alert-danger .alert-link {
  color: #e74c3c;
}
.bottom-menu {
  background-color: #ffffff;
  color: #bcc3ca;
  padding-top: 42px;
  padding-bottom: 42px;
  line-height: 1;
}
.bottom-menu .bottom-menu-brand {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  margin: 0 15px 15px;
  transition: none;
}
@media (min-width: 768px) {
  .bottom-menu .bottom-menu-brand {
    margin: 0;
  }
}
.bottom-menu .title {
  font-size: 13px;
  font-weight: 700;
  margin: 0 15px 10px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .bottom-menu .title {
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
  }
}
.bottom-menu a {
  color: inherit;
}
.active .bottom-menu a,
.bottom-menu a:hover,
.bottom-menu a:focus {
  color: #ABB800;
}
.bottom-menu .label,
.bottom-menu .badge {
  vertical-align: middle;
}
.bottom-menu-inverse {
  background-color: #34495e;
  color: #677786;
}
.bottom-menu-inverse a {
  color: inherit;
}
.active .bottom-menu-inverse a,
.bottom-menu-inverse a:hover,
.bottom-menu-inverse a:focus {
  color: #ABB800;
}
.bottom-menu-large {
  padding-bottom: 41px;
  padding-top: 56px;
}
@media (min-width: 768px) {
  .bottom-menu-large {
    padding-bottom: 52px;
  }
}
.bottom-menu-list,
.bottom-menu-iconic-list {
  margin: 0 15px;
  padding: 0;
  list-style: none;
}
.bottom-menu-list:before,
.bottom-menu-iconic-list:before,
.bottom-menu-list:after,
.bottom-menu-iconic-list:after {
  display: table;
  content: " ";
}
.bottom-menu-list:after,
.bottom-menu-iconic-list:after {
  clear: both;
}
.bottom-menu-list:before,
.bottom-menu-iconic-list:before,
.bottom-menu-list:after,
.bottom-menu-iconic-list:after {
  display: table;
  content: " ";
}
.bottom-menu-list:after,
.bottom-menu-iconic-list:after {
  clear: both;
}
.bottom-menu-list:before,
.bottom-menu-iconic-list:before,
.bottom-menu-list:after,
.bottom-menu-iconic-list:after {
  content: " ";
  display: table;
}
.bottom-menu-list:after,
.bottom-menu-iconic-list:after {
  clear: both;
}
.bottom-menu-list:before,
.bottom-menu-iconic-list:before,
.bottom-menu-list:after,
.bottom-menu-iconic-list:after {
  content: " ";
  display: table;
}
.bottom-menu-list:after,
.bottom-menu-iconic-list:after {
  clear: both;
}
.bottom-menu-list li,
.bottom-menu-iconic-list li {
  display: block;
}
.bottom-menu-list a,
.bottom-menu-iconic-list a {
  display: inline-block;
  line-height: 24px;
}
.bottom-menu-list {
  font-size: 14px;
  line-height: 1.286;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .bottom-menu-list {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .bottom-menu-list li {
    display: inline-block;
    margin-right: 23px;
  }
  .title + .bottom-menu-list li {
    display: block;
    margin-right: 0;
  }
}
.bottom-menu-iconic-list {
  font-size: 14px;
  line-height: 1;
}
.bottom-menu-iconic-list li {
  display: inline-block;
  margin-right: 18px;
}
.bottom-menu-iconic-list li:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .bottom-menu-iconic-list {
    margin-right: 0;
    margin-left: 0;
  }
}
/*
.nav-pills {
  > li {
    &:first-child {
      > a {
        border-left: none;
        border-radius: @nav-border-radius 0 0 @nav-border-radius;
      }
    }
    &:last-child {
      > a {
        border-radius: 0 @nav-border-radius @nav-border-radius 0;
      }
    }
    &.active {
      > a,
      > a:hover {
        background-color: @btn-primary-active-bg;
      }
    }


    @media (max-width: @screen-xs-max) {
      float: none;
      display: block;

      &:first-child > a { border-radius: @nav-border-radius @nav-border-radius 0 0; }
      &:last-child > a  { border-radius: 0 0 @nav-border-radius @nav-border-radius; }
    }

    > a {
      background-color: @brand-secondary;
      border-left: 2px solid @btn-primary-active-bg;
      color: @inverse;
      font-size: floor((@component-font-size-base * 1.067)); // ~16px
      font-weight: 700;
      line-height: 1;
      margin: 0;
      outline: none;
      padding: 12px 21px 13px;
      border-radius: 0;

      @media (max-width: @screen-xs-max) {
        border-left: none;
        display: block;
      }

      &:hover,
      &:focus {
        background-color: @btn-primary-hover-bg;
      }
      &:active {
        background-color: @btn-primary-active-bg;
      }

      > .badge {
        margin: -4px 0 -4px 3px;
        position: relative;
        top: -1px;
        background-color: @inverse;
      }
    }
  }
  > li + li {
    margin-left: 0;
  }
}
*/
/*
.nav-stacked {
  > li,
  > li:first-child,
  > li:last-child {
    > a {
      border-left: none;
      border-radius: @nav-border-radius;

      > .badge {
        top: 2px;
      }
    }
  }
}
*/
.nav-tabs {
  border-bottom: none;
}
.nav-tabs > li {
  display: block;
  float: none;
  margin-bottom: -2px;
  position: relative;
}
.nav-tabs > li.active {
  z-index: 2;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #ffffff;
  border: 2px solid #ABB800;
  color: #7f8c9a;
}
.nav-tabs > li.active > a:before,
.nav-tabs > li.active > a:hover:before,
.nav-tabs > li.active > a:focus:before {
  display: none;
}
.nav-tabs > li.active .dropdown-toggle .caret,
.nav-tabs > li.active .dropdown-toggle:hover .caret,
.nav-tabs > li.active .dropdown-toggle:focus .caret {
  border-bottom-color: #7f8c9a;
  border-top-color: #7f8c9a;
}
.nav-tabs > li.dropdown.active > a,
.nav-tabs > li.dropdown.active > a.dropdown-toggle,
.nav-tabs > li.dropdown.active > a:hover {
  color: white;
}
.nav-tabs > li.dropdown.active > a .caret,
.nav-tabs > li.dropdown.active > a.dropdown-toggle .caret,
.nav-tabs > li.dropdown.active > a:hover .caret {
  border-bottom-color: white;
  border-top-color: white;
}
.nav-tabs > li.dropdown.active.open > a,
.nav-tabs > li.dropdown.active.open > a.dropdown-toggle,
.nav-tabs > li.dropdown.active.open > a:hover {
  color: #7f8c9a;
  border-radius: 4px 4px 4px 0;
}
.nav-tabs > li.dropdown.active.open > a .caret,
.nav-tabs > li.dropdown.active.open > a.dropdown-toggle .caret,
.nav-tabs > li.dropdown.active.open > a:hover .caret {
  border-bottom-color: #7f8c9a;
  border-top-color: #7f8c9a;
}
.nav-tabs > li.open a.dropdown-toggle,
.nav-tabs > li.open.active a.dropdown-toggle,
.nav-tabs > li.open a.dropdown-toggle:hover,
.nav-tabs > li.open.active a.dropdown-toggle:hover {
  background-color: #ffffff;
  border-color: rgba(110, 110, 110, 0.45);
  color: #7f8c9a;
}
@media (min-width: 768px) {
  .nav-tabs > li.open a.dropdown-toggle,
  .nav-tabs > li.open.active a.dropdown-toggle,
  .nav-tabs > li.open a.dropdown-toggle:hover,
  .nav-tabs > li.open.active a.dropdown-toggle:hover {
    border-bottom-color: transparent;
  }
}
.nav-tabs > li.open a.dropdown-toggle .caret,
.nav-tabs > li.open.active a.dropdown-toggle .caret,
.nav-tabs > li.open a.dropdown-toggle:hover .caret,
.nav-tabs > li.open.active a.dropdown-toggle:hover .caret {
  border-bottom-color: #7f8c9a;
  border-top-color: #7f8c9a;
}
.nav-tabs > li.open .dropdown-menu,
.nav-tabs > li.open.active .dropdown-menu {
  margin-top: -2px;
}
.nav-tabs > li.open.active {
  z-index: 1003;
}
.nav-tabs > li > a {
  cursor: pointer;
  border: 2px solid rgba(110, 110, 110, 0.45);
  border-width: 2px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 10px 15px;
  color: #7f8c9a;
  border-radius: 4px;
  transition: none;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: transparent;
  border: 2px solid rgba(110, 110, 110, 0.45);
  outline: none;
  color: #ABB800;
}
.nav-tabs > li .dropdown-toggle {
  position: relative;
  z-index: 1002;
}
.nav-tabs > li .dropdown-toggle:hover .caret,
.nav-tabs > li .dropdown-toggle:focus .caret {
  border-bottom-color: #ABB800;
  border-top-color: #ABB800;
}
.nav-tabs > li .dropdown-menu {
  border: 2px solid rgba(110, 110, 110, 0.45);
  border-radius: 0 6px 6px 6px;
}
.nav-tabs > li .dropdown-menu li:first-child > a {
  border-radius: 0 4px 0 0;
}
.nav-tabs > li .dropdown-menu li:last-child > a {
  border-radius: 0 0 4px 4px;
}
.nav-tabs > li .dropdown-menu li a {
  border-radius: 0;
}
.nav-tabs > li .open .dropdown-toggle {
  background-color: #ffffff;
}
@media (min-width: 480px) {
  .nav-tabs {
    margin-bottom: 20px;
    border-bottom-width: 2px;
    border-bottom-color: rgba(110, 110, 110, 0.45);
  }
  .nav-tabs.nav-append-content {
    border-bottom: none;
    margin-bottom: 0;
  }
  .nav-tabs.nav-append-content > li.active:first-child:before {
    display: block;
    background-color: white;
    border-left: 2px solid rgba(110, 110, 110, 0.45);
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    bottom: -4px;
    width: 6px;
    z-index: 2;
  }
  .nav-tabs.nav-append-content > li.dropdown.active > a,
  .nav-tabs.nav-append-content > li.dropdown.active > a.dropdown-toggle,
  .nav-tabs.nav-append-content > li.dropdown.active > a:hover {
    color: #7f8c9a;
  }
  .nav-tabs.nav-append-content > li.dropdown.active > a .caret,
  .nav-tabs.nav-append-content > li.dropdown.active > a.dropdown-toggle .caret,
  .nav-tabs.nav-append-content > li.dropdown.active > a:hover .caret {
    border-bottom-color: #7f8c9a;
    border-top-color: #7f8c9a;
  }
  .nav-tabs > li {
    float: left;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    background-color: #ffffff;
    border-color: rgba(110, 110, 110, 0.45);
    border-bottom-color: white;
    border-width: 2px;
    color: #7f8c9a;
  }
  .nav-tabs > li.active:before {
    display: none;
  }
  .nav-tabs > li > a,
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    border: none;
    margin-right: 0;
    margin-bottom: 0;
    padding: 7px 14px 4px;
    border-radius: 6px 6px 0 0;
    border-color: transparent;
  }
}
.tab-content {
  border: 2px solid rgba(110, 110, 110, 0.45);
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px 20px 5px;
  position: relative;
  z-index: 1;
}
.nav-list {
  padding-left: 13px;
  padding-right: 13px;
}
.nav-list .nav-header {
  margin-left: -26px;
  margin-right: -13px;
  padding: 0 13px;
  font-weight: 700;
  line-height: 1.538;
}
.nav-list li {
  margin-bottom: 3px;
}
.nav-list li.active a,
.nav-list li.active a:hover,
.nav-list li.active a:focus {
  background-color: #edeff1;
  color: #526476;
}
.nav-list li.disabled a,
.nav-list li.disabled a:hover,
.nav-list li.disabled a:focus {
  opacity: 0.6;
}
.nav-list li.divider {
  height: 2px;
  border-bottom: none;
  margin: 13px -13px 17px -13px;
  background-color: #edeff1;
}
.nav-list li a {
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.333;
  font-weight: 700;
  margin-left: -13px;
  margin-right: -13px;
  padding: 6px 13px 7px;
  text-shadow: none;
}
.nav-list li a .btn {
  font-size: 90%;
  font-weight: normal;
  line-height: 1.2;
  vertical-align: inherit;
  padding: 0.33em 0.8em;
  margin: -2px -8px;
}
.nav-list .badge.pull-right {
  margin: 1px -4px -1px 0;
}
.nav-list dt,
.nav-list dd {
  line-height: 1.7;
}
.table-striped .nav-list > li a {
  background-color: white;
}
.table-striped .nav-list > li a:hover,
.table-striped .nav-list > li a:focus {
  background-color: white;
}
.nav-header {
  color: #aeb6bf;
  font-size: 12px;
  text-transform: uppercase;
}
/*

.nav-list-vivid {
    background-color: @nav-list-bg;
    border-radius: @nav-item-border-radius;
    padding-bottom: 2px;

    > li {
        margin-bottom: 2px;

        &.divider {
            background-color: transparent;
            margin: 3px 0 0;
        }
        &.active {
            > a,
            > a:hover,
            > a:focus {
                background-color: @nav-list-active-bg;
                color: @inverse;
            }
        }
        > a {
            border-radius: 0;
            color: @nav-list-color;
            font-size: ceil((@component-font-size-base * 0.933)); // ~14px

            &:hover,
            &:focus {
                color: @nav-list-hover-color;
            }
        }
    }
    .nav-header {
        &:first-child {
            padding-top: 10px;
        }
    }
}

*/
/*
.nav-list-bricks {

    > li {
        margin-bottom: 7px;

        &.active {
            > a,
            > a:hover,
            > a:focus {
                background-color: @nav-list-active-bg;
                color: @nav-list-color-inverse;
            }
        }
        &.disabled {
            > a,
            > a:hover,
            > a:focus {
                background-color: @nav-list-bg;
            }
        }
        > a {
            padding: 8px 10px 8px 14px;
            border-radius: @nav-item-border-radius;
            background-color: @nav-list-bg;
            color: @nav-list-color;
            font-size: ceil((@component-font-size-base * 0.933)); // ~14px
            line-height: 1.333; // ~20px
            font-weight: 700;

            &:hover,
            &:focus {
                color: @nav-list-hover-color;
            }
            [class^="fui-"], [class*=" fui-"] {
                color:@nav-list-color-inverse;
            }
        }
    }
}
*/
.navbar {
  font-size: 14px;
  min-height: 53px;
  margin-bottom: 0;
  border: none;
  border-radius: 6px;
}
.navbar .gravatar-sm {
  border-radius: 21px;
  width: 42px;
  height: 42px;
  border: solid 2px #ffffff;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  box-shadow: none;
  padding-right: 21px;
  padding-left: 21px;
}
.navbar-collapse .navbar-form:first-child {
  border: none;
}
@media (min-width: 768px) {
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -21px;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child > li:first-child a {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -21px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child > .dropdown:last-child > a {
    border-radius: 0 6px 6px 0;
  }
  .navbar-fixed-top .navbar-collapse .navbar-form.navbar-right:last-child,
  .navbar-fixed-bottom .navbar-collapse .navbar-form.navbar-right:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-bottom: 8px;
  }
}
.navbar .container,
.navbar .container-fluid {
  padding-left: 21px;
  padding-right: 21px;
}
.navbar .container > .navbar-header,
.navbar .container-fluid > .navbar-header,
.navbar .container > .navbar-collapse,
.navbar .container-fluid > .navbar-collapse {
  margin-right: -21px;
  margin-left: -21px;
}
@media (min-width: 768px) {
  .navbar .container > .navbar-header,
  .navbar .container-fluid > .navbar-header,
  .navbar .container > .navbar-collapse,
  .navbar .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0;
  border-radius: 0;
}
.navbar-fixed-top {
  border-width: 0;
}
.navbar-fixed-bottom {
  margin-bottom: 0;
  border-width: 0;
}
.navbar-brand {
  font-size: 22px;
  line-height: 1.042;
  height: 53px;
  font-weight: 700;
  padding: 14px 0;
}
.navbar-brand > [class*="fui-"] {
  font-size: 17px;
  line-height: 1.263;
  vertical-align: top;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -21px;
  }
}
.navbar-toggle {
  border: none;
  color: #34495e;
  margin: 0 0 0 21px;
  padding: 0 21px;
  height: 53px;
  line-height: 53px;
}
.navbar-toggle:before {
  color: #858F00;
  content: "\e61a";
  font-family: "Flat-UI-Pro-Icons";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.25s linear;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle:hover:before,
.navbar-toggle:focus:before {
  color: #1abc9c;
}
.navbar-toggle .icon-bar {
  display: none;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0;
}
.navbar-nav > li > a {
  padding: 15px 21px;
  line-height: 23px;
  font-weight: 700;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav .open > a:focus,
.navbar-nav .open > a:hover {
  background-color: transparent;
}
.navbar-nav [class^="fui-"] {
  line-height: 20px;
  position: relative;
  top: 1px;
}
.navbar-nav .visible-sm > [class^="fui-"],
.navbar-nav .visible-xs > [class^="fui-"] {
  margin-left: 12px;
}
@media (max-width: 767px) {
  .navbar-nav {
    margin: 0 -21px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 7px 15px 7px 31px !important;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 23px;
  }
  .navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.navbar-input {
  height: 35px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.4;
  border-radius: 6px;
}
select.navbar-input {
  height: 35px;
  line-height: 35px;
}
textarea.navbar-input,
select[multiple].navbar-input {
  height: auto;
}
.navbar-form {
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 19px;
  padding-left: 19px;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media (max-width: 767px) {
  .navbar-form {
    margin: 3px -21px;
    width: auto;
  }
}
.navbar-form .form-control,
.navbar-form .input-group-addon,
.navbar-form .btn {
  height: 35px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.4;
  border-radius: 6px;
}
select.navbar-form .form-control,
select.navbar-form .input-group-addon,
select.navbar-form .btn {
  height: 35px;
  line-height: 35px;
}
textarea.navbar-form .form-control,
textarea.navbar-form .input-group-addon,
textarea.navbar-form .btn,
select[multiple].navbar-form .form-control,
select[multiple].navbar-form .input-group-addon,
select[multiple].navbar-form .btn {
  height: auto;
}
.navbar-form .btn {
  margin: 0;
}
.navbar-form .input-group .form-control:first-child,
.navbar-form .input-group-addon:first-child,
.navbar-form .input-group-btn:first-child > .btn,
.navbar-form .input-group-btn:first-child > .dropdown-toggle,
.navbar-form .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.navbar-form .input-group .form-control:last-child,
.navbar-form .input-group-addon:last-child,
.navbar-form .input-group-btn:last-child > .btn,
.navbar-form .input-group-btn:last-child > .dropdown-toggle,
.navbar-form .input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.navbar-form .form-control {
  font-size: 14px;
  border-radius: 5px;
  display: table-cell;
}
.navbar-form .form-group ~ .btn {
  font-size: 14px;
  border-radius: 5px;
  margin-left: 5px;
}
.navbar-form .form-group + .btn {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .navbar-form .input-group {
    width: 195px;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 7px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
  .navbar-form .form-group + .btn {
    margin-left: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  min-width: 100%;
}
@media (max-width: 767px) {
  .navbar-nav > li.open > .dropdown-menu {
    margin-top: 0 !important;
  }
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar-nav > .open > .dropdown-toggle,
.navbar-nav > .open > .dropdown-toggle:focus,
.navbar-nav > .open > .dropdown-toggle:hover {
  background-color: transparent;
}
.navbar-text {
  font-size: 14px;
  line-height: 1.438;
  color: #34495e;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 21px;
    margin-right: 21px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 9px;
  margin-bottom: 8px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-chat {
  position: relative;
}
.navbar-chat::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 4px;
  width: 14px;
  /* ajusta según el tamaño deseado */
  height: 14px;
  /* ajusta según el tamaño deseado */
  background: url(assets/chat-green-cdca7bd039d444e358ff.svg) no-repeat center;
  background-size: contain;
}
.navbar-chat:hover::after {
  animation: pulse-slim 0.3s ease-in-out;
}
li .navbar-free {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  background-color: transparent;
  color: #ABB800;
  font-size: 12px;
  font-weight: 100;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 16px;
  line-height: 16px;
  margin: -6px -16px;
  min-width: 18px;
  padding: 0 1px;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 35%;
  width: auto;
  z-index: 10;
}
li:hover .navbar-free {
  animation: pulse-slim 0.3s ease-in-out;
}
.navbar-unread,
.navbar-new {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  background-color: #e74c3c;
  border-radius: 50%;
  color: white;
  font-size: 0;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  text-align: center;
  z-index: -1;
}
.active .navbar-unread,
.active .navbar-new {
  background-color: white;
  display: none;
}
.gravatar-container {
  position: relative;
  display: inline-block;
}
.gravatar-container .navbar-unread {
  top: -8px;
  right: 2px;
  height: 12px;
  width: 12px;
}
.navbar-new {
  font-size: 12px;
  height: 18px;
  line-height: 17px;
  top: 35%;
  margin: -10px 3px;
  min-width: 18px;
  padding: 0 1px 0 0;
  width: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}
.navbar-default {
  background-color: transparent;
}
.navbar-default .navbar-brand {
  color: #34495e;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ABB800;
  background-color: transparent;
}
.navbar-default .navbar-toggle:before {
  color: #34495e;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover:before,
.navbar-default .navbar-toggle:focus:before {
  color: #ABB800;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}
.navbar-default .navbar-nav > li > a {
  color: #34495e;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ABB800;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ABB800;
  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-nav > .dropdown > a .caret {
  border-top-color: #34495e;
  border-bottom-color: #34495e;
}
.navbar-default .navbar-nav > .active > a .caret {
  border-top-color: #ABB800;
  border-bottom-color: #ABB800;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #ABB800;
  border-bottom-color: #ABB800;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #ABB800;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #ABB800;
  border-bottom-color: #ABB800;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #34495e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ABB800;
    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: #ABB800;
    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-form .form-control {
  border-color: transparent;
}
.navbar-default .navbar-form .form-control::-moz-placeholder {
  color: #aeb6bf;
  opacity: 1;
}
.navbar-default .navbar-form .form-control:-ms-input-placeholder {
  color: #aeb6bf;
}
.navbar-default .navbar-form .form-control::-webkit-input-placeholder {
  color: #aeb6bf;
}
.navbar-default .navbar-form .form-control::-moz-placeholder {
  color: #aeb6bf;
  opacity: 1;
}
.navbar-default .navbar-form .form-control:-ms-input-placeholder {
  color: #aeb6bf;
}
.navbar-default .navbar-form .form-control::-webkit-input-placeholder {
  color: #aeb6bf;
}
.navbar-default .navbar-form .form-control:focus {
  border-color: #ABB800;
  color: #ABB800;
}
.navbar-default .navbar-form .input-group-btn .btn {
  border-color: transparent;
  color: #919ba4;
}
.navbar-default .navbar-form .input-group.focus .form-control,
.navbar-default .navbar-form .input-group.focus .input-group-btn .btn {
  border-color: #ABB800;
  color: #ABB800;
}
.navbar-default .navbar-text {
  color: #ABB800;
}
.navbar-default .navbar-link {
  color: #34495e;
}
.navbar-default .navbar-link:hover {
  color: #ABB800;
}
.navbar-default .btn-link {
  color: #34495e;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ABB800;
}
.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: @navbar-inverse-bg;

  .navbar-brand {
    color: @navbar-inverse-brand-color;
    &:hover,
    &:focus {
      color: @navbar-inverse-brand-hover-color;
      background-color: @navbar-inverse-brand-hover-bg;
    }
  }

  .navbar-toggle {
    &:before {
      color: @navbar-inverse-toggle-color;
    }
    &:hover,
    &:focus {
      background-color: transparent;

      &:before {
        color: @navbar-inverse-toggle-hover-color;
      }
    }
  }

  .navbar-collapse {
    border-color: @navbar-inverse-form-border;
    border-width: 2px;
  }

  .navbar-nav {
    > li > a {
      color: @navbar-inverse-link-color;

      &:hover,
      &:focus {
        color: @navbar-inverse-link-hover-color;
        background-color: @navbar-inverse-link-hover-bg;
      }
    }
    > .active > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-inverse-link-active-color;
        background-color: @navbar-inverse-link-active-bg;
      }
    }
    > .disabled > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-inverse-link-disabled-color;
        background-color: @navbar-inverse-link-disabled-bg;
      }
    }
  }

  // Dropdown menu items and carets
  .navbar-nav {
    // Caret should match text color on hover
    > .dropdown > a:hover .caret,
    > .dropdown > a:focus .caret {
      border-top-color: @navbar-inverse-caret-hover-color;
      border-bottom-color: @navbar-inverse-caret-hover-color;
    }

    // Remove background color from open dropdown
    > .open > a {
      &,
      &:hover,
      &:focus {
        background-color: @navbar-inverse-link-active-bg;
        color: @navbar-inverse-link-active-color;
        border-left-color: transparent;
        .caret {
          border-top-color: @navbar-inverse-link-active-color;
          border-bottom-color: @navbar-inverse-link-active-color;
        }
      }
    }
    > .dropdown > a .caret {
      border-top-color: @navbar-inverse-caret-color;
      border-bottom-color: @navbar-inverse-caret-color;
    }

    > .open {
      > .dropdown-menu {
        background-color: @navbar-inverse-dropdown-bg;
        padding: 3px 4px;

        > li > a {
          color: @navbar-inverse-dropdown-link-color;
          border-radius: @border-radius-base;
          padding: 6px 9px;

          &:hover,
          &:focus {
            color: @navbar-inverse-dropdown-link-hover-color;
            background-color: @navbar-inverse-dropdown-link-hover-bg;
          }
        }
        > .divider {
          background-color: @navbar-inverse-divider;
          height: 2px;
          margin-left: -4px;
          margin-right: -4px;
        }
      }
    }

    @media (max-width: @grid-float-breakpoint-max) {
      > li > a {
        border-left-width: 0;
      }
      // Dropdowns get custom display when collapsed
      .open .dropdown-menu {
        > li > a {
          color: @navbar-inverse-link-color;
          &:hover,
          &:focus {
            color: @navbar-inverse-link-hover-color;
            background-color: @navbar-inverse-link-hover-bg;
          }
        }
        > .active > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-inverse-link-active-color;
            background-color: @navbar-inverse-link-active-bg;
          }
        }
        > .disabled > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-inverse-link-disabled-color;
            background-color: @navbar-inverse-link-disabled-bg;
          }
        }
      }
      // Custom background for dividers when collapsed
      .dropdown-menu .divider {
        background-color: @navbar-inverse-divider;
      }
    }
  }

  .navbar-form {
    .form-control {
      color: @navbar-inverse-form-placeholder;
      border-color: transparent;
      background-color: @navbar-inverse-form-bg;
      .placeholder(@navbar-inverse-form-placeholder);

      &:focus {
        border-color: @brand-secondary;
        color: @brand-secondary;
      }
    }
    .btn {
      .button-variant(@btn-default-color, @brand-secondary, @btn-primary-hover-bg, @btn-primary-active-bg);
    }
    .input-group-btn .btn {
      border-color: transparent;
      background-color: @navbar-inverse-form-bg;
      color: @navbar-inverse-form-icon;
    }
    .input-group.focus {
      .form-control,
      .input-group-btn .btn {
        border-color: @brand-secondary;
        color: @brand-secondary;
      }
    }

    @media (max-width: @grid-float-breakpoint-max) {
      border-color: @navbar-inverse-form-border;
      border-width: 2px 0;
    }
  }

  .navbar-text {
    color: @inverse;

    a {
      color: @navbar-inverse-link-color;

      &:hover,
      &:focus {
        color: @navbar-inverse-link-hover-color;
      }
    }
  }

  .navbar-btn {
    .button-variant(@btn-default-color, @brand-secondary, @btn-primary-hover-bg, @btn-primary-active-bg);
  }
}
*/
/*
.navbar-embossed {
  @media (min-width: @grid-float-breakpoint) {
    > .navbar-collapse {
      border-radius: @navbar-border-radius;
      box-shadow: inset 0 -2px 0 fade(black, 15%);
    }
    &.navbar-inverse .navbar-nav {
      .active > a,
      .open > a {
        box-shadow: inset 0 -2px 0 fade(black, 15%);
      }
    }
  }
}
*/
/*
.navbar-lg {
  min-height: @navbar-height-large;

  .navbar-brand {
    line-height: 1;
    height: @navbar-height-large;
    padding-top: ((@navbar-height-large - 24px) / 2);
    padding-bottom: ((@navbar-height-large - 24px) / 2);

    > [class*="fui-"] {
      font-size: floor((@component-font-size-base * 1.6)); // ~24px
      line-height: 1;
    }
  }

  .navbar-nav {
    > li > a {
      font-size: @component-font-size-base;
      line-height: 1.6;

      @media (min-width: @grid-float-breakpoint) {
        padding-top: ((@navbar-height-large - 24px) / 2);
        padding-bottom: ((@navbar-height-large - 24px) / 2);
      }
    }
  }

  .navbar-toggle {
    height: @navbar-height-large;
    line-height: @navbar-height-large;
  }

  .navbar-form {
    .navbar-vertical-align(@input-height-sm, @navbar-height-large);
  }

  .navbar-text {
    .navbar-vertical-align(23px, @navbar-height-large);
  }

  .navbar-btn {
    margin-top: ((@navbar-height-large - @input-height-base) / 2);
    margin-bottom: ((@navbar-height-large - @input-height-base) / 2);

    &.btn-sm {
      margin-top: ((@navbar-height-large - @input-height-sm) / 2);
      margin-bottom: ((@navbar-height-large - @input-height-sm) / 2);
    }
    &.btn-xs {
      margin-top: ((@navbar-height-large - 25px) / 2);
      margin-bottom: ((@navbar-height-large - 25px) / 2);
    }
  }
}
*/
.popover {
  background-color: #edeff1;
  border: none;
  padding: 0;
  z-index: 1060;
  max-width: 276px;
  border-radius: 6px;
  box-shadow: none;
}
.popover.top {
  margin-top: -14px;
}
.popover.right {
  margin-left: 14px;
}
.popover.bottom {
  margin-top: 14px;
}
.popover.left {
  margin-left: -14px;
}
.popover-title {
  margin: 0;
  background-color: #bcc3ca;
  color: white;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  padding: 10px 20px 11px;
  border: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.popover-title:not(:empty) + .popover-content > p {
  margin-bottom: 0;
}
.popover-content {
  padding: 9px 20px;
  font-size: 14px;
  line-height: 1.286;
}
.popover-content p {
  font-size: inherit;
  line-height: inherit;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 10px;
}
.popover > .arrow:after {
  border-width: 9px;
}
.popover.top > .arrow {
  margin-left: -10px;
  border-top-color: transparent;
  bottom: -10px;
}
.popover.top > .arrow:after {
  margin-left: -9px;
  border-top-color: #edeff1;
}
.popover.right > .arrow {
  left: -10px;
  margin-top: -10px;
  border-right-color: transparent;
}
.popover.right > .arrow:after {
  bottom: -9px;
  border-right-color: #edeff1;
}
.popover.bottom > .arrow {
  margin-left: -10px;
  border-bottom-color: transparent;
  top: -10px;
}
.popover.bottom > .arrow:after {
  margin-left: -9px;
  border-bottom-color: #edeff1;
}
.popover.left > .arrow {
  right: -10px;
  margin-top: -10px;
  border-left-color: transparent;
}
.popover.left > .arrow:after {
  border-left-color: #edeff1;
  bottom: -9px;
}
.dialogs {
  position: absolute;
  top: 54px;
  width: 100%;
  z-index: 10;
}
.ng-sticky-fixed {
  position: fixed;
  top: 0;
}
.dialog {
  width: 100%;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  font-size: 14px;
  padding: 20px 0 12px 0;
}
.dialog p {
  line-height: 1.5;
  display: table-cell;
}
.dialog.dialog-default {
  background-color: #ebedef;
  border-bottom-color: #aeb6bf;
}
.dialog.dialog-success {
  background-color: #eef6ee;
  border-bottom-color: #b9d9b9;
}
.dialog.dialog-danger {
  background-color: #fdedec;
  border-bottom-color: #f5b7b1;
}
.dialog.dialog-warning {
  background-color: #fcf8e7;
  border-bottom-color: #f4e39e;
}
.dialog.dialog-info {
  background-color: #f4f6f6;
  border-bottom-color: #d5dbdb;
}
.dialog.dialog-inverse {
  background-color: #34495e;
  border-top-color: #2a3a4b;
  color: white;
}
.dialog span.fui-super {
  padding-left: 4px;
}
.dialog a {
  color: #15967d;
}
/*
  Demo and trial bars
*/
.trial {
  border-bottom: dotted 4px #ecd300;
  background-color: #fdfadd;
  padding: 6px 0 6px 0;
  position: relative;
}
.dialog-clickable {
  cursor: pointer;
}
.dialog-clickable:hover,
.dialog-clickable:focus {
  background-color: #fcf4ac;
}
.panel {
  margin-bottom: 22px;
  background-color: white;
  border: 2px solid transparent;
  border-radius: 6px;
  box-shadow: none;
}
.panel-heading {
  border-bottom: 2px solid transparent;
  border-top-radius: 3px;
}
.panel-title {
  font-size: 23px;
  line-height: 1.292;
  font-weight: normal;
}
.panel-footer {
  background-color: rgba(110, 110, 110, 0.45);
  border-top: 2px solid rgba(110, 110, 110, 0.45);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group .list-group-item {
  border-width: 2px 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 2px solid #eeeeee;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  border-radius: 6px;
}
.panel-group .panel + .panel {
  margin-top: 8px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 2px solid rgba(110, 110, 110, 0.45);
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 2px solid rgba(110, 110, 110, 0.45);
}
.panel-default {
  border-color: rgba(110, 110, 110, 0.45);
}
.panel-default > .panel-heading {
  color: white;
  background-color: rgba(110, 110, 110, 0.45);
  border-color: rgba(110, 110, 110, 0.45);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(110, 110, 110, 0.45);
}
.panel-default > .panel-heading .badge {
  color: rgba(110, 110, 110, 0.45);
  background-color: white;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(110, 110, 110, 0.45);
}
.panel-default > .panel-heading {
  color: white;
  background-color: rgba(110, 110, 110, 0.45);
  border-color: rgba(110, 110, 110, 0.45);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(110, 110, 110, 0.45);
}
.panel-default > .panel-heading .badge {
  color: rgba(110, 110, 110, 0.45);
  background-color: white;
}
.panel-default > .panel-footer {
  color: white;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(110, 110, 110, 0.45);
}
.panel-primary {
  border-color: #34495e;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #34495e;
  border-color: #34495e;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #34495e;
}
.panel-primary > .panel-heading .badge {
  color: #34495e;
  background-color: white;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #34495e;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #34495e;
  border-color: #34495e;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #34495e;
}
.panel-primary > .panel-heading .badge {
  color: #34495e;
  background-color: white;
}
.panel-primary > .panel-footer {
  color: white;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #34495e;
}
.panel-success {
  border-color: rgba(105, 118, 105, 0.4775);
}
.panel-success > .panel-heading {
  color: #858F00;
  background-color: #f0f5f2;
  border-color: rgba(105, 118, 105, 0.4775);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(105, 118, 105, 0.4775);
}
.panel-success > .panel-heading .badge {
  color: #f0f5f2;
  background-color: #858F00;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(105, 118, 105, 0.4775);
}
.panel-success > .panel-heading {
  color: #858F00;
  background-color: #f0f5f2;
  border-color: rgba(105, 118, 105, 0.4775);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(105, 118, 105, 0.4775);
}
.panel-success > .panel-heading .badge {
  color: #f0f5f2;
  background-color: #858F00;
}
.panel-success > .panel-footer {
  color: #858F00;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(105, 118, 105, 0.4775);
}
.panel-info {
  border-color: rgba(111, 112, 112, 0.4555);
}
.panel-info > .panel-heading {
  color: #95a5a6;
  background-color: #f8f9f9;
  border-color: rgba(111, 112, 112, 0.4555);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(111, 112, 112, 0.4555);
}
.panel-info > .panel-heading .badge {
  color: #f8f9f9;
  background-color: #95a5a6;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(111, 112, 112, 0.4555);
}
.panel-info > .panel-heading {
  color: #95a5a6;
  background-color: #f8f9f9;
  border-color: rgba(111, 112, 112, 0.4555);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(111, 112, 112, 0.4555);
}
.panel-info > .panel-heading .badge {
  color: #f8f9f9;
  background-color: #95a5a6;
}
.panel-info > .panel-footer {
  color: #95a5a6;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(111, 112, 112, 0.4555);
}
.panel-warning {
  border-color: rgba(121, 117, 101, 0.4665);
}
.panel-warning > .panel-heading {
  color: #e3b80d;
  background-color: #f8f8f3;
  border-color: rgba(121, 117, 101, 0.4665);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(121, 117, 101, 0.4665);
}
.panel-warning > .panel-heading .badge {
  color: #f8f8f3;
  background-color: #e3b80d;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(121, 117, 101, 0.4665);
}
.panel-warning > .panel-heading {
  color: #e3b80d;
  background-color: #f8f8f3;
  border-color: rgba(121, 117, 101, 0.4665);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(121, 117, 101, 0.4665);
}
.panel-warning > .panel-heading .badge {
  color: #f8f8f3;
  background-color: #e3b80d;
}
.panel-warning > .panel-footer {
  color: #e3b80d;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(121, 117, 101, 0.4665);
}
.panel-danger {
  border-color: rgba(120, 107, 106, 0.46375);
}
.panel-danger > .panel-heading {
  color: #e74c3c;
  background-color: #f8f5f5;
  border-color: rgba(120, 107, 106, 0.46375);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(120, 107, 106, 0.46375);
}
.panel-danger > .panel-heading .badge {
  color: #f8f5f5;
  background-color: #e74c3c;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(120, 107, 106, 0.46375);
}
.panel-danger > .panel-heading {
  color: #e74c3c;
  background-color: #f8f5f5;
  border-color: rgba(120, 107, 106, 0.46375);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgba(120, 107, 106, 0.46375);
}
.panel-danger > .panel-heading .badge {
  color: #f8f5f5;
  background-color: #e74c3c;
}
.panel-danger > .panel-footer {
  color: #e74c3c;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgba(120, 107, 106, 0.46375);
}
/**
 * Angular JS slider directive
 *
 * (c) Rafal Zajac <rzajac@gmail.com>
 * (c) Valentin Hervieu <valentin@hervi.eu>
 * http://github.com/angular-slider/angularjs-slider
 *
 * Licensed under the MIT license
 */
.rzslider {
  display: inline-block;
  position: relative;
  height: 4px;
  width: 100%;
  margin: 50px 0 15px 0;
  vertical-align: middle;
  user-select: none;
}
.rzslider.with-legend {
  margin-bottom: 60px;
}
.rzslider[disabled] {
  cursor: not-allowed;
}
.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3;
}
.rzslider[disabled] .rz-draggable {
  cursor: not-allowed;
}
.rzslider[disabled] .rz-selection {
  background: #8b91a2;
}
.rzslider[disabled] .rz-tick {
  cursor: not-allowed;
}
.rzslider[disabled] .rz-tick.rz-selected {
  background: #8b91a2;
}
.rzslider span {
  white-space: nowrap;
  position: absolute;
  display: inline-block;
}
.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
.rzslider .rz-bar-wrapper {
  left: 0;
  box-sizing: border-box;
  margin-top: -16px;
  padding-top: 16px;
  width: 100%;
  height: 32px;
  z-index: 1;
  transition: all linear 0.1s;
}
.rzslider .rz-draggable {
  cursor: move;
}
.rzslider .rz-bar {
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 1;
  background: rgba(110, 110, 110, 0.45);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rzslider .rz-selection {
  z-index: 2;
  background: #50a150;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rzslider .rz-pointer {
  cursor: pointer;
  width: 32px;
  height: 32px;
  top: -14px;
  background-color: #50a150;
  z-index: 3;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  transition: all linear 0.1s;
}
.rzslider .rz-pointer:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}
.rzslider .rz-pointer:hover:after {
  background-color: #f3f4f5;
}
.rzslider .rz-pointer.rz-active {
  z-index: 4;
}
.rzslider .rz-pointer.rz-active:after {
  background-color: #f3f4f5;
}
.rzslider .rz-pointer:hover,
.rzslider .rz-pointer:focus,
.rzslider .rz-pointer:active {
  outline: none;
  box-shadow: none;
}
.rzslider .rz-bubble {
  cursor: default;
  bottom: 16px;
  padding: 1px 3px;
  color: #34495e;
  transition: all linear 0.1s;
}
.rzslider .rz-bubble.rz-limit {
  color: #34495e;
  transition: none;
}
.rzslider .rz-ticks {
  box-sizing: border-box;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: -6px;
  margin: 0;
  z-index: 1;
  list-style: none;
}
.rzslider .rz-ticks-values-under .rz-tick-value {
  top: auto;
  bottom: -36px;
}
.rzslider .rz-tick {
  text-align: center;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: rgba(110, 110, 110, 0.45);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 8px;
  transition: background-color linear 0.1s;
}
.rzslider .rz-tick.rz-selected {
  background: #50a150;
}
.rzslider .rz-tick-value {
  position: absolute;
  top: -34px;
  transform: translate(-50%, 0);
}
.rzslider .rz-tick-legend {
  position: absolute;
  top: 28px;
  transform: translate(-50%, 0);
  white-space: normal;
  font-size: 13px;
  color: #999;
  width: 100px;
}
.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 20px;
  padding: 0;
  vertical-align: baseline;
}
.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  margin: 0 0 0 -16px;
  padding: 0 0 0 16px;
  height: 100%;
  width: 32px;
}
.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%;
}
.rzslider.rz-vertical .rz-pointer {
  left: -14px !important;
  top: auto;
  bottom: 0;
}
.rzslider.rz-vertical .rz-bubble {
  left: 16px !important;
  margin-left: 3px;
  bottom: 0;
}
.rzslider.rz-vertical .rz-ticks {
  height: 100%;
  width: 0;
  left: -6px;
  top: 0;
  z-index: 1;
}
.rzslider.rz-vertical .rz-tick {
  vertical-align: middle;
  margin-left: auto;
  margin-top: 8px;
}
.rzslider.rz-vertical .rz-tick-value {
  left: 24px;
  top: auto;
  transform: translate(0, -28%);
}
.rzslider.rz-vertical .rz-tick-legend {
  top: auto;
  right: 28px;
  transform: translate(0, -28%);
  max-width: none;
  white-space: nowrap;
}
.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
  bottom: auto;
  left: auto;
  right: 24px;
}
.slider-block .rzslider {
  width: 98%;
}
.tooltip {
  position: absolute;
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 10px 12px 10px 18px;
  border-radius: 6px;
  font-size: 13px;
  pointer-events: none;
  z-index: 10000;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 120px;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateZ(0);
}
.tooltip strong {
  font-weight: bold;
  color: #4dabf7;
  display: block;
  margin-bottom: 3px;
}
/*
  Utilities
*/
.pad-right {
  padding-right: 10px !important;
}
.un-pad-right {
  padding-right: 0 !important;
}
.pad-left {
  padding-left: 10px;
}
.pad-left-l {
  padding-left: 25px;
}
.pad-sides {
  padding-left: 5px;
  padding-right: 5px;
}
.pad-top {
  padding-top: 10px;
}
.pad-top-super {
  padding-top: 40px;
}
.pad-bottom-super {
  padding-bottom: 40px;
}
.pad-bottom {
  padding-bottom: 10px;
}
.pad-bottom-xs {
  padding-bottom: 5px;
}
.un-pad {
  padding: 0 !important;
}
.un-top-margin {
  margin-top: 0 !important;
}
.un-bottom-margin {
  margin-bottom: 0 !important;
}
.margin-right {
  margin-right: 10px;
}
.margin-left-s {
  margin-right: 5px;
}
.margin-right-s {
  margin-right: 5px;
}
.margin-left {
  margin-left: 10px;
}
.margin-top-s {
  margin-top: 5px;
}
.margin-top {
  margin-top: 10px;
}
.margin-top-l {
  margin-top: 15px;
}
.margin-top-ll {
  margin-top: 22px;
}
.margin-top-xl {
  margin-top: 30px;
}
.margin-top-xxl {
  margin-top: 60px;
}
.margin-bottom {
  margin-bottom: 10px;
}
.margin-bottom-l {
  margin-bottom: 15px;
}
.margin-bottom-xl {
  margin-bottom: 30px;
}
.margin-bottom-xxl {
  margin-bottom: 60px;
}
.border-bottom {
  border-bottom: solid 2px rgba(110, 110, 110, 0.45);
}
.w75p {
  width: 75%;
}
.fa-sepparator {
  line-height: 1;
  margin: 35px 15px 10px 0;
  padding: 0;
  font-size: 30px;
  color: rgba(110, 110, 110, 0.45);
}
.nl2br {
  white-space: pre-line;
}
.nowrap {
  white-space: nowrap;
}
img.desaturate {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
img.desaturate:hover {
  -webkit-filter: grayscale(1%);
  filter: grayscale(1%);
}
.gravatar-sm {
  margin: -4px 5px -4px -4px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.dropdown .gravatar-sm {
  margin: -12px 5px -12px -4px;
}
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
a,
.clickable {
  cursor: pointer;
}
a[rel~="external"]:hover:after {
  content: '↣';
  text-decoration: none;
  padding-left: 4px;
  line-height: 1;
}
.arrowed:before {
  content: '→';
  padding-right: 0.6em;
}
.inline-edit {
  cursor: pointer;
}
.inline-edit:hover:after {
  content: '\e628';
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Flat-UI-Pro-Icons';
  text-decoration: none;
  padding-left: 10px;
  color: #50a150;
  vertical-align: baseline;
  line-height: 1;
}
.light {
  font-weight: 100;
}
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover {
  text-decoration: none;
}
p.reduced {
  color: #48647a;
  font-size: 0.9em;
}
p.small {
  color: #7f8c8d;
  line-height: 20px;
}
p.small strong {
  font-weight: normal;
}
sub,
sup {
  font-weight: 300;
}
hr {
  margin-top: 50px;
  margin-bottom: 0;
  margin-right: 70%;
}
hr.hr-wide-thin {
  margin-top: 8px;
  margin-right: 0;
}
dl.dl-inline dd,
dl.dl-inline dt {
  float: left;
}
dl.dl-inline dd {
  min-width: 210px;
}
dl.dl-inline dt {
  clear: left;
  padding-right: 5px;
}
dl.framed {
  margin: 0 -13px 10px -13px;
  padding: 6px 11px;
  border: dashed 1px rgba(110, 110, 110, 0.45);
  border-radius: 8px;
}
.modal-content.pod dl.disabled dt {
  color: rgba(165, 165, 165, 0.31);
}
dl.disabled {
  background-image: url(assets/under-construction-off-64cd802483ca4ada18b1.png);
  color: rgba(165, 165, 165, 0.31);
}
dl.disabled a {
  color: rgba(165, 165, 165, 0.31);
}
.nav-list.framed {
  margin: 20px 0 0 0;
  padding: 7px 17px 2px 17px;
  border: dashed 1px rgba(110, 110, 110, 0.45);
  border-radius: 8px;
  position: relative;
}
.nav-list.framed li.nav-header {
  top: -24px;
  left: 12px;
  position: absolute;
}
/*
New features
*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.a-btn-confirm button {
  margin-top: -2px;
}
.no-border {
  border: none !important;
}
.alert-primary {
  color: #34495e;
  background-color: #f0f5f2;
  border-color: rgba(105, 118, 105, 0.4775);
}
.alert-primary hr {
  border-top-color: rgba(93, 104, 93, 0.4775);
}
.alert-primary .alert-link {
  color: #222f3d;
}
.alert-primary .alert-link {
  color: #34495e;
}
.show-on-hover {
  display: none;
}
tr:hover .show-on-hover,
.show-on-hover:hover {
  display: inline-block;
}
.block-info {
  position: relative;
  padding: 38px 45px 40px 30px;
}
.block-info p {
  font-size: 14px;
  line-height: 1.625;
}
.block-info img.icon {
  width: 40px;
  position: absolute;
  left: 10px;
  top: -5px;
}
.block-info .close {
  position: relative;
  top: -25px;
  right: 0;
  line-height: 18px;
  font-size: 18px;
  color: transparent;
}
.block-info:hover {
  cursor: default;
}
.block-info:hover .close {
  color: #34495e;
}
.clone-date {
  margin-top: 5px;
  font-size: 14px;
  font-weight: lighter;
}
body.cut-body {
  overflow: hidden;
}
body.cut-body .dialogs,
body.cut-body .top-menu,
body.cut-body .foot,
body.cut-body .content,
body.cut-body .bottom-menu {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
.faq {
  counter-reset: my-badass-counter;
  margin: 15px 0 0 0;
}
.faq dt {
  position: relative;
  padding: 5px 0 0 45px;
  margin: 20px 0;
  font-weight: normal;
}
.faq dt:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 35px;
  min-width: 35px;
  min-height: 35px;
  border-radius: 26px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
}
.faq dd {
  margin: -15px 0 20px 0;
  padding: 0 0 0 45px;
  font-weight: 100;
}
.faq dd.pad-top {
  margin-top: 10px;
}
.faq dd.pull-right {
  margin: -15px 0 0 0;
  padding: 0;
}
.faq.faq-primary dt:before {
  background-color: #ABB800;
  color: #ffffff;
}
.faq.faq-success dt:before {
  background-color: #50a150;
  color: #ffffff;
}
/*
 Local changes
*/
body {
  position: relative;
}
h1 {
  font-weight: lighter;
  line-height: 35px;
}
h1 span {
  color: #95a5a6;
}
h1.super {
  font-weight: normal;
  font-size: 34px;
  line-height: 1em;
  color: #50a150;
}
h1 a:hover {
  text-decoration: none;
}
label {
  line-height: 1;
}
.fui-super {
  font-size: 30px;
  line-height: 25px;
  vertical-align: -25%;
}
.fui-medium {
  font-size: 20px;
  line-height: 20px;
  vertical-align: -20%;
}
p.lead {
  font-weight: 300;
  font-size: 19px;
  margin-bottom: 12px;
  line-height: 1.3;
}
.contrast {
  font-weight: 100;
}
.contrast strong {
  padding: 0 4px 0 0;
}
.tab-content {
  background-color: #ffffff;
  padding: 20px 30px 15px;
  min-height: 200px;
}
.alert-info a {
  color: inherit;
  text-decoration: underline;
}
.state-flag {
  font-size: 20px;
  line-height: 4px;
  position: relative;
  top: 2px;
  padding: 0 2px 0 10px;
}
.state-flag.state-on {
  color: #50a150;
}
.state-flag.state-on:after {
  content: 'ON';
  color: rgba(110, 110, 110, 0.45);
  font-weight: lighter;
  font-size: 12px;
  vertical-align: 50%;
  padding-left: 4px;
}
.state-flag.state-off {
  color: rgba(110, 110, 110, 0.45);
}
.state-flag.state-off:after {
  content: 'OFF';
  color: rgba(110, 110, 110, 0.45);
  font-weight: lighter;
  font-size: 12px;
  vertical-align: 50%;
  padding-left: 4px;
}
.state-flag-info {
  color: #c2c2c2;
  font-size: 83%;
}
.btn-primary .state-off {
  color: rgba(184, 184, 184, 0.26);
}
.btn-primary .state-off:after {
  color: #FCFCFC;
}
.content {
  background-color: #f3f4f5;
  padding-bottom: 30px;
  min-height: 390px;
}
.content .subscriptions p {
  line-height: 2;
}
.content .info,
.content .site,
.content .profile,
.content .wallet,
.content .coupons,
.content .pod {
  margin-bottom: 30px;
}
.content .info .modal-title,
.content .site .modal-title,
.content .profile .modal-title,
.content .wallet .modal-title,
.content .coupons .modal-title,
.content .pod .modal-title {
  font-size: 18px;
}
.content .info .modal-title a:hover,
.content .site .modal-title a:hover,
.content .profile .modal-title a:hover,
.content .wallet .modal-title a:hover,
.content .coupons .modal-title a:hover,
.content .pod .modal-title a:hover {
  text-decoration: none;
}
.content .info h1,
.content .site h1,
.content .profile h1,
.content .wallet h1,
.content .coupons h1,
.content .pod h1,
.content .info h2,
.content .site h2,
.content .profile h2,
.content .wallet h2,
.content .coupons h2,
.content .pod h2,
.content .info h3,
.content .site h3,
.content .profile h3,
.content .wallet h3,
.content .coupons h3,
.content .pod h3 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.content .wallet {
  border-color: rgba(110, 110, 110, 0.45);
}
.content .wallet .modal-body {
  padding: 25px 25px 0;
}
.content .wallet .modal-body h3 {
  font-size: 24px;
}
.content .info {
  margin-bottom: 70px;
}
.content .profile {
  background-color: #f1f1f1;
}
.content .coupons {
  background-color: #f8f8f3;
}
.content .site {
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: background-color .25s linear;
  -o-transition: background-color .25s linear;
  transition: background-color .25s linear;
}
.content .site.demo {
  border: solid 2px #ecd300;
  background-color: #fdfadd;
}
.content .site.demo .modal-tag-bottom {
  background-color: #ecd300;
}
.content .site:hover {
  background-color: #fbfbfc;
  cursor: pointer;
}
.content .site.empty {
  border: dashed 3px rgba(110, 110, 110, 0.45);
  background-color: transparent;
}
.content .site.empty .modal-title {
  color: #999999;
}
.content .site.empty:hover {
  background-color: white;
}
.bottom-menu {
  color: #48647a;
  padding-top: 14px;
  padding-bottom: 0;
}
.bottom-menu .last {
  margin-right: 0;
}
/*
Forms
*/
select option:checked {
  background-color: #50a150;
  outline-color: #50a150;
}
.form-control {
  border-color: rgba(165, 165, 165, 0.31);
}
select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat;
  background-position: right 0.8rem top 50%;
  background-size: 0.65rem auto;
}
select.sort {
  background-image: url(assets/sort-vertical-gray-ee73b4251acd1979a789.svg) !important;
  background-size: 1.5rem auto;
}
input[type="search"] {
  appearance: none;
  background-image: url(assets/search-gray-72232a56badd9cc863ba.svg) !important;
  background-repeat: no-repeat;
  background-position: right 0.8rem top 50%;
  background-size: 1.4rem auto;
}
.has-prefix .form-control {
  padding-left: 50px;
}
.form-control-feedback.feedback-prefix {
  left: 2px;
  padding-left: 10px;
  width: 42px;
  font-size: 14px;
}
form.errors .form-control.error,
form.errors .form-control.ng-invalid {
  border-color: #e74c3c;
}
.form-control.ng-not-empty.ng-valid-required.error,
.form-control.ng-not-empty.ng-valid-required.ng-invalid {
  border-color: #e74c3c;
}
@media (min-width: 480px) {
  .bottom-menu-list {
    padding-bottom: 8px;
  }
  .footer-right,
  .text-right-xs {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .un-bottom-margin-sm {
    margin-bottom: 0 !important;
  }
  h1 {
    margin: 40px 0;
  }
  .text-right-sm {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-right-md {
    text-align: right;
  }
  .content .wallet .modal-body {
    padding: 31px 46px 10px;
  }
  .content .wallet .modal-body h3 {
    font-size: 28px;
  }
}
a.navbar-brand.logo {
  color: #34495e;
  font-size: 18px;
  font-weight: bold;
}
a.navbar-brand.logo img {
  width: 36px;
  margin-top: -5px;
  margin-right: 10px;
}
#heartwrap {
  text-transform: uppercase;
}
#heartwrap span {
  padding-right: 2px;
  padding-left: 2px;
}
#heartwrap span.pulse {
  color: #d7001d;
}
.icon-col {
  width: 45px;
  margin-right: -18px;
  padding: 0;
}
.fa.rounded-icon {
  display: block;
  color: rgba(165, 165, 165, 0.31);
  text-align: center;
  font-size: 25px;
  line-height: 25px;
}
.fa.icon-absolute {
  position: absolute;
  left: -15px;
}
.animated-icon .fa.rounded-icon {
  color: #ABB800;
}
.animated-icon:hover {
  cursor: pointer;
}
.animated-icon:hover .fa-chevron-circle-right {
  transform: rotate(15deg);
  color: #1abc9c;
}
.animated-icon:hover .fa-chevron-circle-down {
  transform: rotate(-15deg);
  color: #1abc9c;
}
.visa {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjU5LjA1NXB4IiBoZWlnaHQ9IjIwMi4wNjlweCIgdmlld0JveD0iMCAwIDY1OS4wNTUgMjAyLjA2OSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjU5LjA1NSAyMDIuMDY5Ig0KCSB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cG9seWdvbiBmaWxsPSIjMDAyNDlGIiBwb2ludHM9IjIzMi4xNzgsMTk5LjE2NCAyNjUuNTM5LDMuNDAyIDMxOC44OTgsMy40MDIgMjg1LjUxNCwxOTkuMTY0IAkJIi8+DQoJCTxwYXRoIGZpbGw9IiMwMDI0OUYiIGQ9Ik00NzkuMDQsOC4yMjJDNDY4LjQ2OCw0LjI1Niw0NTEuOTA0LDAsNDMxLjIxNywwYy01Mi43MjQsMC04OS44NjMsMjYuNTUyLTkwLjE4LDY0LjYwNA0KCQkJYy0wLjI5NywyOC4xMjksMjYuNTE0LDQzLjgyLDQ2Ljc1NCw1My4xODVjMjAuNzcsOS41OTUsMjcuNzUyLDE1LjcxNSwyNy42NTIsMjQuMjgzYy0wLjEzMSwxMy4xMjItMTYuNTg2LDE5LjExNy0zMS45MjIsMTkuMTE3DQoJCQljLTIxLjM1NywwLTMyLjcwMy0yLjk2Ny01MC4yMjctMTAuMjc2bC02Ljg3Ni0zLjExMWwtNy40ODksNDMuODIzYzEyLjQ2Miw1LjQ2NCwzNS41MDksMTAuMTk5LDU5LjQzOCwxMC40NDQNCgkJCWM1Ni4wODksMCw5Mi41MDEtMjYuMjQ3LDkyLjkxNS02Ni44ODJjMC4yMDEtMjIuMjctMTQuMDE2LTM5LjIxNy00NC43OTktNTMuMTg4Yy0xOC42NTEtOS4wNTYtMzAuMDczLTE1LjA5OS0yOS45NTItMjQuMjY5DQoJCQljMC04LjEzNyw5LjY2OC0xNi44MzgsMzAuNTU3LTE2LjgzOGMxNy40NDktMC4yNzEsMzAuMDg4LDMuNTM0LDM5LjkzNyw3LjVsNC43ODEsMi4yNTlMNDc5LjA0LDguMjIyIi8+DQoJCTxwYXRoIGZpbGw9IiMwMDI0OUYiIGQ9Ik02MTUuODY3LDMuNTg5aC00MS4yMzFjLTEyLjc3MiwwLTIyLjMzMSwzLjQ4Ni0yNy45NCwxNi4yMzRMNDY3LjQ1LDE5OS4yMjZoNTYuMDMxDQoJCQljMCwwLDkuMTYxLTI0LjEyMiwxMS4yMzMtMjkuNDE4YzYuMTIzLDAsNjAuNTU1LDAuMDg0LDY4LjMzNiwwLjA4NGMxLjU5Nyw2Ljg1Myw2LjQ5MiwyOS4zMzQsNi40OTIsMjkuMzM0aDQ5LjUxMkw2MTUuODY3LDMuNTg5DQoJCQkgTTU1MC4wNywxMjkuNzY3YzQuNDEzLTExLjI3OSwyMS4yNTktNTQuNzI0LDIxLjI1OS01NC43MjRjLTAuMzE1LDAuNTIxLDQuMzgtMTEuMzM0LDcuMDc1LTE4LjY4NGwzLjYwNiwxNi44NzgNCgkJCWMwLDAsMTAuMjE3LDQ2LjcyOSwxMi4zNTMsNTYuNTI4TDU1MC4wNywxMjkuNzY3TDU1MC4wNywxMjkuNzY3eiIvPg0KCQk8cGF0aCBmaWxsPSIjMDAyNDlGIiBkPSJNMTg3LjQyNSwzLjU0NWwtNTIuMjQsMTMzLjQ5NWwtNS41NjYtMjcuMTI5Yy05LjcyNS0zMS4yNzMtNDAuMDI1LTY1LjE1Ni03My44OTktODIuMTE5bDQ3Ljc2NywxNzEuMjAzDQoJCQlsNTYuNDU1LTAuMDY0TDI0My45NDYsMy41NDVIMTg3LjQyNSIvPg0KCQk8cGF0aCBmaWxsPSIjRkZBMDAwIiBkPSJNODYuNzIyLDMuNDI0SDAuNjgxTDAsNy40OTdDNjYuOTM5LDIzLjcwMSwxMTEuMjMyLDYyLjg2LDEyOS42MTgsMTA5LjkxMWwtMTguNzA5LTg5Ljk2DQoJCQlDMTA3LjY3OSw3LjU1NSw5OC4zMTEsMy44NTYsODYuNzIyLDMuNDI0Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=);
  background-size: auto 35%;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  background-position: 98% 50%;
}
.amex {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiCiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgdmVyc2lvbj0iMS4xIgogICB3aWR0aD0iMjgxLjg5MDAxIgogICBoZWlnaHQ9IjEzMC40MjM2MyIKICAgdmlld0JveD0iMCAwIDI4MS44OTAwMSAxMzAuNDIzNjMiCiAgIGlkPSJMYXllcl8xIgogICB4bWw6c3BhY2U9InByZXNlcnZlIj48bWV0YWRhdGEKICAgaWQ9Im1ldGFkYXRhMzgiPjxyZGY6UkRGPjxjYzpXb3JrCiAgICAgICByZGY6YWJvdXQ9IiI+PGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+PGRjOnR5cGUKICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz48ZGM6dGl0bGU+PC9kYzp0aXRsZT48L2NjOldvcms+PC9yZGY6UkRGPjwvbWV0YWRhdGE+PGRlZnMKICAgaWQ9ImRlZnMzNiIgLz4KPHJhZGlhbEdyYWRpZW50CiAgIGN4PSI1Ny4zODgxOTkiCiAgIGN5PSI1Ny4wMjEiCiAgIHI9IjI2NC41Nzk3MSIKICAgaWQ9IlNWR0lEXzFfIgogICBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIKICAgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxLjAwMTA3NTQsMCwwLDAuNDYwOTE2MjQsLTcuNjQ3MjE1MSwtMy41MDIwNDMpIj4KCTxzdG9wCiAgIGlkPSJzdG9wNCIKICAgc3R5bGU9InN0b3AtY29sb3I6IzlkZDVmNjtzdG9wLW9wYWNpdHk6MSIKICAgb2Zmc2V0PSIwIiAvPgoJPHN0b3AKICAgaWQ9InN0b3A2IgogICBzdHlsZT0ic3RvcC1jb2xvcjojOThkM2Y1O3N0b3Atb3BhY2l0eToxIgogICBvZmZzZXQ9IjAuMDcxMSIgLz4KCTxzdG9wCiAgIGlkPSJzdG9wOCIKICAgc3R5bGU9InN0b3AtY29sb3I6Izg5Y2VmMztzdG9wLW9wYWNpdHk6MSIKICAgb2Zmc2V0PSIwLjE1NzUiIC8+Cgk8c3RvcAogICBpZD0ic3RvcDEwIgogICBzdHlsZT0ic3RvcC1jb2xvcjojNzBjNmVmO3N0b3Atb3BhY2l0eToxIgogICBvZmZzZXQ9IjAuMjUxNiIgLz4KCTxzdG9wCiAgIGlkPSJzdG9wMTIiCiAgIHN0eWxlPSJzdG9wLWNvbG9yOiM0ZWJiZWE7c3RvcC1vcGFjaXR5OjEiCiAgIG9mZnNldD0iMC4zNTEzOTk5OSIgLz4KCTxzdG9wCiAgIGlkPSJzdG9wMTQiCiAgIHN0eWxlPSJzdG9wLWNvbG9yOiMyM2FkZTM7c3RvcC1vcGFjaXR5OjEiCiAgIG9mZnNldD0iMC40NTQ2MDAwMSIgLz4KCTxzdG9wCiAgIGlkPSJzdG9wMTYiCiAgIHN0eWxlPSJzdG9wLWNvbG9yOiMwZGE2ZTA7c3RvcC1vcGFjaXR5OjEiCiAgIG9mZnNldD0iMC41IiAvPgoJPHN0b3AKICAgaWQ9InN0b3AxOCIKICAgc3R5bGU9InN0b3AtY29sb3I6IzJlNzdiYztzdG9wLW9wYWNpdHk6MSIKICAgb2Zmc2V0PSIxIiAvPgo8L3JhZGlhbEdyYWRpZW50Pgo8cGF0aAogICBkPSJNIDI4Mi4yNDgyMSwwIEggMCBWIDEzMC40MjM2MyBIIDI4Mi4yNDgyMSBWIDg3LjM4MDUwNyBjIDEuMTIxMiwtMC43NDYyMiAxLjY3NDgsLTEuNzAwNzggMS42NzQ4LC0yLjg2NzgyIDAsLTEuMzM1NzQgLTAuNTUzNiwtMi4xNjMwOSAtMS42NzQ4LC0yLjg2IgogICBpZD0icGF0aDIwIgogICBzdHlsZT0iZmlsbDp1cmwoI1NWR0lEXzFfKSIgLz4KPGcKICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNjM5LC04OC45NTM5MzMpIgogICBpZD0iZzIyIj4KCTxkZWZzCiAgIGlkPSJkZWZzMjQiPgoJCTxwYXRoCiAgIGQ9Ik0gMjg5LjU4NCw3LjU5OCBIIDcuNjM5IHYgMjgyLjk2NiBoIDI4MS45NDUgdiAtOTMuMzg2IGMgMS4xMiwtMS42MTkgMS42NzMsLTMuNjkgMS42NzMsLTYuMjIyIDAsLTIuODk4IC0wLjU1MywtNC42OTMgLTEuNjczLC02LjIwNSIKICAgaWQ9IlNWR0lEXzJfIiAvPgoJPC9kZWZzPgoJPGNsaXBQYXRoCiAgIGlkPSJTVkdJRF8zXyI+CgkJPHVzZQogICBpZD0idXNlMjgiCiAgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlIgogICB4PSIwIgogICB5PSIwIgogICB3aWR0aD0iMzAwIgogICBoZWlnaHQ9IjMwMCIKICAgeGxpbms6aHJlZj0iI1NWR0lEXzJfIiAvPgoJPC9jbGlwUGF0aD4KPC9nPgo8cGF0aAogICBkPSJtIDI1LjQxNCw0MS4wODgwNjcgLTUuNDI0LC0xMy4yMTcgLTUuMzkzLDEzLjIxNyBtIDEzMC4zMDcsLTUuMjYzIGMgLTEuMDg5LDAuNjYxIC0yLjM3NywwLjY4MyAtMy45MiwwLjY4MyBoIC05LjYyNyB2IC03LjM2NCBoIDkuNzU4IGMgMS4zODEsMCAyLjgyMiwwLjA2MiAzLjc1OCwwLjU5OCAxLjAyOCwwLjQ4MyAxLjY2NCwxLjUxMSAxLjY2NCwyLjkzMSAwLDEuNDQ5IC0wLjYwNSwyLjYxNSAtMS42MzMsMy4xNTIgeiBtIDY4LjY3OCw1LjI2MyAtNS40ODQsLTEzLjIxNyAtNS40NTQsMTMuMjE3IGggMTAuOTM4IHogbSAtMTI4LjAyLDE0LjMwNiBoIC04LjEyNCBsIC0wLjAzLC0yNS45NjYgLTExLjQ5MSwyNS45NjYgaCAtNi45NTggbCAtMTEuNTIxLC0yNS45ODkgdiAyNS45ODkgSCAzMS4zMiBsIC0zLjA0NSwtNy4zOTUgaCAtMTYuNSBsIC0zLjA3Niw3LjM5NSBIIDAuMDkyIGwgMTQuMTkxLC0zMy4xNTQgaCAxMS43NzQgbCAxMy40NzgsMzEuMzkgdiAtMzEuMzkgaCAxMi45MzQgbCAxMC4zNzEsMjIuNDkxIDkuNTI3LC0yMi40OTEgaCAxMy4xOTQgdiAzMy4xNTQgeiBtIDMyLjM3OSwwIEggOTEuNDY4IHYgLTMzLjE1NCBoIDI2LjQ3MyB2IDYuOTA0IEggOTkuMzkzIHYgNS45NzYgaCAxOC4xMDMgdiA2Ljc5NiBIIDk5LjM5MyB2IDYuNjIxIGggMTguNTQ4IHYgNi44NTcgeiBtIDM3LjMyNiwtMjQuMjI1IGMgMCw1LjI4NiAtMy41MjgsOC4wMTcgLTUuNTg0LDguODM3IDEuNzM0LDAuNjYgMy4yMTUsMS44MjYgMy45MiwyLjc5MiAxLjExOSwxLjY0OSAxLjMxMiwzLjEyMiAxLjMxMiw2LjA4MyB2IDYuNTEzIGggLTcuOTkzIGwgLTAuMDMsLTQuMTgxIGMgMCwtMS45OTUgMC4xOTEsLTQuODY0IC0xLjI1MSwtNi40NTkgLTEuMTU4LC0xLjE2NiAtMi45MjMsLTEuNDE5IC01Ljc3NiwtMS40MTkgaCAtOC41MDcgdiAxMi4wNTkgaCAtNy45MjQgdiAtMzMuMTU0IGggMTguMjI3IGMgNC4wNSwwIDcuMDM0LDAuMTA3IDkuNTk2LDEuNTg4IDIuNTA3LDEuNDgxIDQuMDEsMy42NDMgNC4wMSw3LjM0MSB6IG0gMTIuNjgyLDI0LjIyNSBoIC04LjA4NiB2IC0zMy4xNTQgaCA4LjA4NiB2IDMzLjE1NCB6IG0gOTMuODA4LDAgaCAtMTEuMjMgbCAtMTUuMDIxLC0yNC44ODQgdiAyNC44ODQgaCAtMTYuMTM5IGwgLTMuMDg0LC03LjM5NSBoIC0xNi40NjIgbCAtMi45OTIsNy4zOTUgaCAtOS4yNzMgYyAtMy44NTIsMCAtOC43MjksLTAuODUyIC0xMS40OTEsLTMuNjY3IC0yLjc4NSwtMi44MTUgLTQuMjM0LC02LjYyOCAtNC4yMzQsLTEyLjY1NyAwLC00LjkxNyAwLjg2NiwtOS40MTIgNC4yNzIsLTEyLjk2NCAyLjU2MiwtMi42NDYgNi41NzQsLTMuODY2IDEyLjAzNSwtMy44NjYgaCA3LjY3MiB2IDcuMTA0IGggLTcuNTExIGMgLTIuODkyLDAgLTQuNTI1LDAuNDMgLTYuMDk4LDEuOTY0IC0xLjM1MSwxLjM5NiAtMi4yNzgsNC4wMzUgLTIuMjc4LDcuNTEgMCwzLjU1MiAwLjcwNiw2LjExMyAyLjE3OSw3Ljc4NiAxLjIyLDEuMzEyIDMuNDM3LDEuNzEgNS41MjMsMS43MSBoIDMuNTU5IGwgMTEuMTY5LC0yNi4wNzMgaCAxMS44NzQgbCAxMy40MTcsMzEuMzU5IHYgLTMxLjM1OSBoIDEyLjA2NiBsIDEzLjkzLDIzLjA5IHYgLTIzLjA5IGggOC4xMTcgdiAzMy4xNTMgeiBNIDAsNjEuOTA2MDY3IGggMTMuNTQgbCAzLjA1MywtNy4zNjQgaCA2LjgzNSBsIDMuMDQ1LDcuMzY0IGggMjYuNjQxIHYgLTUuNjMgbCAyLjM3OCw1LjY1NCBoIDEzLjgzIGwgMi4zNzgsLTUuNzM4IHYgNS43MTQgaCA2Ni4yMDggbCAtMC4wMzEsLTEyLjA4OCBoIDEuMjgxIGMgMC44OTcsMC4wMzEgMS4xNTksMC4xMTQgMS4xNTksMS41OTUgdiAxMC40OTMgaCAzNC4yNDMgdiAtMi44MTQgYyAyLjc2MiwxLjQ4IDcuMDU4LDIuODE0IDEyLjcxMSwyLjgxNCBoIDE0LjQwNiBsIDMuMDgzLC03LjM2NCBoIDYuODM1IGwgMy4wMTUsNy4zNjQgaCAyNy43NjEgdiAtNi45OTUgbCA0LjIwNCw2Ljk5NSBoIDIyLjI0NiB2IC00Ni4yNCBoIC0yMi4wMTYgdiA1LjQ2MSBsIC0zLjA4MywtNS40NjEgaCAtMjIuNTkxIHYgNS40NjEgbCAtMi44MzEsLTUuNDYxIGggLTMwLjUxNSBjIC01LjEwOCwwIC05LjU5OCwwLjcxMyAtMTMuMjI1LDIuNyB2IC0yLjcgaCAtMjEuMDU4IHYgMi43IGMgLTIuMzA4LC0yLjA0OCAtNS40NTMsLTIuNyAtOC45NSwtMi43IEggNjcuNjE5IGwgLTUuMTYyLDExLjk0MyAtNS4zMDEsLTExLjk0MyBIIDMyLjkyNCB2IDUuNDYxIGwgLTIuNjYyLC01LjQ2MSBIIDkuNTk2IGwgLTkuNTk3LDIxLjk4NSB2IDI0LjI1NSB6IgogICBpZD0icGF0aDMwIgogICBzdHlsZT0iZmlsbDojZmZmZmZmIiAvPgo8cGF0aAogICBkPSJtIDI4MS45NDUsODYuMzYxMDY3IGggLTE0LjQ0MyBjIC0xLjQ0MiwwIC0yLjQsMC4wNTQgLTMuMjA3LDAuNTk5IC0wLjgzNiwwLjUzNyAtMS4xNTgsMS4zMzQgLTEuMTU4LDIuMzg2IDAsMS4yNTEgMC43MDYsMi4xMDIgMS43MzMsMi40NyAwLjgzNiwwLjI5MSAxLjczNCwwLjM3NiAzLjA1NCwwLjM3NiBsIDQuMjk1LDAuMTE1IGMgNC4zMzQsMC4xMDcgNy4yMjcsMC44NTIgOC45OTEsMi42NjkgMC4zMjEsMC4yNTMgMC41MTQsMC41MzcgMC43MzUsMC44MjEgbSAwLDEyLjQyNzAwMyBjIC0xLjkyNSwyLjgxNSAtNS42NzYsNC4yNDIgLTEwLjc1NCw0LjI0MiBoIC0xNS4zMDQgdiAtNy4xMTEgaCAxNS4yNDIgYyAxLjUxMiwwIDIuNTcsLTAuMTk5IDMuMjA3LC0wLjgyMSAwLjU1MiwtMC41MTMgMC45MzcsLTEuMjU4IDAuOTM3LC0yLjE2MyAwLC0wLjk2NiAtMC4zODUsLTEuNzMzIC0wLjk2OCwtMi4xOTMgLTAuNTc1LC0wLjUwNjAwMyAtMS40MTIsLTAuNzM2MDAzIC0yLjc5MiwtMC43MzYwMDMgLTcuNDQxLC0wLjI1MyAtMTYuNzI0LDAuMjMgLTE2LjcyNCwtMTAuMjY0IDAsLTQuODEgMy4wNTQsLTkuODczIDExLjM3LC05Ljg3MyBoIDE1Ljc4NSB2IC02LjU5OCBoIC0xNC42NjYgYyAtNC40MjYsMCAtNy42NDEsMS4wNiAtOS45MTgsMi43MDggdiAtMi43MDggaCAtMjEuNjkzIGMgLTMuNDY5LDAgLTcuNTQxLDAuODYgLTkuNDY3LDIuNzA4IHYgLTIuNzA4IGggLTM4LjczOCB2IDIuNzA4IGMgLTMuMDgzLC0yLjIyNCAtOC4yODUsLTIuNzA4IC0xMC42ODYsLTIuNzA4IGggLTI1LjU1MiB2IDIuNzA4IGMgLTIuNDM5LC0yLjM2MiAtNy44NjMsLTIuNzA4IC0xMS4xNjksLTIuNzA4IGggLTI4LjU5NyBsIC02LjU0NCw3LjA4MiAtNi4xMjksLTcuMDgyIEggNTYuMDY3IHYgNDYuMjcyMDAzIGggNDEuOTE0IGwgNi43NDMsLTcuMTk0IDYuMzUyLDcuMTk0IDI1LjgzNiwwLjAyMyB2IC0xMC44ODUgaCAyLjU0IGMgMy40MjgsMC4wNTMgNy40NzEsLTAuMDg1IDExLjAzOCwtMS42MjcgdiAxMi40ODggaCAyMS4zMSB2IC0xMi4wNiBoIDEuMDI4IGMgMS4zMTIsMCAxLjQ0MSwwLjA1NCAxLjQ0MSwxLjM2NSB2IDEwLjY5NCBoIDY0LjczNiBjIDQuMTEsMCA4LjQwNiwtMS4wNTIgMTAuNzg1LC0yLjk2MSB2IDIuOTYxIGggMjAuNTM0IGMgNC4yNzMsMCA4LjQ0NiwtMC41OTkgMTEuNjIxLC0yLjEzMyB2IC04LjYyIHogTSAyNTAuMzM0LDk0Ljk3NjA2NyBjIDEuNTQzLDEuNTk3IDIuMzcsMy42MTMgMi4zNyw3LjAyNjAwMyAwLDcuMTM0IC00LjQ1NywxMC40NjQgLTEyLjQ0OSwxMC40NjQgSCAyMjQuODIgdiAtNy4xMTEgaCAxNS4zNzMgYyAxLjUwMywwIDIuNTY5LC0wLjE5OSAzLjIzNywtMC44MjEgMC41NDUsLTAuNTEzIDAuOTM2LC0xLjI1OCAwLjkzNiwtMi4xNjMgMCwtMC45NjYgLTAuNDIzLC0xLjczMyAtMC45NjcsLTIuMTkzIC0wLjYwNiwtMC41MDYwMDMgLTEuNDQyLC0wLjczNjAwMyAtMi44MjIsLTAuNzM2MDAzIC03LjQxMSwtMC4yNTMgLTE2LjY5MiwwLjIzIC0xNi42OTIsLTEwLjI2NCAwLC00LjgxIDMuMDIyLC05Ljg3MyAxMS4zMywtOS44NzMgaCAxNS44ODcgdiA3LjA1OCBoIC0xNC41MzcgYyAtMS40NDEsMCAtMi4zNzgsMC4wNTQgLTMuMTc1LDAuNTk5IC0wLjg2OCwwLjUzNyAtMS4xOSwxLjMzNCAtMS4xOSwyLjM4NiAwLDEuMjUxIDAuNzM3LDIuMTAyIDEuNzM0LDIuNDcgMC44MzYsMC4yOTEgMS43MzQsMC4zNzYgMy4wODQsMC4zNzYgbCA0LjI2NiwwLjExNSBjIDQuMzAyLDAuMTA1IDcuMjU1LDAuODQ5IDkuMDUsMi42NjcgeiBtIC03MS41MDgsLTIuMDQ4IGMgLTEuMDYsMC42MjkgLTIuMzcxLDAuNjgzIC0zLjkxMywwLjY4MyBoIC05LjYyNyB2IC03LjQ0OCBoIDkuNzU4IGMgMS40MTEsMCAyLjgyMywwLjAzIDMuNzgyLDAuNTk5IDEuMDI3LDAuNTM3IDEuNjQxLDEuNTY0IDEuNjQxLDIuOTgzIDAsMS40MTkgLTAuNjE0LDIuNTYyIC0xLjY0MSwzLjE4MyB6IG0gNC43ODYsNC4xMjcgYyAxLjc2NCwwLjY1MSAzLjIwNiwxLjgxOCAzLjg4MiwyLjc4NCAxLjExOSwxLjYxOTAwMyAxLjI4MSwzLjEzMDAwMyAxLjMxMyw2LjA1MzAwMyB2IDYuNTc0IGggLTcuOTU2IHYgLTQuMTQ5IGMgMCwtMS45OTUgMC4xOTIsLTQuOTQ5IC0xLjI4MSwtNi40OTEgLTEuMTU4LC0xLjE4OCAtMi45MjMsLTEuNDcyIC01LjgxNCwtMS40NzIgaCAtOC40NjkgdiAxMi4xMTIgaCAtNy45NjMgViA3OS4zMDQwNjcgaCAxOC4yOTYgYyA0LjAxMiwwIDYuOTM0LDAuMTc3IDkuNTM1LDEuNTY1IDIuNTAxLDEuNTExIDQuMDc0LDMuNTgxIDQuMDc0LDcuMzY0IC0wLjAwMSw1LjI5MyAtMy41MzEsNy45OTQgLTUuNjE3LDguODIyIHogbSAxMC4wMTEsLTE3Ljc1MSBoIDI2LjQ0OSB2IDYuODU4IGggLTE4LjU1NyB2IDYuMDI5IGggMTguMTA0IHYgNi43NjYgaCAtMTguMTA0IHYgNi41OTgwMDMgbCAxOC41NTcsMC4wMyB2IDYuODgxIEggMTkzLjYyMyBWIDc5LjMwNDA2NyB6IG0gLTUzLjQ2NywxNS4zMDQgaCAtMTAuMjQxIHYgLTguNDQ1IGggMTAuMzMzIGMgMi44NjEsMCA0Ljg0NywxLjE2NiA0Ljg0Nyw0LjA2NiAwLDIuODY4IC0xLjg5NCw0LjM3OSAtNC45MzksNC4zNzkgeiBtIC0xOC4xMzQsMTQuODQyMDAzIC0xMi4xNjcsLTEzLjUwODAwMyAxMi4xNjcsLTEzLjA3OSB2IDI2LjU4NzAwMyB6IG0gLTMxLjQyMSwtMy44OTUgSCA3MS4xMTcgdiAtNi41OTgwMDMgaCAxNy4zOTggdiAtNi43NjYgSCA3MS4xMTcgdiAtNi4wMjkgaCAxOS44NjggbCA4LjY2OCw5LjY2NCAtOS4wNTIsOS43MjkwMDMgeiBtIDYzLjAwMiwtMTUuMzI2MDAzIGMgMCw5LjIxMiAtNi44NzMsMTEuMTE0MDAzIC0xMy44LDExLjExNDAwMyBoIC05Ljg4OCB2IDExLjEyMyBoIC0xNS40MDMgbCAtOS43NTgsLTEwLjk3OCAtMTAuMTQxLDEwLjk3OCBIIDYzLjIyMyBWIDc5LjMwNDA2NyBoIDMxLjg3MyBsIDkuNzUsMTAuODcgMTAuMDgsLTEwLjg3IGggMjUuMzIyIGMgNi4yODksMCAxMy4zNTUsMS43NDEgMTMuMzU1LDEwLjkyNSB6IgogICBpZD0icGF0aDMyIgogICBzdHlsZT0iZmlsbDojZmZmZmZmIiAvPgo8L3N2Zz4=);
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  background-position: 98% 50%;
}
.mastercard {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDEzLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMTQ5NDgpICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzAwcHgiIGhlaWdodD0iMTgwcHgiIHZpZXdCb3g9IjAgMCAzMDAgMTgwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDAgMTgwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8ZyBpZD0ibGF5ZXIxIj4NCgk8ZyBpZD0iZzEwMzA1Ij4NCgkJPHBhdGggaWQ9InBhdGgyMjY4IiBzdHlsZT0iZmlsbDojRkY5OTAwOyIgZD0iTTI5OC4wMzIsOTAuNWMwLjAxNCw0OC45MzYtMzkuNjQ2LDg4LjYxNC04OC41ODIsODguNjI3DQoJCQljLTQ4LjkzNywwLjAxMi04OC42MTQtMzkuNjQ2LTg4LjYyNy04OC41ODJjMC0wLjAxNiwwLTAuMDI5LDAtMC4wNDVjLTAuMDEzLTQ4LjkzNSwzOS42NDctODguNjE1LDg4LjU4MS04OC42MjgNCgkJCWM0OC45MzctMC4wMTMsODguNjE1LDM5LjY0Nyw4OC42MjgsODguNTgzQzI5OC4wMzIsOTAuNDcsMjk4LjAzMiw5MC40ODQsMjk4LjAzMiw5MC41eiIvPg0KCQk8cGF0aCBpZD0icGF0aDEzNTAiIHN0eWxlPSJmaWxsOiNDQzAwMDA7IiBkPSJNOTAuMDAxLDEuODk1QzQxLjM1NSwyLjIwNCwxLjk2Nyw0MS43ODEsMS45NjcsOTAuNQ0KCQkJYzAsNDguOTA5LDM5LjY5NSw4OC42MDQsODguNjA1LDg4LjYwNGMyMi45NTUsMCw0My44NzktOC43NDgsNTkuNjI0LTIzLjA4NmMtMC4wMDEsMC0wLjAwMy0wLjAwMi0wLjAwNy0wLjAwNGgwLjAxOQ0KCQkJYzMuMjI0LTIuOTM4LDYuMjMxLTYuMTA4LDguOTk1LTkuNDg4SDE0MS4wNWMtMi40MjQtMi45MjgtNC42MjctNS45NzktNi42MDYtOS4xMjdoMzEuMzA4YzEuOTA0LTMuMDQ3LDMuNjI4LTYuMjExLDUuMTU4LTkuNDg4DQoJCQloLTQxLjYzNWMtMS40MTktMy4wNDItMi42NTEtNi4xNTMtMy43MDMtOS4zMDloNDkuMDQ1YzIuOTU2LTguODMyLDQuNTYtMTguMjgxLDQuNTYtMjguMTAzYzAtNi41MTItMC43MDYtMTIuODYxLTIuMDQyLTE4Ljk3NA0KCQkJaC01NC4xNjRjMC42NzEtMy4xNDYsMS41MTgtNi4yNTQsMi41MjgtOS4zMDhoNDkuMDYzYy0xLjA5Ny0zLjI1LTIuMzcxLTYuNDE3LTMuODItOS40ODdIMTI5LjI3DQoJCQljMS40OTYtMy4xOTYsMy4xOTEtNi4zMDUsNS4wODQtOS4zMDdoMzEuMjg1Yy0yLjA4Mi0zLjMxNy00LjM4Ni02LjQ4Ni02Ljg3Ny05LjQ4OGgtMTcuNDQzYzIuNjk3LTMuMTc0LDUuNjY2LTYuMTYzLDguODg5LTguOTUNCgkJCWMtMTUuNzQ2LTE0LjM0LTM2LjY3Ni0yMy4wOS01OS42MzYtMjMuMDlDOTAuMzgxLDEuODk1LDkwLjE5MiwxLjg5NCw5MC4wMDEsMS44OTV6Ii8+DQoJCTxwYXRoIGlkPSJ1c2U5NDEyIiBzdHlsZT0iZmlsbDojRkNCMzQwOyIgZD0iTTI4OS4xNDMsMTM2LjgyYzAuNDgyLDAsMC45NTEsMC4xMjUsMS40MDksMC4zNzFjMC40NiwwLjI0NiwwLjgxNCwwLjYwMSwxLjA3LDEuMDYyDQoJCQljMC4yNTYsMC40NTYsMC4zODQsMC45MzcsMC4zODQsMS40MzVjMCwwLjQ5Mi0wLjEyNywwLjk2OC0wLjM3OSwxLjQyNGMtMC4yNTEsMC40NTUtMC42MDUsMC44MS0xLjA2MSwxLjA2Mw0KCQkJYy0wLjQ1MSwwLjI0OS0wLjkyOCwwLjM3NS0xLjQyNCwwLjM3NXMtMC45NzItMC4xMjYtMS40MjYtMC4zNzVjLTAuNDU1LTAuMjU0LTAuODA3LTAuNjA3LTEuMDYzLTEuMDYzDQoJCQljLTAuMjUyLTAuNDU2LTAuMzc3LTAuOTMyLTAuMzc3LTEuNDI0YzAtMC40OTgsMC4xMjctMC45NzksMC4zODQtMS40MzVjMC4yNTgtMC40NjEsMC42MTQtMC44MTMsMS4wNzEtMS4wNjINCgkJCUMyODguMTkzLDEzNi45NDUsMjg4LjY2MiwxMzYuODIsMjg5LjE0MywxMzYuODIgTTI4OS4xNDMsMTM3LjI5NWMtMC40MDEsMC0wLjc5MywwLjEwNC0xLjE3NiwwLjMxMQ0KCQkJYy0wLjM4LDAuMjA3LTAuNjc3LDAuNS0wLjg5MSwwLjg4OGMtMC4yMTcsMC4zODItMC4zMjUsMC43NzgtMC4zMjUsMS4xOTRjMCwwLjQxMiwwLjEwNiwwLjgxLDAuMzE1LDEuMTg4DQoJCQljMC4yMTQsMC4zNzcsMC41MSwwLjY3MywwLjg4OCwwLjg4NWMwLjM4MSwwLjIxMSwwLjc3NiwwLjMxNSwxLjE4OCwwLjMxNWMwLjQxNCwwLDAuODEtMC4xMDQsMS4xODktMC4zMTUNCgkJCWMwLjM3OC0wLjIxMiwwLjY3My0wLjUwOCwwLjg4NC0wLjg4NWMwLjIwOS0wLjM3OCwwLjMxMy0wLjc3NSwwLjMxMy0xLjE4OGMwLTAuNDE2LTAuMTA2LTAuODEzLTAuMzIxLTEuMTk0DQoJCQljLTAuMjEzLTAuMzg4LTAuNTExLTAuNjgxLTAuODk0LTAuODg4QzI4OS45MzQsMTM3LjM5OCwyODkuNTQ0LDEzNy4yOTUsMjg5LjE0MywxMzcuMjk1IE0yODcuODg3LDE0MS4yN3YtMy4wODJoMS4wNjINCgkJCWMwLjM2LDAsMC42MjIsMC4wMjgsMC43ODQsMC4wODhjMC4xNjIsMC4wNTcsMC4yOTEsMC4xNTQsMC4zODgsMC4yOTdjMC4wOTUsMC4xNDEsMC4xNDQsMC4yOTEsMC4xNDQsMC40NTENCgkJCWMwLDAuMjI2LTAuMDgsMC40MjItMC4yNDIsMC41ODhjLTAuMTU4LDAuMTY2LTAuMzczLDAuMjYxLTAuNjM5LDAuMjgxYzAuMTA5LDAuMDQ1LDAuMTk2LDAuMTAyLDAuMjY0LDAuMTY0DQoJCQljMC4xMjUsMC4xMiwwLjI3NSwwLjMyMywwLjQ1NSwwLjYxbDAuMzc1LDAuNjAzaC0wLjYwNmwtMC4yNzItMC40ODVjLTAuMjE1LTAuMzgyLTAuMzg4LTAuNjItMC41MjEtMC43MTgNCgkJCWMtMC4wOTEtMC4wNjktMC4yMjQtMC4xMDUtMC4zOTctMC4xMDVoLTAuMjkzdjEuMzExaC0wLjUgTTI4OC4zODUsMTM5LjUzNWgwLjYwNGMwLjI4OCwwLDAuNDgzLTAuMDQ0LDAuNTg4LTAuMTI5DQoJCQljMC4xMDYtMC4wODgsMC4xNTktMC4yLDAuMTU5LTAuMzQyYzAtMC4wOTItMC4wMjQtMC4xNzQtMC4wNzUtMC4yNDRjLTAuMDUyLTAuMDczLTAuMTIyLTAuMTI1LTAuMjEzLTAuMTYyDQoJCQljLTAuMDg5LTAuMDM1LTAuMjU1LTAuMDU1LTAuNDk3LTAuMDU1aC0wLjU2NHYwLjkzMiIvPg0KCTwvZz4NCgk8ZyBpZD0iZzE2NDgwIj4NCgkJPGcgaWQ9ImcxMzgwMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzLjc0NDA1LDE1Ljk5MzkpIj4NCgkJCTxwYXRoIGlkPSJwYXRoMTM4MDQiIHN0eWxlPSJmaWxsOiMwMDAwNjY7IiBkPSJNMTMzLjcxOSw5OS45MjZsMS4xOC04LjAyYy0wLjY0NSwwLTEuNTkzLDAuMjc5LTIuNDMxLDAuMjc5DQoJCQkJYy0zLjI4NCwwLTMuNjk0LTEuNzU1LTMuNDM2LTMuMDM3bDMuMjM2LTE2LjEzaDQuOTkybDEuMDI5LTkuMTAzaC00LjcwNWwwLjk1OC01LjUxNkgxMjQuNw0KCQkJCWMtMC4yMDgsMC4yMDgtNS41NjgsMzEuMDIyLTUuNTY4LDM0Ljc3NmMwLDUuNTU1LDMuMTE4LDguMDI3LDcuNTE2LDcuOTg4QzEzMC4wOSwxMDEuMTM0LDEzMi43NzMsMTAwLjE4MSwxMzMuNzE5LDk5LjkyNnoiLz4NCgkJCTxwYXRoIGlkPSJwYXRoMTM4MDYiIHN0eWxlPSJmaWxsOiMwMDAwNjY7IiBkPSJNMTM2LjcwNiw4NC42MzhjMCwxMy4zMzIsOC43OTksMTYuNDk5LDE2LjI5NywxNi40OTkNCgkJCQljNi45MjEsMCwxMC41NS0xLjYwNCwxMC41NS0xLjYwNGwxLjY2Mi05LjFjMCwwLTUuODQ4LDIuMzc4LTEwLjYwMSwyLjM3OGMtMTAuMTMxLDAtOC4zNTUtNy41NTQtOC4zNTUtNy41NTRsMTkuNDYzLDAuMDU5DQoJCQkJYzAsMCwxLjIzOS02LjExMSwxLjIzOS04LjYwMmMwLTYuMjE3LTMuMzg3LTEzLjg0OS0xMy43NDUtMTMuODQ5QzE0My43Myw2Mi44NjcsMTM2LjcwNiw3My4wODgsMTM2LjcwNiw4NC42Mzh6IE0xNTMuMjUyLDcxLjMxMw0KCQkJCWM1LjMyNCwwLDQuMzQyLDUuOTg0LDQuMzQyLDYuNDY5SDE0Ny4xMkMxNDcuMTIsNzcuMTYyLDE0OC4xMDksNzEuMzEzLDE1My4yNTIsNzEuMzEzeiIvPg0KCQkJPHBhdGggaWQ9InBhdGgxMzgwOCIgc3R5bGU9ImZpbGw6IzAwMDA2NjsiIGQ9Ik0yMTIuOTksOTkuOTIzbDEuNjg5LTEwLjI4NGMwLDAtNC42MzIsMi4zMjEtNy44MDcsMi4zMjENCgkJCQljLTYuNjkzLDAtOS4zNzgtNS4xMS05LjM3OC0xMC42MDFjMC0xMS4xMzcsNS43NTgtMTcuMjY1LDEyLjE2OC0xNy4yNjVjNC44MDgsMCw4LjY2NSwyLjY5OSw4LjY2NSwyLjY5OWwxLjU0LTkuOTkzDQoJCQkJYzAsMC00LjU1NC0zLjI4OS05LjQ1Ni0zLjMwOGMtMTQuNzQ1LTAuMDU4LTIzLjE4MiwxMC4yMDgtMjMuMTgyLDI3Ljk1NWMwLDExLjc2Myw2LjI0OCwxOS43NjgsMTcuNTA2LDE5Ljc2OA0KCQkJCUMyMDcuOTE4LDEwMS4yMTUsMjEyLjk5LDk5LjkyMywyMTIuOTksOTkuOTIzeiIvPg0KCQkJPHBhdGggaWQ9InBhdGgxMzgxMCIgc3R5bGU9ImZpbGw6IzAwMDA2NjsiIGQ9Ik04MS44Myw2My4wMTJjLTYuNDY5LDAtMTEuNDI3LDIuMDc5LTExLjQyNywyLjA3OWwtMS4zNyw4LjEyNw0KCQkJCWMwLDAsNC4wOTMtMS42NjMsMTAuMjgxLTEuNjYzYzMuNTEzLDAsNi4wODMsMC4zOTUsNi4wODMsMy4yNWMwLDEuNzM0LTAuMzE0LDIuMzc0LTAuMzE0LDIuMzc0cy0yLjc3Mi0wLjIzMS00LjA1Ni0wLjIzMQ0KCQkJCWMtOS4yMSwwLTE2LjcyOSwzLjQ4Mi0xNi43MjksMTMuOThjMCw4LjI3Myw1LjYyMywxMC4xNyw5LjEwOCwxMC4xN2M2LjY1NywwLDkuMjkyLTQuMjAzLDkuNDQ0LTQuMjE1bC0wLjA3NywzLjQ4OA0KCQkJCWMwLDAsOC4zMDYsMCw4LjMwNywwbDMuNzA2LTI1Ljk4Qzk0Ljc4Niw2My4zNjYsODUuMTcsNjMuMDEyLDgxLjgzLDYzLjAxMnogTTgzLjI2OCw4NC4xMDhjMC4xODEsMS41ODYtMC40MSw5LjA4Ni02LjA5Miw5LjA4Ng0KCQkJCWMtMi45MywwLTMuNjkxLTIuMjQtMy42OTEtMy41NjJjMC0yLjU4NCwxLjQwMy01LjY4Myw4LjMxNS01LjY4M0M4My40MSw4My45NDksODIuOTk3LDg0LjA2NSw4My4yNjgsODQuMTA4eiIvPg0KCQkJPHBhdGggaWQ9InBhdGgxMzgxMiIgc3R5bGU9ImZpbGw6IzAwMDA2NjsiIGQ9Ik0xMDMuNjE1LDEwMC45MDZjMi4xMjUsMCwxNC4yNzIsMC41NDEsMTQuMjcyLTExLjk5NA0KCQkJCWMwLTExLjcyMS0xMS4yNDQtOS40MDQtMTEuMjQ0LTE0LjExNGMwLTIuMzQyLDEuODMzLTMuMDgsNS4xODQtMy4wOGMxLjMyOSwwLDYuNDQ3LDAuNDIzLDYuNDQ3LDAuNDIzbDEuMTg5LTguMzMNCgkJCQljMCwwLjAwMS0zLjMxMi0wLjc0MS04LjcwNC0wLjc0MWMtNi45NzksMC0xNC4wNjMsMi43ODYtMTQuMDYzLDEyLjMxOGMwLDEwLjgwMiwxMS44MTIsOS43MTcsMTEuODEyLDE0LjI2Nw0KCQkJCWMwLDMuMDM3LTMuMywzLjI4Ny01Ljg0NCwzLjI4N2MtNC40MDEsMC04LjM2My0xLjUxMS04LjM3Ny0xLjQzOGwtMS4yNTksOC4yNDVDOTMuMjU3LDk5LjgxOSw5NS43MDIsMTAwLjkwNiwxMDMuNjE1LDEwMC45MDZ6Ig0KCQkJCS8+DQoJCQk8cGF0aCBpZD0icGF0aDEzODE0IiBzdHlsZT0iZmlsbDojMDAwMDY2OyIgZD0iTTI5MC44MDcsNTUuNDU1bC0xLjcwNSwxMi43MDljMCwwLTMuNTUzLTQuOTA1LTkuMTEyLTQuOTA1DQoJCQkJYy0xMC40NTksMC0xNS44NDksMTAuNDIzLTE1Ljg0OSwyMi4zOTZjMCw3LjczLDMuODQ0LDE1LjMwNywxMS42OTksMTUuMzA3YzUuNjUxLDAsOC43ODQtMy45NDEsOC43ODQtMy45NDFsLTAuNDE1LDMuMzY1aDkuMTc4DQoJCQkJbDcuMjA3LTQ0Ljg2MkwyOTAuODA3LDU1LjQ1NXogTTI4Ni43NTUsODAuMTU2YzAsNC45ODMtMi40NjgsMTEuNjQtNy41ODEsMTEuNjRjLTMuMzk2LDAtNC45ODgtMi44NTEtNC45ODgtNy4zMjQNCgkJCQljMC03LjMxNSwzLjI4NS0xMi4xNCw3LjQzMi0xMi4xNEMyODUuMDEyLDcyLjMzMiwyODYuNzU1LDc0LjY2MiwyODYuNzU1LDgwLjE1NnoiLz4NCgkJCTxwYXRoIGlkPSJwYXRoMTM4MTYiIHN0eWxlPSJmaWxsOiMwMDAwNjY7IiBkPSJNMzAuNzQ5LDEwMC40MjNsNS43NDMtMzMuODdsMC44NDQsMzMuODdoNi40OTlsMTIuMTI1LTMzLjg3bC01LjM3MSwzMy44N2g5LjY1OA0KCQkJCWw3LjQzNy00NC45MjJsLTE1LjM0Mi0wLjExN2wtOS4xMjYsMjcuNTA0bC0wLjI1LTI3LjM4N2gtMTQuMDZsLTcuNTQ0LDQ0LjkyMkgzMC43NDlMMzAuNzQ5LDEwMC40MjN6Ii8+DQoJCQk8cGF0aCBpZD0icGF0aDEzODE4IiBzdHlsZT0iZmlsbDojMDAwMDY2OyIgZD0iTTE3Ni4xMDEsMTAwLjQ4N2MyLjc0Ni0xNS42MTUsMy43MjQtMjcuOTQ3LDExLjczMi0yNS4zOTMNCgkJCQljMS4xNS02LjA0NCwzLjg5MS0xMS4zLDUuMTQzLTEzLjg1OGMwLDAtMC4zOTYtMC41ODktMi44NzEtMC41ODljLTQuMjI1LDAtOS44NjYsOC41NzQtOS44NjYsOC41NzRsMC44NDMtNS4zMDFoLTguNzg2DQoJCQkJbC01Ljg4NCwzNi41NjZIMTc2LjEwMXoiLz4NCgkJCTxnIGlkPSJ1c2UxNDY5OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODQ1LjMwMDEsMCkiPg0KCQkJCTxwYXRoIGlkPSJwYXRoMTM4MTBfMV8iIHN0eWxlPSJmaWxsOiMwMDAwNjY7IiBkPSJNLTYxMi41NSw2My4wMTJjLTYuNDcyLDAtMTEuNDMsMi4wNzktMTEuNDMsMi4wNzlsLTEuMzY5LDguMTI3DQoJCQkJCWMwLDAsNC4wOTUtMS42NjMsMTAuMjgtMS42NjNjMy41MTQsMCw2LjA4MywwLjM5NSw2LjA4MywzLjI1YzAsMS43MzQtMC4zMTMsMi4zNzQtMC4zMTMsMi4zNzRzLTIuNzcxLTAuMjMxLTQuMDU1LTAuMjMxDQoJCQkJCWMtOS4yMTEsMC0xNi43MjksMy40ODItMTYuNzI5LDEzLjk4YzAsOC4yNzMsNS42MjIsMTAuMTcsOS4xMDcsMTAuMTdjNi42NTUsMCw5LjI5Mi00LjIwMyw5LjQ0My00LjIxNWwtMC4wNzgsMy40ODhoOC4zMDkNCgkJCQkJbDMuNzA1LTI1Ljk4Qy01OTkuNTk2LDYzLjM2Ni02MDkuMjEyLDYzLjAxMi02MTIuNTUsNjMuMDEyeiBNLTYxMS4xMTQsODQuMTA4YzAuMTgsMS41ODYtMC40MTEsOS4wODYtNi4wOTIsOS4wODYNCgkJCQkJYy0yLjkzMiwwLTMuNjkyLTIuMjQtMy42OTItMy41NjJjMC0yLjU4NCwxLjQwMi01LjY4Myw4LjMxNS01LjY4M0MtNjEwLjk3Miw4My45NDktNjExLjM4NCw4NC4wNjUtNjExLjExNCw4NC4xMDh6Ii8+DQoJCQk8L2c+DQoJCQk8cGF0aCBpZD0idXNlMTQ3MDEiIHN0eWxlPSJmaWxsOiMwMDAwNjY7IiBkPSJNMjU1LjI2NiwxMDAuNDg3YzEuNTA4LTExLjQ4OCw0LjI5OS0yNy42MTYsMTEuNzMxLTI1LjM5Mw0KCQkJCWMxLjE0OS02LjA0NCwwLjA0MS02LjAyOC0yLjQzMy02LjAyOGMtNC4yMjgsMC01LjE2NCwwLjE1NC01LjE2NCwwLjE1NGwwLjg0NC01LjMwMWgtOC43ODVsLTUuODg0LDM2LjU2N0gyNTUuMjY2DQoJCQkJTDI1NS4yNjYsMTAwLjQ4N3oiLz4NCgkJPC9nPg0KCQk8ZyBpZD0iZzEwMjg5Ij4NCgkJCTxwYXRoIGlkPSJwYXRoNDE1NyIgc3R5bGU9ImZpbGw6I0ZGRkZGRjsiIGQ9Ik0xMjIuNDM0LDExMy4wNTlsMS4xODEtOC4wMTljLTAuNjQ1LDAtMS41OTQsMC4yNzYtMi40MzEsMC4yNzYNCgkJCQljLTMuMjg0LDAtMy42NDYtMS43NDYtMy40MzctMy4wMzdsMi42NTMtMTYuMzYyaDQuOTkxbDEuMjA1LTguODdoLTQuNzA2bDAuOTU4LTUuNTE2aC05LjQzNA0KCQkJCWMtMC4yMDgsMC4yMDgtNS41NjksMzEuMDIzLTUuNTY5LDM0Ljc3NWMwLDUuNTU1LDMuMTE5LDguMDI5LDcuNTE3LDcuOTg5QzExOC44MDYsMTE0LjI2NiwxMjEuNDg4LDExMy4zMTMsMTIyLjQzNCwxMTMuMDU5eiIvPg0KCQkJPHBhdGggaWQ9InBhdGg0MTU1IiBzdHlsZT0iZmlsbDojRkZGRkZGOyIgZD0iTTEyNS40MjMsOTcuNzdjMCwxMy4zMzIsOC44LDE2LjUsMTYuMjk3LDE2LjVjNi45MiwwLDkuOTY1LTEuNTQ3LDkuOTY1LTEuNTQ3DQoJCQkJbDEuNjYyLTkuMDk5YzAsMC01LjI2NCwyLjMxOS0xMC4wMTgsMi4zMTljLTEwLjEzLDAtOC4zNTYtNy41NTMtOC4zNTYtNy41NTNoMTkuMTcyYzAsMCwxLjIzOC02LjExMywxLjIzOC04LjYwNA0KCQkJCWMwLTYuMjE2LTMuMDk0LTEzLjc5LTEzLjQ1Mi0xMy43OUMxMzIuNDQ1LDc1Ljk5OCwxMjUuNDIzLDg2LjIxOSwxMjUuNDIzLDk3Ljc3eiBNMTQxLjk2Nyw4NC40NDUNCgkJCQljNS4zMjQsMCw0LjM0Miw1Ljk4Myw0LjM0Miw2LjQ2N2gtMTAuNDc0QzEzNS44MzUsOTAuMjk0LDEzNi44MjUsODQuNDQ1LDE0MS45NjcsODQuNDQ1eiIvPg0KCQkJPHBhdGggaWQ9InBhdGg0MTUxIiBzdHlsZT0iZmlsbDojRkZGRkZGOyIgZD0iTTIwMS43MDcsMTEzLjA1NWwxLjY4OC0xMC4yODVjMCwwLTQuNjI5LDIuMzIxLTcuODA2LDIuMzIxDQoJCQkJYy02LjY5MiwwLTkuMzc2LTUuMTEtOS4zNzYtMTAuNmMwLTExLjEzNyw1Ljc1OC0xNy4yNjQsMTIuMTY4LTE3LjI2NGM0LjgwNywwLDguNjY1LDIuNjk5LDguNjY1LDIuNjk5bDEuNTQtOS45OTMNCgkJCQljMCwwLTUuNzIxLTIuMzE1LTEwLjYyNS0yLjMxNWMtMTAuODkxLDAtMjEuNDg2LDkuNDQ4LTIxLjQ4NiwyNy4xOTJjMCwxMS43NjYsNS43MjEsMTkuNTM3LDE2Ljk3OSwxOS41MzcNCgkJCQlDMTk2LjYzNywxMTQuMzQ4LDIwMS43MDcsMTEzLjA1NSwyMDEuNzA3LDExMy4wNTV6Ii8+DQoJCQk8cGF0aCBpZD0icGF0aDQxNDkiIHN0eWxlPSJmaWxsOiNGRkZGRkY7IiBkPSJNNzAuNTQ3LDc2LjE0M2MtNi40NjksMC0xMS40MjgsMi4wNzktMTEuNDI4LDIuMDc5bC0xLjM2OSw4LjEyNw0KCQkJCWMwLDAsNC4wOTMtMS42NjMsMTAuMjgtMS42NjNjMy41MTMsMCw2LjA4MywwLjM5NSw2LjA4MywzLjI1YzAsMS43MzQtMC4zMTUsMi4zNzQtMC4zMTUsMi4zNzRzLTIuNzcxLTAuMjMyLTQuMDU0LTAuMjMyDQoJCQkJYy04LjE1OSwwLTE2LjczLDMuNDgyLTE2LjczLDEzLjk4YzAsOC4yNzIsNS42MjMsMTAuMTcsOS4xMDgsMTAuMTdjNi42NTYsMCw5LjUyNS00LjMxOSw5LjY3OC00LjMzMmwtMC4zMTEsMy42MDVoOC4zMDcNCgkJCQlsMy43MDYtMjUuOTgxQzgzLjUwMiw3Ni40OTgsNzMuODg3LDc2LjE0Myw3MC41NDcsNzYuMTQzeiBNNzIuNTY4LDk3LjI5N2MwLjE4LDEuNTg3LTAuOTk1LDkuMDI2LTYuNjc1LDkuMDI2DQoJCQkJYy0yLjkzLDAtMy42OTItMi4yMzgtMy42OTItMy41NjJjMC0yLjU4MiwxLjQwMy01LjY4Miw4LjMxNi01LjY4MkM3Mi4xMjUsOTcuMDgxLDcyLjI5Nyw5Ny4yNTMsNzIuNTY4LDk3LjI5N3oiLz4NCgkJCTxwYXRoIGlkPSJwYXRoNDE0NSIgc3R5bGU9ImZpbGw6I0ZGRkZGRjsiIGQ9Ik05Mi4zMzEsMTE0LjAzOGMyLjEyNSwwLDE0LjI3MywwLjU0LDE0LjI3My0xMS45OTUNCgkJCQljMC0xMS43MTktMTEuMjQ1LTkuNDA0LTExLjI0NS0xNC4xMTJjMC0yLjM0NCwxLjgzMy0zLjA4Miw1LjE4My0zLjA4MmMxLjMzLDAsNi40NDcsMC40MjMsNi40NDcsMC40MjNsMS4xOS04LjMzDQoJCQkJYzAsMC4wMDEtMy4zMTItMC43NDEtOC43MDQtMC43NDFjLTYuOTc5LDAtMTQuMDYzLDIuNzg2LTE0LjA2MywxMi4zMThjMCwxMC44MDEsMTEuODEyLDkuNzE3LDExLjgxMiwxNC4yNjcNCgkJCQljMCwzLjAzNy0zLjMsMy4yODQtNS44NDMsMy4yODRjLTQuNDAxLDAtOC4zNjQtMS41MS04LjM3OC0xLjQzOGwtMS4yNTgsOC4yNDZDODEuOTczLDExMi45NDgsODQuNDE3LDExNC4wMzgsOTIuMzMxLDExNC4wMzh6Ii8+DQoJCQk8cGF0aCBpZD0icGF0aDQxMzkiIHN0eWxlPSJmaWxsOiNGRkZGRkY7IiBkPSJNMjc5Ljg1Miw2OC42NjhsLTIuMDM1LDEyLjYyN2MwLDAtMy41NTEtNC45MDUtOS4xMS00LjkwNQ0KCQkJCWMtOC42NDQsMC0xNS44NDksMTAuNDIyLTE1Ljg0OSwyMi4zOTdjMCw3LjczLDMuODQzLDE1LjMwNCwxMS42OTksMTUuMzA0YzUuNjUxLDAsOC43ODQtMy45NCw4Ljc4NC0zLjk0bC0wLjQxNSwzLjM2NWg5LjE3Ng0KCQkJCWw3LjIwNy00NC44NjNMMjc5Ljg1Miw2OC42Njh6IE0yNzUuNDcxLDkzLjI4OGMwLDQuOTgzLTIuNDY3LDExLjYzOS03LjU4MiwxMS42MzljLTMuMzk1LDAtNC45ODYtMi44NS00Ljk4Ni03LjMyMw0KCQkJCWMwLTcuMzE0LDMuMjg1LTEyLjE0LDcuNDMtMTIuMTRDMjczLjcyOSw4NS40NjMsMjc1LjQ3MSw4Ny43OTYsMjc1LjQ3MSw5My4yODh6Ii8+DQoJCQk8cGF0aCBpZD0icGF0aDQxMzMiIHN0eWxlPSJmaWxsOiNGRkZGRkY7IiBkPSJNMTkuNDY2LDExMy41NTVsNS43NDMtMzMuODdsMC44NDMsMzMuODdoNi41bDEyLjEyNS0zMy44N2wtNS4zNzEsMzMuODdoOS42NTgNCgkJCQlsNy40MzgtNDQuOTIzSDQxLjQ2N2wtOS4zMDEsMjcuNTYzbC0wLjQ4NC0yNy41NjNIMTcuOTE1bC03LjU0NSw0NC45MjNIMTkuNDY2eiIvPg0KCQkJPHBhdGggaWQ9InBhdGg0MTMxIiBzdHlsZT0iZmlsbDojRkZGRkZGOyIgZD0iTTE2NC44MTgsMTEzLjYxN2MyLjc0Ni0xNS42MTYsMy4yNTUtMjguMjk2LDkuODA4LTI1Ljk3NQ0KCQkJCWMxLjE0Ny02LjA0NCwyLjI1NC04LjM4MiwzLjUwNi0xMC45NGMwLDAtMC41ODctMC4xMjMtMS44MTktMC4xMjNjLTQuMjI1LDAtNy4zNTUsNS43NzItNy4zNTUsNS43NzJsMC44NDEtNS4zMDFoLTguNzg0DQoJCQkJbC01Ljg4NSwzNi41NjdIMTY0LjgxOHoiLz4NCgkJCTxnIGlkPSJ1c2U4NTIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4NDcuMDA2MiwwKSI+DQoJCQkJPHBhdGggaWQ9InBhdGg0MTQ5XzFfIiBzdHlsZT0iZmlsbDojRkZGRkZGOyIgZD0iTS02MjMuNTMxLDc2LjE0M2MtNi40NjksMC0xMS40MjgsMi4wNzktMTEuNDI4LDIuMDc5bC0xLjM2OCw4LjEyNw0KCQkJCQljMCwwLDQuMDkzLTEuNjYzLDEwLjI4LTEuNjYzYzMuNTEzLDAsNi4wODEsMC4zOTUsNi4wODEsMy4yNWMwLDEuNzM0LTAuMzEzLDIuMzc0LTAuMzEzLDIuMzc0cy0yLjc3MS0wLjIzMi00LjA1NS0wLjIzMg0KCQkJCQljLTguMTU4LDAtMTYuNzI5LDMuNDgyLTE2LjcyOSwxMy45OGMwLDguMjcyLDUuNjIyLDEwLjE3LDkuMTA3LDEwLjE3YzYuNjU2LDAsOS41MjUtNC4zMTksOS42NzctNC4zMzJsLTAuMzA5LDMuNjA1DQoJCQkJCWMwLDAsOC4zMDQsMCw4LjMwNywwbDMuNzA1LTI1Ljk4MUMtNjEwLjU3NSw3Ni40OTgtNjIwLjE5MSw3Ni4xNDMtNjIzLjUzMSw3Ni4xNDN6IE0tNjIxLjUwNyw5Ny4yOTcNCgkJCQkJYzAuMTgsMS41ODctMC45OTYsOS4wMjYtNi42NzgsOS4wMjZjLTIuOTMsMC0zLjY5LTIuMjM4LTMuNjktMy41NjJjMC0yLjU4MiwxLjQwMy01LjY4Miw4LjMxNS01LjY4Mg0KCQkJCQlDLTYyMS45NTIsOTcuMDgxLTYyMS43ODEsOTcuMjUzLTYyMS41MDcsOTcuMjk3eiIvPg0KCQkJPC9nPg0KCQkJPGcgaWQ9InVzZTg1MjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ0Mi4yODU3LDApIj4NCgkJCQk8cGF0aCBpZD0icGF0aDQxMzFfMV8iIHN0eWxlPSJmaWxsOiNGRkZGRkY7IiBkPSJNLTE5OC4yNjMsMTEzLjYxN2MyLjc0Ny0xNS42MTYsMy4yNTYtMjguMjk2LDkuODA3LTI1Ljk3NQ0KCQkJCQljMS4xNDktNi4wNDQsMi4yNTctOC4zODIsMy41MDgtMTAuOTRjMCwwLTAuNTg3LTAuMTIzLTEuODE5LTAuMTIzYy00LjIyNSwwLTcuMzU1LDUuNzcyLTcuMzU1LDUuNzcybDAuODQxLTUuMzAxaC04Ljc4NA0KCQkJCQlsLTUuODg1LDM2LjU2N0gtMTk4LjI2M3oiLz4NCgkJCTwvZz4NCgkJCTxwYXRoIGlkPSJ0ZXh0OTQwNyIgc3R5bGU9ImZpbGw6I0ZGRkZGRjsiIGQ9Ik0yODkuMTA1LDEwNy45NzVjMC40NzksMCwwLjk1MSwwLjEyMywxLjQwNiwwLjM3Mw0KCQkJCWMwLjQ1OSwwLjI0MiwwLjgxNiwwLjU5OCwxLjA3MiwxLjA1OWMwLjI1NywwLjQ1OCwwLjM4MywwLjkzNSwwLjM4MywxLjQzNGMwLDAuNDkzLTAuMTI2LDAuOTY5LTAuMzc5LDEuNDI0DQoJCQkJYy0wLjI1MSwwLjQ1NS0wLjYwNCwwLjgxMi0xLjA1OSwxLjA2M2MtMC40NTQsMC4yNS0wLjkzLDAuMzc2LTEuNDI0LDAuMzc2Yy0wLjQ5OCwwLTAuOTc0LTAuMTI2LTEuNDI5LTAuMzc2DQoJCQkJYy0wLjQ1NC0wLjI1My0wLjgwNi0wLjYwOC0xLjA1OC0xLjA2M2MtMC4yNTYtMC40NTUtMC4zODEtMC45MzEtMC4zODEtMS40MjRjMC0wLjQ5OSwwLjEyNy0wLjk3NiwwLjM4NC0xLjQzNA0KCQkJCWMwLjI1OC0wLjQ2MSwwLjYxNi0wLjgxNSwxLjA3My0xLjA1OUMyODguMTU0LDEwOC4wOTgsMjg4LjYyNiwxMDcuOTc1LDI4OS4xMDUsMTA3Ljk3NSBNMjg5LjEwNSwxMDguNDQ3DQoJCQkJYy0wLjQwMSwwLTAuNzkzLDAuMTA0LTEuMTc2LDAuMzEzYy0wLjM4MiwwLjIwNC0wLjY3OSwwLjQ5OS0wLjg5NCwwLjg4NWMtMC4yMTQsMC4zODEtMC4zMjIsMC43OC0wLjMyMiwxLjE5NA0KCQkJCXMwLjEwNCwwLjgxLDAuMzEzLDEuMTg4YzAuMjEzLDAuMzc3LDAuNTA5LDAuNjczLDAuODkxLDAuODg2YzAuMzc4LDAuMjA4LDAuNzczLDAuMzEzLDEuMTg4LDAuMzEzDQoJCQkJYzAuNDEyLDAsMC44MS0wLjEwNSwxLjE4OC0wLjMxM2MwLjM3OC0wLjIxMywwLjY3NC0wLjUwOSwwLjg4NC0wLjg4NmMwLjIxMS0wLjM4MSwwLjMxNC0wLjc3NCwwLjMxNC0xLjE4OA0KCQkJCXMtMC4xMDctMC44MTMtMC4zMjEtMS4xOTRjLTAuMjEzLTAuMzg2LTAuNTEtMC42ODEtMC44OTQtMC44ODVDMjg5Ljg5NiwxMDguNTUyLDI4OS41MDcsMTA4LjQ0NywyODkuMTA1LDEwOC40NDcNCgkJCQkgTTI4Ny44NSwxMTIuNDIzdi0zLjA4M2gxLjA2MWMwLjM2MSwwLDAuNjI1LDAuMDI5LDAuNzg1LDAuMDg4YzAuMTYyLDAuMDU1LDAuMjg5LDAuMTU0LDAuMzg4LDAuMjk3DQoJCQkJYzAuMDk3LDAuMTQyLDAuMTQ2LDAuMjkxLDAuMTQ2LDAuNDUxYzAsMC4yMjUtMC4wODIsMC40MjItMC4yNDQsMC41ODhjLTAuMTU4LDAuMTY2LTAuMzcxLDAuMjYyLTAuNjM3LDAuMjgNCgkJCQljMC4xMDYsMC4wNDYsMC4xOTQsMC4xMDEsMC4yNjIsMC4xNjNjMC4xMjMsMC4xMjIsMC4yNzUsMC4zMjYsMC40NTUsMC42MTFsMC4zNzcsMC42MDRoLTAuNjA5bC0wLjI3MS0wLjQ4NQ0KCQkJCWMtMC4yMTYtMC4zODMtMC4zODktMC42MjEtMC41MjEtMC43MThjLTAuMDkxLTAuMDcxLTAuMjI0LTAuMTA2LTAuMzk5LTAuMTA2aC0wLjI5MXYxLjMxMUwyODcuODUsMTEyLjQyMyBNMjg4LjM0OCwxMTAuNjg4DQoJCQkJaDAuNjA0YzAuMjg5LDAsMC40ODQtMC4wNDMsMC41ODgtMC4xMjljMC4xMDUtMC4wODQsMC4xNi0wLjE5OSwwLjE2LTAuMzQyYzAtMC4wOTEtMC4wMjUtMC4xNzMtMC4wNzUtMC4yNDINCgkJCQljLTAuMDUxLTAuMDc0LTAuMTIyLTAuMTI3LTAuMjEzLTAuMTY0Yy0wLjA5MS0wLjAzNS0wLjI1NC0wLjA1My0wLjQ5OC0wLjA1M2gtMC41NjVWMTEwLjY4OCIvPg0KCQk8L2c+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=);
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  background-position: 98% 50%;
}
.discover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIG5vIGtpZGRpbmcgYXJvdW5kIG15IGZpbGVzLi4uIChodHRwOi8vd3d3LmRvZGVyby5ldSkgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgMTQzMCA4ODAiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgdmVyc2lvbj0iMS4xIg0JeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSINCXg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTQzMHB4IiBoZWlnaHQ9Ijg4MHB4Ij4NCTxkZWZzPg0JCTxyYWRpYWxHcmFkaWVudCBpZD0iZ3JhZGllbnQxIiBjeD0iNTAuNjk3NyUiIGN5PSI1MCUiIHI9IjUwJSI+DQkJCTxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwJSIvPg0JCQk8c3RvcCBzdG9wLWNvbG9yPSIjZmY4MDAwIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMTAwJSIvPg0JCTwvcmFkaWFsR3JhZGllbnQ+DQk8L2RlZnM+DQk8Zz4NCQk8cmVjdCB4PSIwIiB5PSItMSIgd2lkdGg9IjE0MzAiIGhlaWdodD0iODgwIiBmaWxsPSIjZmZmZmZmIi8+DQkJPHBhdGggZD0iTSAxNDI5Ljk4IDg3OS4wMDU4IEwgMzU3LjM4MzggODc4Ljk4MTggQyA1MDcuMzMzNSA4NTMuNjY2NyA3MzguNjY2NSA4MDQuMzMzNCAxMDE0LjY2NjUgNzExLjY2NjcgQyAxMjkwLjY2NjUgNjE5IDE0MTUuMzMzNSA1MjUuODMzMyAxNDI5Ljk4IDUxNy45MDg1IEwgMTQyOS45OCA4NzkuMDA1OCBaIiBmaWxsPSIjZmY4MDAwIi8+DQkJPGc+DQkJCTxwYXRoIGQ9Ik0gMTUwLjAyODggMzk5LjY5MzEgQyAxNzguMzMzIDM5OS42OTMxIDIwMC4zNDU3IDM5MC43Nzg3IDIxNi4wODI1IDM3Mi45MzQzIEMgMjMxLjgxOTMgMzU1LjEwNTYgMjM5LjY4NzUgMzMwLjA2MzUgMjM5LjY4NzUgMjk3LjgyMzggQyAyMzkuNjg3NSAyNjcuNTIxMyAyMzIuMjU2MyAyNDQuMzM3NiAyMTcuNDI1MyAyMjguMjU3MiBDIDIwMi41NzgxIDIxMi4xOTI0IDE4MS4yMDU2IDIwNC4xNDQzIDE1My4zMjMyIDIwNC4xNDQzIEwgNzUuODI2MiAyMDQuMTQ0MyBMIDc1LjgyNjIgMzk5LjY5MzEgTCAxNTAuMDI4OCAzOTkuNjkzMSBMIDE1MC4wMjg4IDM5OS42OTMxIFpNIDExMy43OTM5IDIzMS4zNTk4IEwgMTM2LjI0MzcgMjMxLjM1OTggQyAxNTAuNTYwMSAyMzEuMzU5OCAxNjEuNDU3IDIzMi45OTc4IDE2OC45NTA3IDIzNi4yNTggQyAxNzYuNDI4NyAyMzkuNTE4MiAxODIuODI5NiAyNDUuNDI0NCAxODguMTM3MiAyNTMuOTc2NSBDIDE5NS44NDk2IDI2Ni40MTg4IDE5OS43MjEyIDI4MS45Nzk1IDE5OS43MjEyIDMwMC42NTg3IEMgMTk5LjcyMTIgMzI0LjgxODggMTk0LjkxMzEgMzQyLjgzNjUgMTg1LjI5NTkgMzU0LjY5NjEgQyAxNzUuNjc5MiAzNjYuNTU1NiAxNjEuMDk3NyAzNzIuNDc3NSAxNDEuNTUxOCAzNzIuNDc3NSBMIDExMy43OTM5IDM3Mi40Nzc1IEwgMTEzLjc5MzkgMjMxLjM1OTggTCAxMTMuNzkzOSAyMzEuMzU5OCBaIiBmaWxsPSIjMDAwMDAwIi8+DQkJCTxwYXRoIGQ9Ik0gMzExLjYyNyAzOTkuNjkzMSBMIDMxMS42MjcgMjA0LjE0NDMgTCAyNzMuNjU4NyAyMDQuMTQ0MyBMIDI3My42NTg3IDM5OS42OTMxIEwgMzExLjYyNyAzOTkuNjkzMSBMIDMxMS42MjcgMzk5LjY5MzEgWiIgZmlsbD0iIzAwMDAwMCIvPg0JCQk8cGF0aCBkPSJNIDM5MS4yMTE0IDQwNC43MzMgQyA0MTMuMTMwNCA0MDQuNzMzIDQzMC4zMTg4IDM5OS41ODI5IDQ0Mi43OTMgMzg5LjI1MSBDIDQ1NS4yNTEgMzc4LjkzNDkgNDYxLjQ5NTYgMzY0LjY4MTQgNDYxLjQ5NTYgMzQ2LjUwNjIgQyA0NjEuNDk1NiAzMzMuNzE3NCA0NTguMjAxNyAzMjIuODgxNiA0NTEuNjEzOCAzMTMuOTY3MyBDIDQ0NS4wMjU0IDMwNS4wNTI5IDQzMy4wNTEzIDI5NS4zMTk1IDQxNS42NTk3IDI4NC43NjcyIEwgNDAyLjc0ODUgMjc2Ljk4NjggQyAzOTMuMDY5MyAyNzEuMDk2NSAzODYuNjIxNiAyNjYuMTM1MyAzODMuNDA1OCAyNjIuMTAzNCBDIDM4MC4xNzM4IDI1OC4wNzE0IDM3OC41NjU5IDI1My4zNzggMzc4LjU2NTkgMjQ4LjAyMzEgQyAzNzguNTY1OSAyNDEuNTM0MiAzODEuMDE3MSAyMzYuMzA1MyAzODUuOTM0NiAyMzIuMzA0OCBDIDM5MC44MzY5IDIyOC4zMjAyIDM5Ny4zNjIzIDIyNi4zMTk5IDQwNS41MTE3IDIyNi4zMTk5IEMgNDE2LjA0OTggMjI2LjMxOTkgNDMwLjM4MTMgMjMwLjAyMTEgNDQ4LjUwNjggMjM3LjQwNzggTCA0NDguNTA2OCAyMDYuMTYwMyBDIDQzMC41Mzc2IDIwMS40NjY4IDQxNC4zOTUgMTk5LjEwNDQgNDAwLjA3OTEgMTk5LjEwNDQgQyAzODIuMTg4IDE5OS4xMDQ0IDM2Ny43OTM5IDIwNC4wMDI1IDM1Ni45MTI2IDIxMy43OTg5IEMgMzQ2LjAzMDggMjIzLjU5NTIgMzQwLjU5ODEgMjM2LjU1NzMgMzQwLjU5ODEgMjUyLjcwMDcgQyAzNDAuNTk4MSAyNjQuNzk2NiAzNDMuOTIzMyAyNzUuMzQ4OSAzNTAuNTg5NCAyODQuMzg5MyBDIDM1Ny4yNDAyIDI5My40Mjk2IDM2OC42NTIzIDMwMi44NjM3IDM4NC44MjYyIDMxMi42NzU4IEwgMzk2Ljg5NCAzMTkuOTA0OSBDIDQwNi42MzU3IDMyNS44NTgzIDQxMy4xNzcyIDMzMS4wMjQyIDQxNi41MTgxIDMzNS4zODY5IEMgNDE5Ljg1OTQgMzM5Ljc2NTMgNDIxLjUyOTggMzQ1LjEyMDIgNDIxLjUyOTggMzUxLjQ1MTYgQyA0MjEuNTI5OCAzNTkuNDg0IDQxOC43NTA1IDM2NS44NDY5IDQxMy4xOTI5IDM3MC41MDg4IEMgNDA3LjYzNTMgMzc1LjE4NjUgNDAwLjAxNjYgMzc3LjUxNzUgMzkwLjM2ODcgMzc3LjUxNzUgQyAzNzYuNTY3OSAzNzcuNTE3NSAzNTkuOTg3OCAzNzMuMTU0OCAzNDAuNTk4MSAzNjQuNDEzNyBMIDM0MC41OTgxIDM5Ny42NzcxIEMgMzU5LjgzMTUgNDAyLjM3MDYgMzc2LjY5MjQgNDA0LjczMyAzOTEuMjExNCA0MDQuNzMzIEwgMzkxLjIxMTQgNDA0LjczMyBaIiBmaWxsPSIjMDAwMDAwIi8+DQkJCTxwYXRoIGQ9Ik0gNjI4LjUgMzYwLjU4MzggQyA2MDguMzE2NCAzNzAuMDE5MyA2MDYuMTc0MyAzNzYuNzI1IDU4Ni4zNzM1IDM3Ni43MjUgQyA1NjQuMjc1NCAzNzYuNzI1IDU0Ny4wMzIyIDM3MC4xMTM4IDUzNC42NDM2IDM1Ni44OTE0IEMgNTIyLjIzNzggMzQzLjY2OTEgNTE2LjA0MzUgMzI1LjI1NTYgNTE2LjA0MzUgMzAxLjYxOTUgQyA1MTYuMDQzNSAyNzcuNTczMSA1MjEuNzg1MiAyNTkuMDAxOCA1MzMuMzAzNyAyNDUuOTA1NyBDIDU0NC44MjIzIDIzMi44MDk2IDU2MS4xNzgyIDIzMS4yNzA2IDU4Mi4zODg3IDIzMS4yNzA2IEMgNTk4Ljk3MDcgMjMxLjI3MDYgNjAxLjcwNDYgMjM1LjMwOTkgNjI2LjI3MjkgMjQzLjM4ODUgTCA2MjYuMjcyOSAyMTEuMDc0MiBDIDYwNC4xODggMjA0LjU3OSA2MDAuNjIzIDIwMSA1NzguNjgyNiAyMDEgQyA1NDQuMzAwOCAyMDEgNTE3Ljg1MyAyMDcuOTExMiA0OTkuMzA0NyAyMjUuNzA5MyBDIDQ4MC43NTY4IDI0My41MjMyIDQ3MS41IDI2OC45NTgxIDQ3MS41IDMwMS45OTgyIEMgNDcxLjUgMzM0LjQzODcgNDgwLjcyMjIgMzU5LjcxNTggNDk5LjE2NTUgMzc3LjgyOTUgQyA1MTcuNjA4OSAzOTUuOTQzMSA1NDMuMzYwOCA0MDUgNTc2LjQyMDQgNDA1IEMgNjAzLjQ5NDYgNDA1IDYwOC45NjA0IDQwMC45NjA3IDYyOC41IDM5Mi44ODIxIEwgNjI4LjUgMzYwLjU4MzggWiIgZmlsbD0iIzAwMDAwMCIvPg0JCQk8cGF0aCBkPSJNIDk3MS4xMDM1IDM5OS42OTMxIEwgMTAzNi4wMTc2IDIwNC4xNDQzIEwgMTAwNC44Mzc0IDIwNC4xNDQzIEwgOTU0LjU4MyAzNTUuNDk5MyBMIDkwMy4yNTE1IDIwNC4xNDQzIEwgODY1LjE2MDIgMjA0LjE0NDMgTCA5MzEuNDc5NSAzOTkuNjkzMSBMIDk3MS4xMDM1IDM5OS42OTMxIFoiIGZpbGw9IiMwMDAwMDAiLz4NCQkJPHBhdGggZD0iTSAxMTc3Ljg5NiAzOTkuNjkzMSBMIDExNzcuODk2IDM3Mi40Nzc1IEwgMTA5Ny45NjM0IDM3Mi40Nzc1IEwgMTA5Ny45NjM0IDMxMy4wMDY1IEwgMTE1Ny45MTMxIDMxMy4wMDY1IEwgMTE1Ny45MTMxIDI4NS43OTEgTCAxMDk3Ljk2MzQgMjg1Ljc5MSBMIDEwOTcuOTYzNCAyMzEuMzU5OCBMIDExNzEuOTAwOSAyMzEuMzU5OCBMIDExNzEuOTAwOSAyMDQuMTQ0MyBMIDEwNTkuOTk1NiAyMDQuMTQ0MyBMIDEwNTkuOTk1NiAzOTkuNjkzMSBMIDExNzcuODk2IDM5OS42OTMxIEwgMTE3Ny44OTYgMzk5LjY5MzEgWiIgZmlsbD0iIzAwMDAwMCIvPg0JCQk8cGF0aCBkPSJNIDEyNDIuODM5NCAzOTkuNjkzMSBMIDEyNDIuODM5NCAzMjAuMDYyNCBMIDEyNjMuMDA5OCAzMjAuMDYyNCBMIDEzMDcuOTA5MiAzOTkuNjkzMSBMIDEzNTMuNzQ1NiAzOTkuNjkzMSBMIDEyOTQuMzc0IDMwOC4yODE2IEMgMTMwNS4zODA0IDMwMy4wMDU0IDEzMTQuMDI5MyAyOTUuNDE0MSAxMzIwLjMyMDggMjg1LjUyMzIgQyAxMzI2LjYxMjMgMjc1LjYzMjQgMTMyOS43NjU2IDI2NC42NTQ4IDEzMjkuNzY1NiAyNTIuNTkwNSBDIDEzMjkuNzY1NiAyMjAuMzAzNSAxMzExLjUzMTMgMjA0LjE0NDMgMTI3NS4wNjIgMjA0LjE0NDMgTCAxMjA3Ljg2OTEgMjA0LjE0NDMgTCAxMjA3Ljg2OTEgMzk5LjY5MzEgTCAxMjQyLjgzOTQgMzk5LjY5MzEgTCAxMjQyLjgzOTQgMzk5LjY5MzEgWk0gMTI0Mi44Mzk0IDIzMS4zNTk4IEwgMTI1NS43MzQ5IDIzMS4zNTk4IEMgMTI3OS43NzY5IDIzMS4zNTk4IDEyOTEuNzk3OSAyNDAuMDIyMiAxMjkxLjc5NzkgMjU3LjMxNTQgQyAxMjkxLjc5NzkgMjgxLjAwMzEgMTI3OC4zMjUyIDI5Mi44NDY5IDEyNTEuMzk0NSAyOTIuODQ2OSBMIDEyNDIuODM5NCAyOTIuODQ2OSBMIDEyNDIuODM5NCAyMzEuMzU5OCBMIDEyNDIuODM5NCAyMzEuMzU5OCBaIiBmaWxsPSIjMDAwMDAwIi8+DQkJCTxwYXRoIGlkPSJFbGxpcHNlIiBkPSJNIDY0NS41IDMwMi41IEMgNjQ1LjUgMjQzLjEyODYgNjkzLjYyODQgMTk1IDc1MyAxOTUgQyA4MTIuMzcxNiAxOTUgODYwLjUgMjQzLjEyODYgODYwLjUgMzAyLjUgQyA4NjAuNSAzNjEuODcxNCA4MTIuMzcxNiA0MTAgNzUzIDQxMCBDIDY5My42Mjg0IDQxMCA2NDUuNSAzNjEuODcxNCA2NDUuNSAzMDIuNSBaIiBmaWxsPSJ1cmwoI2dyYWRpZW50MSkiLz4NCQk8L2c+DQkJPGc+DQkJCTxwYXRoIGQ9Ik0gNDM3IDUyNCBMIDQzNyA0NzkuMDYyNSBMIDQ2OS4zNDM4IDUyNCBMIDQ4MSA1MjQgTCA0ODEgNDU4IEwgNDcwIDQ1OCBMIDQ3MCA1MDIuOTM3NSBMIDQzNy42NTYzIDQ1OCBMIDQyNiA0NTggTCA0MjYgNTI0IEwgNDM3IDUyNCBMIDQzNyA1MjQgWiIgZmlsbD0iIzAwMDAwMCIvPg0JCQk8cGF0aCBkPSJNIDU1OS4zOTk5IDUyNCBMIDU1OS4zOTk5IDUxNSBMIDUyOS4zOTk5IDUxNSBMIDUyOS4zOTk5IDQ5NCBMIDU1Mi4zOTk5IDQ5NCBMIDU1Mi4zOTk5IDQ4NSBMIDUyOS4zOTk5IDQ4NSBMIDUyOS4zOTk5IDQ2NyBMIDU1Ny4zOTk5IDQ2NyBMIDU1Ny4zOTk5IDQ1OCBMIDUxNS4zOTk5IDQ1OCBMIDUxNS4zOTk5IDUyNCBMIDU1OS4zOTk5IDUyNCBMIDU1OS4zOTk5IDUyNCBaIiBmaWxsPSIjMDAwMDAwIi8+DQkJCTxwYXRoIGQ9Ik0gNjE5Ljc5OTggNTI0IEwgNjE5Ljc5OTggNDY3IEwgNjQzLjc5OTggNDY3IEwgNjQzLjc5OTggNDU4IEwgNTgxLjc5OTggNDU4IEwgNTgxLjc5OTggNDY3IEwgNjA1Ljc5OTggNDY3IEwgNjA1Ljc5OTggNTI0IEwgNjE5Ljc5OTggNTI0IEwgNjE5Ljc5OTggNTI0IFoiIGZpbGw9IiMwMDAwMDAiLz4NCQkJPHBhdGggZD0iTSA2OTMuMzQwOCA1MjQgTCA3MDMuNzAwMiA0NzguNDA2MyBMIDcxMy4yMTU4IDUyNCBMIDcyNi40OTcxIDUyNCBMIDc0NC4yMDAyIDQ1OCBMIDczNC41NDM5IDQ1OCBMIDcyMS43MDAyIDUwNi4zNzUgTCA3MTEuNzE1OCA0NTggTCA2OTkuNjUzMyA0NTggTCA2ODguNzAwMiA1MDYuNjU2MyBMIDY3Ni4yNzgzIDQ1OCBMIDY2My4yMDAyIDQ1OCBMIDY4MC4yMTU4IDUyNCBMIDY5My4zNDA4IDUyNCBMIDY5My4zNDA4IDUyNCBaIiBmaWxsPSIjMDAwMDAwIi8+DQkJCTxwYXRoIGQ9Ik0gODI2LjM4MTMgNTE0Ljg1OTQgQyA4MzIuNTIyIDUwOC43NjU2IDgzNS42MDAxIDUwMC40Mzc1IDgzNS42MDAxIDQ4OS44NzUgQyA4MzUuNjAwMSA0NzkuNTQ2OSA4MzIuNTIyIDQ3MS4zMTI1IDgyNi4zODEzIDQ2NS4xODc1IEMgODIwLjIyNTEgNDU5LjA2MjUgODExLjk3NTEgNDU2IDgwMS42MTU3IDQ1NiBDIDc5MS4xOTM4IDQ1NiA3ODIuOTEyNiA0NTkuMDYyNSA3NzYuNzg3NiA0NjUuMTg3NSBDIDc3MC42NjI2IDQ3MS4zMTI1IDc2Ny42MDAxIDQ3OS41OTM4IDc2Ny42MDAxIDQ5MCBDIDc2Ny42MDAxIDUwMC4zMTI1IDc3MC42NDcgNTA4LjU0NjkgNzc2Ljc0MDcgNTE0LjczNDQgQyA3ODIuODM0NSA1MjAuOTIxOSA3OTAuOTc1MSA1MjQgODAxLjE2MjYgNTI0IEMgODExLjgxODggNTI0IDgyMC4yMjUxIDUyMC45NTMxIDgyNi4zODEzIDUxNC44NTk0IEwgODI2LjM4MTMgNTE0Ljg1OTQgWk0gNzg3LjAyMiA1MDguMTQwNiBDIDc4My4zOTcgNTAzLjU2MjUgNzgxLjYwMDEgNDk3LjUxNTYgNzgxLjYwMDEgNDg5Ljk4NDQgQyA3ODEuNjAwMSA0ODIuMzkwNiA3ODMuNDEyNiA0NzYuMzI4MSA3ODcuMDUzMiA0NzEuNzk2OSBDIDc5MC42NzgyIDQ2Ny4yNjU2IDc5NS41Mzc2IDQ2NSA4MDEuNjMxMyA0NjUgQyA4MDcuNjMxMyA0NjUgODEyLjQ1OTUgNDY3LjI2NTYgODE2LjExNTcgNDcxLjc5NjkgQyA4MTkuNzcyIDQ3Ni4zMjgxIDgyMS42MDAxIDQ4Mi4zNDM4IDgyMS42MDAxIDQ4OS44NDM4IEMgODIxLjYwMDEgNDk3LjU3ODEgODE5Ljc3MiA1MDMuNzAzMSA4MTYuMTQ3IDUwOC4yMTg4IEMgODEyLjUwNjMgNTEyLjc1IDgwNy41Njg4IDUxNSA4MDEuMzM0NSA1MTUgQyA3OTUuNDEyNiA1MTUgNzkwLjY0NyA1MTIuNzE4OCA3ODcuMDIyIDUwOC4xNDA2IEwgNzg3LjAyMiA1MDguMTQwNiBaIiBmaWxsPSIjMDAwMDAwIi8+DQkJCTxwYXRoIGQ9Ik0gODgwIDUyNCBMIDg4MCA0OTcgTCA4ODYuMzkwNiA0OTcgTCA5MDMuMDkzOCA1MjQgTCA5MjAgNTI0IEwgODk4LjIzNDQgNDkzLjI1IEMgOTAyLjIwMzEgNDkxLjQ2ODggOTA1LjMxMjUgNDg4Ljg5MDYgOTA3LjU5MzggNDg1LjU0NjkgQyA5MDkuODU5NCA0ODIuMjAzMSA5MTEgNDc4LjQ4NDQgOTExIDQ3NC4zOTA2IEMgOTExIDQ2My40Njg4IDkwNC4yNjU2IDQ1OCA4OTAuODEyNSA0NTggTCA4NjYgNDU4IEwgODY2IDUyNCBMIDg4MCA1MjQgTCA4ODAgNTI0IFpNIDg4MCA0NjcgTCA4ODQuNDg0NCA0NjcgQyA4OTIuODI4MSA0NjcgODk3IDQ2OS45NTMxIDg5NyA0NzUuODU5NCBDIDg5NyA0ODMuOTUzMSA4OTIuMzEyNSA0ODggODgyLjk2ODggNDg4IEwgODgwIDQ4OCBMIDg4MCA0NjcgTCA4ODAgNDY3IFoiIGZpbGw9IiMwMDAwMDAiLz4NCQkJPHBhdGggZD0iTSA5NjEuMzk5OSA1MjQgTCA5NjEuMzk5OSA0OTEuNTMxMyBMIDk4Ni42NjU1IDUyNCBMIDEwMDMuNjQ5OSA1MjQgTCA5NzUuMjU5MyA0ODcuNTE1NiBMIDk5Ny42NDk5IDQ1OCBMIDk4NS42ODEyIDQ1OCBMIDk2MS4zOTk5IDQ5MCBMIDk2MS4zOTk5IDQ1OCBMIDk0Ny4zOTk5IDQ1OCBMIDk0Ny4zOTk5IDUyNCBMIDk2MS4zOTk5IDUyNCBMIDk2MS4zOTk5IDUyNCBaIiBmaWxsPSIjMDAwMDAwIi8+DQkJPC9nPg0JPC9nPg08L3N2Zz4=);
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 30%;
  background-position: 98% 30%;
}
.click-hand-left {
  position: relative;
  display: inline-block;
}
.click-hand-left:before {
  content: '';
  position: absolute;
  left: -36px;
  top: 5px;
  display: block;
  background: url(assets/click-hand-yellow-3ed206cf27c5680bc3c7.svg) no-repeat;
  width: 29px;
  height: 31px;
}
.click-hand {
  margin-bottom: -5px !important;
}
.click-hand:before {
  content: '';
  display: block;
  float: left;
  background: url(assets/click-hand-88cd2a73056ba8b35dac.svg) no-repeat;
  width: 29px;
  height: 31px;
  margin: 4px 7px 0 0;
  opacity: 0.7;
}
.clickable .click-hand {
  color: #858F00;
}
.clickable .click-hand:hover {
  color: #34495e;
}
.clickable .click-hand:hover:before {
  background: url(assets/click-hand-yellow-3ed206cf27c5680bc3c7.svg) no-repeat;
}
.dark-mode-only {
  display: none !important;
}
.light-mode-only {
  display: block !important;
}
body.theme-dark {
  background-color: #181c1f;
  color: #fcfcfc;
}
body.theme-dark .content {
  background-color: #181c1f;
}
body.theme-dark img {
  opacity: 0.8;
}
body.theme-dark .logo img {
  opacity: 1;
}
body.theme-dark h1,
body.theme-dark h2,
body.theme-dark h3,
body.theme-dark h4,
body.theme-dark h5,
body.theme-dark h6,
body.theme-dark .h1,
body.theme-dark .h2,
body.theme-dark .h3,
body.theme-dark .h4,
body.theme-dark .h5,
body.theme-dark .h6 {
  color: #ffffff;
}
body.theme-dark a {
  color: #858F00;
}
body.theme-dark a:hover,
body.theme-dark a:focus {
  color: #c9a200;
}
body.theme-dark pre {
  background-color: #242425;
}
body.theme-dark .alert-warning {
  background-color: #313132;
  color: #b08d00;
}
body.theme-dark .btn-default,
body.theme-dark .btn-dimmed {
  background-color: #333335;
  color: #fcfcfc;
  border: 1px solid #525c62;
}
body.theme-dark .btn-default:hover,
body.theme-dark .btn-dimmed:hover,
body.theme-dark .btn-default:focus,
body.theme-dark .btn-dimmed:focus {
  background-color: #38383a;
  color: #fff;
}
body.theme-dark .btn-default:active,
body.theme-dark .btn-dimmed:active,
body.theme-dark .btn-default.active,
body.theme-dark .btn-dimmed.active {
  background-color: #1f1f20;
  color: #fff;
}
body.theme-dark .btn-default.disabled,
body.theme-dark .btn-dimmed.disabled,
body.theme-dark .btn-default[disabled],
body.theme-dark .btn-dimmed[disabled],
fieldset[disabled] body.theme-dark .btn-default,
fieldset[disabled] body.theme-dark .btn-dimmed {
  background: transparent;
  color: rgba(252, 252, 252, 0.5);
  border-color: rgba(82, 92, 98, 0.6);
}
body.theme-dark .btn-primary {
  background-color: #7d8600;
}
body.theme-dark .btn-warning,
body.theme-dark .btn-success {
  color: #fcfcfc;
}
body.theme-dark button.close {
  color: antiquewhite;
}
body.theme-dark .non-resolving-domains a strong {
  color: #c9a200;
}
body.theme-dark .password-container .password-toggle {
  color: #7d8600;
}
body.theme-dark .state-flag.state-on:after {
  color: rgba(229, 234, 220, 0.77);
}
body.theme-dark .state-flag.state-off,
body.theme-dark .state-flag.state-off:after {
  color: rgba(110, 110, 110, 0.84);
}
body.theme-dark .nav-list li.divider {
  background-color: #525c62;
}
body.theme-dark .nav-list li.nav-alert {
  background-image: none;
  background-color: #242425;
}
body.theme-dark .dialog.dialog-success {
  background-color: #1d3622;
}
body.theme-dark .dialog.dialog-danger {
  background-color: #320404;
}
body.theme-dark .navbar-default {
  background-color: #141719;
  border-color: #525c62;
}
body.theme-dark .navbar-default .navbar-brand {
  color: #ffffff;
}
body.theme-dark .navbar-default .navbar-nav > li > a {
  color: #fcfcfc;
}
body.theme-dark .navbar-default .navbar-nav > li > a:hover,
body.theme-dark .navbar-default .navbar-nav > li > a:focus {
  color: #ABB800;
  background-color: transparent;
}
body.theme-dark .navbar-default .navbar-nav > .active > a,
body.theme-dark .navbar-default .navbar-nav > .active > a:hover,
body.theme-dark .navbar-default .navbar-nav > .active > a:focus {
  color: #ABB800;
  background-color: transparent;
}
body.theme-dark .panel {
  background-color: #242425;
  border-color: #525c62;
  color: #fcfcfc;
}
body.theme-dark .panel .panel-heading {
  background-color: #171718;
  border-color: #525c62;
  color: #ffffff;
}
body.theme-dark .panel .panel-footer {
  background-color: #1c1c1d;
  border-color: #525c62;
}
body.theme-dark .domain-zones table,
body.theme-dark .domain-zones .banner-zone-format {
  background-color: transparent;
}
body.theme-dark .table {
  color: #fcfcfc;
  background-color: transparent;
}
body.theme-dark .table > thead > tr > th,
body.theme-dark .table > tbody > tr > th,
body.theme-dark .table > tfoot > tr > th,
body.theme-dark .table > thead > tr > td,
body.theme-dark .table > tbody > tr > td,
body.theme-dark .table > tfoot > tr > td {
  border-top-color: #525c62;
}
body.theme-dark .table > thead > tr > th {
  border-bottom-color: #525c62;
}
body.theme-dark .table-striped .nav-list > li a {
  background-color: #444343;
}
body.theme-dark .table-striped > tbody > tr:nth-of-type(odd) > td,
body.theme-dark .table-striped > tbody > tr:nth-of-type(even) > td,
body.theme-dark .table-striped > tbody > tr.selected-row > td,
body.theme-dark .table-striped > tbody > tr:nth-of-type(odd) > th,
body.theme-dark .table-striped > tbody > tr:nth-of-type(even) > th,
body.theme-dark .table-striped > tbody > tr.selected-row > th {
  background-color: #313132;
}
body.theme-dark .table-hover > tbody > tr:hover > td,
body.theme-dark .table-hover > tbody > tr:hover > th {
  background-color: #38383a;
}
body.theme-dark .form-control {
  background-color: #2e2e2e;
  border-color: #525c62;
  color: #fcfcfc;
}
body.theme-dark .form-control:focus {
  border-color: #1abc9c;
}
body.theme-dark .form-control-feedback {
  color: #b08d00 !important;
}
body.theme-dark .StripeElement {
  background-color: #2e2e2e;
}
body.theme-dark .well {
  background-color: #111416;
  border-color: #525c62;
}
body.theme-dark .modal-backdrop {
  background-color: #3b3b3b;
}
body.theme-dark .modal-content {
  background-color: #242425;
  color: #fcfcfc;
  border-color: #525c62;
}
body.theme-dark .modal-content.state-stopped {
  color: #a3a3a3;
  background-color: transparent;
  border-color: #2d3236;
}
body.theme-dark .modal-content.state-stopped .modal-header {
  background-color: transparent;
  border-color: #2d3236;
}
body.theme-dark .modal-content.restricted .modal-header {
  background-color: transparent;
}
body.theme-dark .modal-content.server .modal-body sub,
body.theme-dark .modal-content.server .modal-body sup {
  color: #969696;
}
body.theme-dark .modal-content.pod.empty:hover {
  background-color: #2e2e2f;
}
body.theme-dark .modal-content.production {
  border-left: 18px solid #4b974b;
}
body.theme-dark .modal-content.pod .nav-list .nav-header {
  color: #969696;
}
body.theme-dark .modal-content.card {
  background-color: #313132;
}
body.theme-dark .modal-header {
  background-color: #242425;
  border-bottom-color: #525c62;
}
body.theme-dark .modal-footer {
  background-color: #242425;
  border-top-color: #525c62;
}
body.theme-dark .dropdown-menu {
  background-color: #242425;
  border-color: #525c62;
}
body.theme-dark .dropdown-menu > li > a {
  color: #fcfcfc;
}
body.theme-dark .dropdown-menu > li > a:hover,
body.theme-dark .dropdown-menu > li > a:focus {
  background-color: #38383a;
  color: #ffffff;
}
body.theme-dark .dropdown-menu > li.active > a {
  background-color: #38383a;
}
body.theme-dark .dropdown-menu .divider {
  background-color: #525c62;
}
body.theme-dark .label-default {
  background-color: #525c62;
  color: #fcfcfc !important;
}
body.theme-dark .label-info {
  background-color: #7d8600;
}
body.theme-dark .label-inverse {
  background-color: #485b6e;
  color: white !important;
}
body.theme-dark .label-inverse[href] {
  color: white;
}
body.theme-dark .label-inverse[href]:hover,
body.theme-dark .label-inverse[href]:focus {
  color: white;
  background-color: #a4adb7;
}
body.theme-dark .label-success {
  background-color: #27ae60;
  color: white !important;
}
body.theme-dark .label-success[href] {
  color: white;
}
body.theme-dark .label-success[href]:hover,
body.theme-dark .label-success[href]:focus {
  color: white;
  background-color: #448944;
}
body.theme-dark .logo {
  color: #fcfcfc !important;
}
body.theme-dark .bottom-menu {
  background-color: #141719;
  color: #fcfcfc;
  border-top: 1px solid #525c62;
}
body.theme-dark .bottom-menu a {
  color: #1abc9c;
}
body.theme-dark .bottom-menu a:hover {
  color: #28e1bd;
}
body.theme-dark .nav li a:hover,
body.theme-dark .nav li a:focus {
  background-color: #38383a;
}
body.theme-dark .nav-tabs {
  border-bottom-color: #525c62;
}
body.theme-dark .nav-tabs > li > a {
  border-color: transparent;
  color: #fcfcfc;
}
body.theme-dark .nav-tabs > li > a:hover,
body.theme-dark .nav-tabs > li > a:focus {
  background-color: #38383a;
  border-color: #525c62;
  color: #ffffff;
}
body.theme-dark .nav-tabs > li.active > a,
body.theme-dark .nav-tabs > li.active > a:hover,
body.theme-dark .nav-tabs > li.active > a:focus {
  background-color: #181c1f;
  border-color: #525c62;
  border-bottom-color: #181c1f;
  color: #ABB800;
}
body.theme-dark .nav-tabs.nav-append-content > li.active:first-child:before {
  background-color: #181c1f;
  border-left-color: #525c62;
}
body.theme-dark .tab-content {
  border-color: #525c62;
  background-color: #181c1f;
  color: #fcfcfc;
}
body.theme-dark .text-muted {
  color: #b0b0b0 !important;
}
body.theme-dark .nav-tab-sup {
  color: #2ecc71;
}
body.theme-dark .foot {
  color: #fcfcfc;
}
body.theme-dark .content .site:hover {
  background-color: #2e2e2f;
}
body.theme-dark .content .site.demo,
body.theme-dark .content .site.demo:hover {
  background-color: transparent;
  border-color: #c9a200;
}
body.theme-dark .content .site.demo .modal-tag-bottom,
body.theme-dark .content .site.demo:hover .modal-tag-bottom {
  background-color: #c9a200;
}
body.theme-dark .entity-affiliate-stats table .total-highlited td {
  background-color: #242425 !important;
}
body.theme-dark .entity-affiliate-stats table td p.small {
  color: #969696;
}
body.theme-dark .storage-chart-container {
  background-color: transparent;
  border: 1px solid transparent;
}
body.theme-dark .storage-chart-container .bar-label {
  color: #969696;
}
body.theme-dark .container-notifications .container .notification-modal {
  background-color: rgba(28, 28, 28, 0.94);
}
body.theme-dark .banner-development {
  background-color: #8175013d;
  border-bottom-color: #c9a200;
}
body.theme-dark .banner-development .btn {
  border-color: #c9a200;
}
body.theme-dark .banner-development .btn:hover {
  background-color: rgba(201, 162, 0, 0.4);
}
body.theme-dark .banner-link,
body.theme-dark .banner-trial,
body.theme-dark .trial {
  border-color: #c9a200;
  background-color: #62615475;
}
body.theme-dark .banner-link,
body.theme-dark .banner-payment {
  background-color: #62615475;
}
body.theme-dark .screenshot-fold {
  background-image: url(assets/user-interface-fold-lg-dark-474c98dccd08e756b08f.svg);
}
body.theme-dark .screenshot-fold img {
  opacity: 0.9;
}
body.theme-dark .screenshot-fold {
  background-image: url(assets/user-interface-fold-lg-dark-474c98dccd08e756b08f.svg);
}
body.theme-dark .screenshot-fold img {
  opacity: 0.9;
}
body.theme-dark .site-updates .table .label {
  background-color: #525c62;
  color: #fcfcfc;
}
body.theme-dark .site-updates .table tr > th {
  background-color: #38383a;
  border-bottom-color: #525c62;
  color: #969696;
}
body.theme-dark .site-updates .table tr > td,
body.theme-dark .site-updates .table tr.selected-row > td {
  background-color: #313132;
}
body.theme-dark .site-updates .table tr.active > td {
  background-color: #38383a;
}
body.theme-dark .light-mode-only {
  display: none !important;
}
body.theme-dark .dark-mode-only {
  display: block !important;
}
body.theme-dark .rzslider .rz-bubble {
  color: #969696;
}
body.theme-dark .site-expanded.nav-tabs li.active .modal-content {
  border-color: #525c62;
  background-color: transparent;
}
body.theme-dark .site-expanded.nav-tabs li.active .modal-content .modal-header {
  background-color: #181c1f;
}
@media (prefers-color-scheme: dark) {
  body:not(.theme-light) {
    background-color: #181c1f;
    color: #fcfcfc;
  }
  body:not(.theme-light) .content {
    background-color: #181c1f;
  }
  body:not(.theme-light) img {
    opacity: 0.8;
  }
  body:not(.theme-light) .logo img {
    opacity: 1;
  }
  body:not(.theme-light) h1,
  body:not(.theme-light) h2,
  body:not(.theme-light) h3,
  body:not(.theme-light) h4,
  body:not(.theme-light) h5,
  body:not(.theme-light) h6,
  body:not(.theme-light) .h1,
  body:not(.theme-light) .h2,
  body:not(.theme-light) .h3,
  body:not(.theme-light) .h4,
  body:not(.theme-light) .h5,
  body:not(.theme-light) .h6 {
    color: #ffffff;
  }
  body:not(.theme-light) a {
    color: #858F00;
  }
  body:not(.theme-light) a:hover,
  body:not(.theme-light) a:focus {
    color: #c9a200;
  }
  body:not(.theme-light) pre {
    background-color: #242425;
  }
  body:not(.theme-light) .alert-warning {
    background-color: #313132;
    color: #b08d00;
  }
  body:not(.theme-light) .btn-default,
  body:not(.theme-light) .btn-dimmed {
    background-color: #333335;
    color: #fcfcfc;
    border: 1px solid #525c62;
  }
  body:not(.theme-light) .btn-default:hover,
  body:not(.theme-light) .btn-dimmed:hover,
  body:not(.theme-light) .btn-default:focus,
  body:not(.theme-light) .btn-dimmed:focus {
    background-color: #38383a;
    color: #fff;
  }
  body:not(.theme-light) .btn-default:active,
  body:not(.theme-light) .btn-dimmed:active,
  body:not(.theme-light) .btn-default.active,
  body:not(.theme-light) .btn-dimmed.active {
    background-color: #1f1f20;
    color: #fff;
  }
  body:not(.theme-light) .btn-default.disabled,
  body:not(.theme-light) .btn-dimmed.disabled,
  body:not(.theme-light) .btn-default[disabled],
  body:not(.theme-light) .btn-dimmed[disabled],
  fieldset[disabled] body:not(.theme-light) .btn-default,
  fieldset[disabled] body:not(.theme-light) .btn-dimmed {
    background: transparent;
    color: rgba(252, 252, 252, 0.5);
    border-color: rgba(82, 92, 98, 0.6);
  }
  body:not(.theme-light) .btn-primary {
    background-color: #7d8600;
  }
  body:not(.theme-light) .btn-warning,
  body:not(.theme-light) .btn-success {
    color: #fcfcfc;
  }
  body:not(.theme-light) button.close {
    color: antiquewhite;
  }
  body:not(.theme-light) .non-resolving-domains a strong {
    color: #c9a200;
  }
  body:not(.theme-light) .password-container .password-toggle {
    color: #7d8600;
  }
  body:not(.theme-light) .state-flag.state-on:after {
    color: rgba(229, 234, 220, 0.77);
  }
  body:not(.theme-light) .state-flag.state-off,
  body:not(.theme-light) .state-flag.state-off:after {
    color: rgba(110, 110, 110, 0.84);
  }
  body:not(.theme-light) .nav-list li.divider {
    background-color: #525c62;
  }
  body:not(.theme-light) .nav-list li.nav-alert {
    background-image: none;
    background-color: #242425;
  }
  body:not(.theme-light) .dialog.dialog-success {
    background-color: #1d3622;
  }
  body:not(.theme-light) .dialog.dialog-danger {
    background-color: #320404;
  }
  body:not(.theme-light) .navbar-default {
    background-color: #141719;
    border-color: #525c62;
  }
  body:not(.theme-light) .navbar-default .navbar-brand {
    color: #ffffff;
  }
  body:not(.theme-light) .navbar-default .navbar-nav > li > a {
    color: #fcfcfc;
  }
  body:not(.theme-light) .navbar-default .navbar-nav > li > a:hover,
  body:not(.theme-light) .navbar-default .navbar-nav > li > a:focus {
    color: #ABB800;
    background-color: transparent;
  }
  body:not(.theme-light) .navbar-default .navbar-nav > .active > a,
  body:not(.theme-light) .navbar-default .navbar-nav > .active > a:hover,
  body:not(.theme-light) .navbar-default .navbar-nav > .active > a:focus {
    color: #ABB800;
    background-color: transparent;
  }
  body:not(.theme-light) .panel {
    background-color: #242425;
    border-color: #525c62;
    color: #fcfcfc;
  }
  body:not(.theme-light) .panel .panel-heading {
    background-color: #171718;
    border-color: #525c62;
    color: #ffffff;
  }
  body:not(.theme-light) .panel .panel-footer {
    background-color: #1c1c1d;
    border-color: #525c62;
  }
  body:not(.theme-light) .domain-zones table,
  body:not(.theme-light) .domain-zones .banner-zone-format {
    background-color: transparent;
  }
  body:not(.theme-light) .table {
    color: #fcfcfc;
    background-color: transparent;
  }
  body:not(.theme-light) .table > thead > tr > th,
  body:not(.theme-light) .table > tbody > tr > th,
  body:not(.theme-light) .table > tfoot > tr > th,
  body:not(.theme-light) .table > thead > tr > td,
  body:not(.theme-light) .table > tbody > tr > td,
  body:not(.theme-light) .table > tfoot > tr > td {
    border-top-color: #525c62;
  }
  body:not(.theme-light) .table > thead > tr > th {
    border-bottom-color: #525c62;
  }
  body:not(.theme-light) .table-striped .nav-list > li a {
    background-color: #444343;
  }
  body:not(.theme-light) .table-striped > tbody > tr:nth-of-type(odd) > td,
  body:not(.theme-light) .table-striped > tbody > tr:nth-of-type(even) > td,
  body:not(.theme-light) .table-striped > tbody > tr.selected-row > td,
  body:not(.theme-light) .table-striped > tbody > tr:nth-of-type(odd) > th,
  body:not(.theme-light) .table-striped > tbody > tr:nth-of-type(even) > th,
  body:not(.theme-light) .table-striped > tbody > tr.selected-row > th {
    background-color: #313132;
  }
  body:not(.theme-light) .table-hover > tbody > tr:hover > td,
  body:not(.theme-light) .table-hover > tbody > tr:hover > th {
    background-color: #38383a;
  }
  body:not(.theme-light) .form-control {
    background-color: #2e2e2e;
    border-color: #525c62;
    color: #fcfcfc;
  }
  body:not(.theme-light) .form-control:focus {
    border-color: #1abc9c;
  }
  body:not(.theme-light) .form-control-feedback {
    color: #b08d00 !important;
  }
  body:not(.theme-light) .StripeElement {
    background-color: #2e2e2e;
  }
  body:not(.theme-light) .well {
    background-color: #111416;
    border-color: #525c62;
  }
  body:not(.theme-light) .modal-backdrop {
    background-color: #3b3b3b;
  }
  body:not(.theme-light) .modal-content {
    background-color: #242425;
    color: #fcfcfc;
    border-color: #525c62;
  }
  body:not(.theme-light) .modal-content.state-stopped {
    color: #a3a3a3;
    background-color: transparent;
    border-color: #2d3236;
  }
  body:not(.theme-light) .modal-content.state-stopped .modal-header {
    background-color: transparent;
    border-color: #2d3236;
  }
  body:not(.theme-light) .modal-content.restricted .modal-header {
    background-color: transparent;
  }
  body:not(.theme-light) .modal-content.server .modal-body sub,
  body:not(.theme-light) .modal-content.server .modal-body sup {
    color: #969696;
  }
  body:not(.theme-light) .modal-content.pod.empty:hover {
    background-color: #2e2e2f;
  }
  body:not(.theme-light) .modal-content.production {
    border-left: 18px solid #4b974b;
  }
  body:not(.theme-light) .modal-content.pod .nav-list .nav-header {
    color: #969696;
  }
  body:not(.theme-light) .modal-content.card {
    background-color: #313132;
  }
  body:not(.theme-light) .modal-header {
    background-color: #242425;
    border-bottom-color: #525c62;
  }
  body:not(.theme-light) .modal-footer {
    background-color: #242425;
    border-top-color: #525c62;
  }
  body:not(.theme-light) .dropdown-menu {
    background-color: #242425;
    border-color: #525c62;
  }
  body:not(.theme-light) .dropdown-menu > li > a {
    color: #fcfcfc;
  }
  body:not(.theme-light) .dropdown-menu > li > a:hover,
  body:not(.theme-light) .dropdown-menu > li > a:focus {
    background-color: #38383a;
    color: #ffffff;
  }
  body:not(.theme-light) .dropdown-menu > li.active > a {
    background-color: #38383a;
  }
  body:not(.theme-light) .dropdown-menu .divider {
    background-color: #525c62;
  }
  body:not(.theme-light) .label-default {
    background-color: #525c62;
    color: #fcfcfc !important;
  }
  body:not(.theme-light) .label-info {
    background-color: #7d8600;
  }
  body:not(.theme-light) .label-inverse {
    background-color: #485b6e;
    color: white !important;
  }
  body:not(.theme-light) .label-inverse[href] {
    color: white;
  }
  body:not(.theme-light) .label-inverse[href]:hover,
  body:not(.theme-light) .label-inverse[href]:focus {
    color: white;
    background-color: #a4adb7;
  }
  body:not(.theme-light) .label-success {
    background-color: #27ae60;
    color: white !important;
  }
  body:not(.theme-light) .label-success[href] {
    color: white;
  }
  body:not(.theme-light) .label-success[href]:hover,
  body:not(.theme-light) .label-success[href]:focus {
    color: white;
    background-color: #448944;
  }
  body:not(.theme-light) .logo {
    color: #fcfcfc !important;
  }
  body:not(.theme-light) .bottom-menu {
    background-color: #141719;
    color: #fcfcfc;
    border-top: 1px solid #525c62;
  }
  body:not(.theme-light) .bottom-menu a {
    color: #1abc9c;
  }
  body:not(.theme-light) .bottom-menu a:hover {
    color: #28e1bd;
  }
  body:not(.theme-light) .nav li a:hover,
  body:not(.theme-light) .nav li a:focus {
    background-color: #38383a;
  }
  body:not(.theme-light) .nav-tabs {
    border-bottom-color: #525c62;
  }
  body:not(.theme-light) .nav-tabs > li > a {
    border-color: transparent;
    color: #fcfcfc;
  }
  body:not(.theme-light) .nav-tabs > li > a:hover,
  body:not(.theme-light) .nav-tabs > li > a:focus {
    background-color: #38383a;
    border-color: #525c62;
    color: #ffffff;
  }
  body:not(.theme-light) .nav-tabs > li.active > a,
  body:not(.theme-light) .nav-tabs > li.active > a:hover,
  body:not(.theme-light) .nav-tabs > li.active > a:focus {
    background-color: #181c1f;
    border-color: #525c62;
    border-bottom-color: #181c1f;
    color: #ABB800;
  }
  body:not(.theme-light) .nav-tabs.nav-append-content > li.active:first-child:before {
    background-color: #181c1f;
    border-left-color: #525c62;
  }
  body:not(.theme-light) .tab-content {
    border-color: #525c62;
    background-color: #181c1f;
    color: #fcfcfc;
  }
  body:not(.theme-light) .text-muted {
    color: #b0b0b0 !important;
  }
  body:not(.theme-light) .nav-tab-sup {
    color: #2ecc71;
  }
  body:not(.theme-light) .foot {
    color: #fcfcfc;
  }
  body:not(.theme-light) .content .site:hover {
    background-color: #2e2e2f;
  }
  body:not(.theme-light) .content .site.demo,
  body:not(.theme-light) .content .site.demo:hover {
    background-color: transparent;
    border-color: #c9a200;
  }
  body:not(.theme-light) .content .site.demo .modal-tag-bottom,
  body:not(.theme-light) .content .site.demo:hover .modal-tag-bottom {
    background-color: #c9a200;
  }
  body:not(.theme-light) .entity-affiliate-stats table .total-highlited td {
    background-color: #242425 !important;
  }
  body:not(.theme-light) .entity-affiliate-stats table td p.small {
    color: #969696;
  }
  body:not(.theme-light) .storage-chart-container {
    background-color: transparent;
    border: 1px solid transparent;
  }
  body:not(.theme-light) .storage-chart-container .bar-label {
    color: #969696;
  }
  body:not(.theme-light) .container-notifications .container .notification-modal {
    background-color: rgba(28, 28, 28, 0.94);
  }
  body:not(.theme-light) .banner-development {
    background-color: #8175013d;
    border-bottom-color: #c9a200;
  }
  body:not(.theme-light) .banner-development .btn {
    border-color: #c9a200;
  }
  body:not(.theme-light) .banner-development .btn:hover {
    background-color: rgba(201, 162, 0, 0.4);
  }
  body:not(.theme-light) .banner-link,
  body:not(.theme-light) .banner-trial,
  body:not(.theme-light) .trial {
    border-color: #c9a200;
    background-color: #62615475;
  }
  body:not(.theme-light) .banner-link,
  body:not(.theme-light) .banner-payment {
    background-color: #62615475;
  }
  body:not(.theme-light) .screenshot-fold {
    background-image: url(assets/user-interface-fold-lg-dark-474c98dccd08e756b08f.svg);
  }
  body:not(.theme-light) .screenshot-fold img {
    opacity: 0.9;
  }
  body:not(.theme-light) .screenshot-fold {
    background-image: url(assets/user-interface-fold-lg-dark-474c98dccd08e756b08f.svg);
  }
  body:not(.theme-light) .screenshot-fold img {
    opacity: 0.9;
  }
  body:not(.theme-light) .site-updates .table .label {
    background-color: #525c62;
    color: #fcfcfc;
  }
  body:not(.theme-light) .site-updates .table tr > th {
    background-color: #38383a;
    border-bottom-color: #525c62;
    color: #969696;
  }
  body:not(.theme-light) .site-updates .table tr > td,
  body:not(.theme-light) .site-updates .table tr.selected-row > td {
    background-color: #313132;
  }
  body:not(.theme-light) .site-updates .table tr.active > td {
    background-color: #38383a;
  }
  body:not(.theme-light) .light-mode-only {
    display: none !important;
  }
  body:not(.theme-light) .dark-mode-only {
    display: block !important;
  }
  body:not(.theme-light) .rzslider .rz-bubble {
    color: #969696;
  }
  body:not(.theme-light) .site-expanded.nav-tabs li.active .modal-content {
    border-color: #525c62;
    background-color: transparent;
  }
  body:not(.theme-light) .site-expanded.nav-tabs li.active .modal-content .modal-header {
    background-color: #181c1f;
  }
}
.dark-mode-switch {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.dark-mode-switch .btn-group {
  display: flex;
  background: transparent;
  border-radius: 6px;
  overflow: hidden;
}
.dark-mode-switch .btn-group .btn {
  padding: 5px 10px;
  border: 1px solid transparent;
  background: transparent;
  color: inherit;
  opacity: 0.6;
  transition: all 0.2s ease;
}
.dark-mode-switch .btn-group .btn:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
}
.dark-mode-switch .btn-group .btn.active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
.dark-mode-switch .btn i {
  font-size: 14px;
}

.progress-strength .title {
  margin-top: 20px;
}
.progress-strength .progress {
  margin-bottom: 0;
}
.progress {
  background: rgba(165, 165, 165, 0.31);
}
/*
.progress-bar {
    background: @sun-flower;
}

.progress-bar-warning {
    background: @brand-secondary;
}

.progress-bar-success {
    background: @brand-success;
}
*/


.pricing-power .rz-bubble {
  bottom: 22px;
  /*
        &.rz-model-value {
            margin-left: 10px;
        }
        */
}
.pricing-power .rz-bubble small {
  display: block;
  line-height: 0.8em;
  font-size: 0.6em;
  font-weight: normal;
}


.entity-affiliate h3.reduced {
  font-size: 1em;
  line-height: 1.1em;
}
.entity-affiliate .nav-tabs {
  margin-top: 100px;
}
.entity-affiliate .affiliate-progress {
  width: 90%;
}
.entity-affiliate .rz-bubble span {
  display: block;
  font-size: 0.8em;
  position: absolute;
  top: 60px;
  text-align: center;
  text-wrap: auto;
  line-height: 1;
}
.entity-affiliate .rz-bubble.rz-ceil span {
  text-align: right;
}
.entity-affiliate .rz-bubble.rz-floor span {
  text-align: left;
}

.entity-affiliate-stats table .totals-head {
  font-weight: bold;
}
.entity-affiliate-stats table .totals-head td {
  border-bottom: solid 2px #b3b3b3;
}
.entity-affiliate-stats table .total-highlited td {
  border-top: 1px solid #e9f7ff !important;
  background-color: #e9f7ff !important;
}
.entity-affiliate-stats table td p.small {
  font-size: 1em;
  font-weight: 200;
  color: #48647a;
}
@media (min-width: 992px) {
  .entity-affiliate-stats table td:first-child {
    width: 60%;
  }
  .entity-affiliate-stats table td:nth-child(2),
  .entity-affiliate-stats table td:nth-child(3) {
    width: 20%;
    vertical-align: top;
  }
}
.entity-affiliate-stats .btn-confirm {
  min-width: 140px;
}

.affiliate-link select.form-control {
  width: auto;
}

.entity-affiliate-material ol li {
  line-height: 2.5em;
}
.entity-affiliate-material ol a {
  min-height: 1.5em;
}
.entity-affiliate-material .bordered {
  border: solid 1px rgba(165, 165, 165, 0.31);
}

@media (min-width: 768px) {
  .entity-affiliate-users table td:nth-child(2) {
    width: 50%;
  }
  .entity-affiliate-users table td:nth-child(3),
  .entity-affiliate-users table td:nth-child(4),
  .entity-affiliate-users table td:nth-child(5) {
    width: 15%;
    vertical-align: top;
  }
}

@media (min-width: 768px) {
  .entity-affiliate-customers table td:nth-child(2) {
    width: 50%;
  }
  .entity-affiliate-customers table td:nth-child(3),
  .entity-affiliate-customers table td:nth-child(4),
  .entity-affiliate-customers table td:nth-child(5) {
    width: 15%;
    vertical-align: top;
  }
}

.login #token2Fa {
  margin-bottom: -10px;
}

.security .faq.faq-two dt:before {
  content: '2';
}
.security .faq.faq-two dd.otp-code {
  margin-top: 30px;
}
.security .qr-code img {
  margin: 47px 0;
  max-width: 100%;
}
.security #btn-switch-2fa {
  margin-top: 48px;
  margin-bottom: 10px;
}

.signup .modal-footer ul.text-danger li {
  position: relative;
  font-size: 0.9em;
  padding-bottom: 1.1em;
  line-height: 1.3em;
  padding-left: 1.8em;
}
.signup .modal-footer ul.text-danger li:before {
  font-family: 'Flat-UI-Pro-Icons';
  position: absolute;
  margin-left: -1.6em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e610";
}

.nav-tab-sup {
  position: absolute;
  top: -1px;
  right: 6px;
  font-size: 11px;
  font-weight: 100;
  color: #27ae60;
}
.site-expanded.nav-tabs {
  display: flex;
  flex-direction: column;
}
.site-expanded.nav-tabs > li {
  order: 2;
  /* orden por defecto */
  margin-right: 20px;
  min-width: 300px;
  cursor: pointer;
}
.site-expanded.nav-tabs > li.active {
  order: 3;
  /* un orden superior para moverlo al final */
}
.site-expanded.nav-tabs > li.active .modal-content .modal-header {
  border-radius: 0 5px 0 0;
}
.site-expanded.nav-tabs .modal-content {
  border-color: rgba(184, 184, 184, 0.26);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
}
.site-expanded.nav-tabs .modal-content .modal-header {
  padding-right: 65px;
  border-bottom: none;
}
.site-expanded.nav-tabs .modal-title {
  font-size: 18px;
  color: #7f8c9a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-expanded.nav-append-content > li.active:first-child:before {
  content: none;
}
.site-expanded.nav-append-content > li.active .modal-content {
  background-color: white;
  border-color: rgba(110, 110, 110, 0.45);
}
.site-expanded.nav-append-content .modal-content {
  background-color: transparent;
}
.tab-content {
  border-top-left-radius: 0;
}
@media (min-width: 992px) {
  .site-expanded.nav-tabs {
    flex-direction: row;
  }
  .site-expanded.nav-tabs > li.active {
    order: 1;
    /* un orden inferior para moverlo al principio */
  }
}

.site-domain .arrow img {
  display: inline;
  width: 22%;
  margin-right: 1em;
}
.site-domain .arrow strong,
.site-domain .arrow span {
  line-height: 3em;
}
.site-domain .form-control-feedback {
  width: auto;
  top: 15px;
  right: 15px;
  line-height: 41px;
  font-size: 14px;
}
.site-domain span.label {
  position: absolute;
  right: 15px;
  bottom: 8px;
  line-height: 1.1em;
}
.site-domain span.label-info {
  background-color: rgba(110, 110, 110, 0.45);
}
@media (min-width: 480px) {
  .site-domain .arrow {
    text-align: right;
  }
  .site-domain .arrow strong {
    line-height: 5.2em;
  }
}


.service.service-detail {
  cursor: inherit;
  overflow: hidden;
}
.service.service-detail #close-btn {
  top: 20px;
  right: 20px;
  position: absolute;
}
.service.service-detail .img-frame {
  max-height: 280px;
}
.service.service-detail .delivery {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.service.service-detail .confirm-buttons {
  padding: 10px 0 0 0;
  height: 55px;
  margin-bottom: -30px;
}
#site-service-url-btn {
  position: absolute;
  right: 2%;
  top: 2%;
  z-index: 9999;
}

.masonry-with-columns {
  columns: 3 300px;
  column-gap: 3rem;
}
.masonry-with-columns .masonry-item {
  width: 100%;
  margin: 0 3rem 3rem 0;
  display: inline-block;
}
.masonry-with-columns .masonry-item .service {
  transition: background-color 0.3s ease;
  /* Smooth transition for hover effect */
}
.masonry-with-columns .masonry-item .service:hover {
  background-color: rgba(165, 165, 165, 0.31);
}
.service {
  background-color: rgba(184, 184, 184, 0.26);
  border: none;
  cursor: pointer;
}
.service .img-frame {
  margin: -15px -19px 0 -19px;
  border-radius: 5px;
  max-height: 220px;
  overflow: hidden;
}
.service .img-frame img {
  max-width: 100%;
}
.service .delivery {
  position: absolute;
  bottom: 25px;
  right: 15px;
}

.site-updates .table .label {
  background-color: white;
  margin: 0 2px;
  font-size: 84%;
  vertical-align: 1%;
}
.site-updates .table td:first-child {
  padding-right: 0;
  padding-left: 10px;
  width: 8%;
}
.site-updates .table td:nth-child(3) {
  width: 7%;
  vertical-align: top;
}
.site-updates .table tr > th {
  background-color: #eeeeee;
  border-bottom: solid 2px rgba(165, 165, 165, 0.31);
}
.site-updates .table tr > td {
  background-color: #f9fafb;
}
.site-updates .table tr.active > td {
  background-color: #f0f6fc;
}

.addon.addon-detail {
  cursor: inherit;
  overflow: hidden;
}
.addon.addon-detail #close-btn {
  top: 20px;
  right: 20px;
  position: absolute;
}
.addon.addon-detail .img-frame {
  max-height: 280px;
}
.addon.addon-detail .delivery {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.addon.addon-detail .confirm-buttons {
  padding: 10px 0 0 0;
  height: 55px;
  margin-bottom: -30px;
}

.addons .masonry-with-columns {
  columns: 3 300px;
  column-gap: 3rem;
}
.addons .masonry-with-columns .masonry-item {
  width: 100%;
  margin: 0 3rem 3rem 0;
  display: inline-block;
}
.addons .masonry-with-columns .masonry-item .addon.on {
  cursor: pointer;
  transition: background-color 0.3s ease;
  /* Smooth transition for hover effect */
}
.addons .masonry-with-columns .masonry-item .addon.on:hover {
  background-color: rgba(165, 165, 165, 0.31);
}
@media (min-width: 992px) {
  .addons .masonry-with-columns {
    height: 520px;
  }
}
.addon {
  background-color: rgba(184, 184, 184, 0.26);
  border: none;
  overflow: hidden;
}
.addon .img-frame {
  margin: -15px -19px 0 -19px;
  border-radius: 5px;
  max-height: 220px;
  overflow: hidden;
  position: relative;
}
.addon .img-frame img {
  max-width: 100%;
}
.addon .img-frame .state-flag {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  top: inherit;
  background-color: white;
  padding: 10px;
  min-width: 60px;
  border-radius: 15px;
}
.addon .amountOff {
  text-decoration: line-through;
  color: #c0392b;
}
.addon .amountOff sub {
  text-decoration: none;
}

.timeline-item {
  margin-left: 15px;
  padding: 0 0 30px 30px;
  position: relative;
  border-left: 5px solid #ABB800;
}
.timeline-item:before {
  content: '';
  width: 20px;
  height: 5px;
  display: block;
  top: 59px;
  position: absolute;
  left: 12px;
  background: linear-gradient(to right, #ABB800, rgba(165, 165, 165, 0.31));
}
.timeline-item:after {
  width: 31px;
  height: 31px;
  display: block;
  top: 46px;
  position: absolute;
  left: -18px;
  border-radius: 31px;
  content: '';
  border: 5px solid #ABB800;
  background: #FCFCFC;
}
.timeline-item.done:after {
  font-size: 31px;
  color: #ABB800;
  background: white;
  left: -18px;
  content: "\e612";
  font-family: 'Flat-UI-Pro-Icons';
  line-height: 31px;
  border: none;
}
.timeline-item:last-child {
  -o-border-image: linear-gradient(to bottom, #ABB800 60%, rgba(181, 195, 9, 0)) 1 100%;
  border-image: -webkit-linear-gradient(top, #ABB800 60%, rgba(181, 195, 9, 0)) 1 100%;
  border-image: linear-gradient(to bottom, #ABB800 60%, rgba(181, 195, 9, 0)) 1 100%;
}
.timeline-item .modal-title {
  line-height: 25px;
}
.timeline-item .modal-content {
  border: solid 3px rgba(165, 165, 165, 0.31);
}
.timeline-item.done .modal-content {
  border: solid 3px #d0d5aa;
}
.timeline-item.disabled .modal-content {
  border: dashed 3px rgba(165, 165, 165, 0.31);
  background-color: transparent;
}
.timeline-item.disabled .modal-content .modal-title,
.timeline-item.disabled .modal-content p,
.timeline-item.disabled .modal-content a {
  color: rgba(110, 110, 110, 0.45);
}
.timeline-item .levels-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  max-width: 100px;
}
.timeline-item a {
  font-weight: bold;
}

.add-credit .number-with-feedback input {
  text-align: right;
  padding-right: 88px;
}

.banner-development {
  border-bottom: solid 4px #ecd300;
  background-color: #fdfadd;
  padding: 0 0 6px 0;
  min-height: 4.54em;
  position: relative;
}
.banner-development .levels-badge {
  opacity: 1;
  position: absolute;
  right: 14px;
  bottom: -30px;
}
.banner-development .btn {
  min-width: 100px;
  background-color: transparent;
  border: solid 1px #ecd300;
}
.banner-development .btn:hover {
  color: #34495e;
  background-color: #f6e980;
}
.banner-development .btn.btn-buy:hover {
  color: white;
  border-color: #50a150;
  background-color: #50a150;
}
@media (min-width: 768px) {
  .banner-development .renew {
    float: left;
    margin-top: 4px;
  }
}

.banner-link {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #2c3e50;
  width: 100%;
  max-height: 150px;
  border-radius: 15px;
  border: dotted 4px #ecd300;
  border-top: solid 4px #ecd300;
  background-color: #fdfadd;
  overflow: hidden;
  max-width: 500px;
}
.banner-link:hover,
.banner-link:focus {
  text-decoration: none;
  color: #2c3e50;
}
.banner-link-content {
  cursor: pointer;
  padding: 22px 30px;
}
.banner-link-content::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 300px;
  height: 200px;
  background: url(assets/logo-green-fc271c4e13dcc782126d.svg) no-repeat center center / cover;
  opacity: 0.15;
}

.banner-trial {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  max-width: 620px;
  border: dotted 4px #ecd300;
  border-top: solid 4px #ecd300;
  background-color: #fdfadd;
  padding: 12px 40px 22px 30px;
  border-radius: 15px;
  margin: 20px 0 60px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.banner-coupon {
  display: inline-block;
  width: 100%;
  max-width: 620px;
  border: dotted 4px #50a150;
  border-top: solid 4px #50a150;
  background-color: rgba(80, 161, 80, 0.1);
  border-radius: 15px;
  margin: 40px 0 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.banner-coupon .coupon-body {
  position: relative;
  overflow: hidden;
  padding: 12px 40px 22px 30px;
}
.banner-coupon .coupon-body::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 300px;
  height: 200px;
  background: url(assets/logo-green-fc271c4e13dcc782126d.svg) no-repeat center center / cover;
  opacity: 0.15;
}
.banner-coupon .coupon-badge {
  margin-top: -15px;
  background-color: #50a150;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 18px;
}

.banner-validate .arrow-right:after {
  content: '⟶';
  color: #999999;
  font-size: 40px;
  display: block;
  top: 17px;
  right: 1px;
  position: absolute;
}
@media (max-width: 992px) {
  .banner-validate .arrow-right:after {
    content: '';
  }
}

.ribbon-banner {
  cursor: pointer;
  background-color: rgba(255, 247, 0, 0.77);
  text-align: center;
  overflow: hidden;
  transform: rotate(-45deg);
  font-weight: bolder;
  position: absolute;
  line-height: 40px;
  width: 300px;
  height: 40px;
  bottom: 40px;
  right: -90px;
}

.tab-content.production {
  border-left-width: 18px;
}
.modal-content.pod {
  border-color: rgba(110, 110, 110, 0.45);
  position: relative;
}
.modal-content.pod button.btn.btn-danger {
  transition: none;
}
.modal-content.pod:hover.modal-content .btn-header {
  display: inline-block;
}
.modal-content.pod:hover a[rel~="external"]:after {
  content: '↣';
  text-decoration: none;
  padding-left: 4px;
  line-height: 1;
}
.modal-content.pod .eco-stop-label {
  display: none;
  position: absolute;
  z-index: 1;
}
.modal-content.pod .modal-body.eco-stop .eco-stop-label {
  display: block;
  right: -1px;
  top: 29px;
}
.modal-content.pod .modal-header {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 66px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.modal-content.pod .modal-header form {
  margin: 6px 0;
}
.modal-content.pod .modal-header.eco-stop .state-info,
.modal-content.pod .modal-header.eco-stop .status {
  display: none;
}
.modal-content.pod .modal-header.eco-stop .eco-stop-label {
  display: block;
  right: 0;
}
.modal-content.pod .site-button {
  position: absolute;
  right: 12px;
  bottom: 6px;
}
.modal-content.pod dt {
  color: #999999;
  margin-bottom: -5px;
}
.modal-content.pod .btn-header {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 11px;
  left: 18px;
  font-size: 13px;
  font-weight: bold;
}
.modal-content.pod .btn-block {
  position: relative;
  text-align: left;
  padding-left: 0;
}
.modal-content.pod .modal-body {
  padding: 10px 24px;
  min-height: 133px;
}
.modal-content.pod .modal-body p {
  margin: 5px 0;
}
.modal-content.pod .modal-body .pending-updates {
  bottom: auto;
  left: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
.modal-content.pod .modal-body .pending-updates .label-important.disabled {
  background-color: rgba(184, 184, 184, 0.26);
}
.modal-content.pod.slim {
  margin-bottom: 15px;
}
.modal-content.pod.slim .modal-header {
  padding: 8px 15px;
  min-height: 60px;
  border-bottom: none;
  border-radius: 5px;
}
.modal-content.pod.slim .modal-body {
  padding: 5px 24px;
}
.modal-content.pod.empty {
  border: dashed 3px rgba(165, 165, 165, 0.31);
  background-color: transparent;
  cursor: pointer;
}
.modal-content.pod.empty .modal-title {
  color: #999999;
}
.modal-content.pod.empty:hover {
  background-color: white;
}
.modal-content.pod.empty p.text-muted {
  color: rgba(110, 110, 110, 0.45);
}
.modal-content.pod .nav-list .nav-header {
  color: #48647a;
}
.modal-content.restricted .modal-header {
  background-color: white;
  background-image: url(assets/under-construction-1fb6dcbbbdaf05065e33.png);
  background-repeat: repeat;
}
.modal-content.restricted.state-stopped .modal-header {
  background-image: url(assets/under-construction-off-64cd802483ca4ada18b1.png);
}
.modal-content .state {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  line-height: 19px;
}
.modal-content .state.state-running {
  color: #50a150;
}
.modal-content .state.state-waiting {
  color: #e3b80d;
}
.modal-content .state.state-stopped {
  color: rgba(110, 110, 110, 0.45);
}
.modal-content .state.state-removed {
  color: #e74c3c;
}
.modal-content .state-info {
  position: absolute;
  color: #b3b3b3;
  font-size: 12px;
  top: 24px;
  right: 12px;
}
.clone-slot-expanded .modal-content.pod {
  border-color: rgba(165, 165, 165, 0.31);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.clone-slot-expanded .modal-tag {
  position: absolute;
  font-size: 11px;
  text-align: center;
  color: white;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  top: 132px;
  left: 1px;
  height: 18px;
  width: 100px;
}

.clone-slot-expanded .clone-slot-header.nav-list.framed {
  min-height: 161px;
}
.clone-slot-expanded .clone-slot-header p {
  font-size: 14px;
  line-height: 1.625;
  margin-bottom: 0;
}
.clone-slot-expanded li.title {
  min-height: 30px;
}
.clone-slot-expanded li.title p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 4px 0 0 0;
}

.nav-restrict {
  background-image: url(assets/under-construction-1fb6dcbbbdaf05065e33.png);
  background-repeat: repeat;
  margin: 5px -25px 10px -25px;
  padding: 8px 25px 4px 36px;
  border-top: solid 1px rgba(165, 165, 165, 0.31);
  border-bottom: solid 1px rgba(165, 165, 165, 0.31);
}
.nav-restrict .nav-restrict-info {
  display: none;
  margin-bottom: 8px;
}
.restricted .nav-restrict-info {
  display: block;
}
.state-stopped .nav-restrict {
  background-image: url(assets/under-construction-off-64cd802483ca4ada18b1.png);
}
.state-stopped .nav-restrict-info {
  display: none;
}
.clone-slot-expanded .nav-restrict {
  margin: -7px -17px -2px;
  padding: 8px 18px 4px 18px;
  border-top: none;
  border-bottom: none;
}

.modal-content .screenshot-btn,
.clone-slot-expanded .screenshot-btn {
  display: block;
  position: relative;
}
.modal-content .screenshot-btn i,
.clone-slot-expanded .screenshot-btn i {
  position: absolute;
  color: #4c4c4c;
  top: 50%;
  left: 47%;
  z-index: 3000;
}
.clone-slot-expanded .screenshot-btn {
  padding-top: 20px;
}

.site .pending-updates {
  position: absolute;
  bottom: 30px;
  right: 20px;
}
@media (min-width: 768px) {
  .site .pending-updates {
    bottom: 5px;
    left: 36px;
    right: inherit;
  }
}
.compact .site .pending-updates {
  bottom: 22px;
  right: 10px;
}
@media (min-width: 768px) {
  .compact .site .pending-updates {
    bottom: 5px;
    left: 26px;
    right: inherit;
  }
}
.pending-updates .label {
  font-size: 12px;
  line-height: 24px;
  min-width: 24px;
  min-height: 24px;
  padding: 0 5px;
  margin-right: 3px;
}
.pending-updates .label-important.disabled {
  background-color: rgba(110, 110, 110, 0.45);
}
.pending-updates .modal-tag-info {
  color: transparent;
  display: none;
  padding: 0 13px;
  -webkit-animation: fadeIn 0.5s both ease-in;
  animation: fadeIn 0.5s both ease-in;
}
.pending-updates:hover .modal-tag-info {
  display: inline-block;
  color: white;
}

.pending-updates.list p {
  line-height: 20px;
  margin: 12px 0;
}
.pending-updates.list .label {
  margin-left: 0;
  margin-right: 8px;
}
.pending-updates.list .upgrade .a {
  cursor: pointer;
}
.pending-updates.list .upgrade img {
  max-width: 100px;
  padding: 0 15px 0 0;
}
.pending-updates.list .upgrade div {
  padding-top: 8px;
}
.nav-list li.nav-alert {
  background-image: url(assets/binary-12906a4f1e0ab4e4599a.svg);
  background-size: 42%;
  margin: 5px -17px -2px -17px;
  padding: 10px 17px;
  border-top: solid 1px rgba(165, 165, 165, 0.31);
  line-height: 1.6em;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.nav-list li.nav-alert.alone {
  border-top: none;
  margin-top: -5px;
}

.clone-slot-user span.user-name {
  display: inline-block;
  max-width: 18ch;
  white-space: nowrap;
  overflow-x: clip;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .clone-slot-user span.user-name {
    max-width: 12ch;
  }
}
@media (min-width: 1200px) {
  .clone-slot-user span.user-name {
    max-width: 20ch;
  }
}

.domain-zones .banner-zone-format {
  border: solid 2px rgba(165, 165, 165, 0.31);
  padding: 15px 20px 10px 20px;
  max-width: 600px;
  border-radius: 8px;
  background-color: white;
}
.domain-zones .label-standar {
  line-height: 1.5;
  vertical-align: 8%;
  border-radius: 15px;
}
.domain-zones .fui-medium {
  margin-right: 5px;
}
.domain-zones table {
  background-color: #FCFCFC;
  margin-bottom: 20px;
}
.domain-zones table td:nth-child(1) {
  width: 45%;
}
.domain-zones table td:nth-child(2) {
  width: 8%;
}
.domain-zones table td:nth-child(3) {
  width: 25%;
}
.domain-zones table td:nth-child(5) {
  width: 22%;
  text-wrap: none;
}

.entity-events thead {
  cursor: default;
}
.entity-events thead tr th {
  line-height: 2.95em;
}
.entity-events thead tr th select {
  font-weight: normal;
}
.entity-events td.non-clickable {
  cursor: default;
}

:where([autocomplete=one-time-code]) {
  --otp-digits: 6;
  /* length */
  --otc-ls: 2ch;
  --otc-gap: 1.25;
  --otc-fz: 1.2em;
  /* private consts */
  --_otp-bgsz: calc(var(--otc-ls) + 1ch);
  all: unset;
  background: linear-gradient(90deg, var(--otc-bg, rgba(165, 165, 165, 0.31)) calc(var(--otc-gap) * var(--otc-ls)), transparent 0) 0 0 / var(--_otp-bgsz) 100%;
  caret-color: var(--otc-cc, #333);
  clip-path: inset(0% calc(var(--otc-ls) * 1.6) 0% 0%);
  font-family: "Courier New", monospace !important;
  font-size: var(--otc-fz, 1.2em) !important;
  inline-size: calc(var(--otc-digits) * var(--_otp-bgsz));
  letter-spacing: var(--otc-ls);
  padding-block: var(--otc-pb, 1ch);
  padding-inline-start: calc(((var(--otc-ls) - 1ch) / 2) * var(--otc-gap));
  max-width: 12em;
}
@media (min-width: 480px) {
  :where([autocomplete=one-time-code]) {
    --otc-fz: 1em;
  }
}
@media (min-width: 992px) {
  :where([autocomplete=one-time-code]) {
    --otc-fz: 1.2em;
  }
}

ul.levels-badges {
  margin-right: 30px;
}
ul.levels-badges img {
  width: 100%;
  max-width: 100px;
}
ul.levels-badges li {
  margin: 10px 10px 0 0;
}
.levels-badge.levels-badge-off {
  filter: alpha(opacity=20);
  opacity: 0.2;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

#log-console {
  flex-grow: 1;
  padding: 0 0 0 10px;
  height: 100%;
  overflow: auto;
  font-style: normal;
  font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  color: #c4c4c4;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 5px;
}
#log-console table {
  font-size: 13px;
}
#log-console table td {
  padding: 5px;
  border-bottom: solid 1px #404143;
  vertical-align: text-top;
}
#log-console table td pre {
  background-color: inherit;
  word-break: break-word;
  margin: 0;
  padding: 0;
  border: none;
}

.icon-plugin {
  /*
    overflow: hidden;
    background-image: url('./user-interface-fold-lg.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    */
}
.icon-plugin img {
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  border-radius: 5px;
  width: 64px;
}

.icon-theme {
  /*
    overflow: hidden;
    background-image: url('./user-interface-fold-lg.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    */
}
.icon-theme img {
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  border-radius: 5px;
  width: 84px;
}

.password-container {
  position: relative;
}
.password-container .password-toggle {
  color: #34495e;
  position: absolute;
  right: 0;
  top: -24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.password-container .password-toggle:hover {
  color: #858F00;
}
.password-container .password-toggle svg {
  vertical-align: -4px;
  fill: currentcolor;
  stroke: currentcolor;
  width: 18px;
}
.password-container .password-toggle .small {
  text-align: left;
  display: inline-block;
  width: 40px;
}

#redirectionsForm td.rep,
#redirectionsForm td.reg,
#redirectionsForm td.flag {
  vertical-align: top;
}
#redirectionsForm td.del {
  min-width: 150px;
}
#redirectionsForm td.input {
  padding-left: 4px !important;
}
#redirectionsForm .table-condensed > tbody > tr > td,
#redirectionsForm .table-condensed > tfoot > tr > td {
  padding: 1px 10px;
}
@media (min-width: 768px) {
  #redirectionsForm td.rep,
  #redirectionsForm td.reg {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  #redirectionsForm td.rep,
  #redirectionsForm td.reg {
    max-width: 450px;
  }
}

.scan-logs .framed {
  margin: 0 15px 15px 0;
  max-height: 200px;
  overflow: scroll;
}
.scan-logs .framed dd {
  overflow-wrap: anywhere;
}

.screenshot-fold {
  overflow: hidden;
  background-image: url(assets/user-interface-fold-lg-e300d31f64c5a3e8f39e.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.screenshot-fold img {
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 328px;
}
.clone-slot-expanded .screenshot-fold {
  margin: 0 0 -32px 0;
  padding: 9% 3%;
  height: 222px;
}
.clone-slot-expanded .disabled .screenshot-fold img {
  opacity: 0.2;
}
/**
screenshot in pods
**/
.modal-content.pod .screenshot-fold {
  padding: 28px 10px 0 10px;
  margin: 0 -15px -5px -12px;
  height: 170px;
}
.modal-content.pod .disabled .screenshot-fold img {
  opacity: 0.2;
}
@media (min-width: 768px) {
  .modal-content.pod .screenshot-fold {
    padding: 28px 10px 0 10px;
    background-size: 100%;
  }
  .modal-content.site .screenshot-fold {
    padding: 19px 7px 0 7px;
    height: 112px;
    margin-bottom: -20px;
  }
  .compact .modal-content.site .screenshot-fold {
    max-height: 76px;
    margin-top: -4px;
  }
  .clone-slot-expanded .screenshot-fold {
    height: 146px;
  }
}
@media (min-width: 992px) {
  .modal-content.pod .screenshot-fold {
    padding: 23px 8px 0 8px;
    height: 140px;
  }
  .modal-content.site .screenshot-fold {
    padding: 15px 5px 0 5px;
    height: 94px;
  }
  .clone-slot-expanded .screenshot-fold {
    height: 186px;
  }
}
@media (min-width: 1200px) {
  .modal-content.pod .screenshot-fold {
    padding: 28px 8px 0 8px;
    height: 178px;
  }
  .modal-content.site .screenshot-fold {
    padding: 20px 7px 0 7px;
    height: 118px;
  }
  .clone-slot-expanded .screenshot-fold {
    height: 222px;
  }
}

.non-resolving-domains a strong {
  color: #34495e;
  padding: 0 3px;
}
.non-resolving-domains a:hover strong {
  text-decoration: none !important;
}

.sites-fixed-plan {
  margin-bottom: -16px;
}
.sites-fixed-plan td:first-child {
  vertical-align: top;
  width: 1%;
}
.sites-fixed-plan td:nth-child(2) {
  padding-left: 0;
}
.sites-fixed-plan td {
  line-height: 1.3;
}

.storage-chart-container {
  margin: 8px -13px;
  padding: 1px;
  background-color: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #eee;
  min-height: 150px;
}
.storage-chart-container .chart-wrapper {
  width: 100%;
  height: 150px;
  padding: 10px 0;
  position: relative;
}
.storage-chart-container .chart-bars {
  display: flex;
  align-items: flex-end;
  height: 135px;
  padding: 0 10px;
  gap: 4px;
}
.storage-chart-container .bar-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 5px;
  height: 100%;
  /* Ensure full height */
  justify-content: flex-end;
  /* Align bars to bottom */
}
.storage-chart-container .bar {
  width: 100%;
  max-width: 10px;
  min-width: 8px;
  display: flex;
  flex-direction: column;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  cursor: pointer;
  transform-origin: bottom;
  position: relative;
  /* Initial state - hidden */
  transform: scaleY(0);
  transition: transform 0.8s ease-out;
  /* Animate when visible */
}
.storage-chart-container .bar.animate-in {
  transform: scaleY(1);
}
.storage-chart-container .bar:hover {
  filter: saturate(0.5);
}
.storage-chart-container .bar-segment {
  width: 100%;
  transition: all 0.3s ease;
}
.storage-chart-container .bar-segment.system {
  background-color: #c4c5c8;
  border-radius: 0;
}
.storage-chart-container .bar-segment.max24h {
  background-color: #4dabf7;
  border-radius: 5px 5px 0 0;
}
.storage-chart-container .bar-segment.max24h.last-bar {
  background-color: #858F00;
}
.storage-chart-container .bar-label {
  margin-top: 5px;
  font-size: 10px;
  color: #333;
  text-align: center;
}
.bar-container:nth-child(1) .bar {
  transition-delay: 0.05s;
}
.bar-container:nth-child(2) .bar {
  transition-delay: 0.1s;
}
.bar-container:nth-child(3) .bar {
  transition-delay: 0.15s;
}
.bar-container:nth-child(4) .bar {
  transition-delay: 0.2s;
}
.bar-container:nth-child(5) .bar {
  transition-delay: 0.25s;
}
.bar-container:nth-child(6) .bar {
  transition-delay: 0.3s;
}
.bar-container:nth-child(7) .bar {
  transition-delay: 0.35s;
}
.bar-container:nth-child(8) .bar {
  transition-delay: 0.4s;
}
.bar-container:nth-child(9) .bar {
  transition-delay: 0.45s;
}
.bar-container:nth-child(10) .bar {
  transition-delay: 0.5s;
}
.bar-container:nth-child(11) .bar {
  transition-delay: 0.55s;
}
.bar-container:nth-child(12) .bar {
  transition-delay: 0.6s;
}
.bar-container:nth-child(13) .bar {
  transition-delay: 0.65s;
}
.bar-container:nth-child(14) .bar {
  transition-delay: 0.7s;
}
.bar-container:nth-child(15) .bar {
  transition-delay: 0.85s;
}

.banner-payment {
  border-bottom: solid 4px #50a150;
  background-color: #ecf7e7;
  padding: 0 0 16px 0;
  position: relative;
}

#card-form .form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
#card-form .form-control:-ms-input-placeholder {
  color: #777777;
}
#card-form .form-control::-webkit-input-placeholder {
  color: #777777;
}
.modal-content.card {
  position: relative;
  background-color: rgba(165, 165, 165, 0.31);
}
.modal-content.card .dl-horizontal dt {
  width: 120px;
  line-height: 1.9;
}
.modal-content.card .dl-horizontal dd {
  margin-left: 135px;
}
.modal-content.card button {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.modal-content.card .rank {
  position: absolute;
  font-size: 12px;
  min-width: 20px;
  min-height: 20px;
  line-height: 20px;
  top: 7px;
  left: 7px;
  border-radius: 13px;
  text-align: center;
  color: #34495e;
  background-color: #ffffff;
}
.modal-content.card .status {
  position: absolute;
  font-size: 12px;
  min-height: 20px;
  line-height: 20px;
  top: 7px;
  left: 34px;
}
.modal-content.card .status.next {
  color: #50a150;
}
.modal-content.card .status.failed {
  color: #e74c3c;
}
.StripeElement {
  border: 2px solid rgba(165, 165, 165, 0.31);
  color: #34495e;
  background-color: white;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.467;
  padding: 12px 12px;
  height: 43px;
  border-radius: 6px;
  box-shadow: none;
  transition: border 0.25s linear, color 0.25s linear;
}
.StripeElement[disabled],
.StripeElement[readonly],
fieldset[disabled] .StripeElement {
  background-color: #f5f5f5;
  border-color: #d6d6d6;
  color: #d6d6d6;
  cursor: default;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.StripeElement--focus {
  border-color: #ABB800;
  outline: 0;
  box-shadow: none;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#card-form .form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
#card-form .form-control:-ms-input-placeholder {
  color: #777777;
}
#card-form .form-control::-webkit-input-placeholder {
  color: #777777;
}
.modal-content.card {
  position: relative;
  background-color: rgba(165, 165, 165, 0.31);
}
.modal-content.card .dl-horizontal dt {
  width: 120px;
  line-height: 1.9;
}
.modal-content.card .dl-horizontal dd {
  margin-left: 135px;
}
.modal-content.card button {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.modal-content.card .rank {
  position: absolute;
  font-size: 12px;
  min-width: 20px;
  min-height: 20px;
  line-height: 20px;
  top: 7px;
  left: 7px;
  border-radius: 13px;
  text-align: center;
  background-color: #ffffff;
}
.modal-content.card .status {
  position: absolute;
  font-size: 12px;
  min-height: 20px;
  line-height: 20px;
  top: 7px;
  left: 34px;
}
.modal-content.card .status.next {
  color: #50a150;
}
.modal-content.card .status.failed {
  color: #e74c3c;
}
.StripeElement {
  border: 2px solid rgba(165, 165, 165, 0.31);
  color: #34495e;
  background-color: white;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.467;
  padding: 12px 12px;
  height: 43px;
  border-radius: 6px;
  box-shadow: none;
  transition: border 0.25s linear, color 0.25s linear;
}
.StripeElement[disabled],
.StripeElement[readonly],
fieldset[disabled] .StripeElement {
  background-color: #f5f5f5;
  border-color: #d6d6d6;
  color: #d6d6d6;
  cursor: default;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.StripeElement--focus {
  border-color: #ABB800;
  outline: 0;
  box-shadow: none;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.trusted-browsers td:last-child,
.trusted-browsers th:last-child {
  min-width: 174px;
  text-align: right;
}

.usage-indicator {
  position: relative;
  display: inline-block;
  /* Keep inline flow but allow absolute children */
  cursor: pointer;
  /* Tooltip — reuse visual style from storage-chart's .tooltip */
  /* Show tooltip on hover */
}
.usage-indicator .fui-info-circle {
  margin-right: 6px;
}
.usage-indicator .tooltip {
  min-width: 280px;
  left: 50%;
  transform: translateX(-50%);
  top: 120%;
}
.usage-indicator:hover .tooltip {
  display: block;
  pointer-events: auto;
}

